@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-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("../font/Gotham.otf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  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;
  background-color: #F0F2F5;
  z-index: -5;
  position: relative;
}

section {
  padding: 100px 0;
}

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

h1 {
  color: var(--Azul, #000F9F);
  font-family: "Gotham Rounded";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

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

h2 {
  color: var(--Azul, #000F9F);
  text-align: center;
  font-family: "Gotham Rounded";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4, h3 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

button, a.btn-default {
  color: #FFF;
  text-align: center;
  font-family: "Gotham Rounded";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 143.75% */
  border-radius: 50px;
  background: #D2016B;
  width: 300px;
  padding: 10px 40px;
  line-height: 25px;
  border:none;
}

a {
  text-decoration: none;
}

.onda {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
}
.onda::after {
  content: "";
  position: absolute;
  bottom: -13px;
  right: 50px;
  display: block;
  width: 20%;
  height: 10px;
  background-image: url(../imagenes/onda.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.hiddenT {
  display: block;
}

.hiddenD {
  display: none;
}

.hiddenD1 {
  display: none;
}

.hiddenM {
  display: block;
}

.menu a.btn-default.hiddenD {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenD1 {
    display: flex;
  }
  .hiddenT {
    display: none;
  }
  .menu a.btn-default.hiddenD {
    display: block;
  }
  h1 {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
  }
  h1 br {
    display: none;
  }
  h1.onda::after {
    content: "";
    position: absolute;
    bottom: 7px;
    right: 10px;
  }
  h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
  }
  p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  h4, h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .hiddenM {
    display: none;
  }
  .hiddenD {
    display: block;
  }
  h1 {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
  }
  p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
  h2 {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
  }
}
/* Menu  */
.logo img {
  width: 250px;
  margin: 0 auto;
  display: block;
  padding: 30px 0 0;
}

.menu {
  padding: 0;
  width: 100%;
  top: 0px;
  left: 0;
  background-color: #000F9F;
  z-index: 21;
  position: relative;
}
.menu img {
  height: 70px;
  width: auto;
}
.menu div#navbarSupportedContent {
  padding: 23px 0;
}
.menu a.btn-default {
  display: block;
  margin: 25px 0;
  border-radius: 25px;
  background-color: #000F9F;
  width: -moz-max-content;
  width: max-content;
  color: #060707;
  text-align: center;
  font-family: Apercu;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px; /* 164.286% */
  text-transform: uppercase;
  padding: 6px 40px;
}
.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 Rounded";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px; /* 164.286% */
  text-transform: uppercase;
}
.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: #000F9F;
  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;
}

li.nav-item.active:after {
  display: none;
}

@media screen and (max-width: 992px) {
  .menu {
    background-color: white;
    padding-top: 20px;
    box-shadow: 0px 0px 30px -10px #000;
  }
  .menu img {
    height: 50px;
    width: auto;
  }
  .menu button.navbar-toggler img {
    max-width: 35px !important;
    height: auto;
  }
  .menu button.navbar-toggler {
    padding: 2px 24px;
    margin: 0 0;
  }
  a.btn-default.hiddenD {
    max-width: 60%;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 312.5% */
    text-transform: uppercase;
    border-radius: 0px;
    background: transparent;
  }
  div#navbarSupportedContent {
    border: 1px solid rgba(255, 255, 255, 0.4156862745);
  }
  div#navbarSupportedContent a.nav-link {
    color: #000F9F;
    font-size: 19px;
    text-align: center;
    border-bottom: 0px solid transparent;
    padding-left: 3px !important;
    padding: 12px !important;
  }
  .navbar {
    justify-content: flex-end;
  }
  .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: 8px 40px;
  }
  li.nav-item.active:first-child {
    border-top: 1px white solid;
    padding-top: 30px;
  }
  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;
  }
  li.nav-item.active:first-child {
    border-top: 0px white solid;
    padding-top: 10px;
  }
  button.navbar-toggler {
    padding: 8px 24px;
    border-radius: 10px;
    float: right;
    margin: 25px 0;
    color: #FFF;
    text-align: right;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 153.333% */
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .menu figure {
    margin: 0;
    padding: 0px;
  }
  menu {
    margin: 0;
    padding: 0;
  }
  .menu figure img {
    max-width: 300px;
    width: 86%;
    height: auto;
  }
  .menu figure img.logo {
    height: 35px;
    width: auto !important;
    margin-top: -2px;
  }
  .menu a.nav-link {
    padding: 20px 20px !important;
    color: #1B1B1B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    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;
  }
  .menu button.navbar-toggler {
    float: right;
    padding: 0 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0 0;
  }
  .menu div#navbarSupportedContent a.nav-link {
    font-size: 16px;
    text-align: center;
    padding-left: 3px !important;
    padding: 20px !important;
    text-transform: uppercase;
    padding: 7px !important;
  }
  li.nav-item:after {
    display: none;
  }
}
/* Menu  */
.banner {
  background-image: url(../imagenes/header.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 260px 0 460px;
  margin-top: -60px;
  position: relative;
}
.banner::after {
  content: "";
  display: block;
  width: 50%;
  height: 550px;
  background-image: url(../imagenes/Header1Micelanas.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 60px;
  right: 37%;
  z-index: -1;
}
.banner h1 {
  margin-bottom: 40px;
}
.banner p {
  margin-bottom: 40px;
  max-width: 500px;
}

.bannerM {
  display: none;
}

@media screen and (max-width: 992px) {
  .banner {
    padding: 80px 0 140px;
    margin-top: -40px;
    position: relative;
  }
  .banner::after {
    content: "";
    display: block;
    width: 40%;
    height: 200px;
    background-image: url(../imagenes/Header1Micelanas.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 35%;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    background: none;
    padding: 0px 0;
    margin-top: 0;
  }
  .banner::after {
    display: none;
  }
  .banner h1.onda::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 50px;
  }
  .banner p {
    margin-bottom: 40px;
    max-width: 320px;
    text-align: center;
    margin: 40px auto;
  }
  .banner button, .banner a.btn-default {
    margin: 0 auto;
    display: block;
  }
  .bannerM {
    padding: 0;
    display: block;
  }
}
.nosotros .row {
  display: block;
}
.nosotros h2 {
  text-align: center;
  display: block;
  margin: 0 auto 40px;
}
.nosotros h2.onda::after {
  right: 10px !important;
}
.nosotros p {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .nosotros {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  .nosotros {
    position: relative;
    padding: 250px 0 100px;
  }
  .nosotros::after {
    content: "";
    width: 50%;
    height: 260px;
    background-image: url(../imagenes/movil/Micelanas.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 2%;
    z-index: -1;
  }
  .nosotros h2 br {
    display: none;
  }
  .nosotros h2.onda::after {
    right: 30% !important;
  }
}
.razones {
  padding: 200px 0;
  position: relative;
  background-image: url(../imagenes/fondoAbout.png);
  background-position: 0 -307px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.razones::after {
  content: "";
  width: 17%;
  height: 230px;
  background-image: url(../imagenes/aboutMicel.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  right: 17%;
  z-index: -1;
}
.razones h2 {
  margin-bottom: 40px;
}
.razones .list {
  border-radius: 26px;
  background: var(--Azul-oscuro, #03004F);
  padding: 25px 40px;
  margin: 25px 0;
}
.razones .list h4 {
  display: inline;
  margin-right: 5px;
}
.razones .list p {
  display: inline;
  color: white;
}

@media screen and (max-width: 992px) {
  .razones {
    padding: 150px 0;
    position: relative;
    background-position: 10px 10%;
  }
}
@media screen and (max-width: 767px) {
  .razones {
    background-image: url(../imagenes/movil/linea.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px 0 100px;
  }
  .razones::after {
    display: none;
  }
  .razones h2 {
    margin: 80px 0 60px;
  }
  .razones .onda::after {
    right: 40%;
  }
  .razones .list {
    padding: 17px 30px;
    margin: 25px 0;
  }
  .razones .list h4 {
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 0;
  }
  .razones .list p {
    display: block;
    text-align: center;
  }
}
section.form {
  padding: 130px 0;
  background-color: #000F9F;
  background-image: url(../imagenes/Form.jpg);
  background-position: -30%;
  background-repeat: no-repeat;
  background-size: 62%;
}
section.form h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
}
section.form p {
  text-align: left;
  color: white;
  margin-bottom: 50px;
}
section.form .contTex {
  padding: 0 30px 0 80px;
}
section.form fieldset {
  max-width: 600px !important;
}
section.form form {
  padding: 0;
  max-width: 740px;
  margin: 0;
}
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: 10px 10px 10px;
  color: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0;
}
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 option {
  color: #fff;
}
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 {
  text-align: center;
  width: 100%;
  max-width: 600px;
  padding: 10px;
  margin: 20px auto;
  display: block;
  color: #fff;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  padding: 13px 40px;
  border-radius: 0;
  border-radius: 50px;
  background: var(--Fucsia, #D2016B);
}
section.form form .actions {
  text-align: left;
}
section.form .contHistoria {
  margin: 0 70px;
}

@media screen and (max-width: 992px) {
  section.form h2, section.form p {
    margin-bottom: 5px;
  }
  .form p br {
    display: none;
  }
  section.form .contTex {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding-top: 0;
    background-image: none !important;
  }
  section.form .contHistoria {
    margin: 0;
  }
  section.form form {
    padding: 0px;
  }
  section.form form input.hs-button.primary.large {
    width: 60%;
  }
  .bg2 {
    background-image: url("../imagenes/movil/back-form-datos.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.form {
    padding: 0 0 50px;
  }
  section.form .imim {
    margin: 0;
    padding: 0;
  }
  section.form figure {
    margin: 0;
    margin-bottom: 40px;
  }
  section.form h2, section.form p {
    margin-bottom: 25px;
  }
}
.galeria {
  padding: 120px 0 80px;
}
.galeria h2 {
  margin: 0 auto 0;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  padding: 100px 0;
}

.swiper-button-next {
  top: 700px;
  left: 48%;
  background: #d2016b;
  border-radius: 50%;
  padding: 30px;
}

.swiper-button-prev {
  top: 700px;
  left: 44%;
  background: #d2016b;
  border-radius: 50%;
  padding: 30px;
}

.swiper-button {
  top: 840px;
  left: 42%;
}

.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev i {
  color: white;
  font-size: 1.1em;
}

.swiper-button-next {
  left: 50%;
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-next i {
  color: white;
  font-size: 1.1em;
}

@media screen and (max-width: 992px) {
  .galeria {
    padding: 100px 0 80px;
  }
  .swiper-button-prev {
    top: 720px;
    left: 40%;
    padding: 25px;
  }
  .swiper-button-next {
    top: 720px;
    left: 50%;
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    top: 88%;
    left: 50%;
    padding: 22px;
    font-size: 15px;
  }
  .swiper-button-prev {
    top: 88%;
    left: 33%;
    padding: 22px;
    font-size: 15px;
  }
  .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    padding: 60px 0 100px;
  }
}
.soporte {
  position: relative;
}
.soporte::after {
  content: "";
  width: 100%;
  height: 500px;
  background-image: url(../imagenes/soporteMiselaneo.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -1;
}
.soporte h2 {
  text-align: left;
  margin-bottom: 50px;
  margin-top: 60%;
}
.soporte p {
  max-width: 550px;
}

@media screen and (max-width: 992px) {
  .soporte::after {
    content: "";
    width: 50%;
    height: 250px;
    top: 20px;
    right: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .soporte::after {
    content: "";
    width: 70%;
    height: 140px;
    top: -90px;
    right: 0;
    z-index: -1;
  }
  .soporte h2 {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 0;
    width: 100%;
  }
  .soporte p {
    max-width: 550px;
    margin-bottom: 70px;
  }
}
.bgPasosVideo {
  background-image: url("../imagenes/fondoPasosVideo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pasos {
  padding: 150px 0 0;
}
.pasos h2 {
  color: white;
  margin-bottom: 100px;
}
.pasos p {
  color: white;
}
.pasos .row.list {
  margin: 30px;
}

@media screen and (max-width: 767px) {
  .bgPasosVideo {
    margin-top: -210px;
    z-index: 5;
    position: relative;
  }
  .pasos {
    padding: 100px 0;
  }
  .pasos h4, .pasos h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 10px;
  }
}
section.video {
  padding: 250px 0 300px;
  background-image: url(../imagenes/lazo.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.video h2 {
  color: white;
  text-align: left;
  margin-top: 100px;
}
section.video img {
  width: 100%;
  max-width: 70%;
  margin-left: -100px;
}
section.video .contVideo {
  padding: 0;
}
section.video .contVideo iframe {
  height: 400px;
}

@media screen and (max-width: 992px) {
  section.video img {
    max-width: 300px;
    margin-bottom: 30px;
  }
  section.video {
    padding: 80px 0 80px;
    background-image: url(../imagenes/lazo.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 0 15px !important;
  }
  section.video .contVideo iframe {
    height: 70vw;
  }
  section.video h2 {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
    text-align: center;
  }
  section.video img {
    max-width: 220px;
    margin-bottom: 40px;
    margin: 0px;
  }
  section.video {
    padding: 80px 0 80px;
    background-image: url(../imagenes/lazo.png);
    background-position: 70% -70px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.preguntas {
  padding: 150px 0;
  position: relative;
}
.preguntas h2 {
  margin: 0 auto 60px;
}
.preguntas .swiper.mySwiper1 {
  padding: 0 0 100px;
  max-width: 1200px;
  margin: 0 auto;
}
.preguntas .swiper.mySwiper1 .swiper-button-prev {
  top: 270px;
}
.preguntas .swiper.mySwiper1 .swiper-button-prev::after {
  display: none;
}
.preguntas .swiper.mySwiper1 .swiper-button-prev i {
  color: white;
  font-size: 1.1em;
}
.preguntas .swiper.mySwiper1 .swiper-button-next {
  top: 270px;
  left: 50%;
}
.preguntas .swiper.mySwiper1 .swiper-button-next::after {
  display: none;
}
.preguntas .swiper.mySwiper1 .swiper-button-next i {
  color: white;
  font-size: 1.1em;
}
.preguntas .swiper-slide {
  border-radius: 17px 17px 17px 17px;
  background: var(--Azul, #000F9F);
  padding: 0 0 50px;
  max-height: 220px;
}
.preguntas .swiper-slide h3 {
  border-radius: 16px 16px 0px 0px;
  background: var(--Violeta, #6B01E7);
  padding: 20px 100px;
  text-align: center;
  text-transform: uppercase;
}
.preguntas .swiper-slide P {
  padding: 20px 150px;
  text-align: center;
  color: white;
}

@media screen and (max-width: 992px) {
  .preguntas .swiper-slide h3 {
    border-radius: 16px 16px 0px 0px;
    background: var(--Violeta, #6B01E7);
    padding: 20px 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .preguntas .swiper-slide P {
    padding: 20px 20px;
    text-align: center;
    color: white;
  }
}
@media screen and (max-width: 767px) {
  .preguntas {
    padding-bottom: 20px;
  }
  .preguntas h4, .preguntas h3 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
}
.bannerFooter {
  background-image: url("../imagenes/footerBanner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 550px 0 120px;
}
.bannerFooter h2 {
  text-align: left;
  margin-bottom: 60px;
}
.bannerFooter p {
  max-width: 500px;
  margin-bottom: 40px;
}
.bannerFooter button {
  width: 60%;
}

footer {
  text-align: center;
  background-color: white;
  padding: 38px 0 5px;
}
footer figure {
  margin: 0;
}
footer img {
  width: 100%;
  max-width: 200px;
}
footer p {
  color: var(--Azul, #000F9F);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

@media screen and (max-width: 992px) {
  .bannerFooter {
    padding: 410px 0 60px;
    margin-top: -200px;
  }
  .bannerFooter p {
    max-width: 400px;
    margin-bottom: 40px;
  }
  footer img {
    width: 100%;
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    padding: 100px 0 0;
    margin-top: 0;
    background: none;
  }
  .bannerFooter figure, .bannerFooter .col-12.hiddenD {
    margin: 0;
    padding: 0;
  }
  .bannerFooter h2 {
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .bannerFooter p {
    text-align: center;
    padding: 40px 0;
  }
  .bannerFooter button {
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    border: none;
  }
  footer figure {
    margin: 0;
  }
  footer p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
}/*# sourceMappingURL=styles.css.map */