/* INDEX */
.logo-topo{
    display: flex;
    justify-content: flex-end;
    margin-left: 150px;
}

.txt-banner{
    margin-left: 140px;
    margin-top: 30px;
}

.centralizar-txt{
    display: flex;
    justify-content: center;
}

.line-center{
    display: flex;
    justify-content: center;
}

.line-center img{
    margin-bottom: 30px;
}

.social-footer .logo-footer{
    margin-left: 150px;
    margin-bottom: 15px;
}

.social-footer ul li{
    display: inline-block;
    margin-right: 30px;
}

.social-footer ul li:nth-child(1){
    margin-left: 210px;
}

.menu_links ul li:nth-child(1){
    margin-bottom: 15px;
    margin-top: 20px;

}

/* A DCR */
.about_e_details{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (max-width: 991px){

    /* INDEX */

    .logo{
        display: flex;
        justify-content: center;
    }

    .logo-topo {
        display: flex;
        justify-content: flex-end;
        margin-left: 0;
    }

    .centralizar-txt {
        display: flex;
        justify-content: center;
    }

    .txt-banner {
        margin-left: 0;
        margin-top: 0;
        width: 200px;
    }

    .line-center img{
        display: none;
    }

    .about_me .about_e_details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
}

    .about_me .about_e_details h3 {
        font-size: 30px;
        font-weight: 700;
        color: #8a8a8a;
    }

    .portfolio_image_area {
        padding-bottom: 50px;
    }

    .social-footer{
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .social-footer .logo-footer {
        margin-left: 0;
        margin-bottom: 15px;
        max-width: 236px;
    }

    .social-footer ul{
        display: flex;
        justify-content: center;
    }

    .social-footer ul li:nth-child(1) {
        margin-left: 0;
    }

    .social-footer ul li {
        display: inline-block;
        margin-right: 25px;
    }

    .menu_links{
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .footer .footer_top .menu_links ul li {
        margin-left: 0;
    }

    /* CONTATO */

    .form-contact .form-group {
        margin-bottom: 35px;
        display: flex;
        justify-content: center;
    }

    .bradcam_area {
        height: 230px;
    }
}