.fundo::before, .fundo::after, .box-modal div::before, .box-modal div::after,
.box-modal::before, .box-modal::after{
    content: "";
    display: table;
}
.fundo::after, .box-modal div::after, .box-modal::after{
    clear: both;
}
.fundo, .fundo div{
    box-sizing: border-box;
}
.fundo{
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    position: fixed;
    display: none;
    transition: all 0.3s ease-in-out;
}
.fundo:target{
    display: block;
    transition: all 0.3s ease-in-out;
}
.fundo:target ~ .box-modal{
    top: 20%;
    transition: all 0.9s ease-in-out;
}
.box-modal{
    z-index: 9999;
    border-radius: 5px;
    width: 40%;
    height: auto;
    position: absolute;
    margin-left: -300px;
    left: 50%;
    background: rgba(255,255,255,1);
    top: -60%;
}
.box-modal .top-header .title-header,
.box-modal .top-header .x-fechar{
    float: left;
}
.box-modal .top-header{
    border-bottom: 1px solid rgba(200,200,200,1);
    padding: 1rem;
}
.box-modal .conteudo{
    padding: 1rem;
}
.box-modal .top-header .title-header{
    width: 90%;
}
.box-modal .top-header .x-fechar{
    text-align: center;
    width: 10%;
}
.box-modal .top-header .x-fechar a{

}
.btn-fechar{
    border-top: 1px solid rgba(200,200,200,1);
    text-align: center;
    padding: 1rem;
}

/**** ESTILO PAGINA INSTITUCIONAL  **********************/

.titulo-geral h1{
    font-size: 2rem;
    font-weight: bold;
    padding: 2rem 1rem;
    color: rgba(0,50,78,1);
    border-bottom: 1px solid rgba(201, 213, 216,1);
    text-transform: uppercase;
}

.content-geral .content-color{
    color: rgba(2, 90, 147,1);
}
.content-geral h2{
    padding: 1.5rem 0 0.5rem 0;
    margin: 0;
}
.content-geral h3{
    margin: 0;
}
.content-geral a{
    text-decoration: none;
    color: rgba(2, 90, 147,1);
    font-weight: bold;
}
.content-geral a:hover{
    text-decoration: underline;
}
.content-geral p{
    margin: 0;
    padding: 0 0 0.8rem 0;
}
.content-geral ul li{
    padding: 0.3rem 0;
}
.texto-centro{
    text-align: center;
}
.content-espaco{
    padding-bottom: 2rem;
}
.content-geral #processo-seletivo{
    padding-bottom: 3rem;
}
.container-interna .row{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

/**** ESTILO PAGINA NEWS  **********************/

.news .header-news{
    padding: 1rem 0;
}
.news .all-news .content-news .item{
    padding: 0.7rem;
}
.owl-carousel .owl-stage > h3{
    font-size: 2rem;
    color: rgba(3, 169, 244,1);
    font-weight: 600;
    margin-top: 0;
}
.news .all-news .content-news .item .box-img .date{
    padding: 10px 20px
}
.news .all-news .content-news .item .box-img .date strong{
    font-size: 1.5rem;
}
.news .all-news .content-news .item .box-txt{
    padding: 0.7rem;
    height: 135px;
}
.news .all-news .content-news .item .box-txt h3 a{
    font-size: 1rem;
    color: rgba(1, 48, 78,1);
    text-decoration: none;
}
.news .all-news .content-news .item .box-txt h3 a:hover{
    text-decoration: underline;
}
.news .all-news .content-news{
    width: 100%;
}

/**** ESTILO MENU  **********************/

.nav-main ul li .submenu li a{
    background: rgb(4, 168, 244);
    text-align: left;
}
.nav-menu{
    background: rgb(4, 168, 244);
}
.nav-menu ul h1{
    font-size: 2rem;
    font-weight: bold;
    padding: 2rem 1rem;
    color: rgba(0,50,78,1);
    border-bottom: 1px solid rgba(201, 213, 216,1);
    text-transform: uppercase;
}
.nav-menu ul::before, .nav-menu ul::after{
    content: "";
    display: table;
}
.nav-menu ul::after{
    clear: both;
}
.nav-menu ul{
    padding-bottom: 3rem;
}
.nav-menu ul li{
    margin: 0.2rem;
    float: left;
    width: 100%;
    word-wrap: normal;
    background: rgb(2, 90, 147);
    box-sizing: border-box;
    height: 8.6vh;
    line-height: normal; 
}
.nav-menu ul li a{
    height: auto;
    line-height: normal;
    padding: 1rem;
    display: block;
    float: left;
    width: 85%;
    font-size: 0.85rem
}
.nav-menu ul li a .icon-tipo{
    padding: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}
.nav-menu ul li a .icon-tipo i.fa-map-marker{
    background-color: #71eadf;
}
.nav-main ul li a .icon-tipo i{
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    font-size: 15px;
    color: #025a93;
}


/**** PAGE EVENTOS  **********************/

.news .all-news .content-eventos .item::before, .news .all-news .content-eventos .item::after{
    content: "";
    display: table;
}
.news .all-news .content-eventos .item::after{
    clear: both;
}

.news .all-news .content-eventos{
    width: 100%;
}
.news .all-news .content-eventos .item .box-img{
    width: 100%;
    float: left;
}
.news .all-news .content-eventos .item .box-txt h3{
    font-size: 1.3rem;
    color: rgba(1, 48, 78,1);
    text-decoration: none;
}
.news .all-news .content-eventos .item .box-txt{
    width: 100%;
    float: left;
    height: auto;
}
.news .all-news .content-eventos .item .box-img a img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/**** PAGE FORMULARIO DE INSCRICAO  **********************/
.contactFormulario{
    background: rgba(0,50,78,1);
}
.contactFormulario .body-contato label,
.contactFormulario .body-contato .checkbox-inline,
.contactFormulario .body-contato .radio-inline,
.contactFormulario .body-contato .help-block{
    color: rgba(255,255,255,1);
}
.contactFormulario .body-contato .checkbox-inline{
    text-align: center;
    line-height: 52px;
}
.contactFormulario .body-contato .radio-inline{
    text-align: center;
    line-height: 15px;
}
.contactFormulario .body-contato .checkbox-inline input,
.contactFormulario .body-contato .radio-inline input{
    width: 25%;
}
.contactFormulario .body-contato span b{
    color: rgb(255, 0, 0);
}
.botaoCancelar{
    border: 0;
    border-radius: 5px;
    background: #D94C4A;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 1.3rem;
    cursor: pointer;
    display: block;
    color: rgb(255, 255, 255);
    transition: all .35s;
}
.botaoCancelar:hover{
    background: rgb(248, 17, 12);
    color: rgba(255,255,255,1);
}

.botaoConfirmacao{
    border: 0;
    border-radius: 5px;
    background: #025a93;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 1.3rem;
    cursor: pointer;
    display: block;
    color: rgb(255, 255, 255);
    transition: all .35s;
}
.botaoConfirmacao:hover{
    background: rgb(0, 56, 119);
    color: rgba(255,255,255,1);
}

.botao{
    border: 0;
    border-radius: 5px;
    background: #008a59;
    padding: 1rem 2rem;
    font-weight: bold;
    font-size: 1.3rem;
    cursor: pointer;
    display: block;
    color: rgb(255, 255, 255);
    transition: all .35s;
}
.botao:hover{
    background: rgb(0, 119, 40);
    color: rgba(255,255,255,1);
}
.contactFormulario select{
    width: 100%;
    font-size: 1.3rem;
    padding: 0.9rem;
    background: rgba(255, 255, 255, 0.2);
    border: 0;
    margin-top: 2px;
    color: rgba(255, 255, 255, 1)
}
.contactFormulario select option{
    border: 0;
    background: rgba(9, 88, 136, 0.8);
}

/**** RESPONSIVO  **********************/
/**** 768px *****/
@media all and (min-width: 48em){
    .news .all-news .content-news{
        width: 50%;
    }
    .nav-menu ul li{
        width: 48%;
    }
    .news .all-news .content-eventos .item .box-img a img{
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}


/**** 1024px *****/
@media all and (min-width: 64em){
    .news .all-news .content-news{
        width: 25%;
    }
    .nav-menu ul li{
        width: 32%;
    }
    .news .all-news .content-eventos .item .box-txt{
        width: 60%;
        height: 265px;
    }
    .news .all-news .content-eventos .item .box-img{
        width: 40%;
    }
    .news .all-news .content-eventos .item .box-img a img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}


/*PagedList-skipToFirst*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #005a96;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #005a96;
        border-color: #005a96;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
