@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Open Sans";
  src: url("../font/OPENSANS-REGULAR.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OPENSANS-SEMIBOLD.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OPENSANS-BOLD.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OPENSANS-ITALIC.TTF") format("truetype"); /* Safari, Android, iOS */
  font-style: italic;
  font-weight: 400;
  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: 200px;
}
div.menu img {
  max-width: 210px;
  margin: 55px auto;
  display: block;
  z-index: 1;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: #D1B075;
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0px;
  top: 40px;
  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: #fff;
  margin-bottom: 5px;
  border-radius: 2px;
  width: 40px;
  height: 3px;
  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: "Open Sans";
  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 .hamburger {
    top: 7px;
  }
  div.menu {
    min-height: 70px;
    padding: 20px 0;
    position: absolute;
  }
  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;
  background-color: #000;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 63px; /* 101.613% */
}

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

h6 {
  color: #D1B075;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px; /* 471.429% */
  text-transform: uppercase;
}

h2 {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 49px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 112.245% */
}
h2 span {
  font-style: italic;
  font-weight: 400;
}

h3 {
  color: #000;
  font-family: "Open Sans";
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 73px; /* 110.606% */
}

h4 {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 29px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 15px 60px 12px;
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  background-color: #fff;
  color: #000;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 45px;
    line-height: normal;
  }
  h3 {
    font-size: 45px;
    line-height: normal;
  }
  h2 {
    font-size: 37px;
    line-height: normal;
  }
  h4 {
    font-size: 22px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 27px;
    line-height: normal;
  }
  .banner p {
    font-size: 14px;
    line-height: normal;
  }
  h6 {
    font-size: 14px;
    line-height: 66px; /* 471.429% */
  }
  h2 {
    font-size: 27px;
    line-height: normal;
  }
  h3 {
    font-size: 30px;
    line-height: 37px;
  }
  p {
    font-size: 14px;
    line-height: normal;
  }
}
section.banner {
  background-image: url(../imagenes/header.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 300px 0;
}
section.banner .row {
  display: block;
}
section.banner h6 {
  color: #D1B075;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px; /* 275% */
}
section.banner h1 {
  margin-top: 35px;
  margin-bottom: 100px;
}
section.banner p {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 100px;
}
section.banner .btnbr {
  border-radius: 0;
  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.png);
    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.banner h6 {
    font-size: 17px;
    font-weight: 400;
  }
}
section.nosotros {
  padding: 400px 15px 200px;
}
section.nosotros .col-md-6.cont {
  padding: 30px 100px;
}
section.nosotros h6 {
  margin-bottom: 40px;
}
section.nosotros h2 {
  margin-bottom: 120px;
}
section.nosotros p {
  margin: 0 auto;
  max-width: 740px;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 150px 15px 100px;
  }
  section.nosotros h6 {
    margin-bottom: 20px;
  }
  section.nosotros h2 {
    margin-bottom: 60px;
  }
}
section.beneficios {
  padding: 250px 15px;
}
section.beneficios .row {
  max-width: 94%;
  margin: 0 auto;
}
section.beneficios h6 {
  text-align: left;
  margin-bottom: 15px;
}
section.beneficios h2 {
  text-align: left;
  margin-bottom: 100px;
}
section.beneficios figure img {
  border-radius: 13px;
}
section.beneficios .cardbene {
  border-radius: 17px;
  background: #FFF9F9;
  padding: 100px;
  transition: all 0.3s ease;
  min-height: 600px;
}
section.beneficios .cardbene img {
  width: 112px;
  height: 112px;
  margin: 0 0 0 auto;
  display: block;
}
section.beneficios .cardbene h3 {
  margin-top: 200px;
  margin-bottom: 60px;
}
section.beneficios .cardbene p {
  color: #000;
  text-align: left;
  color: #000;
  font-family: "Open Sans";
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 90%;
}
section.beneficios .swiper {
  padding-bottom: 40px;
}
section.beneficios .swiper-slide.swiper-slide-active .cardbene {
  background: #D1B075;
}
section.beneficios .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: absolute;
  top: initial;
  bottom: 0;
  left: 30px;
  max-width: 620px;
  background: #ffffff;
}
section.beneficios .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #D1B075;
}

