@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&display=swap");
/*@font-face {
    font-family: 'Esphimere';
    src: url('../fonts/esphimere/Esphimere.otf') format('otf'),
    url('../fonts/esphimere/Esphimere_Light.otf') format('otf'),
    url('../fonts/esphimere/Esphimere_ExtraLight.otf') format('otf'),
    url('../fonts/esphimere/Esphimere_Semi_Bold.otf') format('otf'),
    url('../fonts/esphimere/Esphimere_Bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: "Esphimere Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Regular"), url("../fonts/Esphimere.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Italic"), url("../fonts/Esphimere Italic.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Thin"), url("../fonts/Esphimere Thin.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Thin Italic"), url("../fonts/Esphimere Thin Italic.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Extra Light";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Extra Light"), url("../fonts/Esphimere Extra Light.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Extra Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Extra Light Italic"), url("../fonts/Esphimere Extra Light Italic.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Light";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Light"), url("../fonts/Esphimere Light.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Light Italic"), url("../fonts/Esphimere Light Italic.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Semi Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Semi Bold"), url("../fonts/Esphimere Semi Bold.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Semi Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Semi Bold Italic"), url("../fonts/Esphimere Semi Bold Italic.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Bold"), url("../fonts/Esphimere Bold.woff") format("woff");
}
@font-face {
  font-family: "Esphimere Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Esphimere Bold Italic"), url("../fonts/Esphimere Bold Italic.woff") format("woff");
}
.esphimere-sb, .esphimere-sb h2 {
  font-family: "Esphimere Semi Bold" !important;
}

.esphimere-l {
  font-family: "Esphimere Light" !important;
}

.padding-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media all and (max-width: 1399px) {
  .padding-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
@media all and (max-width: 1199px) {
  .padding-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}
@media all and (max-width: 991px) {
  .padding-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media all and (max-width: 767px) {
  .padding-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

.padding-section-xl {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media all and (max-width: 1399px) {
  .padding-section-xl {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}
@media all and (max-width: 1199px) {
  .padding-section-xl {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
@media all and (max-width: 991px) {
  .padding-section-xl {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
@media all and (max-width: 767px) {
  .padding-section-xl {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.padding-section-bottom {
  padding-bottom: 60px !important;
}
@media all and (max-width: 1399px) {
  .padding-section-bottom {
    padding-bottom: 50px !important;
  }
}
@media all and (max-width: 1199px) {
  .padding-section-bottom {
    padding-bottom: 40px !important;
  }
}
@media all and (max-width: 991px) {
  .padding-section-bottom {
    padding-bottom: 30px !important;
  }
}
@media all and (max-width: 767px) {
  .padding-section-bottom {
    padding-bottom: 20px !important;
  }
}

.padding-section-top {
  padding-top: 60px !important;
}
@media all and (max-width: 1399px) {
  .padding-section-top {
    padding-top: 50px !important;
  }
}
@media all and (max-width: 1199px) {
  .padding-section-top {
    padding-top: 40px !important;
  }
}
@media all and (max-width: 991px) {
  .padding-section-top {
    padding-top: 30px !important;
  }
}
@media all and (max-width: 767px) {
  .padding-section-top {
    padding-top: 20px !important;
  }
}

.bottom-line {
  border-bottom: 2px solid #03355e;
  padding-bottom: 10px;
}

.cont-sm {
  max-width: 900px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: auto;
}

.cont-nowarp {
  flex-wrap: nowrap !important;
}

.no-padding {
  padding: 0 !important;
}
.no-padding > div {
  padding: 0 !important;
}

.e-con {
  --container-max-width: 1140px;
}
@media all and (max-width: 1600px) {
  .e-con {
    --container-max-width: 1080px !important;
  }
}
@media all and (max-width: 1399px) {
  .e-con {
    --container-max-width: 1000px !important;
  }
}

body {
  font-size: 18px;
  line-height: 1.5;
  color: black;
  font-family: "Raleway";
}
@media all and (max-width: 1199px) {
  body {
    font-size: 16.92px;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 15.66px;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 14.04px;
  }
}

.text-sm {
  font-size: 16px;
}
@media all and (max-width: 991px) {
  .text-sm {
    font-size: 15.04px;
  }
}
@media all and (max-width: 767px) {
  .text-sm {
    font-size: 15.04px;
  }
}

.elementor-heading-title {
  line-height: 1.2 !important;
}

h1, h2 {
  font-weight: bold !important;
  color: #03355e;
}

h1 {
  font-size: 36px;
  /*@media all and (max-width: $xs-max) {
      font-size: 25.2px;  
  }*/
}
@media all and (max-width: 1600px) {
  h1 {
    font-size: 34.2px;
  }
}
@media all and (max-width: 1399px) {
  h1 {
    font-size: 32.4px;
  }
}
@media all and (max-width: 1199px) {
  h1 {
    font-size: 30.6px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 28.8px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 27px;
  }
}

