/* cor do footer */

.page-foter{
    background-color: #eaeaea;

}

.page-foter .row .col ul{
    margin-top: -15px;
}


/*Barra do Vestibular */

.linha-vestibular{
    height: auto;
    background-color: #004077 ;
    padding: 20px;
}

.linha-vestibular .container .col a{
    font-family: Raleway, Arial, sans-serif;
    color: white ;
    font-size: 20px;
}

.botao-inscrever {
    background-color: #f7f7f7;
    padding: 20px;
}

/* Documentos para Donwoloads */
.botoes .col .list-item{
    font-size: 20px;
    text-align: center;
}

.list-item{
    padding-top: 10px;
}

.list-item a{
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #343434;
}

.botoes{
    background-color: white;
    margin-top: -20px;
    padding: 25px;
}

.botoes .container .col{
    margin-top: 20px;

}


/* Barra de contatos */

.texto{
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #0b3e6f;

}

.texto-footer a{
    color: #6c6c6c;
    text-align: center;
}

.texto-footer h5{
    color: #004077;
    text-align: center;
}

/*Logo FAEX*/
.logo-footer{
    width: 160px;
    margin-top: 25px;
}

@media (max-width:990px){
    .page-footer .row{
        padding-left: 1px;
        padding-right: 1px;
        width: 80px;
    }
}


/* copyright  */
.footer-copyright{
    font-size: 15px;
    padding: 10px;
    padding-bottom: 35px;
    padding-top: 25px;
}

.redes-footer{

margin-top: 15px;

}

.redes-footer a{
    color: #004077;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
}

