html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden !important;
}
.container{
    max-width: 1200px;
}

body {
    font-size: 18px;  
    font-family: 'Roboto', sans-serif;   
    background-color: transparent;
}

h1{
    font-size: 30px;  
    font-family: 'Roboto', sans-serif; 
    color:#2e486c;
}

h2{
    font-size: 21px;  
    font-family: 'Roboto', sans-serif; 
    color:#2e486c;
    border-bottom: 3px solid #ac2127;
}

.rodape{
    height: auto;
    background-color: #f5f5f5;
    background-size: cover;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%;    
}

.rodape-mobile{
    height: auto;
    background-color: #f5f5f5;
    background-size: cover;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;    
}

.texto-rodape{
    font-size: 15px;
    color: #2e486c;
    font-weight: bold;
}

.texto-rodape-mobile{
    font-size: 14px;
    color: #2e486c; 
    font-weight: bold;
}

.texto-assinatura-masterix{
    font-size: 15px;
    color:#29496c;
}

.hr-assinatura{
    border: 2px solid #29496c;
}

.fundo-home{
    background: url("layout/fundo.jpg") no-repeat;
    height: 787px;
    width: 100%;
    background-size: cover;
}

.fundo-home-mobile{
    background-color: #4197db;
    height: auto;
    width: 100%;
    background-size: cover;
}

.texto-em-breve{
    color:#00569f;
    font-size: 35pt;
    font-style: italic;
    font-weight: 600;
}

#area-banner-home{
    background-size: cover;
    width:100%;    
}

#area-banner-home-mobile{
    background-size: cover;
    width:100%;
    height: auto;      
}

#topo-desktop{
    background-size: cover;
    background-color: #FFFFFF;
    width:100%;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
}

#topo-mobile{
    background-size: cover;
    background-color: #FFFFFF;
    width:100%;
    padding-bottom: 5%;
    padding-top: 5%;
}

/*MENU - INÍCIO*/

.fundo-menu-desktop{
    background-size: cover;
    background-color: #2e486c;    
    height: auto;
}

/*MOBILE - INÍCIO*/
.navbar-default {
    background-color: #f8f8f8;
    border:none !important;
}

.navbar-default .navbar-toggle {
    border:none !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px !important;
    border-radius: 3px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none !important;
}

/*VISUALIZAÇÃO DE CELULARES E TABLETS - INÍCIO*/
@media (min-width: 0px) and (max-width: 768px) {
    .navbar-nav>li>a {
        color: #FFFFFF !important;
        font-size: 16px !important;             
        font-weight: bold;
    }

    .dropdown-menu {
        background-color: transparent !important;
        font-size: 13px !important;
        color: #FFF112 !important;
        height: 200px !important;  
        margin-bottom: 5% !important;        
    }

    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        text-decoration: none !important;
        color: #FFF112 !important;
        font-size: 13px !important;
        height: 200px !important; 
        background-color: transparent !important;
    }

    li {
        display: list-item !important;
        list-style-type: none !important;
        text-align: -webkit-match-parent !important;        
        font-size: 15px !important;
        padding-top: 2% !important;
        padding-bottom: 2% !important;               
    }
}
/*VISUALIZAÇÃO DE CELULARES E TABLETS - FIM*/


/*VISUALIZAÇÃO DESKTOP - INÍCIO*/
@media(min-width: 769px){
    .navbar-nav>li>a {       
        color: #FFFFFF !important;    
        font-size: 13px;  
        font-weight: bold;
    }

    .dropdown-menu {
        background-color: #FFFFFF;
        font-size: 13px;
        color: #2e486c;     
    }
    .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
        text-decoration: none;
        color: #2e486c !important;
        background-color: #e0e0e0 !important;        
    }
    li {
        display: list-item !important;
        list-style-type: none !important;
        text-align: -webkit-match-parent !important;       
        font-size: 15px !important;        
    }
}
/*VISUALIZAÇÃO DESKTOP - FIM*/


.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #FFFFFF !important;
    font-weight: bold; 
    color:#2e486c !important;    
}

.linha-menu-desktop{
    margin-top:-2%;
}

.linha-menu-mobile{
    margin-top:2%;
}

.dropdown:hover>.dropdown-menu {
    display: block;  
}
.dropdown-menu>li:hover {    
    font-size:18px;
    color:red;    
}

.fundo-menu-mobile{
    background-size: cover;
    background-color: #29496c;
    padding-bottom: 4%;
    padding-top: 2%;
    height: auto;
}

.dropdown-menu:hover .dropdown-submenu {
    display: block;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block !important;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    left: auto;
}

