html {
  scroll-behavior: smooth;
}
[data-overlay-dark] p, .bg-dark p, .bg-color p {
  color: #dddddd;
}
.section-padding {
  padding: 100px 0 0 0;
}
.justify-text {
  text-align: justify;
}
.sub-footer .social-bars {
  position: fixed;
  right: 0;
  top: 14%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
  font-size: 25px;
}
.sub-footer .iconos-wp {
  color: white !important;
  text-decoration: none;
  padding: 0.7rem;
  display: flex;
  font-size: 24px;
  transition: all 0.5s;
}
.sub-footer .facebook {
  background: #2f2f2f;
}
.sub-footer .linkedin {
  background: #2f2f2f;
}
.sub-footer .whatsapp {
  background: #2f2f2f;
}
.sub-footer .instagram {
  background: #2f2f2f;
  font-size: 27px;
}
.sub-footer .iconos-wp:first-child {
  border-radius: 1rem 0 0 0;
}
.sub-footer .iconos-wp:last-child {
  border-radius: 0 0 0 1rem;
}
.sub-footer .iconos-wp:hover {
  color: #fff;
  background: #00962e;
  padding-right: 3rem;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.42);
}
.sub-footer .iconos-wp:target {
  color: #fff;
}
@media (max-width: 768px) {
  .sub-footer .iconos-wp {
    font-size: 20px;
  }
  .sub-footer .instagram {
    font-size: 22px;
  }
}
/* IDIOM AND PROGRESS BAR START*/
.progress-wrap {
  left: 30px;
}
.dropup {
  z-index: 400;
  bottom: 0;
  position: fixed;
  right: 4%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  display: inline-block;
  text-align: center;
}
.dropbtn {
  background-color: #fff;
  color: #252525;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  display: inline-flex;
}
.dropup .country {
  width: 38px;
}
.dropbtn i {
  margin-top: 4px;
}
.dropup-content {
  display: none;
  position: absolute;
  bottom: 44px;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
}
.dropup-content a {
  display: inline-flex;
}
.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropup-content a:hover {
  background-color: #ddd
}
.dropup:hover .dropup-content {
  display: block;
}
@media (max-width: 768px) {
  .dropbtn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .dropup-content {
    font-size: 14px;
  }
}
/* IDIOM AND PROGRESS BAR END */
/* NOSOTROS START */
#nosotros p {
  font-size: 14px;
  text-align: justify;
}
@media (max-width: 768px) {
  #nosotros .img img {
    width: 84%;
  }
}
/* NOSOTROS END */
/* TECNOLOGÍA START */
.testim-box .item h6 {
  margin-bottom: 10px;
  font-weight: 700;
  FONT-SIZE: 36px;
}
.testim-box {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px)
{
  .testim-box  .bg-img {
    background-position: left !important;
  }
}
/* TECHNOLOGIA END*/
/* TIPOS DE PIELES START */
.services {
  padding: 100px 0;
}
.services .item {
  text-align: center;
  padding: 40px;
  height: 100%;
  background: #151921;
  position: relative;
}
.sipm-feat {
  padding: 100px 0;
}
.sipm-feat .gren {
  font-size: 40px;
  color: #00962e;
}
#tipos-de-pieles  p {
  font-size: 14px;
}
#tipos-de-pieles .item.pigmentado {
  background-image: url("../img/cubasa/pigmentado.jpg");
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
#tipos-de-pieles .item.grabado {
  background-image: url("../img/cubasa/Grabados.jpg");
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
#tipos-de-pieles .item.anilina {
  background-image: url("../img/cubasa/Anilina.jpg");
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
#tipos-de-pieles .item.cera {
  background-image: url("../img/cubasa/ceras.jpg");
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
#tipos-de-pieles .item.folias {
  background-image: url("../img/cubasa/folias.jpg");
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
@media(max-width:991px) {
  #tipos-de-pieles .item.pigmentado, #tipos-de-pieles .item.grabado,  #tipos-de-pieles .item.anilina,  #tipos-de-pieles .item.cera, #tipos-de-pieles .item.anilina,  #tipos-de-pieles .item.item.folias {
    height: 250px;
  }
}
/* TIPOS DE PIELES END */
/* CONTACT START */
.pages-header.contacto {
  height: 270px;
}
.pages-header.contacto .cont h1 {
  font-size: 50px;
  margin-bottom: 0;
}
#contacto .text-contact {
  font-size: 24px;
}
#contacto .title-pregunta {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
}
#contacto .text-pregunta {
  margin-top: 8px;
  font-weight: 200;
  font-size: 16px;
}
#contacto.contact .form textarea {
  min-height: 100px !important;
  width: 100%;
}
.contact .form input, .contact .form textarea {
  color: #fff;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .contact.section-padding {
    padding: 70px 0 0 0;
  }
  .pages-header.contacto {
    height: 190px;
  }
  .pages-header.contacto .cont h1 {
    font-size: 40px; 
  }
  #contacto .text-contact {
    font-size: 19px;
    font-weight: 400;
}
}
/* CONTACT END */
/* MAP START */
.mapas {
  margin-bottom: -10px;
}
/* MAP END */
/* FOOTER START */
#footer-stye .logo img {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #footer-stye .logo img {
    margin-top: 0px;
  }
}
/* FOOTER END */
.call-action.section-padding {
  padding: 100px 0  ;
}
.flexbin {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin: -2.5px;
}
.flexbin:after {
  content: "";
  flex-grow: 999999999;
  min-width: 300px;
  height: 0;
}
.flexbin > * {
  position: relative;
  display: block;
  height: 300px;
  margin: 2.5px;
  flex-grow: 1;
}
.flexbin > * > img {
  height: 300px;
  object-fit: cover;
  max-width: 100%;
  min-width: 100%;
  vertical-align: bottom;
}
.flexbin.flexbin-margin {
  margin: 2.5px;
}
@media (max-width: 980px) {
  .flexbin {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -2.5px;
  }
  .flexbin:after {
    content: "";
    flex-grow: 999999999;
    min-width: 150px;
    height: 0;
  }
  .flexbin > * {
    position: relative;
    display: block;
    height: 150px;
    margin: 2.5px;
    flex-grow: 1;
  }
  .flexbin > * > img {
    height: 150px;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
  }
  .flexbin.flexbin-margin {
    margin: 2.5px;
  }
}
@media (max-width: 400px) {
  .flexbin {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -2.5px;
  }
  .flexbin:after {
    content: "";
    flex-grow: 999999999;
    min-width: 100px;
    height: 0;
  }
  .flexbin > * {
    position: relative;
    display: block;
    height: 100px;
    margin: 2.5px;
    flex-grow: 1;
  }
  .flexbin > * > img {
    height: 100px;
    object-fit: cover;
    max-width: 100%;
    min-width: 100%;
    vertical-align: bottom;
  }
  .flexbin.flexbin-margin {
    margin: 2.5px;
  }
}
/* 404 START*/
header.simpl.error .caption h1 {
  font-size: 52px;
  font-weight: 700;
}
header.simpl.error .caption h6 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  header.simpl.error .caption h1 {
    font-size: 28px;
}
}
/* 404 END*/