/* -------------------------------------------------------------------------- */
/*                            FUENTES TIPOGRAFICAS                            */
/* -------------------------------------------------------------------------- */
@import url("https://use.typekit.net/qxo2swd.css");
body {
  font-family: "museo-sans", sans-serif !important;
  overflow-x: hidden;
}

/* -------------------------------------------------------------------------- */
/*                                  VARIABLES                                 */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  PARALLAX                                  */
/* -------------------------------------------------------------------------- */
.parallax {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center top;
}

.swiper-container {
  margin-left: 0;
}

.opacitynone {
  opacity: 0 !important;
}

.transform-cell {
  -o-object-fit: contain;
  object-fit: contain;
}

.project {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}

.project-down {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.25s;
}

.project-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: 1.25s;
}

.project-right {
  opacity: 0;
  transform: translateX(100px);
  transition: 1.25s;
}

.project-zoom {
  opacity: 0;
  transform: scale(0);
  transition: 0.65s;
}

.project-zoom_dos {
  opacity: 0;
  transform: scale(0);
  transition: 1.5s;
}

.project-zoom_tres {
  opacity: 0;
  transform: scale(0);
  transition: 2s;
}

.project-zoom_cuatro {
  opacity: 0;
  transform: scale(0);
  transition: 2.5s;
}

.project-zoom_cinco {
  opacity: 0;
  transform: scale(0);
  transition: 2.8s;
}

.project-zoom_seis {
  opacity: 0;
  transform: scale(0);
  transition: 3.1s;
}

.fade-left {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 1;
  transform: translateX(0);
}

.fade-in {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 1;
  transform: scale(1);
}

.fade-up {
  opacity: 1;
  transform: translateY(0);
}


/* -------------------------------------------------------------------------- */
/*                              ESTILOS GENERALES                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              GENERALES ESTILOS                             */
/* -------------------------------------------------------------------------- */
a, p, ul, li, span, a, ol li, i, h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1rem;
  line-height: 1.1;
}

/* -----
SVG Icons - svgicons.sparkk.fr
----- */
.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #4691f6;
}

.svg-icon circle {
  stroke: #4691f6;
  stroke-width: 1;
}

/* -------------------------------------------------------------------------- */
/*                              GENERALES DISPLAY                             */
/* -------------------------------------------------------------------------- */
.flexbox {
  display: flex;
}

.container {
  max-width: 90vw !important;
}

/* -------------------------------------------------------------------------- */
/*                                   BUTTON                                   */
/* -------------------------------------------------------------------------- */
.boton {
  display: flex;
  justify-content: center;
}
.boton button {
  background-color: #A4B5E0;
  padding: 0.6rem 4rem;
  color: #fff;
  border: 0;
  border-radius: 4rem;
  transition: 0.5s;
}
.boton button:hover {
  background-color: #5bb3ac;
}

