.noticia { 
    width:100%;
    margin-top:3rem;
    padding:1.2rem;
    background-color: var(--color-crema);
} 
    
.noticia .data {
            color: var(--color-vermell);
            margin: 1.8rem 0 0.6rem 0;    
        }

.noticia .titol {
            font-size: clamp(1rem, 3vw, 2.75rem);
            font-weight: bold;
            text-align: center;
        }

.noticia  p {
            margin-block: 1lh;
        }

.noticia  ul, ol {
            margin-left: 2rem;
        }

.noticia  li::marker {
            content:"\2605  ";
        }

.noticia .foto_esquerra {
            width:clamp(250px,30vw,40vw);
            height: auto;
            float:left;
            clear:both;
            margin: .8rem .8rem .8rem 0;
        }

.noticia .foto_dreta {
            width:clamp(250px,30vw,40vw);
            height: auto;
            float:right;
            clear:both;
            margin: .8rem 0 .8rem .8rem;
        }

.noticia table td {
    text-align: center;
}

.noticia table th {
    text-align: left;
}
