body {
    background-color: #87a09a;
    font-family: "Poppins", Arial, sans-serif;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lora", Georgia, serif;
}

/* ==============================================================================
   REGLA GLOBAL DE NITIDEZ 
   ============================================================================== */
p, span {
    font-family: "Poppins", Arial, sans-serif;
    color: #222222;               
    font-weight: 400;             
    line-height: 1.7;             
    text-shadow: none !important; 
}

/* ==============================================================================
   SISTEMA DE TÍTULOS UNIFICADOS (Lora, Oscuro nítido #222222)
   ============================================================================== */
.unified-section-title {
    font-family: "Lora", Georgia, serif !important; 
    font-size: 44px !important; 
    font-weight: 700 !important; 
    color: #222222 !important; 
    text-transform: none !important;
    letter-spacing: normal !important;
    display: block !important;
   margin-bottom: 20px !important;
    text-shadow: none !important;
}

.unified-section-subtitle {
    font-family: "Lora", Georgia, serif !important; 
    font-size: 32px !important; 
    font-weight: 600 !important; 
    color: #233e38 !important; 
    margin-bottom: 35px !important; 
    text-shadow: none !important;
    display: block !important;
}

.sub-titulo-seccion {
    font-family: "Lora", Georgia, serif !important;
    color: #222222 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
}

.sub-titulo-interno {
    font-family: "Lora", Georgia, serif !important;
    color: #1a332e !important;
    font-size: 24px;
    margin-top: 35px;
    text-shadow: none !important;
}

/* Párrafos limpios y legibles */
p.texto-nitivo-oscuro {
    font-family: 'Poppins', Arial, sans-serif !important; 
    font-weight: 400 !important; 
    font-size: 15px !important; 
    line-height: 1.8 !important; 
    color: #222222 !important; 
     margin-bottom: 15px !important;
    text-align: justify !important; 
    text-shadow: none !important; 
    opacity: 1 !important;
}

.small-text {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
}

/* ==============================================================================
   FONDO VERDE SALVIA UNIFICADO (Sin interrupciones visuales)
   ============================================================================== */
.seccion-verde-comun {
    background-color: #87a09a !important;
    padding: 15px 0 !important;
    display: block !important;
}

/* Elementos e imágenes internas */
.quienes-img-container {
    max-width: 850px !important; 
    margin: 40px auto !important; 
    text-align: center !important;
}


/* margenes superior e inferior de las secciones */
   

#quienes{
     padding-top: 55px !important;
    padding-bottom: 0px !important;
}

#maestros{
    padding-top: 55px !important;
    
    padding-bottom: 0px !important;
}
 
#plantas{
    padding-top: 55px !important;
}

 #cultivos{
    padding-top: 55px !important;
}


 #paisajes{
    padding-top: 55px !important;
}


 #archivo{
    padding-top: 55px !important;
}

#proyec{
    padding-top: 25px !important; 
}

.quienes-img {
    width: 100% !important; 
    height: auto !important; 
    border-radius: 8px !important; 
    box-shadow: 0 12px 25px rgba(0,0,0,0.15) !important;
}

.box-maestro-img img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    box-shadow: 0 6px 15px rgba(0,0,0,0.18);
    border: 4px solid #ffffff;
}

/* ==============================================================================
   TABLA DE BOTÁNICA PERSONALIZADA
   ============================================================================== */
.custom-table-botanica {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.custom-table-botanica thead th {
    background-color: #233e38 !important;
    color: #ffffff !important;
    font-family: "Lora", Georgia, serif;
    font-weight: 600;
    border: none !important;
    padding: 15px 20px;
}

.custom-table-botanica tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    vertical-align: top;
}

.custom-table-botanica tbody tr:last-child td {
    border-bottom: none !important;
}

/* ==============================================================================
   CULTIVOS Y PAISAJES (Componentes Visuales Box)
   ============================================================================== */
.card-cultivo-info {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #233e38;
    height: 100%;
}

.badge-paisaje-box {
    background-color: #233e38;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.badge-paisaje-box h5 {
    color: #1dec8b !important;
    font-size: 16px;
}

.badge-paisaje-box p {
    color: #ffffff !important;
}

/* ==============================================================================
   ARCHIVO DIGITAL
   ============================================================================== */
