.fotodestacada img {
    width: 100%;
}

.contenedorHero {
    width: 100%;
    min-width: 100%; 
    min-height: 70vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

.tituloHero {
    text-align: center;

}

.tituloHero h1, .tituloHero .copete, .tituloHero .bajada {
    color: #ffffff;
}


