@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Abril Fatface";
  src: url("../font/AbrilFatface-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Montserrat;
  src: url("../font/Montserrat-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "American Typewriter";
  src: url("../font/AmericanTypewriterRegular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* end font */
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
body {
  max-width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

h1 {
  color: var(--Balnco, #FFF);
  font-family: "Abril Fatface";
  font-size: 46px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0;
}
h1 span {
  color: var(--Dorado, #D8A460);
  font-family: "Abril Fatface";
  font-size: 65px;
  font-style: normal;
  line-height: 65px;
  text-transform: uppercase;
}

h2 {
  color: var(--Verde, #014A43);
  font-family: "Abril Fatface";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 115% */
  text-transform: uppercase;
}

h2.header {
  color: var(--Balnco, #FFF);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h4 {
  color: var(--Verde, #014A43);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

button {
  border-radius: 5px;
  background: var(--Dorado, #D8A460);
  padding: 10px 40px;
  border: 0px;
  color: var(--Negro, #1A1A1A);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  color: var(--Negro, #1A1A1A);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .hidden-m {
    display: none;
  }
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px; /* 115% */
  }
  h2 br {
    display: none;
  }
  h2.header {
    font-size: 13px;
  }
  p br {
    display: none;
  }
  button {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 100px 15px;
  }
  h1 {
    font-size: 25px;
  }
}
/* Header  */
.menu {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 30px;
}
.menu img {
  width: 90%;
  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: 0px 25px !important;
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  margin: 50px 0 10px;
}
.menu .container .row {
  border-bottom: 1px solid #d8a460;
}
.menu li.nav-item.ctt a.nav-link {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 34px;
  border: 0.5px solid #000;
  background: #FFF;
  display: block;
  padding: 5px 20px !important;
  line-height: 20px;
  margin: 56px 0;
}
.menu li.nav-item.logom a {
  padding: 0 23px !important;
  margin: -20px 0;
}
.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: #014A43;
  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 li button {
  display: none;
}

button.navbar-toggler {
  border: none;
}

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

.flecha {
  display: none;
}

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu .container .row {
    border-bottom: 2px solid #392E2C;
  }
  .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, #F8F7F7);
    text-align: center;
    font-family: "Knockout HTF49-Liteweight";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  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: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
  }
  div#navbarSupportedContent {
    background: #1A1A1A;
    border: 1px solid rgba(255, 255, 255, 0.2431372549);
    z-index: 9;
  }
  .logom {
    display: none;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 160px;
    padding: 0;
  }
  .menu li.nav-item a {
    margin: 9px 0 !important;
    border-bottom: 0px solid;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
  }
  .menu button img {
    width: 150%;
    padding: 0px 0;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    padding: 10px;
  }
  li.nav-item.ctt {
    display: none;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .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: 40px !important;
    width: 25px;
    margin-top: 10px;
  }
  .flecha {
    display: block;
  }
  .flecha img {
    max-width: 50px;
  }
  .menu li a button {
    width: 100%;
    font-size: 14px;
  }
  .menu .logoH {
    width: 110px;
  }
  .menu li.nav-item a {
    font-size: 14px;
    line-height: 18px;
  }
}
section.banner {
  padding: 250px 0 0;
  background: var(--Negro, #1A1A1A);
}
section.banner h2.header {
  max-width: -moz-max-content;
  max-width: max-content;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
}
section.banner p {
  padding: 20px 0;
  color: white;
  line-height: 22px;
}
section.banner svg {
  margin: 0 10px;
}
section.banner figure {
  z-index: 4;
  position: relative;
}
section.banner figure img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  section.banner {
    padding: 200px 0 100px;
    background: var(--Negro, #1A1A1A);
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    padding: 200px 15px 0;
  }
  section.banner button {
    padding: 10px 20px;
    width: 100%;
  }
  section.banner figure img {
    max-width: 100%;
    margin: 80px 0 0;
  }
}
.nosotros {
  z-index: 3;
  position: relative;
  margin-top: -200px;
  background: white;
  padding: 300px 0 200px;
}

@media screen and (max-width: 992px) {
  .nosotros {
    margin: 0;
    padding: 100px 0 100px;
  }
  .nosotros h2 {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .nosotros {
    margin: 0;
    padding: 150px 15px 100px;
    margin-top: -150px;
  }
}
.beneficios {
  background: var(--Dorado, #EFDBBF);
}
.beneficios figure img {
  max-width: 100%;
}
.beneficios .col-md-8 {
  padding: 40px;
  padding-top: 20px;
}
.beneficios .col-md-8 h2 {
  margin-bottom: 50px;
}
.beneficios .col-md-8 h4 {
  border-bottom: 1px #014A43 solid;
  max-width: 90%;
  margin-bottom: 20px;
}
.beneficios .col-md-8 p {
  max-width: 90%;
  min-height: 100px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .beneficios figure img {
    max-width: 100%;
    padding-right: 35px;
  }
  .beneficios .col-md-8 {
    padding: 10px;
    padding-top: 20px;
  }
  .beneficios .col-md-8 h2 {
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .beneficios .col-md-8 h4 {
    margin-top: 20px;
  }
}
section.form {
  background: var(--Verde, #014A43);
  background-image: url(../imagenes/ImagenContacto.jpg);
  background-position: left center;
  background-size: 48%;
  background-repeat: no-repeat;
}
section.form h2 {
  color: var(--Balnco, #FFF);
  font-family: "Abril Fatface";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 100% */
  text-transform: uppercase;
  margin-top: 150px;
}
section.form h3 {
  color: var(--Balnco, #FFF);
  font-family: "American Typewriter";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 187.5% */
  text-transform: uppercase;
}
section.form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
section.form form button, section.form form input, section.form form optgroup, section.form form select, section.form form textarea {
  margin: 0;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 5px 10px 15px;
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form form ::-moz-placeholder {
  color: #fff;
}
section.form form ::placeholder {
  color: #fff;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: #fff;
  font-size: 12px;
}
section.form form label.hs-error-msg.hs-main-font-element {
  text-align: left;
  color: #fff;
  font-size: 12px;
}
section.form form input.hs-button.primary.large {
  border: none;
  margin-top: 30px;
  max-width: 230px;
}
section.form form input.hs-button.primary.large {
  background: #014A43;
  width: 40%;
  max-width: 600px;
  margin: 20px 0;
  display: block;
  border-radius: 34px;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.213px; /* 156.74% */
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  background: var(--Dorado, #D8A460);
}
section.form form .actions {
  text-align: left;
}

@media screen and (max-width: 992px) {
  section.form {
    background-image: url(../imagenes/ImagenContacto.jpg);
    background-position: -510px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  section.form h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  section.form {
    background-image: url(../imagenes/ImagenContacto.jpg);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  section.form h2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 0;
  }
  section.form h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 90px;
  }
}
.galeria {
  padding: 150px 0;
}
.galeria h2 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 100px;
}
.galeria h3 {
  color: var(--Dorado, #D8A460);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 20px 0;
  border-bottom: 2px solid #D8A460;
  max-width: -moz-max-content;
  max-width: max-content;
}
.galeria img {
  max-width: 100%;
}
.galeria .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 0 0 50px 0;
}
.galeria .swiper-button-prev::after {
  content: "\f060"; /* Código del icono de flecha izquierda de Font Awesome */
  font-family: "Font Awesome 5 Free"; /* Reemplaza con tu versión de Font Awesome */
  font-weight: 900;
}
.galeria .swiper-button-next::after {
  content: "\f061"; /* Código del icono de flecha derecha */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.galeria .swiper-button-prev, .galeria .swiper-button-next {
  background: #d8a460;
  width: 40px;
  height: 40px;
  left: 5px;
  position: absolute;
  top: 93%;
  border-radius: 4px;
}
.galeria .swiper-button-next {
  left: 60px;
}
.galeria .swiper-button-prev::after, .galeria .swiper-button-next::after {
  font-weight: 900;
  color: #000;
  font-size: 20px;
}
.galeria .swiper-horizontal > .swiper-pagination-bullets, .galeria .swiper-pagination-bullets.swiper-pagination-horizontal, .galeria .swiper-pagination-custom, .galeria .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 20%;
  width: 60%;
  margin: 0 auto;
}
.galeria .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #d8a460;
}

@media screen and (max-width: 992px) {
  .galeria {
    padding: 100px 0;
  }
  .galeria h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .galeria {
    padding: 100px 15px;
  }
  .galeria .galeria h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin: 10px 0 20px;
    padding: 0 0 10px;
  }
  .galeria .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}
.propuesta {
  background-image: url("../imagenes/FondoPopular.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.propuesta h4 {
    font-family:"American Typewriter";
}
.propuesta img {
  max-width: 100%;
}
.propuesta figure.sticker {
  text-align: right;
  margin-right: 10%;
  margin-bottom: -20px;
}
.propuesta figure.sticker img {
  max-width: 120px;
}
.propuesta h2 {
  margin-bottom: 20px;
}
.propuesta p {
  max-width: 80%;
}
.propuesta .row.list {
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .propuesta {
    background-image: url("../imagenes/movil/FondoPopular.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .propuesta figure.sticker img {
    max-width: 120px;
  }
  .propuesta figure.sticker {
    margin-right: 0;
    margin-bottom: 0;
  }
  .propuesta p {
    max-width: 100%;
  }
}
section.pasos {
  padding: 100px 0 120px;
  background-image: url(../imagenes/Pasos.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
section.pasos h2 {
  text-align: center;
  color: #D8A460;
  margin-bottom: 60px;
}
section.pasos h4 {
  color: var(--Dorado, #D8A460);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 255.556% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 0;
}
section.pasos p {
  color: var(--Balnco, #FFF);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 60px;
}
section.pasos span.number {
  color: var(--Dorado, #D8A460);
  text-align: right;
  font-family: "Abril Fatface";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  section.pasos h4 {
    font-size: 18px;
    line-height: 28px;
  }
  section.pasos span.number {
    font-size: 20px;
    line-height: 40px;
  }
  section.pasos .col-md-6.col-lg-5 .col-md-12 .row {
    min-height: 210px;
  }
}
@media screen and (max-width: 768px) {
  section.pasos {
    padding: 100px 15px 120px;
    background-image: url(../imagenes/movil/FondoPasos.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  section.pasos span.number {
    font-size: 30px;
    line-height: 40px;
    padding: 0 0px 0 8px;
  }
  section.pasos .col-md-6.col-lg-5 .col-md-12 .row {
    min-height: 180px;
  }
}
.preguntas {
  padding: 100px 0;
}
.preguntas .row.acordeon.one::after {
  content: "";
  position: absolute;
  background-image: url(../imagenes/flecha.png);
  background-position: center;
  background-repeat: no-repeat;
  left: -7%;
  bottom: 30px;
  width: 40px;
  height: 40px;
}
.preguntas h2 {
  color: var(--Verde, #014A43);
  text-align: center;
  font-family: "Abril Fatface";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 115% */
  text-transform: uppercase;
  margin-bottom: 60px;
}
.preguntas figure img {
  text-align: center;
  margin: 0 auto 40px;
  display: block;
}
.preguntas .acordeon span.number2 {
  color: #212222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  display: block;
}
.preguntas .acordeon h3 {
  color: var(--Verde, #014A43);
  font-family: "American Typewriter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.preguntas .acordeon p {
  height: 0;
  overflow: hidden;
  text-align: left;
  margin: 0;
  transition: all linear 0.3s;
  color: var(--Negro, #1A1A1A);
  font-family: Montserrat;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
}
.preguntas .numberAcor {
  color: #FE0200;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.preguntas .intUno svg, .preguntas .intDos svg {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  padding: 9px;
}
.preguntas .intDos {
  display: none;
}
.preguntas .row.acordeon {
  border-radius: 0;
  padding: 20px 0px;
  max-width: 950px;
  margin: 3px auto 16px;
  position: relative;
  border-bottom: 1px solid #000;
}
.preguntas .row.acordeon {
  border-radius: 0;
  border: 1px solid #D8A460;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-top: 40px;
}
.preguntas .row.acordeon.otro {
  border-bottom: 1px solid #D8A460;
  padding-bottom: 40px;
}
.preguntas .interuptor {
  text-align: right;
  margin-top: -8px;
}
.preguntas .row.acordeon.open p {
  height: 60px;
  margin-top: 25px;
  transition: all linear 0.3s;
  margin-top: 20px;
}
.preguntas .row.acordeon.open .interuptor .intUno {
  display: none;
}
.preguntas .row.acordeon.open .interuptor .intDos {
  display: block;
}
.preguntas .interuptor {
  width: 30px;
  background: #d8a460;
  padding: 0px;
  border-radius: 5px;
}

.bannerFooter h2 br {
  display: none;
}

@media screen and (max-width: 992px) {
  .preguntas h2 {
    font-size: 26px;
  }
  .preguntas .acordeon p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 20px;
  }
  .preguntas .row.acordeon.open p {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .preguntas h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .preguntas img {
    width: 70%;
  }
  .preguntas figure {
    border-bottom: 1px solid #fff;
  }
  .acordeon .col-md-8 {
    width: 87%;
  }
  .acordeon .col-md-1 {
    width: 13%;
  }
  .preguntas .acordeon h3 {
    color: var(--Verde, #014A43);
    font-family: "American Typewriter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .preguntas .row.acordeon.open p {
    height: 210px;
    padding: 0;
    color: var(--Negro, #1A1A1A);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .preguntas .acordeon p {
    font-size: 17px;
  }
  .preguntas .col-md-10 {
    padding-right: 40px;
  }
  .preguntas h2 br {
    display: none;
  }
  .interuptor {
    position: absolute;
    top: 35px;
    right: 20px;
  }
  .interuptor svg {
    width: 20px;
  }
  .preguntas .row.acordeon {
    padding: 15px 0px;
    margin: 20px 0;
  }
  .preguntas {
    padding: 80px 15px 40px;
  }
  .preguntas .row.acordeon p {
    margin-top: 25px;
    transition: all linear 0.3s;
    margin-top: 20px;
    padding-right: 30px;
  }
  .preguntas .row.acordeon.one::after {
    content: "";
    position: absolute;
    background-image: url(../imagenes/flecha.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -14%;
    bottom: 30px;
    width: 30px;
    height: 30px;
  }
}
.bannerFooter {
  background-image: url("../imagenes/Footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bannerFooter img {
  margin: 40px auto;
  display: block;
}
.bannerFooter h2 {
  color: var(--Balnco, #FFF);
  font-family: "Abril Fatface";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.bannerFooter h2 span {
  color: #D8A460;
  display: block;
}
.bannerFooter P {
  color: #FFF;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bannerFooter button svg {
  width: 24px;
  height: 24px;
  fill: #D8A460;
  margin-top: -4px;
  margin-left: 10px;
}

footer p.copy {
  text-align: center;
  padding: 15px 0 0;
}

@media screen and (max-width: 992px) {
  .bannerFooter h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 25px;
  }
  .bannerFooter img {
    width: 70%;
  }
  .bannerFooter figure {
    border-bottom: 1px solid #392E2C;
    margin-bottom: 40px;
  }
  .bannerFooter p {
    margin-bottom: 20px;
  }
  .bannerFooter button {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .bannerFooter {
    background-image: url("../imagenes/movil/FondoFooter.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}/*# sourceMappingURL=styles.css.map */