.menu_left li:first-child {
    margin-left: 100px !important;
}
.menu_right li:first-child {
    margin-right: 30px !important;
}
.menu_right  {
    margin-left: 25px !important;
}

.red {
    color: #ea625c;
}

.ajust_slide, .ajust_slide ul, .ajust_slide ul li  {
    height: 350px !important; 
}

.divide {
    background: #ffffff url(../images/icons/divider-1.png) center bottom repeat-x;
}

.miniH {
    min-height: 480px !important;
}

.creditos {
    position: relative;
    display: block;
    width: 120px;
    height: 35px;
    overflow: hidden;
    float: right;
}

.creditos::after {
    content: " Desenvolvido por: ";
    width: 120px;
    position: absolute;
    right: 0px;
    height: 35px;
    background-size: contain;
    transition: all .8s ease;
    color: #fff;
    font-size: 13px;

}


.creditos:hover::after {
    right: -120px;
    color: #fff;
    
}

.creditos::before {
    content: " ";
    background: url('../images/assinatura/logo.png') no-repeat center right;
    width: 120px;
    position: absolute;
    right: -120px;
    height: 35px;
    background-size: contain;
    transition: all .8s ease;

}


.creditos:hover::before {
    transition-delay:  .4s;
    right: 0px;
}

.ul_valores li {
    list-style: disc !important;
    margin-left: 16px !important;
}


.contato_mensagem {
    display: none;
    height: 180px !important;
    background: #fd686c !important;
    color: #fff !important;
    padding: 40px !important;
}

@media only screen and (max-width: 600px) {
    .fonte9 {
        font-size: 9px !important;
    }
    .fonte16 {
        font-size: 16px !important;
        height: 36px;
    }


    .abanner {
        display: block;
        padding: 5px !important;
        font-size: 9px !important;
    }

    .ajust_slide, .ajust_slide ul, .ajust_slide ul li  {
        height: 200px !important; 
    }
    .bcenter {
        top: 100px !important;
        position: absolute !important;
        height: 38px;
        margin: 0px !important;
        left: -60px !important;
    }
    
    #nav-menu .left-nav, #nav-menu .right-nav {
        display: table;
        width: 100%;
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;

    }

    #nav-menu .right-nav {
        margin-left: -25px;
        width: 368px;
    }
    #nav-menu .left-nav li:first-child {
        display: block;
        margin-left: 0px !important;
    }

}