.gallery {
  position: relative;
  width: 100%;
}

.centeredContent {
  width: 1024px;
}

.picGallery {
    position: relative !important;
    height: 300px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 40px;
}

.slick-dots li {
  margin: 0 5px;
  background: white;
  opacity: 0.6;
  color: white;
  border: transparent;
  border-radius: 100px;
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  opacity: 1;
  border-radius: 100px;
}
#companyGallery {
  position: relative;
  height: 388px;
  width: 100%;
}

#infoContainer {
  position: relative;
  width: 100%;
  margin-top: 50px;
}

#mainGallery {
  position: relative;
  height: 735px;
  width: 100%;
}

.company_picture {
  height: inherit;
  width: inherit;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("/files/site/img_background0.png");
}

.columnsContainer {
  height: inherit;
  width: inherit;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.logoInGallery {
  height: 285px;
  display: block;
  margin: auto;
}

.imageOfGallery {
  width: 100%;
}

.lineSeparator {
  display: block;
  margin: auto;
  width: 515px;
}

.lineSeparator2 {
  width: 740px;
  display: block;
  margin: auto;
}

.lineSeparator3 {
  display: block;
  margin: auto;
  width: 950px;
  margin-top: 15px;
}

.galleryHeading1 {
  font-size: 23pt;
  text-align: center;
  margin-top: 69px;
}

.galleryHeading2 {
  font-size: 32pt;
  text-align: center;
  margin-top: 26px;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.logoGalleryContainer {
  margin-top: 98px;
}

#aboutUs {
  position: relative;
  height: 70px;
  width: 100%;
  margin-top: 90px;
}

#contactUs {
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 30px;
}

.indexHeading {
  font-size: 20px;
  text-align: center;
  letter-spacing: 10px;
  color: #777777;
  text-transform: uppercase;
}

.indexGalleryTextBox {
  /*position: absolute;*/
  height: 500px;
  width: 100%;
  position: absolute;
}

.textboxColumn1 {
  width: 40%;
  float: left;
  height: 500px;
}

.textboxColumn2 {
  width: 100%;
  height: 500px;
}

.textboxHeading {
  font-size: 23pt;
  color: #494949;
}

.textboxContent {
  font-size: 16pt;
  color: #494949;
}

.textHistory1 {
  color: #494949;
  font-size: 20px;
  text-transform: uppercase;
}
.textHistory2 {
  margin-top: 16px;
  color: #494949;
  font-size: 16px;
  line-height: 20px;
  
}
.textHistory3 {
  font-family: "HurmeGeometricSans3-SemiBold";
  color: #ffc200;
}

.text_column_1 {
  width: 40%;
  float: left;
  color: black;
  font-size: 20px;
  margin-top: 82px;
}

.text_column_2 {
  width: 50%;
  margin-left: 10%;
  float: left;
  margin-top: 5%;
}
.companyGalleryTextBox {
  margin-top: 3%;
  margin-left: 3%;
  height: auto;
  width: 100%;
  position: absolute;
  /* background: rgba(0, 104, 75, .7); */
  border-radius: 0 40px 0 0;
  padding-bottom: 12px;
  align-items: center;
  justify-content: center;
  display: flex;
}

#contactForm {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

#contactColumn1 {
  width: 30%;
  float: left;
  margin-left: 74px;
}

#contactColumn2 {
  width: 45%;
  float: left;
  margin-left: 10%;
  margin-bottom: 60px;
}

#logoContact {
  display: block;
  margin: auto;
  height: 235px;
  margin-bottom: 25px;
}

.infoLine {
  font-size: 13pt;
  line-height: 121%;
  text-align: center;
  color: #666666;
}

.text_field_message {
  position: relative;
  width: 92%;
  height: 164px;
  color: #666666;
  font-size: 13pt;
  border: 1px solid black;
  margin-bottom: 11px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 12px;
  border: none;
  background-color: rgba(128, 128, 128, 0.15);
}

.text_field_contact {
  position: relative;
  width: 92%;
  color: #666666;
  font-size: 13pt;
  height: 29px;
  margin-bottom: 11px;
  background-color: rgba(128, 128, 128, 0.15);
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 12px;
}

.countrySelect {
  position: relative;
  width: 97%;
  color: #666666;
  font-size: 13pt;
  height: 47px;
  margin-bottom: 11px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 12px;
  border: none;
  border-radius: 0px;
  background: rgba(128, 128, 128, 0.15)
    url("/files/layouts/select_arrowDown.png") no-repeat right center;
}