h2 {
  font-size: 32px;
  /*@media all and (max-width: $xs-max) {
      font-size: 22.4px;  
  }*/
  border-bottom: 2px solid #03355e;
}
@media all and (max-width: 1600px) {
  h2 {
    font-size: 30.4px;
  }
}
@media all and (max-width: 1399px) {
  h2 {
    font-size: 28.8px;
  }
}
@media all and (max-width: 1199px) {
  h2 {
    font-size: 27.2px;
  }
}
@media all and (max-width: 991px) {
  h2 {
    font-size: 25.6px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

.noborder h2 {
  border: none;
}

h3 {
  font-size: 26px;
  /*@media all and (max-width: $xs-max) {
      font-size: 18.2px;  
  }*/
  font-weight: bold;
}
@media all and (max-width: 1600px) {
  h3 {
    font-size: 24.7px;
  }
}
@media all and (max-width: 1399px) {
  h3 {
    font-size: 23.4px;
  }
}
@media all and (max-width: 1199px) {
  h3 {
    font-size: 22.1px;
  }
}
@media all and (max-width: 991px) {
  h3 {
    font-size: 20.8px;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 19.5px;
  }
}

a {
  color: #03355e;
}
a:hover {
  text-decoration: underline;
}

.subtitle {
  font-size: 20px;
  font-weight: 500;
}
@media all and (max-width: 1199px) {
  .subtitle {
    font-size: 18.8px;
  }
}
@media all and (max-width: 991px) {
  .subtitle {
    font-size: 17.4px;
  }
}
@media all and (max-width: 767px) {
  .subtitle {
    font-size: 15.6px;
  }
}

.title-small h2 {
  font-size: 50px;
  /*@media all and (max-width: $xs-max) {
      font-size: 35px;  
  }*/
}
@media all and (max-width: 1600px) {
  .title-small h2 {
    font-size: 47.5px;
  }
}
@media all and (max-width: 1399px) {
  .title-small h2 {
    font-size: 45px;
  }
}
@media all and (max-width: 1199px) {
  .title-small h2 {
    font-size: 42.5px;
  }
}
@media all and (max-width: 991px) {
  .title-small h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  .title-small h2 {
    font-size: 37.5px;
  }
}

/*@media all and (max-width: $xxl-max) {
    h1{
        font-size: 34px;  
    }
    h2{
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    .title-small h2 {
        font-size: 50px;
    }


}

@media all and (max-width: $xl-max) {
    h1{
        font-size: 32px;  
    }
    h2{
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    .title-small h2 {
        font-size: 46px;
    } 
    body{
        font-size: 16px;
    }
}

@media all and (max-width: $lg-max) {

    h1{
        font-size: 30px;  
    }
    h2{
        font-size: 26px;
    }
    h3 {
        font-size: 20px;
    } 
    .title-small h2 {
        font-size: 42px;
    } 
    .text-sm{
        font-size: 14px;
    }
}



@media all and (max-width: $md-max) {
    h1{
        font-size: 28px;  
    }
    h2{
        font-size: 24px;
    }
    h3 {
        font-size: 18px;
    }
    .title-small h2 {
        font-size: 38px;
    }


}


@media all and (max-width: $sm-max) {
    h1{
        font-size: 26px;  
    }
    h2{
        font-size: 22px;
    }
    p {
        font-size: 15px;
    }
    .title-small h2 {
        font-size: 32px;
    }


}*/
.button a {
  border-radius: 5px;
  display: inline-block !important;
  font-size: 20px;
  font-family: "Esphimere Semi Bold";
  min-width: 180px !important;
  font-weight: normal;
}
@media all and (max-width: 991px) {
  .button a {
    font-size: 18px;
    padding: 10px 20px;
    min-width: 160px !important;
  }
}
@media all and (max-width: 767px) {
  .button a {
    font-size: 16px;
    padding: 8px 16px;
    min-width: 140px !important;
  }
}

.elementor.button {
  font-family: "Esphimere Semi Bold";
}
.elementor.button span {
  font-family: "Esphimere Semi Bold";
}

.btn-blue a {
  background-color: #03355e;
  color: white;
  border: 2px solid #03355e;
}
.btn-blue a:hover {
  background-color: white;
  color: #03355e;
  border: 2px solid #03355e !important;
}

.btn-white a {
  background-color: white;
  color: #03355e !important;
  border: 2px solid white;
}
.btn-white a:hover {
  background-color: #03355e;
  color: white !important;
  border: 2px solid white !important;
}
@media all and (max-width: 991px) {
  .btn-white a {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .btn-white a {
    font-size: 18px;
  }
}

.btn-ver a {
  font-family: "Esphimere Semi Bold" !important;
  font-weight: 600 !important;
}
.btn-ver.blue a {
  background-color: #03355e;
  border: 2px solid #03355e;
}
.btn-ver.blue a:hover {
  background-color: white;
  color: #03355e;
}
.btn-ver.white a {
  background-color: white;
  width: 135px;
  color: #03355e;
  border: 2px solid white;
}
.btn-ver.white a:hover {
  background-color: #03355e;
  color: white;
}

.wpcf7-form .row {
  margin-left: 0;
  margin-right: 0;
}

form input[type=text], form input[type=email], form input[type=tel], form textarea, form select {
  width: 100% !important;
  border: 1px solid #03355e !important;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 10px;
}
form input[type=submit] {
  border-radius: 5px;
  display: inline-block !important;
  font-size: 20px;
  font-family: "Esphimere Semi Bold";
  min-width: 200px !important;
  font-weight: normal;
  background-color: #03355e;
  border: none;
  color: white;
}
@media all and (max-width: 1199px) {
  form input[type=submit] {
    font-size: 18px;
    min-width: 160px !important;
  }
}
@media all and (max-width: 991px) {
  form input[type=submit] {
    font-size: 18px;
    min-width: 140px !important;
  }
}
@media all and (max-width: 767px) {
  form input[type=submit] {
    font-size: 16px;
    min-width: 100px !important;
  }
}
form label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
form .wpcf7-spinner {
  display: block;
}
form .wpcf7-acceptance label {
  font-size: 14px;
  margin-bottom: 10px;
}

section.noticias .cont-noticia {
  max-width: 500px;
}
section.noticias .cont-noticia .img-noticia {
  opacity: 0.5;
}
section.noticias .cont-noticia .img-noticia:hover {
  opacity: 1;
}
section.noticias .cont-noticia .img-noticia img {
  border-radius: 16px;
  min-height: 450px;
  object-fit: cover;
}
section.noticias .cont-noticia h3 {
  font-size: 20px;
  color: #03355e;
  font-weight: 600;
}
section.noticias .cont-noticia h3:hover {
  text-decoration: underline;
}
@media all and (max-width: 1600px) {
  section.noticias .cont-noticia .img-noticia img {
    min-height: 400px;
  }
}
@media all and (max-width: 1399px) {
  section.noticias .cont-noticia .img-noticia img {
    min-height: 350px;
  }
}
@media all and (max-width: 1199px) {
  section.noticias .cont-noticia .img-noticia img {
    min-height: 300px;
  }
}

section.franja {
  background: #03355e;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.franja h2 {
  color: white;
  text-align: center;
  font-size: 32px;
  font-family: "Esphimere Semi Bold" !important;
}
@media all and (max-width: 1600px) {
  section.franja h2 {
    font-size: 30px;
  }
}
@media all and (max-width: 1399px) {
  section.franja h2 {
    font-size: 28px;
  }
}
@media all and (max-width: 1199px) {
  section.franja h2 {
    font-size: 24px;
  }
}
@media all and (max-width: 991px) {
  section.franja h2 {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  section.franja h2 {
    font-size: 20px;
  }
}

section.header-interior {
  height: 580px;
  padding-bottom: 60px;
  background-size: cover;
}
section.header-interior h1 {
  border-bottom: 2px solid #03355e;
  color: #03355e;
}
section.header-interior .cont-titulo {
  max-width: 540px;
}
section.header-interior .cont-titulo h1 {
  border-bottom: 3px solid #03355e;
  padding-bottom: 10px;
}
section.header-interior::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8); /* Blanco semitransparente */
  transition: opacity 0.3s ease;
  z-index: 0;
}
section.header-interior.header-corta {
  height: 280px;
  background-position: center top;
  padding-bottom: 0;
}
section.header-interior.header-corta::before {
  display: none;
}
section.header-interior.header-corta h1, section.header-interior.header-corta h2 {
  color: white;
  border-bottom: 0;
  margin-bottom: 10px;
}
@media all and (max-width: 1600px) {
  section.header-interior {
    height: 550px;
  }
  section.header-interior.header-corta {
    height: 250px;
  }
}
@media all and (max-width: 1399px) {
  section.header-interior {
    height: 500px;
  }
  section.header-interior.header-corta {
    height: 220px;
  }
}
@media all and (max-width: 1199px) {
  section.header-interior {
    height: 450px;
  }
  section.header-interior.header-corta {
    background-position: right top;
    height: 180px;
  }
}
@media all and (max-width: 991px) {
  section.header-interior {
    height: 400px;
  }
  section.header-interior.header-corta {
    height: 140px;
  }
}
@media all and (max-width: 767px) {
  section.header-interior {
    height: 350px;
  }
  section.header-interior.header-corta {
    height: 120px;
  }
}

.sidebar {
  width: 30% !important;
}

.column-left {
  width: 70% !important;
}

.legal h2 {
  font-size: 28px;
  margin-top: 20px;
  font-weight: 600;
}
.legal h3 {
  font-size: 22px;
  color: #03355e;
  font-weight: 600;
}
.legal table {
  width: 100%;
  margin-bottom: 20px;
}
.legal table tbody td {
  width: 33.33%;
  padding: 10px;
}
@media all and (max-width: 1199px) {
  .legal h2 {
    font-size: 26px;
  }
  .legal h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  .legal h2 {
    font-size: 24px;
  }
  .legal h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 991px) {
  .legal h2 {
    font-size: 20px;
  }
  .legal h3 {
    font-size: 16px;
  }
}

section.slide {
  max-width: 1400px !important;
  margin: auto;
}
section.slide h2 {
  border-bottom: none;
}
section.slide .slide {
  width: 1300px !important;
  margin: auto;
}
section.slide .slide .swiper .swiper-wrapper .swiper-slide .item {
  margin: auto;
  max-width: 250px;
}
section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .img-carrusel {
  border: 2px solid #03355e;
  border-radius: 12px;
}
section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .img-carrusel img {
  width: 100%;
  border-radius: 12px;
  height: 250px;
  object-fit: contain;
}
section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .img-carrusel:hover {
  opacity: 0.9;
  border: 2px solid #0099d4;
}
section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .titulo-carrusel {
  max-width: 260px !important;
}
section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .titulo-carrusel h3 {
  margin-top: 20px;
  font-size: 20px;
  color: #03355e;
  font-weight: bold;
}
section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .titulo-carrusel h3:hover {
  color: #0099d4;
}
section.slide .slide .swiper-button-next::after,
section.slide .slide .swiper-button-prev::after {
  display: none;
}
section.slide .slide .swiper-button-prev {
  left: -30px;
}
section.slide .slide .swiper-button-prev img {
  max-height: 100%;
}
section.slide .slide .swiper-button-next {
  right: -30px;
}
section.slide .slide .swiper-button-next img {
  max-height: 100%;
}
section.slide .slide .elementor-swiper-button.elementor-swiper-button-prev {
  left: -50px;
}
section.slide .slide .elementor-swiper-button.elementor-swiper-button-next {
  right: -50px;
}
@media all and (max-width: 1399px) {
  section.slide {
    max-width: 1200px !important;
  }
  section.slide .slide {
    width: 1100px !important;
  }
  section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .titulo-carrusel h3 {
    font-size: 18px;
  }
}
@media all and (max-width: 1199px) {
  section.slide {
    max-width: 900px !important;
  }
  section.slide .slide {
    max-width: 800px !important;
    width: 100% !important;
  }
  section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .titulo-carrusel h3 {
    font-size: 16px;
  }
}
@media all and (max-width: 991px) {
  section.slide {
    max-width: 767px !important;
  }
  section.slide .slide {
    max-width: 700px !important;
  }
  section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .titulo-carrusel h3 {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  section.slide .slide {
    max-width: 400px !important;
  }
  section.slide .slide .swiper .swiper-wrapper .swiper-slide .item .titulo-carrusel h3 {
    font-size: 16px;
  }
}
@media all and (max-width: 575px) {
  section.slide .slide .swiper-button-prev {
    left: 0;
  }
  section.slide .slide .swiper-button-next {
    right: 0;
  }
}

.box {
  width: 250px !important;
  flex-grow: 1 !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
}
.box .head {
  background-color: #0099d4;
  padding-bottom: 50px;
  padding-top: 20px;
  color: white;
  border-radius: 12px 12px 0 0;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  color: white;
  font-family: "Esphimere Semi Bold" !important;
}
.box .head a, .box .head a p {
  color: white;
  font-family: "Esphimere Semi Bold" !important;
}
.box .head p {
  margin-bottom: 0;
  margin-top: 0;
}
.box .head:hover {
  background-color: #03355e;
}
.box img {
  width: 100%;
  margin-top: -30px;
}
@media all and (max-width: 1600px) {
  .box {
    width: 240px !important;
  }
}
@media all and (max-width: 1199px) {
  .box {
    width: 230px !important;
  }
}
@media all and (max-width: 991px) {
  .box {
    width: 200px !important;
  }
}
@media all and (max-width: 767px) {
  .box {
    max-width: 180px !important;
    width: 180px !important;
  }
}
@media all and (max-width: 575px) {
  .box {
    max-width: 120px !important;
    width: 120px !important;
  }
}

.franja-diagonal {
  padding-bottom: 150px;
}
.franja-diagonal::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 50%, 100% 73%, 100% 100%, 0% 100%);
  background-color: #03355e;
  z-index: 0;
}
@media all and (max-width: 1199px) {
  .franja-diagonal::after {
    clip-path: polygon(0% 58%, 100% 76%, 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 767px) {
  .franja-diagonal::after {
    clip-path: polygon(0% 59%, 100% 74%, 100% 100%, 0% 100%);
  }
}

.subrayado a {
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  font-family: "Esphimere Semi Bold" !important;
}
.subrayado::after {
  content: "";
  position: absolute;
  width: 75px;
  height: 3px;
  background-color: #03355e;
  bottom: 10px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.subrayado:hover::after {
  width: 120px;
}
.subrayado:hover a {
  color: #75a6d8;
}

.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs p {
  font-size: 14px;
  text-align: right;
}
.breadcrumbs.absolute {
  position: absolute;
}

.punto-caliente {
  margin-left: auto;
  margin-right: auto;
}

section.header-pagina {
  margin-top: 40px;
}
section.header-pagina::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 50%, 100% 73%, 100% 100%, 0% 100%);
  background-color: #03355e;
  z-index: 0;
}
@media all and (max-width: 1199px) {
  section.header-pagina::after {
    clip-path: polygon(0% 58%, 100% 76%, 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 767px) {
  section.header-pagina::after {
    clip-path: polygon(0% 59%, 100% 74%, 100% 100%, 0% 100%);
  }
}
section.header-pagina .e-con-inner {
  z-index: 1;
}
section.header-pagina .header-left {
  padding: 0 !important;
}
section.header-pagina .header-left .intro-text {
  max-width: 460px;
}
@media all and (max-width: 767px) {
  section.header-pagina {
    margin-top: 20px;
  }
  section.header-pagina .cont-sm {
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 575px) {
  section.header-pagina .cont-sm {
    flex-wrap: wrap;
  }
  section.header-pagina .cont-sm .box {
    margin: auto;
  }
}

header {
  /*padding-top: 10px;
  padding-bottom: 10px;*/
}
header > div {
  padding: 0 !important;
  justify-content: space-between;
}
header #logo {
  margin-right: 20px;
  max-width: 180px;
}
header #logo img {
  width: 100%;
}
header .gtranslate_wrapper .gt_switcher {
  position: absolute;
  right: 5px;
  top: 27px;
  background-color: white !important;
  width: 20px !important;
  border: none !important;
}
header .gtranslate_wrapper .gt_switcher .gt_option {
  border: none !important;
}
header .gtranslate_wrapper .gt_switcher .gt_option a {
  color: white !important;
  background-color: white !important;
  padding-left: 0;
  padding-right: 0;
}
header .gtranslate_wrapper .gt_selected a {
  background-color: white !important;
  color: white !important;
  width: 20px !important;
  border: none !important;
  text-indent: -100px;
  padding-left: 0;
  padding-right: 0;
}
header .gtranslate_wrapper .gt_selected a img {
  display: block;
}
header .gtranslate_wrapper .gt_selected a:after {
  display: none !important;
}
header .gtranslate_wrapper .gt_selected a:hover img {
  opacity: 0.99;
}
@media all and (max-width: 1399px) {
  header .gtranslate_wrapper .gt_switcher {
    top: 21px;
  }
}
@media all and (max-width: 1199px) {
  header .gtranslate_wrapper .gt_switcher {
    top: 14px;
  }
}
@media all and (max-width: 991px) {
  header .gtranslate_wrapper {
    display: none;
  }
}
header .cont-menu .menu nav {
  width: auto;
  background-color: transparent !important;
  margin-right: 35px;
}
header .cont-menu .menu nav ul li a {
  color: #03355e;
  font-size: 15px;
  font-weight: bold !important;
  padding: 28px 15px !important;
  border: none !important;
  font-family: "Raleway" !important;
}
header .cont-menu .menu nav ul li a .sub-arrow {
  padding-left: 5px;
}
header .cont-menu .menu nav ul li a .sub-arrow svg {
  color: #03355e;
  fill: #03355e;
}
header .cont-menu .menu nav ul li a:hover {
  background-color: #03355e !important;
  color: white !important;
}
header .cont-menu .menu nav ul li ul {
  background-color: #03355e;
}
header .cont-menu .menu nav ul li ul li {
  border-bottom: 2px solid white;
  color: white;
}
header .cont-menu .menu nav ul li ul li:last-child {
  border-bottom: none;
}
header .cont-menu .menu nav ul li ul li a {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 14px;
  color: white;
  font-family: "Raleway" !important;
}
header .cont-menu .menu nav ul li ul li a .sub-arrow svg {
  color: white;
  fill: white;
}
header .cont-menu .menu nav ul li ul li a:hover, header .cont-menu .menu nav ul li ul li a:active, header .cont-menu .menu nav ul li ul li a:focus, header .cont-menu .menu nav ul li ul li a.highlighted, header .cont-menu .menu nav ul li ul li a.elementor-item-active {
  background-color: #0099d4 !important;
}
header #flags {
  width: 50px;
}
header #flags ul li {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1399px) {
  header #logo {
    margin-right: 30px;
    max-width: 120px;
  }
  header .cont-menu .menu nav ul {
    flex-wrap: nowrap !important;
  }
  header .cont-menu .menu nav ul li a {
    font-size: 14px;
    padding: 25px 10px !important;
    white-space: normal !important;
    text-align: center;
    line-height: 1.1;
  }
  header .cont-menu .menu nav ul li a:hover {
    line-height: 1.1;
  }
  header .cont-menu .menu nav ul li ul li a {
    white-space: nowrap !important;
    font-size: 13.5px;
  }
}
@media all and (max-width: 1199px) {
  header #logo {
    margin-right: 20px;
    max-width: 120px;
  }
  header .cont-menu .menu nav {
    margin-right: 40px;
  }
  header .cont-menu .menu nav ul li a {
    font-size: 12px;
    padding: 20px 7px !important;
  }
  header .cont-menu .menu nav ul li ul li a {
    white-space: nowrap !important;
    font-size: 12px;
  }
}
@media all and (max-width: 991px) {
  header {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  header #logo {
    z-index: 999999;
    max-width: 110px;
    padding-left: 15px;
  }
  header .menu .elementor-menu-toggle {
    margin-top: 5px !important;
  }
  header .cont-menu .menu {
    position: absolute;
    z-index: 999;
    top: -1px;
    left: 0;
  }
  header .cont-menu .menu .elementor-menu-toggle {
    margin: 0 !important;
    margin-left: auto !important;
    margin-right: 15px !important;
    margin-top: 7px !important;
    width: 30px;
    background-color: #03355e !important;
  }
  header .cont-menu .menu .elementor-menu-toggle svg {
    fill: white !important;
  }
  header .cont-menu .menu nav {
    background-color: #03355e;
  }
  header .cont-menu .menu nav ul {
    flex-direction: column;
    gap: 0px;
  }
  header .cont-menu .menu nav ul > li {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  }
  header .cont-menu .menu nav ul > li > a {
    font-size: 16px;
  }
  header .cont-menu .menu nav ul li a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    justify-content: center;
  }
  header .cont-menu .menu nav ul li a:hover {
    background-color: #c5c4c4 !important;
  }
  header .cont-menu .menu nav ul li a.elementor-item-active {
    background-color: #c5c4c4 !important;
  }
  header .cont-menu .menu nav ul li a .sub-arrow svg {
    color: white;
    fill: white;
  }
  header .cont-menu .menu nav ul li ul {
    background-color: #03355e;
    left: auto !important;
    gap: 0px;
  }
  header .cont-menu .menu nav ul li ul li {
    border: none;
  }
  header .cont-menu .menu nav ul li ul li a {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 14px !important;
    border: none !important;
  }
  header .cont-menu .menu nav ul li ul li a:hover {
    background-color: #797878;
  }
  header .cont-menu {
    position: absolute;
    width: 100%;
    top: 0;
  }
  header .cont-menu .menu {
    position: absolute;
    width: 100%;
  }
  header .cont-menu .menu nav {
    margin: 0;
    margin-top: 10px !important;
    background-color: #03355e !important;
  }
  header .cont-menu .menu nav ul {
    flex-direction: column;
    gap: 0px;
  }
  header .cont-menu .menu nav ul > li {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  }
  header .cont-menu .menu nav ul > li > a {
    font-size: 16px;
    color: white;
  }
  header #flags {
    margin-right: 50px;
  }
  header #flags ul li a {
    z-index: 100000;
  }
}
@media all and (max-width: 767px) {
  header {
    /*#logo{
        img{
            max-width: 150px;
        }
    }*/
  }
  header .menu .elementor-menu-toggle {
    margin-top: 5px !important;
  }
}

