/*==================================================
FICHA INDIVIDUAL
==================================================*/

body.single-proyectos{
    background:#fbf8e8;
}

.forestlink-proyecto{
    max-width:1200px;
    margin:70px auto;
    padding:0 30px;
}

.forestlink-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    background:#fff;
    padding:40px 55px;
    border-radius:24px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    margin-bottom:40px;
}

.forestlink-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.forestlink-badges{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:15px;
}

.forestlink-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.forestlink-info > div{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:10px;
}

.forestlink-header img{
    order:2;
    width:170px;
    height:170px;
    object-fit:contain;
    flex-shrink:0;
    margin-left:120px;
    margin-right:40px;
}

.forestlink-info h1{
    margin:0 0 15px;
    color:#194B2A;
    font-size:58px;
}

.forestlink-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#D8CC5A;
    color:#194B2A;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin:0;
}

.forestlink-section{
    background:#fff;
    border-radius:24px;
    padding:35px;
    margin-bottom:35px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.forestlink-section h2{
    color:#194B2A;
    font-size:40px;
    margin-bottom:30px;
    border-left:6px solid #D8CC5A;
    padding-left:15px;
}

body.single-proyectos .forestlink-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:25px;
}

.forestlink-item{
    background:#fafafa;
    border-radius:18px;
    padding:25px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.forestlink-item h3{
    margin:0 0 10px;
    color:#194B2A;
    font-size:18px;
}

.forestlink-item p{
    margin:0;
    color:#555;
}

.forestlink-texto{
    font-size:18px;
    line-height:1.8;
    color:#444;
}

.forestlink-btn{
    display:inline-block;
    background:#194B2A;
    color:#fff;
    padding:15px 28px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
}

.forestlink-btn:hover{
    background:#2b6d42;
    color:#fff;
}

@media(max-width:768px){

.forestlink-header{
    flex-direction:column-reverse;
    text-align:center;
    padding:35px 25px;
}

.forestlink-header img{
    margin:0 0 25px;
    width:130px;
    height:130px;
}

.forestlink-info{
    width:100%;
}

body.single-proyectos .forestlink-grid{
    grid-template-columns:1fr;
}

.forestlink-info h1{
    font-size:40px;
}

.forestlink-section h2{
    font-size:30px;
}

}
.forestlink-catalogo{
    max-width:1400px;
    margin:80px auto;
    padding:0 30px;
}

.forestlink-catalogo-header{
    text-align:center;
    margin-bottom:60px;
}

.forestlink-catalogo-header h1{
    font-size:48px;
    color:#194B2A;
    margin-bottom:15px;
}

.forestlink-catalogo-header p{
    color:#666;
    font-size:20px;
    max-width:700px;
    margin:auto;
}

.forestlink-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:35px;
}

.forestlink-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.25s;
}

.forestlink-card:hover{
    transform:translateY(-8px);
}

.forestlink-card a{
    display:block;
    padding:35px;
    text-decoration:none;
    color:inherit;
}

.forestlink-card img{
    width:110px;
    height:110px;
    object-fit:contain;
    display:block;
    margin:0 auto 25px;
}

.forestlink-card h2{
    text-align:center;
    color:#194B2A;
    font-size:30px;
    margin-bottom:20px;
}

.forestlink-badges{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:30px;
}

.forestlink-badges span{
    background:#D8CC5A;
    color:#194B2A;
    padding:8px 15px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
}

.forestlink-btn{
    display:block;
    width:fit-content;
    margin:0 auto;
    background:#194B2A;
    color:#fff;
    text-align:center;
    padding:14px 28px;
    border-radius:12px;
    font-weight:600;
}

.forestlink-card:hover .forestlink-btn{
    background:#2d6d42;
}

@media(max-width:768px){

.forestlink-catalogo{
    padding:0 20px;
}

.forestlink-catalogo-header h1{
    font-size:36px;
}

}