.elementor-454 .elementor-element.elementor-element-98e8242{--display:flex;}.elementor-454 .elementor-element.elementor-element-32eadc4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-454 .elementor-element.elementor-element-7080a98{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6db858a *//* --- STYLES &amp; ANIMATIONS : ADULTOS &amp; CALENDARIO 2026 --- */
:root {
  --af-red: #da002e;
  --af-dark: #0f172a;
  --af-yellow: #fef08a;
  --af-cream: #fffbeb;
  --af-blue-light: #f0f9ff;
  --af-border: #0f172a;
}

.af-adults-wrapper {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--af-dark);
  background-color: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
}

.af-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes popIn {
  0% { transform: scale(0.9) rotate(0deg); opacity: 0; }
  100% { transform: scale(1) rotate(-1deg); opacity: 1; }
}

.animate-fade-in {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Hero */
.af-hero-adults {
  background: linear-gradient(135deg, var(--af-cream) 0%, #fef2f2 50%, #f8fafc 100%);
  padding: 110px 0 90px;
  text-align: center;
  position: relative;
  border-bottom: 4px solid var(--af-border);
}

.af-badge-adults {
  display: inline-block;
  background: var(--af-red);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.95rem;
  padding: 8px 22px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 25px;
  box-shadow: 4px 4px 0px var(--af-border);
  border: 2px solid var(--af-border);
  animation: popIn 0.6s ease forwards;
}

.af-hero-adults h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3.4rem;
  font-weight: 900;
  color: var(--af-dark);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.af-hero-adults h1 .highlight {
  background: var(--af-yellow);
  padding: 0 12px;
  border-radius: 8px;
  border: 2px solid var(--af-border);
  box-shadow: 3px 3px 0px var(--af-border);
  display: inline-block;
}

.af-hero-lead {
  font-size: 1.25rem;
  color: #334155;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Secciones */
.af-section {
  padding: 90px 0;
}

.af-bg-light {
  background-color: #f8fafc;
}

/* Grid y Tarjetas */
.af-grid-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.af-card {
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 28px;
  padding: 40px;
  box-shadow: 8px 8px 0px var(--af-border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.af-card:hover {
  transform: translateY(-5px);
  box-shadow: 12px 12px 0px var(--af-border);
}

.af-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.9rem;
  margin-bottom: 20px;
  color: var(--af-dark);
  letter-spacing: -0.3px;
}

.af-card p {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Calendario Grid (3x2) */
.af-calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.af-bimestre-card {
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 24px;
  padding: 30px;
  box-shadow: 6px 6px 0px var(--af-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.af-bimestre-card:hover {
  transform: translateY(-6px);
}

.af-bimestre-card h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  margin: 10px 0 5px;
  color: var(--af-dark);
}

.af-bim-dates {
  font-size: 1.05rem;
  font-weight: 600;
  color: #334155;
  margin: 0;
}

/* Precios */
.af-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.af-price-card {
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 6px 6px 0px var(--af-border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.af-price-card .price-amount {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--af-red);
  font-family: 'Playfair Display', Georgia, serif;
  margin: 20px 0;
}

.af-tag {
  display: inline-block;
  background: #dbeafe;
  color: #1e40af;
  border: 2px solid var(--af-border);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 0px var(--af-border);
}

.af-tag.red { background: #fee2e2; color: #991b1b; }
.af-tag.yellow { background: var(--af-yellow); color: #713f12; }

@media (max-width: 992px) {
  .af-grid-split, .af-calendar-grid, .af-pricing-grid {
    grid-template-columns: 1fr;
  }
  .af-hero-adults h1 { font-size: 2.4rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ad74ab3 *//* --- BLOC HORAIRES &amp; TARIF AVANTAGEUX --- */
.af-schedule-pricing-block {
  background: #ffffff;
  border: 3px solid var(--af-border);
  border-radius: 28px;
  padding: 45px;
  box-shadow: 8px 8px 0px var(--af-border);
  margin: 40px 0;
}

.af-horarios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 35px;
}

.af-horario-item {
  background: var(--af-bg-light, #f8fafc);
  border: 2px solid var(--af-border);
  border-radius: 20px;
  padding: 25px 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  box-shadow: 4px 4px 0px var(--af-border);
}

.af-horario-icon {
  font-size: 1.5rem;
  background: var(--af-yellow);
  border: 2px solid var(--af-border);
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.af-horario-item h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  color: var(--af-dark);
  margin-bottom: 8px;
}

.af-horario-item p {
  font-size: 0.95rem;
  color: #475569;
  margin: 4px 0;
}

/* Bannière de prix accessible */
.af-value-banner {
  background: linear-gradient(135deg, var(--af-cream) 0%, #fef2f2 100%);
  border: 3px solid var(--af-border);
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  box-shadow: 4px 4px 0px var(--af-border);
}

.af-value-text h4 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--af-dark);
  margin: 8px 0;
}

.af-value-text p {
  color: #475569;
  margin: 0;
  font-size: 1rem;
}

.af-value-price {
  text-align: right;
  flex-shrink: 0;
}

.price-from {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
}

.price-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--af-red);
  font-family: 'Playfair Display', Georgia, serif;
  line-height: 1;
}

.price-period {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #475569;
}

/* Responsive Design */
@media (max-width: 992px) {
  .af-horarios-grid {
    grid-template-columns: 1fr;
  }
  .af-value-banner {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  .af-value-price {
    text-align: center;
  }
  .af-schedule-pricing-block {
    padding: 30px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04ec286 *//* --- BLOC EXEMPLE &amp; CHAT --- */
.af-example-container {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  align-items: center;
  margin: 40px 0;
  background: var(--af-cream);
  border: 3px solid var(--af-border);
  border-radius: 28px;
  padding: 45px;
  box-shadow: 8px 8px 0px var(--af-border);
}

.af-example-card {
  display: flex;
  flex-direction: column;
}

.af-example-text p {
  font-size: 1.05rem;
  color: #334155;
  line-height: 1.7;
  margin-bottom: 15px;
}

.af-example-text p:last-child {
  margin-bottom: 0;
}

.af-example-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.af-example-illustration img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 992px) {
  .af-example-container {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}/* End custom CSS */