@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Gotham;
  src: url("../font/Gotham-Thin.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 200;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/GothamLight.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/GothamBook.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/GothamMedium.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/GothamBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Gotham;
  src: url("../font/Gotham-Black.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 800;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Gotham Black";
  src: url("../font/Gotham-Black.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  color: white;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: #FFF;
  text-align: center;
  font-family: "Gotham Black";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px; /* 95.556% */
  text-transform: capitalize;
}

h6 {
  color: #CDD605;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
  text-transform: uppercase;
}

h2 {
  color: #FFF;
  font-family: "Gotham Black";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px; /* 95.556% */
}
h2 span {
  font-family: Gotham;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
}

h4 {
  color: #422771;
  text-align: center;
  font-family: Gotham;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 138.889% */
  text-transform: uppercase;
}

h5 {
  color: var(--Naranja, #F28E1C);
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px; /* 54% */
  text-transform: uppercase;
}
h5 span {
  font-size: 16px;
}

p {
  color: #FFF;
  font-family: Gotham;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

button, a.btn-default {
    border:none!important;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 143.75% */
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 50px;
  background: #CDD605;
}

a {
  color: white;
  text-decoration: none;
}

.hiddenD1, .hiddenD {
  display: none;
}

.bgcont {
  background-image: url(../imagenes/FondoFormPasos.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h1 br {
    display: none;
  }
  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
  }
  .banner button, .banner a.btn-default {
    margin-top: 60px !important;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h2 span {
    font-size: 36px;
    line-height: 40px;
  }
  .hiddenM {
    display: none;
  }
  .hiddenD {
    display: flex;
  }
  button.navbar-toggler {
    float: right;
    padding: 20px 0;
  }
  button.navbar-toggler img {
    height: 30px;
    width: 40px;
  }
  .hiddenD1 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner h1 {
    font-size: 25px !important;
    line-height: 35px !important;
  }
  p br {
    display: none;
  }
  button, a.btn-default {
    font-size: 14px;
    line-height: 23px; /* 143.75% */
  }
  h2 {
    font-size: 32px;
  }
  h2 span {
    font-size: 32px;
    line-height: 40px;
  }
  h6 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .bgcont {
    background-image: url(../imagenes/movil/FondoFormularioPasos.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/* Menu  */
.menu {
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  position: absolute;
}
.menu img {
  height: 85px;
  width: auto;
}
.menu div#navbarSupportedContent {
  padding: 23px 0;
}
.menu a.btn-default {
  display: block;
  margin: 18px 0;
  border-radius: 25px;
  border: 2px solid var(--Naranja, #E96F0D);
  background-color: transparent;
  width: -moz-max-content;
  width: max-content;
  color: var(--Naranja, #E96F0D);
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 200% */
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background: transparent !important;
  border-radius: 30px;
  padding: 10px 20px;
}
.menu nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  width: 100%;
  display: block;
}
.menu .navbar-expand-lg .navbar-nav {
  flex-direction: row;
  width: 100%;
  display: flex;
  justify-content: center;
}
.menu a.nav-link {
  padding: 10px 30px !important;
  text-align: left;
  color: #FFF;
  text-align: center;
  font-family: Gotham;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 164.286% */
  text-transform: uppercase;
}
.menu a.nav-link:hover {
  color: #fff;
}
.menu figure {
  margin: 0;
  padding: 10px;
}
.menu .logoH {
  transition: transform 0.3s ease;
  width: 120px;
}
.menu .logoH:hover {
  animation: heartBeat 0.5s forwards; /* Cambia "bounce" por cualquier otra animación */
}
.menu svg.bi.bi-arrow-right-short {
  width: 56px;
  font-size: 50px;
  height: 40px;
  color: #000;
  background: #E61B80;
  border-radius: 13px;
  margin: 0;
  margin-top: -6px;
  margin-left: 12px;
}

.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 !important;
}

@media screen and (max-width: 992px) {
  a.btn-default.hiddenD {
    max-width: 60%;
    display: block;
    margin: 20px auto 40px;
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 10px 40px;
    border-radius: 20px;
    background: #00A8BA;
    border: navajowhite;
    width: 100%;
  }
  div#navbarSupportedContent {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4156862745);
  }
  div#navbarSupportedContent a.nav-link {
    color: #000;
    font-size: 19px;
    text-align: center;
    border-bottom: 1px solid white;
    padding-left: 3px !important;
    padding: 20px !important;
  }
  .navbar {
    justify-content: flex-end;
  }
  .btnheader {
    display: block;
    margin: 12px auto;
  }
  .banner .franjaYellow {
    max-width: 78%;
    padding: 5px;
  }
  .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 {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding: 15px 40px;
  }
  li.nav-item.active:first-child {
    border-top: 1px white solid;
  }
  button.navbar-toggler {
    box-shadow: none;
  }
  .menu li a {
    text-decoration: none;
  }
  .menu li a button {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "DM Serif Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #E41770;
    padding: 10px 40px;
    border-radius: 20px;
    border: 0;
    margin: 0 auto;
    max-width: -moz-max-content;
    max-width: max-content;
    display: block;
  }
}
.logoHidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .menu figure img {
    max-width: 300px;
    width: 100%;
    height: auto;
  }
  .menu figure img.logo {
    height: 50px;
    width: auto !important;
  }
  .menu a.nav-link {
    padding: 20px 20px !important;
    color: #1B1B1B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 23px; /* 115% */
    text-transform: capitalize;
  }
  .menu li.nav-item {
    width: 100%;
  }
  .menu .navbar-nav li.nav-item.active:first-child {
    border: none;
  }
  .btn-default.hiddenD {
    max-width: 80%;
    padding: 10px;
    margin: 30px auto;
  }
  li.nav-item {
    padding: 10px 0;
  }
  a.btn-default.hiddenD {
    max-width: 75%;
    display: block;
    margin: 20px auto 40px;
  }
  .banner h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .banner h1 span {
    font-size: 34px;
  }
  .menu button.navbar-toggler {
    float: right;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }
  .menu div#navbarSupportedContent a.nav-link {
    color: #000;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid white;
    padding-left: 3px !important;
    padding: 20px !important;
    text-transform: uppercase;
    padding: 7px !important;
  }
  .hidden3 {
    display: none !important;
  }
  .logoHidden {
    display: block;
  }
  .logoHidden img {
    max-width: 140px;
    margin: 0 auto;
    display: block;
  }
}
/* Menu  */
.banner {
  background-image: url(../imagenes/header.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0 250px;
}
.banner button, .banner a.btn-default {
  margin: 0 auto;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
.banner p {
  padding: 40px 0;
  line-height: 25px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .banner p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    background-image: url(../imagenes/movil/header.jpg);
    background-position: 60% 0;
    padding: 200px 0;
  }
  .banner figure img {
    margin-bottom: 40px;
  }
  .banner .logoHidden {
    display: none;
  }
}
.nosotros {
  background-color: #E61B80;
  position: relative;
  padding: 180px 0;
}
.nosotros p {
  max-width: 900px;
  text-align: left;
  margin: 20px 0;
}

@media screen and (max-width: 992px) {
  .nosotros p {
    max-width: 600px;
    margin: 30px auto 0;
    text-align: justify;
    line-height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .nosotros {
    padding: 60px 15px;
  }
  .nosotros h2 {
    line-height: 34px;
  }
  .nosotros h2 br {
    display: block;
  }
  .nosotros h2 span {
    font-size: 27px;
  }
  .nosotros h2 span br {
    display: none;
  }
  .nosotros p {
    max-width: 600px;
    margin: 0px auto 0;
    text-align: justify;
    line-height: 25px;
  }
}
.razones {
  background-color: white;
}
.razones .comtTitle h6 {
  text-align: center;
  color: #7576B6;
}
.razones .comtTitle h2 {
  color: #422771;
  text-align: center;
  font-family: "Gotham Black";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 43px; /* 95.556% */
  margin-bottom: 140px;
}
.razones .card-int {
  border-radius: 27px;
  background: var(--Contenedor, #E3F2F0);
  padding: 0px 20px 40px;
  min-height: 302px;
}
.razones .card-int figure.logorosa img {
  width: 150px;
  max-width: 150px;
  margin: 0 auto -60px;
  text-align: center;
  display: block;
  top: -65px;
  position: relative;
}
.razones .card-int p {
  color: #575756;
  text-align: center;
  font-size: 15px;
  line-height: 18px; /* 120% */
}
.razones .slidercard {
  display: none;
}

@media screen and (max-width: 992px) {
  .razones .card-int {
    min-height: 265px;
    margin: 10px 0 100px;
  }
  .razones .card-int figure.logorosa img {
    margin: 0 auto -100px;
    top: -100px;
  }
}
@media screen and (max-width: 767px) {
  .razones .comtTitle {
    margin-bottom: 80px;
  }
  .razones .slidercard {
    display: block;
  }
  .razones .swiper-wrapper {
    padding: 0 0 36px;
  }
  .razones span.swiper-pagination-bullet {
    border: 1px solid white;
    background: transparent;
  }
  .razones span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E61B80;
    border-color: #E61B80;
  }
  .razones .comtTitle h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }
  section.tresRazones h2 {
    line-height: 38px;
    margin: 20px 0;
  }
}
section.form {
  margin-top: -250px;
  padding-top: 450px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
section.form figure img {
  max-width: 200px;
  margin-bottom: 30px;
}
section.form h2 {
  text-align: left;
  color: #422771;
  font-size: 50px;
  line-height: 55px;
}
section.form input, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #1B1B1B;
  padding: 10px 0;
  color:  #1B1B1B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
section.form .form-columns-2 input {
  width: 100% !important;
}
section.form::-moz-placeholder {
  color: #1B1B1B;
  opacity: 1;
}
section.form::placeholder {
  color: #1B1B1B;
  opacity: 1;
}
section.form .hs_submit.hs-submit {
  max-width: 500px;
}
section.form input.hs-button.primary.large {
  border-radius: 50px;
  background: #422771;
  padding: 10px 50px;
  margin: 20px auto;
  color: var(--Blanco, #FFF);
  text-align: center;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 143.75% */
  text-transform: uppercase;
  width: 250px;
}

@media screen and (max-width: 992px) {
  section.form h6 {
    font-size: 20px;
    line-height: 17px;
  }
  section.form {
    margin-top: -550px;
    padding-top: 640px;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section.form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 40px !important;
  }
  section.form input, section.form select, section.form textarea {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  section.form input.hs-button.primary.large {
    width: 100%;
  }
  section.form {
    margin-top: -90px;
    padding-top: 10px;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
  }
  section.form h2 {
    font-size: 32px;
    line-height: 33px;
  }
  section.form span {
    display: block;
  }
}
.numeros .container {
  border-radius: 107px;
  background: var(--Violeta-ttulos, #422771);
  padding: 100px 40px;
}
.numeros h6 {
  text-align: center;
}
.numeros h2 {
  margin-bottom: 60px;
  text-align: center;
}
.numeros h5 {
  color: var(--Verde, #CDD605);
  font-family: "Gotham Black";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 125% */
  text-transform: uppercase;
  text-align: left;
}
.numeros p {
  font-size: 18px;
  font-style: normal;
}
.numeros span.number {
  color: var(--Naranja, #F28E1C);
  text-align: center;
  font-family: "Nexa Rust Sans-Trial";
  font-size: 46px;
  font-style: normal;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.numeros .col-lg-6 {
  padding: 30px;
  padding-top: 50px;
  position: relative;
}
.numeros .col-lg-6.line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-image: url(../imagenes/linea2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.numeros .col-lg-6.line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 1px;
  background-image: url(../imagenes/linea2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .numeros p {
    margin-bottom: 30px;
    line-height: 30px;
  }
  .numeros .col-lg-6::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    height: 1px;
    background-image: url(../imagenes/linea2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .numeros .container {
    border-radius: 36px;
    padding: 60px 20px;
  }
  .numeros .container img {
    width: 100px;
    max-width: 100px;
    margin: -50px;
  }
  .numeros .container h5 {
    font-size: 17px;
    line-height: 25px; /* 125% */
  }
  .numeros .container p {
    font-size: 14px;
    line-height: 18px;
  }
  .numeros .container .col-md-9.col-10 {
    padding: 0 0 0 20px;
  }
}
section.tresRazones {
  padding-top: 0;
}
section.tresRazones .contText {
  margin-bottom: 150px;
}
section.tresRazones h6 {
  color: #7576B6;
  margin-top: 100px;
}
section.tresRazones h2 {
  color: #422771;
}
section.tresRazones .list {
  padding: 60px 0 0;
  position: relative;
}
section.tresRazones .list::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 10%;
  width: 90%;
  height: 2px;
  background-image: url(../imagenes/linea2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.tresRazones .list h4 {
  color: #422771;
  font-family: Gotham;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  text-align: left;
}
section.tresRazones .list p {
  text-align: left;
  color: #575756;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 120% */
}
section.tresRazones .list span.angle img {
  margin-top: -2px;
}

@media screen and (max-width: 992px) {
  section.tresRazones h4 {
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 10px;
  }
  section.tresRazones h6 {
    margin: 0;
  }
  section.tresRazones p {
    line-height: 24px;
  }
  section.tresRazones .col-md-4 {
    padding: 40px 0;
  }
  section.tresRazones .col-md-4.c-ceter {
    padding: 40px 0;
    border: 1px solid white;
    border-left: 0px !important;
    border-right: 0px !important;
  }
}
section.video {
  background-color: #E61B80;
  margin-top: 300px;
}
section.video .container {
  margin-top: -400px;
}
section.video h6 {
  text-align: center;
  color: #7576B6;
}
section.video h2 {
  text-align: center;
  color: #422771;
  margin-bottom: 60px;
}
section.video iframe {
  max-width: 800px;
  height: 400px;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 50px;
    line-height: 33px;
  }
  h2 br {
    display: none;
  }
}
.preguntas {
  background-color: #E61B80;
}
.preguntas h6 {
  color: white;
  margin-top: 100px;
}
.preguntas h2 {
  margin-bottom: 60px;
}
.preguntas .swiper-slide-active {
  border-radius: 17px;
  background: rgba(227, 242, 240, 0.73);
}
.preguntas .list-slider {
  border-radius: 17px;
  background: rgba(227, 242, 240, 0.23);
  padding: 40px 20px;
}
.preguntas .list-slider h4 {
  color: #422771;
  font-family: Gotham;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-transform: uppercase;
  text-align: left;
}
.preguntas .list-slider p {
  color: #575756;
  font-family: Gotham;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 120% */
}
.preguntas .list-slider span.angle img {
  width: 25px !important;
  max-width: 25px;
  margin-top: -7px;
}
.preguntas .swiper.mySwiper2.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 0 0 40px;
}
.preguntas .swiper-pagination-bullet {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: transparent;
  border: 1px solid #fff;
}
.preguntas .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #CDD605;
}

@media screen and (max-width: 992px) {
  .preguntas {
    padding-top: 0;
  }
  .preguntas h6 {
    margin-top: 0;
  }
  .preguntas h4, .preguntas p {
    text-align: center !important;
  }
}
.galeria {
  background-color: #E61B80;
  padding: 0 0 100px;
}
.galeria h6 {
  text-align: center;
  color: white;
}
.galeria h2 {
  text-align: center;
  margin-bottom: 60px;
}
.galeria .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 20px 0;
}
.galeria .swiper-slide {
  opacity: 0.5;
}
.galeria .swiper-slide img {
  border-radius: 15px;
}
.galeria .swiper-slide-active {
  opacity: 1;
}
.galeria .swiper-slide-active img {
  transform: scale(1.1);
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .galeria h6 {
    margin: 10px;
  }
  .galeria h2 {
    margin-bottom: 40px;
  }
}
.bannerFooter {
  background-color: #E61B80;
  padding-bottom: 10px;
}
.bannerFooter h2 {
  text-align: center;
}
.bannerFooter a {
  display: block;
  text-align: center;
  margin: 40px 0 80px;
}
.bannerFooter p {
  padding: 20px;
  text-align: center;
}
.bannerFooter img {
  height: 80px;
  width: auto;
  margin-top: -30px;
}

@media screen and (max-width: 992px) {
  .bannerFooter p {
    padding: 30px 50px;
    line-height: 25px;
  }
  .bannerFooter img {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter .hiddenD {
    display: block !important;
  }
  .bannerFooter p {
    padding: 0px 50px;
    line-height: 25px;
    text-align: center;
    padding: 0;
  }
  .bannerFooter a {
    display: block;
    text-align: center;
    margin: 60px 20px;
  }
  .bannerFooter img {
    margin-top: 0px;
    margin: 0 auto 40px;
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */