@media (max-width: 1024px) {
    
    /*SERVICOS*/
    body .serviceBox{
        width: 100% !important;
    }
    
    body .serviceBox .service{
        top: 120px;
    }
    
    body .serviceBox.host:hover .description{
        top: 120px;
    }
    #navButton{
        display: block !important;
    }
    /*FOOTER*/
    body footer section,
    body footer .logo{
        width: 98% !important;
        position: relative;
        float: left;
        margin-left: 4%;
    }    
    section .social {
        float: left !important;
    }
    #footer_security{
        display: none;
    }
    body .navbar-brand img{
        width: 130px;
    }
    
    .areaButtons{
        margin-top: 20px;
        width: 100%;
        float: left;
    }
    
    .areaButtons{
        margin-top: 20px;
        width: 100%;
        float: left;
    }
    .areaButtons button{
        width: 50%;
        float: left;
    }
    #conteudo_login{
        width: 100% !important;
        position: absolute !important;
        top: 40% !important;
        transform: translatey(-50%) !important;
    }
}

