.sessao-sobre {
    margin: 55px 0;
}


/*--------------- 
Introducao  
----------------*/

.introducao h2 {
    margin-bottom: 10%;
    text-align: left;
    font-family: var(--font-family-poppins)!important;
    font-size: 32px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #14652e;
    opacity: 1;
}

.custom-template-page header.entry-header {
    margin-bottom: 60px !important;
}

.introducao p {
    text-align: left;
    font: normal normal normal 16px/24px Poppins;
    letter-spacing: 0px;
    color: #414141;
    opacity: 1;
    font-family: var(--font-family-poppins)!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}


/*--------------- 
Realização  
----------------*/

.realizacao h3 {
    text-align: left;
    font: normal normal 600 32px/28px Poppins;
    letter-spacing: 0px;
    color: #14652e;
    opacity: 1;
    margin-bottom: 22px;
    font-family: var(--font-family-poppins)!important;
    font-size: 32px;
    line-height: 28px;
    font-weight: 600;
}

.realizacao p {
    text-align: left;
    letter-spacing: 0px;
    color: #414141;
    opacity: 1;
    font-family: var(--font-family-poppins)!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}


/*--------------- 
Edições  
----------------*/

@media only screen and (max-width: 767px) {
    .edicoes {
        margin-top: 20px;
    }
}

.edicoes h3 {
    margin-top: 10px;
    padding: 0 5px;
    text-align: left;
    font-family: var(--font-family-poppins)!important;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--color-414141) !important;
    opacity: 1;
    margin-bottom: 6%;
}
.edicoes p{
    margin-top:40px;
    font-size: 16px;
}

.edicoes ul {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 25px;
    padding-top: 20px;
    gap: 10px;
}

@media screen and (max-width: 419px) {
    .edicoes ul {
        display: block;
        justify-content: center;
    }
    .edicoes ul li a h2 {
        text-align: center!important;
    }
}

.edicoes ul li {
    display: initial;
}

.edicoes ul li a h2 {
    text-align: left;
    font-family: var(--font-family-poppins)!important;
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    letter-spacing: 0px;
    opacity: 1;
    color: #B6CCCC;
    padding: 5px 20px;
}

.edicoes ul li a.active h2 {
    background: #F7F7F7;
    border-radius: 5px;
    color: var(--color-primary) !important;
}

.edicoes ul li a h2:after {
    display: none;
}
.titleDestaque{
    font-size: 20px !important;
}
@media screen and (max-width:465px){
    .titleDestaque{
        font-size: 18px !important;
    } 
}

.edicoes__conteudo p {
    text-align: left;
    font-family: var(--font-family-poppins)!important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #9b9b9b;
    opacity: 1;
    padding: 10px 5px;
}

.tab__content {
    display: none;
}

.tab__content.active {
    display: inherit;
}

.tab__content--images {
    display: flex;
}

.tab__content--images img {
    padding: 2px;
    width: 100%;
    height: 100%;
}
/* ========= Destaque Edição Anterior ==========*/
.edi-dest{
    height: 130px;
    background:var(--color-secondary);
    margin-top: 50px;
    text-align: center;
    border-radius: 5px;
}
.edi-dest p{
    padding: 1px 10px 0 10px;
    color: white;
}
@media screen and (max-width:465px){
    .edi-dest{
        height:180px;
    }
    .edi-dest p{
        padding-top: 8px;
    }
}
/*========== Último Bloco ======================*/
.last-block h3{
    text-align: left;
    font-family: var(--font-family-poppins)!important;
    font-size: 32px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--color-primary);
    opacity: 1;
    padding-top: 40px;
    padding-bottom: 20px;
}
.last-block p{
    font-size: 16px;
}

/*--------------- 
Formulario  
----------------*/

.formulario__card {
    background: #f7f7f7 0% 0% no-repeat padding-box;
    border: 1px solid #dddddd;
    border-radius: 4px;
    opacity: 1;
    position: relative;
    padding: 37px 32px;
}

