/* Font  */
@font-face {
  font-family: "Playfair Display";
  src: url("../font/PlayfairDisplay-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../font/PlayfairDisplay-MediumItalic.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 500;
  font-style: italic;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-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 */
header.menu {
  background-color: transparent;
  position: relative;
  width: 100%;
  z-index: 1000;
}

header.menu .container-fluid {
  max-width: 1740px; /* Adjusted for standard container width */
}

.navbar {
  padding: 15px 0;
}

.logoD {
  max-width: 200px; /* Adjusted size */
  display: block;
  margin: 10px 0;
  width: 166px;
}

.navbar-nav {
  align-items: center;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
}

.menuD {
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
  display: flex !important;
  justify-content: flex-end; /* Align right */
  align-items: center;
}
.menuD .btn-black {
  background-color: #231f20;
  color: #fff;
  border: 0;
  border-radius: 30px;
  font-size: 16px;
  font-family: inherit; /* Use global font */
  font-weight: 700;
  padding: 10px 30px;
}
.menuD .btn-black:hover {
  background-color: #000;
  opacity: 0.9;
}

.nav-link {
  color: #231f20; /* Black color */
  text-align: center;
  font-family: "Jost", sans-serif; /* Assumed font based on mockups/modern style, specifically requested to use general fonts */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 20px;
  padding: 0 !important;
  white-space: nowrap;
}

.nav-link:hover {
  opacity: 0.7;
  text-shadow: 0 0 0.9px currentColor; /* Simulate bold without layout shift */
}

/* 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='%23231f20' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.logoM {
  max-height: 50px;
}

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

.menu {
  background-color: #fff;
  padding: 10px 0;
}
.menu .navbar-brand img {
  max-height: 50px;
  width: auto;
}
.menu .nav-link {
  color: #302f2d;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-left: 35px;
}
.menu .nav-link:hover {
  color: #f4b102;
}
.menu .nav-link.theme-btn {
  padding: 8px 30px !important;
  margin-left: 20px;
}

@media (max-width: 1540px) {
  .logoD {
    max-width: 180px;
  }
  header.menu .container-fluid {
    max-width: 1450px; /* Adjusted for standard container width */
  }
}
@media (max-width: 991px) {
  .nav-link {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
  }
  .nav-link:hover {
    color: #fff;
    opacity: 0.8;
  }
  .menuD {
    display: none !important;
  }
  .logoM {
    max-height: 50px;
    width: auto;
  }
  header.menu .container-fluid {
    padding: 0 20px;
  }
  header.menu {
    padding: 10px 15px;
  }
  header.menu button.navbar-toggler {
    z-index: 20;
    position: relative;
    margin-left: auto;
  }
  .navbar-collapse {
    background-color: #fff; /* Dark background for mobile menu */
    padding: 40px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    border: 1px solid #000;
  }
  .nav-item {
    text-align: center;
  }
  .logoD {
    display: none;
  }
  .menu .nav-link {
    color: #000;
    margin-left: 0;
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  header.menu .container-fluid {
    padding: 0 15px;
  }
}
/* General & Typography */
html,
body {
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

section {
  padding: 100px 15px;
}

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

h1 {
  color: var(--gris, #302f2d);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner p {
  color: var(--gris, #302f2d);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  color: var(--gris, #302f2d);
  font-family: "Playfair Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
h2 span {
  font-style: italic;
}

h4 {
  color: var(--gris, #302f2d);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 155.556% */
}

p {
  color: var(--gris, #302f2d);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Buttons */
.btn,
.btnbr,
input.hs-button.primary.large {
  color: var(--blanco, #fffbf8);
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 228.571% */
  padding: 12px 50px;
  border-radius: 20px;
  background: var(--amarillo, #f4b102);
  letter-spacing: 1px;
}

.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover {
  background-color: #f4b102;
  color: #fff;
  opacity: 0.7;
}

.btn img,
.btnbr img,
input.hs-button.primary.large img {
  margin: 4px 0 4px 15px;
  width: 12px;
}

/* Animations */
/* Utility Classes */
.hiddenD,
.hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

hr.section-separator {
  max-width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
  h1 {
    font-size: 32px;
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
  h1 {
    font-size: 30px;
    line-height: normal;
  }
  h2 {
    font-size: 26px;
    line-height: normal;
  }
}
.banner {
  padding-top: 0;
}
.banner .banner-content {
  padding-top: 90px;
  padding-bottom: 70px;
}
.banner .banner-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .banner-wrapper .banner-bg {
  width: 100%;
  height: auto;
  max-height: 548px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.banner .banner-wrapper .banner-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.banner .banner-wrapper .banner-overlay .banner-logo-overlay {
  max-width: 80%;
  height: auto;
}
@media (min-width: 992px) {
  .banner .banner-wrapper .banner-overlay .banner-logo-overlay {
    max-width: 1300px;
  }
}
.banner .banner-content {
  max-width: 100%;
  margin: 0 auto;
}
.banner .has-separator {
  padding-top: 2rem;
  stroke-width: 0.5px;
  stroke: var(--gris-claro, #716a62);
}
.banner .section-separator {
  width: 80%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .banner .banner-wrapper .banner-overlay .banner-logo-overlay {
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  .menuD {
    display: none !important;
  }
  .banner .banner-wrapper .banner-overlay .banner-logo-overlay {
    max-width: 70%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .banner .banner-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nosotros {
  padding: 200px 15px 100px;
}
.nosotros .container {
  max-width: 1140px;
}
.nosotros h2 {
  text-align: left;
  margin-bottom: 3rem;
}
.nosotros h2 span {
  font-style: italic;
  font-family: "Playfair Display", serif;
}
.nosotros p {
  color: var(--color-texto, #302f2d);
  margin-bottom: 1.5rem;
}
.nosotros p strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  .nosotros {
    padding: 140px 15px 100px;
  }
}
@media (max-width: 768px) {
  .nosotros {
    padding: 100px 15px 50px;
  }
  .nosotros h2 br {
    display: none;
  }
}
.beneficios {
  padding: 20px 0 120px;
}
.beneficios .beneficios-img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 650px;
  margin-top: -20px;
  width: 90% !important;
}
.beneficios h2 {
  padding-top: 40px;
  text-align: left;
  margin-bottom: 2rem;
}
.beneficios h2 span {
  font-style: italic;
}
.beneficios .swiper {
  padding-bottom: 50px;
}
.beneficios .beneficio-card {
  border-radius: 4px;
  border: 0.8px solid var(--gris-claro, #716a62);
  padding: 40px 60px;
  background-color: transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  transition: all 0.3s ease;
  min-height: 270px;
}
.beneficios .beneficio-card h4 {
  color: var(--color-texto, #302f2d);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.beneficios .beneficio-card .card-separator {
  width: 100%;
  margin: 0 auto 20px auto;
  border: 0;
  border-top: 1px solid #302f2d;
  opacity: 1;
}
.beneficios .beneficio-card p {
  color: var(--color-texto, #302f2d);
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.beneficios .beneficios-nav {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}
.beneficios .beneficios-nav .swiper-button-prev-custom,
.beneficios .beneficios-nav .swiper-button-next-custom {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.beneficios .beneficios-nav .swiper-button-prev-custom img,
.beneficios .beneficios-nav .swiper-button-next-custom img {
  width: 40px;
  height: auto;
}
.beneficios .beneficios-nav .swiper-button-prev-custom:hover,
.beneficios .beneficios-nav .swiper-button-next-custom:hover {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .beneficios {
    padding: 50px 15px;
  }
  .beneficios h2 {
    text-align: center;
  }
  .beneficios .beneficios-img {
    display: none;
  }
  .beneficios .beneficio-card {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .beneficios {
    padding: 50px 0;
  }
  .beneficios .d-lg-none img {
    margin-left: -20px;
  }
  .beneficios .dentro {
    padding: 0 20px;
  }
  .beneficios .beneficio-card {
    min-height: 260px;
  }
  .beneficios .beneficio-card p {
    font-size: 16px;
    line-height: normal;
  }
  .beneficios .beneficios-nav {
    justify-content: center;
  }
}
.contacto {
  padding: 120px 0;
}
.contacto .container {
  max-width: 1280px;
  padding-left: 4%;
}
.contacto h2 {
  text-align: left;
  margin-bottom: 1.5rem;
}
.contacto h2 span {
  font-style: italic;
}
.contacto .form-container input[type=text],
.contacto .form-container input[type=email],
.contacto .form-container input[type=tel],
.contacto .form-container textarea,
.contacto .form-container select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
  background: transparent;
  padding: 5px 0;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  color: #302f2d;
  font-size: 13px;
}
.contacto .form-container input[type=text]:focus,
.contacto .form-container input[type=email]:focus,
.contacto .form-container input[type=tel]:focus,
.contacto .form-container textarea:focus,
.contacto .form-container select:focus {
  outline: none;
  border-bottom: 1px solid var(--primary-color, #f4b102);
}
.contacto .form-container input[type=text]::-moz-placeholder, .contacto .form-container input[type=email]::-moz-placeholder, .contacto .form-container input[type=tel]::-moz-placeholder, .contacto .form-container textarea::-moz-placeholder, .contacto .form-container select::-moz-placeholder {
  color: #716a62;
  font-size: 13px;
}
.contacto .form-container input[type=text]::placeholder,
.contacto .form-container input[type=email]::placeholder,
.contacto .form-container input[type=tel]::placeholder,
.contacto .form-container textarea::placeholder,
.contacto .form-container select::placeholder {
  color: #716a62;
  font-size: 13px;
}
.contacto .form-container label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #302f2d;
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
}
.contacto .form-container input[type=submit],
.contacto .form-container .hs-button {
  background-color: var(--amarillo, #f4b102) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 10px 30px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 5px;
  width: 100%;
  max-width: 180px;
  text-shadow: none;
  box-shadow: none;
}
.contacto .form-container input[type=submit]:hover,
.contacto .form-container .hs-button:hover {
  opacity: 0.9;
  background-color: #db9f02 !important;
}
.contacto .form-container .hs-error-msgs {
  list-style: none;
  padding: 0;
  color: red;
  font-size: 11px;
  margin-bottom: 5px;
}
.contacto img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  padding-left: 10%;
}

.hs-form-field {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .contacto .container {
    padding-left: 0;
  }
  .contacto .container .row {
    max-width: 540px;
    margin: 0 auto;
  }
  .contacto img {
    padding-left: 0;
  }
  .contacto .form-columns-1 .hs-input {
    width: 100%;
  }
  .datos .datos-wrapper .datos-bg {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .contacto {
    padding: 100px 15px 50px;
  }
  .contacto .form-columns-1 .hs-input {
    width: 100%;
  }
  .contacto h2 br {
    display: none;
  }
}
.datos {
  margin: 100px 0 150px;
}
.datos .datos-wrapper {
  max-width: 1500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datos .datos-wrapper .datos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.datos .datos-wrapper .datos-bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.datos .datos-wrapper .datos-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.datos h2 {
  font-family: "Playfair Display", serif;
}
.datos h2 span {
  font-style: italic;
}
.datos .p-lg-5 {
  padding: 6.5rem 0 !important;
  width: 1500px;
}
.datos .datos-item {
  max-width: 440px;
  padding: 40px;
}
.datos .datos-divider-top,
.datos .datos-divider-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.datos .datos-icon {
  width: 30px;
  height: auto;
}
.datos p {
  color: #fff;
  font-size: 18px;
}
.datos p strong {
  font-weight: 700;
}
@media (min-width: 992px) {
  .datos .bordered-lg {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 991px) {
  .datos .datos-wrapper {
    border-radius: 0;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .datos .datos-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .datos .datos-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .datos hr.datos-divider-top,
  .datos hr.datos-divider-bottom {
    display: none;
  }
  .datos .p-lg-5 {
    padding: 9.5rem 0 !important;
    width: 1500px;
  }
}

@media (max-width: 768px) {
  .datos {
    padding: 50px 15px;
    margin: 100px 0 90px;
  }
  .datos .p-lg-5 {
    padding: 9.5rem 50px !important;
    width: 1500px;
  }
  .datos .datos-item {
    max-width: 450px;
    padding: 7px;
  }
}
.galeria {
  background-color: #fff;
  padding: 150px 0 100px;
}

.galeria h2 {
  color: var(--negro, #231f20);
}
.galeria h2 span {
  color: var(--naranja, #ed9d2c);
}

.mySwiperGaleria {
  padding-bottom: 60px !important; /* Make room for pagination below */
  padding-top: 20px;
  position: relative;
  overflow: hidden; /* Ensure no overflow issues */
}

.mySwiperGaleria .swiper-slide {
  height: auto;
  width: 28%; /* Desktop width - allows ~3.5 slides visible */
  /* Remove restricted widths to allow proper flow */
}

.mySwiperGaleria .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0;
}

/* Pagination Dots */
.mySwiperGaleria .swiper-pagination {
  bottom: 0 !important; /* Anchor to bottom of container */
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.mySwiperGaleria .swiper-pagination-bullet {
  background: #d3d3d3;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}

.mySwiperGaleria .swiper-pagination-bullet-active {
  background: var(--naranja, #ed9d2c);
}

@media (max-width: 991px) {
  .galeria {
    padding: 60px 0;
  }
  .galeria h2 {
    padding: 0 20px;
  }
  .galeria h2 br {
    display: none;
  }
  .mySwiperGaleria {
    padding-bottom: 50px !important;
  }
  .mySwiperGaleria .swiper-slide img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .galeria {
    padding: 50px 15px;
  }
  .galeria .mb-5 {
    margin-bottom: 1rem !important;
  }
  .galeria h2 {
    font-size: 26px;
  }
}
.nosotros#diferencial {
  padding: 100px 15px 120px;
}
.nosotros#diferencial p {
  margin-bottom: 40px;
}

.video {
  padding: 150px 0;
}

.video h2 {
  color: var(--negro, #231f20);
  margin-bottom: 20px;
}

.video .video-box {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #000; /* Placeholder while loading */
}

.video .video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
}

.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .video {
    padding: 100px 0;
  }
  .video h2 {
    padding: 0 15px;
    font-size: 24px;
  }
  .video h2 br {
    display: none;
  }
}
.pasos {
  background-color: #fff;
  padding: 100px 0;
  position: relative;
}
.pasos .container {
  max-width: 1100px;
}
.pasos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  height: 100%;
  background-image: url("../imagenes/pasos1.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 0;
}
.pasos::after {
  content: "";
  position: absolute;
  bottom: -45%;
  right: 0;
  width: 300px;
  height: 100%;
  background-image: url("../imagenes/pasos2.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 1;
}
.pasos .container {
  position: relative;
  z-index: 1;
}
.pasos h2 {
  text-align: center;
  margin-bottom: 80px !important;
  font-size: 38px;
}
.pasos h2 span {
  font-style: italic;
}
.pasos .paso-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  text-align: left;
  padding-right: 40px;
  padding-left: 40px;
}
.pasos .paso-item .paso-number {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  color: var(--color-texto, #302f2d);
  margin-right: 20px;
  min-width: 40px;
  margin-top: -10px;
}
.pasos .paso-item .paso-content h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-texto, #302f2d);
  margin-bottom: 2px;
  text-align: left;
}
.pasos .paso-item .paso-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #302f2d;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
@media (max-width: 1540px) {
  .pasos::before {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .pasos .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 40px; /* Adjust vertical spacing */
    transform: none !important; /* Disable swiper translation */
  }
  .pasos .swiper-slide {
    width: auto !important; /* Disable swiper width */
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .pasos::before, .pasos::after {
    opacity: 0.3;
    width: 150px;
  }
  .pasos .pasos-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .pasos .pasos-nav .swiper-button-prev-pasos,
  .pasos .pasos-nav .swiper-button-next-pasos {
    cursor: pointer;
    transition: transform 0.2s ease;
  }
  .pasos .pasos-nav .swiper-button-prev-pasos img,
  .pasos .pasos-nav .swiper-button-next-pasos img {
    width: 40px;
    height: auto;
  }
  .pasos .container.position-relative {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .pasos {
    padding: 80px 15px;
  }
  .pasos h2 {
    font-size: 28px;
  }
  .pasos .paso-item {
    padding-right: 15px;
    padding-left: 15px;
  }
  .pasos::before,
  .pasos::after {
    opacity: 1;
    width: 120px;
  }
  .pasos::before {
    width: 370px;
    height: 50%;
    top: -60px;
  }
}
.site-footer {
  padding-top: 60px;
  position: relative;
  z-index: 0;
}
.site-footer .container {
  max-width: 950px;
}
.site-footer .footer-cta {
  padding: 100px 0 120px;
}
.site-footer .footer-cta .footer-title {
  color: var(--color-texto, #302f2d);
  margin-bottom: 0;
  text-align: left;
}
.site-footer .footer-cta .footer-title span {
  font-style: italic;
}
.site-footer .footer-cta .footer-subtitle {
  font-size: 18px;
  text-align: left;
  max-width: 400px;
}
.site-footer .footer-bottom {
  background-color: #ededed;
  padding: 20px 0;
  margin-bottom: 60px;
}
.site-footer .footer-bottom .container {
  max-width: 1450px;
}
.site-footer .footer-bottom .footer-logo {
  height: auto;
  max-width: 180px;
  border: 1px solid #302f2d;
  padding: 10px 20px;
}
.site-footer .footer-bottom .copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer .footer-cta {
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
  }
  .site-footer .footer-cta .footer-title,
  .site-footer .footer-cta .footer-subtitle {
    text-align: left;
  }
  .site-footer .footer-cta .btn {
    width: 60%;
    margin: 30px 0;
    display: block;
  }
}

@media (max-width: 991px) {
  .site-footer .footer-bottom {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-cta {
    padding: 50px 20px 70px;
  }
  .site-footer .footer-bottom .footer-logo {
    height: auto;
    max-width: 160px;
    border: 0;
    padding: 20px 20px;
  }
  .site-footer .footer-bottom {
    margin-bottom: 30px;
  }
  .site-footer .footer-cta .btn {
    width: 90%;
  }
}
/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Base Classes */
.reveal-up,
.reveal-left,
.reveal-right,
.reveal-fade {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.reveal-up {
  transform: translate3d(0, 40px, 0);
}

.reveal-left {
  transform: translate3d(-40px, 0, 0);
}

.reveal-right {
  transform: translate3d(40px, 0, 0);
}

/* Active State */
.reveal-up.active,
.reveal-left.active,
.reveal-right.active,
.reveal-fade.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Delays */
.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}/*# sourceMappingURL=styles.css.map */