div.nota .volanta{
    color: #5A19C3;
    font-family: 'Piazzolla', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    display: inline;
}

div.nota .titulo{
    color: #000;
    font-family: 'Piazzolla', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    display: inline;
}

@media screen and (min-width: 1024px){
    /*
    div.contenedor > div.nota div.encabezado{
        min-height: 175px !important;
        min-height: 120px !important;
        margin-bottom: 16px;
    }
    */
    div.nota{
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        width: 100% !important;
        position: relative !important;
        height: 100% !important;
    }
    /*
    div.nota div.foto{
        margin-top: 16px !important;
    }
    */
    div.nota div.encabezado{
        margin-bottom: 16px !important;
    }
    div.nota div.encabezado, div.nota div.foto{
        display: flex !important;
        flex-direction: column !important;
        position: relative !important;
        width: 100% !important;
    }
    div.nota img{
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
    }
}

@media screen and (max-width: 768px){
    .tile div.column:has(div.nota), section.recomendaciones div.column:has(div.nota){
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    div.contenedor:first-child > div.nota {
        border-top: 1px solid #e1e1e1 !important;
    }
    div.nota{
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        border-bottom: 1px solid #e1e1e1 !important;
    }
    /*
    div.foto{
        padding-bottom: 9px;
        border-bottom: 1px solid #E1E1E1 !important;
    }
    */
}