footer {
  margin-top: 60px !important;
  background: #03355e;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer a {
  color: #a0a8b5;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 10px;
}
footer a:hover {
  color: white;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  color: white;
}
footer p, footer li {
  color: white;
  font-size: 16px;
}
footer .btn-white a {
  color: white;
  font-weight: 700 !important;
  margin-bottom: 10px;
}
footer .columna .icon svg {
  fill: #a0a8b5;
  width: 20px;
  height: 20px;
}
footer .columna .icon svg:hover {
  fill: white;
}
footer .col-logo p {
  margin: 0;
  font-size: 14px;
}
footer .col-logo img {
  margin-bottom: 15px;
}
footer .col-logo .cont-iconos {
  padding-left: 0;
}
footer .footer-text p {
  font-wise: 16px;
}

section#slide {
  border-top: 1px solid #03355e;
  border-bottom: 1px solid #03355e;
}

section#intro .tornillo-kronos {
  position: absolute;
  width: 170px;
  top: 135px;
  left: -70px;
}
section#intro h2 {
  border-color: #0099d4;
}
@media all and (max-width: 1199px) {
  section#intro .tornillo-kronos {
    width: 100px;
    left: -50px;
  }
}

section#puntos {
  position: relative;
  padding-top: 30px;
}
section#puntos .contenido {
  max-width: 500px;
}
section#puntos .contenido h2 {
  border: none;
  margin-bottom: 10px;
}
section#puntos .basic-cont {
  margin-left: -60px;
}
section#puntos .img-relativa {
  position: relative;
  top: -100px;
}
section#puntos li {
  margin-bottom: 5px;
}
@media all and (max-width: 991px) {
  section#puntos .contenido {
    max-width: 335px;
  }
}
@media all and (max-width: 767px) {
  section#puntos {
    padding-bottom: 50px;
  }
  section#puntos > div {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  section#puntos .basic-cont {
    margin-left: auto;
    margin-right: auto;
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  section#puntos .basic-cont .basic {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  section#puntos .contenido {
    order: 2;
    width: 60%;
    margin-top: -40px;
  }
  section#puntos .box {
    order: 3;
    max-width: 150px;
  }
  section#puntos .cont-sm {
    justify-content: center;
  }
}
@media all and (max-width: 575px) {
  section#puntos .doctor {
    display: none;
  }
  section#puntos .contenido {
    width: 100%;
    margin-top: -100px;
  }
}

