@CHARSET "UTF-8";

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    /* -------------------------------------------- */
    /* ------------------Header-------------------- */
    header #logo_vpd img {margin: 33px 10px;height: 53px;}

    /* -------------------------------------------- */
    /* ------------------Content------------------- */

    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Other--------------------- */
    
}

@media only screen and (min-width: 1281px) and (max-width: 1366px) {
    /* -------------------------------------------- */
    /* ------------------Header-------------------- */
    header #logo_vpd img {margin: 39px 10px;height: 42px;}
    
    /* -------------------------------------------- */
    /* ------------------Content------------------- */

    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Other----------------*---- */
    
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    
    /* -------------------------------------------- */
    /* ------------------Header-------------------- */
    header #logo_vpd img {margin: 42px 10px;height: 36px;}
    
    /* -------------------------------------------- */
    /* ------------------Content------------------- */

    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Other----------------*---- */
    
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    /* -------------------------------------------- */
    /* ------------------Header-------------------- */
    header #logo_vpd img {margin: 42px 10px;height: 36px;}
    
    /* -------------------------------------------- */
    /* ------------------Content------------------- */

    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Other----------------*---- */
    
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* -------------------------------------------- */
    /* ------------------Header-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Content------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Other--------------------- */

}

@media only screen and (max-width: 767px) {
    /* -------------------------------------------- */
    /* ------------------Header-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Featured------------------ */
    
    /* -------------------------------------------- */
    /* ------------------Content------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Other----------------*---- */
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
    /* -------------------------------------------- */
    /* ------------------Header-------------------- */
    header .wrap-header{min-height: auto;}
    header #logo_vpd {width: 25%;height: 70px;}
    header #logo_vpd img {margin: 10px 1%;height: 80px;width: auto;}
    header #cabecera_movil{float: left;display: block;width: 100%;height: 100px;}
    header #cabecera_movil .texto{float: left;color: white;font-size: 50px;margin: 20px 80px;line-height: 60px;}
     header #cabecera_movil img{float: left;margin: 25px;}
    
    /* -------------------------------------------- */
    /* ------------------Content------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Other--------------------- */

}

@media only screen and (min-width: 480px) and (max-width: 619px) {
    /* -------------------------------------------- */
    /* ------------------Header-------------------- */
    header .wrap-header{min-height: auto;}
    header #cabecera_movil{float: left;display: block;width: 100%;height: 80px;}
    header #cabecera_movil .texto{float: left;color: white;font-size: 50px;margin: 10px 40px;line-height: 60px}
    header #cabecera_movil img{float: left;margin: 15px;}
    
    /* -------------------------------------------- */
    /* ------------------Content------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Other--------------------- */

}

@media only screen and (max-width: 479px) {
    /* -------------------------------------------- */
    /* ------------------Header-------------------- */
    header .wrap-header{min-height: auto;}
    header #cabecera_movil img{float: left;margin: 5px;height: 40px;}

    /* -------------------------------------------- */
    /* ------------------Content------------------- */

    /* -------------------------------------------- */
    /* ------------------Footer-------------------- */
    
    /* -------------------------------------------- */
    /* ------------------Other----------------*---- */

}