@media screen and (max-width: 992px) {
  section.beneficios .cardbene p {
    font-size: 20px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 0;
  }
  section.beneficios .row {
    max-width: 100%;
    margin: 0 auto;
  }
  section.beneficios .row h2 br {
    display: none;
  }
  section.beneficios .row .cardbene {
    padding: 30px;
    min-height: 480px;
  }
  section.beneficios .row .cardbene img {
    width: 110px;
    height: 110px;
  }
  section.beneficios .row .cardbene h3 {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  section.beneficios .row .cardbene p {
    font-size: 20px;
    line-height: normal;
    max-width: 100%;
  }
  section.beneficios .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    left: 0;
  }
}
section.form {
  max-width: 90%;
  margin: 0 auto;
}
section.form .row {
  background-image: url(../imagenes/form.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 150px;
  position: relative;
  z-index: 2;
}
section.form h6 {
  margin-bottom: 40px;
}
section.form h2 {
  color: #fff;
  margin-bottom: 60px;
}
section.form .contForm {
  max-width: 800px;
  margin: 0 auto;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 800px;
  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 #fff;
  padding: 10px 0;
  border-radius: 0;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
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: #fff;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #fff;
}
section.form fieldset {
  max-width: 800px;
}
section.form input.hs-button.primary.large {
  margin: 0 auto;
}
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 auto !important;
  display: block !important;
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  section.form .row {
    padding: 70px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  section.form .row {
    background-image: url(../imagenes/movil/form.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0px 80px 20px;
    position: relative;
    z-index: 2;
  }
  section.form .row h2 {
    margin-bottom: 100px;
  }
}
section.datos {
  background-image: url(../imagenes/FondoDatos.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 520px 15px 350px;
  margin-top: -370px;
  text-align: center;
  position: relative;
  z-index: 1;
}
section.datos img {
  max-width: 90px;
}
section.datos h6 {
  margin-bottom: 30px;
  color: #000;
}
section.datos h2 {
  color: #000;
  margin-bottom: 250px;
}
section.datos p {
  max-width: 250px;
  margin: 0 auto;
  color: #000;
}
section.datos p b {
  display: block;
}
section.datos h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}
section.datos .col-md-4.medio {
  border-left: 2px solid #D1B074;
  border-right: 2px solid #D1B074;
}

@media screen and (max-width: 767px) {
  section.datos {
    background-image: url(../imagenes/movil/FondoDatos.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 15px 150px;
    margin: 0;
  }
  section.datos h2 {
    margin-bottom: 100px;
  }
  section.datos img {
    max-width: 69px;
  }
  section.datos p {
    font-size: 17px;
    line-height: normal;
  }
  section.datos .col-md-4.medio {
    border-left: 0;
    border-right: 0;
    position: relative;
  }
  section.datos .col-md-4.medio:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 2px;
    background-color: #D1B075;
    margin: 0 auto;
  }
  section.datos .col-md-4.medio:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 70%;
    height: 2px;
    background-color: #D1B075;
    margin: 0 auto;
  }
  section.datos .col-md-4 {
    min-height: 350px;
  }
}
section.galeria {
  padding: 180px 15px;
  max-width: 90%;
  margin: 0 auto;
  background-image: url(../imagenes/Flor.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: 35% 55%;
  /* 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: 20px;
}
section.galeria h2 {
  color: white;
}
section.galeria figure.img1 {
  margin-top: 300px;
}
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: 200px 0 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: 150px;
    position: relative;
    z-index: 2;
  }
  section.galeria h2:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -20px;
    right: 0;
    width: 180px;
    height: 160px;
    background: url(../imagenes/movil/Flor.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
  }
  section.galeria .swiper.mySwiper2 {
    padding: 0 0 20px;
  }
  section.galeria .swiper {
    padding-bottom: 40px;
  }
  section.galeria .swiper-slide.swiper-slide-active .cardbene {
    background: #D1B075;
  }
  section.galeria .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    max-width: 620px;
    background: #ffffff;
  }
  section.galeria .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #D1B075;
  }
}
section.diferencial {
  padding: 200px 15px 400px;
}
section.diferencial .col-md-6.cont {
  padding: 30px 100px;
}
section.diferencial h6 {
  margin-bottom: 40px;
}
section.diferencial h2 {
  margin-bottom: 120px;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 85px; /* 107.059% */
}
section.diferencial p {
  margin: 0 auto;
  max-width: 900px;
}

@media screen and (max-width: 992px) {
  section.diferencial h2 {
    margin-bottom: 80px;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  section.diferencial h2 {
    margin-bottom: 80px;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 37px;
  }
  section.diferencial {
    padding: 150px 15px 200px;
  }
  section.diferencial h6 {
    margin-bottom: 20px;
  }
  section.diferencial h2 {
    margin-bottom: 60px;
  }
}
section.video {
  background: #000;
  padding: 0;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 1000px;
  border-radius: 0;
}

@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: 0;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 0;
  }
}
section.pasos {
  background-image: url(../imagenes/FondoBeneficios.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 15px 200px;
}
section.pasos .row {
  max-width: 90%;
  margin: 0 auto;
}
section.pasos .dos {
  margin-top: 200px;
}
section.pasos h6 {
  text-align: left;
  margin-bottom: 30px;
  color: #000;
}
section.pasos h2 {
  text-align: left;
  color: #000;
}
section.pasos .cardPasos {
  padding: 0 80px !important;
  padding-right: 0;
  margin-bottom: 0;
}
section.pasos .cardPasos h4 {
  margin-top: 50px;
  margin-bottom: 60px;
  font-weight: 700;
}
section.pasos .cardPasos p {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
section.pasos .cardPasos img {
  height: 230px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  margin-top: -70%;
  display: block;
}
section.pasos .swiper {
  width: 520px;
  padding: 60px 0;
}
section.pasos .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  max-width: 500px;
  border-radius: 17px;
  background-color: #E0C8A1;
  border: solid 2px #000;
  height: 520px;
  padding-top: 0px;
  overflow: visible;
}
section.pasos .swiper-slide.swiper-slide-visible.swiper-slide-active {
  background-color: #D1B075;
  opacity: 1;
}
section.pasos .swiper-3d .swiper-slide-shadow {
  background: transparent;
}
section.pasos .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #D1B075;
}
section.pasos .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: absolute;
  bottom: -20px;
  top: initial;
}
section.pasos .swiper-wrapper {
  position: relative;
}
section.pasos .swiper-wrapper::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: -20%;
  width: 200px;
  height: 300px;
  background-image: url(../imagenes/Planta.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 9;
}

