
div.imagen-proyectos{
    height:250px;
    background-position:center center;
    background-size:cover;
    margin-bottom:20px;
}

.grid{
    margin: 0 auto;
    display:flex;
    justify-content:center;
}

.grid-item{
    width:calc(33% - 20px);
    margin-bottom:35px;
}

p.titulo{
    font-family: "Merriweather", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    color: #197361;
}

p.normal{
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: inherit;
    margin-bottom:10px;
}

div.tipo-hoja{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #19736136;
    background-color: #19736108;
}