section#formaciones {
  padding-top: 50px;
  padding-bottom: 200px;
}
section#formaciones::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 69%);
  background-color: #03355e;
  background-image: linear-gradient(to left, rgba(3, 53, 94, 0.8) 20%, rgba(3, 53, 94, 0.8) 40%, #03355e 60%, #03355e 80%, #03355e 100%), url("../../assets/images/lava.png");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
}
section#formaciones h2 {
  color: white;
  border: none;
}
section#formaciones p {
  color: white;
  line-height: 1.2;
}
section#formaciones .btn-ver {
  padding: 0;
}
section#formaciones .btn-ver a {
  width: 120px;
  font-size: 18px;
}
@media all and (max-width: 1199px) {
  section#formaciones .btn-ver a {
    font-size: 16.92px;
  }
}
@media all and (max-width: 991px) {
  section#formaciones .btn-ver a {
    font-size: 15.66px;
  }
}
@media all and (max-width: 767px) {
  section#formaciones .btn-ver a {
    font-size: 14.04px;
  }
}
section#formaciones .title {
  padding: 0;
}
section#formaciones .formacion {
  max-width: 60%;
}
section#formaciones .formacion h3, section#formaciones .formacion div, section#formaciones .formacion p {
  color: white;
}
section#formaciones .formacion h3 {
  font-size: 22px;
  /*@media all and (max-width: $xs-max) {
      font-size: 15.4px;  
  }*/
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media all and (max-width: 1600px) {
  section#formaciones .formacion h3 {
    font-size: 20.9px;
  }
}
@media all and (max-width: 1399px) {
  section#formaciones .formacion h3 {
    font-size: 19.8px;
  }
}
@media all and (max-width: 1199px) {
  section#formaciones .formacion h3 {
    font-size: 18.7px;
  }
}
@media all and (max-width: 991px) {
  section#formaciones .formacion h3 {
    font-size: 17.6px;
  }
}
@media all and (max-width: 767px) {
  section#formaciones .formacion h3 {
    font-size: 16.5px;
  }
}
section#formaciones .formacion h3:hover {
  text-decoration: underline;
}
section#formaciones .formacion .formacion-fecha {
  font-size: 30px;
  /*@media all and (max-width: $xs-max) {
      font-size: 21px;  
  }*/
  padding: 0 0 10px 10px;
  border-bottom: 2px solid white;
  display: inline !important;
  font-weight: 700;
  width: auto !important;
  max-width: auto !important;
}
@media all and (max-width: 1600px) {
  section#formaciones .formacion .formacion-fecha {
    font-size: 28.5px;
  }
}
@media all and (max-width: 1399px) {
  section#formaciones .formacion .formacion-fecha {
    font-size: 27px;
  }
}
@media all and (max-width: 1199px) {
  section#formaciones .formacion .formacion-fecha {
    font-size: 25.5px;
  }
}
@media all and (max-width: 991px) {
  section#formaciones .formacion .formacion-fecha {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  section#formaciones .formacion .formacion-fecha {
    font-size: 22.5px;
  }
}
section#formaciones .formacion .formacion-ponente {
  font-weight: 500;
}
@media all and (max-width: 991px) {
  section#formaciones::after {
    background-image: linear-gradient(to left, rgba(3, 53, 94, 0.8) 20%, rgba(3, 53, 94, 0.8) 40%, #03355e 60%, #03355e 80%, #03355e 100%), url("../../assets/images/lava-movil.png");
  }
}
@media all and (max-width: 767px) {
  section#formaciones {
    padding-bottom: 100px;
  }
  section#formaciones::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 89%);
  }
  section#formaciones .row {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  section#formaciones .row .title {
    order: 1;
  }
  section#formaciones .row .btn-ver {
    text-align: center;
    order: 2;
  }
  section#formaciones .row h2 {
    text-align: center;
  }
  section#formaciones .row p {
    text-align: center;
  }
  section#formaciones .row .row .texto {
    padding: 0;
    max-width: 500px;
  }
}
@media all and (max-width: 575px) {
  section#formaciones::after {
    background-position: center top;
  }
  section#formaciones .formacion {
    max-width: 90%;
  }
}

section#union {
  padding-left: 80px;
}
section#union::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 55%, 100% 85%, 100% 100%, 0% 100%);
  background-color: #03355e;
  z-index: -1;
}
@media all and (max-width: 1199px) {
  section#union::after {
    clip-path: polygon(0% 58%, 100% 76%, 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 767px) {
  section#union::after {
    clip-path: polygon(0% 59%, 100% 74%, 100% 100%, 0% 100%);
  }
}
section#union::after {
  z-index: 0;
}
section#union .intro-section {
  max-width: 350px;
  width: 100%;
  padding-bottom: 100px;
}
section#union .contenido {
  padding-bottom: 250px;
  padding-top: 70px;
}
section#union .bottom {
  z-index: 1;
  padding-top: 50px !important;
  padding-bottom: 40px;
}
section#union .bottom h2 {
  color: white;
  font-weight: 400 !important;
  border: none;
}
section#union .bottom h2 span {
  font-weight: bold !important;
}
section#union .bottom img {
  max-width: 280px;
  width: 100%;
}
section#union .ahora {
  max-width: 400px;
}
@media all and (max-width: 991px) {
  section#union {
    background-size: cover !important;
    background-position: center;
    padding-left: 15px;
  }
}
@media all and (max-width: 767px) {
  section#union .intro-section {
    padding-bottom: 20px;
  }
  section#union .bottom {
    padding-bottom: 0px;
    padding-top: 20px !important;
  }
  section#union .bottom h2 {
    font-size: 20px;
  }
  section#union .bottom img {
    max-width: 200px;
  }
}

section.bg-its {
  height: 700px;
}
@media all and (max-width: 991px) {
  section.bg-its {
    height: 600px;
    background-size: cover !important;
    background-position: center !important;
  }
}
@media all and (max-width: 767px) {
  section.bg-its {
    height: 400px;
  }
}
@media all and (max-width: 575px) {
  section.bg-its {
    height: 300px;
  }
}

