/*!
Theme Name: Eventos
Theme URI: http://underscores.me/
Author: Fábrica de Software
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eventos
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Eventos is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html{
    margin-top: 0 !important;
}

nav{
    background-color: #323232;
}

nav a{
    color: white;
}

.navbar-light .navbar-brand {
    color: white;
}

#nome-site .blog-nome:hover{
    color: white;
}

.navbar-toggler {
    background-color: #ffffff;
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

nav .input-group {
    background-color: #fff!important;
    border: 0!important;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.classes-li li{
    margin-right: 20px;
    font-size: large;
    padding: 5px 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: white;
    border: 0px;
    border-radius: .25rem;
}

.input-group-addon, .input-group-btn {
    white-space: nowrap;
    vertical-align: middle;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
    content: "\F002";
}

#botao-menu{
    background-color: white;
    color: #323232;
}

@media only screen and (max-width: 400px) {
    #botao-menu {
        font-size: small;
    }
}

#botao-menu:hover{
    color: #323232;
}

/* .container{ */
    /* padding-left: 0px; */
    /* padding-right: 0px; */
    /* max-width: 1173px; */
/* } */

.jumbotron_fluid{
    margin-top: 56px;
    background-color: #ffffff;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    height: 470px;
}

.jumbotron_fluid .container{
    padding: 20px 0;
}


.jumbotron_fluid .img-fluid{
    height: 430px;
}

.jumbotron_fluid .card{
    max-width:100%;
    height: auto;
}

.jumbotron_principal{
    height: calc(100vh - 56px);
    margin-bottom: 0px; 
    background: no-repeat fixed center;
    background-size: cover; 
}

.jumbotron_principal{
    color: white;
    font-family: inherit;
}

.jumbotron_principal h1{
    color: white;
    font-family: 'Poppins', sans-serif;
}

.jumbotron_secundario .card{
    max-width:100%;
    height: auto;
}


section{
    padding-bottom: 70px;
    padding-top: 70px;
    background-color: #f6f5f5;
}

section.search{
    min-height: calc(100vh - 364px);
}

section.pagina {
   padding-top: 142px; 
}

section:nth-child(2n){
    background-color: #ffffff;
}

@media only screen and (max-width: 600px) {
    .jumbotron_fluid.jumbotron_secundario{
        height: 150px;
    }

    .jumbotron_fluid .img-fluid{
        height: auto;
    }
    .jumbotron_secundario img {
        max-width: 100vw;
    }
    .container {
        max-width: 100vw;
    }

    .section, section{
        min-height: 0;
    }
}

@media only screen and (max-width: 350px) {
    .jumbotron_fluid.jumbotron_secundario{
        height: 130px;
    }
}


h4{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

#index .card-img-top{
    height: 200px;
    object-fit: cover;
}

.card{
    border-color: #e9ecef;
    margin-left:auto;
    margin-right:auto;
    height: 340px;
    background-size: cover !important;
    background-position: center center !important;
}

.card p{
    font-family: inherit;
    text-align: left;
}

.card h5{
    font-family: inherit;
    text-align: left;
}

.card-img-top{
    height: 300px;
    object-fit: cover;
}

.noticia-principal{
    height: 10px;
}

.noticia img{
    max-width: 360px;
}

#index .noticias-secundaria a{
    color: black;
}

.center-block {
    margin-left:auto;
    margin-right:auto;
    display:block;
    text-align:center;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%;
    font-size: 20px;
 } 

@media all and (max-width:600px){
    .center-block{
        margin-bottom: 5px;
    }
}

.saiba-mais a{
    background-color: transparent;
    color: #b32617;
    border-color: #b32617;
}

.saiba-mais-img{
    max-width: 248px;
    max-height: 258px;
}

@media only screen and (max-width: 400px) {
    .saiba-mais-img {
        max-width: 100%;
        max-height: 100%;
    }
}

.saiba-mais p{
    font-size: 20px;
}

.saiba-mais a:hover{
    background-color: #b32617;
    color: white;
}

.form-table th {
    vertical-align: top;
    text-align: left;
    padding: 20px 10px 20px 0;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}

input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
    border: 1px solid #ddd;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    background-color: #fff;
    color: #32373c;
    outline: 0;
    transition: 50ms border-color ease-in-out;
}

#local {
    width: 100%;
}

iframe{
    width: 100%;
}

.regular-text {
    width: 25em;
}

input, select {
    margin: 1px;
    padding: 3px 5px;
}

.investimento{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /* padding-left: 70px; */
    /* padding-right: 70px; */
}

@media only screen and (max-width: 400px) {
    .investimento{
        padding-right: 0px;
        padding-left: 0px;
    }
}


.investimento thead{
    color: #fff;
    background-color: #212529;
}

.investimento tbody{
    color: #212529;
    background-color: #fff;
}

.investimento table thead th {
    vertical-align: bottom;
    border-bottom: 0px;
}

.investimento table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #c3c3c3;
}

.investimento a{
    background-color: transparent;
    color: #b32617;
    border-color: #b32617;
}

.investimento p{
    font-size: 18px;
}

.investimento a:hover{
    background-color: #b32617;
    color: white;
}



/* Padrão ENCOINFO */
#programacao .nav {
    border-bottom: 4px solid;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#programacao .nav-pills .nav-link.active, #programacao .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #b32617;
    font-size: 22px;
    border-radius: 0;
}
#programacao .nav-pills .nav-link {
    border-radius: 0;
    color: #b32617;
    font-size: 22px;
}

.timeline {
    border-left: 4px solid #000;
    position: relative;
    padding: 30px 0 0px 30px;
    list-style: none;
    text-align: left;
    font-weight: 100;
}

.timeline .event {
    padding-bottom: 25px;
    margin-bottom: 15px;
    position: relative;
}

.timeline .event:after {
    border: 4px solid #000;
    left: -40px;
    background: #b32617;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    content: "";
    top: 2px;
}

.timeline .event:before, .timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline h1 {
    color: #b32617;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: 0;
}

.event a {
    color: #570405;
}

.event a:hover {
    color: #b32617;
}

#sub-menu{
    background-color: #570405;
    top: 20px;
    margin-bottom: 56px;
    color: white;
    padding-right: .5rem;
    padding-left: .5rem;
    padding-right: 20px;
}

#sub-menu img{
    float: left;
}

.scrolled a{
    font-size: 15px;
}

.programacao ul, menu, dir {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.event a{
    color: #570405;
}

.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.pessoa .img-thumbnail {
    border-radius: 7.25rem;
    display: -webkit-inline-box;
    width: 100px;
}

.pessoa .dados a, .pessoa i{
    padding-left: 15px
}

.pessoa span:first-child{
    padding-left: 15px;
    font-size: x-large;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.pessoa h5{
    font-family: 'Poppins', sans-serif;
}

.pessoa .dados a{
    font-size: x-large;
}

.pessoa .dados{
    padding-top: 20px;
}


.palestrantes{
    justify-content: center!important; 
}

.palestrantes .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
    background-color: #f5f5f5;
    margin-top: 10px;
}


#palestra .media-body {
    padding: 5px;
}

.palestra .col-12{
    background-color: white;
    padding: 0px;
    margin-bottom: 15px;
}

#palestra h5{
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-weight: 400,600;
}

.palestra .media-body a {
    color: #0058a2;
    font-size: inherit;
}

.palestra .media-body a:hover {
    color: #013661;
}


#corpo-editorial li:before {
    font-family: FontAwesome;
    content: "\F0DA";
    margin-right: 11px;
}


#corpo-editorial :after, #corpo-editorial :before {
    box-sizing: inherit;
}

#corpo-editorial li {
    list-style: none;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

.palestras .media{
    background-color: white;
    border-radius: .25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06); 
    transition: all 0.3s;
    height: 100%;
}

.palestras .media a{
	color: #1f546b;
}

.palestras .media:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.palestras img{
    padding:3px;
    border-radius: 6rem; 
    width: 120px;
}

@media only screen and (max-width: 400px) {
    .palestras .media{
        display: flex;
        flex-direction: column;
    }

    .palestras .card{
        background-color: transparent;
        height: auto;
        margin-bottom: 0px;
    }

    .palestras .col:first-child .card-body{
        padding-top: 0px;
    }

    .palestras span{
        margin-right: 5px;
    }

    .palestras .card-img-top{
        max-height: 400px;
    }

    .palestras h5 {
        font-size: initial;
    }
}

#video-thumb {
    height: auto;    
    width: fit-content;
    margin-left: 15px;
}

.artigos-aprovados li{
    border-bottom-style: groove;
    padding: 20px 5px 20px 5px;
}

.artigos-aprovados li:last-child{
    border-bottom-style: none;
}

@media all and (max-width:400px){
    .artigos-aprovados li{
        padding: 20px 5px 20px 20px;
    }

    .artigos-aprovados li:first-child{
        padding-top: 0px;

    }

    .artigos-aprovados li:last-child{
        padding-bottom: 0;
    }
}

.artigos-aprovados h5{
    text-transform: uppercase;
    color: #3c3c3c;
}

.artigos-aprovados a{
    color: #3c3c3c;
    font-style: italic;
}

.artigos-aprovados ul{
    padding: 0px;
}

a:link{
    text-decoration: none;
}

nav a:hover{
    color: white;
}


.colaboradores img{
    max-height: 100px;
    padding: 2px;
}

.colaboradores .col-6{
    margin: auto !important;
}


.edicoes-anteriores-card{
    background-color: #e8e8e8;
    height: 290px;
}

.edicoes-anteriores-card p{
    text-align: center;
}

.edicoes-anteriores-card-text{
    text-align: center;
    font-weight: bold;
}

.edicoes-anteriores-card-text .card-img-top{
    height: 223px;
    width: 223px;
    object-fit: cover;
    background-size: cover !important;
    background-position: center center !important;
    align-self: center;
}

#edicoes-anteriores{
    margin-bottom: 40px;
}

.title{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    vertical-align: top;
    padding-bottom: 10px;
    padding-top: 70px;
}



/******Post******/
.post .title, .subtitle{
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.post .title{
    padding-bottom: 10px;
}

.subtitle{
    color: #495057;
    padding-bottom: 30px;
}

.post a{
    color: #495057;
}

.tags{
    color: #7a7a7a;
}

.tags a{
    background-color: #e7e7ea;
    text-align: center;
}

/* .tags a:hover{
    background-color: #d4d4d8;
} */

.contato{
    line-height: 30px;
}

#contato{
    color: #007bff;
}

#contato:hover{
    color: #026fe4;
}


.corpo-editorial h5 {
    color: #007bff!important;
}


.expediente {
    max-height: -webkit-fill-available;
    margin-top: 30px;
}

.galeria-card{
    height: 290px;
}

.galeria-card p{
    text-align: center;
}

.galeria-card-text{
    text-align: center;
    font-weight: bold;
}

.galeria-card-text .card-img-top{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.pagina-palestrante a{
    color: #0058a2;
}

.pagina-palestrante img{
    border: 1px solid rgba(0,0,0,.15);
}

.pagina-palestrante .titulo {
    margin-bottom: 20px;
    font-size: large;
}

.pagina-minicurso a{
    color: #0058a2;
}

.pagina-minicurso .titulo {
    margin-bottom: 20px;
    font-size: large;
}

.pagina-minicurso img{
    border: 1px solid rgba(0,0,0,.15);
}

.todos-minicursos .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
    border: 2px solid #e3e3e3;
    border-radius: 0;
    margin-top: 10px;
    height: 100%;
    width: 100%;
}

.todos-minicursos .media-body a {
    color: #0058a2;
    font-size: larger;
}

.todos-minicursos img{
    padding-top: 9px;
    max-width: 100px;
}

.todos-minicursos .col-6{
    margin-bottom: 10px;
    padding-right: 0px;
}


.todos-minicursos .media-body p a{
    color: #212529;
    font-weight: bold;
}   

.capa-anais .card{
    border: none;
    height: auto;
}

.capa-anais .card p {
    font-family: inherit;
    text-align: left;
    text-align: justify;
}

.capa-anais .card-body{
    padding: 0 20px 20px 0;
}

.capa-anais .card-img{
    width: auto;
}

.capa-anais .expediente{
    margin-top: 0;
}

.capa-anais span{
    margin: 0px 15px 0px 5px;
    color: #7b7b7b;
}

.capa-anais .card-text{
    margin-top: 20px;
}

.capa-anais .info{
    margin-bottom: 15px;
    padding-top: 70px;
}

.capa-anais .expediente ul{
    padding-left: 25px;
    list-style: disc; 
}

.anais li{
    padding: 20px 15px 20px 15px;
}

.anais li:nth-of-type(odd) {
    background-color: #e5e5e5;
}

@media all and (max-width:400px){
    .anais li{
        padding: 20px 5px 20px 20px;
    }

    .anais li:first-child{
        padding-top: 0px;

    }

    .anais li:last-child{
        padding-bottom: 0;
    }
}

.anais h6{
    text-transform: uppercase;
    color: #3c3c3c;
    margin-bottom: 0;
}

.anais span{
    color: #3c3c3c;
    font-style: italic; 
	margin: 0;
}

.pdf{
    padding-right: 3px;
}

.anais .titulo-link{
    font-style: inherit; 
}

.anais .titulo-link:hover{
    color: #3c3c3c; 
}

.anais ul{
	list-style-type: none; 
	padding: 0px;
}

.artigo .container {
	margin-bottom: 15px;
    padding-top: 70px;
}

.artigo .principal span{
    font-weight: bold;
}

.artigo h6{
    font-family: 'Poppins', sans-serif; 
}

.detalhes{
    border-left: 1px solid #e5e5e5;
    padding-left: 0px;
}

@media only screen and (max-width: 400px) {
    .detalhes{
        border-top: 1px solid #7b7b7b;
        border-left: 0;
    }
}

.detalhes span{
    color: #7b7b7b;
    margin: 0px 15px 0px 5px;   
}

.detalhes div{
    padding: 15px 15px 15px 15px;
}

.detalhes #titulo-edicao {
    background-color: #e5e5e5;
}

#artigos-aceitos h6{
    text-transform: uppercase;
}

#artigos-aceitos a{
    font-style: italic;
}

#artigos-aceitos li{
    border: 1px solid #dfdfdf;
    border-radius: 0
}

#artigos-aceitos li a:not(:last-child):after{
    content: ',';
}

#artigos h3{
    padding-top: 0px;
}

#search-results img{
    max-width: 100px;
}

#search-results a{
    color: #007bff;
}

#search-results a:hover{
    color: #0056b3;
}

#search-results{
    margin-bottom: 10px;
}

#search-results .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 8px 0px;
    background-color: #f5f5f5;
    border: 2px solid #e3e3e3;
    border-radius: 0;
    margin-top: 10px;
    height: 100%;
    width: 100%;
}

#search-none h3{
    text-align: left;
}

footer{
    background-color: #323232;
    padding: 30px;
    color: white;
}

footer a{
    color: rgb(148, 148, 148);
}

footer a:hover{
    color: #ffffff;
}

h5{
    font-family: inherit;
    text-align: left;
}

p{
    font-family: inherit;
    text-align: justify;
}

.position-absolute {
    top: 0;
    left: 0;
    padding: 3px 6px;
    font-size: 12px;
    background: #252525;
    border-top-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.card-img-overlay {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(125,126,125,0.22) 50%, rgba(125,126,125,0.27) 52%, rgba(125,126,125,0.29) 53%, rgba(125,126,125,0.38) 57%, rgba(125,126,125,0.41) 61%, rgba(14,14,14,0.54) 79%, rgba(14,14,14,0.69) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,126,125,0.22) 50%,rgba(125,126,125,0.27) 52%,rgba(125,126,125,0.29) 53%,rgba(125,126,125,0.38) 57%,rgba(125,126,125,0.41) 61%,rgba(14,14,14,0.54) 79%,rgba(14,14,14,0.69) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,126,125,0.22) 50%,rgba(125,126,125,0.27) 52%,rgba(125,126,125,0.29) 53%,rgba(125,126,125,0.38) 57%,rgba(125,126,125,0.41) 61%,rgba(14,14,14,0.54) 79%,rgba(14,14,14,0.69) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#387d7e7d', endColorstr='#b00e0e0e',GradientType=0 ); /* IE6-9 */
}


.fotorama__wrap {
    margin: 0 auto;
 }

 .lista-pessoas{
    list-style-type: none;
 }

 .arquivos{
     color: #0056b3;
 }

 .arquivos:hover{
     color: #0056b3;
 }