/*** contenidos comunes *****/
/*** RESET ***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  padding: 0;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
/**** FONTS ****/
/*** color ***/
/* verde */
/* turquesa */
/**** MIXINS LESS CLASES *****/
@media (min-width: 1024px) {
  .grid {
    display: grid;
    gap: 30px;
    padding-bottom: 10px;
  }
  .grid.nomarg {
    margin-bottom: 0;
  }
  .grid.gap10 {
    gap: 10px;
  }
  .grid.gap-0 {
    gap: 0px;
    margin-bottom: 0px;
  }
  .grid.col-1 {
    grid-template-columns: 1fr;
  }
  .grid.col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid.col-2-hero {
    grid-template-columns: 1.3fr 1fr;
    gap: 60px;
  }
  .grid.col-50-rest {
    grid-template-columns: 50px 1fr;
  }
  .grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.col-3-acord {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 0;
  }
  .grid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid.col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-2-1 {
    grid-template-columns: 2fr 1fr;
  }
  .grid.col-300-1 {
    grid-template-columns: 250px 1fr;
    padding-bottom: 0;
  }
  .grid.col-1-2 {
    grid-template-columns: 1fr 2fr;
  }
  .grid.col-1-2-1 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid.col-2-1-1 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid .column {
    display: block;
  }
  .grid .column.center {
    display: flex;
    align-items: center;
  }
  .grid .column.start {
    display: flex;
    align-items: flex-start;
  }
  .grid .column.end {
    display: flex;
    align-items: flex-end;
  }
  .grid .column.line-end {
    display: flex;
    justify-content: end;
  }
  .grid .column.flex-col-vert {
    display: flex;
    flex-direction: column;
  }
  .grid.center {
    align-items: center;
  }
}
@media (min-width: 1360px) {
  
}
@media (max-width: 1023px) {
  .grid.invert {
    display: flex;
    flex-direction: column-reverse;
  }
  .grid.col-6 {
    display: grid;
    gap: 30px;
    margin-bottom: 20px;
    grid-template-columns: 150px 150px 150px 150px 150px 150px;
    overflow-y: scroll;
  }
}
/***** CONTENIDOS COMUNES ******/
body.open {
  overflow: hidden !Important;
}
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #F5F7F4;
  color: #2e2e2e;
  font-family: "Raleway", sans-serif;
}
#main {
  display: block;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-top: 120px;
}
@media (max-width: 1023px) {
  #main {
    padding-top: 80px;
  }
}
.wrapper {
  max-width: 1400px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1440px) {
  .wrapper {
    width: 100%;
  }
}
.content {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1240px) {
  .content {
    width: 100%;
  }
}
.modulo {
  padding: 80px 0 20px 0;
  display: block;
}
@media (max-width: 1023px) {
  .modulo {
    padding: 40px 0;
  }
}
.modulo.light {
  background-color: #fff;
}
.modulo.dark {
  background-color: #222;
  margin-top: 40px;
}
.modulo.recol {
  background: url('../img/bg-contact.png') center center no-repeat;
  background-size: cover;
}
.modulo.parti {
  background: url('../img/bg-particulares.png') center center no-repeat;
  background-size: cover;
}
.modulo.trama {
  background: url('../img/bg-hero.png') center center no-repeat;
  background-size: cover;
}
.modulo.mapaselex {
  background: url('../img/bg-mapa.png') center center no-repeat #ffffff;
  background-size: cover;
  padding: 0;
}
.modulo.grafico {
  background: url('../img/bg-grafico.png') center center no-repeat #ffffff;
  background-size: cover;
  padding: 0;
}
.area-tit {
  color: #007a7b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  display: block;
  direction: ltr;
}
.sect-tit {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 60px;
  line-height: 120%;
  font-weight: 600;
  margin: 0 0 30px 0;
  direction: ltr;
  text-indent: -3px;
}
.sect-tit strong {
  font-weight: 800;
}
.sect-tit a {
  text-decoration: none;
  color: #2e2e2e;
}
.sect-tit a:hover {
  color: #a0ce4e;
}
.sect-tit.medium {
  font-size: 48px;
}
@media (max-width: 1023px) {
  .sect-tit.medium {
    font-size: 26px;
  }
}
.sect-tit.mini {
  font-size: 40px;
}
@media (max-width: 1023px) {
  .sect-tit.mini {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .sect-tit {
    font-size: 30px;
  }
}
.sect-txt {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin: 0 0 30px 0;
  direction: ltr;
}
.sect-txt strong {
  font-weight: 800;
}
.sect-txt a {
  text-decoration: underline;
  color: #2e2e2e;
}
.sect-txt a:hover {
  color: #a0ce4e;
}
.sect-txt.nomarg {
  margin: 0;
}
@media (max-width: 1023px) {
  .sect-txt {
    font-size: 16px;
  }
}
.legal-txt {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.legal-txt strong {
  font-weight: 800;
}
.legal-txt a {
  text-decoration: underline;
  color: #2e2e2e;
}
.legal-txt a:hover {
  color: #a0ce4e;
}
.legal-txt.nomarg {
  margin-bottom: 0;
}
.listed {
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  list-style: none;
}
.listed li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  display: flex;
  align-items: center;
  text-align: left;
  direction: ltr;
}
.listed li::before {
  content: "\2022";
  color: #007a7b;
  font-weight: bold;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  font-size: 32px;
}
.listed li strong {
  padding-right: 5px;
}
.listed.centered li {
  justify-content: center;
}
.light-text .area-tit {
  color: #fff;
}
.light-text .sect-tit {
  color: #fff;
}
.light-text .sect-txt {
  color: #fff;
}
.light-text .legal-txt {
  color: #fff;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .img-responsive {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  
}
/**** BOTONES ****/
.btn {
  color: #fff;
  display: flex;
  width: fit-content;
  height: 48px;
  align-items: center;
  padding: 0 24px;
  margin: 0;
  font-size: 17px;
  line-height: 48px;
  font-weight: 700;
  border: none;
  border-radius: 24px;
  background: #a0ce4e;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn .icon {
  margin-left: 5px;
  display: flex;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn .icon .whp {
  width: 35px;
}
.btn.color2 {
  background: #007a7b;
}
.btn.color2:hover {
  background: #001515;
}
.btn.color2:hover .icon {
  transform: translateX(10px);
}
.btn.filled {
  color: #a0ce4e;
  border: solid 1px #a0ce4e;
  background: #ffffff00;
}
.btn.filled:hover {
  color: #fff;
  background: #a0ce4e;
}
.btn.filled2 {
  color: #007a7b;
  border: solid 1px #007a7b;
  background: #ffffff00;
}
.btn.filled2:hover {
  color: #fff;
  background: #007a7b;
}
.btn.whtsp {
  color: #fff;
  border: solid 1px #075E54;
  background: #075E54;
}
.btn.whtsp:hover {
  color: #fff;
  background: #25D366;
  border: solid 1px #25D366;
}
.btn.lkdin {
  color: #fff;
  border: solid 1px #0077B5;
  background: #0077B5;
}
.btn.lkdin:hover {
  color: #fff;
  background: #0B66C3;
  border: solid 1px #0B66C3;
}
.btn.transparent {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: 400;
  color: #2e2e2e;
}
.btn.transparent:hover {
  color: #2e2e2e;
  background: transparent;
}
.btn:hover {
  background: #698f27;
}
.btn:hover .icon {
  transform: translateX(10px);
}
.btn.no-hover:hover {
  color: #fff;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 14px;
    padding: 0 14px;
  }
}
.btns-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.btns-area.centered {
  justify-content: center;
}
.btns-area.end {
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .btns-area {
    gap: 15px;
  }
}
.btns-area.mbot20 {
  margin-bottom: 20px;
}
.centered {
  text-align: center;
}
.swiper-pagination-bullet-active {
  background: #a0ce4e;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
/*********************/
/* estado inicial: oculto y posicionado según la variante */
.fadein,
.fadeinUp,
.fadeinDown,
.fadeinLeft,
.fadeinRight {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
  /* hint para rendimiento */

}
/* posiciones iniciales por variante */
.fadein {
  transform: translateY(0);
}
/* solo fade (sin movimiento) */
.fadeinUp {
  transform: translateY(30px);
}
.fadeinDown {
  transform: translateY(-30px);
}
.fadeinLeft {
  transform: translateX(-30px);
}
.fadeinRight {
  transform: translateX(30px);
}
/* estado visible: cada variante vuelve a su lugar (0) */
.fadein.in-view {
  opacity: 1;
  transform: translateY(0);
}
.fadeinUp.in-view {
  opacity: 1;
  transform: translateY(0);
}
.fadeinDown.in-view {
  opacity: 1;
  transform: translateY(0);
}
.fadeinLeft.in-view {
  opacity: 1;
  transform: translateX(0);
}
.fadeinRight.in-view {
  opacity: 1;
  transform: translateX(0);
}
/********** WP FORMS PLUGIN CUSTOMIZE ******/
.form-area {
  display: block;
  width: auto;
}
.form-area .form-tit {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
}
.form-area .form-txt {
  color: #fff;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  margin: 0 0 20px 0;
}
.form-area .thanks {
  color: #a0ce4e;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
  margin: 0;
  padding: 30px 0 20px 0;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .form-area .form-tit {
    font-size: 24px;
  }
}
.form-custom {
  display: block;
  max-width: 700px;
}
.wpforms-label-hide {
  display: none !important;
}
/***** inputs custom ***/
.wpforms-field {
  display: flex;
  padding: 0;
  position: relative;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px 0;
}
.leeds-form {
  max-width: 600px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.leeds-form .wpforms-form {
  display: flex;
  align-items: center;
  gap: 20px;
}
.leeds-form .wpforms-field {
  margin: 0;
  min-width: 270px;
}
@media (max-width: 1023px) {
  .leeds-form .wpforms-field {
    min-width: 180px;
  }
}
.wpforms-field input[type="text"] {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 24px;
  border: solid 1px #007a7b;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="text"]:focus {
  background: transparent;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="tel"] {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 24px;
  border: solid 1px #007a7b;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="tel"]:focus {
  background: transparent;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="password"] {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 24px;
  border: solid 1px #007a7b;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="password"]:focus {
  background: transparent;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="email"] {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 24px;
  border: solid 1px #007a7b;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="email"]:focus {
  background: transparent;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="number"] {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 24px;
  border: solid 1px #007a7b;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
}
.wpforms-field input[type="number"]:focus {
  background: transparent;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field input[type="checkbox"] {
  margin-right: 10px;
}
.wpforms-field input[type="radio"] {
  margin-right: 10px;
}
.wpforms-field select {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 24px;
  border: solid 1px #007a7b;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
  height: 40px;
}
.wpforms-field select:focus {
  background: transparent;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-field textarea {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  display: block;
  width: 100%;
  border-radius: 24px;
  border: solid 1px #007a7b;
  background: #ffffff;
  text-indent: 10px;
  padding: 0 20px 0 0;
  height: 100px;
  resize: none;
  padding: 5px 10px;
  text-indent: 0;
  line-height: 20px;
}
.wpforms-field textarea:focus {
  background: transparent;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
  box-shadow: 0px 20px 40px 0px rgba(79, 35, 35, 0);
}
.wpforms-submit-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wpforms-submit {
  color: #fff;
  display: flex;
  width: fit-content;
  height: 48px;
  align-items: center;
  padding: 0 24px;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
  border: none;
  border-radius: 24px;
  background: #a0ce4e;
  cursor: pointer;
}
.wpforms-submit:hover {
  background: #000;
}
@media (max-width: 1023px) {
  .wpforms-submit {
    font-size: 16px;
  }
}
label.wpforms-error {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  color: #cc2020;
  position: absolute;
  bottom: -17px;
  left: 0;
}
.wpforms-field-label {
  font-size: 18px;
  line-height: 40px;
  font-family: "Raleway", sans-serif;
  color: #000;
  padding: 0;
  font-weight: 400;
  display: flex;
}
.wpforms-field-layout-preset-33-33-33 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}
.wpforms-field-layout-preset-50-50 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.wpforms-field ul {
  margin-bottom: 0;
  padding: 0 0 0 0;
  list-style: none;
}
.wpforms-field ul li {
  list-style: none;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.wpforms-field ul li::before {
  display: none;
}
.header {
  background: #F5F7F4;
  padding: 10px 0 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
}
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-principal {
  display: block;
}
.nav-principal ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.nav-principal ul li {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 600;
}
.nav-principal ul li a {
  color: #2e2e2e;
  position: relative;
}
.nav-principal ul li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #a0ce4e;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.nav-principal ul li a:hover::after {
  width: 100%;
}
.nav-principal ul li.current-menu-item a:after {
  width: 100%;
}
.nav-principal .logo {
  max-width: 130px;
}
.nav-principal .logo img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .nav-principal .logo {
    display: none;
  }
}
.logotop {
  max-width: 130px;
  padding: 0;
  display: block;
}
.logotop img {
  display: block;
  width: 100%;
  height: auto;
}
.logotop a {
  display: block;
}
@media (max-width: 1023px) {
  .nav-principal {
    position: fixed;
    width: 100%;
    background: #F5F7F4;
    top: 68px;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    max-height: 0;
  }
  .nav-principal ul {
    display: block;
    text-align: center;
    padding: 20px;
  }
  .nav-principal ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .nav-principal ul li.lang-item {
    float: left;
    margin-right: 15px;
  }
  .nav-principal.open {
    max-height: 1000px;
  }
}
.bt-desk {
  display: flex;
}
.bt-mob {
  display: none;
}
@media (max-width: 1023px) {
  .bt-desk {
    display: none;
  }
  .bt-mob {
    clear: both;
    display: flex;
    justify-content: left;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.hamburger {
  display: block;
  position: fixed;
  right: 20px;
  top: 30px;
  z-index: 30;
}
@media (min-width: 1023px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger-inner {
  position: relative;
  height: 18px;
  width: 20px;
  display: block;
  margin: 0;
  padding: 0;
}
.hamburger .bar {
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger.open .bar {
  background: #000;
}
.hamburger .bar.bar2,
.hamburger .bar.bar3 {
  top: 7px;
  transform: matrix(0.99999, 0, 0, 0.99999, 0, 0);
}
.hamburger .bar.bar4 {
  top: 14px;
}
.hamburger.open .bar1,
.hamburger.open .bar4 {
  opacity: 0;
}
.hamburger.open .bar2 {
  height: 2px;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
}
.hamburger.open .bar3 {
  height: 2px;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
}
/***** FOOTER ******/
.footer {
  background: #f1f1f1;
  padding: 30px 0;
  display: block;
  width: 100%;
}
.footer h6 {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
.footer p {
  font-size: 14px;
  color: #2e2e2e;
  line-height: 18px;
  margin-bottom: 10px;
}
.footer p strong {
  font-weight: 700;
}
.footer p a {
  color: #2e2e2e;
}
.footer p a:hover {
  text-decoration: underline;
}
.footer .last {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.wrapperFull {
  width: 100%;
  border-top: solid 1px #a0ce4e;
  padding: 30px 0 0 0;
}
.logo-foot {
  display: flex;
  max-width: 434px;
  margin: 0 auto;
  height: 100%;
}
.logo-foot img {
  display: block;
  width: 100%;
}
.m-none {
  display: block !important;
}
.d-none {
  display: none !important;
}
@media (max-width: 1023px) {
  .footer {
    text-align: center;
  }
  .footer .btns-area {
    justify-content: center;
    padding-bottom: 20px;
  }
  .footer .last {
    display: block;
  }
  .m-none {
    display: none !important;
  }
  .d-none {
    display: block !important;
  }
  .logo-foot {
    max-width: 300px;
    margin-bottom: 30px;
  }
  .footer h6 {
    font-size: 16px;
  }
  .footer p {
    font-size: 14px;
    line-height: 20px;
  }
}
/**** PAGES ***/
.hero {
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: url('../img/bg-hero.png') center center no-repeat #ffffff;
  background-size: cover;
  padding: 40px;
}
@media (max-width: 1023px) {
  .hero {
    padding: 30px 20px;
  }
}
.hero .info h1 {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 65px;
  line-height: 120%;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.hero .info h1 strong {
  font-weight: 800;
}
.hero .info h1 a {
  text-decoration: none;
  color: #2e2e2e;
}
.hero .info h1 a:hover {
  color: #a0ce4e;
}
@media (max-width: 1023px) {
  .hero .info h1 {
    font-size: 34px;
  }
}
.hero .info p {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 19px;
  line-height: 150%;
  font-weight: 400;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.hero .info p strong {
  font-weight: 800;
}
.hero .info p a {
  text-decoration: underline;
  color: #2e2e2e;
}
.hero .info p a:hover {
  color: #a0ce4e;
}
@media (max-width: 1023px) {
  .hero .info p {
    font-size: 18px;
  }
}
.hero .image {
  width: 100%;
  display: block;
}
.hero .image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 540px;
}
.cards.large {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1023px) {
  .cards {
    display: block;
    width: auto;
  }
}
.cards .center {
  display: flex;
  align-items: center;
}
.cards .card {
  width: 260px;
  height: 260px;
  border-radius: 20px;
  padding: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}
.cards .card.cap {
  background: #E7EEE4;
  margin-bottom: 20px;
}
.cards .card.tra {
  background: #E6F3C8;
}
.cards .card.con {
  background: #EAF8E3;
}
@media (max-width: 1023px) {
  .cards .card {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cards .card .front {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cards .card .front span {
  text-transform: uppercase;
  color: #2e2e2e;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 130%;
}
.cards .card .front span.icc {
  max-width: 60px;
}
.cards .card .front h3 {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  font-weight: 700;
  text-align: right;
}
.cards .card .front h3 strong {
  font-weight: 800;
}
.cards .card .front h3 a {
  text-decoration: none;
  color: #2e2e2e;
}
.cards .card .front h3 a:hover {
  color: #a0ce4e;
}
@media (max-width: 1023px) {
  .cards .card .front h3 {
    font-size: 26px;
  }
}
.cards .card .back {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.cards .card .back p {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.cards .card:hover .back {
  opacity: 1;
}
.separador {
  display: block;
  width: 100%;
  height: 120px;
  background: url('../img/bg-separador.png') center center no-repeat;
  background-size: cover;
  margin: 30px 0 0 0;
}
.nums .num-date {
  border-left: 1px solid #2e2e2e;
  padding: 0 0 0 20px;
  margin: 20px 0 0 0;
}
.nums .num-date .num {
  color: #a0ce4e;
  font-weight: 700;
  font-size: 75px;
}
@media (max-width: 1023px) {
  .nums .num-date .num {
    font-size: 40px;
  }
}
.nums .num-date p {
  font-size: 20px;
  font-weight: 700;
  color: #2e2e2e;
}
@media (max-width: 1023px) {
  .nums .num-date p {
    font-size: 16px;
  }
}
.inclusion-items {
  display: block;
  padding-bottom: 50px;
  position: relative;
}
.inclusion-slider {
  padding-bottom: 30px;
}
.item-inc {
  margin-bottom: 30px;
}
.item-inc .ico {
  width: 70px;
  height: 70px;
  margin: 0 0 20px 0;
}
.item-inc .ico img {
  display: block;
  width: 100%;
}
.item-inc h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  color: #2e2e2e;
  margin: 0 0 20px 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .item-inc h3 {
    font-size: 24px;
  }
}
.item-inc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #2e2e2e;
  margin: 0;
  padding: 0;
}
.item-inc.mini h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .item-inc.mini h3 {
    font-size: 20px;
  }
}
.item-inc.mini p {
  font-size: 14px;
}
.item-inc.mini .ico {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.item-inc.centered h3 {
  text-align: center;
}
.item-inc.centered p {
  text-align: center;
}
.item-inc.centered .ico {
  margin: 0 auto 20px auto;
}
.marcas-items {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 0 40px 0;
  position: relative;
}
.testim-items {
  display: block;
  padding: 0 0 40px 0;
  position: relative;
}
.item-testim {
  border-radius: 20px;
  background: #E6F3C8;
  padding: 30px;
  overflow: hidden;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.3;
}
.item-testim .lgt {
  margin: 0 0 20px 0;
  width: 120px;
}
.item-testim .lgt img {
  display: block;
  max-width: 100%;
}
.item-testim .coment {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #2e2e2e;
  margin: 0 0 20px 0;
  padding: 0;
}
.item-testim .autor {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.item-testim .autor .foto {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.item-testim .autor .foto img {
  display: block;
  width: 100%;
}
.item-testim .autor p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #2e2e2e;
  margin: 0;
  padding: 0;
}
.item-testim .autor p span {
  display: block;
}
.swiper-slide-active .item-testim {
  opacity: 1;
}
@media (max-width: 1023px) {
  
}
.hero-interna {
  width: 100%;
  height: auto;
  border-radius: 30px;
  background: url('../img/bg-hero.png') center center no-repeat #ffffff;
  background-size: cover;
  padding: 40px;
}
@media (max-width: 1023px) {
  .hero-interna {
    padding: 30px 20px;
  }
}
.hero-interna .info h1 {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 44px;
  line-height: 120%;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.hero-interna .info h1 strong {
  font-weight: 800;
}
.hero-interna .info h1 a {
  text-decoration: none;
  color: #2e2e2e;
}
.hero-interna .info h1 a:hover {
  color: #a0ce4e;
}
@media (max-width: 1023px) {
  .hero-interna .info h1 {
    font-size: 30px;
  }
}
.hero-interna .info p {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.hero-interna .info p strong {
  font-weight: 800;
}
.hero-interna .info p a {
  text-decoration: underline;
  color: #2e2e2e;
}
.hero-interna .info p a:hover {
  color: #a0ce4e;
}
@media (max-width: 1023px) {
  .hero-interna .info p {
    font-size: 17px;
  }
}
.hero-interna .info p.nomarg {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .hero-interna .info {
    margin-bottom: 20px;
  }
}
.hero-interna .image {
  width: 100%;
  display: block;
}
.hero-interna .image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.icons-lang {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px 0;
}
.icons-lang img {
  max-width: 50px;
}
@media (max-width: 1023px) {
  .icons-lang img {
    max-width: 40px;
  }
}
.features-timeline {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1023px) {
  .features-timeline {
    margin-top: 20px;
  }
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 10px 0 0 0;
}
.feature-item .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.feature-item .icon img {
  width: 45px;
  height: 45px;
}
.feature-item .info h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.feature-item .info p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.5em;
}
/* Línea divisora */
.feature-item .line {
  width: 1px;
  background: #222;
  height: 70px;
}
/* Responsive */
@media (max-width: 600px) {
  .feature-item {
    flex-direction: row;
    align-items: flex-start;
  }
  .line {
    margin-left: 32px;
  }
}
.zebox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .zebox.reverse {
    direction: rtl;
  }
}
@media (max-width: 1023px) {
  .zebox {
    display: block;
  }
}
.zebox.mbot60 {
  margin-bottom: 60px;
}
.zebox .image img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .zebox .image {
    margin-bottom: 20px;
  }
}
.zebox .info {
  display: flex;
  align-items: center;
}
.zebox .info h3 {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-align: left;
  direction: ltr;
}
.zebox .info h3 strong {
  font-weight: 800;
}
.zebox .info h3 a {
  text-decoration: none;
  color: #2e2e2e;
}
.zebox .info h3 a:hover {
  color: #a0ce4e;
}
@media (max-width: 1023px) {
  .zebox .info h3 {
    font-size: 30px;
  }
}
.zebox .info p {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  margin: 0 0 10px 0;
  direction: ltr;
}
.zebox .info p strong {
  font-weight: 800;
}
.zebox .info p a {
  text-decoration: underline;
  color: #2e2e2e;
}
.zebox .info p a:hover {
  color: #a0ce4e;
}
.niveles {
  display: block;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .niveles.reverse {
    direction: rtl;
  }
}
@media (max-width: 1023px) {
  .niveles {
    display: block;
  }
}
.niveles.mbot60 {
  margin-bottom: 60px;
}
.niveles .image img {
  display: block;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .niveles .image {
    margin-bottom: 20px;
  }
}
.niveles .info {
  display: block;
}
.niveles .info h3 {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  text-align: left;
  font-weight: 700;
  border-bottom: solid 2px #a0ce4e;
}
.niveles .info h3 strong {
  font-weight: 800;
}
.niveles .info h3 a {
  text-decoration: none;
  color: #2e2e2e;
}
.niveles .info h3 a:hover {
  color: #a0ce4e;
}
@media (max-width: 1023px) {
  .niveles .info h3 {
    font-size: 30px;
  }
}
.niveles .info p {
  font-family: "Raleway", sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
  margin: 0 0 20px 0;
  direction: ltr;
}
.niveles .info p strong {
  font-weight: 800;
}
.niveles .info p a {
  text-decoration: underline;
  color: #2e2e2e;
}
.niveles .info p a:hover {
  color: #a0ce4e;
}
.icons-lang-niveles {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 30px 0;
}
.icons-lang-niveles img {
  max-width: 30px;
}
.icons-lang-niveles span {
  display: block;
  color: #777;
  font-size: 14px;
}
.inclu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1%;
  margin: 30px 0 0 0;
}
.inclu-grid .itms {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.inclu-grid .image img {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .inclu-grid {
    display: flex;
    flex-direction: column;
  }
  .inclu-grid .image {
    order: -1;
    margin-bottom: 20px;
  }
}
.gallery-slider img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
/**** VIDEO ***/
.video-module {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777777777777;
  /* podés cambiar a 1/1 o 4/5 si lo necesitás */

}
.video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* cover = tipo background */

}
/*****/
.desple {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.info.is-open .desple {
  max-height: 500px;
}
.bt-desple {
  margin-top: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  color: #2e2e2e;
  font-weight: 500;
  text-decoration: underline;
}
.fotos-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
}
.fotos-grid img {
  max-width: 320px;
}
@media (max-width: 1023px) {
  .fotos-grid {
    justify-content: start;
  }
}
.logos-dif {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logos-dif img {
  max-width: 80px;
  min-width: 80px;
}
.lds-slider .item-lds {
  display: block;
}
.lds-slider .item-lds img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.mapa-oficinas {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.mapa-oficinas img {
  max-width: 100%;
  display: block;
}
.grafico-mcer {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.grafico-mcer img {
  max-width: 100%;
  display: block;
}
