@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.poppins {
  font-family: 'Poppins', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Roboto', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
a {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
      }*/
h6 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
h1 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 38px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 32px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}
.btn-main {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 18px 50px;
  line-height: 1em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #FFF;
  display: inline-block;
}
.btn-main:hover {
  color: #736B69;
}
header {
  position: relative;
  background: #ffde00;
}
header .pre {
  position: relative;
  background: #000;
  text-align: right;
  padding: 5px 0;
}
header .pre .prenav {
  display: inline-block;
  border-right: 1px solid #6E6E6E;
  padding-right: 20px;
}
header .pre ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header .pre li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  padding-left: 30px;
}
@media (max-width: 767px) {
  header .pre li {
    display: none;
  }
}
header .pre li a {
  color: #FFF;
}
header .pre li a:hover {
  color: #ffde00;
}
header .pre .sm {
  display: inline-block;
}
header .pre .sm ul li {
  font-size: 16px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  header .pre .sm ul li {
    display: inline-block;
  }
}
header .main-nav-container {
  background: #ffde00;
  display: block;
  height: 75px;
  width: 100%;
  position: fixed;
  z-index: 1150;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  header .main-nav-container {
    height: 60px;
  }
}
@media (min-width: 768px) {
  header .main-nav-container .logo img {
    width: 150px;
  }
}
@media (min-width: 992px) {
  header .main-nav-container .logo img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  header .main-nav-container .logo img {
    width: 160px;
  }
}
header .main-nav-container.fijo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 34px;
}
@media (max-width: 767px) {
  header .main-nav-container.fijo {
    top: 30px;
  }
}
header .main-nav-container.float {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
}
header nav.main {
  padding: 15px 0 ;
  background: #ffde00;
}
@media (max-width: 767px) {
  header nav.main {
    padding: 10px 0 0 0;
  }
}
header nav ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  header nav ul {
    display: none;
  }
}
header nav ul li {
  display: inline-block;
  list-style: none;
}
@media (min-width: 768px) {
  header nav ul li {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 992px) {
  header nav ul li {
    margin: 0 0 0 30px;
  }
}
header nav ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
header nav ul li a.search {
  border-left: 1px solid #000;
  padding-left: 20px;
}
header nav ul li a:hover {
  color: #a09354;
}
@media (min-width: 768px) {
  header nav ul li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  header nav ul li a {
    font-size: 16px;
  }
}
header .main-nav-inner {
  background: #ffde00;
  display: block;
  height: 40px;
  width: 100%;
  position: relative;
  z-index: 150;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .main-nav-inner .logo {
  height: 30px;
}
header .main-nav-inner .logo img {
  height: 30px;
}
header .main-nav-inner nav.main {
  padding: 5px 0 ;
  background: #ffde00;
}
header .main-nav-inner nav ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
header .main-nav-inner nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 20px;
}
header .main-nav-inner nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
header .main-nav-inner nav ul li a.search {
  border-left: 1px solid #000;
  padding-left: 20px;
}
header .prod-nav {
  background: #ffde00;
  display: block;
  height: 65px;
  width: 100%;
  position: fixed;
  z-index: 150;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .prod-nav.fijo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 40px;
}
@media (max-width: 767px) {
  header .prod-nav.fijo {
    top: 40px;
  }
}
header .prod-nav.float {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
}
header .prod-nav nav.produ {
  padding: 15px 0 ;
  background: transparent;
}
@media (max-width: 767px) {
  header .prod-nav nav.produ .logo img {
    height: 28px;
  }
}
@media (max-width: 767px) {
  header .prod-nav nav.produ {
    padding: 10px 0;
  }
}
header .prod-nav nav ul {
  text-align: right;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  header .prod-nav nav ul {
    display: block;
    text-align: right;
  }
}
header .prod-nav nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  header .prod-nav nav ul li {
    margin: 0 10px 0 0;
  }
}
header .prod-nav nav ul li.hide {
  display: inline-block;
}
@media (max-width: 767px) {
  header .prod-nav nav ul li.hide {
    display: none;
  }
}
header .prod-nav nav ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
header .prod-nav nav ul li a.cta {
  background: #FFF;
  padding: 12px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  header .prod-nav nav ul li a {
    font-size: 12px;
    border: 1px solid #000;
    padding: 4px 10px;
    display: inline-block;
    line-height: 1em;
    text-align: center;
    margin-bottom: 2px;
    width: 136px;
    border-radius: 7px;
  }
}
.btn-fill {
  background: #ffde00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  border: 1px solid #ffde00;
  padding: 15px 36px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffde00;
  background: #333;
  border-color: #333;
}
.btn-line {
  background: transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #ffde00;
  display: inline-block;
  border: 1px solid #ffde00;
  padding: 15px 36px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-line:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000;
  background: #ffde00;
  border-color: #ffde00;
}
.btn-fill-sm {
  background: #ffde00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  border: 1px solid #ffde00;
  padding: 8px 26px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-sm:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffde00;
  background: #333;
  border-color: #333;
}
.btn-fill-duit {
  background: #ffde00;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  border: 1px solid #ffde00;
  padding: 19px 36px 19px 52px;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-fill-duit:before {
  content: url(../img/icon-duit21.png);
  position: absolute;
  left: 25px;
  top: 13px;
}
.btn-fill-duit:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffde00;
  background: #333;
  border-color: #333;
}
.btn-fill-white {
  background: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 21px 45px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
}
.btn-fill-black {
  background: #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  padding: 21px 45px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
}
.btn-fill-black:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #ffde00;
  background: #000;
}
.btn-fill-cedral {
  background: #4B5165;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  padding: 21px 45px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
}
.hero {
  height: 100vh;
}
@media (max-width: 767px) {
  .hero {
    height: 100vh;
  }
}
.hero .imagen {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero .imagen {
    height: 100vh;
  }
}
.hero .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.hero .txt {
  position: absolute;
  top: 45%;
  text-align: center;
  z-index: 2;
  right: 0;
  left: 0;
}
.hero .txt .logo-hero {
  position: absolute;
  top: 20px;
  z-index: 4;
}
.hero .txt h2 {
  font-weight: 500;
  font-size: 57px;
  color: #000;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .hero .txt h2 {
    font-size: 32px;
  }
}
.hero .txt .ctas {
  margin-top: 30px;
}
.hero .txt .ctas a {
  margin: 0 5px;
}
.hero .slides-mobile {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  left: 0;
}
.hero .slides-mobile:after {
  content: "";
  background: #000;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .hero .slides-mobile:after {
    display: none;
  }
}
.hero .slides-mobile .texto {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero .slides-mobile .texto {
    top: 0;
    transform: translateY(0);
    right: 0;
    left: 0;
    margin-top: 50px;
    padding: 20px;
  }
}
.hero .slides-mobile .logo-producto {
  position: relative;
  display: block;
  margin: 10px auto;
}
.hero .slides-mobile .logo-producto img {
  width: 230px;
}
.hero .slides-mobile h2 {
  font-weight: 700;
  color: #fff;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
  max-width: 700px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .hero .slides-mobile h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .hero .slides-mobile h2 {
    font-size: 86px;
  }
}
@media (max-width: 767px) {
  .hero .slides-mobile h2 {
    font-weight: 500;
    font-size: 38px;
  }
}
.hero .slides-mobile .ctas {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  z-index: 3;
}
.hero .slides-mobile .ctas .flechi {
  color: #FFF;
  font-size: 32px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hero .slides-mobile .ctas .flechi:hover {
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.modulo-seco {
  margin: 150px 0;
}
@media (max-width: 767px) {
  .modulo-seco {
    margin: 50px 0 0;
  }
}
.modulo-seco h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .modulo-seco h2 {
    font-size: 26px;
  }
}
.modulo-seco img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .modulo-seco .imagen-acc {
    display: none;
  }
}
.modulo-seco .accordion-item {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #FFF;
  margin-bottom: 20px;
  border-bottom: none;
  border-bottom: 1px solid #CCC;
}
.modulo-seco .accordion-header .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  .modulo-seco .accordion-header .accordion-button {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .modulo-seco .accordion-header .accordion-button {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .modulo-seco .accordion-header .accordion-button {
    font-size: 16px;
    padding: 7px;
  }
}
.modulo-seco .accordion-header .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.modulo-seco .accordion-header .accordion-button span {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .modulo-seco .accordion-header .accordion-button span {
    padding-left: 20px;
  }
}
.modulo-seco .accordion-header .accordion-button .num {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .modulo-seco .accordion-header .accordion-button .num {
    padding-left: 5px;
  }
}
.modulo-seco .accordion-header .accordion-button:not(.collapsed) {
  background: #FFF;
}
.modulo-seco .accordion-body {
  padding: 10px 50px 10px 80px;
}
@media (max-width: 767px) {
  .modulo-seco .accordion-body {
    padding: 10px;
  }
}
.modulo-seco p {
  font-size: 16px;
}
.slide-parallax-home {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .slide-parallax-home {
    overflow: none;
    height: 90vh;
  }
}
.slide-parallax-home .imagen {
  height: 800px;
  position: relative;
  /** added **/
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slide-parallax-home .imagen {
    position: absolute;
    top: 0;
    height: 100vh;
  }
}
.slide-parallax-home .imagen .bg {
  width: 100%;
  height: 130%;
  overflow: hidden;
}
.slide-parallax-home .imagen .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.slide-parallax-home .imagen .elemento {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: right;
  z-index: 2;
  width: 100%;
  height: auto;
}
.slide-parallax-home .imagen .elemento img {
  width: auto;
  max-width: 70%;
}
@media (max-width: 767px) {
  .slide-parallax-home .imagen .elemento img {
    width: 130%;
    max-width: 130%;
    transform: translateX(20%);
  }
}
.slide-parallax-home .txt {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40%;
}
.slide-parallax-home .txt h6 {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .slide-parallax-home .txt h6 {
    display: none;
  }
}
.slide-parallax-home .txt img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slide-parallax-home .txt img {
    margin-bottom: 10px;
  }
}
.slide-parallax-home .txt h3 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  max-width: 500px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .slide-parallax-home .txt h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .slide-parallax-home .txt h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .slide-parallax-home .txt h3 {
    font-size: 28px;
  }
}
.slide-parallax-home .txt .boton {
  background: #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  border: none;
  padding: 15px 36px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .slide-parallax-home .txt .boton {
    padding: 10px 36px;
    font-size: 14px;
  }
}
.slide-parallax-home .menu {
  position: absolute;
  width: 278px;
  background: #FFF;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .slide-parallax-home .menu {
    width: 250px;
    transform: translate(-20px, -25px) scale(0.85);
    padding: 10px;
    bottom: initial;
    top: 0px;
  }
}
.slide-parallax-home .menu a {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  padding: 20px;
  background: #FFF;
}
.slide-parallax-home .menu a span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .slide-parallax-home .menu a span {
    font-size: 12px;
  }
}
.slide-parallax-home .menu a:hover {
  background: #ffde00;
}
.slide-parallax-home .menu a.active {
  background: #ffde00;
}
@media (max-width: 767px) {
  .slide-parallax-home .menu a {
    padding: 15px;
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .lanzamientos-home-desk {
    display: block;
  }
}
@media (max-width: 767px) {
  .lanzamientos-home-desk {
    display: none;
  }
}
@media (min-width: 768px) {
  .lanzamientos-home-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .lanzamientos-home-mobile {
    display: block;
  }
}
.lanzamientos-home-mobile .lanza {
  padding: 50px 0;
}
.lanzamientos-home-mobile .lanza article {
  margin: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.lanzamientos-home-mobile .lanza article .txt {
  position: absolute;
  z-index: 3;
  width: 60%;
  top: 20px;
  left: 20px;
}
.lanzamientos-home-mobile .lanza article .txt .logo {
  margin-bottom: 10px;
}
.lanzamientos-home-mobile .lanza article .txt .logo img {
  width: 130px;
}
.lanzamientos-home-mobile .lanza article .txt h3 {
  font-size: 21px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.lanzamientos-home-mobile .lanza article .txt .boton {
  background: #000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #FFF;
  display: inline-block;
  border: none;
  padding: 15px 36px;
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lanzamientos-home-mobile .lanza article .txt .boton {
    padding: 10px 36px;
    font-size: 14px;
  }
}
.lanzamientos-home-mobile .lanza article .imagen {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.lanzamientos-home-mobile .lanza article .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffde00 !important;
}
.buscador-home {
  background: #EEEEEE;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .buscador-home {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .buscador-home .buscador-home-imagen {
    display: none;
  }
}
.buscador-home .head {
  text-align: center;
  margin-bottom: 80px;
}
.buscador-home .head h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  .buscador-home .head h2 {
    font-size: 28px;
  }
}
.buscador-home .coso .tabss a {
  display: inline-block;
  background: #F7F7F8;
  color: #959595;
  font-weight: 500;
  font-size: 18px;
  padding: 30px 70px 15px;
  margin-right: 10px;
  line-height: 1em;
}
@media (min-width: 768px) {
  .buscador-home .coso .tabss a {
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    padding: 15px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .buscador-home .coso .tabss a {
    font-size: 18px;
    padding: 30px 70px 15px;
    margin-right: 10px;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
  }
}
@media (max-width: 767px) {
  .buscador-home .coso .tabss a {
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
    padding: 15px;
    margin-right: 0;
  }
}
.buscador-home .coso .tabss a.active {
  background: #FFF;
  color: #000;
}
.buscador-home .coso .tabss a:hover {
  color: #000;
}
.buscador-home .coso .panel {
  margin: 0;
  background: #FFF;
  padding: 90px;
  -webkit-border-radius: 0px 20px 20px 20px;
  -moz-border-radius: 0px 20px 20px 20px;
  border-radius: 0px 20px 20px 20px;
}
@media (min-width: 768px) {
  .buscador-home .coso .panel {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .buscador-home .coso .panel {
    padding: 90px;
  }
}
@media (max-width: 767px) {
  .buscador-home .coso .panel {
    padding: 20px;
  }
}
.buscador-home .coso .panel img {
  max-width: 100%;
}
.buscador-home .coso .panel h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .buscador-home .coso .panel h3 {
    font-size: 21px;
  }
}
.buscador-home .coso .panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .buscador-home .coso .panel ul {
    column-gap: 10px;
  }
}
.buscador-home .coso .panel li {
  border-bottom: 1px solid #E6E8E6;
}
.buscador-home .coso .panel li a {
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 10px 13px;
  background: #fff;
  color: #000;
}
.buscador-home .coso .panel li a:hover {
  background: #ffde00;
}
@media (max-width: 767px) {
  .buscador-home .coso .panel li a {
    font-size: 14px;
  }
}
.banner-duit {
  background: #928f8f;
  background: -moz-linear-gradient(left, #928f8f 41%, #e3e2e2 100%);
  background: -webkit-linear-gradient(left, #928f8f 41%, #e3e2e2 100%);
  background: linear-gradient(to right, #928f8f 41%, #e3e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#928f8f', endColorstr='#e3e2e2', GradientType=1);
  position: relative;
}
@media (min-width: 768px) {
  .banner-duit {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .banner-duit {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .banner-duit {
    height: 450px;
  }
}
.banner-duit .imagen {
  width: auto;
  height: 100%;
  overflow: hidden;
}
.banner-duit .imagen img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.banner-duit .txt {
  text-align: right;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .banner-duit .txt {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .banner-duit .txt {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .banner-duit .txt {
    text-align: left;
  }
}
.banner-duit .txt img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .banner-duit .txt img {
    width: 150px;
  }
}
.banner-duit .txt h3 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  margin: 50px 0 30px;
}
@media (min-width: 768px) {
  .banner-duit .txt h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .banner-duit .txt h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .banner-duit .txt h3 {
    margin: 20px 0 30px;
    font-size: 28px;
  }
}
.tres-spots {
  padding: 150px 0;
}
@media (max-width: 767px) {
  .tres-spots {
    padding: 50px 0;
  }
}
.tres-spots figure {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  position: relative;
}
.tres-spots figure figcaption {
  position: absolute;
  top: 50px;
  right: 40px;
  left: 40px;
  bottom: 30px;
  z-index: 2;
}
.tres-spots figure figcaption h4 {
  color: #000;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media (min-width: 768px) {
  .tres-spots figure figcaption h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .tres-spots figure figcaption h4 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tres-spots figure figcaption h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.tres-spots figure figcaption p {
  font-weight: 400;
  color: #000;
}
@media (min-width: 768px) {
  .tres-spots figure figcaption p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .tres-spots figure figcaption p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tres-spots figure figcaption p {
    font-size: 16px;
  }
}
.tres-spots figure figcaption .btn-fill {
  position: absolute;
  bottom: 30px;
}
.tres-spots figure img {
  width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.steel-home {
  position: relative;
}
.steel-home .imagen {
  width: 100%;
  height: 550px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .steel-home .imagen {
    height: 400px;
  }
}
.steel-home .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.steel-home .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40%;
}
@media (max-width: 767px) {
  .steel-home .txt {
    max-width: 100%;
  }
}
.steel-home .txt h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .steel-home .txt h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.grandes-obras-home {
  padding: 150px 0;
}
@media (max-width: 767px) {
  .grandes-obras-home {
    padding: 30px 0;
  }
}
.grandes-obras-home article {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #d1daec;
  background: -moz-linear-gradient(left, #d1daec 0%, #e1e6f1 100%);
  background: -webkit-linear-gradient(left, #d1daec 0%, #e1e6f1 100%);
  background: linear-gradient(to right, #d1daec 0%, #e1e6f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1daec', endColorstr='#e1e6f1', GradientType=1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.grandes-obras-home article .imagen {
  width: 40%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .grandes-obras-home article .imagen {
    display: none;
  }
}
.grandes-obras-home article .imagen img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0px 17px 17px 0px;
  -moz-border-radius: 0px 17px 17px 0px;
  border-radius: 0px 17px 17px 0px;
  object-fit: cover;
  object-position: middle center;
}
.grandes-obras-home article .txt {
  padding: 70px 40px 70px 70px;
  width: 50%;
}
@media (max-width: 767px) {
  .grandes-obras-home article .txt {
    width: 100%;
    padding: 30px;
    text-align: center;
  }
}
.grandes-obras-home article .txt h4 {
  font-weight: 500;
  font-size: 32px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .grandes-obras-home article .txt h4 {
    font-size: 24px;
  }
}
.grandes-obras-home article .txt p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .grandes-obras-home article .txt p {
    font-size: 16px;
  }
}
.blog-home {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .blog-home {
    padding-bottom: 50px;
  }
}
.blog-home .header {
  text-align: center;
}
.blog-home .header h2 {
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
}
@media (max-width: 767px) {
  .blog-home .header h2 {
    font-size: 32px;
  }
}
.blog-home .grid {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .blog-home .grid {
    margin-top: 50px;
  }
}
.blog-home .grid article {
  margin-bottom: 30px;
  box-shadow: 2px 11px 31px -12px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 2px 11px 31px -12px rgba(0, 0, 0, 0);
  -moz-box-shadow: 2px 11px 31px -12px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-home .grid article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-10px);
  box-shadow: 2px 11px 31px -12px rgba(0, 0, 0, 0.49);
  -webkit-box-shadow: 2px 11px 31px -12px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 2px 11px 31px -12px rgba(0, 0, 0, 0.49);
}
@media (max-width: 767px) {
  .blog-home .grid article {
    display: block!important;
  }
}
.blog-home .grid article .imagen {
  width: 50%;
  height: 370px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-home .grid article .imagen {
    width: 100%;
    height: 300px;
  }
}
.blog-home .grid article .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.blog-home .grid article .text {
  width: 50%;
  color: #FFF;
  padding: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-home .grid article .text {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .blog-home .grid article .text {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .blog-home .grid article .text {
    padding: 40px;
    width: 100%;
  }
}
.blog-home .grid article .text h6 {
  font-family: 'Poppins', sans-serif;
  text-transform: none;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .blog-home .grid article .text h6 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .blog-home .grid article .text h6 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .blog-home .grid article .text h6 {
    font-size: 21px;
  }
}
.blog-home .grid article .text p {
  display: none;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-home .grid article .text a {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  border-top: 1px solid #FFF;
  padding: 20px 0;
  font-size: 18px;
}
.hero-producto {
  position: relative;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 767px) {
  .hero-producto {
    padding-bottom: 50px;
    background-position-y: 80px;
  }
}
.hero-producto .txt-hero {
  position: relative;
  display: block;
  padding-top: 200px;
  margin-bottom: 250px;
}
@media (max-width: 767px) {
  .hero-producto .txt-hero {
    padding-top: 370px;
    margin-bottom: 100px;
  }
}
.hero-producto .txt-hero h1 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  max-width: 50%;
}
@media (max-width: 767px) {
  .hero-producto .txt-hero h1 {
    max-width: 100%;
    font-size: 24px;
  }
}
.hero-producto .txt-hero p {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  max-width: 50%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .hero-producto .txt-hero p {
    max-width: 100%;
    font-size: 16px;
  }
}
.hero-producto .img-grid {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
@media (max-width: 767px) {
  .hero-producto .img-grid {
    flex-direction: column;
  }
}
.hero-producto .img-grid .col-1 {
  width: 35%;
  margin-right: 48px;
}
.hero-producto .img-grid .col-1 img {
  width: 100%;
}
@media (max-width: 767px) {
  .hero-producto .img-grid .col-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.hero-producto .img-grid .col-2 {
  width: 35%;
}
@media (max-width: 767px) {
  .hero-producto .img-grid .col-2 {
    display: none;
  }
}
.hero-producto .img-grid .col-2 img {
  width: 100%;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .hero-producto .img-grid .col-2 img {
    margin-bottom: 5px;
  }
}
.big-banner {
  width: 100%;
}
.big-banner img {
  width: 100%;
}
.big-banner-text {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .big-banner-text {
    height: 600px!important;
  }
}
.big-banner-text .imagen {
  width: 100%;
  height: 860px;
  overflow: hidden;
}
.big-banner-text .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.big-banner-text .texto {
  position: absolute;
  z-index: 2;
  top: 0;
  /*top: 50%;*/
  transform: translateY(-50%);
  text-align: center;
  font-weight: 500;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
}
.big-banner-text .texto h1,
.big-banner-text .texto h2,
.big-banner-text .texto h3,
.big-banner-text .texto h4,
.big-banner-text .texto h5,
.big-banner-text .texto h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.big-banner-text .texto h1 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .big-banner-text .texto h1 {
    font-size: 28px;
  }
}
.big-banner-text .texto h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .big-banner-text .texto h2 {
    font-size: 26px;
  }
}
.big-banner-text .texto h3 {
  font-size: 38px;
}
@media (max-width: 767px) {
  .big-banner-text .texto h3 {
    font-size: 24px;
  }
}
.big-banner-text .texto h4 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .big-banner-text .texto h4 {
    font-size: 23px;
  }
}
.big-banner-text .texto h5 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .big-banner-text .texto h5 {
    font-size: 18px;
  }
}
.big-banner-text .texto h6 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .big-banner-text .texto h6 {
    font-size: 16px;
  }
}
.big-banner-text .texto p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px) {
  .big-banner-text .texto p {
    font-size: 16px;
  }
}
.big-banner-text .texto li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .big-banner-text .texto li {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .big-banner-text .texto {
    font-size: 38px;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .big-banner-text .texto {
    font-size: 48px;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .big-banner-text .texto {
    font-size: 40px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .big-banner-text .texto {
    font-size: 25px;
    width: 90%;
  }
}
.big-banner-text-2col {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .big-banner-text-2col {
    height: 600px!important;
  }
}
.big-banner-text-2col .imagen {
  width: 100%;
  height: 860px;
  overflow: hidden;
}
.big-banner-text-2col .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.big-banner-text-2col .texto {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
.big-banner-text-2col .texto h1,
.big-banner-text-2col .texto h2,
.big-banner-text-2col .texto h3,
.big-banner-text-2col .texto h4,
.big-banner-text-2col .texto h5,
.big-banner-text-2col .texto h6 {
  font-family: 'Poppins', sans-serif;
}
.big-banner-text-2col .texto h1 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .big-banner-text-2col .texto h1 {
    font-size: 28px;
  }
}
.big-banner-text-2col .texto h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .big-banner-text-2col .texto h2 {
    font-size: 26px;
  }
}
.big-banner-text-2col .texto h3 {
  font-size: 38px;
}
@media (max-width: 767px) {
  .big-banner-text-2col .texto h3 {
    font-size: 24px;
  }
}
.big-banner-text-2col .texto h4 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .big-banner-text-2col .texto h4 {
    font-size: 23px;
  }
}
.big-banner-text-2col .texto h5 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .big-banner-text-2col .texto h5 {
    font-size: 18px;
  }
}
.big-banner-text-2col .texto h6 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .big-banner-text-2col .texto h6 {
    font-size: 16px;
  }
}
.big-banner-text-2col .texto p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px) {
  .big-banner-text-2col .texto p {
    font-size: 16px;
  }
}
.big-banner-text-2col .texto li {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
@media (max-width: 767px) {
  .big-banner-text-2col .texto li {
    font-size: 16px;
  }
}
.modulo-duit {
  margin: 150px 0;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .modulo-duit {
    padding: 50px 30px;
  }
}
@media (min-width: 1200px) {
  .modulo-duit {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .modulo-duit {
    margin: 50px 0;
    padding: 20px;
  }
}
/* SEO headings 2026: .duit-titulo reemplaza al H2 duplicado del sendform (mismos estilos). */
.modulo-duit h2,
.modulo-duit .duit-titulo {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 40px;
  margin-bottom: 50px;
}
.modulo-duit h2 img,
.modulo-duit .duit-titulo img {
  vertical-align: middle;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .modulo-duit h2 img,
  .modulo-duit .duit-titulo img {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .modulo-duit h2,
  .modulo-duit .duit-titulo {
    font-size: 28px;
  }
}
/* SEO headings 2026: .duit-desc reemplaza a los H3 descriptivos (mismos estilos). */
.modulo-duit h3,
.modulo-duit .duit-desc {
  font-size: 18px;
  line-height: 1.4em;
  max-width: 700px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .modulo-duit h3,
  .modulo-duit .duit-desc {
    font-size: 16px;
  }
}
.modulo-duit .fila span {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
@media (max-width: 767px) {
  .modulo-duit .fila span {
    font-size: 16px;
  }
}
.modulo-duit .fila .numero {
  font-size: 36px;
  color: #ffde00;
  font-weight: 700;
}
.modulo-duit .btn-fill {
  margin-top: 30px;
  padding: 16px 50px;
}
.modulo-duit img {
  max-width: 100%;
}
.croquis {
  width: 100%;
  position: relative;
  display: block;
  text-align: right;
}
.croquis img {
  max-width: 70%;
}
@media (max-width: 767px) {
  .croquis img {
    max-width: 100%;
  }
}
/* SEO headings 2026: helper para encabezados semánticos invisibles (jerarquía correcta, sin cambio visual). */
.sr-only-seo {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.croquis2 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .croquis2 {
    /*min-height: 500px;*/
  }
}
.croquis2 .conte {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (min-width: 768px) {
  .croquis2 .conte {
    left: 10%;
  }
}
@media (min-width: 992px) {
  .croquis2 .conte {
    left: 20%;
  }
}
@media (min-width: 1200px) {
  .croquis2 .conte {
    left: 25%;
  }
}
@media (max-width: 767px) {
  .croquis2 .conte {
    left: 20px;
  }
}
.croquis2 .conte .bullet {
  position: relative;
  width: 100%;
  z-index: 8;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .croquis2 .conte .bullet {
    margin-bottom: 30px;
  }
}
.croquis2 .conte .bullet .txt {
  max-width: 350px;
}
@media (max-width: 767px) {
  .croquis2 .conte .bullet .txt {
    max-width: 70%;
  }
}
.croquis2 .conte .bullet .line {
  top: 25px;
  left: 0px;
  position: absolute;
  width: 70%;
  border-bottom: 1px solid #555;
  height: 1px;
}
.croquis2 .conte .bullet .line:after {
  content: "⦾";
  position: absolute;
  right: -10px;
  top: -15px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .croquis2 .conte .bullet .line {
    width: 80%;
  }
}
/* SEO headings 2026: h6 -> h3. Se agrega font-family Roboto para anular el estilo base del H3 (Poppins) y mantener el diseño. */
.croquis2 .conte .bullet h3 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
@media (max-width: 767px) {
  .croquis2 .conte .bullet h3 {
    font-size: 16px;
  }
}
.croquis2 .conte .bullet p {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .croquis2 .conte .bullet p {
    font-size: 12px;
  }
}
.croquis2 .imagen {
  position: relative;
  text-align: right;
}
@media (min-width: 768px) {
  .croquis2 .imagen {
    transform: translateX(100px);
  }
}
@media (min-width: 992px) {
  .croquis2 .imagen {
    transform: translateX(100px);
  }
}
@media (min-width: 1200px) {
  .croquis2 .imagen {
    transform: translateX(150px);
  }
}
@media (min-width: 1600px) {
  .croquis2 .imagen {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .croquis2 .imagen {
    transform: translateX(0);
  }
}
.croquis2 .imagen img {
  /*display: inline-block;*/
}
@media (min-width: 768px) {
  .croquis2 .imagen img {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .croquis2 .imagen img {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .croquis2 .imagen img {
    max-width: 60%;
  }
}
@media (min-width: 1600px) {
  .croquis2 .imagen img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .croquis2 .imagen img {
    max-width: 100%;
  }
}
.componentes {
  text-align: center;
  padding: 150px 0;
}
.componentes h2 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
}
.componentes .imagen img {
  max-width: 100%;
  text-align: center;
}
.distris-prod {
  position: relative;
  height: 800px;
}
@media (max-width: 767px) {
  .distris-prod {
    height: auto;
  }
}
.distris-prod .txt {
  position: absolute;
  top: 50%;
  width: 28%;
  transform: translateY(-50%);
  color: #FFF;
}
@media (max-width: 767px) {
  .distris-prod .txt {
    padding: 40px 20px;
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
}
.distris-prod .txt h2 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .distris-prod .txt h2 {
    font-size: 26px;
  }
}
.distris-prod .txt p {
  font-size: 18px;
  margin-bottom: 40px;
}
.distris-prod .imagen {
  position: absolute;
  right: 0;
  width: 50%;
  overflow: hidden;
  height: 800px;
}
@media (max-width: 767px) {
  .distris-prod .imagen {
    display: none;
    /*height: 400px;
      position: relative;
      width: 100%;*/
  }
}
.distris-prod .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.videos {
  padding: 150px 0 0;
}
@media (max-width: 767px) {
  .videos {
    padding: 50px 0 0;
  }
}
.videos .video1 {
  width: 90%;
  height: 430px;
  display: block;
  margin-bottom: 50px;
  background: #000;
}
@media (max-width: 767px) {
  .videos .video1 {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }
}
.videos .video2 {
  width: 70%;
  height: 336px;
  display: block;
  background: #000;
  float: right;
  margin-right: 10%;
}
@media (max-width: 767px) {
  .videos .video2 {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
    float: none;
  }
}
.videos .video3 {
  width: 500px;
  height: 280px;
  display: block;
  position: absolute;
  right: 0;
  top: 50px;
  background: #000;
}
@media (max-width: 767px) {
  .videos .video3 {
    position: relative;
    width: 100%;
    height: 350px;
    top: 0;
    margin-bottom: 20px;
  }
}
.videos .txt {
  position: relative;
  display: block;
}
.videos .video-flota {
  position: relative;
  display: block;
  width: 100%;
}
/* SEO headings 2026: h3 -> h2 (título de sección "Videos"). Mismos estilos. */
.videos h2 {
  margin-top: 130px;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 32px;
  color: #000;
}
@media (max-width: 767px) {
  .videos h2 {
    font-size: 28px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.videos p {
  font-size: 18px;
  line-height: 1.6em;
  color: #000;
}
@media (max-width: 767px) {
  .videos p {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.bg-blanco {
  background: #FFF;
}
.tres-spots-html {
  padding: 150px 0;
}
@media (max-width: 767px) {
  .tres-spots-html {
    padding: 50px 0;
  }
}
.tres-spots-html .titulo {
  text-align: center;
  margin-bottom: 50px;
}
/* SEO headings 2026: overline "TABLA COMPARATIVA" (h6) -> span.overline. display:block replica al h6. */
.tres-spots-html .titulo .overline {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
/* SEO headings 2026: h3 -> h2 (título real de la comparativa). Mismos estilos. */
.tres-spots-html .titulo h2 {
  font-size: 38px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .tres-spots-html .titulo h2 {
    font-size: 26px;
  }
}
.tres-spots-html figure {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  background: #fff;
}
.tres-spots-html figure img {
  width: 100%;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
}
.tres-spots-html figure figcaption {
  padding: 20px;
}
.tres-spots-html figure figcaption h4 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
}
.tres-spots-html figure figcaption ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tres-spots-html figure figcaption li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  font-size: 22px;
  font-weight: 700;
}
.tres-spots-html figure figcaption li:last-child {
  border-bottom: none;
}
.tres-spots-html figure figcaption li span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.tres-spots-html figure figcaption li .bi {
  font-size: 14px;
}
.caracteristicas-producto {
  background: #FFF;
  padding: 80px 0;
}
.caracteristicas-producto .titulo {
  text-align: center;
  margin-bottom: 50px;
}
.caracteristicas-producto .titulo h6 {
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}
.caracteristicas-producto .titulo h3 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
.caracteristicas-producto figure {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 100%;
  background: #fff;
}
.caracteristicas-producto figure img {
  width: 100%;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
}
.caracteristicas-producto figure figcaption {
  padding: 20px;
}
.caracteristicas-producto figure figcaption h4 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  font-family: 'Poppins', sans-serif;
}
.caracteristicas-producto figure figcaption ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.caracteristicas-producto figure figcaption li {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
}
.caracteristicas-producto figure figcaption li:last-child {
  border-bottom: none;
}
.caracteristicas-producto figure figcaption li span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.caracteristicas-producto figure figcaption li .bi {
  font-size: 14px;
}
.productos-relacionados {
  background: #f5f6f8;
  padding: 150px 0 50px;
}
@media (max-width: 767px) {
  .productos-relacionados {
    padding: 50px 0;
  }
}
/* SEO headings 2026: h3 -> h2 (título de sección "Productos relacionados"). Mismos estilos. */
.productos-relacionados h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .productos-relacionados h2 {
    font-size: 26px;
  }
}
.productos-relacionados .resultados {
  background: #FFF;
  padding: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
}
.productos-relacionados .resultados a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.productos-relacionados .resultados a img {
  max-width: 100%;
}
.productos-relacionados .resultados a span {
  display: block;
  text-align: center;
  margin: 26px auto;
}
footer {
  padding: 80px 0;
  background: #ffde00;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  footer .hidden-xs {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .banner-duit-footer {
    text-align: center;
  }
}
footer .logo {
  margin-bottom: 30px;
}
footer .logo img {
  width: 180px;
  max-width: 100%;
}
@media (max-width: 767px) {
  footer .logo {
    text-align: center;
  }
}
footer .newsletter {
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
footer .newsletter input {
  width: 100%;
  border: 1px solid #000;
  padding: 8px;
  font-size: 14px;
  background: transparent;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer li {
  padding: 8px 5px;
  font-weight: 400;
  font-size: 15px;
  border-bottom: 1px solid #e5c700;
}
footer li a {
  color: #000;
}
footer li a:hover {
  color: #a09354;
}
.post-footer {
  background: #000;
  padding: 20px 0;
  color: #FFF;
}
@media (max-width: 767px) {
  .post-footer {
    text-align: center;
    padding: 20px 0 80px;
  }
}
.post-footer a {
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase;
}
.post-footer a:hover {
  color: #ffde00;
}
.post-footer .sm {
  display: inline-block;
  text-align: center;
}
.post-footer .sm ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.post-footer .sm ul li {
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
}
.post-footer .sm ul li a {
  font-size: 18px;
  color: #FFF;
}
.post-footer .sm ul li a:hover {
  color: #ffde00;
}
.resultados {
  padding: 150px 0;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .resultados {
    padding: 100px 0 50px;
  }
}
.resultados h1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .resultados h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.donde-comprar {
  padding: 150px 0 70px;
  background: #FFF;
}
@media (max-width: 767px) {
  .donde-comprar {
    padding: 80px 0 20px;
  }
}
.donde-comprar h1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .donde-comprar h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .donde-comprar .btn-fill {
    margin-bottom: 20px;
  }
}
.btn-line-gray {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  border: 1px solid #e0e0e0;
  display: block;
  text-align: left;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 14px;
  line-height: 1em;
}
.btn-line-gray:hover {
  background: #ffde00;
  color: #000;
}
@media (max-width: 767px) {
  .btn-line-gray {
    font-size: 16px;
    text-align: center;
  }
}
.filtros-resultados .grupo {
  margin-top: 50px;
}
.filtros-resultados h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.filtros-resultados .btn-line-gray {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  border: 1px solid #e0e0e0;
  display: block;
  text-align: left;
  margin-bottom: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 14px;
  line-height: 1em;
}
.filtros-resultados .btn-line-gray:hover {
  background: #ffde00;
}
@media (max-width: 767px) {
  .filtros-resultados .btn-line-gray {
    font-size: 16px;
    text-align: center;
  }
}
.filtros-resultados .item {
  border-bottom: 1px solid #CCC;
  padding: 7px 0;
}
.filtros-resultados .control {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-top: 1px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.filtros-resultados .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filtros-resultados .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: undefinedpx;
}
.filtros-resultados .control:hover input ~ .control_indicator,
.filtros-resultados .control input:focus ~ .control_indicator {
  background: #ebebeb;
}
.filtros-resultados .control input:checked ~ .control_indicator {
  background: #ffde00;
}
.filtros-resultados .control:hover input:not([disabled]):checked ~ .control_indicator,
.filtros-resultados .control input:checked:focus ~ .control_indicator {
  background: #ffde00;
}
.filtros-resultados .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.filtros-resultados .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.filtros-resultados .control input:checked ~ .control_indicator:after {
  display: block;
}
.filtros-resultados .control-radio .control_indicator {
  border-radius: 0%;
}
.filtros-resultados .control-radio .control_indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ffde00;
  transition: background 250ms;
}
.filtros-resultados .control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}
.filtros-resultados .control-radio .control_indicator::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
@keyframes s-ripple {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0.01;
    transform: scale(1);
  }
}
@keyframes s-ripple-dup {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.filtros-resultados .control-radio input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}
.filtros-resultados .control-radio input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}
.grid-resultados-default {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: safe flex-start;
  /*justify-content: space-between;*/
  align-items: stretch;
  align-content: stretch;
  vertical-align: top;
}
.grid-resultados-default article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 31%;
  background: #FFF;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  vertical-align: top;
  display: inline-block;
  margin: 0 13px 30px 0;
}
@media (max-width: 767px) {
  .grid-resultados-default article {
    width: 100%;
    margin-left: 0;
  }
}
.grid-resultados-default article .imagen img {
  width: 100%;
  -webkit-border-radius: 17px 17px 0px 0px;
  -moz-border-radius: 17px 17px 0px 0px;
  border-radius: 17px 17px 0px 0px;
}
.grid-resultados-default article .txt {
  padding: 0 30px 30px;
}
@media (max-width: 767px) {
  .grid-resultados-default article .txt {
    padding: 0 20px 20px;
  }
}
.grid-resultados-default article .tit {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .grid-resultados-default article .tit {
    font-size: 18px;
  }
}
.grid-resultados-default article .des {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #000;
}
@media (max-width: 767px) {
  .grid-resultados-default article .des {
    font-size: 14px;
  }
}
.grid-resultados-default article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-5px);
  box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
}
.grid-resultados-relacionados {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
}
.grid-resultados-relacionados article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  margin: 10px;
  background: #FFF;
  margin-bottom: 40px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  min-height: 570px;
}
@media (max-width: 767px) {
  .grid-resultados-relacionados article {
    min-height: auto;
    width: 100%;
    margin: 10px 5px;
  }
}
.grid-resultados-relacionados article .imagen img {
  width: 100%;
  -webkit-border-radius: 17px 17px 0px 0px;
  -moz-border-radius: 17px 17px 0px 0px;
  border-radius: 17px 17px 0px 0px;
}
.grid-resultados-relacionados article .txt {
  padding: 20px;
}
.grid-resultados-relacionados article .tit {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .grid-resultados-relacionados article .tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.grid-resultados-relacionados article .des {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #000;
}
@media (max-width: 767px) {
  .grid-resultados-relacionados article .des {
    font-size: 14px;
  }
}
.grid-resultados-relacionados article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-5px);
  box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
}
.grid-resultados-biblioteca {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.grid-resultados-biblioteca article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 48%;
  background: #FFF;
  margin-bottom: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 35px;
}
@media (max-width: 767px) {
  .grid-resultados-biblioteca article {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.grid-resultados-biblioteca article .imagen {
  border: 1px solid #dee2e6;
}
@media (max-width: 767px) {
  .grid-resultados-biblioteca article .imagen {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
.grid-resultados-biblioteca article .imagen img {
  width: 100%;
}
.grid-resultados-biblioteca article .tit {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 7px;
}
.grid-resultados-biblioteca article .des {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #000;
  margin-bottom: 20px;
}
.grid-resultados-biblioteca article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-5px);
  box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
}
.grid-resultados-filtrado article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  background: #FFF;
  margin-bottom: 40px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.grid-resultados-filtrado article .imagen {
  width: 300px;
  height: 300px;
  overflow: hidden;
  order: 2;
}
@media (max-width: 767px) {
  .grid-resultados-filtrado article .imagen {
    order: 1;
    width: 100%;
    height: auto;
  }
}
.grid-resultados-filtrado article .imagen img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0px 17px 17px 0px;
  -moz-border-radius: 0px 17px 17px 0px;
  border-radius: 0px 17px 17px 0px;
  object-fit: cover;
  object-position: middle center;
}
.grid-resultados-filtrado article .txt {
  order: 1;
  padding: 30px;
  width: 58%;
}
@media (max-width: 767px) {
  .grid-resultados-filtrado article .txt {
    padding: 20px;
    width: 100%;
    order: 2;
  }
}
.grid-resultados-filtrado article .tit {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .grid-resultados-filtrado article .tit {
    font-size: 22px;
  }
}
.grid-resultados-filtrado article .des {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #000;
}
@media (max-width: 767px) {
  .grid-resultados-filtrado article .des {
    font-size: 16px;
  }
}
.grid-resultados-filtrado article table {
  width: 100%;
  margin: 30px 0;
}
.grid-resultados-filtrado article table thead tr th {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
}
.grid-resultados-filtrado article table tbody tr td {
  padding: 10px 0;
}
.grid-resultados-filtrado article table tbody tr td .item {
  margin-right: 10px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.grid-resultados-filtrado article table tbody tr td .item img {
  vertical-align: middle;
  margin-right: 5px;
}
.grid-resultados-filtrado article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(-5px);
  box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
  -webkit-box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 2px 6px 13px -5px rgba(0, 0, 0, 0.36);
}
.blog-resultados {
  margin-top: 75px;
}
.blog-resultados .feat-article .imagen {
  width: 36%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-resultados .feat-article .imagen {
    width: 100%;
  }
}
.blog-resultados .feat-article .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.blog-resultados .feat-article .text {
  width: 50%;
  color: #FFF;
  padding: 80px;
  text-align: left;
}
@media (max-width: 767px) {
  .blog-resultados .feat-article .text {
    width: 100%;
    padding: 30px;
  }
}
.blog-resultados .feat-article .text h6 {
  text-transform: none;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.blog-resultados .feat-article .text p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-resultados .feat-article .text a {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  border-top: 1px solid #FFF;
  padding: 20px 0;
  font-size: 18px;
}
.blog-resultados .feat-article .text a:hover {
  padding: 20px 10px;
}
.blog-resultados .grilla {
  margin: 100px 0;
}
@media (max-width: 767px) {
  .blog-resultados .grilla {
    margin: 40px 0;
  }
}
.blog-resultados .grilla article {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  padding: 50px 0;
  border-bottom: 1px solid #c6c6c6;
}
@media (max-width: 767px) {
  .blog-resultados .grilla article {
    flex-direction: column;
  }
}
.blog-resultados .grilla article .imagen {
  width: 30%;
  height: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-resultados .grilla article .imagen {
    width: 100%;
    height: 300px;
  }
}
.blog-resultados .grilla article .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.blog-resultados .grilla article .text {
  width: 60%;
  padding: 80px;
  text-align: left;
}
@media (max-width: 767px) {
  .blog-resultados .grilla article .text {
    width: 100%;
    padding: 30px;
  }
}
.blog-resultados .grilla article .text h6 {
  text-transform: none;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.blog-resultados .grilla article .text p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-resultados .grilla article .text a {
  display: inline-block;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  border-top: 1px solid #000;
  padding: 20px 0;
  font-size: 18px;
}
.blog-resultados .grilla article .text a:hover {
  padding: 20px 10px;
}
.blog-article {
  margin-top: 75px;
}
.blog-article .header .imagen {
  width: 100%;
  height: 760px;
  overflow: hidden;
}
.blog-article .header .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
@media (max-width: 767px) {
  .blog-article .header .imagen {
    width: 100%;
    height: auto!important;
  }
}
.blog-article .header .text {
  position: fixed;
  top: 40%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 15%;
  text-align: left;
}
@media (max-width: 767px) {
  .blog-article .header .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-article .header .text.textMob {
    margin-top: 30px!important;
  }
}
.blog-article .header .text h1 {
  text-transform: none;
  font-weight: 500;
  font-size: 39px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-article .header .text h1 {
    font-size: 32px;
  }
}
.blog-article .header .text p {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.blog-article .header .text a {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  border-top: 1px solid #FFF;
  padding: 20px 0;
  font-size: 18px;
}
.blog-article .header .text a:hover {
  padding: 20px 10px;
}
.blog-article article {
  margin: 80px 0 150px;
}
@media (max-width: 767px) {
  .blog-article article {
    margin: 40px 0 80px;
  }
}
.blog-article article .back {
  margin-top: 50px;
}
.blog-article article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 30px;
}
.blog-article article h1,
.blog-article article h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.blog-article article h3 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.blog-article article h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.blog-article article h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.blog-article article h6 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.blog-article article img {
  max-width: 100%;
  margin: 30px 0;
}
.info-tecnica {
  padding: 150px 0;
}
.info-tecnica h1 {
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .info-tecnica h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.info-tecnica article {
  border-bottom: 1px solid #cccccc;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .info-tecnica article {
    padding: 25px 0;
  }
}
.info-tecnica article .imagen {
  text-align: center;
  margin-bottom: 30px;
}
.info-tecnica article img {
  max-width: 100%;
  text-align: center;
}
.info-tecnica article h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.info-tecnica article .slide-tecnico {
  margin-top: 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 45px;
}
.info-tecnica article .slide-tecnico .slide .txt {
  width: 50%;
  padding: 50px;
}
.info-tecnica article .slide-tecnico .slide .image {
  width: 50%;
}
.info-tecnica article .slide-tecnico .slide .image img {
  max-width: 100%;
}
.info-tecnica article .slide-tecnico .slide h4 {
  font-weight: 500;
  font-size: 45px;
  color: #eaeaea;
}
.info-tecnica article .slide-tecnico .slide h5 {
  font-weight: 500;
  font-size: 20px;
}
.info-tecnica article .slide-tecnico .paginador {
  margin-top: 40px;
  text-align: center;
}
.info-tecnica article .tecnica-biblioteca {
  margin-top: 50px;
}
.info-tecnica article .tecnica-biblioteca .item {
  text-align: center;
  padding: 20px;
  width: 15%;
  margin: 5px;
  border: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  .info-tecnica article .tecnica-biblioteca .item {
    width: 45%;
  }
}
.info-tecnica article .tecnica-biblioteca .item a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.info-tecnica article .tecnica-biblioteca .item a span {
  display: block;
  margin: 10px auto;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.info-tecnica article .tecnica-biblioteca .item a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-biblioteca .sin-sub {
  border: none;
  background: transparent;
  border-bottom: 1px solid #D6D6D6;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding: 1rem 1.25rem;
}
.menu-biblioteca .sin-sub a {
  color: #000;
}
.menu-biblioteca .sin-sub a.active {
  font-weight: 700;
}
.menu-biblioteca .accordion-item {
  background: transparent;
  border: none;
}
.menu-biblioteca .accordion-item .accordion-body ul {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 5px;
}
.menu-biblioteca .accordion-item .accordion-body ul li {
  border-bottom: 1px solid #D6D6D6;
  padding: 5px;
}
.menu-biblioteca .accordion-item .accordion-body ul li:last-child {
  border-bottom: none;
}
.menu-biblioteca .accordion-item .accordion-body ul li a {
  color: #000;
}
.menu-biblioteca .accordion-item .accordion-body ul li a.active {
  font-weight: 700;
}
.menu-biblioteca .accordion-button {
  background: transparent;
  border-bottom: 1px solid #D6D6D6;
}
.menu-biblioteca .accordion-button.active {
  font-weight: 700;
}
.menu-biblioteca .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.menu-biblioteca .accordion-button:not(.collapsed).active {
  font-weight: 700;
}
.form-switch .form-check-input {
  width: 2.8em;
  height: 1.5em;
}
.form-check-label {
  font-weight: 700;
  display: inline-block;
  margin-left: 3px;
  padding-top: 3px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.form-check-input:checked {
  background-color: #D7D7D7;
  border-color: #CCC;
}
.check-suc {
  background-image: url(../img/check-sucursales.png) !important;
}
.check-duit {
  background-image: url(../img/check-duit.png) !important;
}
.check-showroom {
  background-image: url(../img/check-showroom.png) !important;
}
.check-suc:checked {
  background-color: #B3F5FF!important;
  border-color: #CCC;
}
.check-duit:checked {
  background-color: #F9EFB0!important;
  border-color: #CCC;
}
.check-showroom:checked {
  background-color: #F8CC9D!important;
  border-color: #CCC;
}
.mapa-distris {
  padding: 70px 0 150px;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .mapa-distris {
    padding: 20px 0 100px;
  }
}
.mapa-distris .mapa {
  width: 100%;
  height: 725px;
}
.mapa-distris .listado {
  overflow-y: scroll;
  height: 700px;
  width: 100%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .mapa-distris .listado {
    height: 230px;
    padding: 20px;
    background: #FFF;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
  }
}
.mapa-distris .listado article {
  border-bottom: 1px solid #7c7c7c;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .mapa-distris .listado article {
    padding: 10px 0;
  }
}
.mapa-distris .listado article h4 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mapa-distris .listado article h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.mapa-distris .listado article .imagen {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .mapa-distris .listado article .imagen {
    display: none;
  }
}
.mapa-distris .listado article .imagen img {
  width: 100%;
}
.mapa-distris .listado article .txt {
  font-size: 14px;
  line-height: 1.4em;
}
.mapa-distris .listado article .txt table td:first-child {
  width: 20px;
}
.mapa-distris .listado article .servicios {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
}
.mapa-distris .listado article .servicios img {
  padding-right: 5px;
}
.mapa-distris .ficha-distri {
  overflow-y: scroll;
  height: 700px;
  width: 100%;
  padding-right: 30px;
}
.mapa-distris .ficha-distri article {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #FFF;
}
.mapa-distris .ficha-distri article .cont {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transform: translateY(-40px);
  background: #FFF;
  padding: 20px;
}
.mapa-distris .ficha-distri article h4 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}
.mapa-distris .ficha-distri article .imagen {
  margin-bottom: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mapa-distris .ficha-distri article .imagen img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
}
.mapa-distris .ficha-distri article .txt {
  font-size: 14px;
  line-height: 1.4em;
}
.mapa-distris .ficha-distri article .txt a {
  color: #333;
}
.mapa-distris .ficha-distri article .servicios {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
}
.mapa-distris .ficha-distri article .servicios img {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .contacto .secred {
    margin-top: 50px;
  }
}
.contacto .hero-contacto {
  position: relative;
}
.contacto .hero-contacto .txt {
  position: absolute;
  top: 55%;
  z-index: 2;
}
.contacto .hero-contacto .txt h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
}
.contacto .hero-contacto .imagen {
  width: 100%;
  height: 318px;
  overflow: hidden;
}
.contacto .hero-contacto .imagen img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  object-position: middle center;
}
.contacto .contact {
  padding: 80px 0;
}
.contacto .contact h3 {
  font-weight: 700;
  font-size: 24px;
}
.contacto .contact p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
.contacto .contact .form input,
.contacto .contact .form select,
.contacto .contact .form textarea {
  background-color: #F8F8F8;
  border: none;
}
.contacto .contact .form button {
  display: block;
  width: 100%;
}
.contacto .contact .sociales .raviol {
  margin-bottom: 20px;
  display: block;
  background: #ffde00;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  height: 189px;
  padding: 50px 0;
}
.contacto .contact .sociales .raviol span {
  display: block;
  margin: 10px auto;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.contacto .contact .sociales .raviol:hover {
  transform: translateY(-5px);
  box-shadow: 1px 7px 13px -5px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: 1px 7px 13px -5px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 7px 13px -5px rgba(0, 0, 0, 0.51);
}
.contacto .contact .sociales .raviol-faq {
  margin-bottom: 20px;
  display: block;
  background: #ffde00;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.contacto .contact .sociales .raviol-faq .icono {
  text-align: center;
}
.contacto .contact .sociales .raviol-faq:hover {
  transform: translateY(-5px);
  box-shadow: 1px 7px 13px -5px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: 1px 7px 13px -5px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 7px 13px -5px rgba(0, 0, 0, 0.51);
}
.about .hero-about {
  position: relative;
  background: #838383;
  height: 100vh;
}
.about .hero-about .img-hero {
  position: absolute;
  top: 10%;
  z-index: 1;
  animation: myAnim 60s ease 0s infinite normal forwards;
}
@media (max-width: 767px) {
  .about .hero-about .img-hero {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .about .hero-about .img-hero img {
    width: 100%;
  }
}
@keyframes myAnim {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }
  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }
  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }
  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }
  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}
.about .hero-about .txt-hero {
  z-index: 2;
  padding-left: 80px;
  position: absolute;
  display: block;
  top: 50vh;
}
@media (max-width: 767px) {
  .about .hero-about .txt-hero {
    position: relative;
    padding-left: 20px;
  }
}
.about .hero-about .txt-hero h1 {
  font-size: 65px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #FFF;
}
@media (max-width: 767px) {
  .about .hero-about .txt-hero h1 {
    font-size: 32px;
    max-width: 100%;
  }
}
.about .hero-about .txt-hero p {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  max-width: 50%;
  margin-bottom: 80px;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .about .hero-about .txt-hero p {
    font-size: 16px;
    max-width: 100%;
    padding: 0;
  }
}
.about .intro {
  padding: 150px 0 90px;
}
@media (max-width: 767px) {
  .about .intro {
    padding: 25px 0;
  }
}
.about .intro .titulo {
  width: 100%;
  text-transform: uppercase;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 77px;
  font-weight: 700;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .about .intro .titulo {
    font-size: 32px;
  }
}
.about .intro .titulo .uno {
  text-align: right;
}
@media (max-width: 767px) {
  .about .intro .titulo .uno {
    text-align: left;
  }
}
.about .intro .titulo .dos {
  text-align: left;
}
.about .intro .tabla {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .about .intro .tabla {
    margin-top: 0px;
  }
}
.about .intro .tabla h3 {
  padding-top: 30px;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about .intro .tabla h3 {
    font-size: 28px;
  }
}
.about .intro .tabla article {
  border-bottom: 1px solid #C2C2C2;
  padding: 30px 0;
}
.about .intro .tabla article .desc {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .about .intro .tabla article .desc {
    font-size: 16px;
  }
}
.about .intro .tabla article .year {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .about .intro .tabla article .year {
    font-size: 28px;
  }
}
.about .strip-imagenes {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}
@media (max-width: 767px) {
  .about .strip-imagenes {
    display: none;
  }
}
.about .strip-imagenes picture {
  border-right: 4px solid #FFF;
}
.about .strip-imagenes picture:last-child {
  border-right: none;
}
.about .strip-imagenes picture img {
  max-width: 100%;
}
.about .plantas {
  padding: 150px 0;
  position: relative;
}
@media (max-width: 767px) {
  .about .plantas {
    padding: 25px 0;
  }
}
.about .plantas .caption {
  color: #FFF;
  font-size: 36px;
  font-weight: 500;
  position: absolute;
  right: 40px;
  bottom: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  .about .plantas .caption {
    font-size: 21px;
    right: 20px;
  }
}
.about .plantas .imagen {
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative;
}
.about .plantas .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.about .plantas .coso {
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 767px) {
  .about .plantas .coso {
    position: relative;
    top: 0;
    transform: none;
    margin: 30px 0 0;
  }
}
.about .plantas .txt h3 {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .about .plantas .txt {
    padding-right: 20%;
  }
}
.about .fotitos {
  padding: 0 0 150px;
}
@media (max-width: 767px) {
  .about .fotitos {
    padding: 0 0 30px;
  }
}
.about .fotitos h2 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 60px;
  font-weight: 700;
  padding: 50px 0 30px;
}
@media (max-width: 767px) {
  .about .fotitos h2 {
    font-size: 32px;
  }
}
.about .fotitos figure {
  margin-bottom: 20px;
}
.about .fotitos figure img {
  width: 100%;
}
.about .proposito {
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .about .proposito {
    margin-bottom: 30px;
  }
}
.about .proposito h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
}
@media (max-width: 767px) {
  .about .proposito h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.about .proposito h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about .proposito h4 {
    font-size: 21px;
    margin-bottom: 10px;
  }
}
.about .proposito p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about .proposito p {
    font-size: 16px;
  }
}
.about .proposito h5 {
  font-size: 24px;
  font-weight: 700;
}
.about .cultura {
  padding: 0 0 150px 0;
  position: relative;
}
@media (max-width: 767px) {
  .about .cultura {
    padding: 0 0 30px 0;
  }
}
.about .cultura h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about .cultura h2 {
    font-size: 28px;
  }
}
.about .cultura .imagen {
  width: 100%;
  height: 442px;
  overflow: hidden;
  position: relative;
}
.about .cultura .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.about .cultura .container {
  position: relative;
}
.about .cultura .coso {
  position: absolute;
  top: -350px;
  /*top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);*/
}
@media (max-width: 767px) {
  .about .cultura .coso {
    position: relative;
    top: 0;
    margin: 30px 0;
  }
}
.about .cultura .txt {
  padding-left: 50px;
  /* @media @l {
    padding-left: 50px;
    }*/
}
@media (max-width: 767px) {
  .about .cultura .txt {
    padding-left: 0;
  }
}
.about .cultura .nav-link {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid transparent;
}
.about .cultura .nav-link.active {
  border-bottom: 3px solid #000;
}
.about .cultura .tab-content {
  font-size: 18px;
  padding: 30px 20px;
}
@media (max-width: 767px) {
  .about .cultura .tab-content {
    font-size: 16px;
  }
}
.about .video {
  margin-bottom: 150px;
  text-align: center;
}
@media (max-width: 767px) {
  .about .video {
    margin-bottom: 30px;
  }
}
.about .video h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about .video h2 {
    font-size: 28px;
  }
}
.about .video p {
  font-size: 18px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .about .video p {
    font-size: 16px;
  }
}
.about .video .frame {
  width: 100%;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .about .video .frame {
    height: 350px;
  }
}
/* /about us*/
.faqs {
  background: #F8F8F9;
}
.faqs .hero-faqs {
  position: relative;
}
.faqs .hero-faqs .txt {
  position: absolute;
  top: 55%;
  z-index: 2;
}
.faqs .hero-faqs .txt h1 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .faqs .hero-faqs .txt h1 {
    font-size: 28px;
    max-width: auto;
  }
}
.faqs .hero-faqs .imagen {
  width: 100%;
  height: 318px;
  overflow: hidden;
}
.faqs .hero-faqs .imagen img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  object-position: middle center;
}
.faqs .accor {
  padding: 150px 0;
}
.faqs .accordion-item {
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-bottom: none;
}
.faqs .accordion-header .accordion-button {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.faqs .accordion-header .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.faqs .accordion-header .accordion-button span {
  padding-left: 30px;
}
.faqs .accordion-header .accordion-button .num {
  padding-left: 10px;
}
.faqs .accordion-header .accordion-button:not(.collapsed) {
  background: #FFF;
}
.faqs .accordion-body {
  padding: 10px 50px 10px 80px;
}
.faqs p {
  font-size: 16px;
}
.search-modal {
  z-index: 21000;
}
.search-modal .modal-content {
  background-color: rgba(0, 0, 0, 0.85);
}
/* SEO headings 2026: título del buscador, era <h2> -> ahora <p class="search-title">. Mismo look. */
.search-modal .modal-content .search-title {
  font-size: 62px;
  color: #FFF;
  text-align: center;
  margin: 0;
}
.search-modal .contenido {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* SEO headings 2026: títulos de modales (Aviso Legal, Newsletter), ex <h5>. Replica el h5 de Bootstrap.
   (El footer-seo-title consolidado vive al final, en la sección sincronizada desde producción.) */
.modal-heading {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.empty-container {
  padding: 150px 0;
}
@media (max-width: 767px) {
  .empty-container {
    padding: 100px 0 50px;
  }
}
.por-que-durlock {
  position: relative;
}
.por-que-durlock .hero {
  text-align: left;
  position: relative;
  display: block;
  height: auto;
}
@media (max-width: 767px) {
  .por-que-durlock .hero {
    height: auto;
  }
}
.por-que-durlock .hero .texto {
  position: absolute;
  top: 25%;
  z-index: 2;
}
@media (max-width: 767px) {
  .por-que-durlock .hero .texto {
    top: 15%;
  }
}
@media (max-width: 767px) {
  .por-que-durlock .hero .texto br {
    display: none;
  }
}
.por-que-durlock .hero .texto h1 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  max-width: 60%;
}
@media (max-width: 767px) {
  .por-que-durlock .hero .texto h1 {
    font-size: 28px;
    max-width: 75%;
    margin-bottom: 20px;
  }
}
.por-que-durlock .hero .texto p {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  max-width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .por-que-durlock .hero .texto p {
    font-size: 18px;
    max-width: 75%;
  }
}
.por-que-durlock .hero .imagen {
  width: 100%;
  height: 930px;
  overflow: hidden;
}
.por-que-durlock .hero .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
@media (max-width: 767px) {
  .por-que-durlock .hero .imagen {
    height: 500px;
  }
}
.por-que-durlock .hero .anchor-nav {
  position: relative;
  display: block;
  z-index: 2;
  background: #FFF;
  padding: 70px;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .por-que-durlock .hero .anchor-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .por-que-durlock .hero .anchor-nav {
    padding: 20px;
  }
}
.por-que-durlock .hero .anchor-nav h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  .por-que-durlock .hero .anchor-nav h3 {
    font-size: 21px;
  }
}
.por-que-durlock .hero .anchor-nav .grid {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}
@media (max-width: 767px) {
  .por-que-durlock .hero .anchor-nav .grid {
    flex-direction: column;
  }
}
.por-que-durlock .hero .anchor-nav .grid .item {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
}
.por-que-durlock .hero .anchor-nav .grid .item img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 10px;
}
.por-que-durlock .hero .anchor-nav .grid .item span {
  line-height: 1em;
  padding: 0;
  font-weight: 500;
}
.por-que-durlock .hero .anchor-nav .grid .item:hover img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translateY(10px);
}
@media (max-width: 767px) {
  .por-que-durlock .hero .anchor-nav .grid .item {
    margin-bottom: 20px;
  }
}
.por-que-durlock .versatilidad {
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad {
    padding: 50px 0;
  }
}
.por-que-durlock .versatilidad h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  max-width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad h2 {
    font-size: 28px;
    max-width: auto;
  }
}
.por-que-durlock .versatilidad p {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  max-width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad p {
    font-size: 18px;
    max-width: 100%;
  }
}
.por-que-durlock .versatilidad .como-high {
  padding: 0 30px;
}
.por-que-durlock .versatilidad .como-high h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad .como-high h3 {
    font-size: 21px;
  }
}
.por-que-durlock .versatilidad .como-high p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  max-width: 100%;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad .como-high p {
    font-size: 16px;
  }
}
.por-que-durlock .versatilidad .imagenes-side2side {
  margin: 80px 0 100px ;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad .imagenes-side2side {
    flex-direction: column;
  }
}
.por-que-durlock .versatilidad .imagenes-side2side .imagen {
  width: 100%;
  height: 620px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad .imagenes-side2side .imagen {
    height: 300px;
  }
}
.por-que-durlock .versatilidad .imagenes-side2side .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.por-que-durlock .versatilidad .imagenes-side2side .imagen:first-child {
  margin-right: 20px;
  width: 35%;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad .imagenes-side2side .imagen:first-child {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.por-que-durlock .versatilidad .imagenes-side2side .imagen:nth-child(2) {
  width: 20%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad .imagenes-side2side .imagen:nth-child(2) {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.por-que-durlock .versatilidad .imagenes-side2side .imagen:last-child {
  width: 45%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .por-que-durlock .versatilidad .imagenes-side2side .imagen:last-child {
    margin-right: 0;
    width: 100%;
  }
}
.por-que-durlock .sustentabilidad {
  padding: 0 0 150px;
  position: relative;
}
@media (max-width: 767px) {
  .por-que-durlock .sustentabilidad {
    padding: 0 0 50px;
  }
}
.por-que-durlock .sustentabilidad .susten-paralax {
  background-image: url('../img/sustentabilidad-imagen.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 730px;
  position: relative;
}
.por-que-durlock .sustentabilidad .imagen {
  width: 100%;
  height: 730px;
  overflow: hidden;
  background: #000;
}
.por-que-durlock .sustentabilidad .imagen img {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.por-que-durlock .sustentabilidad .paratxt {
  position: absolute;
  top: 25%;
  z-index: 2;
}
.por-que-durlock .sustentabilidad .paratxt h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .por-que-durlock .sustentabilidad .paratxt h2 {
    font-size: 28px;
    max-width: auto;
  }
}
.por-que-durlock .sustentabilidad .paratxt p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  max-width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .por-que-durlock .sustentabilidad .paratxt p {
    font-size: 18px;
    max-width: 100%;
  }
}
.por-que-durlock .sustentabilidad .cuadro {
  margin-top: -200px;
}
.por-que-durlock .sustentabilidad .cuadro .conte {
  position: relative;
  background: #FFF;
  padding: 100px 130px;
  color: #000;
  z-index: 2;
}
@media (max-width: 767px) {
  .por-que-durlock .sustentabilidad .cuadro .conte {
    padding: 30px;
  }
}
.por-que-durlock .sustentabilidad .cuadro .conte h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  .por-que-durlock .sustentabilidad .cuadro .conte h3 {
    font-size: 21px;
  }
}
.por-que-durlock .sustentabilidad .cuadro .conte p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  max-width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .por-que-durlock .sustentabilidad .cuadro .conte p {
    font-size: 16px;
  }
}
.por-que-durlock .calidad {
  background: #f3f3f3;
}
@media (max-width: 767px) {
  .por-que-durlock .calidad {
    padding: 50px 0;
  }
}
.por-que-durlock .calidad .imagen {
  width: 100%;
  height: 730px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .por-que-durlock .calidad .imagen {
    height: 300px;
  }
}
.por-que-durlock .calidad .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.por-que-durlock .calidad h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 40px;
  color: #000;
}
@media (max-width: 767px) {
  .por-que-durlock .calidad h2 {
    font-size: 28px;
    max-width: auto;
    margin-bottom: 10px;
  }
}
.por-que-durlock .calidad p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .por-que-durlock .calidad p {
    font-size: 16px;
    max-width: 100%;
  }
}
.por-que-durlock .calidad .left {
  padding: 0 60px 40px 0;
}
@media (max-width: 767px) {
  .por-que-durlock .calidad .left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .por-que-durlock .calidad .navegacion {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
}
.por-que-durlock .calidad .navegacion a {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  display: block;
  padding: 20px;
  background: transparent;
}
@media (max-width: 767px) {
  .por-que-durlock .calidad .navegacion a {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1em;
    border-right: 1px solid #ccc;
  }
}
.por-que-durlock .calidad .navegacion a:hover {
  background: #FFF;
}
.por-que-durlock .calidad .navegacion a.active {
  background: #ffffff;
}
.por-que-durlock .calidad .texto-slider {
  padding: 40px;
}
@media (max-width: 767px) {
  .por-que-durlock .calidad .texto-slider {
    padding: 20px;
  }
}
.por-que-durlock .calidad .texto-slider h4 {
  font-size: 32px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 30px;
  color: #000;
}
@media (max-width: 767px) {
  .por-que-durlock .calidad .texto-slider h4 {
    font-size: 26px;
    max-width: auto;
    margin-bottom: 10px;
  }
}
.por-que-durlock .calidad .texto-slider p {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .por-que-durlock .calidad .texto-slider p {
    font-size: 16px;
    max-width: 100%;
  }
}
.por-que-durlock .sinonimo {
  margin: 150px 0;
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo {
    margin: 0 0 50px 0;
  }
}
.por-que-durlock .sinonimo .cabeza {
  margin-bottom: 100px;
  width: 100%;
  height: 540px;
  position: relative;
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo .cabeza {
    margin-bottom: 50px;
    height: auto;
  }
}
.por-que-durlock .sinonimo .cabeza .imagen-bg {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo .cabeza .imagen-bg {
    width: 100%;
    position: relative;
  }
}
.por-que-durlock .sinonimo .cabeza .imagen-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.por-que-durlock .sinonimo .cabeza h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
.por-que-durlock .sinonimo .cabeza h2 img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo .cabeza h2 img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo .cabeza h2 {
    font-size: 28px;
    max-width: auto;
  }
  .por-que-durlock .sinonimo .cabeza h2 br {
    display: none;
  }
}
.por-que-durlock .sinonimo .cabeza .testo {
  padding-top: 20%;
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo .cabeza .testo {
    padding-top: 30px;
  }
}
.por-que-durlock .sinonimo .letra {
  padding-right: 60px;
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo .letra {
    margin-bottom: 40px;
  }
}
.por-que-durlock .sinonimo .letra img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo .letra img {
    width: 50px;
    margin-bottom: 10px;
  }
}
.por-que-durlock .sinonimo .letra h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo .letra h3 {
    font-size: 21px;
  }
}
.por-que-durlock .sinonimo .letra p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  max-width: 100%;
}
@media (max-width: 767px) {
  .por-que-durlock .sinonimo .letra p {
    font-size: 16px;
  }
}
.por-que-durlock .obra .head {
  margin-bottom: 100px;
  text-align: center;
}
.por-que-durlock .obra .head img {
  vertical-align: middle;
  max-width: 100%;
}
.por-que-durlock .obra .head h2 {
  font-size: 90px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .por-que-durlock .obra .head h2 {
    font-size: 36px;
    max-width: auto;
  }
}
.por-que-durlock .obra .diagrama img {
  max-width: 100%;
}
.por-que-durlock .obra .diagrama img.mob {
  display: none;
}
@media (max-width: 767px) {
  .por-que-durlock .obra .diagrama img.mob {
    display: block;
  }
}
.por-que-durlock .obra .diagrama img.desk {
  display: block;
}
@media (max-width: 767px) {
  .por-que-durlock .obra .diagrama img.desk {
    display: none;
  }
}
.por-que-durlock .obra .items {
  margin: 100px 0;
}
.por-que-durlock .obra .items .item {
  padding: 40px 0;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 767px) {
  .por-que-durlock .obra .items .item {
    padding: 20px 0;
  }
}
.por-que-durlock .obra .items .item h3 {
  text-align: right;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #000;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .por-que-durlock .obra .items .item h3 {
    font-size: 21px;
    text-align: left;
  }
}
.por-que-durlock .obra .items .item p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  max-width: 100%;
}
@media (max-width: 767px) {
  .por-que-durlock .obra .items .item p {
    font-size: 16px;
  }
}
.por-que-durlock .outro {
  background: #303231;
  padding: 150px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .por-que-durlock .outro {
    padding: 50px 0;
  }
}
.por-que-durlock .outro h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.por-que-durlock .outro h5 span {
  color: #ffde00;
}
@media (max-width: 767px) {
  .por-que-durlock .outro h5 {
    font-size: 21px;
  }
  .por-que-durlock .outro h5 br {
    display: none;
  }
}
.capacitacion {
  background: #F9F9F9;
}
.capacitacion .hero-capacitacion {
  position: relative;
}
.capacitacion .hero-capacitacion .txt {
  position: absolute;
  top: 45%;
  z-index: 2;
}
.capacitacion .hero-capacitacion .txt h1 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .capacitacion .hero-capacitacion .txt h1 {
    font-size: 28px;
    max-width: auto;
  }
}
.capacitacion .hero-capacitacion .imagen {
  width: 100%;
  height: 318px;
  overflow: hidden;
}
.capacitacion .hero-capacitacion .imagen img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  object-position: middle center;
}
.capacitacion .hero-capacitacion .nave-tabs {
  margin-top: -58px;
  /*transform: translateY(-60px);*/
  position: relative;
  padding: 20px 20px 0 20px;
  bottom: 0;
  background: #FFF;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  display: block;
}
@media (max-width: 767px) {
  .capacitacion .hero-capacitacion .nave-tabs {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    margin-top: 0;
    background: #ffde00;
  }
}
.capacitacion .hero-capacitacion .nave-tabs .nav-link {
  font-weight: 700;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.capacitacion .hero-capacitacion .nave-tabs .nav-tabs {
  border-bottom: 1px solid #f9f9f9;
}
.capacitacion .hero-capacitacion .nave-tabs .nav-tabs .nav-item.show .nav-link,
.capacitacion .hero-capacitacion .nave-tabs .nav-tabs .nav-link.active {
  background: #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
}
.capacitacion .listado {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .capacitacion .listado {
    padding: 40px 0;
  }
}
.capacitacion .listado .head h2 {
  font-size: 32px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  .capacitacion .listado .head h2 {
    font-size: 28px;
  }
}
.capacitacion .listado .grid {
  margin-top: 50px;
}
.capacitacion .listado .grid figure {
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
}
.capacitacion .listado .grid figure img {
  width: 100%;
}
.capacitacion .listado .grid figure figcaption {
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  color: #000;
}
@media (max-width: 767px) {
  .capacitacion .listado .grid figure figcaption {
    font-size: 16px;
  }
}
.capacitacion .listado .grid article {
  margin-bottom: 50px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 50px;
}
@media (max-width: 767px) {
  .capacitacion .listado .grid article {
    margin-bottom: 30px;
    padding: 30px;
  }
}
.capacitacion .listado .grid article h4 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px) {
  .capacitacion .listado .grid article h4 {
    font-size: 18px;
    margin-top: 30px;
  }
}
.capacitacion .listado .grid article p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .capacitacion .listado .grid article p {
    font-size: 16px;
  }
}
.capacitacion .listado .grid article .date {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .capacitacion .listado .grid article .date {
    font-size: 18px;
    margin: 10px 0;
  }
}
.curso .hero-curso {
  background: url(../img/hero-curso.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
}
.curso .hero-curso .covertor {
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .curso .hero-curso .covertor {
    opacity: 0.5;
  }
}
.curso .hero-curso .txt {
  margin-top: 200px;
  /*top: 50%;
      transform: translateY(-50%);*/
  text-align: right;
  color: #FFF;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .curso .hero-curso .txt {
    text-align: left;
  }
}
.curso .hero-curso .txt .date {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .curso .hero-curso .txt .date {
    font-size: 18px;
  }
}
.curso .hero-curso .txt .titulo {
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .curso .hero-curso .txt .titulo {
    font-size: 26px;
  }
}
.curso .hero-curso .txt .litinfo {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767px) {
  .curso .hero-curso .txt .litinfo {
    font-size: 16px;
  }
}
.curso .intro {
  padding: 115px 0;
}
@media (max-width: 767px) {
  .curso .intro {
    padding: 50px 0;
  }
}
.curso .intro img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: 100%;
}
.curso .intro h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .curso .intro h2 {
    font-size: 26px;
    max-width: auto;
  }
}
.curso .intro p {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .curso .intro p {
    font-size: 16px;
  }
}
.curso .temario {
  padding: 115px 0;
  background: #F3F4F8;
}
@media (max-width: 767px) {
  .curso .temario {
    padding: 50px 0;
  }
}
.curso .temario img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .curso .temario img {
    margin-bottom: 30px;
  }
}
.curso .temario h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .curso .temario h2 {
    font-size: 26px;
    max-width: auto;
  }
}
.curso .temario ol {
  font-size: 18px;
  margin-bottom: 30px;
}
.curso .temario ol li {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .curso .temario ol {
    font-size: 16px;
  }
}
.curso .profe {
  padding: 115px 0;
}
@media (max-width: 767px) {
  .curso .profe {
    padding: 50px 0;
  }
}
.curso .profe img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  text-align: center;
}
@media (max-width: 767px) {
  .curso .profe img {
    width: 130px;
    height: 130px;
  }
}
.curso .profe h2 {
  text-align: left;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .curso .profe h2 {
    text-align: left;
    font-size: 26px;
    max-width: auto;
  }
}
.curso .profe h6 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .curso .profe h6 {
    font-size: 22px;
    max-width: auto;
  }
}
.curso .profe p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .curso .profe p {
    font-size: 16px;
  }
}
.curso .profe article {
  max-width: 940px;
  margin: 10px auto;
}
.curso .ubicacion {
  padding: 115px 0;
  background: #F3F4F8;
}
@media (max-width: 767px) {
  .curso .ubicacion {
    padding: 50px 0;
  }
}
.curso .ubicacion h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .curso .ubicacion h2 {
    text-align: left;
    font-size: 26px;
    max-width: auto;
  }
}
.curso .ubicacion .mapa {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  height: 370px;
}
.curso .ubicacion h3 {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  .curso .ubicacion h3 {
    font-size: 23px;
  }
}
.curso .ubicacion p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .curso .ubicacion p {
    font-size: 16px;
  }
}
.curso .acciones {
  padding: 115px 0;
}
@media (max-width: 767px) {
  .curso .acciones {
    padding: 50px 0;
  }
}
.curso .acciones .placa {
  min-height: 295px;
  background: #ffde00;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  padding: 40px 50px;
  margin-bottom: 30px;
}
.curso .acciones .placa h4 {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  .curso .acciones .placa h4 {
    font-size: 23px;
  }
}
.curso .acciones .placa p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .curso .acciones .placa p {
    font-size: 16px;
  }
}
/*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  @media @xs {
    padding-right: 30px;
    padding-left: 30px;
  }
}
*/
/* Profesionales */
.profesionales {
  background: #EBEBEA;
}
.profesionales .hero-pro {
  position: relative;
}
.profesionales .hero-pro .head-img {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.profesionales .hero-pro .head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.profesionales .hero-pro .txt {
  position: absolute;
  top: 40%;
  z-index: 2;
}
.profesionales .hero-pro .txt h1 {
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .profesionales .hero-pro .txt h1 {
    font-size: 26px;
  }
}
.profesionales .disclaimer {
  border-top: 1px solid #CCC;
  text-align: center;
  margin-top: 50px;
  padding-top: 50px;
}
.profesionales .formu {
  padding: 115px 0;
}
@media (max-width: 767px) {
  .profesionales .formu {
    padding: 50px 0;
  }
}
.profesionales .formu .contenedor {
  background: url(../img/bg-form-pro.jpg) #ffffff top right no-repeat;
  padding: 80px 80px 30px 80px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .profesionales .formu .contenedor {
    background: #FFF;
    padding: 20px;
  }
}
.profesionales .formu img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  max-width: 100%;
}
.profesionales .formu h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .profesionales .formu h2 {
    font-size: 26px;
    max-width: auto;
  }
}
.profesionales .formu .cta {
  text-align: center;
}
.profesionales .formu .bullets ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profesionales .formu .bullets ul li {
  font-size: 20px;
  margin-bottom: 15px;
  color: #000;
}
@media (max-width: 767px) {
  .profesionales .formu .bullets ul li {
    font-size: 16px;
  }
}
.profesionales .formu .bullets ul li span {
  margin-right: 5px;
  vertical-align: middle;
  background: #ffde00;
  display: inline-block;
  color: #000;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .profesionales .formu .bullets ul li span {
    font-size: 16px;
    padding: 3px 0 0 0;
  }
}
.profesionales .bim {
  position: relative;
}
.profesionales .bim .imagen {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .profesionales .bim .imagen {
    height: 400px;
  }
}
.profesionales .bim .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.profesionales .bim .imagen .lg {
  display: block;
}
@media (max-width: 767px) {
  .profesionales .bim .imagen .lg {
    display: none;
  }
}
.profesionales .bim .imagen .xs {
  display: none;
}
@media (max-width: 767px) {
  .profesionales .bim .imagen .xs {
    display: block;
  }
}
.profesionales .bim .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40%;
}
@media (max-width: 767px) {
  .profesionales .bim .txt {
    max-width: 100%;
  }
}
.profesionales .bim .txt h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .profesionales .bim .txt h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.profesionales .bim .txt p {
  font-size: 18px;
  margin-bottom: 30px;
}
.profesionales .proyectos-porfolio {
  padding: 150px 0;
}
@media (max-width: 767px) {
  .profesionales .proyectos-porfolio {
    padding: 50px 0;
  }
}
.profesionales .proyectos-porfolio .int {
  text-align: center;
  margin-bottom: 50px;
}
.profesionales .proyectos-porfolio .grilla-portfolio {
  width: 100%;
}
.profesionales .proyectos-porfolio .grilla-portfolio .nota {
  display: block;
  margin-bottom: 30px;
}
.profesionales .proyectos-porfolio .grilla-portfolio .nota img {
  width: 100%;
  margin-bottom: 30px;
}
.profesionales .proyectos-porfolio .grilla-portfolio .nota h3 {
  font-weight: 500;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-bottom: 20px;
}
.profesionales .proyectos-porfolio .grilla-portfolio .nota p {
  font-size: 18px;
  margin-bottom: 20px;
}
.profesionales .proyectos-porfolio .grilla-portfolio .nota a {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.profesionales .proyectos-porfolio .grilla-portfolio .nota a:before {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "";
  width: 50px;
  border-top: 1px solid #000;
  display: block;
  position: relative;
  margin: 20px 0;
}
.profesionales .proyectos-porfolio .grilla-portfolio .nota a:hover:before {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 90px;
}
.profesionales .pro-duit {
  position: relative;
}
.profesionales .pro-duit .imagen {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .profesionales .pro-duit .imagen {
    height: 400px;
  }
}
.profesionales .pro-duit .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.profesionales .pro-duit .imagen .lg {
  display: block;
}
@media (max-width: 767px) {
  .profesionales .pro-duit .imagen .lg {
    display: none;
  }
}
.profesionales .pro-duit .imagen .xs {
  display: none;
}
@media (max-width: 767px) {
  .profesionales .pro-duit .imagen .xs {
    display: block;
  }
}
.profesionales .pro-duit .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40%;
}
@media (max-width: 767px) {
  .profesionales .pro-duit .txt {
    max-width: 100%;
  }
}
.profesionales .pro-duit .txt .loguito {
  margin-bottom: 30px;
}
.profesionales .pro-duit .txt h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .profesionales .pro-duit .txt h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.profesionales .pro-duit .txt p {
  font-size: 18px;
  margin-bottom: 30px;
}
.img-desk {
  display: inline-block;
}
@media (max-width: 767px) {
  .img-desk {
    display: none;
  }
}
.img-mob {
  display: none;
}
@media (max-width: 767px) {
  .img-mob {
    display: inline-block;
  }
}
/* Distribuidores */
.distribuidores {
  background: #EBEBEA;
}
.distribuidores .hero-pro {
  position: relative;
  background: url(../img/hero-distribuidores.jpg);
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: middle center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 900px;
}
@media (max-width: 767px) {
  .distribuidores .hero-pro {
    height: auto;
    min-height: auto;
  }
}
.distribuidores .hero-pro .head-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
}
.distribuidores .hero-pro .head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.distribuidores .hero-pro .txt {
  position: relative;
  padding: 200px 0 100px;
  z-index: 2;
}
@media (max-width: 767px) {
  .distribuidores .hero-pro .txt {
    padding: 100px 0 50px;
  }
}
.distribuidores .hero-pro .txt h6 {
  color: #FFF;
  font-weight: 500;
}
.distribuidores .hero-pro .txt h1 {
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .distribuidores .hero-pro .txt h1 {
    font-size: 26px;
  }
}
.distribuidores .hero-pro .txt article {
  background: #FFF;
  padding: 40px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  min-height: 305px;
}
@media (max-width: 767px) {
  .distribuidores .hero-pro .txt article {
    margin-bottom: 30px;
    padding: 20px;
    min-height: auto;
  }
  .distribuidores .hero-pro .txt article img {
    width: 90px;
  }
}
.distribuidores .hero-pro .txt article h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
}
@media (max-width: 767px) {
  .distribuidores .hero-pro .txt article h3 {
    font-size: 20px;
  }
}
.distribuidores .hero-pro .txt article p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .distribuidores .hero-pro .txt article p {
    font-size: 15px;
  }
}
/* 404 */
.error404 {
  background: #EBEBEA;
}
.error404 .hero-pro {
  position: relative;
  background: url(../img/hero-404.jpg);
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: middle center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 900px;
}
@media (max-width: 767px) {
  .error404 .hero-pro {
    height: auto;
    min-height: auto;
  }
}
.error404 .hero-pro .head-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
}
.error404 .hero-pro .head-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.error404 .hero-pro .txt {
  position: relative;
  padding: 200px 0 100px;
  z-index: 2;
}
@media (max-width: 767px) {
  .error404 .hero-pro .txt {
    padding: 100px 0 50px;
  }
}
.error404 .hero-pro .txt h6 {
  color: #FFF;
  font-weight: 500;
}
.error404 .hero-pro .txt h1 {
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .error404 .hero-pro .txt h1 {
    font-size: 26px;
  }
}
.error404 .hero-pro .txt article {
  background: #FFF;
  padding: 40px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  min-height: 305px;
}
@media (max-width: 767px) {
  .error404 .hero-pro .txt article {
    margin-bottom: 30px;
    padding: 20px;
    min-height: auto;
  }
  .error404 .hero-pro .txt article img {
    width: 90px;
  }
}
.error404 .hero-pro .txt article h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
}
@media (max-width: 767px) {
  .error404 .hero-pro .txt article h3 {
    font-size: 20px;
  }
}
.error404 .hero-pro .txt article p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .error404 .hero-pro .txt article p {
    font-size: 15px;
  }
}
.duit-badge {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999999;
}
.duit-badge img {
  width: 150px;
}
@media (max-width: 767px) {
  .duit-badge img {
    width: 80%;
    margin: 0 auto;
  }
}
.duit-badge .mob {
  display: none;
}
@media (max-width: 767px) {
  .duit-badge .mob {
    display: block;
  }
}
.duit-badge .desk {
  display: block;
}
@media (max-width: 767px) {
  .duit-badge .desk {
    display: none;
  }
}
@media (max-width: 767px) {
  .duit-badge {
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
  }
}
.hero26sep {
  height: 100vh;
  background: url(../img/26sep-banner.jpg);
  object-fit: cover;
  object-position: middle center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .hero26sep {
    height: 100vh;
    background: url(../img/26sep-banner-m.jpg);
  }
}
.hero26sep .imagen {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero26sep .imagen {
    height: 100vh;
  }
}
.hero26sep .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
}
.hero26sep .txt {
  height: 100vh;
  margin-top: 30%;
  text-align: right;
}
@media (max-width: 767px) {
  .hero26sep .txt {
    text-align: left;
  }
}
.hero26sep .txt .logo-hero {
  /* position: absolute;
            top: 20px;
            z-index: 4;*/
  margin-bottom: 30px;
}
.hero26sep .txt .logo-hero img {
  width: 200px;
}
.hero26sep .txt h2 {
  font-weight: 500;
  font-size: 42px;
  color: #FFF;
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .hero26sep .txt h2 {
    font-size: 32px;
  }
}
.hero26sep .txt .ctas {
  margin-top: 30px;
}
.hero26sep .txt .ctas a {
  margin: 0 5px;
}
.hero26sep .slides-mobile {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  left: 0;
}
.hero26sep .slides-mobile:after {
  content: "";
  background: #000;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .hero26sep .slides-mobile:after {
    display: none;
  }
}
.hero26sep .slides-mobile .texto {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero26sep .slides-mobile .texto {
    top: 0;
    transform: translateY(0);
    right: 0;
    left: 0;
    margin-top: 50px;
    padding: 20px;
  }
}
.hero26sep .slides-mobile .logo-producto {
  position: relative;
  display: block;
  margin: 10px auto;
}
.hero26sep .slides-mobile .logo-producto img {
  width: 230px;
}
.hero26sep .slides-mobile h2 {
  font-weight: 700;
  color: #fff;
  line-height: 1.2em;
  font-family: 'Poppins', sans-serif;
  max-width: 700px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .hero26sep .slides-mobile h2 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .hero26sep .slides-mobile h2 {
    font-size: 86px;
  }
}
@media (max-width: 767px) {
  .hero26sep .slides-mobile h2 {
    font-weight: 500;
    font-size: 38px;
  }
}
.hero26sep .slides-mobile .ctas {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  z-index: 3;
}
.hero26sep .slides-mobile .ctas .flechi {
  color: #FFF;
  font-size: 32px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hero26sep .slides-mobile .ctas .flechi:hover {
  transform: translateY(20px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*Calculador*/
.calculador {
  padding: 100px 0;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .calculador .side-desk {
    display: none;
  }
}
.calculador .side-desk h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 30px;
}
.calculador .side-desk .item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-bottom: 20px;
}
.calculador .side-desk .item .number {
  background: #ffde00;
  width: 30px!important;
  height: 30px;
  text-align: center;
  padding: 2px 0;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
}
.calculador .side-desk .item .tit {
  font-size: 15px;
  font-weight: 400;
  width: 80%;
}
.calculador .calc {
  border-left: 1px solid #c7c7c7;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .calculador .calc {
    border-left: none;
    padding: 0;
  }
}
.calculador .calc.noborder {
  border: none;
  padding: 0;
}
.calculador .calc h5 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.calculador .calc h1 {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .calculador .calc h1 {
    font-size: 21px;
  }
}
.calculador .calc .coso {
  margin: 60px 0;
}
@media (max-width: 767px) {
  .calculador .calc .coso {
    margin: 30px 0;
  }
}
.calculador .calc .fila {
  position: relative;
  padding: 10px 0;
}
.calculador .calc .fila .item {
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #FFF;
  border: 1px solid #c6c6c6;
  color: #000;
  padding: 10px ;
  text-align: center;
}
.calculador .calc .fila .item h4 {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  .calculador .calc .fila .item h4 {
    font-size: 16px;
  }
}
.calculador .calc .fila .item h4 img {
  width: 35px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .calculador .calc .fila .item h4 img {
    display: block;
    margin: 0 auto;
  }
}
.calculador .calc .fila .item.active {
  background: #ffde00;
  color: #000;
  border: 1px solid #ffde00;
}
.calculador .calc .fila .owl-nav {
  position: absolute;
  top: 10%;
  margin: 0;
  right: 0;
  left: 0;
}
.calculador .calc .fila .owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 20px;
  background: #ffde00;
}
.calculador .calc .fila .owl-nav .owl-prev span {
  font-size: 32px;
}
.calculador .calc .fila .owl-nav .owl-prev:hover {
  background: #ffde00;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.calculador .calc .fila .owl-nav .owl-next {
  position: absolute;
  right: -30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 20px;
  background: #ffde00;
}
.calculador .calc .fila .owl-nav .owl-next span {
  font-size: 32px;
}
.calculador .calc .fila .owl-nav .owl-next:hover {
  background: #ffde00;
  color: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.calculador .calc .fila .owl-nav .disabled {
  opacity: 0;
}
.calculador .calc .adicionales {
  margin: 40px 0 0 0;
}
.calculador .calc .adicionales h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.calculador .calc .adicionales a {
  text-decoration: none;
}
.calculador .calc .adicionales .feat {
  min-height: 130px;
  border: 1px solid #CCC;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.calculador .calc .adicionales .feat.active {
  border: 1px solid #ffde00;
}
.calculador .calc .adicionales .feat .bi {
  font-size: 26px;
}
.calculador .calc .medidas {
  padding: 10px;
  margin: 20px 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #FFF;
  border: 1px solid #c7c7c7;
}
.calculador .calc .medidas h6 {
  font-weight: 700;
}
.calculador .calc .resultados {
  position: relative;
  padding: 10px 0;
}
.calculador .calc .resultados .item {
  position: relative;
  min-height: 360px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #FFF;
  border: 1px solid #CCC;
  color: #000;
  padding: 0px;
}
.calculador .calc .resultados .item.active {
  border: 3px solid #ffde00;
}
.calculador .calc .resultados .item.active:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25.5px 0 25.5px;
  border-color: #ffde00 transparent transparent transparent;
  transform: rotate(0deg);
  right: 40%;
  bottom: -25px;
}
.calculador .calc .resultados .item .featured {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffde00;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999999;
}
.calculador .calc .resultados .item .txt {
  padding: 40px 20px 20px;
}
.calculador .calc .resultados .item .txt h3 {
  font-size: 16px;
  font-weight: 700;
}
.calculador .calc .resultados .item .txt p {
  font-size: 14px;
  color: #555;
  line-height: 1em;
}
.calculador .calc .resultados .item .txt .imagen {
  margin: 20px 0;
}
.calculador .calc .resultados .item .txt .imagen .feat .grafi {
  margin-bottom: 5px;
}
.calculador .calc .resultados .item .txt .imagen .feat .grafi span {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.calculador .calc .resultados .item .txt .imagen .feat .grafi .progress-bar {
  background-color: #ffde00;
  color: #000;
}
.calculador .calc .resultados .item .txt .btn-fill {
  display: block;
  text-align: center;
}
.calculador .calc .resultados .item .precio {
  font-size: 21px;
  font-weight: 700;
  color: #000;
}
.calculador .calc .resultados .item .precio span {
  font-size: 12px;
  color: #777;
  display: block;
}
.calculador .calc .resultados .item .precio .sub {
  font-size: 14px;
  display: inline-block;
}
.calculador .calc .resultados .item .fifi .linea {
  border-right: 1px solid #CCC;
}
.calculador .calc .resultados .item .fifi span {
  display: block;
  font-size: 12px;
  color: #777;
}
.calculador .calc .resultados .owl-nav {
  /* position: absolute;
              top: 10%;
              margin: 0;
              right: 0;
              left: 0;*/
}
.calculador .calc .resultados .owl-nav .disabled {
  opacity: 0;
}
.calculador .calc .resultados .owl-nav .owl-prev,
.calculador .calc .resultados .owl-nav .owl-next {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 40px;
  height: 40px;
  border: 1px solid #CCC;
}
.calculador .calc .resultados .owl-nav .owl-prev span,
.calculador .calc .resultados .owl-nav .owl-next span {
  font-size: 32px;
  line-height: 1em;
}
.calculador .calc .resultados .owl-nav .owl-prev:hover,
.calculador .calc .resultados .owl-nav .owl-next:hover {
  background: #ffde00;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.calculador .calc .listado {
  background: #F7F7F7;
  padding: 0;
}
.calculador .calc .listado article {
  border: 1px solid #ffde00;
  background: #FFF;
  padding: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.calculador .calc .listado article h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .calculador .calc .listado article h2 {
    font-size: 18px;
  }
}
.calculador .calc .listado article h3 {
  font-size: 16px;
  font-weight: 700;
}
.calculador .calc .listado article h4 {
  font-size: 18px;
  font-weight: 700;
  color: #555;
  margin-bottom: 20px;
}
.calculador .calc .listado article h4 span {
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
}
.calculador .calc .listado article p {
  font-size: 14px;
  color: #555;
}
.calculador .calc .listado article table {
  width: 100%;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .calculador .calc .listado article table {
    font-size: 12px;
  }
}
.calculador .calc .listado article table tbody td {
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
}
.calculador .calc .listado article table tbody td:last-child {
  font-weight: 700;
  text-align: right;
  width: 10%;
}
.calculador .calc .listado .ctas {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .calculador .calc .listado .ctas .btn-fill {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
.calculador .calc .listado .ctas .btn-fill img {
  width: 15px;
  vertical-align: middle;
}
.imprimir {
  position: relative;
}
.imprimir .listado {
  background: #F7F7F7;
  padding: 0;
}
.imprimir .listado header {
  padding: 5px 20px;
  background: #ffde00;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.imprimir .listado header img {
  width: 150px;
}
.imprimir .listado article {
  border: 2px solid #ffde00;
  background: #FFF;
  padding: 20px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.imprimir .listado article h2 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .imprimir .listado article h2 {
    font-size: 18px;
  }
}
.imprimir .listado article h3 {
  font-size: 16px;
  font-weight: 700;
}
.imprimir .listado article h4 {
  font-size: 18px;
  font-weight: 700;
  color: #555;
  margin-bottom: 20px;
}
.imprimir .listado article h4 span {
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
}
.imprimir .listado article p {
  font-size: 14px;
  color: #555;
}
.imprimir .listado article table {
  width: 100%;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .imprimir .listado article table {
    font-size: 12px;
  }
}
.imprimir .listado article table tbody td {
  padding: 5px 10px;
  border-bottom: 1px solid #CCC;
}
.imprimir .listado article table tbody td:last-child {
  font-weight: 700;
  text-align: right;
  width: 10%;
}
.cookies {
  position: fixed;
  padding: 20px 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}
.cookies p {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 0;
}
.cookies p a {
  color: #FFF;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 888;
    padding: 70px 20px 50px;
    margin: 0;
    top: 40px;
    bottom: 0;
    overflow-y: scroll;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: left;
    padding: 6px 0;
    border-bottom: 1px solid #111;
  }
  #mob li .form-control {
    background: transparent;
    color: #FFF;
    border: 1px solid #ffde00;
  }
  #mob li .form-floating > label {
    color: #ffde00;
  }
  #mob li a {
    color: #ffde00;
    font-weight: 500;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #mob.mob2 {
    position: absolute;
    z-index: 99999;
    height: 600px;
    top: 40px;
    padding: 20px;
  }
  #mob.mob2 ul {
    margin: 0;
    padding: 0;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
  }
  .burger.produ {
    top: 6px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 7px;
}
#nav-icon3 span:nth-child(4) {
  top: 14px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/* ============================================================================
   SINCRONIZADO DESDE PRODUCCIÓN (durlock.com) — 2026-07
   Bloques que existían en el durlock23.css deployado pero faltaban en esta copia
   local (estaba atrasada ~200 líneas). Incorporados verbatim para consolidar.
   Único ajuste: footer-seo "h4" -> ".footer-seo-title" (cambio SEO 2026).
   ============================================================================ */