.archivo-item-box {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 30px 20px;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.archivo-item-box:hover {
    transform: translateY(-5px);
}

.archivo-icon {
    font-size: 35px;
    color: #233e38;
}

/* ==============================================================================
   PROYECTOS Y TARJETAS ACTUALIZADAS (4 Columnas Adaptativas)
   ============================================================================== */
.proy1-img {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    height: 180px; 
}

.proy1-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.proy1-img:hover img {
    transform: scale(1.12);
}

.proy1-text-details h2 {
    font-family: "Lora", Georgia, serif !important;
    font-weight: 700 !important;
    color: #222222 !important;
    text-shadow: none !important;
    line-height: 1.4;
}

/* Tarjetas de Proyectos en general */
.proy1-details {
    padding: 2rem 0;
}

.about-content {
    text-align: center;
    margin-bottom: 50px;
}

.proy1-text-details p {
    font-size: 14px;
    font-weight: 400 !important;
    color: #222222 !important;
    text-shadow: none !important;
    text-align: justify;
}

/* ==============================
   NAVEGACIÓN Y COMPONENTES GLOBALES
   ============================== */
.navbar-dark {
    background: rgba(244, 210, 132, 0.35);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: .4s ease;
}

.navbar-dark .navbar-toggler-icon {
    background-image: none !important;
}

.bar-style {
    font-size: 30px;
    color: #1dec8b;
}
/* PC */
.navbar-nav li a {
    font-size: 17px;
     margin: 0px 2px;
    font-weight: 600;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.carousel-inner .carousel-item {
     min-height: 75vh;
}

.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
   background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.banner-bg {
    background-color: transparent;
     min-height: 75vh;
}

.btn-cover {
    padding: 10px 25px !important;
    background-color: rgb(29, 112, 8);
    color: #ddf5a4;
    text-transform: uppercase;
    border: 1px solid white ;
    border-radius: 10px;
}

.btn-cover:hover {
    background-color: #0c6dbd;
    color: white;
    border: 1px solid #ec1d25;
}

.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: white;
}

.carousel-indicators .active {
    background-color: #ec1d25;
}

.logo-img {
    width: 275px;
    height: 275px;
    margin-bottom: 20px;
}

.innerimg {
    overflow: hidden;
    height: 250px;
    border-radius: 6px;
    position: relative;
}

.innerimg img {
    transition: all 1.5s ease-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innerimg:hover img {
    transform: scale(1.2);
}

.content {
    position: absolute;
    top: 38%;
    left: 15%;
    right: 15%;
    text-align: center;
    z-index: 2;
}

.content h3 {
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 6px 10px;
    font-size: 20px;
    border-radius: 4px;
}

/* PARALLAX & REVIEWS BACKGROUNDS */
.proy1-cover {
    background-image: url(./images/portfondo-02.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.proy1-cover-title {
    padding: 140px 0;
    text-align: center;
}

.proy1-cover-title h3 {
    color: white;
    font-size: 44px;
    font-weight: 400;
}

.proy1-cover-title span {
    font-size: 30px;
    font-style: italic;
    font-family: "Lora", Georgia, serif;
    color: #f1e3e4;
}


/* FOOTER */
#footer {
    background-color: #303030;
    padding: 2.5rem 0;
}

#footer h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}
#footer p:last-child {
    margin-bottom: 0 !important;
}
#footer p, #footer span {
    color: #999999 !important;
}

.social-icons {
    font-size: 18px;
    padding: 10px;
    color: rgb(95, 175, 20);
    background-color: #122513;
    border-radius: 50%;
}

.subscribe-btn {
    padding: 10px !important;
    background-color: black;
    color: white;
    border-radius: 10px;
    width: 100%;
}

.subscribe-btn:hover {
    background-color: #304507;
    color: white;
}

#copyrightfooter {
    background-color: black;
    color: #d4af37;
    padding: 25px 0;
    text-align: center;
}

#copyrightfooter p {
    margin: 0;
color: rgb(81, 69, 40) !important;
}

/* ==============================
   RESPONSIVE DESIGN LIMPIO
   ============================== */

/* ===== NAVBAR + BASE ===== */

html, body {
    overflow-x: hidden !important;
    width: 100%;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    transition: transform 0.4s ease;
}

.navbar-hidden{
    transform: translateY(-100%);
}

.navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
}

.navbar-nav .nav-link {
    white-space: nowrap;
    padding: 0 !important;
}

/* ===== NAVBAR COLORES DE LOS LINKS AL PASAR MOUSE===== */
 
 .navbar-nav .nav-link{
    color: #2b2115 !important;
    border-radius: 10px;
    transition: all 0.25s ease;
}

