/* =========================
   RESET BÁSICO
========================= */
html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #f4f6f5;
}

main {
  flex: 1;   
  padding: 0 60px;
}



/* =========================
   NAVBAR
========================= */
.navbar-custom {
    background-color: #b5ceb2;
    padding: 12px 30px;
}

/* Logo */
.logo-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Texto del título */
.titulo-nav {
    font-size: 22px;
    font-weight: 700;
    color: #1d4d3d;
    white-space: nowrap;
}

.nav-item {
    font-size: 18px;
    margin-right: 10px;
}

/* Links */
.navbar-nav .nav-link {
    font-weight: 600;
    color: #1d4d3d !important;
    margin: 0 5px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    background-color: #709b76;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Dropdown */
.dropdown-menu {
    border-radius: 8px;
    padding: 10px 0;
}

.dropdown-item:hover {
    background-color: #e9f6ef;
}

/* Mejor icono hamburguesa */
.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: brightness(0.2);
}
/* =================================
NAVEGADOR DE SEMILLEROS
================================= */

.nav-semilleros{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
margin-bottom:40px;
}

.btn-nav-semillero{
background:#e9ecf5;
border:none;
padding:12px 28px;
border-radius:30px;
font-weight:600;
cursor:pointer;
transition:all 0.3s ease;
font-size:15px;
}

.btn-nav-semillero:hover{
background:#123f10;
color:white;
transform:translateY(-2px);
}

.btn-nav-semillero.active{
background:#3d6e23;
color:white;
box-shadow:0 4px 12px rgba(0,0,0,0.2);
}


/* =================================
CONTENEDOR GENERAL SEMILLERO
================================= */

.semillero-contenido{
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
margin-bottom:40px;
}


/* =================================
TITULO DEL SEMILLERO
================================= */

.titulo-semillero{
font-size:28px;
font-weight:700;
margin-bottom:30px;
color:#2b6b36;
border-left:6px solid #2b6b36;
padding-left:12px;
}


/* =================================
DESCRIPCION
================================= */

.descripcion{
margin-bottom:40px;
}

.descripcion h4{
font-size:20px;
font-weight:600;
margin-top:20px;
margin-bottom:10px;
color:#2b6b36;
}

.descripcion p{
color:#555;
line-height:1.7;
font-size:15px;
}

.descripcion ul{
padding-left:20px;
}

.descripcion li{
margin-bottom:6px;
color:#444;
}


/* =================================
SUBTITULO
================================= */

.subtitulo{
font-size:22px;
font-weight:600;
margin-bottom:20px;
margin-top:30px;
color:#2b6b36;
}


/* =================================
SLIDER DE INTEGRANTES
================================= */

.slider-integrantes{
overflow:hidden;
width:100%;
position:relative;
margin-bottom:40px;
padding:10px 0;
}

.slide-track{
display:flex;
gap:40px;
width:max-content;
animation:scrollIntegrantes 30s linear infinite;
}

.slider-integrantes:hover .slide-track{
animation-play-state:paused;
}


/* =================================
CARD INTEGRANTE
================================= */

.integrante{
text-align:center;
min-width:120px;
}

.integrante img{
width:120px;
height:120px;
border-radius:50%;
object-fit:cover;
box-shadow:0 4px 12px rgba(0,0,0,0.2);
margin-bottom:8px;
border:3px solid #f1f1f1;
transition:transform 0.3s ease;
}

.integrante img:hover{
transform:scale(1.1);
}

.integrante p{
font-size:14px;
margin:0;
font-weight:500;
color:#333;
}


/* =================================
ANIMACION CARRUSEL
================================= */

@keyframes scrollIntegrantes{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}


/* =================================
BLOQUES (EVENTOS Y PROYECTOS)
================================= */

.bloque{
margin-bottom:40px;
}

.bloque h4{
font-size:22px;
font-weight:600;
margin-bottom:20px;
color:#2b6b36;
border-left:5px solid #2b6b36;
padding-left:10px;
}


/* =================================
TARJETAS DE EVENTOS Y PROYECTOS
================================= */

.bloque div{
background:#f8f9fb;
padding:18px;
border-radius:10px;
transition:all 0.25s ease;
}

.bloque h5{
font-size:18px;
margin-bottom:6px;
}

.bloque h5 a{
text-decoration:none;
color:#30a844;
font-weight:600;
}

.bloque h5 a:hover{
text-decoration:underline;
}

.bloque p{
font-size:14px;
color:#555;
margin-bottom:6px;
line-height:1.6;
}

.bloque hr{
margin:20px 0;
border:none;
border-top:1px solid #e4e4e4;
}


/* FOOTER */
.contenido-inferior {
    background-color: #b5ceb2;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 -5px 10px #d4d3d3;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

.footer-col.izquierda h4,
.footer-col.izquierda p {
    text-align: left;
    color: #1b5e20;
    font-size: 16px;
}

.footer-col.izquierda img {
    width: 100px;
    margin-top: 15px;
}

.footer-col.derecha {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.footer-col.derecha h4 {
    color: #1b5e20;
    font-size: 16px;
}

.redes-footer {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.redes-footer a img {
    width: 42px;
    height: 42px;
    transition: transform 0.3s ease;
}

.redes-footer a img:hover {
    transform: scale(1.2);
}