@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "DINNeuzeitGrotesk LT BoldCond";
  src: url("../font/DINNeuzeitGroteskLT-BoldCond.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "DINNeuzeitGrotesk LT Light";
  src: url("../font/DINNeuzeitGroteskLT-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: BelindaW00-Regular;
  src: url("../font/Belinda_W00_Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  position: relative;
  width: 100%;
  min-height: 85px;
  background-color: white;
}
div.menu .container {
  max-width: 1700px;
}
div.menu img {
  max-width: 190px;
  margin: 26px auto;
  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: 14px;
  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;
  background: #fff;
  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: #2F2E2E;
  margin-bottom: 5px;
  border-radius: 2px;
  width: 25px;
  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: #2F2E2E;
}
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: "DINNeuzeitGrotesk LT Light";
  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: #2F2E2E;
  zoom: 1.1;
}
div.menu .btn, div.menu .btnbr, div.menu input.hs-button.primary.large, div.menu a.btn.btnbr {
  background-color: #2F2E2E;
  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: #2F2E2E;
  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: 10px;
  }
  div.menu img {
    max-width: 150px;
    margin: 30px auto;
    display: block;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  div.menu .hamburger {
    top: 7px;
  }
  div.menu {
    min-height: 70px;
    padding: 20px 5px 5px;
  }
  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: 4px 8px;
  }
  div.menu img {
    top: 0px;
    position: relative;
    width: 146px;
    margin: 12px auto 8px;
    margin: 18px 0;
  }
  .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: #FFF;
  text-align: center;
  font-family: "DINNeuzeitGrotesk LT BoldCond";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 98% */
}

.banner h2 {
  color: #FFF;
  text-align: center;
  font-family: BelindaW00-Regular;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 98px; /* 122.5% */
}

.banner p {
  color: #FFF;
  text-align: center;
  font-family: "DINNeuzeitGrotesk LT Light";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 158.333% */
}

