/**
 * Módulo categorieshome — estilos del bloque de la home.
 *
 * Base mínima pensada para sustituirse/ampliarse junto con el HTML de
 * views/templates/hook/categorieshome.tpl
 */
.categorieshome__subtitle{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color:#205B29;
}
.categorieshome__title{
    font-size: 32px;
    font-weight: 600;
}
.categorieshome__cta-link{
    font-size: 14px;
    font-weight: 600;
    color:#205B29;
}
.categorieshome__box-image{
    background-color: #FBFAF6;
    border:1px solid #DCD7CD;
    border-radius: 14px;
}
.categorieshome__box-image img{
    width: 100%;
}
.categorieshome__link h5{
    font-size: 20px;
    font-weight: 500;
}
.categorieshome__link{
    margin-top: 15px;
    display: block;
    margin-bottom: 30px;
}