/* -------------------------------------------------------------------------- */
/*                                 FLOAT ICON                                 */
/* -------------------------------------------------------------------------- */
.flatcontact {
  position: fixed;
  bottom: 50px;
  z-index: 10000;
  right: 50px;
  border-radius: 50%;
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.1);
}
.flatcontact a img {
  width: 100%;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -------------------------------------------------------------------------- */
/*                                 RESPINSIVE                                 */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 1700px) and (max-width: 2500px) {
  body .container {
    max-width: 95vw !important;
  }
  body .main__experienciaaura .background img {
    height: auto;
  }
  body .main__homecontactanos {
    transform: translateY(0);
    padding: 4rem 0;
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 250px) and (max-width: 1024px) {
  body {
    /* -------------------------------------------------------------------------- */
    /*                                 RESPONSIVE HEADER                          */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                    MAIN                                    */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                              HEADER SOLUCIONES                             */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                   FOOTER                                   */
    /* -------------------------------------------------------------------------- */
  }
  body h1 {
    font-size: 1.6rem !important;
  }
  body h1 strong,
  body h1 span {
    font-size: 2.25rem !important;
  }
  body ul {
    padding-left: 0 !important;
  }
  body p, body ul li {
    font-size: 1rem !important;
  }
  body .col-lg-6,
  body .col-lg-4 .col-lg-3,
  body .col-lg-12,
  body .col-lg-2 {
    padding-left: 0;
    padding-right: 0;
  }
  body .header.desktop {
    display: none !important;
  }
  body .header .container .flexbox {
    align-items: center;
  }
  body .header__responsive {
    display: flex;
    align-items: center;
    height: 100%;
  }
  body .header__responsive button {
    border: 0;
    background-color: transparent;
  }
  body .header__responsive button svg {
    width: 3em;
    height: 3em;
  }
  body .header__responsive button svg path {
    fill: #A4B5E0;
  }
  body .header.responsive {
    display: flex;
    position: relative;
  }
  body .header.responsive .header__menu {
    position: absolute;
    top: 130px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: start;
    background-color: #97C9BA;
    width: 100%;
    left: 0;
    padding: 1.5rem 0 1.5rem 1.5rem;
    transform: translateX(-100%);
    transition: 0.5s;
  }
  body .header.responsive .header__menu.activo {
    transform: translateX(0px);
  }
  body .header.responsive .header__menu nav {
    padding-bottom: 2.5rem;
  }
  body .header.responsive .header__menu nav ul {
    display: block;
  }
  body .header.responsive .header__menu nav ul li {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body .header.responsive .header__menu nav ul li:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
  body .header.responsive .header__menu nav ul li a {
    color: #fff;
  }
  body .header.responsive .header__menu nav ul li.menu-item-has-children:hover > ul {
    position: relative;
    display: block;
  }
  body .header.responsive .header__menu nav ul li.menu-item-has-children:hover > ul li {
    padding: 1rem;
    height: auto;
  }
  body .header.responsive .header__menu nav ul li.menu-item-has-children > ul {
    position: absolute;
  }
  body .headersoluciones .container {
    max-width: 99vw !important;
  }
  body .main {
    /* -------------------------------------------------------------------------- */
    /*                              BANNER PRINCIPAL                              */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                CONTACT FORM                                */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                 SOLUCIONES                                 */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                              ESPERIENCIA AURA                              */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                              HOME CONTACTANOS                              */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                               AURA RESULTADOS                              */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                    BLOH                                    */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                COMO FUNCIONA                               */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                         NUESTROS ALIADOS MEMBRESIA                         */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                             ALIANZA BENEFICIOS                             */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                            PREGUNTAS FRECUENTES                            */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                          PREGUNTAS FRECUENTES LIST                         */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                                 HEADER BLOG                                */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                         SOLUCIONES BENEFICIOS LIST                         */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                             VIVE LA EXPERIENCIA                            */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                              NUESTROS MODELOS                              */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                              SOLUCIONES QUE ES                             */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                           SOLUCIONES EL PRODUCTO                           */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                            SOLUCIONES BENEFICIOS                           */
    /* -------------------------------------------------------------------------- */
    /* -------------------------------------------------------------------------- */
    /*                           SOLUCIONES QUE INCLUYE                           */
    /* -------------------------------------------------------------------------- */
  }
  body .main__bannerprincipal {
    height: auto;
  }
  body .main__bannerprincipal-portada {
    position: relative;
    height: 50vh;
    width: 100%;
    border-radius: 0;
    bottom: 0;
    margin: 3rem 0;
  }
  body .main__bannerprincipal-portada-boton button {
    font-size: 1rem;
  }
  body .main__contactanosform {
    margin: 2rem 0 !important;
    height: auto !important;
  }
  body .main__contactanosform-feature img {
    transform: translateY(0) !important;
    height: auto !important;
    width: 100% !important;
    border-radius: 0 !important;
  }
  body .main__contactanosform-info {
    border-radius: 0;
    padding: 3rem;
    border-radius: 0 !important;
  }
  body .main__contactanosform-info-wrap-titulo h1 {
    font-size: 1.4rem !important;
  }
  body .main__soluciones-titulo h1,
  body .main__soluciones-titulo span {
    font-size: 1.7rem !important;
  }
  body .main__soluciones-titulo h1 strong,
  body .main__soluciones-titulo span strong {
    font-size: 2.5rem !important;
  }
  body .main__soluciones-list .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  body .main__soluciones-list .row .col-lg-4 {
    padding-left: 0;
    padding-right: 0;
  }
  body .main__soluciones-list-box {
    height: 180px;
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
  }
  body .main__soluciones-list-box-titulo {
    width: 100%;
  }
  body .main__soluciones-list-box h2 {
    font-size: 1rem;
  }
  body .main__experienciaaura.page {
    padding: 7rem 0 5rem 0 !important;
  }
  body .main__experienciaaura .background img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body .main__homecontactanos {
    padding: 0rem 0 0rem 0;
  }
  body .main__homecontactanos-boton button {
    font-size: 1.1rem !important;
  }
  body .main__auraresultados .row {
    display: grid;
    grid-template-rows: auto auto; /* Dos filas: la primera y la segunda */
    grid-template-columns: repeat(2, 1fr); /* Dos columnas para la primera fila */
    gap: 10px; /* Espaciado entre elementos */
  }
  body .main__auraresultados .row .col-lg-4:nth-of-type(1) {
    grid-column: 1/2; /* Primera columna de la primera fila */
    grid-row: 1; /* Primera fila */
  }
  body .main__auraresultados .row .col-lg-4:nth-of-type(2) {
    grid-column: 2/3; /* Segunda columna de la primera fila */
    grid-row: 1; /* Primera fila */
  }
  body .main__auraresultados .row .col-lg-4:nth-of-type(3) {
    grid-column: 1/3; /* Ocupa ambas columnas */
    grid-row: 2; /* Segunda fila */
  }
  body .main__blog {
    padding: 4rem 0 5rem 0 !important;
  }
  body .main__blog-list-box {
    margin-bottom: 2rem;
  }
  body .main__blog-list-box .card-body {
    height: auto;
  }
  body .main__blog-list-box .card-body h1 {
    font-size: 1.5rem !important;
    height: auto;
  }
  body .main-membresiacomofunciona {
    padding: 5rem 0;
  }
  body .main-membresiacomofunciona-texto {
    border-radius: 2rem;
  }
  body .main-membresiaaliados {
    padding: 5rem 0;
  }
  body .main-membresiaaliados-list .row {
    display: grid;
    grid-template-rows: auto auto; /* Dos filas: la primera y la segunda */
    grid-template-columns: repeat(2, 1fr); /* Dos columnas para la primera fila */
    gap: 10px; /* Espaciado entre elementos */
  }
  body .main-membresiaaliados-list .row .col-lg-4 {
    padding: 0;
  }
  body .main-membresiaaliados-list .row .col-lg-4:nth-of-type(1) {
    grid-column: 1/2; /* Primera columna de la primera fila */
    grid-row: 1; /* Primera fila */
  }
  body .main-membresiaaliados-list .row .col-lg-4:nth-of-type(2) {
    grid-column: 2/3; /* Segunda columna de la primera fila */
    grid-row: 1; /* Primera fila */
  }
  body .main-membresiaaliados-list .row .col-lg-4:nth-of-type(3) {
    grid-column: 1/3; /* Ocupa ambas columnas */
    grid-row: 2; /* Segunda fila */
  }
  body .main-membresiaaliados-list-box {
    height: auto;
    padding: 1.5rem;
    border-radius: 1.5rem;
  }
  body .main-membresiaaliados-list-box-boton button {
    margin-top: 1rem;
    font-size: 1rem;
    padding: 0.5rem 1.1rem;
    font-weight: normal;
  }
  body .main-membresiaaliados-list-box-info img {
    height: 40px;
  }
  body .main-membresiaaliados-list-box-info h2 {
    font-size: 1.2rem;
    width: 100%;
  }
  body .main-membresiaaliados-list-box-info span {
    font-size: 0.8rem;
    line-height: 1;
  }
  body .main-membresiaaliados-list-box-info span br {
    display: none;
  }
  body .main-alianzabeneficios img {
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body .main__queandasbuscando-list ul {
    padding-left: 0;
    flex-direction: column;
  }
  body .main__queandasbuscando-list ul li {
    margin-bottom: 1.2rem;
  }
  body .main__faqslist-icon {
    top: 20px;
    right: 20px;
  }
  body .main__faqslist-icon img {
    height: 40px;
  }
  body .main__faqslist-list {
    max-width: 95vw;
  }
  body .main__faqslist-list-box {
    padding: 1rem 1.5rem;
  }
  body .main__faqslist-list-box-wrap-pregunta h3 {
    font-size: 1rem;
  }
  body .main__faqslist-list-box-boton {
    width: 15%;
  }
  body .main__headerblog {
    height: auto;
    margin-bottom: 20px;
  }
  body .main__headerblog-banner {
    padding: 3rem 2rem;
    height: auto;
    border-radius: 2rem;
  }
  body .main__headerblog-banner-info-masleidos h4 {
    font-size: 1rem;
  }
  body .main__headerblog-banner-info-titulo h2 {
    font-size: 1.4rem;
  }
  body .main-solucionesbeneficioslist {
    padding: 2rem 0 5rem 0;
  }
  body .main-solucionesbeneficioslist .container {
    grid-template-columns: repeat(1, 1fr);
  }
  body .main-vivelaexperiencia {
    padding: 2rem 0;
  }
  body .main-vivelaexperiencia img {
    height: 200px;
  }
  body .main-nuestrosmodelos .container {
    max-width: 99vw !important;
  }
  body .main-nuestrosmodelos-info img {
    width: 99vw !important;
  }
  body .main-nuestrosmodelos-titulo {
    padding-bottom: 2rem;
  }
  body .main-solucionesquees {
    padding: 0 0 2rem 0;
  }
  body .main-solucionesquees.aguadepozo {
    padding: 5rem 0 1rem 0;
  }
  body .main-solucionesquees.aguadepozo .main-solucionesquees-info {
    font-size: 1rem;
  }
  body .main-solucioneseligeelproducto {
    padding: 2rem 0 2rem 0;
  }
  body .main-solucioneseligeelproducto-list {
    padding: 2rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
  body .main-solucioneseligeelproducto-list-box img {
    height: auto;
  }
  body .main-solucionesbeneficios {
    padding: 2rem 0;
  }
  body .main-solucionesbeneficios-info-texto {
    width: 100%;
  }
  body .main-solucionesbeneficios-feature {
    margin-top: 2rem;
  }
  body .main-solucionesbeneficios-feature img {
    height: 250px;
    border-radius: 1rem;
    width: 100%;
  }
  body .main-solucionesqueincluye {
    padding: 2rem 0;
  }
  body .main-solucionesqueincluye .container {
    max-width: 99vw;
  }
  body .main-solucionesqueincluye-imagen img {
    width: 100vw;
  }
  body .footer-titulo {
    padding: 1rem 0;
  }
  body .footer .imgfloatfooter {
    width: auto !important;
    height: auto !important;
    top: -50px !important;
  }
}
/* -------------------------------------------------------------------------- */
/*                                   HEADER                                   */
/* -------------------------------------------------------------------------- */
.header {
  padding: 3rem 0;
  z-index: 999;
  position: relative;
  /* -------------------------------------------------------------------------- */
  /*                                    LOGO                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                    MENU                                    */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                   SOCIAL                                   */
  /* -------------------------------------------------------------------------- */
}
.header.responsive {
  display: none;
}
.header .container .flexbox {
  justify-content: space-between;
}
.header__logo img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__menu nav ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.header__menu nav ul li {
  list-style: none;
  padding-right: 1.5rem;
}
.header__menu nav ul li.menu-item-has-children {
  position: relative;
}
.header__menu nav ul li.menu-item-has-children:hover .sub-menu {
  transform: scale(1);
}
.header__menu nav ul li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: 15px;
  padding-top: 50px;
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transform: scale(0);
  transition: 0.3s;
}
.header__menu nav ul li.menu-item-has-children .sub-menu li {
  background-color: #A4B5E0;
  box-shadow: 2px 6px 16px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}
.header__menu nav ul li.menu-item-has-children .sub-menu li:first-of-type {
  position: relative;
}
.header__menu nav ul li.menu-item-has-children .sub-menu li:first-of-type::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0px;
  width: 0;
  height: 0;
  border-width: 0 25px 25px;
  border-style: solid;
  border-color: transparent transparent #A4B5E0;
}
.header__menu nav ul li.menu-item-has-children .sub-menu li:nth-child(even) {
  background-color: #93B2E6;
}
.header__menu nav ul li.menu-item-has-children .sub-menu li a {
  font-size: 0.8rem;
  color: #fff;
  font-weight: 600;
}
.header__menu nav ul li a {
  text-decoration: none;
  color: #606060;
  text-transform: uppercase;
  font-size: 0.85em;
  transition: 0.5s;
  letter-spacing: 0.2rem;
}
.header__menu nav ul li a:hover {
  color: #A4B5E0;
}
.header__social {
  display: flex;
  align-items: center;
}
.header__social ul {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
.header__social ul li {
  list-style: none;
  padding-right: 1rem;
}
.header__social ul li a {
  background-color: #A4B5E0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  transition: 0.5s;
}
.header__social ul li a:hover {
  background-color: #97C9BA;
}
.header__social ul li a svg {
  width: 20px;
  height: 20px;
}
.header__social ul li a svg path {
  fill: #fff;
}

.main {
  /* -------------------------------------------------------------------------- */
  /*                              BANNER PRINCIPAL                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 HOME PASION                                */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 SOLUCIONES                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              EXPERIENCIA AURA                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              CONTACTANOS HOME                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                               AURA RESULTADOS                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  BLOG HOME                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              CONTACTANOS FORM                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              HEADER BLOG PAGE                              */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                             SINGLE BLOG CONTENT                            */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  FAQS PAGE                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              MODAL TESTIMONIOS                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                              HEADER SOLUCIONES                             */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 SOLUCIONES                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                  MEMBRESIA                                 */
  /* -------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------- */
  /*                                 RESPONSIVE                                 */
  /* -------------------------------------------------------------------------- */
}
.main__bannerprincipal {
  height: 100vh;
  position: relative;
}
.main__bannerprincipal.faq .main__bannerprincipal-titulo button {
  position: relative;
}
.main__bannerprincipal.faq .main__bannerprincipal-titulo button img {
  position: absolute;
  right: -20px;
  top: -40px;
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 4px 10px 15px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.main__bannerprincipal .swiper-button-prev, .main__bannerprincipal .swiper-button-next {
  background-color: #97C9BA;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.main__bannerprincipal .swiper-button-prev {
  left: -110px;
}
.main__bannerprincipal .swiper-button-next {
  right: -20px;
}
.main__bannerprincipal .swiper-container {
  height: 100%;
}
.main__bannerprincipal .swiper-container .swiper-wrapper {
  height: 100%;
}
.main__bannerprincipal .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.main__bannerprincipal .swiper-container .swiper-wrapper .swiper-slide .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main__bannerprincipal-titulo {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main__bannerprincipal-titulo h1 {
  font-size: 4.4rem;
  color: #A4B5E0;
  font-weight: bold;
  width: 95%;
}
.main__bannerprincipal-titulo p {
  font-size: 2rem;
  color: #606060;
  width: 80%;
  margin-bottom: 0;
}
.main__bannerprincipal-titulo button {
  margin-top: 2rem;
  padding: 1rem 5rem;
  color: #fff;
  background-color: #97C9BA;
  color: #fff;
  border: 0;
  font-size: 1.4rem;
  border-radius: 4rem;
  transition: 0.5s;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.main__bannerprincipal-titulo button:hover {
  background-color: #A4B5E0;
}
.main__bannerprincipal-portada {
  height: 90vh;
  border-top-left-radius: 7rem;
  border-bottom-left-radius: 7rem;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
}
.main__bannerprincipal-portada-boton {
  margin: 0 auto;
}
.main__bannerprincipal-portada-boton button {
  padding: 1rem 4rem;
  background-color: #A4B5E0;
  color: #fff;
  border: 0;
  border-radius: 1rem;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.4);
}
.main__bannerprincipal-portada-boton button span {
  font-size: 0.8rem;
}
.main__homepasion {
  padding: 2rem 0 5rem 0;
  position: relative;
}
.main__homepasion img.logoflatright {
  position: absolute;
  height: 800px;
  right: 0;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
  z-index: 1;
}
.main__homepasion .container {
  position: relative;
  z-index: 5;
}
.main__homepasion-titulo {
  max-width: 72vw;
  margin: 0 auto;
  z-index: 5;
}
.main__homepasion-titulo-icon {
  padding-bottom: 3rem;
}
.main__homepasion-titulo-icon img {
  width: auto;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__homepasion-titulo p {
  font-size: 1.6rem;
  text-align: center;
  color: #606060;
}
.main__soluciones-titulo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-bottom: 3.5rem;
  z-index: 1;
  position: relative;
}
.main__soluciones-titulo span {
  font-size: 2.5rem;
  color: #A4B5E0;
}
.main__soluciones-titulo h1 {
  font-size: 3.2rem;
  text-transform: uppercase;
  color: #5bb3ac;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.main__soluciones-list .col-lg-4:nth-child(even) .overlay {
  background: linear-gradient(to right, rgba(164, 181, 224, 0.9), #a4b5e0);
}
.main__soluciones-list-box {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  height: 300px;
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.main__soluciones-list-box:hover .overlay {
  opacity: 0.4;
}
.main__soluciones-list-box-titulo {
  position: relative;
  z-index: 4;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 60%;
  margin: 0 auto;
}
.main__soluciones-list-box-titulo h2 {
  font-size: 1.6rem;
  color: #606060;
  font-weight: bold;
}
.main__soluciones-list-box .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(151, 201, 186, 0.9), #a4b5e0);
  z-index: 2;
  filter: saturate(0.9);
  opacity: 0.7;
  transition: 0.5s;
}
.main__soluciones-list-box-feature {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main__soluciones-list-box-feature img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
  transition: 0.5s;
}
.main__experienciaaura {
  margin: 6rem 0 2rem 0;
  padding: 4rem 0;
  position: relative;
  height: 1300px;
  position: relative;
  z-index: 4;
}
.main__experienciaaura.page {
  background-color: #97C9BA;
  padding: 7rem 0 15rem 0;
  height: auto;
}
.main__experienciaaura.page .container {
  max-width: 1104px !important;
  margin: 0 auto;
}
.main__experienciaaura.page .main__experienciaaura-list-box {
  margin-bottom: 3rem;
}
.main__experienciaaura.page .main__experienciaaura-list-box-wrap {
  border-radius: 0;
  border: 4px solid #A4B5E0;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.2);
  height: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.main__experienciaaura.page .main__experienciaaura-list-box-wrap-feature img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main__experienciaaura.page .main__experienciaaura-list-box-wrap-titulo {
  position: relative;
  height: 285px;
}
.main__experienciaaura.page .main__experienciaaura-list-box-wrap-titulo::after {
  content: "";
  background-image: url("../img/testimonioscomillas.png");
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  top: 20px;
  height: 200px;
  width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
}
.main__experienciaaura.page .main__experienciaaura-list-box-wrap-titulo h3 {
  font-size: 1.5rem;
  z-index: 5;
  font-style: italic;
  position: relative;
  color: #5D5D5D;
}
.main__experienciaaura.page .main__experienciaaura-list-box-wrap-info {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  height: 70px;
}
.main__experienciaaura.page .main__experienciaaura-list-box-wrap-info h3 {
  font-size: 1.5rem;
  z-index: 5;
  font-style: italic;
  color: #5D5D5D;
}
.main__experienciaaura.page .main__experienciaaura-list-box-wrap-info span {
  font-size: 1.1rem;
  color: #5D5D5D;
}
.main__experienciaaura .swiper-button-prev, .main__experienciaaura .swiper-button-next {
  background-color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.main__experienciaaura .swiper-button-prev {
  left: -110px;
}
.main__experienciaaura .swiper-button-next {
  right: -110px;
}
.main__experienciaaura .container {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main__experienciaaura-titulo, .main__experienciaaura-list {
  position: relative;
  z-index: 4;
}
.main__experienciaaura-titulo {
  padding-bottom: 3rem;
  text-align: center;
}
.main__experienciaaura-titulo span {
  font-size: 2.3rem;
}
.main__experienciaaura-titulo h1 {
  font-size: 3.2rem;
  color: #1b376d;
  letter-spacing: 0.6rem;
  font-weight: bolder;
}
.main__experienciaaura-titulo h1 img:first-of-type {
  height: 62px;
  -o-object-fit: contains;
     object-fit: contains;
}
.main__experienciaaura-titulo h1 img:last-of-type {
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -0.5rem;
}
.main__experienciaaura-list-box-wrap {
  padding: 2rem;
  border-radius: 2rem;
  background: #fff;
  height: 600px;
}
.main__experienciaaura-list-box-wrap-feature img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main__experienciaaura-list-box-wrap-titulo {
  padding: 3rem 1.2rem;
  text-align: center;
}
.main__experienciaaura-list-box-wrap-titulo h3 {
  font-size: 1.5rem;
  z-index: 5;
  font-style: italic;
  position: relative;
  color: #5D5D5D;
}
.main__experienciaaura-list-box-boton {
  padding-top: 2rem;
}
.main__experienciaaura-list-box-boton button {
  font-size: 1.6rem;
}
.main__experienciaaura .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main__experienciaaura .background img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 1300px;
}
.main__homecontactanos {
  padding: 0rem 0 4rem 0;
  transform: translateY(-60px);
  position: relative;
  z-index: 4;
}
.main__homecontactanos-icono img {
  width: auto;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__homecontactanos-titulo {
  padding: 1.2rem 0;
}
.main__homecontactanos-titulo h1 {
  color: #606060;
  font-size: 3rem;
  width: 95%;
  font-weight: bold;
}
.main__homecontactanos-texto p {
  font-size: 2rem;
  color: #606060;
  font-weight: normal;
}
.main__homecontactanos-boton {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main__homecontactanos-boton .boton button {
  padding: 0.8rem 6rem;
  font-size: 2.5rem;
}
.main__auraresultados {
  padding: 4rem 0;
}
.main__auraresultados .col-lg-4:nth-child(even) .main__auraresultados-box {
  background-color: #A4B5E0;
}
.main__auraresultados-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #ebebeb;
  padding: 4rem 0;
}
.main__auraresultados-box-wrap {
  width: 70%;
  margin: 0 auto;
}
.main__auraresultados-box-wrap-icono img {
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__auraresultados-box-wrap-numero {
  padding: 0.6rem 0;
  font-weight: bold;
}
.main__auraresultados-box-wrap-numero h1 {
  font-size: 5rem;
  color: #606060;
  font-weight: bolder;
}
.main__auraresultados-box-wrap-descripcion p {
  font-size: 2rem;
  color: #606060;
}
.main .main__blog {
  padding: 4rem 0;
}
.main .main__blog-search {
  padding: 3rem 0;
}
.main .main__blog-search #ajaxsearchlite1 .probox, .main .main__blog-search div.asl_w .probox {
  height: 50px;
}
.main .main__blog-search #ajaxsearchlite1 .probox .proinput input, .main .main__blog-search div.asl_w .probox .proinput input {
  font-size: 30px;
}
.main .main__blog-search div.asl_m .probox .proinput form {
  display: flex !important;
  align-items: center;
}
.main .main__blog.page {
  padding-bottom: 15rem;
}
.main .main__blog.page .main__blog-titulo {
  text-align: left;
}
.main .main__blog.page .main__blog-titulo h2 {
  color: #333;
  font-size: 2rem;
  font-weight: 900;
}
.main .main__blog.page .main__blog-list-box {
  margin-bottom: 3rem;
}
.main .main__blog-titulo {
  padding-bottom: 2rem;
  text-align: center;
}
.main .main__blog-titulo h1 {
  text-transform: uppercase;
  letter-spacing: 0.7rem;
  font-size: 4.5rem;
  font-weight: bold;
  color: #97C9BA;
}
.main .main__blog-list-box .card {
  background-color: #ebebeb;
  border-radius: 2rem;
  border: 0;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.2);
}
.main .main__blog-list-box .card-img-top {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main .main__blog-list-box .card-body {
  padding: 3rem 2.5rem;
}
.main .main__blog-list-box .card-body span {
  opacity: 0.6;
}
.main .main__blog-list-box .card-body h1 {
  font-size: 1.6rem;
  color: #606060;
  padding-top: 0.5rem;
  font-weight: 400;
  height: 130px;
  display: flex;
  align-items: center;
}
.main .main__contactanosform {
  position: relative;
  margin: 4rem 0;
  height: 850px;
}
.main .main__contactanosform.page {
  padding: 0rem 0 7rem 0;
  margin-top: 0;
}
.main .main__contactanosform.page .main__contactanosform-info {
  background: transparent;
}
.main .main__contactanosform .container-fluid {
  height: 100%;
}
.main .main__contactanosform .container-fluid .row {
  height: 100%;
}
.main .main__contactanosform-feature img {
  width: auto;
  height: 650px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateY(50px);
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 4rem;
  border-bottom-right-radius: 4rem;
}
.main .main__contactanosform-info {
  background: linear-gradient(to bottom, #97c9ba, rgba(151, 201, 186, 0.7), rgba(151, 201, 186, 0.4));
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top-left-radius: 4rem;
  border-bottom-left-radius: 4rem;
  z-index: 1;
}
.main .main__contactanosform-info-wrap {
  max-width: 450px;
  margin: 0 auto;
}
.main .main__contactanosform-info-wrap-titulo h1 {
  color: #606060;
  font-weight: bold;
  font-size: 2rem;
}
.main .main__contactanosform-info-wrap-form {
  padding-top: 1.5rem;
}
.main .main__contactanosform-info-wrap-form input, .main .main__contactanosform-info-wrap-form select {
  border: 3px solid #A4B5E0;
  padding: 1rem 2rem;
  width: 100%;
  border-radius: 2rem;
  background-color: transparent;
  margin-bottom: 1rem;
  color: #606060;
}
.main .main__contactanosform-info-wrap-form input option, .main .main__contactanosform-info-wrap-form select option {
  color: #606060;
}
.main .main__contactanosform-info-wrap-form input.wpcf7-submit, .main .main__contactanosform-info-wrap-form select.wpcf7-submit {
  width: auto;
  padding: 1rem 6rem;
  background-color: #A4B5E0;
  color: #fff;
  transition: 0.5s;
}
.main .main__contactanosform-info-wrap-form input.wpcf7-submit:hover, .main .main__contactanosform-info-wrap-form select.wpcf7-submit:hover {
  background-color: #1b376d;
  border: 3px solid #1b376d;
}
.main__headerblog {
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin-bottom: 210px;
}
.main__headerblog.singleblog {
  height: auto;
  margin-bottom: 0;
}
.main__headerblog.singleblog .main__headerblog-titulo {
  max-width: 1024px;
  margin: 0 auto;
}
.main__headerblog.singleblog .main__headerblog-titulo h1 {
  font-size: 3.4rem;
}
.main__headerblog .container, .main__headerblog .swiper-container, .main__headerblog .swiper-wrapper, .main__headerblog .swiper-slide {
  height: 100%;
}
.main__headerblog-titulo {
  padding: 2rem 0;
  text-align: center;
}
.main__headerblog-titulo h1 {
  color: #97C9BA;
  font-size: 6rem;
  font-weight: 900;
}
.main__headerblog-banner {
  height: 100vh;
  background-size: cover;
  padding: 4rem;
  border-radius: 4rem;
  position: relative;
}
.main__headerblog-banner-info {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 1.5rem;
  z-index: 4;
  position: relative;
}
.main__headerblog-banner-info h2, .main__headerblog-banner-info h4, .main__headerblog-banner-info span, .main__headerblog-banner-info p {
  color: #fff;
}
.main__headerblog-banner-info-masleidos h4 {
  font-weight: bolder;
  font-size: 2rem;
}
.main__headerblog-banner-info-titulo h2 {
  font-size: 4rem;
  font-weight: bold;
}
.main__headerblog-banner-info-texto p {
  font-size: 1.6rem;
  width: 80%;
}
.main__headerblog-banner .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  border-radius: 4rem;
}
.main__headerblog-banner .darkshadow {
  position: absolute;
  height: 60%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), transparent);
  bottom: 0;
  left: 0;
  border-radius: 4rem;
}
.main-singleblogcontent {
  padding: 5rem 0 20rem 0;
}
.main-singleblogcontent-info {
  letter-spacing: 0.1rem;
  color: #606060;
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
}
.main-singleblogcontent-info p,
.main-singleblogcontent-info ul li,
.main-singleblogcontent-info ol,
.main-singleblogcontent-info li,
.main-singleblogcontent-info span,
.main-singleblogcontent-info em,
.main-singleblogcontent-info quote,
.main-singleblogcontent-info strong {
  font-size: 1.3rem;
  line-height: 1.5;
}
.main-singleblogcontent-info h2 {
  padding: 1rem 0;
  font-size: 2.4rem !important;
  color: #97C9BA;
}
.main-singleblogcontent-info h2 strong {
  font-size: 1.8rem;
  color: #97C9BA !important;
}
.main-singleblogcontent-info blockquote {
  border-left: 2px solid #97C9BA;
  padding: 20px 0 5px 35px;
  margin-left: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.main-singleblogcontent-info blockquote p:last-child:after {
  content: "";
  display: block;
  clear: both;
}
.main-singleblogcontent-info blockquote p {
  font-size: 1.4rem;
  color: #606060;
  font-style: italic;
  line-height: 24px;
  text-indent: 50px;
  position: relative;
}
.main-singleblogcontent-info blockquote p::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 30px;
  left: 0;
  top: -20px;
  -webkit-mask: url(../img/quote.png) no-repeat center/contain;
  background-color: #97C9BA;
}
.main-singleblogcontent-info a {
  text-decoration: none;
  color: #93B2E6;
  font-style: italic;
  text-decoration: underline;
}
.main-singleblogcontent-info a:hover {
  color: #A4B5E0;
}
.main-singleblogcontent-info strong {
  color: #A4B5E0 !important;
}
.main-singleblogcontent-info img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: 700px;
  margin: 0 auto;
}
.main-singleblogcontent-info iframe {
  width: 100%;
  height: 500px;
}
.main-singleblogcontent-info ul li,
.main-singleblogcontent-info ol li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(96, 96, 96, 0.2);
  font-size: 1.2rem !important;
  list-style: numeric;
}
.main-singleblogcontent-info ul li:last-of-type,
.main-singleblogcontent-info ol li:last-of-type {
  border-bottom: 0;
}
.main-singleblogcontent-info-share {
  padding: 3rem 0 0 0;
  margin: 3rem 0 0 0;
  border-top: 1px solid rgba(147, 178, 230, 0.5);
}
.main-singleblogcontent-info-share h3 {
  font-size: 1.2rem;
  color: #93B2E6;
  font-weight: bold;
  font-style: italic;
}
.main .main__queandasbuscando {
  padding: 5.5rem 0 7rem 0;
  background: linear-gradient(to right, #A4B5E0, rgba(164, 181, 224, 0.8), rgba(164, 181, 224, 0.4), rgba(164, 181, 224, 0.2));
}
.main .main__queandasbuscando .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.main .main__queandasbuscando-titulo h1 {
  color: #606060;
  font-weight: bolder;
  font-size: 3rem;
}
.main .main__queandasbuscando-list {
  padding-top: 1.4rem;
}
.main .main__queandasbuscando-list ul {
  display: flex;
  justify-content: center;
}
.main .main__queandasbuscando-list ul a {
  color: #606060;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
}
.main .main__queandasbuscando-list ul a:hover li {
  background-color: #5bb3ac;
  box-shadow: 4px 7px 20px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.main .main__queandasbuscando-list ul a:last-of-type li {
  margin-right: 0;
}
.main .main__queandasbuscando-list ul a li {
  list-style: none;
  margin-right: 0.7rem;
  padding: 1.1rem 4.2rem;
  background-color: #fff;
  border-radius: 4rem;
  display: block;
  transition: 0.5s;
}
.main__faqslist {
  padding: 5rem 0 4rem 0;
  position: relative;
}
.main__faqslist-icon {
  position: absolute;
  right: 50px;
  top: 50px;
}
.main__faqslist-icon img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__faqslist-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.main__faqslist-img img {
  width: 20vw;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main__faqslist.generales {
  padding-bottom: 15rem !important;
}
.main__faqslist.verde {
  padding: 6rem 0;
  background-color: rgba(222, 222, 222, 0.3);
}
.main__faqslist.verde .main__faqslist-icon {
  left: 50px;
  right: inherit;
}
.main__faqslist.verde .main__faqslist-img {
  right: -20px;
  left: inherit;
  bottom: inherit;
  top: 20px;
  z-index: -1;
}
.main__faqslist.verde .main__faqslist-img img {
  width: 25vw;
}
.main__faqslist.verde .main__faqslist-list-box {
  background-color: #97C9BA;
  border: 2px solid #97C9BA;
}
.main__faqslist.verde .main__faqslist-list-box.activo {
  background-color: #fff;
}
.main__faqslist.verde .main__faqslist-list-box.activo .main__faqslist-list-box-wrap-pregunta h3 {
  color: #97C9BA;
}
.main__faqslist-titulo h1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #606060;
  line-height: 1.1;
  padding-bottom: 1rem;
}
.main__faqslist-titulo h1 strong {
  font-weight: bold;
}
.main__faqslist-list {
  max-width: 68vw;
  margin: 0 auto;
}
.main__faqslist-list-box {
  background-color: #A4B5E0;
  padding: 1rem 5rem;
  margin-bottom: 2rem;
  border-radius: 2rem;
  display: flex;
  justify-content: space-between;
  border: 2px solid #A4B5E0;
}
.main__faqslist-list-box.activo {
  background-color: transparent;
}
.main__faqslist-list-box.activo .main__faqslist-list-box-wrap {
  padding: 4rem 0 1rem 0;
  display: block;
}
.main__faqslist-list-box.activo .main__faqslist-list-box-boton button {
  color: #606060;
}
.main__faqslist-list-box.activo .main__faqslist-list-box-wrap-pregunta h3 {
  color: #A4B5E0;
  font-weight: bold;
}
.main__faqslist-list-box.activo .main__faqslist-list-box-wrap-respuesta {
  display: block;
}
.main__faqslist-list-box.activo .main__faqslist-list-box-wrap-respuesta p {
  line-height: 1.5;
}
.main__faqslist-list-box-boton {
  display: flex;
  justify-content: flex-end;
  width: 5%;
  display: flex;
  align-items: start;
}
.main__faqslist-list-box-boton button {
  background-color: transparent;
  transform: translateX(20px);
  border: 0;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}
.main__faqslist-list-box-wrap {
  width: 95%;
  display: flex;
  align-items: center;
}
.main__faqslist-list-box-wrap-pregunta h3 {
  color: #fff;
  font-weight: 500;
}
.main__faqslist-list-box-wrap-respuesta {
  display: none;
  font-size: 1.34rem;
  padding: 1.5rem 0;
}
.main .modaltestimonio {
  position: fixed;
  left: 0;
  right: 0;
  max-width: 800px;
  margin: 0 auto;
  top: 200px;
  background-color: #fff;
  border: 3px solid #1b376d;
  z-index: 999;
  transform: scale(0);
  transition: 0.5s;
}
.main .modaltestimonio.activo {
  transform: scale(1);
}
.main .modaltestimonio-cerrar {
  position: absolute;
  right: -20px;
  top: -10px;
  z-index: 999;
}
.main .modaltestimonio-cerrar button {
  background-color: transparent;
  background-color: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  transition: 0.5s;
}
.main .modaltestimonio-cerrar button:hover {
  background-color: red;
}
.main .modaltestimonio-cerrar button:hover svg path {
  fill: #fff;
}
.main .modaltestimonio-cerrar button svg {
  width: 2em;
  height: 2em;
}
.main .modaltestimonio-cerrar button svg path {
  fill: #1b376d;
  transition: 0.5s;
}
.main .modaltestimonio-video video {
  width: 100%;
  height: auto;
}
.main .headersoluciones img {
  width: 1024px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-solucionesquees {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 5rem 0;
}
.main-solucionesquees.cisterna {
  text-align: center;
  padding: 5rem 0;
}
.main-solucionesquees.cisterna .main-solucionesquees-info p {
  font-size: 1.5rem;
}
.main-solucionesquees.cisterna .main-solucionesquees-info h1 {
  font-size: 1.85rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #606060;
  padding: 2rem 0;
}
.main-solucionesquees.cisterna .main-solucionesquees-info h1 strong {
  font-size: 3rem;
}
.main-solucionesquees.cisterna .main-solucionesquees-image img {
  width: 100%;
}
.main-solucionesquees.cisterna .main-solucionesquees-boton {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}
.main-solucionesquees.cisterna .main-solucionesquees-boton button {
  background-color: #97C9BA;
  padding: 1rem 6rem;
  border: #fff;
  font-size: 1.4rem;
  border-radius: 4rem;
  color: #fff;
  font-weight: 600;
}
.main-solucionesquees.aguadepozo {
  padding: 5rem 0;
}
.main-solucionesquees.aguadepozo .main-solucionesquees-info {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
  color: #606060;
  list-style: none;
  border-radius: 2rem;
}
.main-solucionesquees.aguadepozo .main-solucionesquees-info em {
  color: #97C9BA;
  font-weight: bold;
}
.main-solucionesquees-icon {
  text-align: center;
  margin-bottom: 1rem;
}
.main-solucionesquees-icon img {
  width: auto;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-solucionesquees-info ul li {
  margin-bottom: 1.5rem;
  padding: 2rem 3rem;
  border: 1px solid #97C9BA;
  font-size: 1.3rem;
  text-align: center;
  color: #606060;
  list-style: none;
  border-radius: 2rem;
}
.main-solucionesquees-info ul li em {
  color: #97C9BA;
  font-weight: bold;
}
.main-solucioneseligeelproducto {
  padding: 5rem 0;
}
.main-solucioneseligeelproducto-titulo {
  text-align: center;
}
.main-solucioneseligeelproducto-titulo h1 {
  text-transform: uppercase;
  color: #606060;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.main-solucioneseligeelproducto-titulo h1 span {
  text-transform: lowercase;
  font-size: 2rem;
  font-weight: 400;
}
.main-solucioneseligeelproducto-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  padding: 4rem 0;
}
.main-solucioneseligeelproducto-list-box {
  text-align: center;
}
.main-solucioneseligeelproducto-list-box img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-solucioneseligeelproducto-list-box h4 {
  font-size: 1.5rem;
  color: #606060;
  font-weight: bold;
}
.main-solucionesbeneficios {
  padding: 5rem 0;
}
.main-solucionesbeneficios-info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.main-solucionesbeneficios-info-icon img {
  width: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-solucionesbeneficios-info-titulo {
  padding: 0.6rem 0;
}
.main-solucionesbeneficios-info-titulo h1 {
  color: #93B2E6;
  font-size: 4rem;
  font-weight: bold;
}
.main-solucionesbeneficios-info-texto {
  color: #606060;
  font-size: 1.4rem;
  font-weight: 400;
  width: 80%;
}
.main-solucionesbeneficios-info-boton {
  margin-top: 2rem;
}
.main-solucionesbeneficios-info-boton button {
  background-color: #97C9BA;
  padding: 0.7rem 2.5rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  color: #fff;
  border: 0;
  transition: 0.5s;
}
.main-solucionesbeneficios-info-boton button:hover {
  background-color: #93B2E6;
}
.main-solucionesbeneficios-feature img {
  border-radius: 4rem;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-solucionesbeneficioslist {
  padding: 7rem 0;
}
.main-solucionesbeneficioslist.calidaddeagua {
  padding: 0 0 20rem 0;
}
.main-solucionesbeneficioslist.calidaddeagua .main-solucionesbeneficioslist-boton {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
.main-solucionesbeneficioslist.calidaddeagua .main-solucionesbeneficioslist-boton button {
  background-color: #93B2E6;
  padding: 1rem 4.5rem;
  color: #fff;
  border: 0;
  border-radius: 4rem;
  font-weight: bold;
  font-size: 1.3rem;
  transition: 0.5s;
}
.main-solucionesbeneficioslist.calidaddeagua .main-solucionesbeneficioslist-boton button:hover {
  background-color: #97C9BA;
}
.main-solucionesbeneficioslist.cisterna {
  background: linear-gradient(to right, rgba(147, 178, 230, 0.5), #93b2e6);
}
.main-solucionesbeneficioslist.filtraciondeagua .main-solucionesbeneficioslist-titulo {
  text-align: center;
  padding-bottom: 4rem;
}
.main-solucionesbeneficioslist.filtraciondeagua .main-solucionesbeneficioslist-titulo img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-solucionesbeneficioslist.filtraciondeagua .main-solucionesbeneficioslist-titulo h1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  color: #606060;
}
.main-solucionesbeneficioslist.filtraciondeagua .main-solucionesbeneficioslist-titulo h1 span {
  font-size: 1.6rem;
  font-weight: 400;
}
.main-solucionesbeneficioslist.filtraciondeagua .main-solucionesbeneficioslist-box-icon span {
  background-color: #93B2E6;
}
.main-solucionesbeneficioslist .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.main-solucionesbeneficioslist .container.cisterna {
  grid-template-columns: repeat(2, 1fr);
  width: 1024px;
  margin: 0 auto;
  justify-content: center;
}
.main-solucionesbeneficioslist .container.cisterna .main-solucionesbeneficioslist-box {
  background-color: #fff;
  border: 3px solid #93B2E6 !important;
}
.main-solucionesbeneficioslist .container.cisterna .main-solucionesbeneficioslist-box-titulo h3 {
  color: #606060;
}
.main-solucionesbeneficioslist-box {
  padding: 3rem;
  border: 2px solid #93B2E6;
  border-radius: 3rem;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.1);
}
.main-solucionesbeneficioslist-box.filtrodeducha {
  border: 2px solid #97C9BA !important;
}
.main-solucionesbeneficioslist-box-icon img {
  height: 60px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-solucionesbeneficioslist-box-icon span {
  font-size: 1.3rem;
  background-color: #97C9BA;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.main-solucionesbeneficioslist-box-titulo {
  padding: 1.5rem 0;
}
.main-solucionesbeneficioslist-box-titulo h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #606060;
}
.main-solucionesbeneficioslist-box-titulo h3.filtrodeducha {
  color: #93B2E6;
}
.main-solucionesbeneficioslist-box-texto p {
  font-size: 1.4rem;
  color: #606060;
}
.main-nuestrosmodelos {
  padding-bottom: 15rem;
}
.main-nuestrosmodelos.cisterna {
  padding: 7rem 0 15rem 0;
}
.main-nuestrosmodelos-titulo {
  text-align: center;
  padding-bottom: 8rem;
}
.main-nuestrosmodelos-titulo h1 {
  text-transform: uppercase;
  color: #606060;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.main-nuestrosmodelos-titulo h1 span {
  text-transform: lowercase;
  font-size: 2rem;
  font-weight: 400;
}
.main-nuestrosmodelos-info.filtrosdeducha {
  display: flex;
  justify-content: center;
}
.main-nuestrosmodelos-info.filtrosdeducha img {
  width: 60vw;
  margin: 0 auto;
}
.main-nuestrosmodelos-info img {
  width: 85vw;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-nuestrosmodelos-boton {
  padding-top: 4rem;
  display: flex;
  justify-content: center;
}
.main-nuestrosmodelos-boton button {
  background-color: #97C9BA;
  padding: 1rem 4.5rem;
  border-radius: 2rem;
  font-size: 1.1rem;
  color: #1b376d;
  font-size: 1.2rem;
  font-weight: bold;
  border: 0;
  transition: 0.5s;
}
.main-nuestrosmodelos-boton button:hover {
  background-color: #93B2E6;
}
.main-vivelaexperiencia {
  padding: 5rem 0;
}
.main-vivelaexperiencia img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-solucionesqueincluye {
  padding: 5rem 0;
}
.main-solucionesqueincluye-titulo {
  padding-bottom: 2.5rem;
  text-align: center;
}
.main-solucionesqueincluye-titulo h1 {
  font-size: 3.5rem;
  text-transform: uppercase;
  color: #606060;
  font-weight: bold;
}
.main-solucionesqueincluye-imagen {
  display: flex;
  justify-content: center;
}
.main-solucionesqueincluye-imagen img {
  width: 1110px;
  margin: 0 auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-membresiacomofunciona {
  background: linear-gradient(to right, rgba(151, 201, 186, 0.5), rgba(151, 201, 186, 0.9));
  padding: 7rem 0;
  margin: 4rem 0;
}
.main-membresiacomofunciona-titulo {
  text-align: center;
}
.main-membresiacomofunciona-titulo h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #606060;
}
.main-membresiacomofunciona-texto {
  background-color: #fff;
  border-radius: 5rem;
  padding: 1.5rem 5rem;
  max-width: 1024px;
  margin: 2rem auto;
}
.main-membresiacomofunciona-texto p {
  color: #606060;
  font-size: 1.7rem;
  text-align: center;
}
.main-membresiacomofunciona-texto p strong {
  font-style: italic;
}
.main-membresiaaliados {
  padding: 7rem 0;
}
.main-membresiaaliados-info {
  text-align: center;
  padding-bottom: 6rem;
}
.main-membresiaaliados-info-icon {
  padding-bottom: 1.4rem;
}
.main-membresiaaliados-info-icon img {
  width: auto;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-membresiaaliados-info-titulo h1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 2.2rem;
  color: rgba(96, 96, 96, 0.8);
}
.main-membresiaaliados-info-titulo h1 strong {
  font-size: 3rem;
  font-weight: bolder;
  text-transform: uppercase;
  color: #606060;
}
.main-membresiaaliados-info-texto {
  padding-top: 1.4rem;
}
.main-membresiaaliados-info-texto p {
  font-size: 1.8rem;
  color: #606060;
  width: 70%;
  font-weight: 500;
  margin: 0 auto;
}
.main-membresiaaliados-info-texto p strong {
  font-style: italic;
}
.main-membresiaaliados-list-box {
  border: 2px solid #93B2E6;
  padding: 3rem;
  border-radius: 2.5rem;
  display: flex;
  height: 460px;
  justify-content: space-between;
  flex-direction: column;
}
.main-membresiaaliados-list-box-info img {
  width: auto;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-membresiaaliados-list-box-info h2 {
  padding-top: 1.5rem;
  font-weight: bold;
  font-size: 2rem;
  color: #93B2E6;
  width: 60%;
}
.main-membresiaaliados-list-box-info span {
  font-size: 1.5rem;
  font-weight: 400;
  color: #93B2E6;
}
.main-membresiaaliados-list-box-boton button {
  border: 0;
  background-color: #93B2E6;
  padding: 0.5rem 3rem;
  border-radius: 5rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.main-alianzabeneficios {
  padding-top: 10rem;
}
.main-alianzabeneficios img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -------------------------------------------------------------------------- */
/*                                   FOOTER                                   */
/* -------------------------------------------------------------------------- */
.footer {
  background-color: #A4B5E0;
  padding: 3rem 0;
  margin-top: 3rem 0;
  position: relative;
  z-index: 4;
}
.footer .imgfloatfooter {
  position: absolute;
  left: -20px;
  top: -200px;
  width: 110%;
  height: 200px;
  z-index: -1;
  bottom: 0;
}
.footer .imgfloatfooter img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-titulo {
  padding: 3rem 0;
}
.footer-titulo h3 {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}
.footer-logo img {
  width: auto;
  height: 60px;
  margin-top: 1rem;
}
.footer-texto p {
  color: #fff;
}
.footer-contact ul {
  padding-left: 0;
}
.footer-contact ul li {
  list-style: none;
  padding-bottom: 0.7rem;
}
.footer-contact ul li:last-of-type {
  padding-bottom: 0;
}
.footer-contact ul li span {
  padding-right: 0.3rem;
}
.footer-contact ul li a {
  color: #fff;
  text-decoration: none;
}/*# sourceMappingURL=estilos.css.map */