/* Font Definitions */
/* Montserrat */
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  text-rendering: optimizeLegibility;
}
/* Libre Caslon Text */
@font-face {
  font-family: "Libre Caslon Text";
  src: url("../font/LibreCaslonText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility;
}
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
}
.header__nav {
  padding: 40px 0;
}
.header__container {
  max-width: 1540px;
  margin: 0 auto;
}
.header__logo-desktop {
  display: block;
  height: auto;
  max-width: 256px;
  margin-top: 50px;
}
.header__logo-container {
  padding: 0 40px;
}
.header__list {
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header__list--mobile {
  margin-top: 16px;
}
.header__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff !important;
  transition: all 0.3s ease;
  font-size: 12px;
  padding: 0.375rem 2rem !important;
}
.header__link:hover, .header__link:focus {
  font-weight: 700;
  color: #c8bd94 !important;
}
.header__toggler {
  border: none;
  padding: 8px;
  border-radius: 8px;
  background-color: #968d6b;
  position: absolute;
  right: 15px;
  top: 20px;
}
.header__toggler:focus {
  box-shadow: none;
}
.header__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='%23fff' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.header__brand-mobile {
  display: none;
}
@media (max-width: 1540px) {
  .header__container {
    max-width: 100%;
  }
  .header__logo-desktop {
    max-width: 260px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .header__toggler {
    right: 45px;
    top: 50px;
  }
  .header__nav {
    padding: 24px 0 16px;
  }
  .header__logo-container {
    padding: 0 16px;
  }
  .header__item {
    text-align: center;
    margin-bottom: 8px;
  }
  .header__link {
    font-size: 14px;
    padding: 0.75rem 2rem !important;
    color: #000 !important;
  }
  .header__collapse {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Montserrat";
  color: #1d1d1b;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
a:hover {
  color: #c8bd94;
}

section {
  padding: 100px 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

h1 {
  color: #c8bd94;
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h2 span {
  color: #c8bd94;
  font-family: "Libre Caslon Text";
  font-weight: 700;
}

h6 {
  color: #1d1d1b;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

h4 {
  color: #1d1d1b;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: var(--Negro, #1d1d1b);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hiddenD,
.hiddenl {
  display: none;
}

.hiddenS {
  display: none;
}

@media screen and (max-width: 1540px) {
  .container {
    max-width: 1450px !important;
  }
}
@media screen and (max-width: 991px) {
  .hiddenl {
    display: block;
  }
  .hiddenD {
    display: block;
  }
  .hiddenS {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block !important;
  }
  .hiddenM {
    display: none;
  }
  .hiddenS {
    display: block;
  }
  .banner h2 {
    font-size: 17px;
  }
  h2 {
    font-size: 24px;
  }
}
.btn-custom, .banner__cta, input.hs-button.primary.large {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  border-radius: 42px;
  border: none;
  background-color: #968d6b;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-custom img, .banner__cta img, input.hs-button.primary.large img,
.btn-custom svg,
.banner__cta svg,
input.hs-button.primary.large svg {
  margin-left: 15px;
  width: 12px;
  transition: transform 0.3s ease;
}
.btn-custom:hover, .banner__cta:hover, input.hs-button.primary.large:hover {
  background-color: #797155;
  color: #fff;
  opacity: 1;
}
.btn-custom:hover img, .banner__cta:hover img, input.hs-button.primary.large:hover img,
.btn-custom:hover svg,
.banner__cta:hover svg,
input.hs-button.primary.large:hover svg {
  transform: translateX(5px);
}

input.hs-button.primary.large {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.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;
}

.banner {
  padding: 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.banner__container {
  padding: 0;
  max-width: 100%;
  max-width: 1850px;
}
.banner__card {
  background-color: #000;
  position: relative;
  width: calc(100% - 40px);
  min-height: 800px;
  background-image: url("../imagenes/header.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 20px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  margin: 20px;
}
.banner__row {
  width: 100%;
  justify-content: center;
}
.banner__content {
  z-index: 10;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.banner__logo-img {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}
.banner__subtitle {
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.banner__title {
  line-height: 1.1;
}
.banner__description {
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
  padding-top: 20px;
  font-style: normal;
  font-size: 22px;
}
.banner__description strong {
  font-weight: 600;
  font-style: italic;
}
.banner__cta {
  background-color: #968d6b;
  color: #fff;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  border: none;
}
.banner__cta img {
  width: 30px;
  display: none;
}
.banner__cta:hover {
  transform: translateY(-2px);
  background-color: #a1987a;
}

@media (max-width: 1640px) {
  .banner__container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .banner {
    padding: 20px;
  }
  .banner__card {
    width: 100%;
    min-height: 100vh;
    border-radius: 30px;
    margin: 0;
    background-image: url("../imagenes/movil/header.png");
    background-position: center bottom;
  }
  .banner__subtitle {
    margin-top: 70px;
  }
  .banner__title {
    font-size: 32px;
  }
  .banner__description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 8px;
  }
  .banner .banner__card {
    padding: 30px 10px;
  }
  .banner .banner__title {
    font-size: 28px;
  }
}
.nosotros {
  background-color: #fff;
  padding: 8.75rem 0;
  position: relative;
}
.nosotros .row {
  display: flex;
  align-items: center;
}
.nosotros__container {
  max-width: 1260px;
}
.nosotros__subtitle {
  color: #1d1d1b;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 40px;
}
.nosotros__title {
  margin-bottom: 0;
  line-height: 1.1;
}
.nosotros__text {
  text-align: left;
  color: #1d1d1b;
  margin-bottom: 24px;
  padding-left: 60px;
}
.nosotros__text strong {
  font-weight: 700;
  font-style: italic;
}
.nosotros__text:first-child strong {
  font-style: italic;
}
.nosotros__text:last-child {
  margin-bottom: 0;
}
.nosotros__divider {
  height: 1px;
  background-color: transparent;
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .nosotros {
    padding: 120px 30px 60px;
  }
  .nosotros__subtitle {
    margin-bottom: 24px;
  }
  .nosotros__title {
    margin-bottom: 32px;
  }
  .nosotros__divider {
    margin-top: 100px;
  }
  .nosotros .nosotros__text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .nosotros {
    padding: 120px 15px 60px;
  }
  .nosotros__title {
    margin-bottom: 22px;
  }
}
.beneficios {
  background-color: #fff;
  padding: 5rem 0;
}
.beneficios__container {
  max-width: 1750px;
  margin: 0 auto;
}
.beneficios__subtitle {
  text-transform: none;
  margin-bottom: 36px;
}
.beneficios__main-title {
  color: #1d1d1b;
  margin-bottom: 3.75rem;
  padding: 0 15px;
}
.beneficios__main-title span {
  color: #c8bd94;
}
.beneficios__card {
  background-color: #f6f6f6;
  border-radius: 0;
  padding: 60px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  min-height: 280px;
  transition: transform 0.3s ease;
  border: none;
}
.beneficios__card:hover {
  background-color: #efefef;
}
.beneficios__title {
  color: #1d1d1b;
  text-transform: uppercase;
}
.beneficios__text {
  color: #1d1d1b;
}
.beneficios .swiper-slide {
  padding: 20px 10px 40px;
  height: auto;
}
.beneficios .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.beneficios .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}
.beneficios .swiper-pagination-bullet-active {
  background: #c8bd94;
  opacity: 1;
}

@media (max-width: 1540px) {
  .beneficios__container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .beneficios {
    padding: 60px 30px;
  }
  .beneficios__main-title {
    margin-bottom: 48px;
  }
  .beneficios__card {
    padding: 40px 30px;
    width: 403px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .beneficios {
    padding: 40px 15px 60px;
  }
  .beneficios__main-title {
    margin-bottom: 8px;
  }
  .beneficios__card {
    padding: 40px 20px;
    max-width: 300px;
    margin: 0 auto;
    min-height: 250px;
  }
}
/* Contacto / Form Styles - Merged */
.contacto {
  position: relative;
  background-image: url("../imagenes/formulario.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
}
.contacto .container {
  position: relative;
  z-index: 2;
  max-width: 1640px;
}
.contacto .form-card {
  background-color: rgba(0, 0, 0, 0.84);
  border-radius: 32px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 80px 110px;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.contacto__content {
  text-align: left;
  padding-right: 20px;
}
.contacto__subtitle {
  color: #9f9f9f;
  margin-bottom: 24px;
  text-transform: none;
}
.contacto__title {
  color: #fff;
  margin-bottom: 0;
}
.contacto__title span {
  color: #c8bd94;
}
.contacto .character-form {
  position: absolute;
  bottom: 0px;
  right: 0;
  height: auto;
  z-index: 10;
  max-width: 250px;
  pointer-events: none;
}

.form-wrapper {
  width: 100%;
  margin-left: 50px;
}
.form-wrapper .hs-form-field {
  margin-bottom: 15px;
}
.form-wrapper label {
  color: #fff !important;
  font-family: Montserrat;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}
.form-wrapper .hs-input {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 8px 0 !important;
  width: 100% !important;
  box-shadow: none !important;
  height: auto !important;
}
.form-wrapper .hs-input::-moz-placeholder {
  color: #999;
}
.form-wrapper .hs-input::placeholder {
  color: #999;
}
.form-wrapper .hs-input:focus {
  outline: none;
  border-bottom-color: #c8bd94 !important;
}
.form-wrapper .hs-input.hs-fieldtype-intl-phone {
  border: 0 !important;
  border-bottom: 0 !important;
}
.form-wrapper .hs_submit,
.form-wrapper .actions {
  text-align: right;
  margin-top: 20px;
}
.form-wrapper .hs-button {
  background-color: #968d6b !important;
  color: #fff !important;
  border-radius: 30px !important;
  padding: 12px 40px !important;
  text-transform: uppercase;
  border: none;
  font-family: Montserrat;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
}
.form-wrapper .hs-button:hover {
  opacity: 0.9;
}
.form-wrapper .form-columns-2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.form-wrapper .form-columns-2 .hs-form-field {
  width: 48%;
  float: none !important;
}

@media (max-width: 1540px) {
  .contacto .form-card {
    margin-right: 100px;
  }
  .contacto .character-form {
    right: -180px;
    max-height: 450px;
  }
}
@media (max-width: 991px) {
  .contacto {
    background-image: url("../imagenes/movil/formulario.jpg");
    padding: 60px 15px;
    min-height: auto;
  }
  .contacto .contacto .form-card {
    padding: 40px 50px;
    margin-right: 0;
    padding-bottom: 290px;
    max-width: 600px;
    display: block;
    min-height: auto;
    margin: 0 auto;
  }
  .contacto .form-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .contacto .character-form {
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    max-height: 280px;
    margin-bottom: -20px;
  }
  .form-wrapper .hs-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contacto {
    padding: 60px 0;
    min-height: auto;
  }
  .contacto__title {
    text-align: left;
  }
  .contacto .character-form {
    max-height: 220px;
    width: auto;
  }
  .contacto .form-card {
    margin-right: 0;
    padding: 60px 30px;
  }
}
.datos {
  position: relative;
  padding: 150px 0 0;
  overflow: hidden;
  background-color: #fff;
}
.datos .container {
  position: relative;
  z-index: 2;
}
.datos__subtitle {
  color: #9f9f9f;
  text-transform: none;
  margin-bottom: 20px;
}
.datos__title {
  margin-bottom: 60px;
}
.datos__title span {
  color: #c8bd94;
}
.datos .dato-card {
  padding: 30px 20px;
}
.datos .dato-card__icon {
  height: 50px;
  width: auto;
  margin-bottom: 25px;
  margin: 0 auto;
}
.datos .dato-card__text {
  font-size: 15px;
}
.datos .row.justify-content-center > .col-lg-4 {
  position: relative;
}
.datos .row.justify-content-center > .col-lg-4:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #e0e0e0;
}

@media (max-width: 991px) {
  .datos {
    padding: 60px 30px 0;
  }
  .datos__subtitle {
    text-transform: uppercase;
  }
  .datos .row.justify-content-center > .col-lg-4:not(:last-child)::after {
    display: none;
  }
  .datos .col-lg-4 .dato-card {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .datos .col-lg-4:last-child {
    margin-bottom: 0 !important;
  }
  .datos .dato-card {
    padding: 30px 10px;
  }
}
@media (max-width: 767px) {
  .datos {
    padding: 120px 15px 20px;
  }
  .datos__title {
    margin-bottom: 22px;
  }
  .col-lg-4:last-child .dato-card {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.galeria {
  padding: 100px 0;
  margin-top: -250px;
}
.galeria__content {
  text-align: left;
  padding-right: 40px;
  padding-left: 230px;
}
.galeria__subtitle {
  color: #9f9f9f;
  margin-bottom: 40px;
}
.galeria__title {
  margin-bottom: 40px;
}
.galeria__title span {
  color: #c8bd94;
}
.galeria__text {
  color: #1d1d1b;
  margin-bottom: 100px !important;
}
.galeria__text strong {
  font-weight: 600;
}
.galeria__nav {
  margin-top: 40px;
}
.galeria__nav img {
  width: 45px;
  transition: opacity 0.3s;
}
.galeria__nav img:hover {
  opacity: 0.7;
}
.galeria__nav-mobile img {
  width: 40px;
}

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

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 1540px) {
  .galeria__content {
    text-align: left;
    padding-right: 40px;
    padding-left: 90px;
  }
}
@media (max-width: 991px) {
  .galeria {
    padding: 0 0 60px;
    margin-top: 0;
  }
  .galeria__content {
    text-align: left;
    padding-right: 30px;
    padding-left: 30px;
  }
  .galeria__text {
    margin-bottom: 30px !important;
  }
  .galeria__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .galeria {
    padding: 80px 0 60px;
    min-height: auto;
  }
  .galeria__content {
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.diferencial {
  padding: 100px 0 200px;
  background-color: #fff;
}
.diferencial__subtitle {
  margin-bottom: 30px;
  text-transform: none;
}
.diferencial__title {
  margin-bottom: 40px;
}
.diferencial__title span {
  color: #c8bd94;
}
.diferencial__content p {
  margin-bottom: 20px;
  padding: 0 40px;
}

@media (max-width: 991px) {
  .diferencial {
    padding: 50px 30px 100px;
  }
  .diferencial__content p {
    padding: 0;
  }
}
.video {
  padding: 0;
  background-color: #000;
}
.video .video-wrapper {
  width: 100%;
  position: relative;
  height: 859px;
}
.video .video-wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

@media (max-width: 991px) {
  .video .video-wrapper {
    height: 520px;
  }
}
.pasos {
  padding: 150px 0 0px;
  background-color: #fff;
  overflow: hidden;
}
.pasos__content {
  text-align: left;
  margin-bottom: 0;
  padding-right: 20px;
  padding-left: 140px;
}
.pasos__subtitle {
  color: #9f9f9f;
  margin-bottom: 20px;
}
.pasos__title span {
  color: #c8bd94;
}
.pasos__nav img {
  width: 45px;
  height: 45px;
  transition: opacity 0.3s;
}
.pasos__nav img:hover {
  opacity: 0.7;
}
.pasos__nav-bottom img {
  width: 40px;
  transition: opacity 0.3s;
}
.pasos__nav-bottom img:hover {
  opacity: 0.7;
}
.pasos .paso-card {
  background-color: #f6f6f6;
  padding: 40px;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 250px;
  width: 637px;
}
.pasos .paso-card__number {
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 600;
  color: #000;
  min-width: 80px;
}
.pasos .paso-card__divider {
  width: 2px;
  height: 102px;
  background-color: #e5e5e5;
  margin: 0 30px;
}
.pasos .paso-card__content {
  flex: 1;
  text-align: left;
}
.pasos .paso-card__content h4 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.pasos .paso-card__content p {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
  margin-bottom: 0;
}

.mySwiperPasos {
  width: 100%;
  padding-bottom: 50px;
  overflow: hidden;
}

.swiper-slide {
  height: auto;
}

@media (max-width: 991px) {
  .pasos {
    padding: 100px 30px;
  }
  .pasos__content {
    text-align: left;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
  .pasos .paso-card {
    padding: 30px;
    min-height: 240px;
    width: auto;
  }
  .pasos .paso-card__number {
    font-size: 40px;
    min-width: 60px;
  }
  .pasos .paso-card__divider {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .pasos {
    padding: 100px 30px 20px;
  }
  .pasos .paso-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    height: auto;
  }
  .pasos .paso-card__number {
    align-self: flex-end;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .pasos .paso-card__divider {
    width: 100%;
    height: 1px;
    margin: 0 0 30px 0;
  }
  .pasos .paso-card__content {
    width: 100%;
    text-align: left;
  }
  .pasos .paso-card__content h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .pasos .paso-card__content p {
    font-size: 14px;
  }
}
#footer {
  padding-top: 100px;
  background-color: #fff;
  padding-bottom: 0;
}
#footer .footer-top-content {
  padding-bottom: 80px;
}
#footer .footer-top-content .footer-divider {
  width: 100%;
  max-width: 1100px;
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 120px;
}
#footer .footer-top-content .footer-h2 {
  color: var(--Negro, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#footer .footer-top-content .footer-h3 {
  color: var(--Dorado, #c8bd94);
  text-align: center;
  font-family: "Libre Caslon Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#footer .footer-top-content .footer-text {
  color: var(--Gris-oscuro, #1d1d1b);
  text-align: center;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#footer .footer-top-content .footer-text span {
  font-weight: 700;
  font-style: italic;
  color: #000;
}
#footer .footer-top-content .btn-gold-pill {
  background-color: #93855e;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
#footer .footer-top-content .btn-gold-pill:hover {
  opacity: 0.9;
  color: #fff;
}
#footer .footer-banner {
  width: 100%;
  height: 420px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#footer .footer-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("../imagenes/footer.jpg");
}
#footer .footer-banner .footer-logo-overlay {
  position: relative;
  z-index: 2;
}
#footer .footer-banner .footer-logo-overlay img {
  max-width: 400px;
}
#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0;
  border-top: 1px solid #fff;
}
#footer .footer-bottom p {
  margin: 0;
  font-family: Montserrat;
  font-size: 14px;
  color: #000;
}

@media (max-width: 991px) {
  #footer {
    padding-top: 50px;
  }
  #footer .footer-top-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .footer-top-content .footer-h3 {
    font-size: 27px;
    margin-top: 10px;
  }
  #footer .footer-banner {
    height: 230px;
  }
  #footer .footer-banner-bg {
    background-image: url("../imagenes/movil/FondoFooter.png");
  }
  #footer .footer-banner .footer-logo-overlay img {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  #footer .footer-top-content .footer-h2 {
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
  }
  #footer .footer-top-content .footer-text {
    color: var(--Gris-oscuro, #1d1d1b);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #footer .footer-banner {
    height: 220px;
  }
}/*# sourceMappingURL=styles.css.map */