@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Little Moment";
  src: url("../font/Little-Moment-Demo.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Macho Test";
  src: url("../font/machotest-regular.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Macho Test";
  src: url("../font/machotest-medium.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Macho Test";
  src: url("../font/machotest-bold.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/Gotham-Book.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/Gotham-Medium.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/Gotham-Bold.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Menu  */
.menu {
  padding: 0;
  width: 100%;
  top: 0px;
  left: 0;
  position: relative;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.menu figure {
  padding: 0;
}
.menu img {
  height: auto;
  width: 190px;
}
.menu div#navbarSupportedContent {
  padding: 0;
}
.menu a.btn-default {
  display: block;
  margin: 25px 0;
  border-radius: 25px;
  background-color: #FAA61A;
  width: -moz-max-content;
  width: max-content;
  color: #060707;
  text-align: center;
  font-family: Apercu;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 164.286% */
  text-transform: uppercase;
  padding: 6px 23px;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-radius: 30px;
  padding: 10px 20px;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  width: 100%;
  display: block;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  padding: 22px 0 0;
  justify-content: center;
}
.menu a.nav-link {
  padding: 0 23px !important;
  color: #002A32;
  text-align: center;
  font-family: Gotham;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  text-transform: uppercase;
}
.menu a.nav-link:hover {
  color: #002A32;
}
.menu button {
  width: 150px !important;
  color: #FFF;
  text-align: center;
  font-family: Canaro;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 5px 20px 3px;
  margin: 0 22px;
  border-radius: 5px;
}
.menu figure {
  margin: 0;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 120px;
}
.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: #FAA61A;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}

button.navbar-toggler {
  border: none;
}

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

.flecha {
  display: none;
}

.btnheader {
  display: none;
}

li.nav-item {
  position: relative;
}

li.nav-item.active:after {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu img {
    height: auto;
    width: 130px;
  }
  a.btn-default.hiddenD {
    max-width: 60%;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 312.5% */
    text-transform: uppercase;
    border-radius: 0px;
    background: transparent;
  }
  div#navbarSupportedContent {
    background: #FAA61A;
    border: 1px solid rgba(225, 225, 225, 0.31);
  }
  div#navbarSupportedContent a.nav-link {
    font-size: 19px;
    text-align: center;
    border-bottom: 0px solid transparent;
    padding-left: 3px !important;
    padding: 12px !important;
  }
  .navbar {
    justify-content: flex-end;
  }
  .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: 15px 40px;
  }
  li.nav-item.active:first-child {
    border-top: 1px white solid;
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 80%;
  }
  li.nav-item.active:first-child {
    border-top: 0px white solid;
    padding-top: 30px;
  }
  button.navbar-toggler {
    padding: 8px 24px;
    border-radius: 10px;
    float: right;
    margin: 25px 0;
    text-align: right;
    color: #1D1D1B;
    font-family: Garet;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
  }
  button.navbar-toggler span {
    border-left: 1px solid #000;
    padding: 0 10px;
  }
  .menu figure.burger {
    margin: 0;
    padding: 10px;
    max-width: 50px;
  }
  button.navbar-toggler {
    text-align: right;
    float: right;
    position: relative;
    width: 50px !important;
    padding: 0;
    margin: 0;
  }
  .menu li a button {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  .menu .navbar-expand-lg .navbar-nav {
    padding: 0 0 0px;
  }
  .menu figure img {
    max-width: 300px;
    width: 86%;
    height: auto;
  }
  .menu figure img.logo {
    width: auto !important;
    max-width: 80px;
    height: auto;
    margin: 10px 0;
  }
  .menu li.nav-item {
    width: 100%;
  }
  .menu .navbar-nav li.nav-item.active:first-child {
    border: none;
  }
  .btn-default.hiddenD {
    max-width: 80%;
    padding: 10px;
    margin: 30px auto;
  }
  li.nav-item {
    padding: 10px 0;
  }
  a.btn-default.hiddenD {
    max-width: 75%;
    display: block;
    margin: 20px auto 40px;
  }
  .menu button.navbar-toggler .menu button.navbar-toggler {
    float: right;
    padding: 4px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0px 0;
  }
  .menu li a button {
    width: 85% !important;
    margin: 0 auto;
    padding: 9px 20px 6px;
  }
  li.nav-item:after {
    display: none;
  }
  .menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: transparent !important;
    border-radius: 30px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }
  div#navbarSupportedContent a.nav-link {
    font-size: 15px;
    text-align: center;
    border-bottom: 0px solid transparent;
    padding-left: 3px !important;
    padding: 12px !important;
    text-transform: capitalize;
  }
  .hiddenD1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .col-10.col-md-6 {
    text-align: center;
    padding-left: 17%;
  }
}
/* Menu  */
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

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