.navbar-nav .nav-link:hover{
    color: #ffffff !important;
    background: linear-gradient(
        to bottom,
        #3f5d56,
        #233e38
    );
    padding: 4px 10px !important;
    box-shadow:
        0 3px 0 #162822,
        0 6px 12px rgba(0,0,0,.25);
    transform: translateY(-2px);
}


/* ===== BRAND ===== */

.brand-title{
    font-family: "Lora", serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 12px;
    letter-spacing: 1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

.brand-title:hover{
    color: #1dec8b;
}


/* ===== CAROUSEL (DESKTOP) ===== */

.carousel-caption {
    position: absolute !important;
    bottom: 60px !important;   
    left: 5% !important;
    right: 5% !important;
    width: 90%;
}

.carousel-caption h1 {
    font-size: 52px;
    font-weight: 900;
    color: white !important;
    text-shadow: 0 4px 20px rgba(0,0,0,0.95);
}

.carousel-caption p {
    font-size: 20px;
    color: white !important;
    text-shadow: 0 3px 15px rgba(0,0,0,0.95);
}


/* ==============================
   TABLET (<=1000px)
   ============================== */

@media (max-width: 1000px){

    .navbar-expand-lg .navbar-toggler{
        display: block;
    }

    .navbar-expand-lg .navbar-collapse{
        display: none !important;
    }

    .navbar-expand-lg .navbar-collapse.show{
        display: block !important;
    }
}


/* ==============================
   TABLET / MOBILE LARGE (<=991px)
   ============================== */

@media (max-width: 991px){

    .navbar{
        padding: 5px 0 !important;
    }

    .navbar-toggler{
        display: block;
        margin-right: 15px;
        border: 1px solid rgba(255,255,255,.25) !important;
        background: rgba(0,0,0,.25);
        border-radius: 8px;
        padding: 6px 10px;
    }

    .navbar-brand img{
        height: 45px !important;
        width: auto !important;
        margin-left: 15px;
    }

    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .navbar-nav{
        width: 50%;
        margin: 0 auto !important;
        background: rgba(130, 188, 136, 0.85);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        text-align: center;
        padding: 8px 0 !important;
        border-radius: 45px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,.4);
    }

    .navbar-nav .nav-item{
        margin: 0 !important;
        padding: 0 !important;
    }

    .navbar-nav .nav-link{
        color: #3b2f1f !important;
        font-size: 18px !important;
        font-weight: 500;
        padding: 7px 0 !important;
        margin: 0 !important;
        letter-spacing: .3px;
        transition: .3s;
    }

    .navbar-nav .nav-link:hover{
        color: #441cf5 !important;
        background: rgba(255,255,255,.05);
    }

    .carousel-caption{
        bottom: 35px !important;
    }

    .carousel-caption h1{
        font-size: 32px !important;
        line-height: 1.15 !important;
    }

    .carousel-caption p{
        font-size: 16px !important;
    }

}


/* ==============================
   MOBILE (<=768px)
   ============================== */

@media (max-width: 768px){

    .navbar-brand img{
        height: 45px !important;
        width: auto !important;
    }

    .navbar{
        padding: 0px 15px !important;
        min-height: auto !important;
    }

    .navbar-toggler{
        padding: .25rem .5rem !important;
    }

    .brand-title{
        font-size: 20px;
        margin-left: 8px;
    }

    .carousel-caption h1{
        font-size: 28px !important;
    }

    .carousel-caption p{
        font-size: 15px !important;
    }

section { 
    scroll-margin-top: 40px;
}



}



/* ==============================
   AJUSTE FINO DE ESPACIADO GLOBAL
   ============================== */

/* Uniformar espaciado Bootstrap */
.mb-4 {
    margin-bottom: 18px !important;
}

.mb-3 {
    margin-bottom: 12px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

/* Evitar exceso de espacio en títulos de secciones */
section > .container > .row > .col-md-12:first-child {
    margin-bottom: 10px;
}

/* Control general de secciones (suave ajuste) */


 














/* Control general de secciones (suave ajuste) 
Prueba de margenes


section {
    outline: 3px solid red !important;
}

.container {
    outline: 3px solid blue !important;
}

.row {
    outline: 3px solid green !important;
}
*/
@media (max-width: 768px){

    .logo-img{
        width: 150px !important;
        height: 150px !important;
    }

}
@media (max-width: 768px){

    .seccion-verde-comun{
        padding: 30px 0 !important;
    }

}

