﻿.page-template-template-lide-inicio .site-content>.ast-container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.page-template-template-lide-inicio #primary {
  width: 100%;
  margin: 0;
  padding: 0;
}

.page-template-template-lide-inicio #secondary {
  display: none;
}

.lide-page {
  font-family: 'Montserrat', sans-serif;
}

.lide-hero {
  position: relative;
  width: 100%;
  min-height: 85vh;
  z-index: 10;
  background-image:
    linear-gradient(135deg, rgba(0, 59, 47, 0.9) 0%, rgba(0, 20, 15, 0.95) 100%),
    url('https://soyfca.com/wp-content/uploads/2025/12/LogoLIDE.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 5%;
}

.lide-hero-content {
  max-width: 1300px;
  width: 100%;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* Text left, video right */
  gap: 3rem;
  z-index: 5;
}

.lide-hero-text {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}

.lide-hero-identity {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lide-hero-logo {
  max-width: 140px;
  height: auto;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.lide-acronym {
  font-size: 2.2rem;
  font-weight: 800;
  color: #d4af37;
  letter-spacing: 6px;
  margin-bottom: 8px;
  line-height: 1.2;
}

.lide-meaning {
  font-size: 1.15rem;
  font-weight: 500;
  color: #e0e0e0;
  margin-bottom: 30px;
  text-transform: uppercase;
  max-width: 450px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.lide-main-title,
.lide-secondary-title {
  margin-left: 0;
}

.lide-main-title {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: -1px;
  color: #00723f;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

.lide-secondary-title {
  font-size: clamp(1.6rem, 4.2vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.lide-secondary-title::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: #d4af37;
  margin-right: 20px;
}

.lide-btn {
  padding: 18px 40px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  background: linear-gradient(to right, #d4af37, #e5be01);
  color: #003b2f;
  border: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.lide-btn:hover {
  background: linear-gradient(to right, #e5be01, #d4af37);
  color: #002a22;
  transform: translateY(-3px);
}

.lide-content {
  position: relative;
  z-index: 20;
  background-color: #ffffff;
  width: 100%;
  padding: 80px 20px 60px;
  display: flex;
  justify-content: center;
  box-shadow: 0 -20px 50px rgba(0, 0, 0, 0.05);
  min-height: 60vh;
}

.lide-content-wrapper {
  max-width: 1000px;
  width: 100%;
}

.lide-video-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 59, 47, 0.4);
  background: #000;
  flex: 1;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .lide-video-container {
    padding-bottom: 30%;
    /* Adjust for side-by-side view */
  }
}

.lide-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.lide-info-block {
  margin-bottom: 40px;
  text-align: center;
}

.lide-info-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  color: #00723f;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.lide-info-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #d4af37;
  margin: 10px auto 0;
  border-radius: 2px;
}

.lide-info-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  text-align: justify;
  font-weight: 400;
  max-width: 900px;
  margin: 0 auto;
}

.lide-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  text-align: left;
}

.lide-grid-2 .lide-info-block {
  text-align: left;
}

.lide-grid-2 .lide-info-title::after {
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  .lide-hero {
    align-items: center;
    text-align: center;
  }

  .lide-hero-content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding-top: 80px;
  }

  .lide-hero-text {
    flex: none;
    width: 100%;
  }

  .lide-video-container {
    flex: none;
    max-width: 600px;
    padding-bottom: 56.25%;
    /* Full 16:9 on mobile */
    margin-bottom: 0;
  }

  .lide-secondary-title {
    flex-direction: column;
    justify-content: center;
    font-size: 2rem;
  }

  .lide-secondary-title::before {
    display: none;
  }

  .lide-grid-2 {
    grid-template-columns: 1fr;
  }

  .lide-main-title,
  .lide-secondary-title,
  .lide-btn-container {
    margin-left: 0;
  }

  .lide-hero {
    background-attachment: scroll;
  }
}

/* Corrección de posición del encabezado - LIDE Inicio */
.page-template-template-lide-inicio,
.page-template-template-lide-inicio body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-template-template-lide-inicio #masthead {
  margin-top: 0 !important;
  top: 0 !important;
  position: sticky !important;
  z-index: 9999;
}

.page-template-template-lide-inicio .site-header {
  background-color: #ffffff !important;
}

.page-template-template-lide-inicio .site-content {
  padding-top: 0 !important;
}