@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "IowanOldSt";
  src: url("../font/IowanOldSt.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter_28pt-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter_28pt-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
body {
  font-family: IowanOldSt;
}

.veni {
  font-family: "Veni";
}

h2 {
  font-size: 45px;
  line-height: 55px;
}

p {
  font-family: IowanOldSt;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.d-sm-block {
  display: flex !important;
}

button, body .form input.hs-button.primary.large, li.nav-item.active {
  transition: transform 0.2s ease;
}

hr.line80 {
  background: #293138;
  margin: 70px 0;
  max-width: 60%;
}

.verMovil {
  display: none;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
  p {
    font-size: 17px;
  }
  .d-sm-block {
    display: none !important;
  }
  .verMovil {
    display: block;
    background: #293138;
  }
}
/* Header  */
.menu {
  background: #fff !important;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: #fff !important;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu a.nav-link {
  padding: 10px 18px !important;
  color: var(--77778-f, #293138);
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
}
.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: #283037;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}

.banner {
  text-align: center;
  color: white;
  background-color: #fff;
  padding: 10px 0;
}
.banner .container-fluid {
  background-image: url("../imagenes/header2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  max-width: 100%;
}
.banner .container-fluid .row {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.banner h1 {
  color: var(--d-9-d-9-d-9, #FFF);
  text-align: center;
  font-family: "IowanOldSt BT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px; /* 132% */
}
.banner .franjaYellow {
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #396185;
  border-radius: 10px;
  margin: 40px auto;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 158.333% */
}
.banner p {
  color: var(--d-9-d-9-d-9, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  line-height: 34px; /* 121.429% */
}

.menu li button {
  display: none;
}

button.navbar-toggler {
  border: none;
}

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

.flecha {
  display: none;
}

@media screen and (max-width: 992px) {
  .banner h1 span {
    font-size: 55px;
  }
  .banner .franjaYellow {
    max-width: 78%;
    padding: 5px;
  }
  .banner p {
    font-size: 18px;
  }
  .banner .container {
    max-width: 94%;
  }
  .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.active {
    width: 100%;
    text-align: left;
    border-bottom: 1px white solid;
    padding: 5px 0;
  }
  li.nav-item.active a {
    text-align: left;
    padding: 15px 0 !important;
  }
  li.nav-item.active:first-child {
    border-top: 1px white solid;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li button {
    display: block;
    background: #000;
    color: #293138;
    text-align: center;
    font-family: IowanOldSt;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 70.082px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .banner .container-fluid {
    background-image: url(../imagenes/movil/header.jpg);
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .banner h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px; /* 135.714% */
  }
  .banner h1 span {
    font-size: 30px;
    line-height: 35px;
  }
  .banner .franjaYellow {
    max-width: 84%;
    padding: 5px;
    font-size: 15px;
    line-height: 25px;
  }
  .banner p {
    font-size: 18px;
    line-height: 25px;
  }
  .menu figure img {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none !important;
    border: none !important;
    width: 90px !important;
  }
  button.navbar-toggler img {
    max-width: 56px !important;
    width: 300px;
  }
  .flecha {
    display: block;
  }
  .flecha img {
    max-width: 50px;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: auto;
  margin-bottom: 70px;
}

swiper-slide img {
  display: block;
  width: 100%;
}

section {
  position: relative;
}
section::after {
  position: absolute;
  content: "";
  background-image: url(../imagenes/Conocenos.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 20%;
  right: 10%;
  width: 15px;
  height: 120px;
}

.pqe::after {
  background-image: url(../imagenes/beneficios.png);
}

.form::after {
  background-image: url(../imagenes/contacto.png);
}

.galeria::after {
  background-image: url(../imagenes/Productos.png);
  top: 13%;
}

.datos::after {
  background-image: url(../imagenes/datos.png);
}

.numeros::after {
  background-image: url(../imagenes/locales.png);
}

.pasos::after {
  background-image: url(../imagenes/pasos.png);
}

.preguntas::after {
  background-image: url(../imagenes/faq.png);
  top: -40px;
}

.menu::after, section.banner::after, section.video::after {
  display: none;
}

@media screen and (max-width: 992px) {
  section::after {
    top: 22%;
    right: 3%;
  }
}
@media screen and (max-width: 767px) {
  section::after {
    top: 53%;
    right: 3%;
    height: 80px;
  }
  section.pqe::after {
    top: 18%;
  }
}
.bienvenido {
  background-color: #fff;
  padding: 150px 0;
}
.bienvenido h2 {
  color: var(--77778-f, #293138);
  font-family: "IowanOldSt BT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  margin-top: 50px;
}
.bienvenido .pBienvenido {
  color: var(--000000, #77778F);
  text-align: justify;
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 600px;
  margin-top: 30px;
}
.bienvenido .pBienvenido b {
  font-weight: 800;
}

@media screen and (max-width: 992px) {
  .bienvenido {
    padding: 80px 0;
  }
  .bienvenido h2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 45px;
  }
  .bienvenido img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bienvenido {
    padding: 60px 15px;
  }
  .bienvenido h2:after {
    left: -6px;
    width: 170px;
  }
  .bienvenido h2 {
    text-align: center;
    font-size: 28px;
    line-height: 38px; /* 135.714% */
  }
  .bienvenido img {
    max-width: 100%;
    width: 100%;
  }
  .bienvenido .isologo1 img {
    max-width: 17%;
    margin: 15px auto;
    display: block;
  }
  .bienvenido p {
    font-size: 18px;
  }
  .bienvenido .pBienvenido {
    font-size: 18px;
    line-height: 25px;
  }
  hr.verMovil.about {
    max-width: 60%;
    margin: 0 0 35px auto;
    background: #293138;
  }
}
.pqe {
  background-image: url("../imagenes/FondoBeneficios.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 150px 0 40px;
  text-align: center;
}
.pqe .card {
  padding: 20px;
  background: #000000;
  border-radius: 20px;
  color: white;
  min-height: 320px;
  transition: transform 0.3s ease;
  padding: 30px 20px;
  color: white;
  min-height: 320px;
  transition: transform 0.3s ease;
  border-radius: 30px;
  background: var(--d-9-d-9-d-9, #FFF);
  box-shadow: 0px 8px 10px 4px rgba(0, 0, 0, 0.25);
  border: 0px;
}
.pqe .card:hover {
  animation: pulse 0.5s forwards;
}
.pqe .card img {
  height: 75px;
  width: auto;
  margin-bottom: 30px;
}
.pqe .card h4 {
  color: var(--293138, #396185);
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 121.429% */
  text-transform: capitalize;
  margin-bottom: 10px;
}
.pqe .card p {
  color: var(--000000, #77778F);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media screen and (max-width: 992px) {
  .card {
    margin-bottom: 30px;
  }
  .pqe .card {
    min-height: 370px !important;
  }
}
@media screen and (max-width: 767px) {
  .pqe {
    background-image: url("../imagenes/movil/FondoBeneficios.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0 40px;
  }
  .pqe swiper-container {
    width: 100% !important;
    left: 0% !important;
  }
  section.pqe::after {
    top: 23%;
  }
  .pqe .card {
    min-height: 410px !important;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.25);
    margin: 2px;
  }
  hr.verMovil.pqehr {
    max-width: 80%;
    margin: 0 auto 70px 0;
    background: #293138;
  }
  .pqe .card h4 {
    font-size: 23px;
    line-height: 30px;
  }
  .pqe .card p {
    font-size: 16px;
  }
}
body .form {
  padding: 400px 0 300px;
  background-image: url("../imagenes/fondForm.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
body .form::before {
  content: "";
  position: absolute;
  top: 14%;
  right: 20%;
  width: 150px;
  height: 150px;
  border-radius: 80px;
  z-index: 6;
  background-image: url(../imagenes/Isologo2.svg);
  background-size: contain;
  background-position: center;
}
body .form::after {
  content: "";
  position: absolute;
  top: initial;
  bottom: 0%;
  left: 6%;
  width: 600px;
  height: 600px;
  border-radius: 80px;
  z-index: 6;
  background-image: url(../imagenes/Pies.png);
  background-size: contain;
  background-position: center;
}
body .form h2 {
  color: var(--d-9-d-9-d-9, #FFF);
  font-family: "IowanOldSt BT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */
  padding-top: 30px;
}
body .form p {
  max-width: 440px;
}
body .form hr {
  margin: 0 0 100px !important;
  width: 80%;
  display: block;
  margin: 0 auto;
}
body .form input, body .form select, body .form textarea {
  padding: 5px 10px;
  border-radius: 15px;
  width: 100% !important;
  color: #FFF;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 50px; /* 250% */
  background-color: transparent;
  border: 1px solid white;
  padding: 2px 7px;
  min-height: 56px;
}
body .form input::-moz-placeholder, body .form select::-moz-placeholder, body .form textarea::-moz-placeholder {
  color: white;
  opacity: 0.8;
}
body .form input::placeholder, body .form select::placeholder, body .form textarea::placeholder {
  color: white;
  opacity: 0.8;
}
body .form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
body .form input.hs-button.primary.large {
  margin-top: 20px;
  min-width: 50%;
  float: right;
  background: #FFF;
  text-transform: uppercase;
  color: var(--77778-f, #293138);
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 146.154% */
}
body .form input.hs-button.primary.large svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #283037;
  background: #000;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}
body .form form {
  max-width: 500px;
}

@media screen and (max-width: 992px) {
  body .form input, body .form select {
    font-size: 16px;
  }
  body .form h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    padding-top: 30px;
  }
  body .form::after {
    content: "";
    left: -9%;
  }
}
@media screen and (max-width: 767px) {
  body .form hr {
    margin: 0 0 0 !important;
    width: 80%;
    display: block;
  }
  section.form::after {
    top: 15%;
    right: 3%;
    height: 80px;
    display: none;
  }
  .galeria h2 {
    font-size: 35px;
    line-height: 37px;
  }
  body .form::before {
    top: 3%;
    right: 10%;
    width: 75px;
    height: 75px;
    display: none;
  }
  body .form h2 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
  body .form {
    padding: 200px 0 100px;
    background-image: url("../imagenes/movil/fondoForm.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }
}
.galeria {
  padding: 100px 0 0px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  z-index: 1;
}
.galeria h2 {
  color: var(--77778-f, #293138);
  font-family: "IowanOldSt BT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 70px;
}
.galeria h2 span {
  color: #283037;
}
.galeria img {
  width: 100%;
}

@media (min-width: 768px) {
  .galeria .col-md-3 {
    flex: 0 0 auto;
    width: 29%;
  }
}
@media screen and (max-width: 992px) {
  .galeria::after {
    top: 25%;
  }
}
.mySwiper.movil {
  display: none;
}

@media screen and (max-width: 767px) {
  hr.line80 {
    display: none;
  }
  .mySwiper.destop {
    display: none;
  }
  .mySwiper.movil {
    display: block;
  }
  .galeria {
    padding: 100px 0 0px;
    background-image: url(../imagenes/movil/FondoProductos.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  swiper-container {
    width: 120% !important;
    padding-top: 50px;
    padding-bottom: 50px;
    left: -10% !important;
  }
  .galeria::after {
    top: 29%;
  }
  .galeria h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 30px;
    text-align: center;
  }
  hr.verMovil.galeriahr {
    max-width: 80%;
    margin: 0 auto 0 -5%;
    background: #293138;
    display: block !important;
    border: 1px solid #293138;
  }
  .galeria .destok {
    display: none;
  }
}
.accordion {
  --bs-accordion-border-color: transparent;
}

.pasos2 {
  background: url("../imagenes/FondoGaleriaPasos.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -400px;
  padding: 600px 0 300px;
  color: white;
  position: relative;
  z-index: 0;
}
.pasos2 h2 {
  color: #FFF;
  font-family: "IowanOldSt BT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
}
.pasos2 .bgWhite {
  background-color: #E5F2FD;
  padding: 15px 20px;
  text-align: center;
  color: var(--000000, #77778F);
  border-radius: 30px;
}
.pasos2 .bgWhite h4 {
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 107.143% */
  text-transform: capitalize;
}
.pasos2 .bgWhite p {
  color: var(--000000, #77778F);
  font-family: Inter;
  font-size: 23px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  text-transform: capitalize;
}
.pasos2 .pasosInt .number {
  color: var(--Color, #AAD1CF);
  font-family: Inter;
  font-size: 76px;
  font-style: normal;
  font-weight: 700;
  line-height: 86px;
  text-transform: capitalize;
  margin-bottom: 10px;
  margin-top: 50px;
}
.pasos2 .pasosInt h5 {
  color: var(--d-9-d-9-d-9, #FFF);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.pasos2 .pasosInt p {
  color: var(--d-9-d-9-d-9, #FFF);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 400px;
} 
.pasos2 .row.pasosInt {
  max-width: 900px;
  margin: 0 auto;
}
.pasos2 .row.pasosInt .col-md-6 {
  padding: 0 60px;
}

@media screen and (max-width: 992px) {
  .pasos2 {
    padding: 60px 0;
  }
  .pasos2 .bgWhite h4 {
    font-size: 22px;
  }
  .pasos2 .bgWhite p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .pasos2 h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .row.pasosInt {
    text-align: center;
  }
  .row.pasosInt .col-md-6 {
    border-bottom: 1px solid white;
    max-width: 80%;
    display: block;
    margin: 40px auto 0;
  }
  .row.pasosInt .number {
    font-size: 35px;
    line-height: 35px;
  }
  .row.pasosInt h5 {
    font-size: 18px;
  }
  .row.pasosInt p {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pasos2 .row.pasosInt .col-md-6 {
    padding: 0 0px;
}
  .pasos2 {
    background: url("../imagenes/movil/FondoPasos.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 350px;
  }
  .pasos2 h2 {
    font-size: 28px;
    line-height: 35px;
    margin: 50px 0 0;
    padding: 10px 25px;
  }
  .pasos2 .bgWhite {
    margin: 7px;
  }
  .pasos2 .bgWhite h4, .pasos2 .bgWhite p {
    margin: 0;
  }
  .row.pasosInt {
    text-align: center;
  }
  .row.pasosInt .col-md-6 {
    border-bottom: 1px solid white;
    max-width: 80%;
    display: block;
    margin: 40px auto 0;
  }
  .row.pasosInt .number {
    font-size: 35px;
    line-height: 35px;
  }
  .row.pasosInt h5 {
    font-size: 18px;
  }
  .row.pasosInt p {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
.numeros {
  margin-top: -2px;
  background-color: #293138;
  padding: 20px 0 100px;
}
.numeros .accordion-button {
  background-color: transparent;
  color: #fff;
}
.numeros .map-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.numeros button.accordion-button {
  padding: 20px;
  border-bottom: 0;
  color: var(--clarito, #F1F2E4);
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  border-radius: 0;
}
.numeros button.accordion-button.ult {
  border-bottom: 1px solid white;
}
.numeros .accordion-button::before {
  content: "";
  background: white;
  top: 14px;
  right: -2px;
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 0;
  border-radius: 50px;
}
.numeros .accordion-button::after {
  z-index: 1;
  top: 18px !important;
  right: 0 !important;
  position: absolute;
}
.numeros .accordion-item {
  border: 0;
  border-bottom: 1px solid white;
  border-radius: 0;
}
.numeros .accordion-body {
  background: transparent;
  padding: 4px 30px;
}
.numeros p {
  color: var(--clarito, #F1F2E4);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.numeros ul li {
  display: inline-block;
  width: 49%;
  color: #000;
  font-family: IowanOldSt;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 10px 0;
  position: relative;
}
.numeros ul li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -20px;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50px;
}
.numeros ul li.prox {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.numeros .container {
  max-width: 1450px;
  background-image: url(../imagenes/preguntas.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 70px 1px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  margin: 0 5%;
  width: 90%;
  position: relative;
}
.numeros .container .col-md-5 {
  position: relative;
}
.numeros .container img {
  max-width: 100%;

}
.numeros .container figure {
  margin: 0;
}
.numeros .container h2 {
  color: var(--d-9-d-9-d-9, #FFF);
  font-family: "IowanOldSt BT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px; /* 94% */
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

@media screen and (max-width: 992px) {
  .numeros .accordion-button::before {
    top: 9px;
    right: -2px;
  }
  .numeros img {
    max-width: 80%;
    margin: 40px auto 0;
    display: none;
  }
  .numeros .container {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 992px) {
  .numeros {
    margin-top: 0;
    padding: 20px 0 100px;
    background-color: white;
  }
  .accordion-header {
    font-size: 18px;
  }
  .numeros button.accordion-button {
    font-size: 20px;
    font-weight: 400;
  }
  .numeros .accordion-button::before {
    top: 14px;
    right: -3px;
  }
  section.numeros::after {
    top: 63%;
    right: 3%;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  h2.accordion-header {
    margin: 10px 0 -20px !important;
  }
  .map-placeholder {
    margin-top: 50px;
  }
  .numeros .container {
    padding: 70px 20px 1px;
  }
  .numeros .container h2 {
    font-size: 28px;
  }
  .numeros button.accordion-button {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .numeros p {
    font-size: 16px;
  }
}
/* Estilos personalizados */
#contenedor-principal {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* Footer  */
footer {
  background: url("../imagenes/footer.png");
  background-color: #ffffff;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-top: -300px;
  padding: 400px 0 10px;
  color: #000000;
  position: relative;
  z-index: 0;
  text-align: center;
}
footer h2 {
  color: var(--77778-f, #293138);
  text-align: center;
  font-family: "IowanOldSt BT";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px; /* 102% */
}
footer p {
  margin-top: 50px;
  max-width: 900px;
  color: var(--000000, #77778F);
  text-align: center;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin: 40px auto;
}
footer button {
  border-radius: 25px;
  padding: 10px 35px;
  background-color: #396185;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 158.333% */
}
footer button svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #283037;
  background: #000;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}
footer p.copy {
  padding: 60px 0 0;
  text-align: center;
  color: var(--000000, #77778F);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  footer button {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer {
    background: url("../imagenes/movil/footer.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 10px 0 10px;
    color: #000000;
    position: relative;
    z-index: 0;
    text-align: center;
  }
  figure img {
    max-width: 300px;
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  footer button {
    font-size: 15px;
    border-radius: 14px;
    padding: 5px 10px;
  }
  footer p.copy {
    font-size: 12px;
  }
  footer h2 {
    font-size: 28px;
    line-height: 35px;
  }
  footer p {
    font-size: 18px;
    line-height: 25px;
    margin: 30px 0;
  }
}/*# sourceMappingURL=styles.css.map */