@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Gotham";
  src: url("../font/Gotham-Book.otf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Gotham";
  src: url("../font/Gotham-Black.otf") 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 {
  position: absolute;
  width: 100%;
  min-height: 100px;
  top: 30px;
}
div.menu .container {
  max-width: 1700px;
}
div.menu img {
  max-width: 250px;
  margin: 20px 0;
  display: block;
  z-index: 9;
  position: relative;
  position: absolute;
  left: 0;
}
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: 10px;
  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: 38px 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: #000;
  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: #e95016;
}
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-size: 20px;
  font-family: Gotham;
  font-style: normal;
  font-weight: 400;
  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: #e95016;
  zoom: 1.1;
}
div.menu .btn,
div.menu .btnbr,
div.menu input.hs-button.primary.large,
div.menu a.btn.btnbr {
  background-color: #e95016;
  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: #e95016;
  color: black;
}
div.menu .menu .container {
  max-width: 1560px;
}

@media screen and (max-width: 1540px) {
  div.menu .container {
    max-width: 1450px;
  }
}
@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: 0px;
  }
  div.menu img {
    max-width: 260px;
    margin: 30px auto;
    display: block;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  div.menu {
    min-height: 70px;
    padding: 0px 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: 10px 8px;
  }
  div.menu img {
    top: 0px;
    position: relative;
    width: 220px;
    margin: 12px auto 8px;
    margin: 30px 0;
    left: -40px;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #eb5c26;
}

section {
  padding: 100px 0;
}

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

p b {
  font-weight: 700;
}

h1 {
  color: #fff;
  text-align: center;
  font-family: Gotham;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px; /* 100% */
}

.banner p {
  color: #fff;
  text-align: center;
  font-family: Gotham;
  font-size: 18px;
  font-style: normal;
  font-weight: 325;
  line-height: 26px; /* 144.444% */
}

h2 {
  color: #1d1e1b;
  font-family: Gotham;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px; /* 105% */
}

h4 {
  color: var(--negro, #1d1e1b);
  font-family: Gotham;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 24px; /* 120% */
}

p {
  color: #fff;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 325;
  line-height: 22px; /* 137.5% */
}

.btn,
.btnbr,
input.hs-button.primary.large,
a.btn.btnbr {
  padding: 10px 40px 4px;
  border-radius: 0;
  background: var(--naranja, #e95016);
  max-width: -moz-max-content;
  max-width: max-content;
  color: #fff;
  text-align: center;
  font-family: Gotham;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover,
a.btn.btnbr:hover {
  background-color: #000;
  color: #fff;
}
.btn img,
.btnbr img,
input.hs-button.primary.large img,
a.btn.btnbr img {
  width: 20px;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
}

div.bgnaranja {
  background-color: #eb5c26;
  background-image: url(../imagenes/textura1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 40px;
    line-height: 32px;
  }
  h2 {
    font-size: 35px;
    line-height: 43px;
  }
  h2 br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  h2 br {
    display: none !important;
  }
}
.banner {
  position: relative;
  background-image: url("../imagenes/foto-header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-top: 300px;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.banner h1 {
  color: #fff;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.banner p {
  color: #fff;
  font-size: 1.1rem;
  max-width: 850px;
  margin: 0 auto 40px auto;
  line-height: 1.5;
}
.banner .btnbr {
  background-color: #e95016;
  color: white;
  padding: 15px 40px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
.banner .btnbr:hover {
  background-color: #ba4012;
  transform: translateY(-2px);
}

@media screen and (max-width: 767px) {
  .banner {
    background-image: url("../imagenes/movil/header.png");
    height: 100vh;
    min-height: 600px;
    padding-top: 150px;
  }
  .banner p {
    font-size: 17px;
    line-height: 20px;
    max-width: 100%;
  }
}
.nosotros {
  padding: 250px 0 50px;
}
.nosotros .container {
  max-width: 1600px;
}
.nosotros img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.nosotros h2 {
  color: #fff;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nosotros h2 span {
  color: #000;
}
.nosotros h2 br {
  display: block;
}
.nosotros p {
  color: #fff;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 20px;
  max-width: 75%;
}
.nosotros p b {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  section.nosotros {
    padding: 80px 0 50px;
  }
  section.nosotros .container {
    max-width: 620px;
  }
  section.nosotros h2 {
    margin-top: 40px;
  }
  section.nosotros p {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 80px 15px 50px;
  }
}
section.beneficios {
  background-image: url(../imagenes/beneficios.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 150px 0;
}
section.beneficios .d-lg-block {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
section.beneficios .row.cradD {
  margin: 0 auto;
}
section.beneficios h2 {
  color: white;
  text-align: center;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 20px 0 5px;
  margin: 0 auto 50px;
}
section.beneficios .col-md-3 {
  padding: 0;
  margin: -10px;
}
section.beneficios .card1 {
  background-color: #f9f7f2;
  transform: rotate(-3.6deg);
}
section.beneficios .card2 {
  position: relative;
  background-color: #efb839;
  margin-top: 130px;
  z-index: 1;
  transform: rotate(4.72deg);
}
section.beneficios .card3 {
  background-color: #f9f7f2;
  transform: rotate(1.18deg);
}
section.beneficios .card4 {
  background-color: #efb839;
  transform: rotate(-3.61deg);
  margin-top: 80px;
}
section.beneficios .card1,
section.beneficios .card2,
section.beneficios .card3,
section.beneficios .card4 {
  background-image: none;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  height: 380px;
  width: 300px;
  display: flex;
  padding: 40px 30px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
section.beneficios .card1 h4,
section.beneficios .card2 h4,
section.beneficios .card3 h4,
section.beneficios .card4 h4 {
  color: #000 !important;
  margin-bottom: 20px;
  font-family: Gotham;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
}
section.beneficios .card1 .number,
section.beneficios .card2 .number,
section.beneficios .card3 .number,
section.beneficios .card4 .number {
  color: #000;
  font-family: Gotham;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}
section.beneficios .card1 p,
section.beneficios .card2 p,
section.beneficios .card3 p,
section.beneficios .card4 p {
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 80px;
}

@media screen and (max-width: 992px) {
  .mySwiper4 {
    padding-top: 40px;
  }
  section.beneficios {
    padding: 100px 0;
  }
  section.beneficios .d-lg-block {
    display: none !important;
  }
  section.beneficios .swiper {
    padding-bottom: 80px;
  }
  section.beneficios .swiper .btnSlider {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    background-image: url(../imagenes/beneficios.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 280%;
    padding: 100px 15px;
  }
}
.container.pb-5 {
  max-width: 1730px;
}

.white-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 80px;
  margin: 50px auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  .white-card {
    padding: 40px 20px;
  }
}

.c-naranja {
  color: #eb5c26;
}

#contacto .row {
  max-width: 1230px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-section {
  padding-bottom: 50px;
}
.form-section h2 {
  text-align: left;
  margin-bottom: 40px;
}
.form-section p {
  color: #666;
  text-align: left;
}
.form-section .contForm {
  padding-left: 50px;
}
.form-section .contForm button,
.form-section .contForm input,
.form-section .contForm optgroup,
.form-section .contForm select,
.form-section .contForm textarea {
  border: 0;
  border-bottom: 2px solid #000;
}
.form-section .contForm .actions {
  margin-top: 20px;
}
.form-section .contForm .actions .btn,
.form-section .contForm .actions .btnbr,
.form-section .contForm .actions input.hs-button.primary.large,
.form-section .contForm .actions a.btn.btnbr {
  margin-bottom: none !important;
}

@media screen and (max-width: 992px) {
  .form-section .contForm {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  section.form-section {
    padding: 40px 15px;
  }
}
section#datos {
  padding: 150px 0 80px;
}
section#datos .container {
  max-width: 1600px;
}
section#datos .row {
  margin: 0 auto;
  max-width: 1400px;
}
section#datos .item-dato {
  padding: 40px 20px;
}
section#datos .item-dato h4 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
}
section#datos .item-dato p {
  color: #666;
  font-size: 18px;
}
section#datos .item-dato.border-x {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
@media (max-width: 768px) {
  section#datos .item-dato {
    margin-bottom: 30px;
  }
  section#datos .item-dato.border-x {
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
  }
}

@media screen and (max-width: 992px) {
  section.datos .container .row.uno {
    padding: 50px;
    max-width: 90%;
    margin: 0 auto;
  }
  section.datos .container .row.uno h3 {
    margin-bottom: 40px;
  }
  section.datos .container .row.uno h2,
  section.datos .container .row.uno h3 {
    text-align: left;
  }
  section.datos .container .row.uno {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .bg {
    background-image: url(../imagenes/movil/datos.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.datos .container .row.uno {
    background-image: url(../imagenes/movil/puntosRectangulo.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 10px;
    max-width: 98%;
  }
  section.datos .container p {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    max-width: 100%;
    font-family: Thunder;
    font-size: 21px;
  }
  section.datos .container .list {
    margin-bottom: 5px;
    border: 0;
    position: relative;
  }
  section#datos .item-dato.border-x {
    border: 0;
    position: relative;
  }
  section#datos .item-dato.border-x:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background: var(--amarillo, #f2bb4d);
  }
  section#datos .item-dato.border-x:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background: var(--amarillo, #f2bb4d);
  }
  section#datos {
    padding: 150px 0 0px;
  }
}
.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: 70px; /* 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 {
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.3s linear;
}

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

.btnSlider {
  display: block;
  position: relative;
  top: 70px;
  margin: 0;
  width: 130px;
}

.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 {
  padding-bottom: 400px;
}
section.galeria .container-fluid {
  position: relative;
  padding: 80px 0 60px;
}
section.galeria .container-fluid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #f2bb4d;
  border-radius: 20px;
  z-index: 0;
}
section.galeria h2 {
  color: white;
  position: relative;
  padding: 0 0 0 150px;
}
section.galeria h2 span {
  color: var(--Azul, #000);
}
section.galeria .cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  section.galeria h2 {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  section.galeria {
    padding-bottom: 80px;
    padding-top: 0;
  }
  section.galeria .row {
    padding: 80px 15px;
  }
  section.galeria .container-fluid::before {
    width: 88%;
    background: #f2bb4d;
    border-radius: 20px;
    z-index: 0;
    top: 80px;
    height: 400px;
    border-radius: 20px 20px 0 0;
  }
  section.galeria .btnSlider {
    margin: 0 auto;
  }
}
section.distintivo {
  background: var(--Blanco, #fff);
  border-radius: 40px 40px 0 0;
  margin-bottom: 0;
}
section.distintivo .container {
  max-width: 1700px;
}
section.distintivo .container .row {
  margin-top: -400px;
}
section.distintivo .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
  padding-top: 300px;
}
section.distintivo h2 {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
  text-transform: uppercase;
}
section.distintivo h2 .c-naranja {
  color: var(--naranja, #e95016);
}
section.distintivo p {
  color: #000;
  text-align: left;
  max-width: 80%;
}

@media screen and (max-width: 992px) {
  section.distintivo {
    padding: 10px 60px 15px;
    max-width: 100%;
    margin: 0 auto;
  }
  section.distintivo .cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo {
    padding: 10px 15px 80px;
  }
  section.distintivo img {
    margin-top: 280px;
  }
  section.distintivo p {
    max-width: 100%;
  }
}
section.video {
  background: var(--Blanco, #fff);
  padding: 100px 0 150px;
  border-radius: 0 0 40px 40px;
  margin: 0;
  z-index: 1;
  position: relative;
}
section.video h2 {
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
section.video h2 .c-naranja {
  color: var(--naranja, #e95016);
}
section.video p {
  color: #000;
  margin-bottom: 40px;
}
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: 150px 15px;
    border-radius: 0 0 20px 20px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 0;
  }
  .llamasBlancas {
    margin: -5px;
  }
}
section.pasos {
  background-color: #eb5c26;
  background-image: url(../imagenes/textura1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 180px 0;
}
section.pasos .container {
  max-width: 1080px;
}
section.pasos .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
section.pasos .btnSlider {
  margin-top: 50px;
  width: 130px;
  position: relative;
  display: block;
  margin: 30px auto;
  top: 50px;
}
section.pasos h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 48px;
}
section.pasos h2 .c-blanco {
  color: #fff;
}
section.pasos h2 .c-negro {
  color: #1d1e1b;
}
section.pasos .cardPasos {
  max-width: 552px;
  border: 0;
  background-color: transparent;
  background-image: url(../imagenes/fondoCardPasos.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  min-height: 350px;
  display: flex;
  width: 444px;
  height: 319px;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  justify-content: space-between;
  border-radius: 2px;
}
section.pasos .cardPasos .titulo {
  background-color: transparent;
}
section.pasos .cardPasos .titulo h4 {
  color: #000;
  text-align: left;
  font-weight: 900;
  font-size: 24px;
  padding: 20px 0 5px;
  text-transform: uppercase;
}
section.pasos .cardPasos .contenido .row {
  margin: 0;
}
section.pasos .cardPasos .contenido .col-8.col-md-9 {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
section.pasos .cardPasos .contenido .titulo h4 {
  color: #000;
  font-weight: 900;
  font-size: 24px;
  padding: 0;
}
section.pasos .cardPasos .contenido p {
  color: #000;
  text-align: left;
  line-height: normal;
}
section.pasos .cardPasos .contenido .col-4.col-md-3 {
  display: none;
}

@media screen and (max-width: 767px) {
  section.pasos {
    padding: 150px 15px 100px;
    margin-top: -20px;
  }
  section.pasos h2 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 34px;
  }
  section.pasos .cardPasos .contenido {
    padding: 20px 40px;
  }
  section.pasos .cardPasos .contenido .col-4.col-md-3 {
    display: none;
  }
  section.pasos .cardPasos .contenido {
    padding: 20px 15px;
  }
  section.pasos .cardPasos {
    min-height: 390px;
    display: flex;
    width: 100%;
    height: 319px;
    padding: 20px 20px 30px;
  }
}
.bannerFooter {
  padding: 50px 0;
  background-color: #eb5c26;
  background-image: url(../imagenes/textura1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bannerFooter .container {
  max-width: 1730px;
}
.bannerFooter .container .row {
  max-width: 1280px;
  margin: 0 auto;
}
.bannerFooter .cardFooter {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  position: relative;
}
.bannerFooter .foto-footer {
  margin-top: -200px;
  margin-left: -30px;
}
.bannerFooter .foto-footer img {
  max-width: 110%;
}
.bannerFooter h2 {
  text-align: left;
  color: #000;
  font-family: Gotham;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bannerFooter h2 .c-naranja {
  color: var(--naranja, #e95016);
}
.bannerFooter p {
  text-align: left;
  max-width: 80%;
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
}
.bannerFooter .btn,
.bannerFooter .btnbr,
.bannerFooter input.hs-button.primary.large,
.bannerFooter a.btn.btnbr {
  max-width: 100%;
  width: auto;
  padding: 12px 30px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
}
.bannerFooter .logo-footer-img {
  width: 150px;
  margin: 0 auto 10px;
}
.bannerFooter .logo-footer-img img {
  width: 100%;
}
.bannerFooter .col-md-6.text-center.text-md-left.content-col {
  padding: 0 50px;
}
.bannerFooter .logo-footer-img {
  margin-top: 40px;
}
.bannerFooter .copy {
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  color: #000;
  margin: 0;
  font-weight: 400;
}

@media screen and (max-width: 1900px) {
  .bannerFooter {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter {
    padding: 60px 0 60px;
    margin-top: 100px;
  }
  .bannerFooter .cardFooter {
    padding: 30px 20px;
  }
  .bannerFooter .bannerFooter .foto-footer {
    margin-top: -130px;
    margin-left: -30px;
  }
  .bannerFooter .col-md-6.text-center.text-md-left.content-col {
    padding: 0 10px;
  }
  .bannerFooter h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .bannerFooter .logo-footer-img {
    margin-top: 70px;
  }
}/*# sourceMappingURL=styles.css.map */