section#its h2 {
  border: none !important;
  font-size: 32px;
  /*@media all and (max-width: $xs-max) {
      font-size: 22.4px;  
  }*/
}
@media all and (max-width: 1600px) {
  section#its h2 {
    font-size: 30.4px;
  }
}
@media all and (max-width: 1399px) {
  section#its h2 {
    font-size: 28.8px;
  }
}
@media all and (max-width: 1199px) {
  section#its h2 {
    font-size: 27.2px;
  }
}
@media all and (max-width: 991px) {
  section#its h2 {
    font-size: 25.6px;
  }
}
@media all and (max-width: 767px) {
  section#its h2 {
    font-size: 24px;
  }
}
section#its .text {
  margin-bottom: 40px;
}

section#shelter {
  padding-bottom: 200px;
}
section#shelter::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 50%, 100% 73%, 100% 100%, 0% 100%);
  background-color: #03355e;
  z-index: 0;
}
@media all and (max-width: 1199px) {
  section#shelter::after {
    clip-path: polygon(0% 58%, 100% 76%, 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 767px) {
  section#shelter::after {
    clip-path: polygon(0% 59%, 100% 74%, 100% 100%, 0% 100%);
  }
}
section#shelter .cont-cajas {
  padding-top: 145px;
  z-index: 100;
}
section#shelter h2 {
  border-bottom: 2px solid #03355e;
}
@media all and (max-width: 767px) {
  section#shelter {
    padding-bottom: 50px;
  }
  section#shelter .cont-cajas {
    padding-top: 0;
  }
  section#shelter img {
    max-width: 340px;
    width: 100%;
  }
  section#shelter ul {
    margin-bottom: 0;
  }
}

section#re-bone h2 {
  border-bottom: 2px solid #03355e;
}
section#re-bone .cajas-rosas {
  margin-top: -150px;
  z-index: 2;
}
section#re-bone .cont-bone {
  max-width: 700px;
}
section#re-bone .cont-bone .acti-bone {
  padding-left: 40px;
}
section#re-bone .cont-bone .acti-bone li {
  font-size: 16px;
}
@media all and (max-width: 767px) {
  section#re-bone .cajas-rosas {
    margin-top: 10px;
  }
  section#re-bone h2 {
    text-align: left;
  }
  section#re-bone img {
    max-width: 340px;
    width: 100%;
  }
  section#re-bone ul {
    margin-bottom: 0;
  }
}

section#safe-bone {
  background-position: center bottom;
  height: 800px;
}
section#safe-bone h2 {
  border-bottom: 2px solid #03355e;
}
section#safe-bone .cont-malla {
  max-width: 500px;
}
@media all and (max-width: 767px) {
  section#safe-bone {
    height: 600px;
  }
}

section#intro-ziaderma {
  padding-bottom: 200px;
}
@media all and (max-width: 1199px) {
  section#intro-ziaderma {
    padding-bottom: 150px;
  }
}
@media all and (max-width: 991px) {
  section#intro-ziaderma {
    padding-bottom: 100px;
  }
}

section#cultivamos {
  background-position: center -200px;
}
section#cultivamos .jeringuilla {
  margin-top: -200px;
  max-width: 700px;
  width: 100%;
  margin-bottom: -75px;
}
@media all and (max-width: 1199px) {
  section#cultivamos .jeringuilla {
    max-width: 550px;
    margin-top: -160px;
    margin-bottom: -55px;
  }
}
@media all and (max-width: 991px) {
  section#cultivamos .jeringuilla {
    max-width: 450px;
    margin-top: -130px;
    margin-bottom: -30px;
  }
  section#cultivamos .img-boca {
    margin-top: 100px;
    max-width: 200px;
  }
}
@media all and (max-width: 767px) {
  section#cultivamos .jeringuilla {
    max-width: 350px;
    margin-top: -100px;
  }
}
@media all and (max-width: 575px) {
  section#cultivamos .jeringuilla {
    max-width: 300px;
    margin-top: -90px;
  }
}

section#skin {
  margin-top: -100px;
  padding-bottom: 100px;
}
section#skin .linear-gradiant {
  background: linear-gradient(90deg, rgb(63, 165, 53) 0%, rgb(64, 165, 78) 6%, rgb(62, 165, 146) 23%, rgb(60, 166, 177) 32%, rgb(59, 166, 202) 40%, rgb(59, 166, 220) 46%, rgb(61, 166, 222) 47%, rgb(85, 163, 217) 50%, rgb(105, 160, 211) 53%, rgb(132, 154, 202) 59%, rgb(155, 144, 189) 65%, rgb(179, 127, 171) 74%, rgb(195, 110, 156) 80%, rgb(210, 86, 139) 88%, rgb(223, 56, 124) 95%, rgb(228, 39, 117) 99%, rgb(231, 29, 114) 100%);
  height: 20px;
}

section.bg-skin {
  height: 930px;
  margin-top: -250px;
  z-index: -1;
}
@media all and (max-width: 1199px) {
  section.bg-skin {
    height: 600px;
  }
}
@media all and (max-width: 991px) {
  section.bg-skin {
    height: 500px;
    margin-top: -50px;
  }
}
@media all and (max-width: 767px) {
  section.bg-skin {
    height: 400px;
    margin-top: 0;
  }
}
@media all and (max-width: 575px) {
  section.bg-skin {
    height: 300px;
  }
}

section.fondo-ziaderma {
  height: 380px;
}
section.fondo-ziaderma h2 {
  color: white;
  font-size: 78px;
  bottom: -33px;
  position: relative;
  padding-left: 305px;
  border: none;
}
@media all and (max-width: 991px) {
  section.fondo-ziaderma {
    height: 350px !important;
  }
  section.fondo-ziaderma h2 {
    font-size: 65px;
    padding-left: 200px;
    bottom: -26px;
  }
}
@media all and (max-width: 575px) {
  section.fondo-ziaderma {
    height: 175px !important;
  }
  section.fondo-ziaderma h2 {
    font-size: 32px;
    padding-left: 100px;
    bottom: -18px;
  }
}

section#cinco {
  padding-bottom: 100px;
  background-position: center center;
}
section#cinco .cinco {
  top: -70px;
  position: relative;
}
section#cinco .ziaderma-logo {
  width: 330px;
  width: 100%;
}
@media all and (max-width: 991px) {
  section#cinco .cinco {
    top: -73px;
  }
  section#cinco .cinco img {
    max-width: 200px;
  }
}
@media all and (max-width: 575px) {
  section#cinco .cinco {
    top: -50px;
    position: relative;
  }
  section#cinco .cinco img {
    max-width: 90px;
  }
}

section#fijacion {
  padding-bottom: 200px;
}
@media all and (max-width: 767px) {
  section#fijacion .cont-ortodoncia {
    max-height: 300px;
  }
  section#fijacion .cont-ortodoncia img {
    max-height: 300px;
    object-fit: contain;
  }
}

section#metodologia .img-dientes {
  margin-top: -100px;
}
section#metodologia .img-dientes img {
  width: 100%;
}
section#metodologia .cont-dientes .img {
  max-width: 350px;
  width: 100%;
}
@media all and (max-width: 767px) {
  section#metodologia .img-doctora img {
    max-height: 300px;
    object-fit: contain;
  }
  section#metodologia .cont-dientes .img {
    max-width: none;
    width: 100%;
  }
}

section.fondo {
  height: 543px;
  z-index: -1;
  display: none;
}

section#especialidad {
  padding-bottom: 200px;
}

section#manos {
  padding: 0 !important;
}
section#manos > div {
  padding: 0 !important;
}
section#manos img {
  position: absolute;
  left: 0;
  top: -250px;
}
@media all and (max-width: 1500px) {
  section#manos img {
    max-width: 600px;
    width: 100%;
    top: -200px;
  }
}
@media all and (max-width: 1199px) {
  section#manos img {
    max-width: 400px;
    width: 100%;
    top: -200px;
  }
}
@media all and (max-width: 991px) {
  section#manos img {
    top: -200px;
  }
}
@media all and (max-width: 767px) {
  section#manos img {
    max-width: 261px;
    top: -165px;
  }
}

section#mucho .cont-profundo {
  max-width: 650px;
  margin-left: auto;
}
section#mucho .cont-profundo h2 {
  border: none;
}

