.bannerEncabezado {
    background-image: url("../img/banner/imagenCentral.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    justify-content: flex-end;
}

.encabezado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding-right: 0.5rem;
    text-align: center;
}

.tituloEncabezado {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-family: 'Montserrat', sans-serif;
}

.textoEncabezado {
    width: 80%;
    font-size: 1.25rem;
    text-align: left;
    padding: 2rem 0;
}

.enfasis {
    text-transform: uppercase;
}

.botonEncabezado {
    min-width: 50%;
    font-size: 1.5rem;
    padding: 1rem;
}

/* diseño  responsivo */
@media only screen and (max-width: 768px) {
    .encabezado {
        width: 100%;
    }
}