.w3-badge {
  height: 13px;
  width: 13px;
  padding: 0;
}

.tabs {
  position: absolute;
  width: 100%;
}

.products_container {
  position: relative;
  height: 290px;
  width: 100%;
  font-size: 14px;
  display: table-cell;
  display: flex;
  justify-content: center;
}

.color1 {
  color: #00684b;
} /* dark green */
.color2 {
  color: black;
}
.color3 {
  color: #757575;
} /* grey */
.color4 {
  color: #ffbc00;
} /* orange */
.color5 {
  color: white;
}
.color6 {
  color: #4b937f;
}
.color7 {
  color: #515150;
}
.color8 {
  color: #80d734;
}
.color9 {
  color: #000000;
}

.bkcolor1 {
  background-color: #264c40;
}
.bkcolor2 {
  background-color: black;
}
.bkcolor3 {
  background-color: #6c6d6d;
}
.bkcolor4 {
  background-color: #ffbc00;
}
.bkcolor5 {
  background-color: white;
}
.bkcolor6 {
  background-color: #4b937f;
}
.bkcolor7 {
  background-color: #515150;
}
.bkcolor8 {
  background-color: #80d734;
}
.bkcolor9 {
  background-color: #000000;
}

.product_block {
  height: 184px;
  width: 192px;
  align-self: center;
  align-items: center;
  margin-right: 52px;
  text-align: center;
  display: table-cell;
  justify-content: center;
  line-height: 1.2;
}

#logo_product {
  display: block;
  margin: auto;
  height: 36px;
}

#category_index {
  color: #ffc200;
}

.button_send_contact {
  border: none;
  color: white;
  font-size: 16px;
  width: 43%;
  height: 40px;
  padding: 7px;
  cursor: pointer;
}

.button_sent {
  background-color: lawngreen;
  border: none;
  float: left;
  color: white;
  font-size: 16px;
  width: 244px;
  padding: 10px;
}

.button_error {
  background-color: red;
  border: none;
  float: left;
  color: white;
  font-size: 16px;
  width: 244px;
  padding: 10px;
}

.button_sending {
  background-color: #ffc200;
  border: none;
  float: left;
  color: white;
  font-size: 16px;
  width: 244px;
  padding: 10px;
}

.footer1 {
  position: relative;
  height: 120px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: table-cell;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
}

.footer2 {
  position: relative;
  height: 70px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: table-cell;
  display: flex;
  justify-content: center;
}

#img_facebook {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/files/layouts/fb_btn.png);
  transition: background-image 0.5s;
}

#img_linked_in {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/files/layouts/in_btn.png);
  transition: background-image 0.5s;
}

#img_linked_in:hover {
  background-image: url(/files/layouts/in_btn_hoover.png);
}

#img_facebook:hover {
  background-image: url(/files/layouts/fb_btn_hoover.png);
}

.social_btns {
  height: 33px;
  width: 33px;
  align-self: center;
  margin-left: 24px;
  cursor: pointer;
}

.footer3 {
  position: relative;
  height: 295px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  display: table-cell;
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
}

.block_1_foot3 {
  height: 150px;
  width: 226px;
  align-self: center;
  margin-right: 50px;
  margin-bottom: 18px;
}

#logo_footer {
  position: relative;
  float: right;
  height: 72px;
}

.text_foot3 {
  text-align: right;
  line-height: 1.2;
}

.block_2_foot3 {
  height: 120px;
  width: 242px;
  align-self: center;
  margin-right: 11px;
  margin-bottom: 30px;
  background-color: white;
}

.block_3_foot3 {
  height: 162px;
  width: 242px;
  margin-bottom: -11px;
  align-self: center;
}

.text_field_info {
  position: relative;
  width: 212px;
  height: 21px;
  margin-bottom: 6px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
}

.block_social_btns {
  margin-left: 12px;
}

/* PLacer holder color */