section#elegir {
  background-color: white;
}
section#elegir .e-con-inner {
  z-index: 1;
}
section#elegir .amarillo {
  background-color: #EEC037;
  padding: 20px;
  border-radius: 50px;
}
section#elegir .amarillo h2 {
  color: black;
  font-size: 40px;
  /*@media all and (max-width: $xs-max) {
      font-size: 28px;  
  }*/
  border: none;
}
@media all and (max-width: 1600px) {
  section#elegir .amarillo h2 {
    font-size: 38px;
  }
}
@media all and (max-width: 1399px) {
  section#elegir .amarillo h2 {
    font-size: 36px;
  }
}
@media all and (max-width: 1199px) {
  section#elegir .amarillo h2 {
    font-size: 34px;
  }
}
@media all and (max-width: 991px) {
  section#elegir .amarillo h2 {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  section#elegir .amarillo h2 {
    font-size: 30px;
  }
}
section#elegir .ventajas .ventaja img {
  position: relative;
  right: -20px;
  z-index: 9;
}
section#elegir .ventajas .ventaja .head {
  background-color: #EEC037;
  display: flex;
  justify-content: center;
  height: 73px;
}
section#elegir .ventajas .ventaja .head h3 {
  font-size: 24px;
  /*@media all and (max-width: $xs-max) {
      font-size: 16.8px;  
  }*/
  font-weight: bold !important;
  padding: 20px;
}
@media all and (max-width: 1600px) {
  section#elegir .ventajas .ventaja .head h3 {
    font-size: 22.8px;
  }
}
@media all and (max-width: 1399px) {
  section#elegir .ventajas .ventaja .head h3 {
    font-size: 21.6px;
  }
}
@media all and (max-width: 1199px) {
  section#elegir .ventajas .ventaja .head h3 {
    font-size: 20.4px;
  }
}
@media all and (max-width: 991px) {
  section#elegir .ventajas .ventaja .head h3 {
    font-size: 19.2px;
  }
}
@media all and (max-width: 767px) {
  section#elegir .ventajas .ventaja .head h3 {
    font-size: 18px;
  }
}
section#elegir .ventajas .ventaja p {
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  section#elegir .ventajas .ventaja {
    justify-content: center;
  }
  section#elegir .ventajas .ventaja img {
    right: auto;
  }
}

section.bg-ortodoncia {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -150px;
  z-index: 0;
}
@media all and (max-width: 991px) {
  section.bg-ortodoncia {
    height: 600px;
  }
}
@media all and (max-width: 767px) {
  section.bg-ortodoncia {
    height: 500px;
  }
}

section.real {
  margin-top: -150px;
}
section.real .logo img {
  max-width: 450px;
  width: 100%;
}

section#separador {
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  section#separador .img img {
    max-width: 320px;
    width: 100%;
  }
}

section#caracteristicas {
  margin-top: -125px;
}
section#caracteristicas .e-con-inner {
  z-index: 1;
}
section#caracteristicas .img-ubgen img {
  width: 100%;
}
section#caracteristicas .contenido .dientes {
  max-width: 330px;
  width: 100%;
}
section#caracteristicas .contenido .dientes img {
  width: 100%;
}
section#caracteristicas .contenido .doctora img {
  border-radius: 12px;
  width: 100%;
}
@media all and (max-width: 1199px) {
  section#caracteristicas .contenido .doctora img {
    max-height: 325px;
  }
}

section.bg-aparantologia {
  margin-top: -100px;
  height: 660px;
  background-size: cover;
}
@media all and (max-width: 1600px) {
  section.bg-aparantologia {
    height: 600px;
  }
}
@media all and (max-width: 1399px) {
  section.bg-aparantologia {
    height: 500px;
  }
}
@media all and (max-width: 1199px) {
  section.bg-aparantologia {
    height: 400px;
  }
}
@media all and (max-width: 991px) {
  section.bg-aparantologia {
    height: 350px;
  }
}
@media all and (max-width: 767px) {
  section.bg-aparantologia {
    height: 300px;
  }
}

section#net-plus {
  padding-bottom: 100px;
}
section#net-plus::after {
  z-index: 0;
}
section#net-plus .e-con-inner {
  z-index: 1;
}

section.bg-netplus {
  margin-top: -200px;
  height: 800px;
  z-index: -2;
  background-size: cover;
}
@media all and (max-width: 1600px) {
  section.bg-netplus {
    height: 700px;
  }
}
@media all and (max-width: 1399px) {
  section.bg-netplus {
    height: 600px;
  }
}
@media all and (max-width: 1199px) {
  section.bg-netplus {
    height: 500px;
    background-image: url("../img/netplus/bg-netplus.jpg");
  }
}
@media all and (max-width: 991px) {
  section.bg-netplus {
    height: 483px;
  }
}
@media all and (max-width: 767px) {
  section.bg-netplus {
    height: 383px;
  }
}

section#librerias {
  background-repeat: no-repeat;
  background-size: 100%;
}
section#librerias .img-ordenadores {
  margin-top: -40px;
}
@media all and (max-width: 1399px) {
  section#librerias {
    background-size: 130%;
  }
}
@media all and (max-width: 1199px) {
  section#librerias {
    background-size: 150%;
  }
}

section#url .texto-tornillo {
  width: 50%;
}
section#url .logo {
  position: relative;
  top: -150px;
  max-width: 100%;
  width: 700px;
  left: 40px;
}
@media all and (max-width: 1399px) {
  section#url .logo {
    width: 600px;
  }
}
@media all and (max-width: 1199px) {
  section#url .logo {
    top: -180px;
    width: 500px;
  }
}
@media all and (max-width: 991px) {
  section#url .logo {
    top: -150px;
    width: 400px;
    left: auto;
  }
}
@media all and (max-width: 767px) {
  section#url .texto-tornillo {
    width: 100%;
  }
  section#url .tornillo {
    margin: auto;
    max-width: 300px;
  }
  section#url .logo {
    top: 0;
  }
}
@media all and (max-width: 575px) {
  section#url .logo {
    max-width: 90%;
  }
}

section#galaxy3d .row-cajas .card-container {
  background-color: transparent;
  min-height: 300px;
}
section#galaxy3d .row-cajas .card-container .card-flip {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 1s;
  transform-style: preserve-3d;
}
section#galaxy3d .row-cajas .card-container .card-flip .front, section#galaxy3d .row-cajas .card-container .card-flip .back {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 12px;
}
@media all and (max-width: 991px) {
  section#galaxy3d .row-cajas .card-container .card-flip .front, section#galaxy3d .row-cajas .card-container .card-flip .back {
    font-size: 15.04px;
  }
}
@media all and (max-width: 767px) {
  section#galaxy3d .row-cajas .card-container .card-flip .front, section#galaxy3d .row-cajas .card-container .card-flip .back {
    font-size: 15.04px;
  }
}
section#galaxy3d .row-cajas .card-container .card-flip .front h3 {
  color: #03355e;
}
section#galaxy3d .row-cajas .card-container .card-flip .back {
  background-color: #03355e;
  color: white;
  transform: rotateY(180deg);
}
section#galaxy3d .row-cajas .card-container:hover .card-flip {
  transform: rotateY(180deg);
}
@media all and (max-width: 991px) {
  section#galaxy3d .row-cajas {
    justify-content: center;
  }
  section#galaxy3d .row-cajas .card-container {
    max-width: 340px;
  }
}

