/* =========================
   Fuente general
========================= */
body {
  font-family: 'Poppins', sans-serif;
}
/* =========================
   Colores principales
========================= */
.bg-orange {
  background-color: #ff8f46 !important; /* Color caramelo brillante */
}

.text-orange {
  color: #f48b1b !important;
}
.text-orange {
	color: #E89C5C !important; /* Tu naranja institucional */
}

/* =========================
   Botón con borde naranja
========================= */
.btn-outline-orange {
  color: #f48b1b;
  border-color: #f48b1b;
}

.btn-outline-orange:hover {
  background-color: #f48b1b;
  color: white;
  border-color: #f48b1b;
}

/* Banner principal con imagen de fondo */
.hero-banner {
  background-image: url("img/Nfo/index/baner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  padding: 60px 0;
  position: relative;
}

/* contenido encima de la superposición */
.hero-banner .container {
  position: relative;
  z-index: 2;
}

/* Subtítulo */
.subtitulo-banner {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}

/* Responsive texto */
@media (max-width: 768px) {
  .hero-banner {
    text-align: center;
    padding: 40px 20px;
  }
}

/* =========================
   Navbar general
========================= */
.navbar .nav-link {
  color: #A45A2A !important;
  transition: color 0.3s ease;
}

.navbar .nav-link:hover {
  color: #FFA64D !important;
}

.navbar .nav-link {
  font-weight: 700;
}

.navbar .nav-link.active,
.navbar .nav-link.disabled {
  color: #FFA64D !important;
  pointer-events: none;
  opacity: 1;
}

.TextoEducate {
  color: #A45A2A !important;
  font-weight: 700;
}

.btn-primary {
  background-color: #FFA64D;
  border-color: #FFA64D;
  color: #000000;
  border-radius: 30px; 
}
.btn-primary:hover {
  background-color: #e68a00;
  border-color: #e68a00;
  color: #ffffff;
}

/* =========================
   Dropdown Técnicos
========================= */
.TecMenu {
  background-color: #F8D7A9;
  color: #A45A2A !important;
  padding: 10px 0;
  border-radius: 10px;
  min-width: 250px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.nav-item.dropdown:hover .TecMenu {
  display: block;
}

.TecMenu .dropdown-item {
  padding: 10px 15px;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  white-space: nowrap;
  border-bottom: 2px solid #A45A2A;
  transition: background-color 0.3s ease;
}

.TecMenu .dropdown-item:last-child {
  border-bottom: none;
}

.TecMenu .dropdown-item:hover {
  background-color: #f2f2f2;
  font-weight: 500;
}

.icono-bandera {
  width: 20px;
  height: 15px;
  object-fit: cover;
}

/* =========================
   Tarjetas (informativas)
========================= */
/* Tarjetas informativas estilo personalizado */
.tarjeta-info {
  border-top: 3px solid rgba(255, 143, 70, 0.4); /* línea sutil arriba */
  padding: 30px;
}

.icono-tarjeta {
  font-size: 2.2rem;
  color: #f48b1b;
  margin-top: 5px;
}

.titulo-tarjeta {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f48b1b;
}
.icono-naranja {
  color: #f48b1b;
  font-weight: 900; /* más grueso */
  font-size: 1.2em; /* más grande */
}
.linea-seccion {
  width: 335px;
  border: 1.5px solid #f48b1b;
  opacity: 1;
  margin-left: 0; /* alineado a la izquierda, puedes centrar con auto si quieres */
}
.card-body h5 {
  font-weight: bold;
}

.card-body p {
  font-size: 15px;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 3rem; /* más sangría */
  list-style-type: disc;
}

ul li {
  margin-bottom: 0.4rem !important;
  color: #4a4a4a !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
/* Título superior delgado con línea */
.seccion-subtitulo {
  font-size: 22px;
  font-weight: 300;
  color: #f48b1b;
  line-height: 1.4;
}

.subrayado-naranja {
  color: #f48b1b;
  font-size: 22px;
  font-weight: 300;
}

/* Título principal fuerte */
.seccion-titulo {
  font-size: 36px;
  font-weight: 700;
  color: #f48b1b;
}

/* Párrafo corto, con ancho más controlado */
.seccion-descripcion {
  font-size: 16px;
  line-height: 1.7;
  max-width: 90%;
  color: #333;
}

/* Lista con chulitos */
.seccion-lista li {
  font-size: 15px;
  color: #222;
  margin-bottom: 8px;
  line-height: 1.6;
}

.icono-naranja {
  color: #f48b1b;
}

/* =========================
   Footer completo
========================= */

footer {
  background-color: #ff8f46; /* Color corregido */
  font-size: 15px;
}

.footer-logo {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
}

/* Textos generales del footer */
footer p, 
footer li, 
footer a, 
footer label {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  font-weight: 400;
}

/* Encabezados */
footer h1, 
footer h2, 
footer h3, 
footer h5 {
  font-weight: 700;
  color: white;
  line-height: 1.4;
}

footer h2 {
  font-size: 26px;
}

footer h3, 
footer h5 {
  font-size: 18px;
}

/* Formularios */
footer .form-check-label {
  font-size: 16px;
}

footer .form-check-input {
  margin-right: 8px;
}

/* Redes sociales */
footer .social-icons a {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 16px;
  color: white;
  transition: all 0.3s;
}

footer .social-icons a:hover {
  background-color: white;
  color: #f48b1b;
}

/* Botón WhatsApp */
.btn-whatsapp {
  background-color: #b5632c;
  color: white;
  border-radius: 30px;
  padding: 10px;
  border: none;
  transition: 0.3s;
}

.btn-whatsapp:hover {
  background-color: #944a1f;
}

/* Línea separadora */
.footer-line {
  border-top: 1.5px solid rgba(255, 255, 255, 0.3);
}

/* =========================
   Responsive general
========================= */
@media (max-width: 768px) {
  .hero img {
    margin-top: 20px;
  }

  .navbar-nav {
    gap: 10px;
  }

  .btn,
  footer .btn,
  footer .btn-whatsapp {
    width: 100%;
    text-align: center;
  }
}
/* =========================
   Sección About Nosotros
========================= */
.bg-soft-orange {
  background-color: #e99c5c;
}

.bg-pastel-card {
  background-color: #f8d7a9;
}
.card-title {
  font-size: 20px;
}

.card-text {
  font-size: 15px;
  color: #00394f;
}

/* Espaciado general de la sección */
.about-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Altura mínima para las tarjetas de Misión y Visión */
.vision-card {
  min-height: 300px;
  padding: 20px;
}

/* espacio entre título y párrafo dentro de cada tarjeta */
.vision-card .card-title {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .header-small h2 {
    font-size: 24px;
  }

  .header-small p {
    font-size: 15px;
  }

  .card-title {
    font-size: 18px;
  }

  .card-text {
    font-size: 14px;
  }
}
/* =========================
   Sección Galería
========================= */
.galeria-card {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background-color: #fff;
  transition: transform 0.3s ease;
}

.galeria-card:hover {
  transform: scale(1.02);
}

.galeria-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* Título galería */
.linea-seccion {
  width: 250px;
  height: 2px;
  background-color: #f48b1b;
  opacity: 1;
}
/* =========================
   Encabezados de sección (reutilizables)
========================= */

.header-section {
  padding: 100px 0;
  background-color: #e99c5c; /* fondo naranja pastel suave */
  text-align: center;
}

.header-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.header-section p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .header-section {
    padding: 60px 20px;
  }

  .header-section h2 {
    font-size: 26px;
  }

  .header-section p {
    font-size: 15px;
  }
}
/* =========================
   Título centrado con líneas a los lados
========================= */
.seccion-encabezado-con-lineas {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.linea-deco {
  height: 1.5px;
  width: 80px;
  background-color: #f48b1b;
  opacity: 0.8;
}

/* Tamaño más pequeño para títulos secundarios */
.seccion-titulo-sm {
  font-size: 28px;
  font-weight: 600;
  color: #f48b1b;
  margin: 0;
}
.img-bachillerato-vertical {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem; /* Opcional: bordes redondeados */
  max-height: 530px;       /* Limita altura para evitar que se extienda de más */
}
.card-center-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}