@media (min-width: 993px) {
/*reset fonts*/
body{font-size: 16px;}    
h1, .h1 {font-size: 36px;}
h2, .h2 {font-size: 22px;}
h3, .h3 {font-size: 18px;}
h4, .h4 {font-size: 16px;}
h5, .h5 {font-size: 16px;}
h6, .h6 {font-size: 14px;} 
   
    
.tabsModulos{
    font-size: 16px;
}
    
    
.h2Section{
    text-align: left;
}
    
.h2toptab{
    margin-top: 0;
}    
    
/*MENU SIDEBAR*/
.dropdownProduct{
    display: none;
}    
    
.menuSidebar{
    margin-top: 40px;
    display: block;
}
.menuSidebar a{
    display: block;
    background-color: #8a8e93;
    margin-bottom: 5px;
    padding: 5px 20px;
    color: #fff;
}

.menuSidebar a:hover, .menuSidebar a.active{
    text-decoration: none;
    background-color: #4fb9b0;
}
/*END MENU SIDEBAR*/    
    
    
    
/*FOOTER*/
    footer, footer .btn{
        text-align: left;
    }
    
    footer{
        padding: 60px 0 100px 0;
    }
    
    .btnFooter{
        background-color: transparent;
        border: none;
    }
    
    .boxSocial{
        text-align: center;
    }
    
    .btnFooter:hover{
        background-color: transparent;
        text-decoration: underline;
    }
    
    .btnFooter span{
        display:none;
    }
    
    .btnFooter:first-child::before{
        content: "E-mail";
        display: block;
        font-weight: 700;
    }
    
    .btnFooter::before{
        content: "E-mail";
        display: block;
        font-weight: 700;
    }
    
    footer a{
        color: #fff;
        display: block;
    }
    
    footer a:hover{
        color: #fff;
    }
    
    
/*END FOOTER*/    
    
/*NEW HOME*/
.nh-left img{
    padding: 20px;
}

.nh-left span{
    padding: 32px;
    font-size: 20px;
}

.nh-right .row{
    padding: 10px;
}

.nh-txYel{
    font-size: 20px;
    text-align: left;
    padding-top: 22px;
    padding-bottom: 0;
}

.nh-txPel{
    font-size: 16px;
    text-align: left;
    padding-bottom: 0px;
    padding-top: 16px;
}

.nh-txbut{
    text-align: right;
    padding-top: 22px;
}
    
.nh-sectionFour .btn{
    margin-bottom: 60px;
}    

}/*END @media*/