@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Bebas Neue";
  src: url("../font/BebasNeue-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_0.TTF") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Arvo;
  src: url("../font/Arvo-Regular.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 .container {
  max-width: 1720px;
}

.menu {
  position: absolute;
  width: 100%;
  top: 20px;
  padding: 0px;
}
.menu img {
  width: 100px;
  height: 35px;
  margin: 14px 0;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: white !important;
  border-radius: 15px;
  padding: 2px 20px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu a.nav-link {
  padding: 20px 50px !important;
  transition: all 0.3s ease;
  position: relative;
  opacity: 0.8;
  color: var(--Negro, #000);
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  text-transform: uppercase;
}
.menu a.nav-link:hover {
  font-weight: 500;
  opacity: 1;
}
.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: #14D500;
  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 {
    padding: 0px 0;
    margin: 0;
    height: 25px;
  }
  .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: 100%;
    padding: 0px 0;
    margin-top: 0;
  }
  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 li.nav-item a.btnbr {
    padding: 8px 30px !important;
    color: #FFF;
    font-family: Raleway;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: -moz-max-content;
    width: max-content;
  }
  .menu .logoH {
    width: 80px;
    height: auto;
  }
}
@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: 100px;
  }
  nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-content: center;
  }
  a.navbar-brand.hiddenl {
    margin-right: 25px;
  }
}
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(--Blanco, #FFF);
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 130px;
}
h1 span {
  display: block;
}
h1 span.grande {
  font-size: 2em;
  padding-bottom: 20px;
}
h1 span.peque {
  font-family: Arvo;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.banner p {
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  margin-top: 20px;
}

h2 {
  color: var(--Verde, #14D500);
  font-family: Arvo;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 135.714% */
}

h3 {
  color: var(--Verde, #14D500);
  font-family: "Bebas Neue";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 87.5% */
}

h4 {
  color: var(--Verde, #14D500);
  font-family: "Bebas Neue";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 107.143% */
  margin-bottom: 20px;
}

p {
  color: var(--Negro, #000);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}

.btn, .btnbr, input.hs-button.primary.large {
  border-radius: 10px;
  background: var(--Verde, #14D500);
  padding: 8px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto;
  border: 0;
  color: var(--Negro, #000);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover {
  background-color: #14D500;
  color: white;
  opacity: 0.7;
}
.btn svg, .btnbr svg, input.hs-button.primary.large svg {
  margin: 1px 0 4px 4px;
}

.hiddenD, .hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 80px;
    line-height: 100px;
  }
  h1 span.peque {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  h1 {
    font-size: 50px;
    line-height: 70px;
  }
  h1 span.peque {
    font-size: 17px;
  }
  .banner p {
    margin-top: 40px;
    font-size: 16px;
    line-height: normal;
  }
  h2 {
    font-family: Arvo;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 135.714% */
    margin-top: 30px;
  }
  h2 br {
    display: none;
  }
  h3 {
    color: var(--Verde, #14D500);
    font-family: "Bebas Neue";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 87.5% */
  }
  .btnbr {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
}
.banner {
  min-height: 110vh;
  background-image: url("../imagenes/header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  text-align: center;
}
.banner h1 {
  color: white;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .banner {
    min-height: 800px;
    background-image: url("../imagenes/movil/header.png");
    background-size: cover;
  }
}
section.nosotros {
  background-color: #F9F9F9;
}
section.nosotros .container {
  max-width: 1750px;
}
section.nosotros .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 150px;
}
section.nosotros h2 {
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  section.nosotros .cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
section.beneficios {
  background-image: url(../imagenes/beneficios.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.beneficios .container {
  max-width: 1450px;
}
section.beneficios h2 {
  color: white;
  text-align: center;
  margin-bottom: 100px;
}
section.beneficios .cardbene {
  max-width: 75%;
}
section.beneficios p {
  color: white;
}
section.beneficios img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .cardbene {
    min-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    background-image: url(../imagenes/movil/beneficios.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 30px;
  }
  section.beneficios .cardbene {
    max-width: 100%;
    min-height: 350px;
  }
}
html body section.form {
  background-color: #EDEDED;
  background-image: url(../imagenes/form.jpg);
  background-position: left center;
  background-size: 50%;
  background-repeat: no-repeat;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body section.form .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 0 0 150px;
}
html body section.form p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
html body section.form input.hs-button.primary.large {
  margin: 0;
  display: block;
}
html body section.form form {
  max-width: 700px;
  margin: 0 auto;
}
html body section.form button, html body section.form input, html body section.form optgroup, html body section.form select, html body section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  border-radius: 0;
  color: var(--Negro, #000);
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
html body section.form button::-moz-placeholder, html body section.form input::-moz-placeholder, html body section.form optgroup::-moz-placeholder, html body section.form select::-moz-placeholder, html body section.form textarea::-moz-placeholder {
  color: #000;
}
html body section.form button::placeholder, html body section.form input::placeholder, html body section.form optgroup::placeholder, html body section.form select::placeholder, html body section.form textarea::placeholder {
  color: #000;
}
html body section.form .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field input,
html body section.form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field input {
  width: 100%;
}
html body section.form fieldset {
  border: 0;
  padding: 0;
  margin: 0 auto !important;
  max-width: 700px !important;
}
html body section.form .form-columns-1 .hs-input {
  width: 100%;
}
html body section.form .actions {
  text-align: center;
}
html body section.form input.hs-button.primary.large {
  padding: 10px 70px;
  text-transform: uppercase;
}
html body section.form .hs_submit.hs-submit {
  max-width: 100%;
  margin: 28px auto 20px;
}

.hiddenF {
  display: none;
}

@media screen and (max-width: 992px) {
  html body section.form {
    background-image: url(../imagenes/form.jpg);
    background-position: 0px 116px;
    background-size: 47%;
    min-height: 90vh;
  }
  html body section.form .cont {
    padding: 14px;
  }
}
@media screen and (max-width: 767px) {
  html body section.form {
    background-size: 100%;
    background-position: contain;
    background: none;
    background: var(--Blanco-2, #EDEDED);
    padding: 0;
    margin: 0;
  }
  html body section.form .container {
    padding: 0;
  }
  html body section.form figure {
    margin: 0;
  }
  html body section.form .cont {
    padding: 60px 40px;
  }
  .hiddenF {
    display: block;
  }
}
section.datos {
  background-color: #F9F9F9;
  padding: 120px 15px 150px;
}
section.datos .container {
  max-width: 1450px;
}
section.datos img {
  width: 750px;
  margin: 0 auto 40px;
  display: block;
}
section.datos .bgvariados {
  background-image: url(../imagenes/variados.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
  color: white;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.datos .bgvariados.dos {
  background-image: url(../imagenes/variados2.jpg);
}
section.datos .bgvariados h5 {
  color: var(--Blanco, #FFF);
  font-family: "Bebas Neue";
  font-size: 65px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 147.249% */
  text-align: center;
}
section.datos .bgvariados h5 span {
  display: block;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 58.9px; /* 147.249% */
}
section.datos .bgvariados p {
  color: var(--Blanco, #FFF);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  max-width: 95%;
}

@media screen and (max-width: 992px) {
  section.datos img {
    width: 500px;
    margin: 0 auto 40px;
    display: block;
  }
  section.datos .bgvariados {
    padding: 30px;
  }
  section.datos .bgvariados h5 {
    font-size: 55px;
    line-height: 50px;
  }
  section.datos .bgvariados h5 span {
    font-size: 30px;
    font-weight: 400;
  }
  section.datos .bgvariados p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    background-color: #F9F9F9;
    padding: 120px 0 150px;
  }
  section.datos .bgvariados {
    min-height: 210px;
    padding-top: 60px;
    margin-bottom: 20px;
  }
  section.datos .bgvariados h5 {
    font-size: 40px;
    line-height: 20px;
  }
  section.datos .bgvariados h5 span {
    font-size: 25px;
    font-weight: 400;
  }
  section.datos .bgvariados p {
    font-size: 17px;
  }
}
.galeria {
  margin: 0;
  padding: 0;
  position: relative;
  /* 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 .text {
  position: absolute;
  top: 75%;
  left: 4%;
  z-index: 1;
  text-align: left;
  padding: 20px 80px;
  margin: 0;
}
.galeria .text h2, .galeria .text h6 {
  color: var(--Blanco, #FFF);
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 100% */
}
.galeria .text h6 {
  margin-bottom: 30px;
}
.galeria figure {
  margin: 0;
}
.galeria .swiper-horizontal > .swiper-pagination-bullets, .galeria .swiper-pagination-bullets.swiper-pagination-horizontal, .galeria .swiper-pagination-custom, .galeria .swiper-pagination-fraction {
  top: 84%;
}
.galeria .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  border: 1px solid white;
  z-index: 9;
}
.galeria .swiper-pagination-bullet-active {
  background: white;
}
.galeria .swiper {
  padding: 0;
  position: relative;
}
.galeria .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  background: linear-gradient(0deg, #000 4.86%, rgba(0, 0, 0, 0) 79.74%);
}
.galeria .botones {
  position: relative;
  top: -7.5%;
  right: 10%;
}
.galeria .botones div {
  border-radius: 36px;
  background: #FFF;
  width: 50px;
}
.galeria .botones svg {
  width: 15px;
}
.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 {
  right: 80px; /* Ajusta este valor para la separación del borde derecho */
  left: auto; /* Anulamos 'left' por defecto */
}
.galeria .swiper-button-next {
  right: 10px; /* Ajusta este valor para la separación con la flecha 'next' */
  left: 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: 0;
}
.galeria .swiper.mySwiper2 {
  max-height: 930px;
}
.galeria .swiper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.85; */
  background: black;
  z-index: 2;
  opacity: 0.85;
  background: linear-gradient(0deg, #000 4.86%, rgba(0, 0, 0, 0) 79.74%);
  margin: 0;
  padding: 0;
}

.hiddenD1 {
  display: none;
}

@media screen and (max-width: 992px) {
  .galeria .swiper-horizontal > .swiper-pagination-bullets, .galeria .swiper-pagination-bullets.swiper-pagination-horizontal, .galeria .swiper-pagination-custom, .galeria .swiper-pagination-fraction {
    top: 92%;
  }
  .galeria .swiper.mySwiper2 {
    max-height: 410px;
  }
  .galeria .text h2, .galeria .text h6 {
    font-size: 37px;
    font-weight: 400;
    line-height: 34px;
  }
  .galeria .text {
    position: absolute;
    top: 70%;
    left: -20px;
    z-index: 1;
    text-align: left;
    padding: 20px 80px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .galeria {
    padding: 0;
    margin: 0;
  }
  .galeria h3 {
    font-size: 21px;
    top: 60%;
    left: 0%;
    max-width: 80%;
    text-align: left;
    padding: 20px 20px;
  }
  .galeria .botones div {
    border-radius: 36px;
    background: #FFF;
    width: 30px;
    height: 20px;
  }
  .galeria .botones {
    position: relative;
    top: -17%;
    right: 1%;
    /* Ajustes específicos para la flecha de 'prev' */
  }
  .galeria .botones .swiper-button-prev {
    right: 50px; /* Ajusta este valor para la separación del borde derecho */
    left: auto; /* Anulamos 'left' por defecto */
  }
  .galeria .text {
    left: 0;
    padding: 20px 20px;
  }
  .galeria .text h2 {
    font-size: 24px;
  }
  .hiddenD1 {
    display: block;
    padding: 0;
    margin: 0;
  }
  .galeria .swiper.mySwiper2 {
    max-height: 690px;
  }
  .galeria .text h2 {
    font-size: 33px;
  }
  .galeria .swiper::after {
    background: linear-gradient(0deg, #000 -25.14%, rgba(0, 0, 0, 0) 39.74%);
  }
}
section.diferencial {
  background-color: #F9F9F9;
  padding: 150px 0;
}
section.diferencial .container {
  max-width: 1400px;
}
section.diferencial .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
}
section.diferencial h2 {
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
}
section.diferencial img {
  max-width: 85%;
  float: right;
}

@media screen and (max-width: 992px) {
  section.diferencial {
    background-color: #F9F9F9;
    padding: 150px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.diferencial {
    background-color: #F9F9F9;
    padding: 100px 25px;
  }
  section.diferencial img {
    max-width: 100%;
    float: right;
    margin: 40px 0;
  }
}
.video {
  background-color: #EDEDED;
}
.video h2 {
  text-align: center;
  margin-bottom: 60px;
}
.video .contVideo {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.video .contVideo iframe {
  width: 100%;
  height: 680px;
  padding-left: 70px;
}

@media screen and (max-width: 992px) {
  .video .contVideo iframe {
    width: 100%;
    height: 430px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .video {
    padding: 100px 10px;
  }
  .video .contVideo {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  .video .contVideo iframe {
    padding: 0;
    width: 100%;
    height: 330px;
  }
}
section.pasos {
  padding: 150px 0;
  position: relative;
}
section.pasos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 245px;
  background-image: url("../imagenes/ilus1.png");
  z-index: 1;
}
section.pasos::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  height: 245px;
  background-image: url("../imagenes/ilus2.png");
  z-index: 1;
}
section.pasos h2 {
  color: var(--Negro, #000);
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 100% */
  margin-bottom: 60px;
}
section.pasos .swiper-slide {
  background: var(--Blanco-2, #EDEDED);
  padding: 40px;
}
section.pasos .swiper-slide img {
  width: 100px;
  margin-bottom: 150px;
}
section.pasos .swiper-slide h4 {
  color: var(--Verde, #14D500);
  font-family: Arvo;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 110% */
  text-transform: uppercase;
}
section.pasos .swiper-slide p {
  color: var(--Negro, #000);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}
section.pasos .swiper.mySwiper {
  padding-bottom: 30px;
}
section.pasos .swiper-horizontal > .swiper-pagination-progressbar, section.pasos .swiper-pagination-progressbar.swiper-pagination-horizontal, section.pasos .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, section.pasos .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 98%;
  padding-bottom: 10px;
  width: 30%;
  margin: 0 auto;
  display: block;
  left: 35%;
}
section.pasos .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #54595F !important;
}

@media screen and (max-width: 992px) {
  section.pasos {
    padding: 150px 0;
    position: relative;
  }
  section.pasos::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background-image: url("../imagenes/ilus1.png");
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  section.pasos::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background-image: url("../imagenes/ilus2.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 15px;
    position: relative;
  }
  section.pasos::after, section.pasos::before {
    display: none;
  }
  section.pasos h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 44px; /* 110% */
  }
  section.pasos .swiper-horizontal > .swiper-pagination-progressbar, section.pasos .swiper-pagination-progressbar.swiper-pagination-horizontal, section.pasos .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, section.pasos .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    left: 0;
    top: 98%;
    width: 90%;
    margin: 0 auto;
    display: block;
    left: 5%;
  }
  section.pasos .swiper-slide img {
    width: 100px;
    margin-bottom: 80px;
  }
  section.pasos .swiper-slide h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
section.footer {
  background-image: url("../imagenes/footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
section.footer h2 {
  color: white;
  margin-bottom: 20px;
}
section.footer p {
  color: white;
}

footer img {
  width: 108px;
  height: 37.179px;
}
footer figure {
  margin: 10px 0;
}
footer p {
  text-align: right;
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 20px 20px 0;
  }
  footer figure {
    margin: 10px 0;
  }
  footer p {
    text-align: left;
  }
}/*# sourceMappingURL=styles.css.map */