.yo-directorio{
    width:100%;
}

.yo-pais{
    margin-bottom:70px;
}

.yo-comunidad > h3{

    color:#5d7842;

    font-size:24px;

    font-weight:500;

    margin:55px 0 28px;

}

.yo-pais > h2{

    text-transform:uppercase;

    color:#5d7842;

    font-size:32px;

    font-weight:500;

    letter-spacing:.04em;

    margin:0 0 18px;

    position:relative;

}

.yo-pais > h2::after{

    content:"";

    display:block;

    height:16px;

    background:#dce8c9;

    margin-top:10px;

}

.yo-comunidad h3{
    margin:55px 0 30px;
    font-size:28px;
    line-height:1.2;
}

.yo-grid{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    column-gap:42px;

    row-gap:38px;

    align-items:start;

}

.yo-card{

    display:flex;

    gap:22px;

    align-items:flex-start;

}

.yo-card__foto{

    width:155px;

    flex:0 0 155px;

}

.yo-card__img{

    width:155px;

    height:155px;

    display:block;

    object-fit:cover;

    border-radius:50%;

}

.yo-card__contenido{

    flex:1;

    min-width:0;

}

.yo-card__nombre{

    margin:0 0 8px;

    color:#6a8450;

    font-size:30px;

    line-height:1.15;

    font-weight:500;

}

.yo-card__ubicacion{

    color:#c46d62;

    margin-bottom:14px;

    line-height:1.4;

}

.yo-card__linea{

    margin:0 0 8px;

    line-height:1.5;

}

.yo-card__linea a{

    text-decoration:none;

    color:inherit;

}

.yo-card__linea a:hover{

    text-decoration:underline;

}

@media (max-width:1024px){

    .yo-grid{

        column-gap:26px;

    }

    .yo-card__foto{

        width:135px;

        flex-basis:135px;

    }

    .yo-card__img{

        width:135px;

        height:135px;

    }

}

@media only screen and (max-width:767px){

    .yo-directorio .yo-grid{

        grid-template-columns:1fr !important;

    }

    .yo-card{

        flex-direction:column;

        align-items:center;

        text-align:center;

        padding:24px;

    }

    .yo-card__foto{

        width:170px;
    
        flex:none;
    
        margin:0 auto 18px;
    
        display:flex;
    
        justify-content:center;
    
    }

    .yo-card__img{

        width:170px;

        height:170px;

    }

    .yo-card__contenido{

        width:100%;

    }

    .yo-card__nombre{

        font-size:26px;

    }

}

.yo-card{

    display:flex;
    gap:22px;
    align-items:flex-start;

    background:#ffffff;

    border-radius:24px;

    padding:24px;

    box-sizing:border-box;

}


.yo-card__foto{

    width:160px;
    flex:0 0 160px;

}

.yo-card__foto img{

    width:160px;
    height:160px;

    border-radius:999px !important;

    object-fit:cover;

    display:block;

}

.yo-grid{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:40px;

}

@media only screen and (max-width: 1024px){

    .yo-directorio .yo-grid{

        grid-template-columns:1fr !important;

    }

}

@media only screen and (max-width: 767px){

    .yo-directorio .yo-grid{

        grid-template-columns:1fr !important;

    }

}

.yo-card__nombre a{

    color:inherit;

    text-decoration:none;

}

.yo-card__nombre a:hover{

    text-decoration:none;

}

.yo-card__foto a{

    display:block;

}

.yo-card__img{

    transition:transform .25s ease;

}

.yo-card:hover .yo-card__img{

    transform:scale(1.03);

}

.yo-card__nombre a{

    transition:color .25s ease;

}

.yo-card:hover .yo-card__nombre a{

    color:#7b965d;

}