/*TABLET*/

@media only screen and (min-width:499px) and (max-width:1000px) {
    .menu {
        display: none;
    }
    .contenido {
        left: 0px;
        width: 100% !important;
        position: static !important;
    }
    .nav-res,
    .comentario-res {
        display: block;
    }
    .cabecera {
        height: 120px !important;
    }
    .cabecera h1 {
        padding-top: 35px;
    }
    .infocontacto-res,
    .formulario {
        width: 100% !important;
    }
    .comentario {
        display: none !important;
    }
    .mapa iframe {
        height: 250px !important;
    }
    .videocono {
        max-height: 450px !important;
    }
    footer {
        display: block;
    }
}


/*MOVIL*/

@media only screen and (max-width:500px) {
    .menu {
        display: none;
    }
    .contenido {
        left: 0px;
        width: 100% !important;
        position: static !important;
    }
    .nav-res,
    .comentario-res {
        display: block;
    }
    .cabecera {
        height: 115px !important;
        background-size: 180%;
    }
    .cabecera h1 {
        padding-top: 10px;
    }
    .comentario {
        display: none;
    }
    .imgini1 img,
    .imgproduc img,
    .imgcono1 img {
        margin: 25px 0px 0px 0px !important;
        padding: 0px !important;
    }
    .seccion {
        padding-left: 20px;
        padding-right: 20px
    }
    .titulo {
        margin: 35px 0px 20px -25px;
    }
    .imgcono1 img {
        margin: 25px 0px 0px 0px !important;
        padding: 0px !important;
    }
    .contgaleria {
        margin-top: 25px !important;
    }
    .personalizado {
        margin-top: -55px !important;
    }
    .videocono iframe {
        height: 150px;
    }
    .videocono {
        margin-top: 25px !important;
        max-height: 250px !important;
    }
    .personalizado {
        padding-top: 25px;
    }
    .contproduc {
        margin-top: 25px !important;
    }
    .subvege {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .mapa iframe {
        height: 190px !important;
    }
    .comentario {
        display: none !important;
    }
    footer {
        display: block;
    }
    .titulo {
        margin: 35px 0px 20px -10px;
    }
    .infocontacto {
        font-size: 18px;
    }
}