@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Exo 2";
  src: url("../font/Exo2-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Exo 2";
  src: url("../font/Exo2-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Exo 2";
  src: url("../font/Exo2-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Exo 2";
  src: url("../font/Exo2-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu .container {
  max-width: 1700px;
}
div.menu img {
  max-width: 250px;
}
div.menu figure {
  margin: 0;
}
div.menu nav {
  background: #003C5C !important;
  position: relative !important;
  box-shadow: none !important;
  padding: 12px;
}
div.menu nav li {
  padding: 0 30px !important;
}
div.menu nav a.nav-link {
  color: var(--Blanco, #F5F5F5);
  text-align: center;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
div.menu nav a.btnbr {
  margin-left: 40px;
  background: transparent;
  padding: 10px 40px;
  color: #D7B47A;
  border-radius: 8px;
  border: 1.5px solid var(--Dorado, #D7B47A);
}
div.menu .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  flex-direction: row;
  justify-content: flex-end;
}
div.menu .navbar-toggler {
  display: none;
}

.dropdown-toggle::after {
  display: none;
}

.text-decoration-none {
  text-decoration: none !important;
}

@media screen and (max-width: 1200px) {
  div.menu .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  div.menu .navbar-expand-lg .navbar-collapse.show {
    display: block !important;
  }
  div.menu nav {
    padding: 24px 20px 8px !important;
  }
  div.menu .navbar-brand figure img {
    max-height: 40px;
    width: auto;
  }
  div.menu .navbar-toggler {
    display: inline-block !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
    width: 77%;
    text-align: right;
  }
  div.menu .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  div.menu .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  div.menu .navbar-collapse {
    display: none !important;
  }
  div.menu .navbar-collapse.show {
    display: block !important;
    margin-top: 20px;
    background: #003C5C;
    padding: 70px 10px;
    border-radius: 10px;
  }
  div.menu li {
    padding: 10px 0 !important;
    width: 100%;
  }
  div.menu li a.nav-link {
    padding: 12px 0 !important;
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  div.menu li a.nav-link:hover {
    color: var(--Blanco, #F9F9FF) !important;
    opacity: 0.8;
  }
  div.menu a.btnbr {
    margin-left: 0 !important;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px 40px !important;
  }
  div.menu .navbar-nav {
    flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: block;
  }
  a.navbar-brand.d-flex.align-items-center {
    display: inline-block !important;
    width: 20%;
  }
  .hiden-tt {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  div.menu nav {
    padding: 30px 15px !important;
  }
  div.menu nav .navbar-brand figure img {
    max-height: 35px;
  }
  div.menu nav .navbar-collapse.show {
    padding: 15px;
    margin-top: 15px;
  }
  div.menu nav li a.nav-link {
    font-size: 16px;
  }
  a.navbar-brand.d-flex.align-items-center {
    width: 40%;
  }
  div.menu .navbar-toggler {
    width: 53%;
  }
  div.menu nav li {
    padding: 0 15px !important;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
  background: var(--Blanco, #F9F9FF);
}

section {
  padding: 100px 0;
}

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

p b {
  font-weight: 700;
}

h1 {
  color: var(--Blanco, #F5F5F5);
  text-align: center;
  font-family: "Exo 2";
  font-size: 82px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.banner h2 {
  color: var(--Dorado, #D7B47A);
  text-align: center;
  font-family: "Exo 2";
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner p {
  color: var(--Blanco, #F5F5F5);
  text-align: center;
  font-family: "Exo 2";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h6 {
  border-radius: 10px 0;
  border: 1px solid var(--Dorado, #D7B47A);
  color: var(--Dorado, #D7B47A);
  text-align: center;
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 5px 10px;
  width: -moz-max-content;
  width: max-content;
}

h2 {
  color: var(--Azul, #003C5C);
  text-align: center;
  font-family: "Exo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

h4 {
  color: var(--Azul, #003C5C);
  text-align: center;
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

p {
  color: var(--Gris, #2D2D2D);
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.btn, .btnbr, input.hs-button.primary.large, a.btn.btnbr {
  padding: 15px 40px 15px;
  border-radius: 8px;
  background: var(--Dorado, #D7B47A);
  color: var(--Gris, #2D2D2D);
  text-align: center;
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover, a.btn.btnbr:hover {
  opacity: 0.7;
  background-color: #D7B47A;
  color: #2D2D2D;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  hr.line-int {
    max-width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 44px;
    line-height: 40px;
    margin: 0;
  }
  .banner h2 {
    font-size: 44px;
    line-height: 40px;
  }
  .banner p {
    font-size: 20px;
    line-height: normal;
  }
  h6 {
    font-size: 14px;
  }
  h2 {
    font-size: 36px;
  }
}
section.banner {
  background-image: url(../imagenes/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 950px;
  padding: 230px 0 0;
}
section.banner .row {
  display: block;
}
section.banner img {
  width: 80px;
  margin: 0 auto;
  display: block;
}
section.banner h2 {
  line-height: 70px;
}
section.banner figure.lineaheader img {
  width: 274.926px;
  height: 4.541px;
  margin: 28px auto 5px;
}
section.banner p {
  max-width: 600px;
  margin: 0 auto 40px;
}
section.banner a.btnbr {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  section.banner {
    padding: 150px 15px 100px;
    height: 650px;
  }
  section.banner img {
    width: 49px;
    margin-bottom: 40px;
  }
  section.banner h2 {
    height: -moz-fit-content;
    height: fit-content;
  }
  section.banner figure.lineaheader img {
    width: 204.926px;
    height: 4.541px;
    margin: 10px auto 5px;
  }
}
section.nosotros {
  background-color: #F5F5F5;
  padding: 200px 0 150px;
}
section.nosotros .container {
  max-width: 1440px;
}
section.nosotros h2 {
  text-align: left;
  margin-bottom: 30px;
}
section.nosotros p {
  max-width: 540px;
}
section.nosotros .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 200px 15px 150px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 100px 15px 100px;
  }
  section.nosotros img {
    margin-top: 40px;
  }
}
section.beneficios {
  background-image: url(../imagenes/razones.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
}
section.beneficios .container {
  max-width: 920px;
}
section.beneficios h6 {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 10px;
}
section.beneficios h2 {
  margin-bottom: 80px;
}
section.beneficios img {
  width: 80px;
  margin: 0 auto;
  display: block;
}
section.beneficios .cardbene {
  border-radius: 20px;
  border: 1px solid var(--Dorado, #D7B47A);
  background: var(--Blanco, #F5F5F5);
  margin: 20px 10px 60px;
  padding: 0px 50px 20px;
}
section.beneficios .cardbene h4 {
  margin-bottom: 20px;
}
section.beneficios .cardbene img {
  margin-top: -40px;
}
section.beneficios .cardbene p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  section.beneficios {
    background-image: url(../imagenes/movil/razones.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
section.form {
  background-color: #D7B47C;
  padding: 20px 0;
}
section.form .container {
  max-width: 1440px;
}
section.form h2 {
  text-align: left;
}
section.form img {
  margin-left: 70px;
}
section.form .dentro {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 640px;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
section.form button, section.form input, section.form optgroup, section.form select, section.form textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #2D2D2D;
  padding: 10px 0;
  border-radius: 0;
  color: var(--Gris, #2D2D2D);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
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: #2D2D2D;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #2D2D2D;
}
section.form input.hs-button.primary.large {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 50px 10px;
  background: #003c5c;
  color: #fff;
  border: 1px solid white !important;
  margin: 40px 0 0 !important;
  text-transform: uppercase;
  max-width: 50%;
}
section.form input.hs-button.primary.large:hover {
  background-color: #000;
  color: #fff;
}
section.form fieldset {
  max-width: 800px;
}
section.form input.hs-button.primary.large {
  margin: 0 auto;
}
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: 25px 0;
  display: block;
}
section.form .hs_submit.hs-submit {
  max-width: 93%;
}
section.form .btn, section.form .btnbr, section.form input.hs-button.primary.large {
  line-height: 15px;
}
section.form input.hs-button.primary.large {
  display: block !important;
  margin-top: 20px;
}
section.form .input .hs-input {
  width: 100% !important;
}
section.form .hs-fieldtype-intl-phone.hs-input input {
  width: 68% !important;
  float: right;
}
section.form .hs-fieldtype-intl-phone.hs-input select {
  float: left;
  width: 30% !important;
}

@media screen and (max-width: 1540px) {
  section.form {
    padding: 100px 50px;
  }
  section.form img {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 992px) {
  section.form {
    padding: 100px 15px 10px;
  }
  section.form h2 {
    font-size: 31px;
  }
  section.form img {
    margin: 40px auto 0;
  }
  section.form section.form input.hs-button.primary.large {
    width: 100%;
    max-width: 100%;
  }
}
section.datos {
  background-color: #003c5c;
  padding: 100px 50px;
}
section.datos .container {
  max-width: 1550px;
}
section.datos h2 {
  color: white;
  margin-bottom: 100px;
}
section.datos h5 {
  color: var(--Blanco, #F5F5F5);
  font-family: "Exo 2";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.datos .list {
  margin: 20px 0;
}
section.datos h4 {
  color: var(--Dorado, #D7B47A);
  font-family: "Exo 2";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
section.datos h6 {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 10px;
}
section.datos img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
section.datos figure img {
  width: 100%;
  height: auto;
}
section.datos p {
  color: var(--Blanco, #F5F5F5);
  font-family: "Exo 2";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.datos .flechas {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
}
section.datos .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  section.datos p {
    font-size: 20px;
  }
  section.datos figure img {
    margin: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 100px 15px 30px;
  }
}
section.galeria {
  background-color: #F5F5F5;
  padding: 150px 0 100px;
}
section.galeria h6 {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 10px;
}
section.galeria .swiper.mySwiper2 figure img {
  border-radius: 150px 0;
  padding: 0 50px;
}
section.galeria .swiper.mySwiper2 .btnSlider figure img {
  border-radius: 0;
  padding: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 90%;
}

.swiper-pagination-bullet-active {
  background: white;
}

.swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal {
  left: 0;
  width: -moz-max-content;
  width: max-content;
  color: white;
  color: var(--Blanco, #FFF);
  font-family: Oswald;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 68px;
  text-transform: uppercase;
}
.swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal span.swiper-pagination-current {
  font-weight: 700;
}

/* Asegúrate de que tu contenedor principal (donde está el Swiper) tenga 'position: relative' si vas a posicionar elementos absolutos dentro de él.
Si las flechas están fuera, puedes usar un contenedor específico para las flechas. */
/* Es importante sobrescribir las reglas por defecto de Swiper que vienen con su JS y CSS */
/* Usamos !important con cautela, solo si las reglas de Swiper están siendo más específicas */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons; /* Mantén esto si estás usando los íconos por defecto de Swiper */
  font-size: 20px; /* Tamaño de la flecha dentro del botón */
  color: #333; /* Color de la flecha */
  content: "next"; /* O 'prev' si estás sobrescribiendo los iconos por defecto y no usando un ícono */
}

/* Si los iconos por defecto de Swiper no te gustan o no aparecen, puedes usar un icono personalizado: */
.swiper-button-prev {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}

.swiper-button-prev:after {
  content: ""; /* O un Font Awesome: \f060 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}

.swiper-button-next {
  background-image: none; /* Elimina la imagen de fondo por defecto */
}

.swiper-button-next:after {
  content: ""; /* O un Font Awesome: \f061 */
  font-family: "Arial", sans-serif; /* O 'Font Awesome 5 Free' si usas FA */
  font-weight: 900; /* Para Font Awesome */
}

.swiper.mySwiper2 {
  padding-bottom: 90px;
  padding-top: 40px;
}

.swiper-slide img {
  cursor: pointer;
  transition: all 0.3s linear;
}

.swiper-slide.swiper-slide-active img {
  opacity: 1;
}

.swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal {
  text-align: center;
  position: relative;
  margin: 29px auto;
}

.swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal, span.swiper-pagination-current, span.swiper-pagination-total {
  font-size: 16px;
  font-family: Thunder;
}

section.galeria .container-fluid {
  padding: 0;
}
section.galeria .swiper-button-next, section.galeria .swiper-button-prev {
  width: 50px;
  height: auto;
}
section.galeria .swiper-button-prev.prev1 {
  left: 0px;
}
section.galeria .swiper-button-next.next1 {
  right: 0px;
}
section.galeria span.swiper-pagination-bullet {
  background: #2D2D2D;
  opacity: 0.6;
}
section.galeria span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D7B47A;
  opacity: 1;
}

@media screen and (max-width: 992px) {
  section.galeria .swiper.mySwiper2 figure img {
    margin: 0 8%;
    max-width: 84%;
    border-radius: 50px 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  section.galeria .btnSlider {
    position: absolute;
    bottom: 30px;
    width: 76%;
    margin: -10px auto !important;
    display: block;
    left: 12%;
  }
  section.galeria .swiper.mySwiper2 figure img {
    margin: 0;
    max-width: 100%;
    border-radius: 50px 0;
    padding: 0;
  }
}
section.distintivo {
  background-color: #F5F5F5;
  padding: 100px 0;
}
section.distintivo .container {
  max-width: 1440px;
}
section.distintivo h2 {
  text-align: left;
  margin-bottom: 30px;
}
section.distintivo p {
  max-width: 540px;
}
section.distintivo .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  section.distintivo {
    padding: 100px 15px 150px;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo {
    padding: 100px 15px 100px;
  }
}
section.video {
  background-color: #F5F5F5;
  padding: 100px 0;
}
section.video h6 {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 10px;
}
section.video h2 {
  margin-bottom: 80px;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 700px;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 60px 15px;
    border-radius: 40px;
  }
}
section.pasos {
  background-image: url("../imagenes/pasos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 350px 0 350px;
}
section.pasos h6 {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 0 10px;
}
section.pasos .number {
  border-radius: 10px 0;
  background: var(--Dorado, #D7B47A);
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  color: var(--Azul, #003C5C);
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  height: -moz-fit-content;
  height: fit-content;
}
section.pasos h4 {
  color: var(--Dorado, #D7B47A);
  font-family: "Exo 2";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 110% */
  text-transform: uppercase;
  text-align: left;
}
section.pasos p {
  color: var(--Blanco, #F5F5F5);
  font-family: "Exo 2";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 125% */
}
section.pasos h2 {
  text-align: left;
  color: white;
}
section.pasos .cont {
  padding-left: 20px;
}
section.pasos .cardPasos {
  padding: 40PX;
  max-width: 450px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1.5px solid var(--Dorado, #D7B47A);
  display: flex;
}
section.pasos .btnSlider {
  position: absolute;
  bottom: 30px;
  width: 14%;
  margin: 0 auto !important;
  display: block;
  left: 43%;
}
section.pasos .conte {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  section.pasos {
    padding: 150px 15px;
  }
  section.pasos h2 br {
    display: none;
  }
  section.pasos .btnSlider {
    position: absolute;
    bottom: 30px;
    width: 90px;
    margin: 0 auto !important;
    display: block;
    left: 38%;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 15px;
  }
  section.pasos h2 {
    font-size: 30px;
    margin-bottom: 80px;
  }
  section.pasos .cardPasos {
    padding: 20px;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1.5px solid var(--Dorado, #D7B47A);
    display: flex;
  }
}
.bannerFooter {
  background-image: url(../imagenes/footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
}
.bannerFooter img {
  width: 186px;
}
.bannerFooter h2 {
  text-align: left;
  font-size: 48px;
  font-weight: 700;
}
.bannerFooter p {
  margin-bottom: 40px;
}
.bannerFooter .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.bannerFooter .cont a.btnbr {
  max-width: 50%;
}

footer {
  background-color: #F5F5F5;
}
footer p {
  color: var(--Gris, #2D2D2D);
  font-family: "Exo 2";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 0;
  padding: 20px;
}

@media screen and (max-width: 992px) {
  section.bannerFooter p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section.bannerFooter {
    padding: 80px 15px 80px;
  }
  section.bannerFooter img {
    width: 40px;
  }
  section.bannerFooter h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .bannerFooter .cont a.btnbr {
    max-width: 100%;
  }
}/*# sourceMappingURL=styles.css.map */