.header {
  background-color: #004c35;
}

.navbar-brand img {
  max-height: 35px;
  width: 190px;
}

.navbar-collapse {
  background: #004c35;
}

@media (min-width: 992px) {
  .header {
    margin-top: 50px;
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: transparent;
  }
  .navbar-brand {
    padding-bottom: 15px;
  }
  .navbar-brand img {
    width: 190px;
    max-height: 48px;
  }
  .main-nav, .navbar-nav {
    font-family: "SanDiego", Arial, sans-serif;
  }
  .navbar-nav .nav-link {
    color: #fff !important;
    font-family: "SanDiego", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 1.7rem;
    transition: color 0.2s;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-item.active > .nav-link {
    color: #ffc400 !important;
    text-decoration: underline;
  }
  .dropdown-menu {
    background: #017559;
  }
  .dropdown-item {
    color: #fff;
    font-family: "SanDiego", Arial, sans-serif;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #ffc400;
    background: #004c35;
  }
}
.hero-section {
  position: relative;
  min-height: auto;
  padding-top: 15px;
}
.hero-section .img-personas {
  min-height: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .hero-section {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: clamp(1.1rem, 2.5vw, 2rem);
    padding-top: 264px;
    position: relative;
  }
  .hero-section .hero-title {
    font-family: "SanDiego", Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.9;
    z-index: 2;
  }
  .hero-section .hero-description {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    z-index: 2;
  }
  .hero-section .hero-logo {
    max-width: 220px;
    z-index: 2;
  }
  .hero-section .hero-btn {
    font-size: clamp(1.2rem, 3vw, 2rem);
    z-index: 2;
  }
  .hero-section .hero-overlay {
    background: rgba(0, 0, 0, 0);
  }
  .hero-section .btn-warning {
    background: #ffc400;
    color: #017559;
    font-weight: 700;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .hero-section img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
  }
  .hero-section .img-personas {
    min-height: auto;
    width: 112vh;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
}
body {
  overflow-x: hidden;
}

.section-title {
  font-family: "SanDiego", Arial, sans-serif;
  font-weight: 900;
  font-size: 2rem;
  color: #017559;
}

.bg-yellow-green {
  background: #ffc400;
}

.bg-green {
  background: #017559;
}

.text-green {
  color: #017559;
}

.text-yellow {
  color: #ffc400;
}

.hero-title {
  font-family: "SanDiego", Arial, sans-serif;
  font-weight: 900;
}

.hero-logo {
  max-width: 220px;
}

section {
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.que-es-section {
  /* --- Estilos para el Carrusel Infinito --- */
}
.que-es-section .section-title {
  font-size: 2.8rem;
  font-weight: 900;
  color: #017559;
}
.que-es-section .que-es-desc {
  font-size: 1.5rem;
  color: #017559;
}
.que-es-section .que-es-desc b {
  font-weight: 900;
}
.que-es-section .que-es-card {
  background: #017559;
  border-radius: 1.5rem;
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.que-es-section .que-es-card .que-es-label {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.que-es-section .carousel-container {
  background-color: #25745A;
}
.que-es-section .carousel-title {
  background-color: #25745A;
  padding-top: 12px;
}
.que-es-section .scrolling-carousel {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  background-color: #25745A;
}
.que-es-section .scrolling-carousel__track {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform;
  animation: scrolling 20s linear infinite;
}
.que-es-section .scrolling-carousel__item {
  width: 100%;
  min-width: 200px;
  color: white;
  border-radius: 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 20px 0;
  padding: 20px;
  font-size: xx-large;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.que-es-section .scrolling-carousel__item img {
  height: 100%;
  width: 350px;
  object-fit: contain;
  object-position: center;
}

.promesa-section {
  min-height: auto;
}
.promesa-section .section-title {
  color: #fff;
}

.pagares-section {
  min-height: 100vh;
}
.pagares-section .pagares-card {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  max-width: 320px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagares-section .pagares-icon {
  position: absolute;
  top: -30px;
  background: #017559;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}
.pagares-section .pagares-icon img {
  width: 38px;
  height: 38px;
  display: block;
}
.pagares-section .pagares-title {
  font-size: 1.3rem;
  font-weight: 900;
  color: #017559;
  margin-bottom: 0.5rem;
}
.pagares-section .pagares-text {
  font-size: 1.15rem;
  color: #017559;
  font-weight: 400;
  margin-bottom: 0;
}
.pagares-section .pagares-text b {
  font-weight: 900;
}

.por-que-section .content-text {
  margin: -22px 0 20px;
}

.porque2-section .section-title {
  text-align: center;
}

.invierte-section {
  padding-top: 15px;
}
.invierte-section .invierte-pareja-img {
  margin: 0 auto;
}

.socio-section {
  min-height: 340px;
  display: flex;
  align-items: center;
}
.socio-section .socio-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin: 0 auto;
}
.socio-section .socio-card .btn-warning {
  background: #ffc400;
  color: #017559;
  font-weight: 700;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.contacto-section {
  min-height: 340px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #ffc400 60%, #017559 40%);
}
.contacto-section .contacto-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin: 0 auto;
}
.contacto-section .contacto-card .form-label {
  font-weight: 700;
  color: #017559;
  margin-bottom: 15px;
}
.contacto-section .contacto-card .form-control {
  border-radius: 0.5rem;
  border: 1px solid #017559;
  margin-bottom: 0;
}
.contacto-section .contacto-card .btn-warning {
  background: #ffc400;
  color: #017559;
  font-weight: 700;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.contacto-section .contacto-card .contacto-form p {
  margin: 0;
}

.talaria-section, .cuenta-section {
  min-height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.talaria-section .section-title, .cuenta-section .section-title {
  font-size: 3.3rem;
  color: #25745a;
  letter-spacing: -2px;
  font-weight: bold;
}
.talaria-section .section-card, .cuenta-section .section-card {
  overflow: hidden;
  border-radius: 50px;
  box-shadow: -15px 10px 15px 0px rgba(0, 0, 0, 0.45);
}
.talaria-section .section-img, .cuenta-section .section-img {
  object-fit: cover;
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 2, 0.6, 0.9), box-shadow 0.4s;
}
.talaria-section .section-card:hover .section-img, .cuenta-section .section-card:hover .section-img {
  animation: animate__pulse 0.8s;
  transform: scale(1.04) rotate(-1deg);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
  z-index: 2;
}

@media (max-width: 768px) {
  .promesa-section .section-title {
    font-size: clamp(1.5rem, 2.5vw, 3.5rem);
  }
  .promesa-section .promesa-desc {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
  }
}
@media (min-width: 992px) {
  .promesa-section {
    min-height: 100vh;
    position: relative;
  }
  .promesa-section .section-title {
    font-size: clamp(1.5rem, 2.5vw, 3.5rem);
    font-weight: 900;
    color: #fff;
    text-align: left;
    margin-top: 50px;
  }
  .promesa-section .promesa-desc {
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-top: 100px;
  }
  .promesa-section .promesa-bg-img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 44vw;
    height: auto;
    z-index: 1;
    pointer-events: none;
    user-select: none;
  }
  .promesa-section .promesa-img {
    max-width: 420px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }
  .pagares-section .pagares-header {
    font-size: 2.8rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.5rem;
  }
  .pagares-section .pagares-sub {
    font-size: 2.2rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 2.5rem;
  }
  .creditos-section {
    min-height: 100vh;
  }
  .por-que-section .content-text {
    margin: auto;
  }
  .invierte-section {
    min-height: 100vh;
    padding-top: 50px;
  }
  .invierte-section .invierte-pareja-img {
    position: absolute;
  }
  .socio-card {
    padding: 2rem 1rem !important;
  }
}
@media (max-width: 767.98px) {
  .talaria-bg {
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
  }
}
@media (max-width: 991.98px) {
  .parallax-mobile {
    position: relative;
    overflow: hidden;
  }
  .parallax-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/header/fondo.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    will-change: transform;
    transition: transform 0.2s;
  }
  .parallax-mobile > * {
    position: relative;
    z-index: 1;
  }
}
@font-face {
  font-family: "SanDiego";
  src: url("../fonts/woff/SanDiego-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SanDiego";
  src: url("../fonts/woff/SanDiego-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SanDiego", Arial, sans-serif;
  background: #fff;
  color: #017559;
  margin: 0;
  padding: 0;
}

.bg-yellow-green {
  background: #ffc400;
}

.bg-green {
  background: #017559;
}

.text-green {
  color: #017559;
}

.text-yellow {
  color: #ffc400;
}

.hero-title, .section-title {
  font-family: "SanDiego", Arial, sans-serif;
  font-weight: 900;
}

.hero-logo {
  max-width: 220px;
}

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

.wpcf7-response-output {
  color: #dc3232;
}

/*# sourceMappingURL=main.css.map */
