/* Estrutura tecnobit sistemas */ 

.form_tecnobit{
    margin-top: 5px !important;
    margin-left: 0px !important;
    padding: 1px 9px !important;
}

.content ul{
    margin:0;
    padding:0;
    list-style:none !important;
}

.text_new_info a{
    color: #25282A !important;
}

.text_new_info{
    text-align: justify !important;
}

@media screen and (max-width: 1200px) {
    .logo img{
        max-width: 105%;
    }
}

@media screen and (max-width: 1069px){
    .authors_list .content {
        width: 728px !important;
    }

    .nome{
            width: 595px !important;
    }
}

@media screen and (max-width: 800px){
    .authors_list .content {
        width: 443px !important;
    }

    .nome{
        width: 268px !important;
    }
}

@media screen and (max-width: 400px){
    .authors_list .content {
        width: 302px !important;
    }
}