.bloque-sector {
    min-height:120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{width:400px;border:none;height:300px;box-shadow: 0px 5px 20px 0px #d2dae3;z-index:1;display:flex;justify-content:center;align-items:center}
.card h6{color:red;font-size:20px}
.inputs input{width:40px;height:40px}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0}
.card-2{background-color:#fff;padding:10px;width:350px;height:100px;bottom:-50px;left:20px;position:absolute;border-radius:5px}
.card-2 .content{margin-top:50px}
.main-block, .main-block-club {
    width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
@media(orientation:landscape) {
    .main-block {
        background-image:url('/assets/images/background-app/landscape.jpg');
        height:60vh;
    }
    .main-block-club {
        background-image:url('/assets/images/background-app/landscape-club.jpg');
        height:60vh;
    }
    .img-noticia {
        width:100%;
        max-height:45vh;
    }
    .bg-club-1, .bg-club-2, .bg-club-3 {
        background-size:110%;
        min-height:200px;
    }

}
@media(orientation:portrait) {
    .main-block {
        background-image:url('/assets/images/background-app/portrait.jpg');
        height:65vh;
    }
    .main-block-club {
        background-image:url('/assets/images/background-app/portrait-club.jpg');
        height:65vh;
    }
    .img-noticia {
        width:100%;
        max-height:25vh;
    }
    .bg-club-1, .bg-club-2, .bg-club-3 {
        background-size:100%;
    }

}
.bg-club-1 {
    background-color:#fce5e7;
    background-image:url('/assets/images/background-app/bg-club-1.png');
    background-repeat:no-repeat;
    background-position:center center;
}
.bg-club-2 {
    background-color:#e0f3ff;
    background-image:url('/assets/images/background-app/bg-club-2.png');
    background-repeat:no-repeat;
    background-position:center center;
}
.bg-club-3 {
    background-color:#e5ffeb;
    background-image:url('/assets/images/background-app/bg-club-3.png');
    background-repeat:no-repeat;
    background-position:center center;
}
.contenedor-establecimientos {
    max-width:calc(100% + 25px)!important;
    width:calc(100% + 25px)!important;
}
.contenedor-cupones {
    max-width:calc(100% - 25px)!important;
    width:calc(100% - 25px)!important;
}