@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Oswald;
  src: url("../font/Oswald-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Effra Light";
  src: url("../font/Effra_Std_Lt.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Effra Medium";
  src: url("../font/Effra_Std.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);
  }
}
/* Header  */
.menu {
  position: relative;
  width: 100%;
  top: 0;
  padding: 0px;
}
.menu img {
  width: 135px;
  padding: 20px 0;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-radius: 30px;
  padding: 2px 20px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu a.nav-link {
  text-align: center;
  padding: 60px 30px !important;
  color: var(--negro, #010101);
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
}
.menu a.nav-link:hover {
  font-weight: 700;
}
.menu a.nav-link:hover:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 40%;
  margin: 0 auto;
  width: 60%;
  height: 2px;
  background-color: #000;
}
.menu .btn {
  margin: 19px 18px !important;
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid var(--Beige, #E5DFD0);
}
.menu li.nav-item.logom a {
  padding: 0 23px !important;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 180px;
}
.menu .logoH:hover {
  animation: heartBeat 0.5s forwards; /* Cambia "bounce" por cualquier otra animación */
}
.menu svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #000;
  background: #FFE601;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.menu button.btn {
  margin: 19px 8px 0;
  padding: 7px 25px;
}
.menu li.nav-item {
  position: relative;
}

button.navbar-toggler {
  border: none;
}

button.navbar-toggler img {
  max-width: 30px !important;
}

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu img {
    width: 90%;
    padding: 0px 0;
  }
  .hiddenD {
    display: block;
  }
  .btnheader {
    display: block;
    margin: 12px auto;
  }
  .menu .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    display: flex !important;
    text-align: center;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }
  li.nav-item {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 5px 0;
  }
  li.nav-item a {
    text-align: center;
  }
  .menu a.nav-link {
    margin: 3px 10px;
    padding: 10px !important;
    color: var(--Blanco, #555);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  li.nav-item.active:first-child {
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  div#navbarSupportedContent {
    background: #F2EDDF;
    border: 1px solid #8a8a8a;
  }
  .logom {
    display: none;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 150px;
  }
  .menu li.nav-item a {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid;
    padding: 10px !important;
    border: navajowhite;
  }
  .menu button img {
    width: 110%;
    padding: 0px 0;
    margin-top: -10px;
  }
  div#navbarSupportedContent {
    background: #fff;
    border: 0;
    border-radius: 1px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
  }
  .menu .btn {
    margin: 0 auto !important;
  }
  .menu button.btn {
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    color: #010101;
    font-family: Oswald;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu figure img {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 130px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-content: center;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: var(--negro, #010101);
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
h1 span {
  font-size: 64px;
  font-weight: 700;
}

.banner p {
  color: var(--negro, #010101);
  font-family: "Effra Light";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}

h2 {
  color: var(--negro, #010101);
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 68px; /* 141.667% */
}
h2 span {
  font-size: 64px;
  font-weight: 700;
}

h3 {
  color: var(--negro, #010101);
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px; /* 137.5% */
}
h3 span {
  font-weight: 700;
}

h4 {
  color: var(--negro, #010101);
  font-family: "Effra Light";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 120% */
}

p {
  color: var(--negro, #010101);
  font-family: "Effra Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
p b {
  font-family: "Effra Medium";
}

.btn, .btnbr, input.hs-button.primary.large {
  border-radius: 6px;
  border: 1px solid var(--negro, #010101);
  color: var(--negro, #010101);
  text-align: center;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.hiddenD, .hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

.botones {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: -moz-max-content;
  width: 110px;
  /* background: red; */
  height: 40px;
  position: relative;
}

/* galeria */
/* 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.) */
.swiper-button-prev,
.swiper-button-next {
  width: 40px; /* Tamaño del botón */
  height: 40px; /* Tamaño del botón */
  border-radius: 10%; /* 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 {
  left: 10px; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}

/* Ajustes específicos para la flecha de 'next' */
.swiper-button-next {
  left: 60px; /* Ajusta este valor para la separación del borde derecho */
  right: 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 */
}

/** Galeria **/
@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 35px;
    line-height: 50px;
  }
  h1 span {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
    line-height: 50px; /* 141.667% */
  }
  h2 span {
    font-size: 43px;
  }
  h3 {
    font-size: 35px;
    line-height: 50px; /* 137.5% */
  }
  h4 {
    color: var(--negro, #010101);
    font-family: "Effra Light";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 120% */
  }
  p {
    color: var(--negro, #010101);
    font-family: "Effra Light";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
  }
  p b {
    font-family: "Effra Medium";
  }
  .btn, .btnbr, input.hs-button.primary.large {
    border-radius: 6px;
    border: 1px solid var(--negro, #010101);
    color: var(--negro, #010101);
    text-align: center;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  h1 {
    font-size: 22px;
    line-height: 35px;
  }
  h1 span {
    font-size: 35px;
  }
  .banner p {
    font-size: 18px;
    line-height: 24px;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    font-size: 14px;
    line-height: normal;
  }
  h2 {
    font-size: 30px;
    line-height: 40px; /* 141.667% */
  }
  h2 span {
    font-size: 33px;
  }
  h3 {
    font-size: 24px;
    line-height: normal; /* 137.5% */
  }
  h4 {
    font-size: 20px;
    line-height: 25px; /* 120% */
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
}
section.banner {
  padding: 100px 15px;
  background-image: url("../imagenes/fondo1.png");
  background-size: 68%;
  background-repeat: no-repeat;
  background-position: left 40%;
}
section.banner .container {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}
section.banner .container .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 100px;
}
section.banner .container span {
  display: block;
}
section.banner .container a.btn.btnbr {
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 992px) {
  section.banner {
    padding: 50px 15px 100px;
    background-image: url("../imagenes/fondo1.png");
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: left 25%;
  }
  section.banner .container .cont {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    padding: 100px 15px;
    background-image: url("../imagenes/fondo1.png");
    background-size: 135%;
    background-repeat: no-repeat;
    background-position: left 12%;
  }
  section.banner a.btnbr {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
section.nosotros {
  padding: 0;
}
section.nosotros .container-fluid, section.nosotros .div {
  padding: 0;
}
section.nosotros .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 750px;
  padding: 0 80px;
}
section.nosotros .cont h2 {
  margin-bottom: 20px;
}
section.nosotros .cont h2 span {
  display: block;
}
section.nosotros .cont p b {
  display: block;
}

@media screen and (max-width: 992px) {
  section.nosotros .cont {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros img {
    max-width: 80%;
    margin-bottom: 30px;
  }
  section.nosotros .cont {
    padding: 0 50px;
  }
}
section.beneficios {
  padding: 150px 15px;
}
section.beneficios .container {
  max-width: 1450px;
  margin: 0 auto;
}
section.beneficios span {
  display: block;
}
section.beneficios h2 {
  margin-bottom: 60px;
}
section.beneficios .par {
  margin-top: 60px;
}
section.beneficios .cardbene {
  padding: 60px 40px;
  border-radius: 10px;
  border: 3px solid var(--negro, #010101);
}
section.beneficios .cardbene h4 {
  margin-bottom: 15px;
}
section.beneficios .swiper {
  padding-bottom: 40px;
}
section.beneficios .swiper .botones {
  display: none;
}

@media screen and (max-width: 992px) {
  .swiper {
    padding-bottom: 40px;
  }
  .swiper .botones {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 100px 15px;
  }
  section.beneficios span {
    display: inline;
  }
  section.beneficios .cardbene {
    padding: 40px 30px;
  }
  section.beneficios .swiper {
    padding-bottom: 40px;
  }
  section.beneficios .swiper .botones {
    display: none;
  }
}
section.form {
  background-image: url(../imagenes/ilus-form.png);
  background-repeat: no-repeat;
  background-size: 470px;
  background-position: 30px 0px;
}
section.form .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.form p {
  max-width: 550px;
}
section.form form fieldset {
  max-width: 600px;
  margin: 0 auto;
}
section.form form {
  max-width: 550px;
  margin: 0 auto;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #010101;
  padding: 10px 0;
  border-radius: 0;
  color: var(--negro, #010101);
  font-family: "Effra Light";
  font-size: 18px;
  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: #010101;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #010101;
}
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 {
  padding: 10px 70px;
  text-transform: uppercase;
}
section.form .hs_submit.hs-submit {
  max-width: 100%;
  margin: 28px auto 20px;
}

@media screen and (max-width: 992px) {
  section.form {
    background-size: 300px;
    background-position: 30px 0px;
  }
  section.form h2, section.form p {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    background-size: 300px;
    background-position: 30px 0px;
  }
  section.form h2, section.form p {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  section.form {
    background-size: 190px;
    background-position: -20px 0px;
  }
}
.galeria {
  margin-left: 70px;
  /* 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: */
}
.galeria h3 {
  margin-bottom: 40px;
}
.galeria .swiper-button-prev,
.galeria .swiper-button-next {
  width: 40px; /* Tamaño del botón */
  height: 40px; /* Tamaño del botón */
  border-radius: 10%; /* 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 */
}
.galeria .swiper-button-prev {
  left: 10px; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}
.galeria .swiper-button-next {
  left: 60px; /* Ajusta este valor para la separación del borde derecho */
  right: auto; /* Anulamos 'left' por defecto */
}
.galeria .swiper-button-prev:after,
.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 */
}
.galeria .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
.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 */
}
.galeria .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
.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 */
}
.galeria .swiper.mySwiper2 {
  padding-bottom: 80px;
}

@media screen and (max-width: 992px) {
  .galeria {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .galeria {
    padding-top: 100px;
    margin-left: 20px;
  }
  .galeria h3 {
    margin-bottom: 40px;
  }
}
section.datos {
  background-image: url(../imagenes/fondo2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  padding: 150px 15px;
}
section.datos h2 {
  margin-bottom: 40px;
}
section.datos figure {
  margin: 0 auto;
  text-align: center;
}
section.datos figure img {
  width: 100px;
}
section.datos .cont2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
  section.datos {
    background-image: url(../imagenes/fondo2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 13%;
    padding: 100px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    background-image: url(../imagenes/fondo2.png);
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: 0 13%;
    padding: 100px 15px;
  }
  section.datos img {
    width: 70px !important;
    margin: 0;
  }
  section.datos .cont2 {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-bottom: 30px;
    align-items: flex-end;
    padding: 20px;
  }
}
section.pasos {
  padding-left: 0;
  padding-right: 0;
  /* 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.pasos .row .col-lg-6 {
  padding: 0;
}
section.pasos .cont {
  padding: 70px 90px !important;
}
section.pasos h2 {
  margin-bottom: 50px;
}
section.pasos .mySwiper4 {
  max-width: 500px;
  margin: 0;
}
section.pasos .cardpasos {
  border-radius: 10px;
  border: 3px solid var(--amarillo, #FFE601);
  padding: 15px 30px;
  min-height: 220px;
}
section.pasos .cardpasos span.numbers {
  display: block;
  margin-bottom: 15px;
  color: var(--negro, #010101);
  font-family: "Effra Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.619px; /* 208.096% */
}
section.pasos .cardpasos h4 {
  color: var(--negro, #010101);
  font-family: "Effra Light";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
}
section.pasos .cardpasos p {
  color: var(--negro, #010101);
  font-family: "Effra Light";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
section.pasos .swiper-button-prev,
section.pasos .swiper-button-next {
  width: 40px; /* Tamaño del botón */
  height: 40px; /* Tamaño del botón */
  border-radius: 10%; /* 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.pasos .swiper-button-prev {
  left: 10px; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}
section.pasos .swiper-button-next {
  left: 60px; /* Ajusta este valor para la separación del borde derecho */
  right: auto; /* Anulamos 'left' por defecto */
}
section.pasos .swiper-button-prev:after,
section.pasos .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.pasos .swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.pasos .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.pasos .swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}
section.pasos .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 */
}

@media screen and (max-width: 992px) {
  section.pasos .cont {
    padding: 0 23px !important;
  }
  section.pasos h2 {
    margin-bottom: 20px;
  }
  section.pasos .cardpasos {
    border-radius: 10px;
    border: 3px solid var(--amarillo, #FFE601);
    padding: 5px 20px;
    min-height: 200px;
  }
  section.pasos .cardpasos h4 {
    font-size: 18px;
    line-height: 24px;
  }
  section.pasos .cardpasos p {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos img {
    max-width: 80%;
    margin-bottom: 30px;
  }
  section.pasos .cont {
    padding: 0 50px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  h2 {
    margin-bottom: 40px !important;
  }
}
.video .container {
  max-width: 1540px;
}
.video .container h3 {
  margin-bottom: 50px;
}
.video .contVideo {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.video .contVideo iframe {
  width: 100%;
  height: 830px;
}

@media screen and (max-width: 992px) {
  .video .contVideo iframe {
    width: 100%;
    height: 430px;
  }
}
@media screen and (max-width: 767px) {
  .video .container h3 {
    margin-bottom: 20px;
  }
  .video .contVideo {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .video .contVideo iframe {
    width: 100%;
    height: 330px;
  }
}
section.footer {
  background-image: url(../imagenes/fondo3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  padding: 100px 15px;
  margin-top: 180px;
  margin-bottom: 100px;
}
section.footer .container {
  max-width: 950px;
}
section.footer h2 {
  margin-bottom: 30px;
}
section.footer h2 span {
  display: block;
}
section.footer p {
  margin-bottom: 30px;
}
section.footer a.btnbr {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 10px;
}

footer {
  background-color: #010101;
  color: white;
  padding: 30px;
}
footer figure {
  margin: 0;
}
footer img {
  width: 100px;
}
footer p {
  color: white;
  margin: 0;
  padding: 25px 0;
  text-align: right;
  font-family: Oswald;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  section.footer {
    background-image: url(../imagenes/fondo3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding: 50px 15px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  section.footer {
    background-image: url(../imagenes/fondo3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding: 20px 15px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  footer p {
    padding: 5px 0;
  }
}/*# sourceMappingURL=styles.css.map */