#header-producto,
.header-producto {
  height: 400px;
  margin-top: 40px;
  padding-bottom: 0px;
  /*@media all and (max-width: $xs-max){
      height: auto;
      .img-producto{
          padding-top: 50px;
          img{
              height: auto;
          }
      }
  }*/
}
#header-producto .texto-producto,
.header-producto .texto-producto {
  width: 50%;
  padding: 0;
  padding-bottom: 110px;
  align-items: center;
  justify-content: center;
  gap: 10px !important;
}
#header-producto .texto-producto h1,
.header-producto .texto-producto h1 {
  text-align: center;
  font-size: 36px;
  /*@media all and (max-width: $xs-max) {
      font-size: 25.2px;  
  }*/
}
@media all and (max-width: 1600px) {
  #header-producto .texto-producto h1,
  .header-producto .texto-producto h1 {
    font-size: 34.2px;
  }
}
@media all and (max-width: 1399px) {
  #header-producto .texto-producto h1,
  .header-producto .texto-producto h1 {
    font-size: 32.4px;
  }
}
@media all and (max-width: 1199px) {
  #header-producto .texto-producto h1,
  .header-producto .texto-producto h1 {
    font-size: 30.6px;
  }
}
@media all and (max-width: 991px) {
  #header-producto .texto-producto h1,
  .header-producto .texto-producto h1 {
    font-size: 28.8px;
  }
}
@media all and (max-width: 767px) {
  #header-producto .texto-producto h1,
  .header-producto .texto-producto h1 {
    font-size: 27px;
  }
}
#header-producto .texto-producto .logo-producto img,
.header-producto .texto-producto .logo-producto img {
  height: 90px;
  width: auto;
}
#header-producto .texto-producto .fino,
.header-producto .texto-producto .fino {
  color: #c5c4c4;
  font-size: 26px;
  /*@media all and (max-width: $xs-max) {
      font-size: 18.2px;  
  }*/
}
@media all and (max-width: 1600px) {
  #header-producto .texto-producto .fino,
  .header-producto .texto-producto .fino {
    font-size: 24.7px;
  }
}
@media all and (max-width: 1399px) {
  #header-producto .texto-producto .fino,
  .header-producto .texto-producto .fino {
    font-size: 23.4px;
  }
}
@media all and (max-width: 1199px) {
  #header-producto .texto-producto .fino,
  .header-producto .texto-producto .fino {
    font-size: 22.1px;
  }
}
@media all and (max-width: 991px) {
  #header-producto .texto-producto .fino,
  .header-producto .texto-producto .fino {
    font-size: 20.8px;
  }
}
@media all and (max-width: 767px) {
  #header-producto .texto-producto .fino,
  .header-producto .texto-producto .fino {
    font-size: 19.5px;
  }
}
#header-producto .img-producto,
.header-producto .img-producto {
  width: 50%;
  padding: 0;
  padding-top: 20px;
}
#header-producto .img-producto img,
.header-producto .img-producto img {
  max-height: 380px;
  width: auto;
}
#header-producto::after,
.header-producto::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% calc(100% - 150px), 100% calc(100% - 50px), 100% 100%, 0% 100%);
  background-color: #03355e;
  z-index: -1;
  /*@media all and (max-width: $lg-max) {
      clip-path: polygon(0% 58%, 100% 76%, 100% 100%, 0% 100%);

  }
  @media all and (max-width: $sm-max) {
      clip-path: polygon(0% 59%, 100% 74%, 100% 100%, 0% 100%);

  }*/
}
@media all and (max-width: 1600px) {
  #header-producto::after,
  .header-producto::after {
    clip-path: polygon(0% calc(100% - 97px), 100% calc(100% - 25px), 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 1399px) {
  #header-producto::after,
  .header-producto::after {
    clip-path: polygon(0% calc(100% - 95px), 100% calc(100% - 25px), 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 1199px) {
  #header-producto::after,
  .header-producto::after {
    clip-path: polygon(0% calc(100% - 92px), 100% calc(100% - 25px), 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 991px) {
  #header-producto::after,
  .header-producto::after {
    clip-path: polygon(0% calc(100% - 90px), 100% calc(100% - 25px), 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 767px) {
  #header-producto::after,
  .header-producto::after {
    clip-path: polygon(0% calc(100% - 90px), 100% calc(100% - 20px), 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 1600px) {
  #header-producto,
  .header-producto {
    height: 375px;
  }
  #header-producto .texto-producto,
  .header-producto .texto-producto {
    padding-top: 40px;
  }
  #header-producto .texto-producto .logo-producto img,
  .header-producto .texto-producto .logo-producto img {
    height: 80px;
  }
  #header-producto .img-producto img,
  .header-producto .img-producto img {
    max-height: 375px;
  }
}
@media all and (max-width: 1399px) {
  #header-producto,
  .header-producto {
    height: 375px;
  }
  #header-producto .texto-producto,
  .header-producto .texto-producto {
    padding-top: 30px;
  }
  #header-producto .texto-producto .logo-producto img,
  .header-producto .texto-producto .logo-producto img {
    height: 70px;
  }
  #header-producto .img-producto img,
  .header-producto .img-producto img {
    max-height: 350px;
  }
}
@media all and (max-width: 1199px) {
  #header-producto,
  .header-producto {
    height: 350px;
  }
  #header-producto .texto-producto,
  .header-producto .texto-producto {
    padding-top: 20px;
  }
  #header-producto .texto-producto .logo-producto img,
  .header-producto .texto-producto .logo-producto img {
    height: 60px;
  }
  #header-producto .img-producto img,
  .header-producto .img-producto img {
    max-height: 325px;
  }
}
@media all and (max-width: 991px) {
  #header-producto,
  .header-producto {
    height: 325px;
  }
  #header-producto .texto-producto,
  .header-producto .texto-producto {
    padding-top: 10px;
  }
  #header-producto .texto-producto .logo-producto img,
  .header-producto .texto-producto .logo-producto img {
    height: 50px;
  }
  #header-producto .img-producto,
  .header-producto .img-producto {
    padding-top: 50px;
  }
  #header-producto .img-producto img,
  .header-producto .img-producto img {
    max-height: 230px;
  }
}
@media all and (max-width: 767px) {
  #header-producto,
  .header-producto {
    height: auto;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  #header-producto .texto-producto,
  .header-producto .texto-producto {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px !important;
  }
  #header-producto .texto-producto .logo-producto img,
  .header-producto .texto-producto .logo-producto img {
    height: 50px;
  }
  #header-producto .img-producto,
  .header-producto .img-producto {
    width: 100%;
    padding-top: 0px;
  }
  #header-producto .img-producto img,
  .header-producto .img-producto img {
    max-height: 250px;
    height: auto;
  }
  #header-producto .img-producto .elementor-motion-effects-element,
  .header-producto .img-producto .elementor-motion-effects-element {
    transform: none !important;
  }
}

section.contenido {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.contenido h2 {
  border: none;
}
section.contenido h3 {
  color: #03355e;
}
section.contenido .columna .tipos .tipo .cont-img {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #03355e;
  border-radius: 12px;
}
section.contenido .columna .tipos .tipo .cont-img:hover {
  background-color: #03355e;
}
section.contenido .columna .tipos .tipo .cont-img img {
  width: 60px;
  height: 60px;
}
section.contenido .columna .tipos .tipo .cont-img.big img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
section.contenido .columna .tipos .tipo .cont-img.big:hover {
  background-color: #EEC037;
}
section.contenido .columna .tipos p {
  text-align: center;
}
section.contenido .columna.producto-full {
  width: 100%;
}
section.contenido .columna.producto-full .tipos .tipo .cont-img {
  max-width: 400px;
}
section.contenido .columna.producto-full .tipos .tipo .cont-img:hover {
  background-color: #EEC037;
}
section.contenido .columna.producto-full .tipos .tipo .cont-img img {
  width: 150px !important;
  height: 150px !important;
}
section.contenido .producto-left {
  width: 65%;
}
section.contenido .producto-right {
  width: 35%;
}
section.contenido .producto-right .img-producto img {
  max-height: 400px;
  width: auto;
  object-fit: contain;
}
@media all and (max-width: 991px) {
  section.contenido {
    padding-top: 40px;
    padding-top: 40px;
  }
}
@media all and (max-width: 767px) {
  section.contenido {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.contenido .columna .tipos .tipo {
    align-items: center;
  }
  section.contenido .columna .tipos .tipo .cont-img {
    max-width: 340px;
  }
  section.contenido .producto-left {
    width: 100%;
  }
  section.contenido .producto-right {
    width: 80%;
  }
  section.contenido .elementor-swiper-button-next {
    right: 0 !important;
  }
  section.contenido .elementor-swiper-button-prev {
    left: 0 !important;
  }
}

.punto-caliente {
  margin-left: auto;
  margin-right: auto;
}
.punto-caliente .e-hotspot__tooltip {
  border-radius: 12px !important;
  padding: 15px !important;
  font-size: 14px;
  background-color: #03355e !important;
}
.punto-caliente .e-hotspot__icon::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 40%;
  background: #03355e;
  bottom: 30%;
  left: 30%;
  z-index: -1;
}
.punto-caliente .e-hotspot__icon svg {
  height: 30px !important;
  width: 30px !important;
  border-radius: 100% !important;
  border: 2px solid #03355e !important;
}
@media all and (max-width: 1199px) {
  .punto-caliente .e-hotspot__tooltip {
    padding: 10px !important;
    min-width: 100px !important;
  }
  .punto-caliente .e-hotspot__tooltip p {
    text-wrap: wrap;
    text-align: center;
  }
  .punto-caliente .e-hotspot__icon svg {
    border-radius: 100% !important;
    border: 2px solid #03355e !important;
  }
}
@media all and (max-width: 991px) {
  .punto-caliente .e-hotspot__tooltip {
    padding: 5px !important;
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .punto-caliente img {
    max-height: 360px;
  }
  .punto-caliente .e-hotspot__tooltip {
    max-width: 120px !important;
    white-space: normal;
  }
}

section.accion {
  padding-bottom: 100px;
}

section.row-cards .card-up {
  border-radius: 12px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.2);
  transition: color 0.5s ease-in-out;
  overflow: hidden;
}
section.row-cards .card-up::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%; /* El fondo cubre todo el botón */
  background: #03355e;
  bottom: 0;
  left: 0;
  transform: scaleY(0); /* Inicialmente invisible (en la parte inferior) */
  transform-origin: bottom; /* La expansión ocurre desde la parte inferior */
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}
section.row-cards .card-up:hover::before {
  transform: scaleY(1);
}
section.row-cards .card-up:hover {
  color: white;
}
section.row-cards.attachi .card-up {
  max-width: 360px;
  min-height: 475px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
section.row-cards.attachi .card-up img {
  max-height: 150px;
  width: auto;
  object-fit: contain;
}
section.row-cards.attachi .card-up p {
  font-size: 14px;
}
section.row-cards.attachi .card-up .btn-ver a {
  border: 1px solid white;
  background-color: #03355e !important;
}
@media all and (max-width: 991px) {
  section.row-cards .card-up {
    max-width: 300px;
  }
  section.row-cards .row-cajas {
    justify-content: center;
  }
}

section.catalogo {
  padding-top: 100px;
}
section.catalogo .box-grey {
  border-radius: 12px;
}
section.catalogo .box-grey img {
  width: 100%;
}
@media all and (max-width: 767px) {
  section.catalogo {
    padding-top: 40px;
  }
  section.catalogo .box-grey {
    min-height: 250px;
  }
}

section.introduccion {
  padding-top: 100px;
}
section.introduccion h3 {
  color: #03355e;
  font-size: 24px;
}

section.casos {
  padding-top: 100px;
  padding-bottom: 100px;
}

section.info {
  padding-top: 100px;
  padding-bottom: 100px;
}
section.info h3 {
  color: #03355e;
}
section.info .cont-caja {
  max-width: 550px;
}
section.info .cont-caja h2 {
  border: none;
  font-size: 27px;
}

section.contenido-producto {
  padding-bottom: 100px;
}
section.contenido-producto h3 {
  color: #03355e;
}
section.contenido-producto .cont-tabla {
  padding-top: 100px;
}
section.contenido-producto table {
  width: 100%;
  border: 1px solid #03355e;
}
section.contenido-producto table th {
  border: 1px solid #03355e;
  padding: 5px;
  font-size: 14px;
}
section.contenido-producto table td {
  font-size: 14px;
  border: 1px solid #03355e;
  padding: 5px;
}
section.contenido-producto .punto .e-hotspot__tooltip {
  border: 2px solid #03355e !important;
  border-radius: 12px !important;
  background-color: white !important;
  font-size: 14px;
  text-wrap: wrap;
  width: 300px;
}
section.contenido-producto .punto .e-hotspot__tooltip p {
  color: #03355e;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  section.contenido-producto .punto {
    max-width: 350px !important;
    margin: auto;
  }
  section.contenido-producto .punto .e-hotspot__tooltip {
    width: 180px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  section.contenido-producto .punto .e-hotspot__tooltip p {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    margin-bottom: 5px;
  }
  section.contenido-producto .punto .e-hotspot__tooltip p img {
    margin: auto;
  }
  section.contenido-producto .punto .e-hotspot__icon {
    width: 40px;
  }
}
@media all and (max-width: 991px) {
  section.contenido-producto > div {
    flex-direction: column !important;
    align-items: center !important;
  }
}

@media all and (max-width: 1199px) {
  section#header-producto .img-contacto img {
    max-width: 365px;
  }
}
@media all and (max-width: 991px) {
  section#header-producto .img-contacto img {
    max-width: 275px;
  }
}
@media all and (max-width: 767px) {
  section#header-producto .texto-contacto {
    width: 80% !important;
  }
  section#header-producto .texto-producto {
    padding-bottom: 50px;
  }
  section#header-producto .img-contacto {
    max-width: 365px;
  }
}

section#contacto {
  padding-top: 50px;
  padding-bottom: 50px;
}
section#contacto .img img {
  border-radius: 12px;
}
section#contacto .contacto label {
  width: 100%;
}
section#contacto .enviar {
  padding: 10px 20px;
}
@media all and (max-width: 767px) {
  section#contacto .contacto {
    width: 100%;
  }
}

#formaciones-list .formacion {
  margin-bottom: 30px;
}
#formaciones-list .formacion h2 {
  font-size: 20px;
  border-bottom: none;
  margin-bottom: 10px;
}
@media all and (max-width: 1199px) {
  #formaciones-list .formacion h2 {
    font-size: 18.8px;
  }
}
@media all and (max-width: 991px) {
  #formaciones-list .formacion h2 {
    font-size: 17.4px;
  }
}
@media all and (max-width: 767px) {
  #formaciones-list .formacion h2 {
    font-size: 15.6px;
  }
}
#formaciones-list .formacion h2:hover {
  text-decoration: underline;
}
#formaciones-list .formacion img {
  border-radius: 15px;
}
#formaciones-list .formacion .formacion-meta {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}
@media all and (max-width: 991px) {
  #formaciones-list .formacion .formacion-meta {
    font-size: 15.04px;
  }
}
@media all and (max-width: 767px) {
  #formaciones-list .formacion .formacion-meta {
    font-size: 15.04px;
  }
}
#formaciones-list .formacion .formacion-extract {
  font-size: 16px;
  margin-top: 10px;
}
@media all and (max-width: 991px) {
  #formaciones-list .formacion .formacion-extract {
    font-size: 15.04px;
  }
}
@media all and (max-width: 767px) {
  #formaciones-list .formacion .formacion-extract {
    font-size: 15.04px;
  }
}

