.fonte-regular{
    font-family: 'aileronregular';
    letter-spacing: 1px;
}

.fonte-bold{
    font-family: 'aileronbold';
    letter-spacing: 1px;
}

.fonte-heavy{
    font-family: 'aileronheavy';
    letter-spacing: 1px;
}

.fonte-semi{
    font-family: 'aileronsemibold';
}

body{
    font-family: 'aileronregular' !important;
    color: #1b1b33 !important;

}

.row{
    margin-right: 0 !important;
}

.container-fluid{
    padding-right: 0 !important;
}

.tituloPagina h1, .tituloPagina h2, .tituloPagina h3{
    font-family: 'aileronblack';
    color: #2577bc;
    margin: 20px 0;
}

.top-linha-livro-matr{
    position: relative;
    top: 0;
    left: -15px;
    width: calc(100% + 15px);
    background-image: url("../imagens/linha-livros-branca.jpg");
    height: 80px;
    z-index: 999999999!important;
}

.logo-tela-login-matr{

    padding: 5px 0;

    position: relative;
    top: 0;
    background-color: #ffffff;
    z-index: 88888888!important;
    max-height: 150px !important;
}

.logo-tela-login-matr a{
    color: #ffffff !important;
}

.links-top-login-matr{
    color: #ffffff;
    font-family: 'aileronitalic';
    padding: 12px;
    z-index: 999999999!important;
}

.campus-login-matr{
    margin: 15px auto;
    max-width: 180px;
    display: table;
    vertical-align: middle;
}

.logo-top-pags-extras{
    margin: 20px 0;
    max-width: 150px;
    padding-left: 20px;
}

@media (min-width: 992px){
	
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		right: 0 !important;
	}
	
}

@media only screen and (max-width: 768px){

    .top-linha-livro-matr{
        display: none;
    }
    .logo-tela-login-matr{
        top: 0;
        padding: 10px 0;
    }

    .logo-top-pags-extras{
        margin: 20px 0 15px 20px;
    }
    .links-top-login-matr{
        padding: 0;
    }

}

.imagemCardIcone{
    max-width: 80px;
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
    height: auto;
}

.dicasTutorial{
    padding-left: 20px;
}


/*
1. topo
2. menu 01
xx. mobile
*/


/*
1. topo
*/
.links-topo{
    height:37px;
    width: 100%;
    position: relative;
    background-color: #a91017;
    font-size: 12px;
    z-index: 999999999;
    top:0;
}

.atendimento-topo{
    padding: 7px 15px;
    background-color: #001339;
    height: auto;
    width: auto;
    float: left;
}

.facebook-topo, .instagram-topo{
    padding: 7px 0 7px 15px;
    float: left;
}

.prof-topo, .aluno-topo, .agenda-inst{
    padding: 7px 15px 7px 0;
    float: right;
}

.fale-reitor{
    padding: 7px 15px;
    background-color: #001339;
    height: auto;
    width: auto;
    float: right;
}

/*
2. menu 01
*/

.menu-logo{
    background-color: #ffffff;
    padding: 25px 0;
    text-align: center;
    margin: auto 0;
    height: 150px;
    position: relative;
    z-index: 999999999;
    width: 100%;
}

.logo-fig-topo img{
    max-width: 250px !important;

}

.links-logo-menu{
    margin: 15px 25px;
    font-size: 17px;

}

.links-flutuantes{
    margin: 5px 15px 0 15px;
    float: left;
    color: #001339 !important;
}

@media only screen and (max-width: 1199px){
    .links-logo-menu{
        margin: 0 25px 15px 25px;
        font-size: 17px;

    }
}

/*
3. menu 02
*/

.navbar{
    height: auto !important;
    background-color: transparent !important;
    padding: 2px 15px !important;
    font-size: 12px;

}

.navbar-nav .dropdown-menu{
    margin-left: -30px !important;
}

@media only screen and (min-width: 991px){
    .navbar{
        float: right;
    }
}

.menu-geral{
    width: 100%;
    background-color: #20629a;
    position: relative;
    z-index: 999999999;
}