h2 {
  color: var(--negro, #2F2E2E);
  font-family: "DINNeuzeitGrotesk LT BoldCond";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 135.714% */
}

h4 {
  color: var(--negro, #2F2E2E);
  font-family: BelindaW00-Regular;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 0% */
}

p {
  color: var(--negro, #2F2E2E);
  font-family: "DINNeuzeitGrotesk LT Light";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.btn, .btnbr, input.hs-button.primary.large, a.btn.btnbr {
  padding: 10px 40px 4px;
  border-radius: 0;
  background: transparent;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 1.5px solid #FFF;
  color: #FFF;
  font-family: "DINNeuzeitGrotesk LT BoldCond";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 180% */
}
.btn:hover, .btnbr:hover, input.hs-button.primary.large:hover, a.btn.btnbr:hover {
  background-color: #000;
  color: #fff;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
}

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

.bg2 {
  background-image: url("../imagenes/fondo2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg3 {
  background-image: url("../imagenes/fondo3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.line-int {
  max-width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 70px;
    line-height: 60px;
  }
  .banner h2 {
    font-size: 67px;
    line-height: 63px;
  }
  .banner p {
    font-size: 22px;
  }
  hr.line-int {
    max-width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 35px;
    line-height: 38px;
  }
  .banner h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .banner p {
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
  }
  .bg1 {
    background-image: url("../imagenes/movil/fondo1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg1 hr.line-int {
    max-width: 80% !important;
    margin-top: 100px;
  }
  .bg2 {
    background-image: url("../imagenes/fondo2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bg3 {
    background-image: url("../imagenes/fondo3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  h4 {
    font-size: 19px;
    line-height: 17px;
  }
}
section.banner {
  background-image: url("../imagenes/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 300px 0 200px;
}
section.banner .row {
  display: block;
}
section.banner h2 {
  margin-bottom: 40px;
}
section.banner p {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
section.banner .btn, section.banner .btnbr, section.banner input.hs-button.primary.large, section.banner a.btn.btnbr {
  margin: 70px auto 0;
  display: block;
}

@media screen and (max-width: 767px) {
  section.banner {
    padding: 150px 15px;
  }
  section.banner p {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
section.nosotros {
  padding: 380px 0 300px;
  background-image: url("../imagenes/nosotros.jpg");
  background-position: right;
  background-size: 46%;
  background-repeat: no-repeat;
}
section.nosotros .container {
  max-width: 1450px;
}
section.nosotros .container p {
  max-width: 90%;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 150px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 120px 15px 120px;
    min-height: 980px;
    background-image: url("../imagenes/nosotros.jpg");
    background-position: bottom right;
    background-size: 92%;
    background-repeat: no-repeat;
  }
  section.nosotros .container p {
    max-width: 100%;
  }
}
section.beneficios {
  padding: 200px 0 150px;
}
section.beneficios .line-int-2 {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 200px;
}
section.beneficios img {
  width: 256px;
  margin: 0 auto;
  display: block;
}
section.beneficios .cardBene {
  border: 0.3px solid var(--negro, #2F2E2E);
  background: #FFF;
}
section.beneficios .cardBene h4 {
  border-bottom: 1px solid #2F2E2E;
  padding: 30px;
}
section.beneficios .cardBene p {
  padding: 15px 30px;
}

@media screen and (max-width: 992px) {
  section.beneficios img {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 80px 15px 100px;
  }
  section.beneficios img {
    max-width: 220px;
  }
  section.beneficios .cardBene {
    margin: 20px 0;
  }
  section.beneficios .logoTitulo {
    display: none;
  }
  section.beneficios .cardBene h4 {
    padding: 20px;
  }
  section.beneficios .line-int-2 {
    max-width: 840px;
    margin: 0 auto;
    margin-top: 100px;
  }
}
section.form {
  padding-bottom: 0;
  padding: 120px 0;
  position: relative;
  background-image: url("../imagenes/form.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.form .container {
  max-width: 1520px;
}
section.form .container .bgBlack {
  max-width: 60%;
  padding: 60px;
  background: var(--negro, #2F2E2E);
  margin: 0 auto;
}
section.form h2 {
  text-align: center;
  color: white;
  text-transform: uppercase;
}
section.form p {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 30px;
}
section.form .cont {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
section.form .contForm {
  max-width: 800px;
  margin: 0;
}
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: 10px 0;
  border-radius: 0;
  color: #fff;
  font-family: "DINNeuzeitGrotesk LT Light";
  font-size: 14px;
  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.hs-button.primary.large {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 50px 10px;
  background: transparent;
  border: 1px solid white !important;
  margin: 40px auto 0 !important;
}
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 .container .bgBlack {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 100px 0;
    position: relative;
    background-image: url("../imagenes/movil/form.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  section.form .container .bgBlack {
    max-width: 92%;
    padding: 50px 30px;
  }
}
section.datos {
  padding: 250px 0 250px;
  background-image: url("../imagenes/numeros.jpg");
  background-position: left;
  background-size: 46%;
  background-repeat: no-repeat;
}
section.datos .dentro {
  padding: 0 120px;
}
section.datos .list ul {
  display: flex;
  flex-direction: row;
  padding: 30px 0 0;
}
section.datos .list li {
  list-style: none;
}
section.datos .list li h4 {
  color: var(--negro, #2F2E2E);
  font-family: "DINNeuzeitGrotesk LT Light";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 92.857% */
}
section.datos .list li P {
  font-size: 20px;
}
section.datos .list img {
  width: 24.563px;
  margin: 0 30px 0 0;
}

.bg2 .line-int {
  margin-top: 150px;
}
.bg2 .line-int.dos {
  margin-top: 80px;
}

@media screen and (max-width: 992px) {
  section.datos .dentro {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 60px 0 80px;
    background-image: url(../imagenes/numeros.jpg);
    background-position: top left;
    background-size: 92%;
    background-repeat: no-repeat;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .bg2 .line-int {
    margin-top: 110px;
    margin-bottom: 80px;
  }
  section.datos .list li h4 {
    font-size: 22px;
    line-height: 26px;
  }
  section.datos .list li p {
    font-size: 18px;
  }
  .bg2 .line-int.dos {
    margin-top: 50px;
  }
}
section.galeria {
  padding: 200px 0 200px;
}
section.galeria h2, section.galeria p {
  text-align: center;
  color: #333;
}
section.galeria .line-int {
  margin-top: 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. */
/* Estilo general para las flechas si aún no lo tienes (ajusta colores, tamaños, etc.) */
.swiper-button-prev,
.swiper-button-next {
  width: 60px; /* Tamaño del botón */
  height: 35px; /* Tamaño del botón */
  border-radius: 50%; /* Para que sean redondos */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute; /* Hacemos que se posicionen de forma absoluta */
  top: auto; /* Anulamos cualquier 'top' por defecto */
  bottom: 0; /* Posicionamos debajo del slider, ajusta este valor según la separación que quieras */
  z-index: 10; /* Para asegurar que estén por encima de otros elementos si hay superposiciones */
  transform: translateY(0); /* Anulamos transformaciones por defecto de Swiper */
  margin-top: 0; /* Anulamos márgenes por defecto */
  color: #333; /* Color del ícono de la flecha */
  font-size: 20px; /* Tamaño del ícono de la flecha */
}

/* Ajustes específicos para la flecha de 'prev' */
.swiper-button-prev {
  left: 0px; /* Ajusta este valor para la separación del borde derecho */
  right: auto; /* Anulamos 'left' por defecto */
}

/* Ajustes específicos para la flecha de 'next' */
.swiper-button-next {
  left: 100px; /* Ajusta este valor para la separación con la flecha 'next' */
  right: auto; /* Anulamos 'left' por defecto */
}

/* 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;
}

.btnSlider {
  display: block;
  position: relative;
  top: 60px;
  margin: 0 auto;
  width: 160px;
}

.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: 50px 0;
  }
  section.galeria .contGale {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding: 50px 0;
  }
  section.galeria h2 {
    margin-bottom: 10px;
    padding: 0 40px;
  }
  section.galeria .contGale {
    padding: 0;
    padding-left: 0;
  }
  .swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal {
    top: 230px;
    padding: 0 20px;
  }
  section.galeria .btnSlider {
    display: block;
    position: relative;
    top: 60px;
    margin: 0 auto;
    width: 130px;
  }
  .swiper-pagination2.swiper-pagination-fraction.swiper-pagination-horizontal {
    top: -26px;
    padding: 0px;
    left: 17px;
  }
}
section.distintivo {
  background-image: url("../imagenes/datos.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0;
}
section.distintivo .bg {
  max-width: 60%;
  padding: 60px;
  background: #fff;
  margin: 0 auto;
}
section.distintivo .container {
  max-width: 1520px;
}
section.distintivo .bg h2 {
  margin-bottom: 20px !important;
}
section.distintivo .bg h2, section.distintivo .bg p {
  text-align: center !important;
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  section.distintivo .bg {
    max-width: 80%;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo {
    background-image: url("../imagenes/movil/distin.jpg");
    padding: 100px 0px;
  }
  section.distintivo .bg {
    max-width: 92%;
    padding: 60px 2px;
  }
}
.bg3 .line-int {
  margin-top: 150px;
}

section.video {
  background: var(--Blanco, #FFF);
  padding: 150px 0 100px;
}
section.video h2 {
  color: #000;
  margin-bottom: 0;
  text-align: center;
}
section.video p {
  color: #000;
  margin-bottom: 60px;
  text-align: center;
}
section.video iframe {
  padding: 0 !important;
  width: 100%;
  height: 700px;
  border-radius: 0;
}

@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: 100px 15px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 0;
  }
  .llamasBlancas {
    margin: -5px;
  }
  .bg3 .line-int {
    margin-top: 50px;
  }
}
section.pasos {
  padding: 400px 0 300px;
  background-image: url("../imagenes/pasos.jpg");
  background-position: right;
  background-size: 46%;
  background-repeat: no-repeat;
}
section.pasos h2 {
  margin-bottom: 40px !important;
}
section.pasos .bg h2, section.pasos .bg p {
  text-align: center !important;
}
section.pasos .swiper {
  max-width: 444px;
  margin: 0;
}
section.pasos .cardPasos {
  border: 0.3px solid var(--negro, #2F2E2E);
  background: #FFF;
}
section.pasos .cardPasos h4 {
  border-bottom: 1px solid #2F2E2E;
  padding: 30px;
}
section.pasos .cardPasos p {
  padding: 15px 30px;
}

@media screen and (max-width: 992px) {
  section.pasos {
    padding: 200px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  section.pasos {
    padding: 120px 15px 120px;
    background-image: none;
  }
}
.bannerFooter {
  background-image: url("../imagenes/back-footer.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bannerFooter img {
  max-width: 152px;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
}
.bannerFooter h2, .bannerFooter p {
  text-align: center;
  color: white;
}
.bannerFooter p {
  font-size: 20px;
}
.bannerFooter .btn, .bannerFooter .btnbr, .bannerFooter input.hs-button.primary.large, .bannerFooter a.btn.btnbr {
  margin: 40px auto 0;
}

footer {
  margin-top: 40px;
  background: var(--negro, #2F2E2E);
}
footer p {
  color: #fff;
  margin: 0;
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer p {
    font-size: 12px;
  }
}/*# sourceMappingURL=styles.css.map */