img{
    width: 90%;
    height: 90%;
}
.titulo {
    color: rgb(0, 0, 0);
    font-family: "segoesc";
    font-weight: bold;
    font-size: clamp(2rem, 3.2vw, 4rem);
    /* MEDIDA PARA TODOS OS TITULOS*/
    text-align: center;
}
.text_contacto {
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
}