main.site-main.semillas{
    background: url(../../img/fondo-semillas.png);
    background-size: cover;
     background-color: rgba(255,255,255,0.4);
    background-blend-mode: lighten;
    
}

section.container.first-content-introduction {
    max-width: 1000px;
    margin-top: 90px;
    position: relative;
}

h1#titulo-principal{
    font-size: 70px;
}

.destacado-semillas {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--fen-azul);
    width: 280px;
    height: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
    padding: 40px 30px;
    font-size: 20px;
    border-radius: 30px;
    font-style: italic;
    font-weight: 500;
}



.destacado-semillas p{
    color: #fff;
    margin-bottom: 0;
}
/* --- ESTILOS BASE (Estructura) --- */
.nav-semillas-custom {
    border-bottom: none;
    padding-left: 15px;
    gap: 10px;
    align-items: flex-end;
}

.nav-semillas-custom .nav-link {
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    /* El color del borde se define abajo por cada hijo */
    font-weight: 700;
    border-radius: 40px 40px 0 0;
    padding: 12px 25px;
    margin-right: 0;
    opacity: 0.6;
    transition: all 0.3s ease;
}

.nav-semillas-custom .nav-link:hover {
    opacity: 1;
}

.nav-semillas-custom .nav-link.active {
    opacity: 1;
    color: #fff !important;
    /* El background se define abajo por cada hijo */
}

.content-semillas-custom {
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  
}

.content-semillas-custom .tab-pane {
    padding: 40px;
    color: #fff; /* Texto blanco por defecto */
}

/* Ajustes de texto interno */
.content-semillas-custom h3, 
.content-semillas-custom strong { 
    color: #fff; 
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.content-semillas-custom ul {
    list-style: disc;
    padding-left: 1.5rem;
}


/* --- COLORES ESPECÍFICOS (Aquí está lo que pediste) --- */

/* 1. PRIMER ELEMENTO (Amarillo #f2c26a) */
/* Botón inactivo */
.nav-semillas-custom li:nth-of-type(1) .nav-link {
    color: #f2c26a;
      border-color: var(--fen-azul);
    border: 2px solid var(--fen-azul);
    opacity: 1;
}
/* Botón activo */
.nav-semillas-custom li:nth-of-type(1) .nav-link.active {
    background-color: #f2c26a;
      border: 2px solid #f2c26a;
}
/* Caja de contenido correspondiente */
.content-semillas-custom .tab-pane:nth-of-type(1) {
    background-color: #f2c26a;
        column-width: 300px; 
    column-gap: 40px;
   
}


/* 2. SEGUNDO ELEMENTO (Rojizo #be7275) */
/* Botón inactivo */
.nav-semillas-custom li:nth-of-type(2) .nav-link {
    color: #be7275;
    border-color: var(--fen-azul);
    border: 2px solid var(--fen-azul);
    opacity: 1;
}
/* Botón activo */
.nav-semillas-custom li:nth-of-type(2) .nav-link.active {
    background-color: #be7275;
     border: 2px solid #be7275;
}
/* Caja de contenido correspondiente */
.content-semillas-custom .tab-pane:nth-of-type(2) {
    background-color: #be7275;
}


/* 3. TERCER ELEMENTO (Naranja #f4a36f) */
/* Botón inactivo */
.nav-semillas-custom li:nth-of-type(3) .nav-link {
    color: #f4a36f;
   border-color: var(--fen-azul);
    border: 2px solid var(--fen-azul);
    opacity: 1;

}
/* Botón activo */
.nav-semillas-custom li:nth-of-type(3) .nav-link.active {
    background-color: #f4a36f;
     border: 2px solid #f4a36f;
}
/* Caja de contenido correspondiente */
.content-semillas-custom .tab-pane:nth-of-type(3) {
    background-color: #f4a36f;
}

section.tabs-semillas , section.cenicel{
    max-width: 1000px;
}

section.cenicel p{
    color: #fff;
}

.col-md-6.col-cenicel{
            font-family: "Montserrat", sans-serif;
}

section.tabs-semillas h3{
  font-size: 45px;
    margin: 30px 0;
}

/* Tarjeta Principal */
    .cenicel-card {
        background-color: #0f3250; /* Azul Oscuro Profundo */
        color: #fff;
        border-radius: 30px;
        padding: 50px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        font-family: sans-serif; /* O tu fuente principal */
    }

    /* Título Principal */
    .cenicel-title {
        color: #99cc00; /* Verde Lima (según tu imagen anterior) */
        font-weight: 800;
        font-size: 2rem;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    /* Descripción WYSIWYG */
    .cenicel-desc {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 40px;
    }
    .cenicel-desc p { margin-bottom: 15px; }

    /* --- SECCIÓN DE UBICACIONES (Abajo) --- */
    .cenicel-loc-title {
        color: #99cc00; /* Verde Lima */
        font-weight: 700;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .cenicel-address {
        font-size: 0.95rem;
        margin-bottom: 15px;
        line-height: 1.4;
        min-height: 60px; /* Para alinear los mapas si los textos difieren */
    }

    /* Línea divisoria blanca entre columnas (Solo en Desktop) */
    @media (min-width: 768px) {
        .col-cenicel:not(:last-child) {
            border-right: 2px solid #fff;
            padding-right: 30px;
        }
        .col-cenicel:not(:first-child) {
            padding-left: 30px;
        }
    }

    /* Ajuste para móvil: separar los bloques */
    @media (max-width: 767px) {
        .col-cenicel {
            margin-bottom: 40px;
            border-bottom: 1px solid rgba(255,255,255,0.2);
            padding-bottom: 20px;
        }
        .col-cenicel:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }
    }

    /* --- ESTILOS DEL MAPA ACF --- */
    .cenicel-map-wrapper {
        border: 2px solid #fff; /* Borde blanco estilo botón */
        border-radius: 15px;
        overflow: hidden;
        height: 250px; /* Altura fija para el mapa */
        width: 100%;
        margin-top: 10px;
    }
    
    /* Clase necesaria para que el JS de ACF detecte el mapa */
    .acf-map {
        width: 100%;
        height: 100%;
    }
    /* Arreglo común para que las imágenes de Google Maps no se deformen por CSS del tema */
    .acf-map img { max-width: none; }