.dropdown-menu{
    background-color: #1c5586 !important;
    color: #ffffff !important;
    left: auto !important;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active{
    background-color: #20629a !important;
}

.dropdown-menu a, .dropdown-header{
   color: #ffffff !important;
}

.nav-link:hover{
    background-color: #1c5586; !important;
    color: #ffffff;
}

.navbar-toggler{
    border-color: #ffffff !important;
    color: #ffffff;
}

.dropdown-item{
    font-size: 13px;
}

.atendimento-menu{
    padding: 7px 15px;
    background-color: #001339;
    height: auto;
    width: auto;
    margin-top: 7px;
}

.prof-topo-menu, .aluno-topo-menu, .agenda-inst-menu{
    padding: 7px 15px 7px 0;
    margin-left: 15px;
}

.divisoria{
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin: 10px 0;
}

.redes-menu{
    float: right;
}

.margin-redes{
    margin: 7px 0 7px 15px;
}

/*
3. footer
 */

#page-footer a{
    color: #1b1b33 !important;
}

@media only screen and (min-width: 1144px){
    .barra-computador{
        display: block !important;
    }
    .barra-tablet{
        display: none !important;
    }
    .barra-celular{
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1144px){
    .barra-computador{
        display: none !important;
    }
    .barra-tablet{
        display: block !important;
    }
    .barra-celular{
        display: none !important;
    }
}

@media only screen and (max-width: 768px){
    .barra-computador{
        display: none !important;
    }
    .barra-tablet{
        display: none !important;
    }
    .barra-celular{
        display: block !important;
    }
}

.barra-tablet{
    display: table;
    text-align: center;
}

.barra-computador{
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#theme_switch_link,.usertour,.sitelink{
    display: none !important;
}

.icones-celular{
    display: table !important;
    text-align: center !important;
}

#page-footer{
    background-color: #ffffff !important;
    height: auto !important;
    z-index: 10;
}

@media only screen and (min-width: 768px) and (max-width: 1146px){
    #page-footer{
        height: auto !important;
    }
}

.logo-fig-footer{
    text-align: center;
    margin: 25px auto 0 auto;
    height: auto;
    max-width: 450px;
}

.logo-fig-footer-celular{
    text-align: center;
    margin: 25px auto;
    height: auto;
    max-width: 400px;
}

.area-endereco-footer,.area-telefone-footer,.area-facebook-footer,.area-instagram-footer,.area-site-footer{
    float: left;
    color: #1b1b33 !important;
    margin: 10px 25px;
}

.area-facebook-footer-tablet,.area-instagram-footer-tablet,.area-site-footer-tablet{
    float: left;
    color: #1b1b33 !important;
    margin: 10px 25px;
}

@media screen and (max-width: 1000px){
    .area-facebook-footer{
        float: none !important;
    }
}

.container-links-footer{
    display: table;
    width: auto;
    margin: 25px auto;
    text-align: center;
}

.container-links-footer-tablet{
    display: table;
    width: auto;
    margin: 5px auto;
    text-align: center;
}

.area-site-footer a,.area-instagram-footer a,.area-site-footer-tablet a,.area-instagram-footer-tablet a{
    text-decoration: none !important;
    color: #1b1b33 !important;
}

.area-endereco-footer-celular, .area-telefone-footer-celular, .area-facebook-footer-celular, .area-instagram-footer-celular, .area-site-footer-celular{
    width: 100%;
    text-align: center;
    color: #1b1b33 !important;
}

.area-endereco-footer-celular a, .area-telefone-footer-celular a, .area-facebook-footer-celular a, .area-instagram-footer-celular a, .area-site-footer-celular a{
    text-decoration: none !important;
    color: #1b1b33 !important;
}

/*
5 - conteudo
 */

.alinha-banners-master{
    display: table !important;
    margin: 0 auto 20px auto !important;
    width: 100% !important;
    height: auto !important;
    text-align: center;
}

.tamanho-imagem{
    width: 100% !important;
}

.margin-down-master{
    margin-bottom: 20px !important;
}

.texto-comunicado{
    margin: 15px 0;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    font-size: 18px;
    color: #001c4a;
}

.texto-titulo{
    margin: 0 auto 20px auto !important;
    text-align: center;
    width: 100%;
    padding: 0 15px;
    font-size: 36px;
    color: yellow;
}

@media screen and (max-width: 798px){
    .texto-comunicado{
        font-size: 14px;
    }

    .texto-titulo{
        font-size: 22px;
        margin: 0 auto 15px auto !important;
    }

    .margin-down-master{
        margin-bottom: 15px !important;
    }

    .alinha-banners-master{
        margin: 0 auto 15px auto !important;
    }
}

/*
xx. mobile
*/

@media only screen and (max-width: 991px){
    .fale-reitor{
        margin: 5px auto;
        float: none;
        display: table;
    }

    .links-topo{
        display: none;
    }

    .menu-logo{
        top:0;
        position: relative;
    }

    .menu-geral{
        top:0;
        position: relative;
    }

}