﻿/* Ajuste de master page sem menu */

@media screen and (max-width: 628px) {
    .partetotal
    {
        width:initial!important;
    }
    #Div2
    {
       display: none;
    }
    #Div3
    {
       display: none;
    }
}

@media screen and (max-width: 770px) {
    .titulotelamenu{
    height: 5px!important;
    }
    .divnet
    {
    width:100%!important;
    }
    .menufundonet
    {
    min-width: inherit!important;
    }
}

@media screen and (max-width: 550px) {
    .divnetexterna
    {
    width:100% !important;
    }
}





/*Ajuste para novo menu (Principal)*/