.limite{
    width: 100%;
    max-width: 1200px;
    padding: 0 1em 0 1em;
    margin: 0 auto;
}
.secao-titulo{
    display: block;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    margin-bottom: 1em;
    font-family: Degular, Arial, sans-serif;
    font-size: 1.8em;
    font-weight: 900;
    letter-spacing: 2px;
    color: #025446;
    background: url("../png/titulo-bg.png") left center no-repeat;
}

.topo{
    position: relative;
    width: 100%;
    aspect-ratio: 1920/1186;
    margin-top: -120px;
    padding-top: 120px;
}
.topo .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 1920/1186;
    background: url("../png/topo-bg.png") center top no-repeat;
    background-size: cover;
    z-index: -1;
}
.topo .flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topo .flex .esq{
    width: 50%;
    padding-left: 15%;
}
.topo .flex .esq .logo{
    width: 100%;
    max-width: 365px;
    aspect-ratio:365/433;
}
.topo .flex .dir{
    width: 50%;
    text-align: center;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .topo .flex .esq{
        width: 100%;
    }
    .topo .flex .dir{
        width: 100%;
    }
    .topo .flex .dir{
        width: 100%;
        max-width: 420px;
        padding: 2em;
        margin: 3em auto 3em auto;
        background: #003838;
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }
}

.margem-negativa{
    margin-top: -5em;
}
.evento{
    font-family: Degular, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #003838;
}
.evento .texto-verde{
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    color: #118e5e;
}
.evento .texto-final{
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    font-size: 1.4em;
    color: #50a683;
}
.evento .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 2em;
    padding: 1.5em 5em 1.5em 5em;
    background: #cde7dd;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.evento .box div{
    line-height: 1.2em;
}
.evento .box .c1{

}
.evento .box .c1 .flex{
    display: flex;
    align-items: center;
    gap: 1em;
}
.evento .box .c1 .flex .icone{
    flex: 0 0 48px;
}
.evento .box .c1 .flex .texto{
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    font-size: 1.4em;
    color: #045346;
    white-space: nowrap;
}
.evento .box .c2{
    flex: 0 0 2px;
    align-self: stretch;
    background: #fff;
}
.evento .box .c3{
    flex: 0 0 146px;
}
.evento .box .c3 .flex{
    display: flex;
    align-items: center;
    gap: 1em;
}
.evento .box .c3 .flex .icone{
    flex: 0 0 42px;
}
.evento .box .c3 .flex .texto{
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    font-size: 1.4em;
    color: #045346;
}
.evento .box .c3 .flex .texto .br{
    display: block;
}
.evento .box .c4{
    flex: 1;
    font-size: 1.1em;
}
.evento .box .c4 a{
    color: #118e5e;
}
.evento .box .c4 a:hover{
    color: #118e5e;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    .margem-negativa{
        margin-top: 0;
    }
}
@media only screen and (max-width: 1048px), only screen and (max-device-width: 1048px) {
    .evento .box{
        padding: 1.5em 3em 1.5em 3em;
        gap: 1em;
    }
    .evento .box .c1 .flex .texto{
        font-size: 1.1em;
    }
    .evento .box .c3 .flex .texto{
        font-size: 1.1em;
    }
    .evento .box .c4{
        font-size: 1em;
    }
}
@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) {
    .evento .box{
        padding: 1.5em 3em 1.5em 3em;
        gap: 1em;
        flex-wrap: wrap;
    }
    .evento .box .c1,
    .evento .box .c3,
    .evento .box .c4{
        flex: 100%;
        text-align: center;
    }
    .evento .box .c2{
        display: none;
    }
    .evento .box .c1 .flex,
    .evento .box .c3 .flex{
        justify-content: center;
    }
    .evento .box .c1 .flex,
    .evento .box .c3 .flex{
        justify-content: center;
    }
    .evento .box .c3 .flex .texto .br{
        display: inline;
    }
    .evento .box .c4{
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .evento .box .c1 .flex .icone,
    .evento .box .c3 .flex .icone{
        flex: 0 0 21px;
    }
    .evento .box .c1 .flex .texto,
    .evento .box .c3 .flex .texto{
        font-size: 1em;
    }
}

.participantes{
    position: relative;
    margin-top: 6em;
}
.participantes::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 1220px);
    max-width: 135px;
    aspect-ratio: 135/199;
    background-image: url('../png/bg-total-esq.png');
    background-size: cover;
}
.participantes::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 1220px);
    max-width: 251px;
    aspect-ratio: 251/450;
    background-image: url('../png/bg-total-dir.png');
    background-size: cover;
}
.participantes .pessoas{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}
.participantes .pessoa{
    width: calc(20% - 2em);
    margin-top: 2em;
    text-align: center;
    cursor: pointer;
}
.participantes .pessoa .foto{

}
.participantes .pessoa .quem{
    padding: 20px 30px 20px 30px;
    margin-top: 1em;
    background: rgb(238,161,78);
    background: linear-gradient(27deg, rgba(238,161,78,1) 0%, rgba(255,175,195,1) 100%);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.participantes .pessoa .quem .nome{
    display: block;
    padding-bottom: 15px;
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #fff;
}
.participantes .pessoa .quem .titulo{
    display: block;
    line-height: 1.2em;
    font-family: Degular, Arial, sans-serif;
    font-weight: 600;
    color: #003838;
}
.participantes .bio{
    display: none;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 95%;
    max-width: 800px;
    padding: 2em;
    background: #025446 ;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    box-shadow: 0px 0px 133px 4px rgba(49,182,97,1);
    cursor: auto;
    z-index: 9999999;
}
.participantes .bio-fundo{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.67;
    z-index: 9999998;
}
.participantes .bio-fechar{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url(../png/x.png) center center no-repeat;
    cursor: pointer;
}
.participantes .bio-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}
.participantes .bio-flex .foto{
    flex: 0 0 150px;
}
.participantes .bio-flex .info{
    flex: 1;
    text-align: left;
}
.participantes .bio-flex .info .nome{
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 1.4em;
    line-height: 1em;
}
.participantes .bio-flex .info .titulo{
    font-family: Degular, Arial, sans-serif;
    font-weight: 600;
    color: #3cd36a;
}
.participantes .bio-flex .info .lore{
    font-size: 0.9em;
    color: #fff;
}
.participantes .bio-flex .info .forum{
    display: block;
    margin-top: 0.6em;
    padding: 0.3em;
    font-family: Degular, Arial, sans-serif;
    font-weight: 600;
    color: #025446;
    line-height: 1em;
    text-align: center;
    background: rgb(238,161,78);
    background: linear-gradient(27deg, rgba(238,161,78,1) 0%, rgba(255,175,195,1) 100%);
    border-radius: 50px;
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .participantes .pessoa{
        width: calc(33.3% - 2em);
    }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .participantes .pessoa{
        width: calc(50% - 2em);
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .participantes .pessoa{
        width: 100%;
    }
    .participantes .bio-flex .foto,
    .participantes .bio-flex .info{
        flex: 100%;
    }
    .participantes .bio-flex .foto img{
        max-width: 75px !important;
    }
    .participantes .bio-flex .info .forum{
        font-size: 0.9em;
        padding: 0.5em;
        border-radius: 20px;
    }
}

.programacao{
    padding: 6em 0 6em 0;
    margin-top: 6em;
    background: rgb(231,243,239);
    background: radial-gradient(circle, rgba(231,243,239,1) 90%, rgba(203,229,219,1) 100%);
}
.programacao .box{
    padding: 3em;
    background: white;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.programacao .box .evento:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #f8a991;
}
.programacao .box .evento .verde{
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    font-size: 1em;
    color: #118e5e;
}
.programacao .box .evento .colorido{
    display: inline-block;
    padding: 0.2em 1em 0.2em 1em;
    margin-left: -1em;
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    font-size: 1em;
    color: #fff;
    background: rgb(238,161,78);
    background: linear-gradient(27deg, rgba(238,161,78,1) 0%, rgba(255,175,195,1) 100%);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.programacao .box .evento .espaco{
    display: inline-block;
    width: 1em;
}
.programacao .box .evento .descricao{
    display: inline-block;
    font-family: Degular, Arial, sans-serif;
    font-weight: 600;
    color: #003838;
}
.programacao .box .aba{
    display: none;
    padding-top: 2em;
}
.programacao .box .flex{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}
.programacao .box .flex .titulo{
    flex: 1;
}
.programacao .box .flex .titulo span{
    display: inline-block;
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    font-size: 2em;
    color: transparent;
    background: linear-gradient(27deg, rgba(238, 161, 78, 1) 0%, rgba(255, 175, 195, 1) 100%);
    -webkit-background-clip: text;
}
.programacao .box .flex .seta{
    flex: 0 0 33px;
}
.programacao .box .box-verde{
    padding: 2em;
    line-height: 1em;
    font-family: Degular, Arial, sans-serif;
    font-weight: 600;
    color: #003838;
    background: #d3f6dc;
    border-radius: 30px;
}
.programacao .box .box-verde .tema{
    font-family: Degular, Arial, sans-serif;
    font-weight: 900;
    color: #369b72;
}
.programacao .box .box-verde .laranja{
    color: #eea14e;
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .programacao .box{
        padding: 1em;
    }
    .programacao .box .evento .verde{
        font-size: 0.8em;
    }
    .programacao .box .evento .colorido{
        font-size: 0.8em;
    }
    .programacao .box .evento .espaco{
        width: 0.2em;
    }
    .programacao .box .evento .descricao{
        font-size: 0.8em;
    }
}

.faq{
    padding: 6em 0 6em 0;
}
.faq .perguntas{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1em 4em;
}
.faq .box{
    width: calc(50% - 2em);
    padding: 20px 30px 20px 30px;
    margin-top: 1em;
    background: rgb(238,161,78);
    background: linear-gradient(27deg, rgba(238,161,78,1) 0%, rgba(255,175,195,1) 100%);
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.faq .box .flex{
    display: flex;
    align-items: center;
    width: 100%;
}
.faq .box .flex .pergunta{
    flex: 1;
}
.faq .box .flex .seta{
    flex: 0 0 29px
}
.faq .box .flex .pergunta .numero{
    display: inline-block;
    padding-right: 0.5em;
    line-height: 1em;
    font-family: Degular, Arial, sans-serif;
    font-size: 3em;
    font-weight: 900;
    color: #fff;
}
.faq .box .flex .pergunta .texto{
    font-family: Degular, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 900;
    color: #fff;
}
.faq .box .resposta{
    display: none;
    font-family: Degular, Arial, sans-serif;
    font-weight: normal;
    color: #003838;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .faq .box{
        width: 100%;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .faq .box .flex .pergunta .numero{
        display: inline-block;
        font-size: 2em;
    }
    .faq .box .flex .pergunta .texto{
        font-size: 1em;
    }
}

.noticias{

}
.feature-news::before,
.feature-news::after{
    background: none;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .feature-news .container > .content{
        flex-wrap: wrap;
    }
    .feature-news .primary,
    .feature-news .secondary{
        width: 100%;
    }
}

.logos{
    padding: 0 0 6em 0;
}
.logos .flex{
    display: flex;
    align-items: center;
}
.logos .flex .esq{
    width: 50%;
    padding: 0 3em 0 0;
}
.logos .flex .dir{
    width: 50%;
    padding: 0 0 0 3em;
    text-align: right;
}
.logos .flex .dir .contato{
    width: 100%;
    max-width: 500px;
    float: right;
    padding: 0.8em;
    font-family: Degular, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    background: #003838;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.logos .flex .dir .contato a{
    font-family: Degular, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
}
.logos .flex .dir .contato a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .logos .flex{
        flex-wrap: wrap;
        gap: 2em;
    }
    .logos .flex .esq,
    .logos .flex .dir{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .logos .flex .dir .contato{
        float: none;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px) {
    .logos .flex .dir .contato{
        font-size: 0.8em;
    }
}
