.elementor-kit-191{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-191 e-page-transition{background-color:#59979121;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Playfair+Display:wght@400;700&display=swap');

:root {
  --verde-agua: #20B2AA;
  --azul-oscuro: #1B4B7A;
  --azul-medio: #2E7AB8;
  --azul-claro: #5BA4D9;
  --azul-muy-claro: #E8F4FC;
  --gris: #666666;
  --negro: #1A1A1A;
  --blanco: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  color: #333;
}

/* ==================== HERO ==================== */
.hero {
  background: linear-gradient(135deg, var(--azul-oscuro) 0%, var(--azul-medio) 100%) !important;
  color: white !important;
  padding: 120px 60px 80px 60px !important;
  min-height: 480px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
  margin-top: 20px !important;
}

.hero::before {
  content: '';
  position: absolute;
  top: 30%;
  right: 5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
  animation: float-reverse 28s ease-in-out infinite;
}

.hero-content {
  max-width: 700px;
  z-index: 10;
  position: relative;
}

.hero-badge {
  display: inline-block !important;
  background: var(--verde-agua) !important;
  color: white !important;
  padding: 8px 20px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 15px !important;
  border-radius: 0 !important;
}

.hero h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 15px !important;
  color: white !important;
}

.hero h1 .accent {
  color: var(--verde-agua) !important;
}

.hero p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  margin-bottom: 25px !important;
  color: rgba(255,255,255,0.9) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.hero-buttons {
  display: flex !important;
  gap: 15px !important;
  flex-wrap: wrap !important;
}

.btn {
  padding: 12px 30px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
  border-radius: 0 !important;
  display: inline-block !important;
}

.btn-primary {
  background: var(--verde-agua) !important;
  color: white !important;
}

.btn-primary:hover {
  background: #1a9287 !important;
  transform: translateY(-2px) !important;
}

.btn-secondary {
  background: transparent !important;
  color: white !important;
  border: 2px solid white !important;
}

.btn-secondary:hover {
  background: white !important;
  color: var(--azul-oscuro) !important;
}

/* ==================== ALIANZAS ==================== */
.alianzas {
  background: var(--azul-muy-claro) !important;
  padding: 40px 60px !important;
  text-align: center !important;
  position: relative !important;
  z-index: 5 !important;
}

.alianzas p {
  color: var(--gris) !important;
  font-size: 12px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  margin-bottom: 25px !important;
}

.alianzas-logos {
  display: flex !important;
  justify-content: center !important;
  gap: 40px !important;
  flex-wrap: wrap !important;
}

.alianza {
  color: var(--azul-medio) !important;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
}

/* ==================== ABOUT ==================== */
.about {
  padding: 80px 60px !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 60px !important;
  align-items: center !important;
  position: relative !important;
  z-index: 5 !important;
}

.about::before {
  content: '';
  position: absolute;
  top: -10%;
  left: 0%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(32, 178, 170, 0.15) 0%, rgba(32, 178, 170, 0) 60%);
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
}

.about-content {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  padding: 45px;
  border: 1px solid rgba(32, 178, 170, 0.25);
  border-radius: 20px;
  box-shadow: 0 12px 48px rgba(32, 178, 170, 0.12);
  position: relative;
  z-index: 2;
}

.about-content h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  color: var(--azul-oscuro) !important;
  margin-bottom: 30px !important;
  line-height: 1.2 !important;
}

.about-badge {
  color: var(--verde-agua) !important;
  font-size: 12px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  margin-bottom: 15px !important;
  display: block !important;
}

.about-text p {
  color: var(--gris) !important;
  font-size: 15px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
}

.stats {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

.stat h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--azul-medio) !important;
  margin-bottom: 5px !important;
}

.stat p {
  color: var(--gris) !important;
  font-size: 13px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

/* ==================== ABOUT IMAGE - TRES IMÁGENES EN ESCALERA ==================== */
.about-image {
  background: transparent !important;
  height: 750px !important;
  border-radius: 8px !important;
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255, 255, 255, 0.5) !important;
  overflow: visible !important;
}

/* Imagen 1 - Arriba centrada (700x1087 - vertical) */
.about-image::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 240px !important;
  height: 372px !important;
  background-image: url('https://ensenaschiapas.mx/wp-content/uploads/2026/01/pexels-photo-9017392.jpeg') !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 40px rgba(32, 178, 170, 0.25) !important;
  z-index: 3 !important;
}

/* Imagen 2 - Abajo centrada (1280x853 - horizontal) */
.about-image::after {
  content: '' !important;
  position: absolute !important;
  bottom: 80px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 380px !important;
  height: 253px !important;
  background-image: url('https://ensenaschiapas.mx/wp-content/uploads/2026/01/pexels-photo-9017056.jpeg') !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 20px !important;
  box-shadow: 0 12px 40px rgba(32, 178, 170, 0.25) !important;
  z-index: 3 !important;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==================== CURSOS - GLASSMORPHISM ==================== */
.cursos {
  background: linear-gradient(180deg, white 0%, rgba(232, 244, 252, 0.6) 100%) !important;
  color: var(--azul-oscuro) !important;
  padding: 80px 60px !important;
  position: relative !important;
  z-index: 5 !important;
}

.cursos::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 5%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(94, 164, 217, 0.15) 0%, rgba(94, 164, 217, 0) 60%);
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
}

.cursos h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  color: var(--azul-oscuro) !important;
  text-align: center !important;
  margin-bottom: 50px !important;
  line-height: 1.2 !important;
  position: relative !important;
  z-index: 2 !important;
}