/* --- Breadcrumbs (usado también en la página de producto) --- */
.breadcrumbs {
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
.product-breadcrumbs {
  padding-top: 105px;
}
.product-breadcrumbs .breadcrumbs {
  margin-top: 0;
}
@media (max-width: 767px) {
  .product-breadcrumbs {
    padding-top: 105px;
  }
  .product-breadcrumbs .breadcrumbs {
    margin-top: 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 12px 0;
}
.breadcrumbs li {
  color: #555;
}
.breadcrumbs li:not(:last-child)::after {
  color: #999;
  content: ">";
  margin-left: 6px;
}
.breadcrumbs a {
  color: #222;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  color: #777;
}

/* --- Footer SEO block (h4 -> .footer-seo-title por el cambio SEO 2026) --- */
.footer-seo-block {
  background: #1f1f1f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 0 0;
}
.footer-seo-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 22px;
  background: transparent;
  border: 1px solid #666;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 auto 20px;
  cursor: pointer;
}
.footer-seo-block .container-xl {
  text-align: center;
}
.footer-seo-links {
  display: none;
  text-align: left;
  padding: 10px 0 30px;
}
.footer-seo-block.open .footer-seo-links {
  display: block;
}
.footer-seo-links .footer-seo-title {
  color: #eab900;
  font-size: 14px;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.footer-seo-links ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.footer-seo-links ul li {
  margin-bottom: 8px;
}
.footer-seo-links ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  opacity: .9;
}
.footer-seo-links ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .footer-seo-links {
    padding-top: 0;
  }
  .footer-seo-links .footer-seo-title {
    margin-top: 20px;
  }
}

/* --- Mapa de sitio --- */
.mapadesitio {
  padding: 150px 0;
  background: #f9f9f9;
}
@media (max-width: 767px) {
  .mapadesitio {
    padding: 100px 0 50px;
  }
}
.mapadesitio article {
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}
.mapadesitio h1 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .mapadesitio h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.mapadesitio h2 {
  font-size: 24px;
  border-bottom: 1px solid #CCC;
  margin: 7px 0;
  padding: 7px 0;
}
.mapadesitio h2 a {
  color: #000;
}
.mapadesitio h2 a:hover {
  color: #777;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mapadesitio h3 {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  margin: 5px 0;
  padding: 5px 0;
}
.mapadesitio h3 a {
  color: #000;
}
.mapadesitio h3 a:hover {
  color: #777;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mapadesitio h4 {
  font-size: 16px;
  font-weight: 700;
}
.mapadesitio ul {
  list-style: none;
}
.mapadesitio ul.doblecol {
  column-count: 2;
}
.mapadesitio ul li {
  padding: 7px 0;
  border-bottom: 1px solid #f1f1f1;
}
.mapadesitio ul li a {
  color: #000;
}
.mapadesitio ul li a:hover {
  color: #777;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* ==================== FIN sincronizado desde producción ==================== */
