.label_39._bottom_3v .copy_2W, .label_39._left_2d .copy_2W, .label_39._right_1y .copy_2W {
    display: none!important;
}
#jivosite-adword {
    display: none!important;
}
#offline-form #offline-form-inner {
    padding: 10px 20px 10px!important;
}
/* ==========================================================================
   Estilos de Creativa - Derechos reservados
   ========================================================================== */

body {
    background-color: #260701;
    background-image: url(../img/bg-pizza-mostra.jpg);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.main {
    text-align: center; /* centra todos los divs hijos horizontalmente */
}

.spacer {
    height: 67px;
}

.image {
    width: 1163px;                 /* tamaņo original */
    height: 918px;
    display: inline-block;          /* hace que respete text-align del padre */
    background-image: url(../img/contenido.png);
    background-size: auto;          /* mantiene tamaņo original */
    background-repeat: no-repeat;
    background-position: center;
}




/* ==========================================================================
                                  RESPONSIVE
   ========================================================================== */

@media screen and (max-width: 768px) {
    body {
        background-image: url(../img/bg-pizza-mostra-movil.jpg) !important;
        background-size: cover; /* Para que el fondo cubra todo el celular */
    }

    .main .image {
        width: 95%;           /* Ocupa el 95% del ancho de la pantalla */
        max-width: 500px;     /* No deja que crezca demasiado en tablets */
        height: 80vh;         /* Le da una altura del 80% de la pantalla actual */
        
        /* Eliminamos el padding-top y el aspect-ratio anterior */
        padding-top: 0 !important; 
        
        background-image: url(../img/contenidomovil.png) !important;
        background-size: contain;    /* Ajusta la imagen sin cortarla */
        background-repeat: no-repeat;
        background-position: top center; /* Alinea la pizza arriba */
        display: inline-block;
    }
}
@media only screen and (max-width: 700px){

}

@media only screen and (max-width: 480px){

}