@charset "UTF-8";


/* ===========================
   HERO INTERIOR � CORTIJO
   =========================== */


.section-full-bleed {
  min-height: 100vh;
}

.section-full-bleed-short {
  height: 50vh;
}

.section-full-bleed::before,
.section-full-bleed-short::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.10);
}

.section-full-bleed-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
filter: brightness(0.7) !important;
}

#Cortijo {
  position: relative;
  height: 65vh;
  min-height: 0;
  overflow: hidden;
}

#Cortijo .section-full-bleed-bg {
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#Cortijo .section-full-bleed-img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 2px);
  object-fit: cover;
  object-position: center center;
}

#Cortijo .section-full-bleed-inner,
#imagen .section-full-bleed-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0 80px;
  text-align: center;
}
#Cortijo .hero-text {
  position: static !important;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  gap: 8px !important;
}


.hero-text h1,
.hero-title {
  max-width: 760px;
  margin: 0;
  padding: 10px;
  font-family: "Retro Voice", serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: none;
}


/* ===========================
   FRANJA
   =========================== */

.section-franja-text {
  margin: 40px 0 40px;
  color: #303642;
  font-family: "Retro Voice", serif;
  font-size: 30px;
  line-height: 1.1;
}

/* ===========================
   FAQ
   =========================== */

#servicios-faq .section-general-inner {
  align-items: start;
}

#servicios-faq .section-general-media {
  display: block;
  align-self: stretch;
  padding-top: 100px;
}

.faq-accordion {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.faq-question {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: normal;
}

.faq-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* línea vertical para formar el + */
.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-toggle:checked + .faq-header + .faq-content {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 20px;
}
/* cuando está abierto, ocultas la vertical y queda un - */
.faq-toggle:checked + .faq-header .faq-icon::after {
  opacity: 0;
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-right: 10px;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding-bottom 0.3s ease;
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (min-width: 769px) and (max-width: 1024px) {
  .section-general-inner {
    grid-template-areas:
      "text media"
      "actions actions";
  }

  .section-general-actions {
    flex-wrap: nowrap;
  }

  .section-general-actions .btn-outline,
  .section-general-actions .btn-solid {
    padding: 15px 22px;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  #Cortijo .section-full-bleed-inner,
  #imagen .section-full-bleed-inner {
    padding: 0 30px;
  }

  .hero-text h1,
  .hero-title {
    font-size: 45px;
  }

  .section-general,
  .section-general-verde,
  .section-centrado {
    padding: 60px 0;
  }

  .section-general-inner,
  .section-centrado-inner,
  .section-franja-inner,
  
  .section-general-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .section-general-text,
  .section-general-media,
  .section-general-actions {
    width: 100%;
  }

  .section-general-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-general-actions .btn-outline,
  .section-general-actions .btn-solid {
    align-self: flex-start;
    white-space: nowrap;
  }

  .section-centrado {
    padding: 30px;
  }

  .section-centrado-inner {
    padding: 0;
  }

  .section-centrado-actions {
    padding: 25px 0 0;
  }

  #servicios-faq .section-general-media {
    padding-top: 10px;
  }

  .section-franja {
    padding: 0 30px;
  }

  .section-franja-text {
    font-size: 24px;
  }
}