/*MENU - FIM*/

#area-video-home-desktop{
    background-size: cover;
    background-color: #FFFFFF;
    width: 100%;
    padding-bottom: 3%;
    padding-top: 3%;
}

#area-video-home-mobile{
    background-size: cover;
    background-color: #FFFFFF;
    width: 100%;
    padding-bottom: 3%;
    padding-top: 3%;
}

.titulo-video-home{
    color:#0052a1;
    font-size: 31px;
}

.titulo-video-home-mobile{
    color:#0052a1;
    font-size: 20px;
}

.texto-video-home{
    color:#a29e9e;
    font-size: 18px;
}

.texto-video-home-mobile{
    color:#a29e9e;
    font-size: 16px;
}

.videos-miniaturas-home{
    width: 100%;
    height: 400px;
    -webkit-box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
    -moz-box-shadow:    2px 2px 2px 1px rgba(38, 32, 30, 0.5); 
    box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
    outline: none; 
}

.div-mapa{
    background-size: 100%;
    height: 400px;
}

.contato-topo{
    color:#2e486c;
    font-size: 10.5px;
    float:left;
    margin-right: 3%;
    margin-top: 2.5%;
}

.fundo-topo-traducao{
    padding-top: 0.2%;
    padding-bottom: 0.2%;
    background-color: #FFFFFF;
    width: 100%;
    background-size: cover;
}

.fundo-topo-traducao-mobile{
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #FFFFFF;
    width: 100%;
    background-size: cover;
}

/* TRADUTOR */
#google_translate_element, .goog-te-banner-frame, .goog-te-balloon-frame, #goog-gt-tt, .goog-te-balloon-frame, .goog-tooltip, .goog-tooltip:hover {
    display: none !important;
}

.area-noticias-home{
    background-color: #FFFFFF;
    width: 100%;
    background-size: cover;
    padding-bottom: 1%;
    padding-top: 1%;
}

.titulo-noticia{
    color:#000000;
    font-size: 15px;
    font-weight: bold;
    margin-top: 3%;
}

.chamada-noticia{
    color:#000000;
    font-size: 15px;
    font-style: italic;
    margin-top: 3%;
}

.continuacao-noticia{
    color:#000000;
    font-size: 13px;
    margin-top: 3%;
    float:right;
}
.continuacao-noticia-mobile{
    color:#000000;
    font-size: 13px;
    margin-top: 3%;   
}
.continuacao-edital{
    color:#000000;
    font-size: 15px;
    margin-top: 3%;    
}

.botao-ver-mais{
    color:#2e486c;
    font-size: 15px;
    text-transform: uppercase;
    float: right;
    font-weight: bold;
    margin-right: 3%;
}

.botao-ver-mais-mobile{
    color:#2e486c;
    font-size: 15px;
    text-transform: uppercase;    
    font-weight: bold;   
}

.botao-ver-mais-resultados{
    color:#2e486c;
    font-size: 15px;
    text-transform: uppercase;   
    font-weight: bold;
    margin-right: 3%;
}

.fundo-editais{
    background-size: cover;
    width: 100%;
    background: url("layout/fundo_editais.jpg");
    height: 501px;    
}

.fundo-editais-mobile{
    background-size: cover;
    width: 100%;
    background: url("layout/fundo_editais.jpg");
    height: auto;    
}

.editais-abertos{
    width: 33%;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 4%;    
    cursor: pointer;
    color: #FFFFFF;
    background-color: #2e486c;
    border-color: #2e486c;
    float:left;
    text-align: center;
    font-weight: bold;
}

.editais-abertos-mobile{
    padding-bottom: 3%;
    padding-top: 3%;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #2e486c;
    border-color: #2e486c;    
    text-align: center;
    font-weight: bold;
}

.editais{
    color: #2e486c;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    width: 33%;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 4%;    
    cursor: pointer;
    float:left;
    text-align: center;
    font-weight: bold;
}

.editais-mobile{
    padding-bottom: 3%;
    padding-top: 3%;
    color: #2e486c;
    background-color: #FFFFFF;
    border-color: #FFFFFF; 
    cursor: pointer;   
    text-align: center;
    font-weight: bold;
}

.area-botoes-home{
    background-color: #FFFFFF;
    width: 100%;
    background-size: cover;
    padding-bottom: 2%;
    padding-top: 2%;
}

.botoes-home{
    background-color: #2e486c;   
    background-size: cover;    
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 10px;
    width: 200px;
    height: 200px;  
    padding-top: 10%;
}
