:root{
    --fuenteTexto--: 'Montserrat', sans-serif;
}   

#Fondo{
    background-color: rgb(255, 255, 255);
}

.textoInfo{
    font-size: 1.1rem;
    font-family: var(--fuenteTexto--);
}

h1 {
    font-size: 2.5rem;
    font-family: var(--fuenteBarra);
}

.masthead {
    background-size: cover;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

/* Agrega la imagen de fondo (esto va en casa calase para especificar la imagen
.masthead {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('img/bannersPaginas/mysteryShopper.jpg');
}
*/

.color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.5rem;
    }
}