.beers{
    width: 32%;
    height: auto;
    margin: 19px auto;
    padding-top: 12px;
    padding-bottom: 10px;
}

.tit1{
    width: 50%;
    height: auto;
    margin: 10px auto;
    padding-top:10px;
    padding-bottom: 10px;
}

.bajada1{
    font-size: 16px;
    padding-top:10px;
    color: #FFFFFF !important;
}

.container{
    background: url('../img/bg_mobile_index.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}

.contenedor_verde{
    margin-top:10%;
}

@media screen and (min-width: 1024px) {
    .contenedor_verde{
        margin-top:5%;
    }
    
    .beers{
        width: 16%;
        height: auto;
    }
    .tit1{
        width: 50%;
        content: url('../img/tit1_desktop.png');
    }
    .btn{
        width: 40%;
        margin:10px;
    }

    .container{
        background: url('../img/bg_desktop_index.jpg') !important;
        background-position: center top !important;
        background-size: cover !important;
    }

}