@charset "UTF-8";
/* Font  */
@font-face {
  font-family: Roboto;
  src: url("../font/Roboto-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Roboto;
  src: url("../font/Roboto-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Roboto;
  src: url("../font/Roboto-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Roboto;
  src: url("../font/Roboto-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Roboto;
  src: url("../font/Roboto-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Roboto;
  src: url("../font/Roboto-Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  margin-top: 0;
  position: relative;
  width: 100%;
  min-height: 69px;
  background-color: #1081C4;
  border-radius: 0 0 47px 47px;
}
div.menu .container {
  max-width: 1130px;
}
div.menu img {
  max-width: 140px;
  margin: 16px 0;
  display: block;
  z-index: 1;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background-image: url(../imagenes/back-menu.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.menu .hamburger {
  position: relative;
  right: 0px;
  top: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 12px 7px;
  width: 40px;
  height: 40px;
  margin: 8px 0 0 auto;
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 30px;
  width: 30px;
  padding: 20px 20px;
  right: 10%;
}
div.menu ._layer {
  background: #ffffff;
  margin-bottom: 6px;
  border-radius: 2px;
  width: 30px;
  height: 3px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
div.menu .hamburger.is-active ._layer {
  background: #1081C4;
}
div.menu .hamburger:hover .-top {
  transform: translateY(-100%);
}
div.menu .hamburger:hover .-bottom {
  transform: translateY(100%);
}
div.menu .hamburger.is-active .-top {
  transform: translateY(200%) rotate(45deg) !important;
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-200%) rotate(135deg) !important;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}
div.menu .menuppal {
  background-color: rgba(255, 255, 255, 0.98);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}
div.menu .menuppal ul {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
div.menu .menuppal ul li {
  list-style: none;
  height: 3em;
  color: var(--negro, #212529);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a.btnbr {
  color: white;
}
div.menu .menuppal ul li a.btnbr:hover {
  background-color: #000;
  color: #fff;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #1081C4;
  zoom: 1.1;
}
div.menu .btn, div.menu .btnbr, div.menu input.hs-button.primary.large, div.menu a.btn.btnbr {
  background-color: #1081C4;
  text-transform: uppercase;
}
div.menu .btn img, div.menu .btnbr img, div.menu input.hs-button.primary.large img, div.menu a.btn.btnbr img {
  display: inline-block;
  margin: 0;
}
div.menu .btn:hover, div.menu .btnbr:hover, div.menu input.hs-button.primary.large:hover, div.menu a.btn.btnbr:hover {
  background-color: #1081C4;
  color: black;
}
div.menu .menu .container {
  max-width: 1560px;
}

@media screen and (max-width: 992px) {
  div.menu .container {
    max-width: 760px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .hamburger {
    top: 0;
  }
  div.menu img {
    max-width: 160px;
    margin: 14px 0;
    display: block;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  div.menu img {
    width: 71px;
  }
  div.menu .hamburger {
    top: 7px;
  }
  div.menu {
    min-height: 70px;
    padding: 20px 5px 5px;
    border-radius: 0 0 29px 29px;
  }
  div.menu img {
    top: 0;
    margin: 15px;
    position: relative;
  }
  div.menu .hamburger {
    padding: 0;
  }
  div.menu .menuppal ul li {
    font-size: 1.1rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .menuppal ul {
    margin: 0;
    padding: 0;
    padding-top: 70px;
  }
  div.menu ._layer {
    width: 24px !important;
    height: 3px !important;
  }
  div.menu .hamburger {
    padding: 8px 0;
  }
  div.menu .menuppal ul li a.btnbr {
    max-width: 70%;
    display: block;
    margin: 0 auto;
    padding: 4px;
  }
  div.menu img {
    top: 0px;
    position: relative;
    width: 105.515px;
    margin: 12px auto 8px;
    margin: 0 0;
  }
  div.menu .hamburger {
    padding: 0 8px;
    margin: 0;
    top: 3px;
  }
  div.menu img {
    position: relative;
    width: 100px;
  }
  .menu .col-md-2.col-2.d-lg-block {
    display: none;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
}

section {
  padding: 100px 0;
}

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

p b {
  font-weight: 700;
}

h1 {
  color: var(--Negro, #3D3D3D);
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
}
h1 span {
  color: var(--Azul, #1081C4);
}

.banner p {
  color: var(--Azul, #1081C4);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0 40px;
}

h6 {
  color: var(--Negro, #3D3D3D);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal; /* 411.111% */
}

h2 {
  color: var(--Negro, #3D3D3D);
  font-family: Roboto;
  font-size: 37px;
  font-style: normal;
  font-weight: 900;
  line-height: normal; /* 132.143% */
}
h2 span {
  color: var(--Azul, #1081C4);
}

h4 {
  color: var(--Negro, #3D3D3D);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: var(--Negro, #3D3D3D);
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large,
a.btn.btnbr {
  padding: 8px 40px 8px;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 23px;
  border: 2px solid var(--Azul, #1081C4);
  background: transparent;
  color: var(--Azul, #1081C4);
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover,
a.btn.btnbr:hover {
  background-color: #fff;
  color: #000;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 42px;
    line-height: 45px;
  }
  h2 {
    font-size: 33px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 38px;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 30px;
  }
  .banner p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 20px;
  }
  p {
    font-size: 16px;
  }
  footer {
    border-radius: 29px 29px 0 0;
    background: #1081C4;
  }
}
section.banner {
  padding: 40px 0 100px;
}
section.banner .container {
  max-width: 980px;
}
section.banner .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  section.banner {
    padding: 40px 20px 50px;
  }
}
@media screen and (max-width: 767px) {
  section.banner {
    padding: 40px 20px 50px;
  }
  section.banner figure img {
    margin-top: 40px;
  }
}
section.nosotros .container {
  max-width: 990px;
}
section.nosotros .row.bgGrey {
  padding: 85px;
  border-radius: 23px;
  background: var(--Gris, #ECEDED);
  position: relative;
}
section.nosotros .row.bgGrey::after {
  content: "";
  position: absolute;
  left: 10px;
  background-image: url(../imagenes/Lentes.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 442px;
  height: 254px;
  top: 190px;
}
section.nosotros p {
  padding-top: 40px;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 50px 10px;
  }
  section.nosotros .row.bgGrey {
    padding: 70px 40px;
  }
  section.nosotros .row.bgGrey::after {
    content: "";
    position: absolute;
    left: 10px;
    background-image: url(../imagenes/Lentes.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 342px;
    height: 214px;
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros .row.bgGrey {
    padding: 50px 20px 80px;
  }
  section.nosotros p {
    padding-left: 25px;
  }
  section.nosotros .row.bgGrey::after {
    top: initial;
    bottom: -110px;
  }
}
section.beneficios {
  padding-top: 80px;
}
section.beneficios .container {
  max-width: 1050px;
}
section.beneficios .cardbene {
  text-align: center;
  padding: 20px 35px;
}
section.beneficios .cardbene h4 {
  font-size: 14px;
  margin-bottom: 20px;
}
section.beneficios .cardbene figure img {
  width: 130px;
  margin-bottom: 35px;
}

@media screen and (max-width: 992px) {
  section.beneficios {
    padding: 80px 15px;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding-top: 120px;
  }
  section.beneficios img {
    max-width: 150px;
  }
  section.beneficios .cardbene {
    margin-bottom: 30px;
  }
}
section.form {
  background-image: url("../imagenes/form.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50%;
  background-color: #1081C4;
  padding: 10px 0;
  min-height: 570px;
}
section.form h6 {
  color: #fff;
  margin-bottom: 25px;
}
section.form h2 {
  text-align: left;
  color: white;
}
section.form .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 0 0 0 100px;
  height: 550px;
}
section.form form {
  background-size: contain;
  background-position: bottom left;
  background-repeat: repeat-x;
  max-width: 640px;
  padding: 0;
  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 #fff;
  padding: 0px 0 4px;
  border-radius: 0;
  color: var(--Rojo, #fff);
  font-family: Roboto;
  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: #fff;
}
section.form button::placeholder, section.form input::placeholder, section.form optgroup::placeholder, section.form select::placeholder, section.form textarea::placeholder {
  color: #fff;
}
section.form .input {
  height: 20px;
}
section.form input.hs-button.primary.large {
  color: white;
  border: 1px solid #fff;
  margin-top: 30px !important;
  position: relative;
}
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: 992px) {
  section.form {
    background-image: none;
    padding: 0 0 50px;
    border-radius: 65px 65px 0 0;
  }
  section.form form {
    margin: 0;
  }
  section.form .container {
    max-width: 100%;
    padding: 0;
  }
  section.form .cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0 60px;
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    background-image: none;
    padding: 0 0 50px;
    border-radius: 37px;
  }
  section.form .cont {
    padding: 35px 30px;
    height: auto;
  }
  section.form .cont h2 br {
    display: none;
  }
}
section.datos {
  padding: 150px 0;
  position: relative;
}
section.datos::after {
  content: "";
  position: absolute;
  background-image: url("../imagenes/Isotipo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  right: 15%;
  top: 8%;
}
section.datos .container {
  max-width: 860px;
}
section.datos h6 {
  text-align: center;
  margin-bottom: 15px;
}
section.datos h2 {
  text-align: center;
  margin-bottom: 70px;
}
section.datos figure {
  margin: 0;
}
section.datos figure img {
  width: 650px;
  margin: 0 auto;
  display: block;
  margin-bottom: -60px;
  position: relative;
  z-index: 999;
}
section.datos .cardDatos {
  border-radius: 23px;
  background: var(--Celeste, #6299d2);
  padding: 25px;
  min-height: 210px;
}
section.datos .cardDatos img {
  width: 25px;
  margin-bottom: 30px;
}
section.datos .cardDatos h4 {
  color: white;
  font-size: 14px;
  margin-bottom: 15px;
}
section.datos .cardDatos p {
  text-align: center;
  color: white;
}

@media screen and (max-width: 767px) {
  section.datos {
    padding: 150px 15px 50px;
  }
  section.datos .cardDatos {
    margin-bottom: 15px;
  }
  section.datos .cardDatos h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
section.galeria {
  padding: 0;
  margin: 0;
}
section.galeria .contGale {
  position: relative;
}
section.galeria .contGaleria {
  max-width: 800px;
  margin: 0 auto;
  position: absolute;
  bottom: 25%;
  left: 19%;
  z-index: 99999;
  width: 62%;
  margin: 0 auto;
}
section.galeria .contGaleria h6, section.galeria .contGaleria h2 {
  color: white;
}
section.galeria .container-fluid .swiper {
  position: relative;
  padding-top: 0;
}

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

.swiper-pagination-bullet-active {
  background: #000000;
}

.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. */
/* Estilo general para las flechas si aún no lo tienes (ajusta colores, tamaños, etc.) */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  bottom: inherit;
  z-index: 99999;
  transform: translateY(0);
  margin-top: 0;
  color: #333;
  font-size: 20px;
}

/* 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-next2 {
  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.mySwiper {
  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;
}

@media screen and (max-width: 992px) {
  section.galeria {
    padding: 100px 0;
  }
  section.galeria .btnSlider {
    display: block;
    position: relative;
    top: 60px;
    margin: 0 auto;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 50px 0 100px;
  }
  section.galeria h2 {
    font-size: 22px;
  }
  section.galeria .btnSlider {
    display: block;
    position: relative;
    top: 60px;
    margin: 0 auto;
    width: 40%;
  }
}
section.distintivo .container {
  max-width: 990px;
}
section.distintivo .row.bgGrey {
  padding: 85px;
  border-radius: 23px;
  background: var(--Gris, #ECEDED);
  position: relative;
}
section.distintivo p {
  padding-top: 40px;
}
section.distintivo h6 {
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  section.distintivo {
    padding: 0 15px;
  }
  .row.bgGrey {
    padding: 45px;
    border-radius: 23px;
    background: var(--Gris, #ECEDED);
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo .row.bgGrey {
    padding: 70px 20px;
    border-radius: 23px;
    background: var(--Gris, #ECEDED);
    position: relative;
  }
  section.distintivo .row.bgGrey p {
    font-size: 16px;
    line-height: normal;
    padding-left: 20px;
  }
}
section.video .container {
  max-width: 750px;
}
section.video h6 {
  text-align: center;
  margin-bottom: 15px;
}
section.video h2 {
  text-align: center;
  margin-bottom: 60px;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 480px;
  border-radius: 0;
}

@media screen and (max-width: 992px) {
  section.video {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.video h2 {
    margin-top: 20px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video p {
    margin-bottom: 50px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 0;
    margin: 0;
  }
  section.video {
    padding: 100px 0 40px;
  }
}
section.pasos {
  background-image: url("../imagenes/pasos.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.pasos .container {
  max-width: 840px;
}
section.pasos .cardPasos {
  max-width: 420px;
  border-radius: 23px;
  background: var(--Celeste, #6299D2);
  margin: 0 auto;
  padding: 40px 50px;
}
section.pasos .cardPasos figure {
  text-align: right;
}
section.pasos .cardPasos img {
  width: 71px;
  margin-bottom: 40px;
}
section.pasos h2 {
  margin-bottom: 100px;
}
section.pasos h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  color: white;
  font-size: 16px;
}
section.pasos p {
  color: white;
}
section.pasos .swiper.mySwiper3.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 600px;
}

@media screen and (max-width: 767px) {
  section.pasos {
    padding: 100px 15px;
  }
  section.pasos h2 {
    margin-bottom: 40px;
  }
  section.pasos h2, section.pasos h6 {
    padding-left: 30px;
  }
  section.pasos .btnSlider {
    bottom: 31px;
    position: absolute;
    left: 30%;
    width: 40%;
    margin: 0 auto;
    display: block;
  }
}
.bannerFooter {
  padding: 60px 0 20px;
}
.bannerFooter .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 90px;
}
.bannerFooter .cont p {
  color: var(--Azul, #1081C4);
  font-family: Roboto;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0 40px;
}
.bannerFooter img {
  padding: 20px;
}

footer {
  background-color: #1081C4;
  padding: 20px;
}
footer p {
  text-align: center;
  margin: 0;
  color: white;
  font-size: 11px;
}

@media screen and (max-width: 992px) {
  .bannerFooter .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
  }
  .bannerFooter .cont p {
    color: var(--Azul, #1081C4);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    padding: 60px 10px 60px;
  }
}/*# sourceMappingURL=styles.css.map */