@media only screen and (max-width: 600px) {
    .formulario__card {
        position: relative;
        width: 100%;
        margin: 0 0 50px 0;
    }
}

.formulario__card h3 {
    text-align: left;
    font-family: var(--font-family-poppins)!important;
    font-size: 28px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--color-4f3f99);
    opacity: 1;
    margin-bottom: 23px;
}

.formulario p {
    font-family: var(--font-family-poppins)!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #414141;
    opacity: 1;
    text-align: left;
}

.form__inscricoes input[type='submit'] {
    color: #fff !important;
    background: #73dbe2 0% 0% no-repeat padding-box !important;
    border-radius: 3px !important;
    opacity: 1 !important;
    padding: 3% 10% !important;
    width: 100% !important;
    font-size: 16px !important;
    margin-top: 25px !important;
    max-width: 100% !important;
}

.form__inscricoes .wpcf7-list-item {
    margin: 0 !important;
}

.formulario form button {
    background: #73dbe2 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    padding: 3% 10%;
    width: 100%;
    font-size: 16px;
    margin-top: 25px;
}

.formulario__grupo {
    margin-top: 20px;
}

.formulario__grupo--check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    letter-spacing: 0px;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
}

.formulario__grupo--check input {
    margin-right: 10px;
}


/*--------------- 
Cards  
----------------*/
.cards{
    padding-top: 30px;
}
.cards i {
    font-size: 24px;
    color: #7fefed;
    padding: 16px 24px;
}

.cards__item {
    font-size: 14px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin: 2% 0%;
    text-align: left;
    font-family: var(--font-family-poppins)!important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #414141;
    opacity: 1;
}

@media only screen and (max-width: 600px) {
    .cards__item {
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 15px 15px 15px 0px;
    }
}


/*--------------- 
Participantes  
----------------*/

.participantes {
    padding-top: 40px;
    margin-bottom: 48px;
    padding-bottom: 50px;
}

.participantes h2 {
    text-align: left;
    font-family: var(--font-family-poppins)!important;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #0F6393;
    opacity: 1;
    margin-bottom: 54px !important;
}

@media only screen and (max-width: 600px) {
    .participantes h2 {
        margin-bottom: 50px;
    }
}

.participantes__container img {
    margin: auto;
    border-radius: 100px;
    width: 92px;
    height: 92px;
    object-fit: cover;
}

.participantes h3 {
    text-align: center;
    font-family: var(--font-family-poppins)!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #414141;
    text-transform: uppercase;
    opacity: 1;
}

.participantes__container p {
    text-align: center;
    font-family: var(--font-family-poppins)!important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #777777;
    opacity: 1;
}


/*--------------- 
Depoimento  
.
----------------*/

.depoimentos_evento {
    padding: 112px 0 91px;
    background: #F3F5F9;
}

.depoimentos_evento .depoimento {
    width: 100%;
    background: #f7f7f7 0% 0% no-repeat padding-box;
}

.depoimento__container p {
    text-align: center;
    font-family: var(--font-family-poppins)!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #414141;
    opacity: 1;
    margin-bottom: 50px;
}

.depoimento__container img {
    width: 72px !important;
    height: 72px;
    border-radius: 100px;
    margin: auto;
    object-fit: cover;
}

.depoimento__container h3 {
    text-align: center;
    font-family: var(--font-family-poppins)!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #0F6393;
    text-transform: uppercase;
    opacity: 1;
    margin-top: 28px;
}

.depoimento__container span {
    text-align: center;
    font-family: var(--font-family-poppins)!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #398FDB;
    opacity: 1;
    margin-top: 8px;
}

.depoimento__container p {
    text-align: center;
    font-family: var(--font-family-poppins)!important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #9B9B9B;
    margin-top: 24px;
}

.tmcarousel__button-right,
.tmcarousel__button-left {
    background: #FFFFFF !important;
    border-radius: 50px;
    width: 46px;
    height: 46px;
    position: relative;
}

.tmcarousel__button-right img,
.tmcarousel__button-left img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.tmcarousel__pagination i {
    font-size: 13px;
}