@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans ExtraBold";
  src: url("../font/OpenSans-ExtraBoldItalic.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: italic;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header  */
.menu {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 30px;
}
.menu img {
  width: 60%;
  padding: 0px 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: 30px 25px !important;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px; /* 164.286% */
  text-transform: uppercase;
}
.menu li.nav-item:hover a, .menu li.nav-item.active a {
  color: #fff;
}
.menu li.nav-item.logom a {
  padding: 0 !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: #629A98;
  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;
  font-size: 14px;
  border-radius: 31px;
  border: 2px solid #FF5159;
}
.menu li.nav-item {
  position: relative;
}
.menu ul.navbar-nav.mr-auto {
  border-bottom: 1px solid white;
  padding: 0 0 10px;
}

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) {
  .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: #FFF;
    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: #F2EDDF;
    border: 1px solid #8a8a8a;
  }
  .logom {
    display: none;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 150px;
  }
  .menu button.btn {
    display: none;
  }
  .menu li.nav-item a {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #bbd4d3 !important;
    margin: 0 0 !important;
    border-bottom: 0 solid;
    text-align: center;
  }
  .menu button img {
    width: 110%;
    padding: 0px 0;
    margin-top: -10px;
  }
  div#navbarSupportedContent {
    background: #5db1e6;
    border: 0;
    border-radius: 10px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  div#navbarSupportedContent {
    background: #000;
    border: 0;
    border-radius: 10px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu button.navbar-toggler {
    margin: 10px 0 0;
    font-size: 16px;
    padding: 5px 22px;
  }
  .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;
  }
  .menu li a button {
    width: 100%;
    font-size: 14px;
  }
  .menu .logoH {
    width: 120px;
  }
  .menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 2px 0px;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background-color: #000;
}

section {
  padding: 100px 0;
}

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

a {
  text-decoration: none;
}

