/* Font  */
@font-face {
  font-family: Onest;
  src: url("../font/Onest-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Onest;
  src: url("../font/Onest-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Onest;
  src: url("../font/Onest-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
/* Header */
.menu {
  position: absolute;
  width: 100%;
  top: 30px;
  z-index: 1000;
}
.menu .navbar {
  background-color: #fff;
  padding: 0 30px;
  min-height: 70px;
  max-width: 1700px;
  margin: 0 auto;
}
.menu .navbar-brand {
  padding: 0;
  margin: 0;
}
.menu .logoD {
  height: 55px;
  width: auto;
  display: block;
}
.menu .logoM {
  height: 35px;
  width: auto;
}
.menu li.nav-item {
  padding: 0 35px;
}
.menu .navbar-nav {
  align-items: center;
}
.menu .navbar-nav .nav-item .nav-link {
  color: #000;
  color: #000;
  padding: 0 25px;
  transition: color 0.3s ease;
}
.menu .navbar-nav .nav-item .nav-link:hover {
  font-weight: 700;
}
.menu .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .navbar-toggler {
  border: none;
  padding: 0;
}
.menu .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 1540px) {
  .menu .navbar {
    border-radius: 0;
    width: 100%;
    padding: 10px 20px;
    max-width: 1450px;
  }
  .menu li.nav-item {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .menu {
    top: 0;
  }
  .menu .navbar {
    border-radius: 0;
    width: 100%;
    padding: 10px 20px;
    max-width: 100%;
  }
  .menu .navbar-toggler {
    margin-left: auto;
  }
  .menu .navbar-collapse {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  }
  .menu .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu .nav-item .nav-link {
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .menu .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}

@media (min-width: 992px) {
  .menu .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 0;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .menu {
    top: 0;
    padding: 10px;
  }
  .menu .navbar-nav .nav-item .nav-link {
    padding: 10px 25px !important;
  }
}
@media (max-width: 767px) {
  .menu .navbar {
    min-height: 60px;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: var(--Blanco, #fff);
  font-family: Onest;
  font-size: 78px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px; /* 105.128% */
  text-transform: uppercase;
}

.banner span.badget {
  color: var(--rosado, #f7cdbd);
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.banner h2 {
  color: var(--rosado, #f7cdbd);
  font-family: Onest;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
}

.banner p {
  color: var(--Blanco, #fff);
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 122.222% */
}

h2 {
  color: var(--Negro, #000);
  font-family: Onest;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 108.333% */
  text-transform: uppercase;
}

h4 {
  color: var(--Negro, #000);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

p {
  color: var(--Negro, #000);
  font-family: Onest;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large {
  border-radius: 0;
  background: var(--rosado, #f7cdbd);
  padding: 8px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto;
  border: 0;
  color: var(--Negro, #000);
  text-align: center;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
  text-transform: uppercase;
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover {
  background-color: #fff;
  color: #0060ab;
  opacity: 0.7;
}
.btn img,
.btnbr img,
input.hs-button.primary.large img {
  margin: 4px 0 4px 15px;
  width: 12px;
}

.hiddenD,
.hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
  h1 {
    font-size: 16px;
    line-height: 44px;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 27px !important;
    line-height: 38px !important;
  }
  p {
    font-size: 16px !important;
    line-height: normal !important;
  }
}
.banner {
  min-height: 100vh;
  background-image: url(../imagenes/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-top: 640px;
  position: relative;
}
.banner .container {
  position: relative;
  z-index: 2;
  max-width: 1700px;
}
.banner h1 {
  color: #fff;
  margin-bottom: 20px;
}
.banner h1 br {
  display: block;
}
.banner .separator {
  width: 60px;
  height: 3px;
  background-color: #fff;
  border: none;
  margin: 20px 0 30px;
  opacity: 1;
}
.banner p {
  color: #fff;
  max-width: 500px;
  margin-bottom: 40px;
}
.banner .btnbr {
  margin: 0;
}
@media (max-width: 991px) {
  .banner {
    min-height: 80vh;
    padding-top: 350px;
    background-position: center;
    text-align: left !important;
  }
  .banner .row div {
    text-align: left !important;
  }
  .banner h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner span.badget {
    font-size: 22px;
    line-height: 26px;
  }
  .banner p {
    font-size: 16px;
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .banner .separator {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .banner .btnbr {
    margin-right: auto !important;
    margin-left: 0 !important;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    min-height: 100vh;
    background-image: url(../imagenes/movil/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 500px;
  }
  .banner h1 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 10px;
  }
}
section.nosotros {
  padding: 80px 0;
}
section.nosotros .container {
  max-width: 1700px;
}
section.nosotros .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 10%;
}
section.nosotros h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: left; /* Keep original alignment unless overridden by media query */
  max-width: 100%;
}
section.nosotros p {
  margin-bottom: 25px;
  color: #333;
  max-width: 600px; /* Keep original max-width */
  text-align: left; /* Keep original alignment unless overridden by media query */
}
section.nosotros p.first-p {
  margin-bottom: 25px;
}
section.nosotros p b {
  font-weight: 700;
  color: #000;
}
section.nosotros figure {
  margin: 0;
  text-align: right;
}
section.nosotros figure img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  section.nosotros {
    padding: 60px 0;
  }
  section.nosotros h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  section.nosotros .cont {
    margin-bottom: 40px;
  }
  section.nosotros figure {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .nosotros {
    /* Changed from section.nosotros to .nosotros for consistency */
  }
  .nosotros h2 {
    text-align: center;
  }
  .nosotros p {
    text-align: center;
    margin-bottom: 40px;
  }
}
section.beneficios {
  padding: 100px 0;
}
section.beneficios .container {
  max-width: 1700px;
}
section.beneficios .row {
  background-color: #eeeeee;
  padding: 60px 80px;
}
section.beneficios img.main-img {
  margin: -130px 0 -130px;
  max-width: 460px;
}
section.beneficios .item-benefit {
  margin-bottom: 60px;
  padding: 0 15px;
}
section.beneficios .item-benefit.mobile {
  margin-bottom: 40px;
  text-align: left;
}
section.beneficios .item-benefit.mobile .line {
  margin: 20px 0;
}
section.beneficios .item-benefit .line {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #f7cdbd;
  margin-bottom: 15px;
}
section.beneficios .item-benefit h4 {
  margin-bottom: 15px;
  color: #000;
}
section.beneficios .item-benefit p {
  color: #555;
  margin: 0;
}
section.beneficios .main-img {
  max-width: 100%;
  height: auto;
  transform: scale(1.1);
}
@media (max-width: 991px) {
  section.beneficios .light-bg {
    padding: 50px 0;
  }
  section.beneficios .main-img {
    margin-bottom: 30px;
    transform: scale(1);
  }
  section.beneficios .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: 0;
  }
  section.beneficios .swiper-pagination-bullet-active {
    background-color: #f7cdbd;
  }
}

.d-md-block {
  display: flex !important;
}

.galeriaMobil {
  display: none !important;
}

@media screen and (max-width: 1540px) {
  section.beneficios {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 992px) {
  section.beneficios .cardbene {
    margin-bottom: 30px;
  }
  .d-md-block {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios .row {
    padding: 0px 10px;
  }
  section.beneficios .d-md-block {
    display: none !important;
  }
  section.beneficios h2 {
    text-align: center;
    margin-bottom: 90px;
  }
  section.beneficios img.img-fluid {
    margin-top: -90px;
  }
  section.beneficios .swiper {
    padding-bottom: 70px;
  }
  section.beneficios span.swiper-pagination-bullet {
    border: 1px solid #000 !important;
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    transition: linear 0.3s all;
  }
  section.beneficios span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background: #000;
    margin: -2px 2px;
  }
  section.beneficios .cardbene p {
    color: #777;
    font-size: 17px;
  }
  .d-md-block {
    display: none !important;
  }
}
.contacto {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.contacto .form-col {
  background-color: #000;
  padding: 80px 15px;
  min-height: 600px;
}
.contacto .form-col .form-wrapper {
  max-width: 600px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.contacto h2 {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.contacto p {
  color: #ddd;
  margin-bottom: 40px;
  text-align: left;
}
.contacto form {
  width: 100%;
}
.contacto .hs-form-field {
  margin-bottom: 20px;
}
.contacto label {
  color: #fff;
  margin-bottom: 5px;
  display: none;
}
.contacto .hs-input,
.contacto input[type=text],
.contacto input[type=email],
.contacto input[type=tel],
.contacto textarea,
.contacto select {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #666 !important;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 10px 0 !important;
  width: 100% !important;
  box-shadow: none !important;
}
.contacto .hs-input::-moz-placeholder, .contacto input[type=text]::-moz-placeholder, .contacto input[type=email]::-moz-placeholder, .contacto input[type=tel]::-moz-placeholder, .contacto textarea::-moz-placeholder, .contacto select::-moz-placeholder {
  color: #aaa !important;
  font-weight: 300;
}
.contacto .hs-input::placeholder,
.contacto input[type=text]::placeholder,
.contacto input[type=email]::placeholder,
.contacto input[type=tel]::placeholder,
.contacto textarea::placeholder,
.contacto select::placeholder {
  color: #aaa !important;
  font-weight: 300;
}
.contacto .hs-input:focus,
.contacto input[type=text]:focus,
.contacto input[type=email]:focus,
.contacto input[type=tel]:focus,
.contacto textarea:focus,
.contacto select:focus {
  border-bottom-color: #f7cdbd !important;
  outline: none;
}
.contacto select {
  color: #aaa !important;
}
.contacto select option {
  color: #000;
}
.contacto .hs-button,
.contacto input[type=submit] {
  background-color: transparent !important;
  border: 1px solid #f7cdbd !important;
  background-color: #f7cdbd !important;
  color: #000 !important;
  padding: 10px 30px;
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contacto .hs-button:hover,
.contacto input[type=submit]:hover {
  background-color: #fff !important;
}
.contacto .img-col {
  height: 100%;
  min-height: 100vh;
}
.contacto .img-col img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.contacto .hs-error-msg {
  color: #ff6b6b;
  font-size: 12px;
  margin-top: 5px;
}
@media (max-width: 1540px) {
  .contacto .hs-form-field {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .contacto .form-col {
    padding: 60px 20px;
    min-height: auto;
  }
  .contacto .form-col .form-wrapper {
    padding: 0;
  }
  .contacto h2 {
    font-size: 26px;
  }
  .contacto .img-col {
    min-height: 400px;
    height: 400px;
  }
  .contacto .img-col {
    min-height: initial;
    height: initial;
  }
}

section.datos {
  padding: 100px 0;
}
section.datos .container {
  max-width: 1700px;
}
section.datos h2 {
  margin-bottom: 50px;
  text-align: left;
  color: #000;
}
section.datos .dato-card {
  background: var(--Gris, #eee);
  padding: 50px 30px 50px 50px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
section.datos .dato-card::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 50px;
  background-color: #f7cdbd;
}
section.datos .dato-card h6 {
  color: #000;
  margin-bottom: 10px;
}
section.datos .dato-card p {
  color: #555;
  margin: 0;
}
@media (max-width: 1540px) {
  section.datos .container {
    max-width: 1450px;
  }
}
@media (max-width: 991px) {
  section.datos {
    padding: 60px 0;
  }
  section.datos h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
  }
  section.datos figure {
    margin-bottom: 40px !important;
  }
  section.datos .dato-card {
    margin-bottom: 20px;
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
  }
  section.datos .col-lg-7 {
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 992px) {
  section.datos h2 {
    margin-bottom: 70px;
  }
  section.datos p {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.datos {
    padding: 180px 20px 150px;
    background-image: url("../imagenes/movil/datos.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  section.datos h2 {
    font-size: 29px;
    line-height: 35px;
  }
  section.datos p {
    font-size: 17px;
    line-height: normal;
  }
}
.galeria {
  background-color: #000;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}
.galeria .header-row {
  margin-bottom: 60px;
  padding: 0 40px;
}
.galeria h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 78px;
  line-height: 82px;
  font-weight: 500;
}
.galeria p {
  color: #fff;
  max-width: 500px;
  margin-left: auto;
  text-align: left;
  top: -30px;
  position: relative;
}
.galeria .swiper-slide {
  width: auto;
  margin-right: 20px;
  margin-top: 40px;
}
.galeria .swiper-slide img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.galeria .nav-container {
  padding-right: 60px;
  margin-top: 30px;
}
.galeria .custom-nav-btn {
  cursor: pointer;
  transition: opacity 0.3s;
}
.galeria .custom-nav-btn:hover {
  opacity: 0.8;
}
.galeria .custom-nav-btn img {
  width: 50px;
  height: 50px;
  margin: 0 20px;
}
@media (max-width: 991px) {
  .galeria {
    padding: 60px 0;
  }
  .galeria .header-row {
    padding: 0 15px;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0 !important;
  }
  .galeria h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
  }
  .galeria p {
    text-align: left;
    margin: 30px 0 0;
    font-size: 14px;
  }
  .galeria .text-right-desktop {
    text-align: center;
  }
  .galeria .swiper-slide img {
    height: 300px;
  }
  .galeria .nav-container {
    justify-content: center !important;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .galeria .custom-nav-btn img {
    width: 35px;
    height: 35px;
    margin: 0 10px;
  }
}
section.diferencial {
  padding: 120px 15px 150px;
  background-image: url("../imagenes/fondoG.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.diferencial .container {
  max-width: 1700px;
}
section.diferencial .cont {
  padding-left: 180px;
}
section.diferencial h2 {
  color: #000;
  text-align: left;
  margin-bottom: 30px;
}
section.diferencial p {
  color: #000;
  text-align: left;
  max-width: 90%;
}
section.diferencial p b {
  display: block;
}
section.diferencial .swiper-slide {
  border: 3px solid #f7cdbd;
  transition: 0.3s linear all;
  padding: 30px 35px 20px !important;
  border-bottom: 0;
  border-top: 0;
  opacity: 0.5;
  transform: scale(0.9);
}
section.diferencial .swiper-slide.swiper-slide-active {
  border: 3px solid white;
  border-bottom: 0;
  border-top: 0;
  opacity: 1;
  transform: scale(1);
}
section.diferencial .swiper.mySwiper3 {
  padding-bottom: 100px !important;
}
section.diferencial .swiper-horizontal > .swiper-pagination-bullets,
section.diferencial .swiper-pagination-bullets.swiper-pagination-horizontal,
section.diferencial .swiper-pagination-custom,
section.diferencial .swiper-pagination-fraction {
  top: 270px;
  left: 0;
}
section.diferencial .swiper-horizontal > .swiper-pagination-bullets span.swiper-pagination-bullet,
section.diferencial .swiper-pagination-bullets.swiper-pagination-horizontal span.swiper-pagination-bullet,
section.diferencial .swiper-pagination-custom span.swiper-pagination-bullet,
section.diferencial .swiper-pagination-fraction span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
section.diferencial .swiper-button-next,
section.diferencial .swiper-button-prev {
  color: #ffffff;
  margin-top: -70px;
}
section.diferencial .swiper-button-next:after,
section.diferencial .swiper-button-prev:after {
  font-size: 25px;
}

@media screen and (max-width: 992px) {
  section.diferencial h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 75px;
    text-align: center;
    margin-bottom: 150px;
  }
}
@media (max-width: 991px) {
  section.diferencial {
    padding: 60px 0;
  }
  section.diferencial h2 {
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 60px;
  }
  section.diferencial p {
    text-align: left;
  }
  section.diferencial .col-lg-6.pl-lg-5 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  section.diferencial {
    background-image: url(../imagenes/movil/FondoG.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 900px;
    padding: 150px 15px;
  }
  section.diferencial h2 {
    font-size: 29px;
    line-height: normal;
  }
  section.diferencial h2 br {
    display: none;
  }
  section.diferencial .swiper-button-next,
  section.diferencial .swiper-button-prev {
    display: none;
  }
  section.diferencial p {
    font-size: 18px;
  }
  section.diferencial .swiper-horizontal > .swiper-pagination-bullets,
  section.diferencial .swiper-pagination-bullets.swiper-pagination-horizontal,
  section.diferencial .swiper-pagination-custom,
  section.diferencial .swiper-pagination-fraction {
    top: 230px;
    left: 0;
  }
}
section.video {
  padding: 10px 0;
}
section.video .container {
  max-width: 1700px;
}
section.video .container .row {
  background-color: #eee;
  padding: 100px 10px;
}
section.video h2 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
section.video p {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}
section.video .video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
section.video .video-container .video {
  padding: 100px 10px;
}
section.video .video-container .video .contVideo {
  width: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
section.video .video-container .video .contVideo iframe {
  padding: 0;
  width: 100%;
  height: 330px;
}

section.pasos {
  background-color: #fff;
  padding: 120px 0;
  overflow: hidden;
}
section.pasos span.step-num {
  display: none;
}
section.pasos .title-pasos {
  color: #000;
  margin-bottom: 0;
  font-size: 78px;
  font-style: normal;
  font-weight: 500;
  line-height: 82px; /* 105.128% */
  padding-left: 90px;
}
section.pasos .swiper {
  padding-bottom: 50px;
  overflow: visible;
  overflow: hidden;
  padding-left: 30px;
}
section.pasos .swiper-slide {
  height: auto;
  opacity: 0.4;
  transition: opacity 0.3s;
}
section.pasos .swiper-slide.swiper-slide-active, section.pasos .swiper-slide.swiper-slide-next, section.pasos .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 1;
}
section.pasos .step-card {
  background: #fff;
  padding: 25px;
  height: 100%;
  display: flex;
  align-items: center;
  border: 3px solid var(--Gris, #eee);
  border-radius: 4px;
  padding: 108px;
}
section.pasos .step-card .img-wrapper {
  position: relative;
  flex: 0 0 140px;
  height: 140px;
  margin-right: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pasos .step-card .img-wrapper .step-num {
  position: absolute;
  font-size: 80px;
  font-weight: 700;
  color: #f7cdbd;
  opacity: 0.8;
  z-index: 1;
  line-height: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.pasos .step-card .img-wrapper img {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  max-width: 120%;
  max-height: 120%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.pasos .step-card .text-wrapper {
  flex: 1;
}
section.pasos .step-card .text-wrapper h6 {
  color: var(--Negro, #000);
  font-family: Onest;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
section.pasos .step-card .text-wrapper p {
  margin: 0;
  color: var(--Negro, #000);
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.pasos .swiper-scrollbar {
  background: #f0f0f0;
  height: 12px;
  border-radius: 2px;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.pasos .swiper-scrollbar .swiper-scrollbar-drag {
  background: #f7cdbd;
  border-radius: 2px;
}
section.pasos .progress-bar-container {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  top: -20px;
}
@media (max-width: 1540px) {
  section.pasos .title-pasos {
    font-size: 62px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  section.pasos {
    padding: 60px 0;
  }
  section.pasos .title-pasos {
    font-size: 30px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 40px;
  }
  section.pasos .swiper-slide {
    opacity: 1;
  }
  section.pasos .step-card {
    flex-direction: column;
    text-align: center;
  }
  section.pasos .step-card .img-wrapper {
    margin: 30px auto;
    display: block;
  }
  section.pasos .step-card {
    padding: 48px;
  }
  section.pasos .swiper-scrollbar.d-lg-none.mt-4 {
    display: none;
  }
  section.pasos .swiper-scrollbar {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  section.pasos .title-pasos {
    padding-left: 20px;
  }
  section.pasos .swiper {
    padding-left: 20px;
  }
  section.pasos .step-card {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }
  section.pasos .step-card h6 {
    text-align: left;
    font-size: 20px;
  }
  section.pasos .step-card p {
    text-align: left;
  }
  section.pasos .step-card .img-wrapper {
    margin: 0 0 30px;
    display: block;
  }
}
.footer-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.footer-section .container {
  max-width: 1450px;
}
.footer-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.footer-section .content-container {
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
.footer-section .footer-content-wrapper {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer-section .footer-content-wrapper {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.footer-section .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer-section .footer-title {
  color: #000;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.footer-section .footer-title::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #000;
  margin: 40px 0;
}
.footer-section .footer-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: #000;
  margin: 40px 0;
}
.footer-section .footer-text {
  color: #000;
  max-width: 500px;
  margin: 0 auto 40px;
}
.footer-section .btn-footer {
  background-color: #f7cdbd;
  color: #000;
  margin: 0 100px;
}
.footer-section .btn-footer .btn-footer {
  background-color: #f7cdbd;
  color: #000;
  padding: 15px 40px;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
}
.footer-section .btn-footer .btn-footer:hover {
  background-color: #f1ab90;
  color: #000;
  text-decoration: none;
}
.footer-section .btn-footer .copyright-text {
  position: absolute;
  bottom: 30px;
  left: 50px;
  z-index: 2;
}
.footer-section .btn-footer .copyright-text p {
  color: #000;
  margin: 0;
}
@media (max-width: 991px) {
  .footer-section .btn-footer .footer-text {
    margin: 0 0 40px !important;
  }
  .footer-section .btn-footer .content-container {
    padding-top: 80px;
    padding-bottom: 150px;
  }
  .footer-section .btn-footer .footer-title {
    font-size: 30px;
  }
  .footer-section .btn-footer .copyright-text {
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 992px) {
  .footer-section .footer-text {
    margin: 0 0 40px !important;
  }
  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-section .btn-footer {
    margin: 0 0 80px;
  }
}
@media (max-width: 767px) {
  .footer-section .content-container {
    padding-top: 30px;
  }
  .footer-section .footer-title {
    margin-bottom: 0;
  }
  .footer-section {
    padding-bottom: 30px;
  }
}/*# sourceMappingURL=styles.css.map */