input::-webkit-input-placeholder {
  color: #666666;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

input:-ms-input-placeholder {
  color: #666666;
}

textarea::-webkit-input-placeholder {
  color: #666666;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

textarea:-ms-input-placeholder {
  color: #666666;
}

#contactUs_mobile,
.picGallery_mobile,
#mainGallery_mobile {
  display: none;
}

#oecDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#oecLogo {
  position: relative;
  width: 17%;
  margin-right: 3%;
  display: block;
  float: left;
}
#oecText {
  position: relative;
  float: left;
  color: #494949;
  width: 40%;
  margin-right: 3%;
  
  line-height: 20px;
  font-size: 16px;
  margin-top: 25px;
}
.button-descargar{
    display: flex;
    flex-direction: column;
    width: 20%; 
}
.button-descargar a{
    display: flex;
    color: #21563F;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #21563F;
    border-right: 1px solid #21563F;
    border-left: 1px solid #21563F;
    padding: 10px 30px;
}
.clientes{
    margin-top: 40px;
}
.clientes .font10{
    margin-top: 40px;
    margin-bottom: 30px;
}
.container-logos-clientes{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.clientes .font4{
    text-align: center !important;
    max-width: 800px;
    margin: auto;
}
.container-logos-clientes img{
    width: 14%;
    margin: 0 2%; 
}
@media only screen and (max-width: 1300px) {
  .logoInGallery {
    height: 252px;
  }

  .galleryHeading1 {
    font-size: 21pt;
  }

  .galleryHeading2 {
    font-size: 29pt;
  }
}

@media only screen and (max-width: 768px) {
    .container-logos-clientes img {
        width: 28%;
        margin: 3% 2%;
    }
    .button-descargar {
        width: 70%;
        margin-top: 20px;
    }
  /** galeria principal **/

  #mainGallery_mobile {
    display: block;
    position: relative;
    height: 450px;
    width: 100%;
  }

  .centeredContent2 {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: inherit;
    overflow: hidden;
  }

  .logoGalleryContainer {
    margin-top: 70px;
  }

  .logoInGallery {
    height: 100px;
    display: block;
    margin: auto;
  }

  .galleryHeading2 {
    font-size: 13pt;
    text-align: center;
    margin-top: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 120%;
  }

  .galleryHeading1 {
    font-size: 16pt;
    text-align: center;
    margin-top: 69px;
  }

  .logoInGallery {
    height: 140px;
    display: block;
    margin: auto;
  }

  .lineSeparator {
    width: 70%;
  }

  .lineSeparator3 {
    width: 100%;
  }

  /** ---- **/

  #infoContainer {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 0px;
  }

  #aboutUs {
    margin-top: 30px;
    height: 50px;
  }

  .centeredContent {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: inherit;
    overflow: hidden;
  }

  .textHistory1 {
    color: #777777;
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    letter-spacing: 1px;
    margin-bottom: 30px;
  }

  .textHistory2 {
    margin-top: 4px;
    color: #777777;
    font-size: 10pt;
    line-height: 116%;
    
  }

  .text_column_1 {
    width: 100%;
    float: left;
    color: black;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .mobile_gallery {
    width: 100%;
    float: left;
    height: 138px;
    margin-top: 20px;
    display: none;
  }

  .picGallery_mobile {
    display: block;
  }

  .imageOfGallery {
    width: 80%;
    height: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  #mainGallery {
    position: relative;
    height: 470px;
    width: 100%;
  }

  #contactUs_mobile {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  .lineSeparator2 {
    width: 90%;
  }

  .indexHeading {
    font-size: 13pt;
    text-align: center;
    letter-spacing: 6px;
    color: #777777;
    text-transform: uppercase;
    font-family: 'Gotham-Medium';
    letter-spacing: 1px;
  }

  #contactForm {
    margin-top: 20px;
  }

  .contactRow {
    width: 100%;
    float: left;
  }

  #contactUs {
    display: none;
  }

  .countrySelect {
    width: 100%;
    font-size: 9pt;
    height: 47px;
  }

  .text_field_contact {
    width: 92%;
    font-size: 9pt;
    height: 22px;
  }

  .text_field_message {
    font-size: 9pt;
    height: 120px;
  }

  .button_send_contact {
    font-size: 12px;
    width: 100%;
    height: 40px;
  }

  #logoContact {
    display: block;
    margin: auto;
    height: 180px;
    margin-bottom: 25px;
    margin-top: 40px;
  }

  .infoLine {
    font-size: 10pt;
    text-align: center;
    color: #666666;
    line-height: 130%;
    margin-bottom: 10%;
  }

  .picGallery,
  #mainGallery {
    display: none;
  }
  #oecDiv{
    flex-direction: column;
  }
  #oecLogo {
    float: none;
    width: 60%;
    margin-top: 20px;
  }
  #oecText {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto;
    text-align: center;
  }
  .desktopElement{
    display: none;
  }
}