#header-formacion {
  padding-bottom: 150px;
}
#header-formacion::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% calc(100% - 150px), 100% calc(100% - 50px), 100% 100%, 0% 100%);
  background-color: #03355e;
  z-index: -1;
  /*@media all and (max-width: $lg-max) {
      clip-path: polygon(0% 58%, 100% 76%, 100% 100%, 0% 100%);

  }
  @media all and (max-width: $sm-max) {
      clip-path: polygon(0% 59%, 100% 74%, 100% 100%, 0% 100%);

  }*/
}
@media all and (max-width: 1600px) {
  #header-formacion::after {
    clip-path: polygon(0% calc(100% - 97px), 100% calc(100% - 25px), 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 1399px) {
  #header-formacion::after {
    clip-path: polygon(0% calc(100% - 95px), 100% calc(100% - 25px), 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 1199px) {
  #header-formacion::after {
    clip-path: polygon(0% calc(100% - 92px), 100% calc(100% - 25px), 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 991px) {
  #header-formacion::after {
    clip-path: polygon(0% calc(100% - 90px), 100% calc(100% - 25px), 100% 100%, 0% 100%);
  }
}
@media all and (max-width: 767px) {
  #header-formacion::after {
    clip-path: polygon(0% calc(100% - 90px), 100% calc(100% - 20px), 100% 100%, 0% 100%);
  }
}
#header-formacion h1 {
  font-size: 26px;
  /*@media all and (max-width: $xs-max) {
      font-size: 18.2px;  
  }*/
  margin-bottom: 20px;
}
@media all and (max-width: 1600px) {
  #header-formacion h1 {
    font-size: 24.7px;
  }
}
@media all and (max-width: 1399px) {
  #header-formacion h1 {
    font-size: 23.4px;
  }
}
@media all and (max-width: 1199px) {
  #header-formacion h1 {
    font-size: 22.1px;
  }
}
@media all and (max-width: 991px) {
  #header-formacion h1 {
    font-size: 20.8px;
  }
}
@media all and (max-width: 767px) {
  #header-formacion h1 {
    font-size: 19.5px;
  }
}
#header-formacion .formacion-meta {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
}
@media all and (max-width: 1199px) {
  #header-formacion .formacion-meta {
    font-size: 16.92px;
  }
}
@media all and (max-width: 991px) {
  #header-formacion .formacion-meta {
    font-size: 15.66px;
  }
}
@media all and (max-width: 767px) {
  #header-formacion .formacion-meta {
    font-size: 14.04px;
  }
}
#header-formacion .formacion-btns {
  margin-top: 10px;
}
#header-formacion img {
  border-radius: 15px;
}
@media all and (max-width: 1399px) {
  #header-formacion {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  #header-formacion {
    padding-bottom: 40px;
  }
}

#formacion-content h2 {
  margin-bottom: 20px;
  font-size: 26px;
  /*@media all and (max-width: $xs-max) {
      font-size: 18.2px;  
  }*/
}
@media all and (max-width: 1600px) {
  #formacion-content h2 {
    font-size: 24.7px;
  }
}
@media all and (max-width: 1399px) {
  #formacion-content h2 {
    font-size: 23.4px;
  }
}
@media all and (max-width: 1199px) {
  #formacion-content h2 {
    font-size: 22.1px;
  }
}
@media all and (max-width: 991px) {
  #formacion-content h2 {
    font-size: 20.8px;
  }
}
@media all and (max-width: 767px) {
  #formacion-content h2 {
    font-size: 19.5px;
  }
}
#formacion-content h3 {
  font-size: 20px;
}
@media all and (max-width: 1199px) {
  #formacion-content h3 {
    font-size: 18.8px;
  }
}
@media all and (max-width: 991px) {
  #formacion-content h3 {
    font-size: 17.4px;
  }
}
@media all and (max-width: 767px) {
  #formacion-content h3 {
    font-size: 15.6px;
  }
}

#header-producto .img-plantas img {
  border-radius: 20px;
}

section#esg h2 {
  margin-bottom: 40px;
}
section#esg .cont-sm .contenido p img {
  max-width: 530px;
  width: 100%;
  border-radius: 20px;
}
@media all and (max-width: 991px) {
  section#esg .cont-sm .contenido p img {
    max-width: 300px;
  }
}
@media all and (max-width: 767px) {
  section#esg .cont-sm .contenido p img {
    max-width: none;
  }
}/*# sourceMappingURL=main.min.css.map */