@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Raleway;
  src: url("../font/Raleway-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Raleway;
  src: url("../font/Raleway-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Raleway;
  src: url("../font/Raleway-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Raleway;
  src: url("../font/Raleway-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Raleway;
  src: url("../font/Raleway-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  background: transparent;
  position: relative;
  width: 100%;
  min-height: 90px;
}
div.menu img {
  max-width: 200px;
  margin: 30px 10% 0;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: #006D69;
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
  padding: 33px 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin: 0 0 0 auto;
  user-select: none;
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  right: 10%;
}
div.menu ._layer {
  background: #006D69;
  margin-bottom: 4px;
  border-radius: 2px;
  width: 28px;
  height: 4px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
div.menu .hamburger.is-active ._layer {
  background: #fff;
}
div.menu .hamburger:hover .-top {
  transform: translateY(-100%);
}
div.menu .hamburger:hover .-bottom {
  transform: translateY(100%);
}
div.menu .hamburger.is-active .-top {
  transform: translateY(200%) rotate(45deg) !important;
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-200%) rotate(135deg) !important;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}
div.menu .menuppal {
  background-color: rgba(255, 255, 255, 0.95);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}
div.menu .menuppal ul {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
div.menu .menuppal ul li {
  list-style: none;
  height: 3em;
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 100% */
  text-transform: uppercase;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #fff;
  zoom: 1.1;
}
div.menu .menu .container {
  max-width: 1560px;
}

@media screen and (max-width: 992px) {
  div.menu img {
    max-width: 160px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  div.menu {
    min-height: 70px;
    padding: 20px 0;
  }
  div.menu img {
    max-width: 120px;
    top: 5px;
    margin: 15px;
    position: relative;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.1rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  div.menu ._layer {
    width: 24px !important;
    height: 3px !important;
  }
  div.menu .hamburger {
    padding: 20px 0;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

img {
  max-width: 100%;
  width: 100%;
}

h1 {
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner p {
  color: #FFF;
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h6 {
  color: #F89C1C;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.76px;
}

h2 {
  color: #FFF;
  font-family: Raleway;
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  color: #231F20;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: #FFF;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 15px 60px 12px;
  border-radius: 12px;
  background: #F89C1C;
  color: #231F20;
  text-align: center;
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: normal;
  }
  h2 {
    font-size: 35px;
    line-height: normal;
  }
  h4 {
    color: #231F20;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  p {
    color: #FFF;
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    padding: 15px 60px 12px;
    border-radius: 12px;
    background: #F89C1C;
    color: #231F20;
    text-align: center;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 23px;
    line-height: normal;
  }
  .banner p {
    font-size: 16px;
    line-height: normal;
  }
  .btnbr, .btn {
    font-size: 13px;
    line-height: normal;
  }
  h6 {
    font-size: 11px;
    line-height: normal;
    letter-spacing: 1.21px;
  }
  h2 {
    font-size: 23px;
    line-height: normal;
  }
  p {
    font-size: 16px;
    line-height: normal;
  }
}
section.banner {
  background-image: url(../imagenes/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 300px 0;
}
section.banner .row {
  display: block;
}
section.banner h1 {
  margin-bottom: 100px;
}
section.banner p {
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 60px;
}
section.banner .btnbr {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 200px 15px;
  }
  section.banner h1 {
    margin-bottom: 50px;
  }
  section.banner h1 br {
    display: none;
  }
}
section.nosotros {
  background: #006D69;
  padding: 200px 15px;
}
section.nosotros .col-md-6.cont {
  padding: 30px 100px;
}
section.nosotros h6 {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  section.nosotros .col-md-6.cont {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 80px 15px;
  }
  section.nosotros .col-md-6.cont {
    padding: 0 15px 30px;
  }
  section.nosotros h6 {
    margin-bottom: 20px;
  }
  section.nosotros h2 br {
    display: none;
  }
  section.nosotros p {
    text-align: justify;
  }
}
section.beneficios {
  background-color: #F2F2F2;
  padding: 200px 15px;
}
section.beneficios .row {
  max-width: 94%;
  margin: 0 auto;
}
section.beneficios h6 {
  color: #006D69;
  text-align: center;
  margin-bottom: 40px;
}
section.beneficios h2 {
  text-align: center;
  color: #006D69;
  margin-bottom: 100px;
}
section.beneficios figure img {
  border-radius: 13px;
}
section.beneficios .cardBene {
  padding: 46px 56px;
  border-radius: 13px;
  background: #D9D9D9;
  margin-bottom: 25px;
  height: 413px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.beneficios .cardBene .content {
  padding-left: 70px;
  margin-top: 70px;
}
section.beneficios .cardBene .content h4 {
  margin-bottom: 20px;
}
section.beneficios .cardBene .content p {
  color: #000;
}
section.beneficios .cardBene img {
  width: 68px;
  height: 64px;
}

@media screen and (max-width: 1540px) {
  section.beneficios .cardBene {
    height: 320px;
    flex-direction: column;
    justify-content: center;
  }
  section.beneficios .cardBene .content {
    padding-left: 70px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 80px 0;
  }
  section.beneficios .row {
    max-width: 100%;
    margin: 0 auto;
  }
  section.beneficios h6 {
    margin-bottom: 20px;
  }
  section.beneficios h2 {
    margin-bottom: 80px;
  }
  section.beneficios h2 br {
    display: n;
  }
  section.beneficios .cardBene {
    padding: 30px 20px;
    height: auto;
  }
  section.beneficios .cardBene .content {
    padding-left: 0px;
    margin-top: 30px;
  }
  section.beneficios .cardBene img {
    width: 48px;
    height: 44px;
  }
}
section.form {
  background-color: #F2F2F2;
}
section.form h6 {
  margin-bottom: 40px;
}
section.form h2 {
  color: #006D69;
}
section.form img {
  max-width: 476px;
  margin: 100px 0 0px -10px;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 600px;
  padding: 30px 0 40px 0;
  margin: 40px 0 0;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #231F20;
  padding: 10px 0;
  border-radius: 0;
  color: #231F20;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form button::-moz-placeholder, section.form input::-moz-placeholder, section.form optgroup::-moz-placeholder, section.form select::-moz-placeholder, section.form textarea::-moz-placeholder {
  color: #231F20;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #231F20;
}
section.form fieldset {
  max-width: 600px;
}
section.form input.hs-button.primary.large {
  border: none;
  margin: 0;
}
section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 90%;
}
section.form input.hs-button.primary.large {
  margin: 25px 0;
  display: block;
}
section.form .hs_submit.hs-submit {
  max-width: 93%;
}
section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
  line-height: 15px;
}
section.form input.hs-button.primary.large {
  margin: 20px 0 !important;
  display: block !important;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  section.form {
    background-position: right bottom;
    padding: 200px 15px 150px;
  }
  section.form form {
    padding: 0 !important;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 60px 15px 60px;
  }
  section.form h6 {
    margin-bottom: 20px;
  }
  section.form h2 {
    margin-bottom: 40px;
  }
  section.form img {
    max-width: 80%;
    margin: 40px auto;
    display: block;
  }
}
section.datos {
  background-image: url(../imagenes/datos.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 250px 15px 350px;
  text-align: center;
}
section.datos h6 {
  margin-bottom: 40px;
}
section.datos h2 {
  margin-bottom: 200px;
}
section.datos p {
  max-width: 250px;
  margin: 0 auto;
}
section.datos p b {
  display: block;
}

@media screen and (max-width: 767px) {
  section.datos {
    background-image: url(../imagenes/movil/datos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 15px 100px;
    text-align: center;
  }
  section.datos h6 {
    margin-bottom: 20px;
  }
  section.datos h2 {
    margin-bottom: 120px;
  }
  section.datos p {
    max-width: 250px;
    margin: 0 auto 100px;
    position: relative;
    min-height: 80px;
  }
  section.datos p:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    right: 0;
    width: 100px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 0 auto;
  }
  section.datos p.old:after {
    display: none;
  }
}
section.galeria {
  padding: 180px 15px;
  background-color: #F2F2F2;
  /* Asegúrate de que tu contenedor principal (donde está el Swiper) tenga 'position: relative' si vas a posicionar elementos absolutos dentro de él.
  Si las flechas están fuera, puedes usar un contenedor específico para las flechas. */
  /* Estilo general para las flechas si aún no lo tienes (ajusta colores, tamaños, etc.) */
  /* Ajustes específicos para la flecha de 'prev' */
  /* Ajustes específicos para la flecha de 'next' */
  /* Es importante sobrescribir las reglas por defecto de Swiper que vienen con su JS y CSS */
  /* Usamos !important con cautela, solo si las reglas de Swiper están siendo más específicas */
  /* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
}
section.galeria .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.galeria .content {
  padding: 0 0 0 22%;
}
section.galeria h6 {
  margin-bottom: 40px;
}
section.galeria h2 {
  color: #006D69;
}
section.galeria .swiper-horizontal > .swiper-pagination-bullets, section.galeria .swiper-pagination-bullets.swiper-pagination-horizontal, section.galeria .swiper-pagination-custom, section.galeria .swiper-pagination-fraction {
  top: 90%;
}
section.galeria .swiper-pagination-bullet-active {
  background: white;
}
section.galeria .swiper-button-prev,
section.galeria .swiper-button-next {
  width: 35px; /* Tamaño del botón */
  height: 35px; /* Tamaño del botón */
  border-radius: 50%; /* Para que sean redondos */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute; /* Hacemos que se posicionen de forma absoluta */
  top: auto; /* Anulamos cualquier 'top' por defecto */
  bottom: 0; /* Posicionamos debajo del slider, ajusta este valor según la separación que quieras */
  z-index: 10; /* Para asegurar que estén por encima de otros elementos si hay superposiciones */
  transform: translateY(0); /* Anulamos transformaciones por defecto de Swiper */
  margin-top: 0; /* Anulamos márgenes por defecto */
  color: #333; /* Color del ícono de la flecha */
  font-size: 20px; /* Tamaño del ícono de la flecha */
}
section.galeria .swiper-button-prev {
  left: 0px; /* Ajusta este valor para la separación del borde derecho */
  right: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-next {
  left: 50px; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}
section.galeria .swiper-button-prev:after,
section.galeria .swiper-button-next:after {
  font-family: swiper-icons; /* Mantén esto si estás usando los íconos por defecto de Swiper */
  font-size: 20px; /* Tamaño de la flecha dentro del botón */
  color: #333; /* Color de la flecha */
  content: "next"; /* O 'prev' si estás sobrescribiendo los iconos por defecto y no usando un ícono */
}
section.galeria .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.galeria .swiper-button-prev:after {
  content: ""; /* O un Font Awesome: \f060 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
section.galeria .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.galeria .swiper-button-next:after {
  content: ""; /* O un Font Awesome: \f061 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}
section.galeria .swiper.mySwiper2 {
  padding-bottom: 40px;
}

@media screen and (max-width: 992px) {
  section.galeria {
    padding: 150px 15px 100px;
  }
  section.galeria .content {
    padding: 0 0 0 2%;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 100px 15px 100px;
    background-image: url(../imagenes/movil/bannerbott.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin-top: 0;
  }
  section.galeria h2 {
    margin-bottom: 60px;
  }
  section.galeria .flechas2 {
    display: block !important;
    text-align: center;
    margin: 50px auto;
    background: red;
    position: relative;
    max-width: 100px;
  }
}
section.diferencial {
  background: #D9D9D9;
  padding: 200px 15px 150px;
}
section.diferencial h6 {
  text-align: center;
  margin-bottom: 40px;
}
section.diferencial h2 {
  text-align: center;
  color: #006D69;
  margin-bottom: 60px;
}
section.diferencial p {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 730px;
  color: #231F20;
}

.casa {
  background: #D9D9D9;
}
.casa figure {
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  section.diferencial {
    padding: 80px 15px;
  }
  section.diferencial h6 {
    margin-bottom: 20px;
  }
  .casa figure {
    width: 100%;
  }
}
section.video {
  background: #F2F2F2;
  padding: 200px 15px;
}
section.video h6 {
  margin-bottom: 40px;
}
section.video h2 {
  color: #006D69;
  margin-bottom: 100px;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 730px;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 80px 15px;
  }
  section.video h2 {
    margin-bottom: 50px;
  }
  section.video h2 br {
    display: none;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 300px;
    border-radius: 0;
  }
  section.video {
    padding: 80px 0px;
  }
  section.video .col-12 {
    padding: 0;
  }
  section.video .content {
    padding: 30px;
  }
}
section.pasos {
  background: #006D69;
  padding: 200px 15px 100px;
}
section.pasos h6 {
  text-align: center;
  margin-bottom: 40px;
}
section.pasos h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 120px;
}
section.pasos .cardPasos {
  padding: 0 80px;
  min-height: 200px;
  padding-right: 150px;
  margin-bottom: 40px;
}
section.pasos .cardPasos h4 {
  color: #FFF;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.pasos .cardPasos img {
  width: 68px;
}

@media screen and (max-width: 992px) {
  section.pasos .cardPasos {
    padding: 0;
    min-height: 200px;
    padding-right: 15px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 80px 15px;
  }
  section.pasos h6 {
    margin-bottom: 20px;
  }
  section.pasos h2 {
    margin-bottom: 80px;
  }
  section.pasos .cardPasos {
    padding: 0;
    min-height: auto;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  section.pasos .cardPasos h4 {
    color: #FFF;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  section.pasos .cardPasos img {
    width: 68px;
  }
}
.bannerFooter {
  background-image: url(../imagenes/footer.jpg);
  padding: 250px 15px;
}
.bannerFooter h2 {
  margin-bottom: 40px;
}
.bannerFooter p {
  margin-bottom: 40px;
}

footer {
  background: #F2F2F2;
  padding: 25px;
}
footer figure {
  margin-bottom: 0;
}
footer img {
  max-width: 120px;
}
footer p {
  color: #231F20;
  text-align: right;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  margin: 0;
}

@media screen and (max-width: 767px) {
  .bannerFooter {
    background-image: url(../imagenes/movil/footer.jpg);
    padding: 150px 15px;
  }
  .bannerFooter h2 br {
    display: none;
  }
  footer figure img {
    margin: 0 auto;
    display: block;
  }
  footer img {
    max-width: 96px;
  }
  footer p {
    text-align: center;
    margin: 20px auto;
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */