nav.trabalhos-main-menu {
    background: #e6e6e6;
}
.main-menu {
    background-color:#E6E6E6;
    height: 110px;
}

.main-menu .logo {
    width: 272px;
    margin-left:0;
}

.trabalhos-page {
    height: 150px;    
    display: flex;
    align-items: center;
    -moz-box-shadow:   inset 0px -4px 7px rgba(0,0,0,0.2);
   -webkit-box-shadow: inset 0px -4px 7px rgba(0,0,0,0.2);
   box-shadow:         inset 0px -4px 7px rgba(0,0,0,0.2);
}

.trabalhos-page h2 {
    font-size: 30px;
    color: white;
    font-weight: 700;
}

.trabalhos-page h3 {
    font-size: 22px;
    color: black;
}

.trabalhos-page img {
    margin-left:70px;
}

.trabalhos-bg {
    background-image: url('../images/bg-trabalhos.jpg');
    background-repeat: repeat;
    background-position: fixed;
}

.intro {
    margin-top:10px;
}
.intro .materia {
    font-weight: 800;
    font-size: 20px;
    margin-right:-20px;
    text-transform: uppercase;
}




/*trabalhos content*/


.trabalhos-content {
    background: white;
    margin-bottom:-4px;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:71px;
}


.trabalhos-content ul.post-trabalhos {
    list-style: none;
    padding: 0;
}

.trabalhos-content .post-trabalhos a {
    color: black;
    transition: all .3s ease;
    text-decoration: none;
}

.trabalhos-content .post-trabalhos li {
    padding: 5px;
    margin: 7px 0;
     transition: all .3s ease;
}

.trabalhos-content .post-trabalhos li:hover {
    background-color: rgba(0,0,0,0.05)
}




ul.paginacao li a {
    font-family: 'Open Sans', sans-serif;
    transition: all .3s ease;
    text-decoration: none;
    border-radius: 0;
    width: auto;
    background: transparent;
    border: none;
    padding: 5;
    display: block;
}
.pager li>a:focus, .pager li>a:hover, .pager li>a.active {
    background: #7C9FB0;
    font-weight: 900;
    font-style: italic;
    color: #C94A53; 
}


ul.paginacao li span {
    color:#C94A53;
    
}


ul.paginacao li {
    display: inline-block !important;
    font-size: 20px !important;
    /*width: 28px !important;
    height: 37px !important;*/
    text-align: center !important;
    transition: all .3s ease !important;
     box-sizing: border-box !important;
    background-color: #E2E2E2 !important;
    padding:0px !important;
    margin: 0 2px;
}


.paginacao {
margin-top:31px;
}

ul.paginacao li.active, ul.paginacao li.active a, ul.paginacao li:hover a {
    color: #C94A53; 
}


ul.paginacao li.active, ul.paginacao li.active a, ul.paginacao li:hover, ul.paginacao li:active, ul.paginacao li:active a:active {
    background-color:#7C9FB0 ;
    font-weight: 900;
    font-style: italic;
}





ul.paginacao li:first-child, ul.paginacao li:last-child, ul.paginacao li:first-child:hover, ul.paginacao li:last-child:hover {
    background: white;
}

/* fotos */


.galeria .img-thumbnail {
    -moz-box-shadow:   0px 2px 7px rgba(0,0,0,0.2);
   -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
   box-shadow:         0px 2px 7px rgba(0,0,0,0.2);
    border-radius: 0;
    width: 160px;
    height: 106px;
    margin-left:7px ;
}

.galeria .img-thumbnail:first-child {
    margin-left: 0;
    object-fit: cover;
}

.galeria .call {
    margin:5px auto;
}



.galeria .col-xs-12 {
    margin:20px auto;
}

.galeria .col-xs-12:first-child {
    margin-top:0;
}

.galeria .col-xs-12:last-child {
    margin-bottom: 0;
}

.owl-galeria {
    padding: 0 50px;
}

.owl-galeria .owl-prev, .owl-galeria .owl-next {
    top: 15px;
}
.owl-galeria .owl-prev {
    left: 5px !important;
}

.owl-galeria .owl-next {
    right: 5px !important;
}


/* fotos */


.posters h3 {
    color: white;
    font-size: 20px;
}


#posters-content ul {
    list-style: none;
    margin: 0 auto;
    margin-left: 5px;
}

#posters-content .tab-content {
    margin-top:50px;
}


.active .btn-exatas {
    background-image: url('../images/trab-exatas-hover.png');
}


.active .btn-vida {
    background-image: url('../images/trab-vida-hover.png');
}


.active .btn-humanas {
    background-image: url('../images/trab-humanas-hover.png');
}



#posters-content h4 {
    background: none;
    font-size:20px;
    font-weight: 700;
    margin-bottom:25px;
}

#posters-content li.col-xs-3 {
    padding: 0;
}

#posters-content .thumbnail {
    border: 0;
    border-radius: 0;
    width: 240px;
    padding: 0;
}

#posters-content .thumbnail .caption {
    padding:5px;
    padding-bottom: 2px;
    height:150px;
    overflow: hidden;
}
#posters-content .thumbnail .imagem {
    position: relative;
    width: 233px;
    height: 233px;
    overflow: hidden;
    border: 2px solid rgb(124, 159, 176);
}
#posters-content .thumbnail .imagem img {
    max-width: 500px;
    min-width: 200px;
    max-height: 280px;
    min-height: 230px;
}
#posters-content .thumbnail .efeito {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(124, 159, 176, .5);
    opacity:0;
    top: 0;
    z-index: 2;
    transition: all .3s ease-in-out;
}

#posters-content .thumbnail .efeito p {
    color: white;
    font-weight: 400;
    margin-top: 45%;
}

#posters-content .thumbnail .imagem:hover .efeito {
    opacity: 1;
    transition: all .3s ease-in-out;
}
#posters-content .thumbnail .caption p {
    font-size: 13px;
    text-align: justify;
    padding: 0;
    margin: 0;
    line-height: 14px;
}








/*restrito*/

.sub-titulo h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    margin-top: 5px;
}

.sub-titulo h3 img {
    margin-top: -12px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.restrito-content {
    margin:0 auto 50px auto;
}
.restrito-content label {
    width: 90px;
    text-align: left;
}

.restrito-content input {
    width: 300px;
}

/*formularios*/
#formulario label {
    font-weight: 300;
}
#formulario input, #formulario select {
    background-color: rgba(124, 159, 176, 0.3);
    border: 0;
    height: 30px;
}

#formulario .warning {
    color: #c94a53;
    text-decoration: none;
}

#formulario .warning.senha {
    font-size: 11.5px;
}







/* ficha de inscrição */

.ficha-aviso {
    margin-top: 30px;
}

.ficha-content {font-size: 16px;
    padding-top:40px !important;
}

.ficha-content .box {
    border: 1px solid #7c9fb0;
    padding:10px;
    min-height: 490px;
    margin-bottom: 10px;
}

.ficha-content .row:nth-child(2) .box{
     min-height: 396px;   
}

.ficha-content .box h4 {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    color: #7c9fb0;
}

.ficha-content .box:nth-child(odd) {
    margin-left: -5px;
    margin-right: 10px;
}
.ficha-content .box:nth-child(even) {
    margin-right: -5px;
}

.ficha-content .box .form-group {
    display: flex;
    align-items:baseline;
    margin-bottom: 10px;
}



.ficha-content label {
    width: 180px;
    font-size: 18px;
}

.ficha-content select {
    border: 0;
    background-color: black;
}

.ficha-content input, .ficha-content select {
    width: 380px;
    padding:5px;
    font-size: 14px;
    color: black;
}


.ficha-content .label-row, .ficha-content .input-row {
    width: 99.7%;
    float:left;
    clear: both;
    margin: 0;
}


.ficha-content .form-group input:hover, .ficha-content .form-group input:active, .ficha-content .form-group input:focus {
    box-shadow: inset 0px 4px 4px rgba(0,0,0,0.1);
}

.ficha-content .warning {
    font-size: 15px;
}
.ficha-content .outra-instituicao, .ficha-content .outro-apoio {
    display: none;
}
.has-error input, .has-error select {
    border-color: #a94442;
}
.has-error label.error {
    width: 150px;
    color: #f00;
    font-size: 12px;
    position: absolute;
    right: 20px;
    text-align: right;

}
div.dataTables_filter label {
    width: auto;
}
.voltar-inscricao img {
    margin-top: 10px;
}

.ficha-content input, .ficha-content select {
    width: 70%;
}



/* APRESENTAÇÃO 2020  */
.pt-0 {
    padding-top: 0;
}
.p-0{
    padding: 0 !important;
}
.m-0{
    margin: 0 !important;
}
a.apresentacoes-jp{
    text-decoration: none;
}
.apresentacao h3 {
    color: white;
    font-size: 20px;
}
#apresentacao-content * {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#apresentacao-content ul {
    list-style: none;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#apresentacao-content .tab-content {
    margin-top:50px;
}
#apresentacao-content h4 {
    background: none;
    font-size:20px;
    font-weight: 700;
    margin-bottom:25px;
}
#apresentacao-content li.col-xs-3 {
    padding: 0;
}
#apresentacao-content .corpo-trab {
    background: #dedede;
    height: 100%;
}
#apresentacao-content .img-trab{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17vw;
}
#apresentacao-content .img-trab img{
    width: 100%;
    height: auto;
    transform: scale(1);
}
#apresentacao-content a:hover .img-trab img{
    transform: scale(1.1);
}
#apresentacao-content a:hover .corpo-trab {
    background: #e8e8e8;
}
#apresentacao-content a{
    text-decoration: none;
    color: #000;
}
#apresentacao-content .titulo-trab{
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 10px;
    min-height: 70px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    color: #424242;
}
#apresentacao-content .autores-trab {
    padding: 15px 10px 2px 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    height: 0px;
    opacity: 0;
    width: 100%;
    z-index: -1;
    background: #e8e8e8;
    font-size: 13px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#apresentacao-content a:hover .autores-trab{
    bottom: 0;
    opacity: 1;
    z-index: 1;
    min-height: 130px;
}
#apresentacao-content .autores-trab span {
    position: absolute;
    top: -20px;
    color: #fff;
    background: #b53d3f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
}

#apresentacao-content h1{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.trab-sociais {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 20px;
}
.trab-sociais img{
    width: 30px;
    margin-right: 15px;
}
.sidebar-trab{
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sidebar-trab ul{
    justify-content: center;
}
#apresentacao-content a.view-poster {
    background: #024f83;
    display: block;
    padding: 20px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    display: grid;
}
#apresentacao-content a.view-poster img{
    width: 250px;
    height: auto;
    margin: 15px auto;
    max-width: 100%;
}
#apresentacao-content a.view-poster:hover {
    background: #006eb7;
}
.sidebar-trab p{
    margin: 0 !important;
}

.img-trab-interno{
    margin-bottom: 20px;
}
.img-trab-interno img{
    max-width: 100%;
}



@media screen and (max-width: 1600px){
    #apresentacao-content .titulo-trab{
        font-size: 13px;
    }
    #apresentacao-content .autores-trab {
        font-size: 12px;
    }
}
@media screen and (max-width: 1199px){
    .trabalhos-page h2 {
        font-size: 22px;
    }
    .trabalhos-page h3 {
        font-size: 18px;
    }
    .trabalhos-content{
        width: 100%;
    }
    .ficha-content label, .alerta-inscricao {
        font-size: 14px;
    }
    .ficha-content{
        width: 100%;
        padding: 15px 30px;
    }
    tr.gradeA{
        font-size: 14px;
    }

    #apresentacao-content .img-trab {
        height: 23vw;
    }
}
@media screen and (max-width: 991px){
    .main-menu .logo {
        width: 210px;
        margin-top: 20px;
    }
    .posters h3,#posters-content h4,.sub-titulo h3{
        font-size: 18px;
    }
    .trabalhos-page h2, .ficha-content .box h4 {
        font-size: 18px;
    }
    .trabalhos-page h3 {
        font-size: 15px;
    }
    #apresentacao-content .img-trab {
        height: 33vw;
    }
}
@media screen and (max-width: 767px){
    #apresentacao-content h1 {
        font-size: 18px;
    }
    #apresentacao-content h4 {
        font-size: 16px;
    }    
    #apresentacao-content .tab-content {
        margin-top: 0px;
    }
    .restrito-content{
        font-size: 13px;
    }
    .trabalhos-page {
        height: 100px;
    }
    .ficha-content .box,.ficha-content .row:nth-child(2) .box {
        min-height: auto;
    }
    .ficha-content .box:nth-child(odd){
        margin-left: 0px;
        margin-right: 0px;
    }
    .sidebar-trab{
        padding-left: 15px;
    }
    #apresentacao-content ul li.col-xs-12 {
        width: 50%;
    }
}
@media screen and (max-width: 550px){
    .ficha-content label, .alerta-inscricao {
        font-size: 12px;
        width: 40%;
        line-height: 12px;
    }
    #apresentacao-content ul li.col-xs-12 {
        width: 100%;
    }
    #apresentacao-content .img-trab {
        height: 72vw;
    }
}
@media screen and (max-width: 425px){
    .restrito-content input {
        width: 100%;
    }
    .trabalhos-page h2 {
        font-size: 16px;
    }
    .trabalhos-page h3 {
        font-size: 13px;
    }
}