.cursos-badge {
  color: var(--verde-agua) !important;
  font-size: 12px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  text-align: center !important;
  display: block !important;
  margin-bottom: 15px !important;
  position: relative !important;
  z-index: 2 !important;
}

.cursos-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 30px !important;
  position: relative !important;
  z-index: 2 !important;
}

/* ============ GLASMORPHISM CARDS ============ */
.curso-card {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(32, 178, 170, 0.3) !important;
  overflow: visible !important;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 32px rgba(32, 178, 170, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.4) !important;
  position: relative !important;
}

.curso-card:hover {
  transform: translateY(-15px) !important;
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(32, 178, 170, 0.5) !important;
  box-shadow: 0 20px 60px rgba(32, 178, 170, 0.25), inset 0 0 20px rgba(255, 255, 255, 0.5) !important;
}

/* ============ WATERMARK EN HOVER ============ */
.curso-card::before {
  content: '';
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background-image: url('https://ensenaschiapas.mx/wp-content/uploads/2026/01/ENSENASCHIAPAS-LOGO-white-web.png') !important;
  background-size: 200px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  opacity: 0 !important;
  transition: opacity 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  pointer-events: none !important;
  z-index: 10 !important;
  border-radius: 20px !important;
}

.curso-card:hover::before {
  opacity: 0.12 !important;
}

.curso-img {
  height: 160px !important;
  background: linear-gradient(135deg, rgba(32, 178, 170, 0.2) 0%, rgba(94, 164, 217, 0.15) 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 60px !important;
  border-bottom: 1px solid rgba(32, 178, 170, 0.15) !important;
  position: relative !important;
  z-index: 2 !important;
}

.curso-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 30%, rgba(32, 178, 170, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.curso-body {
  padding: 35px !important;
  color: var(--azul-oscuro) !important;
  position: relative !important;
  z-index: 2 !important;
}

.curso-level {
  color: var(--verde-agua) !important;
  font-size: 11px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  display: block !important;
  margin-bottom: 12px !important;
}

.curso-body h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-bottom: 12px !important;
  color: var(--azul-oscuro) !important;
}

.curso-body p {
  font-size: 14px !important;
  color: var(--gris) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
}

.curso-meta {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(32, 178, 170, 0.15) !important;
  font-size: 13px !important;
  color: var(--gris) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.curso-meta span:first-child {
  color: var(--azul-medio) !important;
  font-weight: 600 !important;
}

.curso-meta-right {
  color: var(--verde-agua) !important;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

.curso-meta-pronto {
  color: var(--verde-agua) !important;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
}

/* ==================== ANIMACIONES ==================== */
@keyframes float {
  0%, 100% { transform: translateY(0px) translateX(0px); }
  50% { transform: translateY(-30px) translateX(15px); }
}

@keyframes float-reverse {
  0%, 100% { transform: translateY(0px) translateX(0px); }
  50% { transform: translateY(30px) translateX(-15px); }
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .hero {
    padding: 100px 40px 70px 40px !important;
    min-height: 420px !important;
  }

  .hero h1 {
    font-size: 42px !important;
  }

  .cursos-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .about {
    padding: 60px 40px !important;
  }

  .about-image::before {
    width: 220px !important;
    height: 341px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .about-image::after {
    width: 350px !important;
    height: 233px !important;
    bottom: 70px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 90px 20px 60px 20px !important;
    min-height: 320px !important;
  }

  .hero h1 {
    font-size: 32px !important;
  }

  .hero p {
    font-size: 14px !important;
  }

  .hero-buttons {
    flex-direction: column !important;
  }

  .btn {
    width: 100% !important;
    text-align: center !important;
  }

  .about {
    grid-template-columns: 1fr !important;
    padding: 50px 20px !important;
    gap: 40px !important;
  }

  .stats {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .about-image {
    height: 620px !important;
  }

  .about-image::before {
    width: 190px !important;
    height: 295px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .about-image::after {
    width: 320px !important;
    height: 213px !important;
    bottom: 60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .cursos-grid {
    grid-template-columns: 1fr !important;
    padding: 0 20px !important;
  }

  .cursos {
    padding: 50px 20px !important;
  }

  .alianzas {
    padding: 30px 20px !important;
  }

  .alianzas-logos {
    gap: 20px !important;
  }

  .curso-card {
    border-radius: 15px !important;
  }

  .curso-body h3 {
    font-size: 20px !important;
  }

  .curso-body {
    padding: 25px !important;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 80px 15px 50px 15px !important;
    min-height: 260px !important;
  }

  .hero h1 {
    font-size: 24px !important;
  }

  .hero p {
    font-size: 13px !important;
  }

  .btn {
    padding: 10px 20px !important;
    font-size: 11px !important;
  }

  .about {
    padding: 40px 15px !important;
  }

  .about-image {
    height: 560px !important;
  }

  .about-image::before {
    width: 160px !important;
    height: 248px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .about-image::after {
    width: 280px !important;
    height: 187px !important;
    bottom: 50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .cursos h2 {
    font-size: 28px !important;
  }

  .about-content h2 {
    font-size: 28px !important;
  }

  .stat h4 {
    font-size: 24px !important;
  }

  .curso-body h3 {
    font-size: 18px !important;
  }

  .curso-img {
    height: 120px !important;
  }

  .alianzas p {
    font-size: 10px !important;
  }

  .stats {
    gap: 20px !important;
  }
}/* End custom CSS */