/* Font  */
@font-face {
  font-family: Jost;
  src: url("../font/Jost-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Jost;
  src: url("../font/Jost-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Jost;
  src: url("../font/Jost-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Jost;
  src: url("../font/Jost-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: Jost;
  src: url("../font/Jost-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 Styles - Depi4ever */
header.menu {
  background-color: #8394a2; /* #B1B9BE based on variables */
  position: relative;
  z-index: 1000;
}
header.menu .container-fluid {
  max-width: 1540px;
}

.navbar {
  padding: 15px 0;
}

.logoD {
  max-width: 256px; /* Adjust based on logo visibility */
  display: block;
  margin: 20px 60px -10px;
}

.navbar-nav {
  align-items: center;
  width: 100% !important;
  align-content: center;
  justify-content: center;
}

.nav-link {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 6px 40px !important;
}
.nav-link:hover {
  opacity: 0.8;
  font-weight: 600;
}

.logo-container {
  padding: 0 20px;
}

/* Mobile Toggler */
.navbar-toggler {
  border: none;
  outline: none;
  padding: 0;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.logoM {
  max-height: 35px;
}

@media (max-width: 1540px) {
  .logoD {
    max-width: 216px;
  }
}
@media (max-width: 991px) {
  header.menu .container-fluid {
    padding: 0 20px;
  }
  header.menu {
    padding: 10px 0;
  }
  header.menu button.navbar-toggler {
    border-radius: 8px;
    background: var(--Celeste-gris, #b1b9be);
    padding: 5px;
    /* Ensure toggler stays right */
    z-index: 20;
    position: relative;
    margin-left: auto;
    top: -2px;
  }
  /* Center Logo on Mobile */
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
  }
  .navbar-collapse {
    background-color: #B1B9BE;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .nav-item {
    text-align: center;
    margin-bottom: 10px;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  font-family: "Jost", sans-serif;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: var(--Azul-oscuro, #1e2334);
  text-align: center;
  font-family: Jost;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 96.296% */
}

.banner p {
  color: var(--Negro, #414343);
  text-align: center;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 43px; /* 238.889% */
}

h6 {
  color: #5d5d5d;
  font-family: Jost;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
}

h2 {
  color: var(--Azul-oscuro, #1e2334);
  font-family: Jost;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 96.296% */
}

h4 {
  color: #fff;
  font-family: Jost;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 103.704% */
}

p {
  color: #5d5d5d;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large {
  border-radius: 0;
  padding: 8px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto;
  border: 0;
  border: 1px solid #5d5d5d;
  color: #5d5d5d;
  text-align: center;
  font-family: Jost;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  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;
  }
  h1 {
    font-size: 38px;
    line-height: 42px;
  }
  h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
  h1 {
    font-size: 32px;
    line-height: 35px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h2 br {
    display: none;
  }
  .btn,
  .btnbr,
  input.hs-button.primary.large {
    font-size: 14px;
  }
}
/* Banner Styles - Depi4ever */
.banner {
  padding: 0; /* Full reset for banner section */
  background-color: #fff;
  /* overflow: hidden; Removed to allow overlap */
  position: relative;
  padding-top: 170px; /* Space from header if needed, or remove if seamless */
  /* Images */
  /* Content Column Alignment */
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  height: 650px;
  aspect-ratio: 511/741;
  background-image: url(../imagenes/headerD.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.banner::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 440px;
  height: 650px;
  aspect-ratio: 511/741;
  background-image: url(../imagenes/headerI.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .row {
  margin: 0;
}
.banner h1 {
  color: #1E2334; /* #1E2334 */
  font-weight: 400;
  margin-bottom: 40px;
}
.banner p {
  max-width: 80%;
  margin: 0 auto;
}
.banner .btnbr {
  margin-top: 30px;
  padding: 12px 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.banner .banner-img-left,
.banner .banner-img-right {
  max-height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .banner-img-center {
  max-width: 350px;
  margin-top: 110px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -100px;
  position: relative;
  z-index: 20;
  opacity: 1;
}
.banner .content-col {
  padding: 40px 15px;
  z-index: 10;
}

@media (max-width: 991px) {
  .banner {
    padding-top: 100px;
  }
  .banner h1 {
    margin-top: 20px;
  }
  .banner p {
    max-width: 90%;
  }
  .banner .banner-img-left {
    width: 100%;
    height: auto;
    max-height: 400px; /* Adjust based on mobile look */
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .banner .banner-img-center {
    max-width: 300px;
    margin-top: 20px;
  }
  .banner .btnbr {
    width: 100%;
    max-width: 280px;
  }
  .banner::before {
    width: 200px;
    height: 300px;
  }
  .banner::after {
    width: 200px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 100px 15px;
    padding-top: 250px;
  }
  .banner::after {
    display: none;
  }
  .banner h1 br {
    display: none;
  }
  .banner p {
    font-size: 17px;
    line-height: 22px;
  }
}
/* Nosotros Section Styles */
.nosotros {
  background-image: url(../imagenes/nosotros.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 280px 0;
  position: relative;
  z-index: 0;
  opacity: 1;
}
.nosotros h6 {
  margin-bottom: 60px !important;
}
.nosotros h2 {
  margin-bottom: 40px;
  text-align: left; /* Explicitly ensure left align */
}
.nosotros p {
  padding-left: 120px;
  margin-bottom: 30px;
  text-align: justify; /* Commonly used for block text, or left */
}
.nosotros p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .nosotros {
    padding-top: 150px; /* Adjust for mobile overlap */
    padding-bottom: 60px;
    text-align: left; /* Reset text align */
  }
  .nosotros .row > div {
    margin-bottom: 30px;
  }
  .nosotros p {
    padding-left: 10px;
    margin-bottom: 30px;
    text-align: justify;
  }
}
@media (max-width: 767px) {
  .nosotros {
    padding-top: 150px; /* Adjust for mobile overlap */
    padding-bottom: 60px;
    margin-top: -100px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left; /* Reset text align */
  }
  .nosotros .row > div {
    margin-bottom: 30px;
  }
  .nosotros h6 {
    margin-bottom: 30px !important;
  }
  .nosotros h2 {
    margin-bottom: 10px;
  }
  .nosotros p {
    padding-left: 10px;
    margin-bottom: 30px;
    text-align: justify;
  }
}
/* Beneficios Section Styles */
.beneficios {
  padding: 100px 0;
  /* Icon Positioning Logic */
  /* Mobile adjustments */
}
.beneficios .container {
  max-width: 780px;
}
.beneficios h2 {
  margin-bottom: 40px;
}
.beneficios .benefit-card {
  padding: 50px 40px;
  border-radius: 0 57px 0 57px; /* Specific rounded corners */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  position: relative;
  min-height: 320px;
  transition: transform 0.3s ease;
}
.beneficios .benefit-card h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.beneficios .benefit-card p {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  opacity: 0.9;
}
.beneficios .bg-grey {
  background-color: #B1B9BE; /* #B1B9BE */
}
.beneficios .bg-brown {
  background-color: #BD9D84; /* #BD9D84 */
  border-radius: 57px 0 57px 0;
}
.beneficios .icon-top-left::after,
.beneficios .icon-bottom-right::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  background-image: url("../imagenes/icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #B1B9BE; /* Matches card bg */
  border: 8px solid #fff; /* White border */
  border-radius: 50%;
  display: flex; /* Centering if using flex */
  z-index: 10;
}
.beneficios .icon-top-left::after {
  top: -35px;
  left: -35px;
}
.beneficios .icon-bottom-right::after {
  bottom: -35px;
  right: -35px;
}
.beneficios.center-section {
  /* Ensure spacing if needed */
}

@media (max-width: 991px) {
  .beneficios {
    padding: 60px 0;
  }
  .beneficios h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .beneficios .benefit-card {
    padding: 30px 20px;
    min-height: 280px;
    margin: 20px 10px; /* Space for shadow/overflow in slider */
  }
  .beneficios .benefit-card.mobile {
    /* Mobile specific tweaks */
  }
  .beneficios .swiper-slide {
    padding: 20px 0; /* Space for absolute positioning overflow */
  }
}
@media (max-width: 767px) {
  .beneficios {
    padding: 80px 15px 60px;
  }
  .beneficios .col-12 {
    padding: 0;
  }
  .beneficios .swiper {
    padding: 0 20px;
  }
  .beneficios .mb-5 {
    margin-bottom: 0rem !important;
  }
}
/* Contacto / Form Styles */
.contacto {
  background-color: #fff;
  padding: 100px 0;
}
.contacto .container-fluid {
  max-width: 1700px;
  margin: 0 auto;
  display: block;
}
.contacto .row.no-gutters {
  background-color: #fff;
  background-image: url("../imagenes/form.png");
  background-repeat: no-repeat;
  background-size: cover; /* Or auto, depending on exact look, contain/cover might cut in specific ways */
  background-position: center;
  margin-right: 0;
  margin-left: 0;
}
.contacto .row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.contacto .img-col {
  height: 100%;
  min-height: 100vh; /* Ensure full height on desktop */
}
.contacto .img-col .contact-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  width: 100%;
}
.contacto .form-col {
  position: relative;
  /* Positioned as per ref */
  padding: 80px 60px 0;
  /* Ensure background doesn't touch overlap inappropriately if needed, but per request: "no llega al borde" */
}
.contacto .form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.contacto .form-wrapper .badget-sm {
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 20px;
}
.contacto .form-wrapper h2 {
  margin-bottom: 30px;
  text-align: left;
}

/* HubSpot Form Customization */
/* Targeting HubSpot created elements - Note: might need !important if HS styles are aggressive */
.hbspt-form {
  /* 2 Column Text Inputs if possible via CSS Grid/Flex on HS groups */
  /* Submit Button */
}
.hbspt-form .hs-form-field {
  margin-bottom: 2px;
}
.hbspt-form .hs-form-field label {
  display: none; /* Ref shows placeholders/labels inside or minimal */
  /* If labels are needed outside, adjust here. Ref shows text like "Nombre*", "Apellido*" acting as labels above underlines */
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block; /* Revert display none if we want them as labels above input */
}
.hbspt-form .hs-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #5d5d5d;
  border-radius: 0;
  padding: 10px 0;
  color: #1E2334;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}
.hbspt-form .hs-input::-moz-placeholder {
  color: #5d5d5d;
  opacity: 0.7;
}
.hbspt-form .hs-input::placeholder {
  color: #5d5d5d;
  opacity: 0.7;
}
.hbspt-form .hs-input:focus {
  border-bottom-color: #1E2334;
}
.hbspt-form .fieldset {
  max-width: 100% !important;
}
.hbspt-form .hs-button.primary {
  background: transparent;
  border: 1px solid #5d5d5d;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 40px;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0; /* Strict square buttons per ref */
}
.hbspt-form .hs-button.primary:hover {
  background-color: #5d5d5d;
  color: #fff;
}

@media (max-width: 991px) {
  .contacto .img-col {
    min-height: auto;
    height: 300px; /* Explicit height for mobile image top */
  }
  .contacto .img-col .contact-img {
    height: 100%;
  }
  .contacto .form-col {
    padding: 40px 20px;
    background-position: center bottom; /* Adjust bg for mobile */
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .contacto {
    padding: 100px 10px;
  }
  .contacto .form-wrapper {
    padding: 0 15px;
  }
}
/* Datos Section Styles */
.datos {
  padding: 100px 0;
  position: relative;
  background-color: #fff;
  overflow: hidden; /* Prevent watermark from scrolling out if large */
  /* Mobile specific watermark handling */
}
.datos .container {
  max-width: 1000px;
}
.datos .watermark-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  width: 100%;
  max-width: 400px; /* Adjust based on watermark scale */
  opacity: 1; /* Subtle mark */
  display: flex;
  justify-content: center;
}
.datos .watermark-container .d4e-watermark {
  width: 100%;
  height: auto;
}
.datos .dato-item {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.datos .dato-icon {
  width: auto;
  height: 87px;
  margin-bottom: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.datos .dato-text {
  color: #5d5d5d;
  line-height: 1.4;
  max-width: 250px;
  margin: 0 auto;
}
.datos .d4e-watermark-mobile {
  display: none;
}

@media (max-width: 767px) {
  .datos {
    padding: 50px 0;
  }
  .datos img {
    margin-bottom: 20px !important;
  }
  .datos .dato-item {
    padding: 30px 15px;
  }
}
/* Galeria Section Styles */
.galeria {
  padding: 100px 0;
  background-color: #fff;
  /* Scrollbar Customization */
}
.galeria h2 {
  margin-bottom: 30px;
}
.galeria .swiper {
  width: 100%;
  padding-bottom: 50px; /* Space for scrollbar */
}
.galeria .swiper-slide {
  width: auto; /* Allow auto width for variable sizes or fixed logic via js */
}
.galeria .swiper-slide img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* display: block; */
}
.galeria .swiper-scrollbar {
  bottom: 0;
  height: 6px;
  background: #e0e0e0;
  max-width: 80%;
  margin: 0 10% !important;
  display: block;
}
.galeria .swiper-scrollbar .swiper-scrollbar-drag {
  background: #5d5d5d;
}

@media (max-width: 991px) {
  .galeria {
    padding: 100px 0;
  }
  .galeria h2 {
    padding: 0 15px;
  }
  .galeria .swiper-slide img {
    width: 100%; /* Full width on mobile often better */
  }
}
/* Diferencial Section Styles */
.diferencial {
  padding: 100px 0;
}
.diferencial .container {
  max-width: 1700px;
}
.diferencial .diferencial-box {
  background-color: #BD9D84;
  border-radius: 57px 0 57px 0;
  padding: 150px 150px 100px; /* No padding left to allow alignment, padding right for text */
  position: relative;
  min-height: 550px; /* Ensure height for image overlap */
  position: relative;
  z-index: 0;
}
.diferencial .diferencial-box::after {
  content: "";
  position: absolute;
  bottom: -250px;
  left: 210px;
  width: 266px;
  height: 365px;
  background-image: url(../imagenes/ImagenDiferencial.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.diferencial .diferencial-content-left {
  padding-left: 60px;
  position: relative;
  z-index: 2;
}
.diferencial .diferencial-content-right {
  padding-right: 40px;
}
.diferencial .diferencial-img-overlap {
  position: absolute;
  width: 266px;
  height: 365px;
  aspect-ratio: 266/365;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
  left: 60px; /* Align with text left */
  bottom: -50px; /* Adjust overlap amount - user didn't specify but smaller img needs check. keeping overlap logic */
}
.diferencial .list-diferencial li {
  margin-bottom: 8px;
  font-size: 15px;
  opacity: 0.9;
}
.diferencial .badget-sm {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0.8;
}
.diferencial h6 {
  color: white;
}
.diferencial p {
  color: white;
}

/* Mobile Styles */
@media (max-width: 991px) {
  .diferencial {
    padding: 50px 0;
    position: relative;
  }
  .diferencial::after {
    content: "";
    position: absolute;
    bottom: -120px;
    left: 35%;
    width: 200px;
    height: 279px;
    background-image: url(../imagenes/ImagenDiferencial.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .diferencial .diferencial-box-mobile {
    background-color: #BD9D84;
    border-radius: 57px 0 57px 0;
    overflow: hidden; /* Contain clip if needed, or allow overlap */
    display: flex;
    flex-direction: column;
  }
  .diferencial .content-mobile {
    padding: 150px 50px !important;
  }
  .diferencial .img-mobile-container {
    margin-top: -30px; /* Pull up into content slightly or standard flow */
  }
}
@media (max-width: 767px) {
  .diferencial .content-mobile {
    padding: 100px 30px !important;
  }
  .diferencial::after {
    bottom: -160px;
    left: 25%;
    width: 50%;
    height: 279px;
  }
}
/* Video Section Styles */
.video {
  padding: 200px 0 100px;
  background-color: #fff;
}
.video .badget-sm {
  color: #5d5d5d;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
}
.video h6 {
  color: #5d5d5d;
}
.video h2 {
  color: #1E2334;
  margin-bottom: 20px;
}
.video .video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 0; /* Sharp or rounded based on mockup? Mockup looks sharp or slightly rounded */
  overflow: hidden;
  cursor: pointer;
}
.video .video-wrapper .video-thumb {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9; /* Standard video aspect */
  filter: brightness(0.8); /* Slight dim to make play button pop */
  transition: all 0.3s ease;
}
.video .video-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 0.3s ease;
}
.video .video-wrapper .play-button svg {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}
.video .video-wrapper:hover .video-thumb {
  filter: brightness(0.6);
}
.video .video-wrapper:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.video iframe {
  width: 100%;
  height: 550px;
}

@media (max-width: 991px) {
  .video {
    padding: 250px 0 100px;
  }
  .video h2 {
    padding: 0 15px;
  }
}
/* Pasos Section Styles */
.pasos {
  padding: 150px 0;
}
.pasos .d-lg-flex {
  display: flex !important;
  gap: 10px;
}
.pasos .badget-sm {
  color: #5d5d5d;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  display: block;
  margin-bottom: 20px;
}
.pasos h2 {
  color: #1E2334;
  margin-bottom: 30px;
}
.pasos .cont {
  padding-left: 300px;
}
.pasos .cont2 {
  padding-left: 100px;
}
.pasos .swiper {
  overflow: visible; /* Show overlap/cards offscreen if desired */
  /* But be careful with overflow-x horizontal scrolling on page. 
     Usually swiper-container needs overflow hidden, but if we want the "endless" look 
     we can use padding-right on container or similar. 
     Standard Swiper is overflow hidden. We'll stick to standard to prevent horizontal scrollbar on body.
  */
  overflow: hidden;
  padding-bottom: 50px; /* Space for shadows/hanging content */
}
.pasos .swiper-slide {
  width: 320px; /* Fixed width cards? Or auto? Based on screenshot cards look somewhat fixed width */
  height: auto;
}
.pasos .step-card {
  padding: 50px 30px;
  border-radius: 0 57px 0 57px;
  color: #fff;
  height: 100%; /* Uniform height */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 340px;
}
.pasos .step-card.bg-grey {
  background-color: #B1B9BE;
}
.pasos .step-card.bg-brown {
  background-color: #BD9D84;
  border-radius: 57px 0 57px 0; /* Matches user request repeated for emphasis */
}
.pasos .step-card .img-wrapper {
  margin-bottom: 30px;
}
.pasos .step-card .img-wrapper .step-img {
  width: 60px; /* Adjust icon size */
  height: auto;
}
.pasos .step-card h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.pasos .step-card p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: white;
}
.pasos .pasos-nav .pasos-prev,
.pasos .pasos-nav .pasos-next {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.pasos .pasos-nav .pasos-prev img,
.pasos .pasos-nav .pasos-next img {
  height: 40px; /* Adjust nav button size */
  width: auto;
}
.pasos .pasos-nav .pasos-prev:hover,
.pasos .pasos-nav .pasos-next:hover {
  transform: scale(1.1);
}

@media (max-width: 1540px) {
  .pasos .cont {
    padding-left: 130px;
  }
}
@media (max-width: 991px) {
  .pasos {
    padding: 0px 20px 50px;
  }
  .pasos .cont {
    padding-left: 0px;
  }
  .pasos .cont2 {
    padding-left: 0;
  }
  .pasos .swiper-slide {
    width: 280px; /* Smaller cards on mobile */
  }
  .pasos .step-card {
    padding: 40px 25px;
    min-height: 360px;
  }
  .pasos .d-lg-flex {
    display: flex !important;
    gap: 10px;
    justify-content: center;
  }
}
/* Footer Styles */
.site-footer {
  position: relative;
  width: 100%;
}
.site-footer .footer-content {
  position: relative;
  width: 100%;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  overflow: hidden;
}
.site-footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.site-footer .footer-logo {
  max-width: 300px;
  height: auto;
}
.site-footer .footer-title {
  text-align: left;
}
.site-footer .footer-text {
  text-align: left;
}
.site-footer .btnbr-outline {
  border: 1px solid #5d5d5d;
  color: #5d5d5d;
  padding: 12px 30px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  background: transparent;
  transition: all 0.3s ease;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.site-footer .btnbr-outline:hover {
  background: #1E2334;
  color: #fff;
  border-color: #1E2334;
}
.site-footer .copyright-strip {
  background-color: #8c959f; /* Muted blue-grey like mockup */
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  position: relative;
  z-index: 10;
}
.site-footer .copyright-strip p {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 991px) {
  .site-footer .footer-content {
    min-height: auto;
    padding: 60px 0;
  }
  .site-footer .footer-title {
    text-align: center;
  }
  .site-footer .footer-text {
    text-align: center;
  }
  .site-footer .btnbr-outline {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .site-footer .footer-logo {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-logo {
    max-width: 200px;
  }
  .site-footer .footer-text br {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */