/* ELEMENTS */
#app{
    display: none;
}
#page-loading{
    width: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    overflow: hidden; 
    height: 2000px;
}
#page-loading .page-loader{
    position: fixed; 
    top: 50%; 
    left: 50%; 
    width: 100px; 
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    line-height: 100px; 
    text-align: center;
}
.img-messenger{
    width: 14px; 
    height: auto;
}

/* RODAPE */
.menu-rodape li {color: #FFF; list-style: none; }
.menu-rodape li a{color: #FFF; }
.menu-rodape li a:hover{color: #EFEFEF; text-decoration: none; font-weight: 500;}
.sac h3{
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    line-height: 60px;
    font-family: sans-serif;
    text-align: right;    
}
.telefone {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-family: sans-serif;
    margin-top: 10px;
}
.rodape{
    font-weight: 500;
    background:#fff;
    border: none;
    box-shadow: 0 5px 10px 1px grey;
    transition: 0.2s;
    margin-bottom: 0;
    border-radius: 0;
}
.rodape .estados{
    margin-bottom: 10px; 
    font-size: 12px;
}
.copy{
    min-height: 50px; 
    margin-top: 10px;
}

/*HOME*/
.fundo {  
   width: 100%;
   height: 600px;
   background-position: center;
}
.fundo-linha1{
    margin-top: 150px;
}
.fundo-linha1 .text-right{
    margin-bottom: 70px; 
    padding-top: 10px;
}
.fundo-linha2{
    margin-bottom: 150px;
}

/* BANNER */
.banner-nacional{
    min-height: 120px; 
    max-height: 120px; 
    overflow-y: hidden;
}
.banner-nacional .item{
    padding: 10px 0;
}
.banner-nacional .item img{
    max-width: 100%; 
    max-height: 100px;
}

/* ENTIDADE EXIBIR */
#mapa{
    height: 300px; 
    width: 100%;
}
.modal-paragrafo{
    text-align: center; font-style: italic; margin-bottom: 20px;
}
.produto p,
.servico p{
    font-size: 12px;
}
.produto .box,
.servico .box{
    padding: 5px;
    border: 1px solid #CCC; 
    background: #EEE;
    margin-bottom: 5px;
}
.entidade-image{
    padding: 5px; 
    border: 1px solid #DDD;
}
.entidade-rodape{
    padding-top: 15px; 
    padding-bottom: 15px;
}

/* ANUNCIE */
.texto-anuncie {
    background: #213242;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.texto-anuncie h2,
.texto-anuncie h3,
.texto-anuncie h4{
    margin: 0;
}
.texto-anuncie strong {
    color: #F89C3A; 
}
@media(min-width: 768px){
    .links-anuncie > div:last-child{
        border-left: 2px solid #CCC;
    }
}
.links-anuncie {
    color: #213242;
    text-align: center;
    margin: 20px 0;
}
.links-anuncie img{
    margin-bottom: 10px;
}
/* ABAS */
#anuncie-abas{
    display: flex;
}
#anuncie-abas li {
    display: flex;
    flex: 1;
}
#anuncie-abas.nav-tabs-justified>li>a, 
#anuncie-abas.nav-tabs.nav-justified>li>a{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    background: #FFF;
    border-bottom: 2px solid #DDD;
    border-right: 2px solid #DDD;
    border-radius: 0;
    color: #213242;    
}
#anuncie-abas.nav-tabs.nav-justified>li:last-child>a{
    border-right: none;
}
#anuncie-abas.nav-tabs-justified>.active>a, 
#anuncie-abas.nav-tabs-justified>.active>a:focus, 
#anuncie-abas.nav-tabs-justified>.active>a:hover, 
#anuncie-abas.nav-tabs.nav-justified>.active>a, 
#anuncie-abas.nav-tabs.nav-justified>.active>a:focus, 
#anuncie-abas.nav-tabs.nav-justified>.active>a:hover{
    background: transparent;
    border: none;
    color: #FFF;
    font-weight: bold;
}