* {
    font-family: 'Montserrat', sans-serif;
}


img {
    width: 190px!important;
    height: auto!important;
}


body {
    background-image: url(/bk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.subtit {
    color: #ca4175!important;
}
span.titulo-cerrado {
    font-weight: bold;
    letter-spacing: 3px!important;
    margin-top: 24px!important;
    display: inline-block;
}

p.cartel-direccion {
    background: #ca4175;
    display: inline-block;
    padding: 20px 50px;
    color: white;
    font-size: 25px;
    box-shadow: 0 0 10px black;
}


@media only screen and (max-width: 991px) {

    img {
        width: 35vw!important;
        height: auto!important;
    }

    span.titulo-cerrado {
        font-size: 9vw;
    }

    span.subtit {
        font-size: 7vw;
    }

    p.cartel-direccion {
        font-size: 5vw;
        width: 83%;
    }
}