.page-in.noticias {
    background: url(../images/noticias.jpg) no-repeat 50% 70%;
    margin-bottom: 20px;
    color:#fff;
}
.page-in.brasilia {
    background: url(../images/brasilia.jpg) no-repeat 80% 32%;
    margin-bottom: 20px;
    color:#fff;
}
.page-in.comissoes {
    background: url(../images/comissoes.jpg) no-repeat 80% 32%;
    margin-bottom: 20px;
    color:#fff;
}
.page-in.simbolos {
    background: url(../images/simbolos.jpg) no-repeat 80% 32%;
    margin-bottom: 20px;
    color:#fff;
}
.page-in.hino {
    background: url(../images/hino.jpg) no-repeat 80% 32%;
    margin-bottom: 20px;
    color:#fff;
}
.page-in.about-us {
    background: url(../images/about-us.jpg) no-repeat 50% 60%;
    color:#fff;
}
.page-in.services {
    background: url(../images/services-pict.jpg) no-repeat 50% 45%;
    /*padding:100px 0;*/
    color:#fff;
}
.page-in.shop {
    background: url(../images/food.jpg) no-repeat 50% 35%;
    color:#fff;
}
.page-in.contacts {
    background: url(../images/contacts.jpg) no-repeat 50% 50%;
    color:#fff;
}
.page-in.faq {
    background: url(../images/faq.jpg) no-repeat 50% 30%;
    color:#fff;
}
.page-in.pricing {
    background: url(../images/faq.jpg) no-repeat 50% 30%;
    color:#fff;
}

.page-in.esic {
    background: url(../images/contato.jpg) no-repeat 70% 72%;
    margin-bottom: 20px;
    color:#fff;
}

.esic-link {font-size: 15px; cursor: pointer; font-weight: normal}
.esic-link:hover {font-weight: bold}
.esic-div {display: none}
#esic-page {text-align: justify}

.nodisplay {display: none}

.nospace {margin: 0px; padding: 0px}

.esic-table TH {background-color: #f0f0f0;}
.esic-modal {cursor: pointer}
.modal-header {background-color: #f0f0f0;}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 40px;
    margin-bottom: 0;
    cursor: pointer;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 36px;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    font-size: 14px;
    font-weight: normal;
}

.custom-file-control::before {
    content: "Abrir";
    font-weight: bold;
}
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 36px;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0 .25rem .25rem 0;
}

.custom-file-control::after {
    content: "Escolha o arquivo...";
}

.footer {background-color: #185481;}
