/*------------ Bases Legais ------------*/



.banner-internos{

    width: 100%;
    margin-top: 110px;
    

}



.banner-internos .content{

    width: 100%;

}



.banner-internos .content img{

    width: 100%;

}

.banner-internos .conteiner img{
    width: 100%;
}


.conteudo{

    width: 100%;

}

.conteudo .conteiner{

    width: 80%;

    margin: 0px auto;

}



.conteudo .conteiner .title{

    width: 100%;

    padding: 25px 0px;

    text-align: center;

    font-size: 1.8rem;

    color: #05AA9D;

}



.conteudo .conteiner .text{

    width: 100%;

    padding: 50px 0px;

}



.conteudo .conteiner .doc{

    width: 100%;

    text-align: center;

    margin: 30px 0px;



}

.conteudo .conteiner .doc .doc-unico{

    display: flex;

    justify-content: flex-start;

    align-items: center;

}



.conteudo .conteiner .doc .doc-unico img{

    width: 80px;

    height: 80px;

}



.conteudo .conteiner .doc .doc-unico a{

    font-size: 1.8rem;

    text-decoration: none;

    color: #05AA9D;

}



