@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Amatica SC";
  src: url("../font/AmaticSC-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "VAG Rounded Std";
  src: url("../font/VAG-Rounded-Std-Black.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Meta Pro";
  src: url("../font/FFMetaProRegular.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  background: var(--Rojo, #EA5153);
  position: relative;
  width: 100%;
  min-height: 90px;
}
div.menu .container {
  max-width: 1600px;
}
div.menu img {
  max-width: 150px;
  margin: 30px auto 0;
  display: block;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0px;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background: #00A7E7;
}
div.menu .hamburger {
  position: relative;
  background-color: transparent;
  right: 0px;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 17px 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: 4px;
  border-radius: 2px;
  width: 33px;
  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: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: #FFF;
  text-align: center;
  font-family: "Meta Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  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 .hamburger.is-active ._layer {
  background: #fff;
}

@media screen and (max-width: 1540px) {
  div.menu {
    padding: 0 2%;
  }
}
@media screen and (max-width: 992px) {
  div.menu img {
    max-width: 120px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  .logoH img {
    position: absolute !important;
  }
  div.menu {
    min-height: 70px;
  }
  div.menu img {
    max-width: 100px;
    top: 5px;
    margin: 15px;
    margin: 0 auto;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    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;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

.container {
  max-width: 1420px;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: var(--Azul, #232C77);
  font-family: "VAG Rounded Std";
  font-size: 45px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

h2 {
  color: var(--Azul, #232C77);
  font-family: "VAG Rounded Std";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner p {
  color: var(--Azul, #232C77);
  font-family: "Meta Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 12px 35px;
  border-radius: 46px;
  background: var(--Amarillo, #FFE343);
  color: var(--Negro, #353535);
  font-family: "Meta Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  color: var(--Negro, #353535);
  background: var(--Amarillo, #FFE343);
  opacity: 0.6;
}

h6 {
  color: #FFF;
  font-family: "Amatica SC";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h3 {
  color: var(--Menta, #9DD0B2);
  text-align: center;
  font-family: TrashHand;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  color: #FFF;
  font-family: "Meta Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  font-family: "Meta Pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.hiddenT {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .banner h2 {
    font-size: 44px;
    line-height: normal;
  }
  .banner p {
    font-size: 19px;
    line-height: 25px;
    max-width: 530px;
  }
  .manos {
    position: relative;
    top: -150px;
    z-index: 1;
  }
  h2.grande {
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
  }
  h2 {
    font-size: 45px;
    line-height: 50px;
  }
  h3 {
    font-size: 50px;
    line-height: normal;
  }
  br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  h1 {
    font-size: 30px;
    line-height: normal;
  }
  h1 br {
    display: block;
  }
  h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 30px;
  }
  h6 {
    font-size: 20px;
    line-height: normal;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 20px;
  }
  p br {
    display: block;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    font-size: 16px;
    line-height: normal;
  }
  .hiddenT {
    display: block;
  }
  .headem {
    margin: 0;
    margin-top: -1px;
  }
}
section.banner {
  background: var(--Verde, #95C11F);
  background-image: url("../imagenes/header.jpg");
  background-size: 54%;
  background-position: right;
  background-repeat: no-repeat;
  padding: 110px 0 110px;
}
section.banner h6 {
  color: var(--Azul, #232C77);
  font-family: "Amatica SC";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.banner h1 {
  margin-bottom: 40px;
}
section.banner img {
  width: 118px;
  margin-bottom: 60px;
}
section.banner p {
  max-width: 440px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1540px) {
  section.banner {
    background-size: 50%;
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 992px) {
  section.banner {
    padding: 70px 15px 70px;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: none;
    padding: 100px 15px 150px;
  }
  section.banner img {
    display: none;
  }
  section.banner h6, section.banner h1, section.banner p {
    text-align: center;
  }
  section.banner .btn, section.banner .btnbr, section.banner input.hs-button.primary.large {
    margin: 0 auto;
    display: block;
    max-width: 80%;
  }
  section.banner h6 {
    font-size: 20px;
  }
}
section.nosotros {
  background-image: url("../imagenes/fondoA1.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 900px;
  margin: 150px 0;
}
section.nosotros .container {
  max-width: 950px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 700px;
}
section.nosotros .container .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.nosotros h2, section.nosotros p {
  color: white;
}

@media screen and (max-width: 1540px) {
  section.nosotros {
    margin: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  section.nosotros {
    background-size: cover;
    margin: 100px 0;
    padding: 100px 15px;
    min-height: 300px;
  }
  section.nosotros .container {
    min-height: 440px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    background-image: url(../imagenes/movil/about.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 780px;
    margin: -50px 0 0;
    padding: 220px 15px 0;
  }
  section.nosotros p {
    font-size: 18px;
    padding-right: 7%;
  }
}
section.beneficios {
  text-align: center;
  position: relative;
  padding: 100px 0 150px;
}
section.beneficios:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 490px;
  height: 490px;
  background-image: url(../imagenes/mise.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
section.beneficios .container {
  max-width: 1180px;
}
section.beneficios h6 {
  color: #232C77;
}
section.beneficios h2 {
  margin-bottom: 120px;
}
section.beneficios .col-md-7 {
  position: relative;
}
section.beneficios .col-md-7:after {
  content: "";
  position: absolute;
  top: -100px;
  left: 30px;
  width: 200px;
  height: 160px;
  background-image: url("../imagenes/nina.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
section.beneficios .cardbene {
  border-radius: 36px;
  background: var(--Rojo, #EA5153);
  padding: 55px;
  height: 343.96px;
  margin: 15px 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.beneficios .cardbene.uno {
  background: #EE8284;
}
section.beneficios .cardbene.dos {
  position: relative;
  background: var(--Rojo, #EA5153);
}
section.beneficios .cardbene.dos:after {
  content: "";
  position: absolute;
  top: -40px;
  right: -25px;
  width: 100px;
  height: 140px;
  background-image: url(../imagenes/estrellas.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
section.beneficios .cardbene.tres {
  background: #EA5153;
  padding-left: 120px;
}
section.beneficios .cardbene.cuatro {
  background: #F25E60;
}
section.beneficios .cardbene img {
  position: absolute;
  top: 50px;
  left: 40px;
  width: 130px;
}
section.beneficios .cardbene h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.beneficios .cardbene p {
  color: white;
  max-width: 450px;
}

@media screen and (max-width: 992px) {
  section.beneficios {
    padding: 100px 15px;
  }
  section.beneficios:after {
    display: none;
  }
  section.beneficios .col-md-7:after {
    top: -100px;
    left: 20px;
    width: 150px;
  }
  section.beneficios .cardbene img {
    position: absolute;
    top: 50px;
    left: 40px;
    width: 90px;
  }
  section.beneficios .cardbene {
    padding: 55px 20px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 15px 100px;
  }
  section.beneficios h2 {
    margin-bottom: 150px;
  }
  section.beneficios .col-md-7 {
    position: relative;
  }
  section.beneficios .col-md-7:after {
    content: "";
    display: none;
  }
  section.beneficios .cardbene {
    padding: 100px 30px 50px;
    height: auto;
    margin: 15px 0;
  }
  section.beneficios .cardbene.uno {
    position: relative;
  }
  section.beneficios .cardbene.uno:after {
    content: "";
    position: absolute;
    top: -120px;
    left: 20%;
    width: 180px;
    height: 160px;
    background-image: url("../imagenes/Niña.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  section.beneficios .cardbene.dos {
    position: relative;
    background: var(--Rojo, #EA5153);
  }
  section.beneficios .cardbene.dos br {
    display: block;
  }
  section.beneficios .cardbene.dos:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -25px;
    width: 100px;
    height: 140px;
    background-image: url(../imagenes/estrellas.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  section.beneficios .cardbene.tres {
    background: #EA5153;
    padding-left: 30px;
  }
  section.beneficios .cardbene.tres h4 {
    padding-top: 100px;
  }
  section.beneficios .cardbene.cuatro {
    background: #F25E60;
  }
  section.beneficios .cardbene img {
    position: absolute;
    top: 50px;
    left: 40px;
    width: 100px;
  }
  section.beneficios .cardbene h4 {
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  section.beneficios .cardbene p {
    color: white;
    max-width: 450px;
  }
}
section.form {
  background: var(--Verde, #95C11F);
  background-image: url("../imagenes/form.png");
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 60px;
}
section.form h6 {
  color: #232C77;
  margin: 0;
}
section.form h2 {
  text-align: left;
  color: #232C77;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}
section.form p {
  color: #232C77;
  max-width: 400px;
  margin-bottom: 40px;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 500px;
  padding: 0px 0 40px 0;
  margin: 0 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 #232C77;
  padding: 10px 0;
  border-radius: 0;
  color: var(--Blanco, #232C77);
  font-family: "Meta Pro";
  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: #232C77;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #232C77;
}
section.form input.hs-button.primary.large {
  text-transform: uppercase;
  border-radius: 50px;
  background: var(--Amarillo, #FFE343);
  border: none;
  margin: 0;
  color: var(--Negro, #000);
  text-align: center;
  font-family: "Meta Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
}
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 h2:after {
    top: -120%;
    right: 8%;
    width: 110px;
    height: 98px;
  }
  section.form {
    background-size: 74% 100%;
    background-position: 200%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    background-image: none;
    padding: 100px 20px;
  }
  .imgform figure {
    margin: 0;
  }
}
section.datos {
  text-align: center;
  padding: 150px 0;
}
section.datos .container {
  max-width: 1600px;
}
section.datos h6 {
  color: #232C77;
}
section.datos h2 {
  margin-bottom: 120px;
}
section.datos img {
  max-width: 650px;
}
section.datos .img1 {
  position: relative;
  max-width: 620px;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  section.datos {
    padding: 150px 15px;
  }
  section.datos h2 {
    margin-bottom: 0;
  }
  section.datos .img1 {
    margin-bottom: 60px;
  }
}
section.distintivo {
  background-image: url("../imagenes/fondoA2.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 900px;
  margin: 150px 0;
}
section.distintivo .container {
  max-width: 950px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 700px;
}
section.distintivo h2, section.distintivo p, section.distintivo h6 {
  color: white;
  text-align: center;
}
section.distintivo h2 {
  margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
  section.distintivo {
    background-size: cover;
    margin: 100px 0;
    padding: 100px 15px;
    min-height: 300px;
  }
  section.distintivo .container {
    min-height: 440px;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo {
    background-image: url(../imagenes/movil/fondoazul2.png);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 820px;
    margin: 70px 0;
    padding: 190px 15px 0;
  }
  section.distintivo h6, section.distintivo h2 {
    text-align: left;
  }
  section.distintivo p {
    text-align: left;
    font-size: 18px;
    padding-right: 7%;
  }
}
section.galeria {
  position: relative;
  padding: 0;
  margin: 0;
}
section.galeria .row, section.galeria .container-fluid {
  padding: 0;
  margin: 0;
}
section.galeria .container {
  position: absolute;
  padding: 50px;
  bottom: 10%;
  z-index: 4;
  max-width: 80%;
  left: 10%;
}
section.galeria .container h2, section.galeria .container h6 {
  color: white;
}
section.galeria .container h6 {
  width: -moz-max-content;
  width: max-content;
}
section.galeria .container h2 {
  text-align: left;
}
section.galeria .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 410px;
  padding: 0;
  margin: 0;
}
section.galeria .swiper {
  width: 100%;
  height: 920px;
  cursor: pointer;
  position: relative;
}
section.galeria .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #444;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: relative;
}
section.galeria .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.galeria .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
section.galeria .swiper-pagination-bullet-active {
  background: #fff;
}

.movil {
  display: none !important;
}

.swiper.mySwiper:before {
  content: "";
  z-index: 2;
  background: linear-gradient(359deg, rgba(0, 0, 0, 0.6588235294), transparent);
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 40%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 60px; /* Tamaño del botón */
  height: 60px; /* 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 */
}

/* Ajustes específicos para la flecha de 'prev' */
.swiper-button-prev {
  right: 90px; /* Ajusta este valor para la separación con la flecha 'next' */
  left: auto; /* Anulamos 'left' por defecto */
}

/* Ajustes específicos para la flecha de 'next' */
.swiper-button-next {
  right: 10px; /* Ajusta este valor para la separación del borde derecho */
  left: auto; /* Anulamos 'left' por defecto */
}

/* 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 */
.swiper-button-prev:after,
.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 */
}

/* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
.swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}

.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 */
}

.swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}

.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 */
}

.btnSlider2 {
  position: absolute;
  display: block;
  width: 37%;
  margin: 0 auto;
  height: 40px;
  bottom: 5%;
  right: 10%;
}

@media screen and (max-width: 992px) {
  section.galeria .swiper {
    width: 100%;
    height: 400px;
  }
  section.galeria h2 {
    font-size: 35px;
    line-height: 40px;
  }
  section.galeria .container {
    position: absolute;
    padding: 25px;
    bottom: 0%;
    z-index: 4;
    max-width: 80%;
    left: 0%;
  }
}
@media screen and (max-width: 767px) {
  section.galeria .swiper {
    width: 100%;
    height: 730px;
  }
  section.galeria .swiper img.w-full.h-auto.object-cover.rounded-lg {
    width: 100%;
    min-height: 730px;
  }
  section.galeria .container {
    position: absolute;
    padding: 30px 5px;
    bottom: 0;
    z-index: 4;
  }
  .dest {
    display: none !important;
  }
  .movil {
    display: block !important;
  }
  .btnSlider2 {
    position: absolute;
    display: block;
    width: 37%;
    margin: 0 auto;
    height: 20px;
    bottom: 2%;
    right: 10%;
  }
  section.galeria .container {
    position: absolute;
    padding: 25px;
    bottom: 0%;
    z-index: 4;
    max-width: 67%;
    left: 0%;
  }
  section.galeria .container h2 {
    font-size: 30px;
  }
}
section.video {
  padding: 250px 15px 260px;
}
section.video .col-lg-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.video h6 {
  margin-bottom: 10px;
  padding-right: 30px;
  color: #232C77;
}
section.video h2 {
  text-align: left;
  position: relative;
}
section.video h2:after {
  content: "";
  position: absolute;
  top: -35px;
  right: 20%;
  width: 110px;
  height: 170px;
  background-image: url("../imagenes/palmas.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 430px;
  border-radius: 10px;
}

@media screen and (max-width: 992px) {
  section.video {
    padding: 200px 15px;
  }
  section.video h2:after {
    content: "";
    position: absolute;
    top: -55px;
    right: -3%;
    width: 50px;
    height: 80px;
    background-image: url(../imagenes/palmas.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 300px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }
  section.video h2 {
    margin-bottom: 40px;
  }
  section.video {
    padding: 50px 15px 100px;
  }
}
section.pasos {
  background: var(--Verde, #95C11F);
  padding: 150px 0 300px;
}
section.pasos h6, section.pasos h2 {
  text-align: center;
  color: #232C77;
}
section.pasos h2 {
  margin-bottom: 100px;
}
section.pasos .container {
  max-width: 1120px;
}
section.pasos .cardpasos {
  border-radius: 36px;
  background: #FFF;
  padding: 40px;
  position: relative;
  display: flex;
  height: 340px;
  flex-wrap: wrap;
  margin: 30px 0;
  justify-content: flex-start;
  align-content: flex-end;
}
section.pasos .cardpasos img {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 57.662px;
}
section.pasos .cardpasos h4 {
  color: #232C77;
  text-transform: uppercase;
  margin-bottom: 40px;
}
section.pasos .cardpasos.uno {
  height: 430.375px;
}
section.pasos .cardpasos.tres {
  height: 430.375px;
}
section.pasos .cardpasos.cuatro::after {
  content: "";
  position: absolute;
  top: -80px;
  left: -120px;
  width: 370px;
  height: 160px;
  background-image: url(../imagenes/Avioncito.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
section.pasos .cardpasos.cinco {
  height: 430px;
}
section.pasos .cardpasos.seis::after {
  content: "";
  position: absolute;
  top: -123px;
  right: -50px;
  width: 120px;
  height: 150px;
  background-image: url(../imagenes/Bote.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
section.pasos .d-md-block {
  display: block !important;
  display: flex !important;
}

@media screen and (max-width: 992px) {
  section.pasos .cardpasos {
    padding: 20px;
    margin: 20px 0;
  }
  section.pasos .cardpasos .col-md-4 {
    padding: 6px;
  }
  section.pasos .cardpasos h4 {
    color: #232C77;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 20px 150px;
  }
  section.pasos .d-none {
    display: none !important;
  }
  .cardpasos {
    padding: 26px;
    margin: 20px 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px; /* Tamaño del botón */
    height: 40px; /* 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 */
  }
  /* Ajustes específicos para la flecha de 'prev' */
  .swiper-button-prev {
    right: 60px; /* Ajusta este valor para la separación con la flecha 'next' */
    left: auto; /* Anulamos 'left' por defecto */
  }
  /* Ajustes específicos para la flecha de 'next' */
  .swiper-button-next {
    right: 10px; /* Ajusta este valor para la separación del borde derecho */
    left: auto; /* Anulamos 'left' por defecto */
  }
  /* 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 */
  .swiper-button-prev:after,
  .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 */
  }
  /* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
  .swiper-button-prev {
    background-image: none; /* Elimina la imagen de fondo por defecto */
  }
  .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 */
  }
  .swiper-button-next {
    background-image: none; /* Elimina la imagen de fondo por defecto */
  }
  .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 */
  }
  .swiper.mySwiper2 {
    padding-bottom: 80px;
  }
  .btnSlider {
    position: relative;
    display: block;
    width: 37%;
    top: -20px;
    text-align: center;
    margin: 0 auto;
    height: 40px;
    left: 0;
  }
  .sliderm {
    position: relative;
  }
  .sliderm::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -38px;
    width: 400px;
    height: 190px;
    background-image: url(../imagenes/movil/avion.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
.bannerFooter {
  background-image: url(../imagenes/footer.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 150px 0 0;
  z-index: 1;
  position: relative;
  top: -220px;
  padding-top: 300px;
  margin-bottom: -130px;
}
.bannerFooter h2:after {
  content: "";
  position: absolute;
  top: -10%;
  left: 160px;
  width: 100px;
  height: 100px;
  background-image: url(../imagenes/LogoFooter.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: -1;
}
.bannerFooter p {
  text-align: center;
  color: #232C77;
  margin-bottom: 30px;
}
.bannerFooter h2 {
  text-align: center;
  color: #232C77;
  margin-bottom: 30px;
  position: relative;
}
.bannerFooter .btn, .bannerFooter .btnbr, .bannerFooter input.hs-button.primary.large {
  max-width: 300px;
  margin: 0 auto;
}

footer {
  background-color: #EA5153;
  padding: 20px;
}
footer p {
  text-align: center;
  color: white;
  margin: 0;
  color: #FFF;
  font-family: "Meta Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

figure.logF {
  display: none;
}

@media screen and (max-width: 992px) {
  .bannerFooter h2:after {
    content: "";
    position: absolute;
    top: -130px;
    left: 42%;
    width: 100px;
    height: 100px;
    background-image: url(../imagenes/LogoFooter.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    background-image: url(../imagenes/movil/nuves.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    top: -120px;
    padding: 70px 15px 80px;
  }
  .logF {
    width: 118px;
    margin: 40px auto;
    display: block;
  }
  .bannerFooter h2:after {
    display: none;
  }
  figure.logF {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */