*{
    color: #292929;
    font-family: 'Poppins', sans-serif;
}
.nav-link{
    font-size: 1em;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: bold;
}

.sobreEvento{
    text-align: justify;
}

h1{
    font-size: 1.85em;
    color: #292929;
}

h3{
    font-size: 1.35em;
    color: #292929;
}

p{
    font-size: .85em;
    color: #292929;
}

.professor{
    min-height: 80px;
}

.minicurso-title{
    font-weight: bold;
    min-height: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.minicurso-detail{
    min-height: 210px;
    max-height: 250px;
    overflow-y: scroll;
    scrollbar-color: #00BA57!important;
    scrollbar-width: thin;
}

.minicursoProfessor{
    border: 1px solid #00BA57;
    padding: 2px;
    box-shadow: #00BA57 2px 2px;
    border-radius: 2px;
    max-width: 45%;
}

.imgPalestrante{
    border: 1px solid #2b357f;
    padding: 2px;
    box-shadow: #2b357f 2px 2px;
    border-radius: 100%;
    max-width: 150px;
    margin-right: 25px;
}


/* #mais1, #mais2, #mais3, #mais4{
    display: none;
} */



::-webkit-scrollbar{
    width: 10px;
    color: #000;
}

::-webkit-scrollbar-track{
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb{
    background: #00BA57;
    border-radius: 10px;
}

.banner{
    /* height: 500px; */
    /* background-color: #292929; */
    text-align: center;
}

.patrocinador{
    max-width: 200px;
    min-width: 200px;
    margin: 10px;
    border: 1px solid #00BA57;
    height: 200px;
    border-radius: 10px;
    box-shadow: #00BA57 2px 2px ;
}



.patrocinador img{
    margin: auto;
    max-width: 75%;
}

.green-square{
    background-color: #00BA57;
    width: 100%;
    height: 150px;
}

.btn-cta{
    min-width: 330px;
}

.btn-ic{
    color: #f0fffb;
    background-color: #193038;
    border-color: #88e80c;
    font-weight: bold;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-ic-black{
    color: #f0fffb;
    background-color: #292929;
    border-color: #292929;
}

.btn-ic:hover{
    background-color: #88E80C;
}

.btn-ic-black:hover{
    background-color: #88E80C;
}

.btn-ic-lg{
    padding: 20px 40px;
    font-size: 1.2em;
}

.container-datas-importantes, .container-programacao, .container-informacoes{
    background-color: #00ba57;
}

.container-comissoes{
    border: 2px solid #88E80C;
    padding: 20px
}

.container-comissoes h3{
    background-color: white;
    transform: translateY(-50px);
    width: 65%;
    margin: 0 auto;
}

footer{
    background-color: #292929;
}

footer *{
    color: #f0fffb !important;
}

.border-bottom{
    border-color: #292929 !important;
}

.line, .line-green{
    width: 30%;
    margin: 20px auto;
    border-color: #292929; 
    border-width: 3px;
}

.line-green{
    border-color: #00ba57 ;
    margin: 0;
}

.title{
    background-color: #00ba57;
    padding-top: 50px;
    padding-bottom: 50px;
}

.accordion-button{
    background-color: #292929 !important;
    color: #00ba57 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-color: #00ba57 !important;
    outline-color: #00BA57 !important;
}

.accordion-button.collapsed{
    background-color: #00BA57 !important;
    color: #292929 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    border-color: #292929 !important;
    outline-color: #292929 !important;
}

@media screen and (min-width: 1390px){
    .nav-link{
        font-size: 1em;
        margin-right: 30px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 768px){
    .btn-ic{
        width: 100%;
    }
}