/* Para esconder elementos y menú ---------------------------------*/
@media only screen and (min-width: 59.6875em) {
    /* tablets and desktop */
    .hide-from-cel{display:none;}
}
@media only screen and (max-width: 59.6875em) {
    .hide-from-desktop{display:none;}
}
@media only screen and (max-width: 59.6875em) {
    /* tablets and desktop */

    .izquierda{
    margin-left: 0px;
    }

    .mega-dropdown-menu > li > ul > li > a {
    color: #666 !important;

    }

    .navbar-inverse .navbar-brand {
    width: 200px !important;
    height: 50px;
    background: url(../img/logotipo2.svg) no-repeat center center;
    background-position: 0,0;
    background-repeat: no-repeat;
    margin-top: 0px !important;
    }

    .planes {
    padding: 20px 0;
    }

    .beneficios {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../img/publicidad/fondo.png) center center;
    background-position: 0,0;
    background-repeat: repeat;
    color: #fff;
    }

}
/* Para esconder elementos y menú ---------------------------------*/