a {
  text-decoration: none;
}

.hiddenD1 {
  display: none;
}

h1 {
  color: #FFF;
  text-align: left;
  font-family: "Little Moment";
  font-size: 40.927px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: rotate(-3.573deg);
}
h1 span {
  padding-left: 45px;
  font-size: 72.688px;
  transform: rotate(-4.035deg);
}

.banner p {
  color: var(--1, #002A32);
  font-family: Gotham;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  color: #002A32;
  text-align: center;
  font-family: Gotham;
  font-size: 19.187px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.931px; /* 109.091% */
  text-transform: uppercase;
}

p {
  color: #002A32;
  font-family: Gotham;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 10px 30px;
  border-radius: 10px;
  background: var(--1, #002A32);
  color: var(--3, #FFF6E5);
  text-align: center;
  font-family: "Macho Test";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hiddenDL {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD1 {
    display: flex;
  }
  .hiddenT {
    display: none;
  }
  h1 {
    font-size: 26px;
  }
  h1 span {
    padding-left: 30px;
    font-size: 38px;
    transform: rotate(-4.035deg);
    line-height: 80px;
  }
  .banner p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  h1 {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; /* 125.817% */
    transform: rotate(0deg);
  }
  h1 span {
    display: block;
    font-size: 30px;
    line-height: 45px; /* 125.817% */
    transform: rotate(0deg);
    padding: 0;
  }
  br {
    display: none;
  }
}
section.banner {
  background-image: url(../imagenes/header.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 15px 0;
}
section.banner .content {
  padding: 40px 70px;
}
section.banner .content p {
  margin-bottom: 40px;
  position: relative;
}
section.banner .content p::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -19px;
  width: 22px;
  height: 32px;
  background: url(../imagenes/comillasheaderp.png) no-repeat center;
  background-size: contain;
}
section.banner img {
  max-width: 120%;
  margin-bottom: -70px;
  width: 120%;
}

@media screen and (max-width: 992px) {
  section.banner {
    padding: 140px 15px 0;
  }
  section.banner .content {
    padding: 40px 50px;
  }
  section.banner img {
    max-width: 120%;
    margin-bottom: 0px;
    width: 120%;
    bottom: -110px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    background-image: url("../imagenes/movil/fondo-header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  section.banner .col-md-5 {
    margin-top: -200px;
  }
  section.banner img {
    max-width: 120%;
    margin-bottom: 0px;
    width: 120%;
    bottom: -120px;
    position: relative;
    right: -100px;
  }
  section.banner .content {
    padding: 40px 10px;
  }
}
section.nosotros {
  background-image: url(../imagenes/fondo-conocenos.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 15px 100px;
}
section.nosotros img {
  max-width: 90%;
}
section.nosotros h2 {
  color: var(--2, #FAA61A);
  text-align: center;
  font-family: "Macho Test";
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
section.nosotros span {
  color: var(--1, #002A32);
  text-align: center;
  font-family: Gotham;
  font-size: 28px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
section.nosotros p {
  margin-top: 30px;
}
section.nosotros p b {
  color: var(--2, #FAA61A);
}
section.nosotros .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
  section.nosotros h2 {
    font-size: 40px;
    line-height: 30px;
  }
  section.nosotros span {
    font-size: 18px;
    line-height: normal;
  }
  section.nosotros p {
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros p {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
  }
  section.nosotros img {
    max-width: 100%;
    margin-top: -40px;
  }
}
section.beneficios {
  background-image: url(../imagenes/fondo-conocenos.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 15px 100px;
}
section.beneficios h2 {
  color: var(--1, #002A32);
  text-align: center;
  font-family: "Macho Test";
  font-size: 37.355px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
section.beneficios h2::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -3px;
  width: 18px;
  height: 100%;
  background: url(../imagenes/comillasheaderp.png) no-repeat center;
  background-size: contain;
}
section.beneficios .bgA {
  border-radius: 24.419px;
  background: var(--2, #FAA61A);
  padding: 60px;
}
section.beneficios .bgA .brbr {
  position: relative;
  padding: 0 25px;
}
section.beneficios .bgA .brbr::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: url(../imagenes/separaciónVertical.png) no-repeat center;
  background-size: contain;
}
section.beneficios .bgA .brbr.ultimo::after {
  content: none;
}
section.beneficios .bgA img {
  width: auto;
  height: 65px;
  margin: 0 auto;
  display: block;
}
section.beneficios .bgA h4 {
  font-weight: 700;
  margin: 30px 0 20px;
  min-height: 43px;
}
section.beneficios .bgA p {
  color: #002A32;
  text-align: center;
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 992px) {
  section.beneficios {
    padding: 50px 15px 100px;
  }
  section.beneficios h2 {
    font-size: 30px;
  }
  section.beneficios .bgA {
    padding: 20px 20px 40px;
  }
  section.beneficios .bgA .brbr::after {
    content: "";
    position: absolute;
    top: initial;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    height: 5px;
    background: url(../imagenes/movil/puntos.png) no-repeat center;
    background-size: contain;
  }
  section.beneficios .bgA .brbr.ultimo::after {
    content: none;
  }
  section.beneficios .bgA .brbr {
    padding: 0 20px 40px;
  }
  section.beneficios .bgA h4 {
    font-size: 15px;
    min-height: auto;
  }
  section.beneficios .bgA p {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios h2 {
    font-size: 22px;
    line-height: 30px;
  }
  section.beneficios .bgA {
    padding: 40px 20px;
  }
  section.beneficios .bgA .brbr {
    min-height: auto;
    margin-bottom: 40px;
  }
  section.beneficios .bgA h4 {
    font-size: 17px;
    margin-bottom: 0;
  }
}
section.form {
  background-image: url("../imagenes/fondo-conocenos.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.form h2 {
  color: var(--1, #002A32);
  font-family: "Macho Test";
  font-size: 33.333px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}
section.form figure {
  position: relative;
}
section.form figure::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -35px;
  width: 60px;
  height: 40px;
  background: url(../imagenes/miscelaneaContacto.png) no-repeat center;
  background-size: contain;
}
section.form form {
  max-width: 450px;
  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 #002A32;
  padding: 10px 0;
  border-radius: 0;
  color: var(--1, #002A32);
  font-family: "Macho Test";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  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: #002A32;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #002A32;
}
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: 74%;
}
section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
  line-height: 15px;
}

@media screen and (max-width: 992px) {
  section.form h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  section.form h2 {
    font-size: 22px;
    line-height: 30px;
  }
  section.form figure {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
  section.form form {
    padding: 35px;
  }
}
section.datos {
  background-color: #FAA61A;
  padding: 100px 15px;
}
section.datos .carddatos {
  padding: 150px 40px 120px;
}
section.datos .carddatos.medio {
  position: relative;
}
section.datos .carddatos.medio::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: url(../imagenes/separaciónVertical.png) no-repeat center;
  background-size: contain;
}
section.datos .carddatos.medio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: url(../imagenes/separaciónVertical.png) no-repeat center;
  background-size: contain;
}
section.datos .carddatos p {
  text-align: center;
  color: var(--1, #002A32);
  text-align: center;
  font-family: Gotham;
  font-size: 18.821px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.532px; /* 109.091% */
}
section.datos .carddatos img {
  width: 80px;
  margin: 0 auto;
  display: block;
}
section.datos .afiche img {
  max-width: 320px;
  width: 320px;
}

@media screen and (max-width: 992px) {
  section.datos .afiche img {
    max-width: 100%;
    width: 320px;
  }
  section.datos .carddatos {
    padding: 40px 20px 60px;
  }
  section.datos .carddatos.medio {
    position: relative;
  }
  section.datos .carddatos.medio::after {
    width: 3px;
  }
  section.datos .carddatos.medio::before {
    width: 3px;
  }
}
@media screen and (max-width: 767px) {
  section.datos .afiche img {
    width: 60%;
  }
  section.datos .carddatos {
    padding: 30px 40px;
    position: relative;
    margin-bottom: 30px;
  }
  section.datos .carddatos.medio::before, section.datos .carddatos.medio::after {
    content: none;
  }
  section.datos .carddatos.medio::before, section.datos .carddatos::before {
    content: "";
    position: absolute;
    top: initial;
    bottom: 0px;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    height: 5px;
    background: url(../imagenes/movil/puntos.png) no-repeat center;
    background-size: contain;
  }
}
.galeria {
  padding: 150px 15px;
  background-color: #fff;
  position: relative;
}
.galeria::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 240px;
  background-image: url(../imagenes/ilusVariosGaleria.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  left: -35px;
  top: 9%;
}
.galeria::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 100px;
  background-image: url(../imagenes/GaleriaIlus2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  right: 10%;
  bottom: 9%;
}
.galeria h2 {
  text-align: center;
  color: #002A32;
  font-family: "Macho Test";
  font-size: 37.355px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.galeria .swiper-slide {
  padding: 0 100px;
}
.galeria .swiper.mySwiper {
  max-width: 700px;
}
.galeria .swiper.mySwiper {
  padding-bottom: 25px;
  max-width: 850px;
}
.galeria .swiper-pagination-bullet-active {
  background: white;
}
.galeria span.swiper-pagination-bullet {
  border: 2px solid white;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.galeria .swiper-button-next img, .galeria .swiper-button-prev img {
  width: 40px;
  max-width: 100px;
}
.galeria .swiper-button-next::after, .galeria .swiper-button-prev::after {
  content: none;
}

@media screen and (max-width: 992px) {
  .galeria {
    padding: 100px 15px;
  }
  .galeria::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 180px;
    left: -25px;
    top: 9%;
  }
  .galeria h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .galeria .swiper-slide {
    padding: 0 50px;
  }
  .galeria .swiper.mySwiper {
    max-width: 700px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .galeria::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 50px;
    background-image: url(../imagenes/GaleriaIlus2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    right: 10%;
    bottom: 9%;
  }
  .galeria::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 120px;
    left: -45px;
    top: 9%;
  }
  .galeria h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .galeria .swiper-slide {
    padding: 0 40px;
  }
  .galeria .swiper.mySwiper {
    max-width: 700px;
    width: 100%;
  }
  .galeria .swiper-button-next img, .galeria .swiper-button-prev img {
    width: 32px;
    max-width: 100px;
  }
  .galeria {
    padding: 150px 15px 50px;
  }
}
section.marca {
  background-image: url(../imagenes/back-distintivo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 15px;
}
section.marca .bgI {
  background: #FAA61A;
  box-shadow: 1.769px 1.769px 35.382px 4.423px rgba(0, 0, 0, 0.25);
  padding: 40px;
}
section.marca .bgI img {
  width: 97px;
  flex-shrink: 0;
}
section.marca .bgI h2 {
  color: #FFF;
  text-align: center;
  font-family: "Little Moment";
  font-size: 30.556px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.333px; /* 109.091% */
  margin-top: 80px;
}
section.marca .bgI p {
  color: #002A32;
  font-family: Gotham;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
}
section.marca .bgI h2, section.marca .bgI p {
  padding: 0 20%;
}

@media screen and (max-width: 767px) {
  section.marca {
    padding: 110px 15px;
  }
  section.marca .bgI img {
    width: 60px;
    flex-shrink: 0;
  }
  section.marca .bgI {
    padding: 20px 10px;
  }
  section.marca .bgI h2 {
    font-size: 20px;
    padding: 0 15px;
  }
  section.marca .bgI p {
    font-size: 16px;
    line-height: 20px;
    padding: 0 15px;
  }
}
section.video {
  padding: 150px 15px;
  background-color: #fff;
  position: relative;
}
section.video::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 240px;
  background-image: url(../imagenes/ilusVariosVideo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
  right: -35px;
  bottom: 9%;
}
section.video h2 {
  text-align: center;
  color: #002A32;
  font-family: "Macho Test";
  font-size: 37.355px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
section.video img {
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  width: 250px;
  height: 5px;
}
section.video iframe {
  margin: 0 auto;
  display: block;
  width: 900px;
  height: 510px;
}

@media screen and (max-width: 992px) {
  section.video h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.video h2 {
    font-size: 25px;
  }
  section.video::after {
    content: "";
    position: absolute;
    width: 140px;
    height: 150px;
    background-image: url(../imagenes/ilusVariosVideo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
    right: -75px;
    bottom: 15%;
  }
}
section.pasos {
  /* 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 .titulo img {
  max-width: 90%;
  width: 450px;
  margin: 90px auto 0;
  display: block;
}
section.pasos .swiper-slide {
  border-radius: 27.526px;
  background: #FAA61A;
  padding: 40px 20px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.pasos .swiper-slide figure img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
section.pasos .swiper-slide h4 {
  margin-top: 20px;
  color: #002A32;
  text-align: center;
  font-family: Gotham;
  font-size: 21.125px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.045px; /* 109.091% */
}
section.pasos .swiper-slide p {
  margin-top: 20px;
  color: #002A32;
  text-align: center;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: normal;
}
section.pasos .swiper-slide figure.puntos img {
  max-width: 70%;
  margin-top: 30px;
}
section.pasos .swiper.mySwiper2 {
  padding-bottom: 50px;
}
section.pasos .swiper-button-prev,
section.pasos .swiper-button-next {
  width: 40px;
  height: 24px;
  background-color: TRANSPARENT;
  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.pasos .swiper-button-prev {
  display: none;
}
section.pasos .swiper-button-next {
  left: 140px; /* Ajusta este valor para la separación con la flecha 'next' */
  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 */
}

.titulo2 {
  display: none;
}

section.pasos .swiper-slide h4.tres {
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  section.pasos .swiper-slide h4.tres {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 0 15px 100px;
  }
  .titulo {
    display: none;
  }
  .titulo2 {
    display: block;
    margin-bottom: 40px;
  }
  section.pasos .swiper-slide h4 {
    font-size: 16px;
    line-height: 20px;
  }
  section.pasos .swiper-slide h4.tres {
    font-size: 12px;
  }
  section.pasos .swiper-slide p {
    font-size: 15px;
  }
  section.pasos .swiper-button-next {
    display: none;
  }
  section.pasos .swiper-slide figure img {
    max-width: 80px;
    margin: 0 auto;
    display: block;
  }
}
section.preguntas {
  background: #FAA61A;
  position: relative;
  padding: 150px 15px;
}
section.preguntas h2.top {
  color: #002A32;
  font-family: "Macho Test";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-bottom: 60px;
}
section.preguntas .accordion-item, section.preguntas .accordion-button {
  background-color: transparent !important;
}
section.preguntas .accordion-item {
  border: none;
  border-bottom: 1px solid #002A32;
  padding: 10px 0;
}
section.preguntas .accordion-header {
  border: none !important;
}
section.preguntas .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
section.preguntas span.accordion-number {
  color: #002A32;
  text-align: center;
  font-family: "Macho Test";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 10px;
  padding: 0 0 5px;
}
section.preguntas .accordion-body {
  padding: 0;
  padding-left: 80px;
  padding-bottom: 20px;
  color: #FFF;
  font-family: Gotham;
  font-size: 20px;
  font-style: normal;
  font-weight: 325;
  line-height: normal;
}
section.preguntas .accordion-item h2 button.accordion-button {
  color: var(--1, #002A32);
  font-family: "Macho Test";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 30px;
}
section.preguntas .container.mt-4 {
  max-width: 90%;
}

@media screen and (max-width: 992px) {
  section.preguntas::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    bottom: 0px;
    left: 0%;
  }
  section.preguntas .container {
    padding: 0 5%;
  }
  section.preguntas h2.top {
    font-size: 30px;
  }
  section.preguntas .accordion-item h2 button.accordion-button {
    font-size: 22px;
  }
  section.preguntas .accordion-body {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  section.preguntas {
    padding: 70px 15px;
  }
  section.preguntas img {
    margin: 30px 0;
    width: 100%;
  }
  section.preguntas {
    padding: 100px 10px 150px;
  }
  section.preguntas .container {
    padding: 0;
  }
  section.preguntas h2 button.accordion-button {
    color: var(--azul-heroico, #002D74);
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
  }
  section.preguntas .accordion-body {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
  }
  section.preguntas span.accordion-number {
    font-size: 15px;
  }
  section.preguntas h2.top {
    font-size: 25px;
    padding: 0 15px;
  }
  section.preguntas span.accordion-number {
    font-size: 21px;
  }
  section.preguntas .accordion-item h2 button.accordion-button {
    font-size: 17px;
  }
  .accordion-button::after {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }
  section.preguntas .accordion-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 0 50px 22px;
  }
}
.bannerFooter {
  background-image: url("../imagenes/fondo-Footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 150px 15px 0;
}
.bannerFooter img {
  width: 150px;
  margin: 0 auto 40px;
  display: block;
}
.bannerFooter br {
  display: block;
}
.bannerFooter .row {
  position: relative;
}
.bannerFooter h2 {
  color: var(--2, #FAA61A);
  text-align: center;
  font-family: "Little Moment";
  font-size: 43.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bannerFooter p {
  text-align: center;
  margin: 40px 0;
}
.bannerFooter a.btnbr {
  max-width: 300px;
  margin: 0 auto;
}

.arco {
  background-image: url("../imagenes/fondo-Footer.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .bannerFooter h2 {
    font-size: 30px;
  }
  .bannerFooter p {
    font-size: 20px;
  }
}/*# sourceMappingURL=styles.css.map */