@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 0;
  }
  section.pasos h6 {
    padding: 0;
    margin-bottom: 10px;
  }
  section.pasos h2 {
    padding: 0;
    margin-bottom: 80px;
  }
  section.pasos .row {
    margin: 0;
  }
  section.pasos .cardPasos {
    padding: 0;
    min-height: auto;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  section.pasos .cardPasos h4 {
    font-size: 23px;
    line-height: normal;
  }
  section.pasos .cardPasos img {
    width: 68px;
  }
  section.pasos .cardPasos {
    padding: 0 15px !important;
    padding-right: 0;
    margin-bottom: 0;
  }
  section.pasos .cardPasos img {
    width: 200px;
    margin: -150px auto 0;
  }
  section.pasos .swiper-slide {
    height: 450px;
  }
  section.pasos .cardPasos p {
    font-size: 17px;
  }
  section.pasos .swiper-wrapper {
    position: relative;
  }
  section.pasos .swiper-wrapper::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -20%;
    width: 120px;
    height: 170px;
    background-image: url(../imagenes/Planta.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 9;
  }
}
.bannerFooter {
  background-image: url(../imagenes/Chica.png);
  position: relative;
  background-size: 530px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 250px 15px;
}
.bannerFooter h2 {
  margin-bottom: 80px;
}
.bannerFooter p {
  margin-bottom: 80px;
}
.bannerFooter .btn, .bannerFooter .btnbr, .bannerFooter input.hs-button.primary.large {
  margin: 0 auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0;
}
.bannerFooter p.copy {
  position: absolute;
  color: #D1B075;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  bottom: 0;
  right: 0;
  left: 0;
}

@media screen and (max-width: 992px) {
  .bannerFooter {
    background-size: 260px;
  }
}
@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;
  }
  .chica img {
    width: 300px;
    display: block;
    margin: 50px auto 0;
  }
}/*# sourceMappingURL=styles.css.map */