h1 {
  color: var(--Celeste-claro, #BBD4D3);
  text-align: center;
  font-family: "Open Sans";
  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px; /* 123.077% */
}
h1 span {
  font-family: "Open Sans ExtraBold";
  font-style: italic;
  line-height: 48px;
}

h2 {
  color: var(--Celeste-claro, #BBD4D3);
  text-align: center;
  font-family: "Open Sans";
  font-size: 39px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px; /* 123.077% */
  text-transform: uppercase;
}
h2 span {
  font-family: "Open Sans ExtraBold";
  font-style: italic;
}

h2.ita {
  color: var(--Celeste-claro, #BBD4D3);
  font-family: "Open Sans ExtraBold";
  font-size: 56px;
  font-style: italic;
  font-weight: 800;
  line-height: 64px; /* 114.286% */
  text-transform: uppercase;
}

h4 {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 136.842% */
  text-transform: uppercase;
}

h6 {
  color: var(--Celeste-claro, #BBD4D3);
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 48px; /* 200% */
  text-transform: uppercase;
}

p {
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 143.478% */
}

button.btn, input.hs-button.primary.large {
  color: var(--Rosado, #FF5159);
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  background: transparent;
  border-radius: 40px;
  border: 2px solid var(--Rosado, #FF5159);
  display: block;
  margin: 0 auto;
}
button.btn img, input.hs-button.primary.large img {
  width: 24px;
  height: 24px;
  margin-left: 30px;
  margin-top: -4px;
}
button.btn:hover, input.hs-button.primary.large:hover {
  background: var(--Rosado, #FF5159);
  color: #fff;
  border: 2px solid var(--Rosado, #FF5159);
}

.swiper.mySwiper2.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress, .swiper.mySwiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress {
  padding-bottom: 40px;
}
.swiper.mySwiper2.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress .swiper-pagination-bullet-active, .swiper.mySwiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: white;
  width: 50px;
  border-radius: 5px;
  transition: 0.3s all linear;
}
.swiper.mySwiper2.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress .swiper-pagination-bullet, .swiper.mySwiper.swiper-coverflow.swiper-3d.swiper-initialized.swiper-horizontal.swiper-watch-progress .swiper-pagination-bullet {
  background: white;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 35px;
  }
  h2.ita {
    font-size: 40px;
    line-height: 50px;
  }
  p {
    font-size: 19px;
  }
  h6 {
    margin: 0 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  h1 {
    font-size: 25px;
    line-height: 30px; /* 123.077% */
    font-weight: 800;
  }
  h1 span {
    line-height: 30px; /* 123.077% */
  }
  p {
    font-size: 15px;
    line-height: 22px;
  }
  h6 {
    font-size: 18px;
    line-height: 30px; /* 240% */
    margin: 0;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h2.ita {
    font-size: 25px;
    line-height: 35px;
  }
  br {
    display: none;
  }
}
section.banner {
  background-image: url(../imagenes/FondoHeader.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0 250px;
}
section.banner p {
  max-width: 900px;
  margin: 60px auto;
}

@media screen and (max-width: 767px) {
  section.banner {
    background-image: url(../imagenes/movil/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 150px;
  }
  section.banner p {
    max-width: 900px;
    margin: 30px auto 50px;
  }
}
section.nosotros {
  position: relative;
  padding-bottom: 200px;
  background-color: #000;
}
section.nosotros::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  width: 300px;
  height: 580px;
  background-image: url("../imagenes/Estrella.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.nosotros::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 130px;
  height: 100px;
  background-image: url("../imagenes/numeral.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.nosotros h2 {
  text-align: left;
}
section.nosotros p.parrafoAbout {
  text-align: justify;
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 70px 0;
  }
  section.nosotros p.parrafoAbout {
    text-align: justify;
    margin-top: 70px;
    padding: 0 5px 0 60px;
  }
  section.nosotros::after {
    right: 4%;
    width: 130px;
    height: 50px;
  }
  section.nosotros::before {
    top: 23%;
    left: 0;
    width: 120px;
    height: 220px;
  }
  section.beneficios h2 {
    margin-bottom: 70px !important;
  }
  section.beneficios h2 br {
    display: block;
  }
}
section.beneficios {
  background-color: #000;
  padding-bottom: 200px;
  background-image: url(../imagenes/fondolineas1.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}
section.beneficios h2 {
  margin-bottom: 150px;
}
section.beneficios .card {
  padding: 0px 10px 60px;
  border-radius: 34px;
  background: var(--Celeste-gris, #629A98);
  box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800) var(--sds-size-depth-negative-200) var(--sds-color-black-400);
}
section.beneficios .card .eclipsep {
  background-image: url(../imagenes/Ellipse.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 136px;
  height: 136px;
  margin: 0 auto;
  margin-top: -65px;
  padding: 30px;
}
section.beneficios .card .eclipsep img {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  display: block;
}
section.beneficios .card h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 136.842% */
  margin: 40px auto 50px;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
section.beneficios .card h4 span {
  font-family: "Open Sans ExtraBold";
  font-size: 17px;
  font-style: italic;
  font-weight: 800;
}
section.beneficios .card h4::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #444;
  margin: 5px 0;
}
section.beneficios .card p {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

@media screen and (max-width: 992px) {
  section.beneficios {
    padding-bottom: 100px;
  }
  section.beneficios .card {
    margin: 50px 0;
    min-height: 350px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios .card {
    margin: 50px 0;
    min-height: auto;
    padding: 30px;
  }
}
section.form .container {
  background-image: url("../imagenes/fondoForm.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
section.form .bg figure img {
  padding: 100px 30px 0;
  width: 250px;
}
section.form .bg .contText {
  padding: 60px 30px 0;
}
section.form .bg .contText h6 {
  color: #000;
  margin: 0;
}
section.form .bg .contText h2 {
  text-align: left;
  color: #000;
  line-height: 56px;
  font-size: 56px;
}
section.form .bg .contText p {
  margin-top: 20px;
  text-align: left;
  color: #000;
}
section.form .bg-color {
  padding: 40px 60px 60px;
}
section.form .bg-color form {
  padding: 20px 40px 40px 60px;
  border-radius: 26px;
  opacity: 0.6;
  background: var(--Celeste-claro, #BBD4D3);
}
section.form .bg-color input#lastname-016429ed-6ef8-44fa-9174-13868c19001c {
  width: 217px;
}
section.form .bg-color input#firstname-016429ed-6ef8-44fa-9174-13868c19001c {
  width: 217px;
}
section.form .bg-color button, section.form .bg-color input, section.form .bg-color optgroup, section.form .bg-color select, section.form .bg-color textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form .bg-color button::-moz-placeholder, section.form .bg-color input::-moz-placeholder, section.form .bg-color optgroup::-moz-placeholder, section.form .bg-color select::-moz-placeholder, section.form .bg-color textarea::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
section.form .bg-color button::placeholder, section.form .bg-color input::placeholder, section.form .bg-color optgroup::placeholder, section.form .bg-color select::placeholder, section.form .bg-color textarea::placeholder {
  color: #000 !important;
  opacity: 1;
}
section.form .bg-color input.hs-button.primary.large {
  display: block;
  width: 100%;
  margin: 20px 0;
  max-width: 95%;
}

@media screen and (max-width: 992px) {
  section.form .bg .contText {
    padding: 20px 30px 20px;
  }
  form {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 100px 10px;
  }
  section.form .container {
    background-image: url("../imagenes/movil/form.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
  }
  section.form .container figure img {
    padding: 80px 0px 0;
    width: 150px;
  }
  section.form .container .contText {
    padding: 20px 10px 20px;
  }
  section.form .container .contText h2 {
    text-align: left;
    color: #000;
    line-height: 31px;
    font-size: 25px;
  }
  section.form .bg-color {
    padding: 10px 20px 60px;
  }
  section.form .bg-color form {
    padding: 20px 10px 40px 20px;
  }
  section.form .bg-color form input#lastname-016429ed-6ef8-44fa-9174-13868c19001c {
    width: 100%;
  }
  section.form .bg-color form input#firstname-016429ed-6ef8-44fa-9174-13868c19001c {
    width: 100%;
  }
}
.galeria {
  position: relative;
  margin: 120px 0 150px;
}
.galeria::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 18%;
  width: 80px;
  height: 200px;
  background-image: url(../imagenes/Rayo.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.galeria::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 130px;
  height: 100px;
  background-image: url("../imagenes/numeral.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.galeria h2 {
  margin: 0 0 90px;
}
.galeria .swiper-slide {
  opacity: 0.5;
  transition: 0.3s all linear;
}
.galeria .swiper-slide.swiper-slide-active {
  opacity: 1;
}

@media screen and (max-width: 992px) {
  .galeria::before {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .galeria {
    margin: 0 0 50px;
  }
  .galeria::before {
    content: "";
    top: 30px;
    left: -12%;
    width: 80px;
    height: 160px;
  }
  .galeria::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 70px;
  }
}
.video {
  background-image: url("../imagenes/Guitarra.png");
  background-position: 15% bottom;
  background-repeat: no-repeat;
  background-size: 50%;
}
.video h2 {
  text-align: left;
}
.video .contVideo {
  margin-top: 130px;
}

@media screen and (max-width: 992px) {
  .video .contVideo {
    margin-top: 30px;
    width: 100%;
  }
  .video .contVideo iframe {
    width: 100%;
  }
}
section.pasos {
  padding: 0 0 150px;
  position: relative;
  background-image: url(../imagenes/FondoPasos.png);
  background-position: 10px 170%;
  background-repeat: no-repeat;
  background-size: contain;
}
section.pasos::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 15%;
  width: 130px;
  height: 100px;
  background-image: url("../imagenes/iconestrella.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
section.pasos h2 {
  text-align: center;
  margin: 150px 0 150px;
}
section.pasos .card3 {
  padding: 30px;
  min-height: 200px;
}
section.pasos .card3 h4 {
  color: white;
  text-align: left;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
}
section.pasos .card3 p {
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  max-width: 350px;
}
section.pasos .card3 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  section.pasos .card3 {
    padding: 30px;
    min-height: 200px;
    max-width: 550px;
    margin: 0 auto;
  }
  section.pasos .card3 p {
    max-width: 100%;
  }
  section.pasos .card3 {
    padding: 18px 15px;
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding-bottom: 60px;
  }
  section.pasos::after {
    top: 19%;
    right: 7%;
    width: 100px;
    height: 55px;
  }
  section.pasos h2 {
    text-align: center;
    margin: 150px 0 100px;
  }
  section.pasos .card3 {
    padding-bottom: 0;
  }
  section.pasos h4 {
    font-size: 16px !important;
  }
  section.pasos P {
    font-size: 14px !important;
  }
  section.pasos figure.lineas {
    margin: -10px;
  }
  section.pasos .card3 {
    padding: 18px 15px;
    min-height: auto;
  }
}
.bannersSala {
  position: relative;
}
.bannersSala::after {
  content: "";
  position: absolute;
  bottom: -18%;
  right: 20%;
  width: 150px;
  height: 150px;
  background-image: url(../imagenes/Diamante.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .bannersSala::after {
    bottom: -18%;
    right: 20%;
    width: 110px;
    height: 80px;
  }
}
.preguntas {
  padding: 150px 0;
  position: relative;
}
.preguntas::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 5%;
  width: 80px;
  height: 80px;
  background-image: url("../imagenes/numeral.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.preguntas h2 {
  text-align: left;
  margin-bottom: 80px;
}
.preguntas .cardS {
  border-radius: 26px;
  background: var(--Celeste-gris, #629A98);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 60px 40px;
}
.preguntas .cardS h4 {
  font-family: "Open Sans ExtraBold";
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: block;
}
.preguntas .cardS hr {
  max-width: 60%;
  margin: 12px auto 40px;
  border: 1px solid #000;
}
.preguntas .cardS p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  max-width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .preguntas {
    padding: 100px 0;
    position: relative;
  }
  .preguntas::after {
    bottom: 60px;
    left: 5%;
    width: 60px;
    height: 60px;
  }
  .preguntas p {
    font-size: 15px !important;
  }
  .preguntas .cardS {
    border-radius: 26px;
    background: var(--Celeste-gris, #629A98);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 20px;
  }
}
.bannerFooter {
  padding-bottom: 0;
  position: relative;
}
.bannerFooter .container {
  background-image: url("../imagenes/FondoFooter.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  border-radius: 46px;
}
.bannerFooter .container h2 {
  color: #000;
}
.bannerFooter .container p {
  color: #000;
  margin: 40px 0;
}
.bannerFooter .container button.btn, .bannerFooter .container input.hs-button.primary.large {
  padding: 6px 23px;
}

footer {
  padding: 20px 0;
}
footer p {
  font-size: 14px;
}

footer {
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  width: 100px;
  height: 90px;
  background-image: url("../imagenes/logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .bannerFooter .container {
    background-image: url("../imagenes/FondoFooter.png");
    background-position: center right;
  }
  footer::before {
    top: 0;
    left: 12%;
    width: 90px;
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter .container {
    background-image: url(../imagenes/movil//footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 15px;
    border-radius: 30px;
  }
  footer::before {
    top: 10px;
    left: 0;
    width: 100%;
    height: 60px;
  }
  footer {
    padding: 80px 0 20px;
  }
}/*# sourceMappingURL=styles.css.map */