@charset "UTF-8";
@font-face {
  font-family: "Intro Rust";
  src: url("../font/IntroRust.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@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-Medium.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-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header  */
.menu {
  width: 100%;
  top: 0;
  padding: 0px;
  background-color: transparent;
  z-index: 999999;
  margin-top: 40px;
}
.menu .logo img {
  width: 100%;
  padding: 8px 0;
  max-width: 100px;
  padding: 0px;
  margin: -40px 40px;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  margin: 0 auto;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  padding: 20px 20px;
  border-radius: 8px;
  background: #FFDE58 !important;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.menu a.nav-link {
  text-align: center;
  color: #151515;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.menu li.nav-item {
  border-right: 1px solid #151515;
}
.menu li.nav-item.no {
  border: 0;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 30px;
}
.menu .btnbr {
  margin-left: 15px;
  color: #FFF;
  text-align: center;
  font-family: "Intro Rust";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu li.nav-item.logom a {
  padding: 0 23px !important;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 180px;
}
.menu .logoH:hover {
  animation: heartBeat 0.5s forwards; /* Cambia "bounce" por cualquier otra animación */
}
.menu svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #000;
  background: #CE2686;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.menu button.btn {
  margin: 19px 8px 0;
  padding: 7px 25px;
}
.menu li.nav-item {
  position: relative;
}

button.navbar-toggler {
  border: none;
}

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

.btnheader {
  display: none;
}

.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 10px 20px;
  }
  li.nav-item.no.logo {
    display: none;
  }
  .menu li.nav-item {
    border-right: 0;
  }
  .menu button.navbar-toggler {
    text-align: center;
  }
  .menu img {
    width: 90%;
    padding: 0px 0;
  }
  .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;
    text-align: center;
    font-size: 24px;
  }
  li.nav-item.active:first-child {
    padding-top: 30px;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
  }
  div#navbarSupportedContent {
    background: #F2EDDF;
    border: 1px solid #8a8a8a;
  }
  .logom {
    display: none;
  }
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 110px;
  }
  .menu button.btn {
    display: none;
  }
  .menu li.nav-item a {
    text-align: center;
    font-size: 15px;
    border-bottom: 0;
  }
  .menu li.nav-item a.btnbr {
    display: block !important;
    margin: 20px auto 0;
    width: 80% !important;
    padding: 8px 20px;
  }
  .menu button img {
    width: 110%;
    padding: 0px 0;
    margin-top: -10px;
  }
  div#navbarSupportedContent {
    background: url(../imagenes/movil/menu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    border-radius: 2px;
  }
  .menu li.nav-item:after {
    display: none;
  }
  .menu {
    padding: 10px;
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu .logoH {
    transition: transform 0.3s ease;
    width: 80px;
  }
  .menu button img {
    width: 90%;
    padding: 0px 0;
    margin-top: -10px;
  }
  .menu img {
    max-width: 160px;
    padding: 0 10px;
  }
  .menu figure img {
    max-width: 200px;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .menu .navbar-nav {
    padding: 0;
    padding-bottom: 40px;
  }
  .menu .logo img {
    width: 100%;
    padding: 8px 0;
    max-width: 80px;
    padding: 0px;
    margin: -40px 0 -40px 140%;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

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

a {
  text-decoration: none;
}

h1 {
  color: #151515;
  font-family: "Intro Rust";
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 108.333% */
}

.banner p {
  color: #151515;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h2 {
  color: #151515;
  text-align: center;
  font-family: "Intro Rust";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  color: #FFF;
  font-family: "Intro Rust";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}

p {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.btn, .btnbr, input.hs-button.primary.large {
  padding: 10px 30px;
  border-radius: 6px;
  background: #C52726;
  color: #FFF;
  text-align: center;
  font-family: "Intro Rust";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bg1 {
  background-image: url("../imagenes/header-pasos.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg2 {
  background-image: url("../imagenes/galeria-datos-pasos.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hiddenDL {
  display: none;
}

.hiddenD2 {
  display: none;
}

.logomovil {
  display: none;
}

@media screen and (max-width: 992px) {
  .logomovil {
    display: block;
  }
  .hiddenDL {
    display: block;
  }
  .hiddenT {
    display: none;
  }
  .hiddenD2 {
    display: block;
  }
  h1 {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 108.333% */
  }
  h1 br {
    display: none;
  }
  .banner p {
    font-size: 18px;
  }
  h2 {
    color: #151515;
    text-align: center;
    font-family: "Intro Rust";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  h4 {
    color: #FFF;
    font-family: "Intro Rust";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
  }
  p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    padding: 10px 30px;
    border-radius: 6px;
    background: #C52726;
    color: #FFF;
    text-align: center;
    font-family: "Intro Rust";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none;
  }
  br {
    display: none;
  }
  h1 {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 115.385% */
  }
  .banner p {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .banner p span {
    font-weight: 800;
  }
  .banner p br {
    display: block;
  }
  .btn, .btnbr, input.hs-button.primary.large {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
  }
  .bg1 {
    background-image: url("../imagenes/movil/back-header-conocenos.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg2 {
    background-image: url("../imagenes/movil/back-header-conocenos.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
section.banner h1 {
  margin-top: 90px;
  position: relative;
}
section.banner h1::after {
  content: "";
  position: absolute;
  top: -30%;
  right: 20px;
  width: 50px;
  height: 70px;
  background-image: url(../imagenes/miscelanea-header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.banner p {
  margin: 20px 0 40px;
}

@media screen and (max-width: 992px) {
  section.banner {
    padding: 100px 15px;
  }
  section.banner h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  section.banner figure img {
    margin-top: 60px;
  }
}
section.nosotros {
  max-width: 1100px;
  margin: 0 auto;
}
section.nosotros p {
  text-align: center;
}
section.nosotros .cardAbout {
  border-radius: 10px;
  border: 2px solid #20AB76;
  background: #FFF;
  max-width: 400px;
  padding: 40px 20px;
  margin: 0 auto;
  margin-top: 40px;
  transform: rotate(-1deg);
}
section.nosotros .cardAbout::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 46px;
  width: 46px;
  height: 46px;
  background-image: url(../imagenes/logo1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.nosotros .cardAbout p {
  color: #20AB76;
}

@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 100px 15px;
  }
  section.nosotros p {
    text-align: center;
  }
}
section.beneficios .container {
  background-image: url(../imagenes/beneficios.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 80px;
  border-radius: 10px;
}
section.beneficios .container h3 {
  color: #FFF;
  font-family: "Intro Rust";
  font-size: 49px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 102.041% */
  margin-bottom: 80px;
  position: relative;
}
section.beneficios .container h3::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -30px;
  width: 50px;
  height: 70px;
  background-image: url(../imagenes/miscelaneaBeneficios1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.beneficios .container h3::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: -15px;
  width: 50px;
  height: 70px;
  background-image: url(../imagenes/miscelaneaBeneficios2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.beneficios .container h3 span {
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
}
section.beneficios .container .listBene {
  margin-bottom: 60px;
  padding-right: 30px;
}
section.beneficios .container .listBene p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media screen and (max-width: 992px) {
  section.beneficios .container {
    padding: 100px 30px;
  }
  section.beneficios .container h3 {
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 102.041% */
  }
  section.beneficios .container h3 br {
    display: none;
  }
  section.beneficios .container h3 span {
    font-size: 1.8em;
    line-height: 1em;
  }
  section.beneficios .container .listBene {
    margin-bottom: 60px;
    padding-right: 30px;
    min-height: 190px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios .container {
    width: 94%;
  }
  section.beneficios .container h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 107.143% */
  }
  section.beneficios .container h4 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
  }
  section.beneficios .container p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
  }
  section.beneficios .container .listBene {
    margin-bottom: 60px;
    padding-right: 0;
    min-height: 90px;
  }
}
section.form {
  max-width: 1100px;
  margin: 0 auto;
}
section.form h2 {
  max-width: 85%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
section.form h2::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 35%;
  width: 40px;
  height: 40px;
  background-image: url(../imagenes/miscelanea-form.png);
  background-position: center;
  background-repeat: no-repeat;
  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 #151515;
  padding: 10px 0;
  border-radius: 0;
  color: #151515;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  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: #151515;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #151515;
}
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-top: 30px;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  border-radius: 15px;
}
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 {
    max-width: 65%;
    margin: 60px auto 0;
    text-align: left;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 20px 20px 60px;
  }
  section.form h2 {
    max-width: 100%;
    margin: 70px auto 0;
    text-align: left;
    position: relative;
  }
}
.galeria .row.titulo {
  margin: 0;
  max-width: 1000px;
  text-align: left;
  margin-bottom: 20px;
}

section.datos {
  max-width: 12000px;
  margin: 0 auto;
}
section.datos h3 {
  color: #151515;
  font-family: "Intro Rust";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 125% */
}
section.datos h3 span {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 94.286% */
  position: relative;
  display: block;
}
section.datos h3 span::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 47%;
  width: 50px;
  height: 70px;
  background-image: url(../imagenes/miscelanea.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.datos .list {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 80%;
}

@media screen and (max-width: 992px) {
  section.datos h3 {
    font-size: 35px;
    line-height: 41px;
  }
  section.datos h3 span::after {
    right: 7%;
  }
  section.datos h3 span {
    font-size: 1.5em;
    line-height: 1em;
  }
  section.datos h3 span br {
    display: none;
  }
  section.datos .list {
    margin: 0 auto;
    margin-bottom: 0px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 60px 15px;
  }
  section.datos h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  section.datos h3 span::after {
    left: 45%;
    width: 30px;
    bottom: -30px;
    right: inherit;
  }
  section.datos .row.list {
    margin: 30px 0 0;
    width: 100%;
  }
}
section.pasos h2 {
  margin-bottom: 30px;
}
section.pasos .cardPasos {
  border-radius: 10px;
  border: 3px solid #20AB76;
  background: #FFF;
  padding: 30px;
  margin: 20px 10px;
}
section.pasos .cardPasos .number {
  color: #20AB76;
  text-align: right;
  font-family: "Intro Rust";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: right;
  display: block;
}
section.pasos .cardPasos h4 {
  margin: 0;
  color: #151515;
  font-family: "Intro Rust";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 5px;
}
section.pasos .cardPasos.seis {
  position: relative;
}
section.pasos .cardPasos.seis::after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 60px;
  width: 80px;
  height: 80px;
  background-image: url(../imagenes/logo2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.pasos .cardPasos.tres {
  position: relative;
}
section.pasos .cardPasos.tres::after {
  content: "";
  position: absolute;
  top: 12%;
  left: -28px;
  width: 50px;
  height: 50px;
  background-image: url(../imagenes/logo3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 992px) {
  section.pasos .cardPasos {
    border-radius: 10px;
    border: 3px solid #20AB76;
    background: #FFF;
    padding: 30px;
    margin: 20px 10px;
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos .cardPasos {
    border-radius: 10px;
    border: 3px solid #20AB76;
    background: #FFF;
    padding: 20px 20px;
    margin: 20px 10px;
    min-height: auto;
  }
  section.pasos .cardPasos h4 {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
section.video {
  padding-top: 150px;
}
section.video h2 {
  margin-bottom: 50px;
}
section.video .row.contVideo {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
section.video iframe {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 700px;
  padding: 0;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 510px;
  }
}
@media screen and (max-width: 767px) {
  section.video iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 250px;
  }
  .row.contVideo {
    margin: 0 auto;
  }
  section.video {
    padding-top: 50px;
  }
}
section.preguntas {
  max-width: 1000px;
  margin: 0 auto;
}
section.preguntas .container {
  position: relative;
}
section.preguntas .container::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -20px;
  width: 50px;
  height: 70px;
  background-image: url(../imagenes/miscelanea-faq.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.preguntas .container::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -20px;
  width: 50px;
  height: 70px;
  background-image: url(../imagenes/miscelanea-faq2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.preguntas .number {
  color: #151515;
  text-align: center;
  font-family: "Intro Rust";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.preguntas h4 {
  color: #151515;
  font-family: "Intro Rust";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.preguntas .list {
  padding-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  section.preguntas {
    padding: 40px 0 60px;
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
  }
  section.preguntas .number {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  section.preguntas h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.bannerFooter .container {
  background-image: url(../imagenes/footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
  border-radius: 5px;
}
.bannerFooter .container h2 {
  color: #FFF;
  font-family: "Intro Rust";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 100% */
  text-align: left;
  margin-top: 60px;
}
.bannerFooter .container h3 {
  color: #FFF;
  font-family: "Intro Rust";
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; /* 110% */
}
.bannerFooter .container p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  margin: 20px 0 40px;
}

footer img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}
footer p {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 186.667% */
}

@media screen and (max-width: 992px) {
  .bannerFooter .container {
    padding: 80px 40px;
  }
  .bannerFooter .container h2 {
    margin: 0;
    font-size: 25px;
  }
  .bannerFooter .container h3 {
    font-size: 33px;
    line-height: 40px; /* 110% */
  }
  .bannerFooter .container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter .container {
    margin: 0 auto;
    width: 94%;
    padding: 60px 20px;
  }
  .bannerFooter .container h2 {
    color: #FFF;
    font-family: "Intro Rust";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 109.091% */
  }
  .bannerFooter .container h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .bannerFooter .container p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  footer img {
    max-width: 80px;
    margin: 0 auto;
    display: block;
  }
  footer p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 186.667% */
  }
}/*# sourceMappingURL=styles.css.map */