.section-eventos .section-internal-banner .banner .content h2 {
    font-weight: revert;
}

.section-eventos {
    padding: 114px 0 0;
    overflow: hidden;
}

.section-eventos .container {
    overflow: visible;
}

.section-eventos .topo-evento {
    position: relative;
    display: flex;
    padding-bottom: 70px;
}

.section-eventos .topo-evento .bckg-topo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: calc(100% + 195px);
    position: absolute;
    z-index: -1;
    top: -195px;
    left: -50vw;
    margin-left: 50%;
    display: none;
}

.section-eventos .topo-evento #background-mobile.bckg-topo {
    display: block;
}

.section-eventos .box-text {
    display: flex;
    gap: 100px;
    color: #FFF;
    flex-direction: column;
}

.section-eventos .box-text h1 {
    color: #FFF;
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1em;
}

.section-eventos .box-text a[data-button-yellow] {
    width: fit-content;
    margin: 30px 0 0;
}

.section-eventos .box-text .col {
    width: 100%;
}

.section-eventos .box-text .col.right {
    display: none;
}

.section-eventos .section-next-events {
    background: #9349DE;
    margin: 70px 0 0;
    border-radius: 30px;
    color: #FFF;
    padding: 40px 0 70px;
}

.section-next-events .container h2 {
    font-family: 'Baloo 2', sans-serif;
    color: #FFF;
    font-weight: 400;
    line-height: 36px;
    z-index: 99;
    text-align: center;
    margin-bottom: 15px;
}

.section-next-events .container p.subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.section-next-events .wrapper .page {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}

.section-next-events .wrapper .card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    background-color: #EBF3F9;
    color: #9349DE;
    margin-bottom: 20px;
}

.section-next-events .wrapper .card img {
    width: 100%;
}

.section-next-events .wrapper .card .content {
    position: relative;
    display: flex;
    padding: 20px 30px 30px;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.section-next-events .wrapper .card .content .infos {
    font-size: 0.9rem;
}

.section-next-events .wrapper .card .content .infos.top {
    position: absolute;
    top: -25px;
}

.section-next-events .wrapper .card .content .infos.top .info {
    background-color: #FFF;
    padding: 6px 12px;
    border-radius: 18px;
    color: #9349DE;
    display: flex;
    align-items: center;
    gap: 5px;
}

.section-next-events .wrapper .card .content .infos .info svg {
    width: 20px;
    height: 21px;
}

.section-next-events .wrapper .card .content .infos.middle .info svg path {
    stroke: #FFF;
}

.section-next-events .wrapper .card .content .infos.middle {
    font-family: 'Baloo 2', sans-serif;    
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-next-events .wrapper .card .content .infos.middle .info {
    background-color: #703DAF;
    padding: 6px 12px;
    border-radius: 5px;
    color: #FFF;
    display: flex;
    align-items: end;
    gap: 5px;
}

.section-next-events .wrapper .card .content h3 {
    font-family: 'Baloo 2', sans-serif;
    height: 100%;
}

.section-next-events .wrapper .card .content a {
    color: #9349DE;
    width: fit-content;
    border: 1px solid #9349DE;
}

.section-next-events .container .more-posts {
    width: fit-content;
    margin: 30px auto 0;
}

.section-eventos .section-internal-banner {
    margin: 70px -50px;
}

.section-eventos .section-icones .icones {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
}

.section-eventos .section-icones {
    margin: 70px 0 50px;
}

.section-eventos .section-icones .icones .icone {
    width: 100%;
    background-color: #EBF3F9;
    font-family: 'Baloo 2', sans-serif;
    color: #9349DE;    
    text-align: center;
    border-radius: 20px;
    margin-bottom: 4%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.section-eventos .section-icones .icones .icone .icon {
    background-color: #9349DE;
    padding: 15px;
    border-radius: 50px;
}

.section-eventos .section-icones .icones .icone .icon img {
    max-width: 40px;
    max-height: 40px;
}

.section-eventos .section-icones .icones .icone p {
    margin: 0;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 700;
}

.section-eventos .section-video {
    position: relative;
    padding: 70px 0;
    text-align: center;    
    background-color: #EBF3F9;
}

.section-eventos .section-video:before {
    content: '';
    width: 150vw;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -50vw;
    background-color: #EBF3F9;
}

.section-eventos .section-video h2 {
    font-family: 'Baloo 2', sans-serif;
    color: #9349DE;
    margin: 0 0 50px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-top: 0;
}

.section-eventos .section-video .fluid-width-video-wrapper {
    border-radius: 40px;
    overflow: hidden;
}

.section-eventos .section-video a[data-button-black] {
    width: fit-content;
    margin: 50px auto 0;
}

.section-eventos .section-inscricao {
    position: relative;
    padding: 70px 0;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #EBF3F9 100%);
}

.section-eventos .section-inscricao #ancora-form {
    position: absolute;
    top: -50px;
}

.section-eventos .section-inscricao:before {
    content: '';
    width: 150vw;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -50vw;
    background: linear-gradient(180deg, #FFFFFF 0%, #EBF3F9 100%);
}

.section-eventos .section-inscricao h2 {
    font-family: 'Baloo 2', sans-serif;
    color: #9349DE;
    margin: 0 0 20px;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-top: 0;
}

.section-eventos .section-inscricao #formulario {
    background: #FFF;
    padding: 30px;
    border-radius: 30px;
    margin: 50px 0;
    box-shadow: 0px 2px 8px 0px rgba(31, 32, 65, 0.08);
}

.section-eventos .section-inscricao #formulario .form-default {
    margin: 0;
}

.section-interna-evento .container {
    overflow: visible;
}

.single-eventos {
    padding: 109px 0 0;
    background-color: #9349DE;
}

.single-eventos .section-internal-banner .banner .content h2 {
    font-weight: 700;
    line-height: 2.2rem;
}

.single-eventos .section-interna-evento {
    overflow-x: clip;
}

.single-eventos .topo-evento {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding-bottom: 70px;
}

.single-eventos .topo-evento .bckg-topo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: calc(100% + 195px);
    position: absolute;
    z-index: -1;
    top: -195px;
    left: -50vw;
    margin-left: 50%;
    display: none;
}

.single-eventos .topo-evento #background-mobile.bckg-topo {
    display: block;
}

.single-eventos .topo-evento .box-text, .single-eventos .topo-evento .form {
    width: 100%;
}

.single-eventos .topo-evento .box-text {
    font-family: Roboto, sans-serif;    
    color: #FFF;    
}

.single-eventos .topo-evento .box-text h1, .single-eventos .topo-evento .box-text h2 {
    font-family: 'Baloo 2', sans-serif;    
}

.single-eventos .evento-especial .topo-evento .box-text h1 {
    font-size: 3rem;
    line-height: 3rem;
}

.single-eventos .evento-especial .topo-evento .box-text p {
    font-size: 1.5rem;
}

.single-eventos .topo-evento .box-text .tag {
    background: #FFF;
    color: #9349DE;
    display: flex;
    gap: 4px;
    padding: 5px 17px;
    border-radius: 20px;
    max-width: fit-content;
}

.single-eventos .evento-especial .topo-evento .box-text a {
    width: fit-content;
    margin: 50px auto 0;
}

.single-eventos .topo-evento .form {
    background: #FFF;
    padding: 30px;
    border-radius: 25px;
}

.single-eventos .topo-evento .form h2 {
    font-family: 'Baloo 2', sans-serif;
    color: #9349DE;
    font-size: 1.225rem;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}

.single-eventos .content-main {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-color: #FFF;
    gap: 40px;
    flex-direction: column;
}

.single-eventos .content-main:before {
    content: '';
    background-color: #FFF;
    width: 150vw;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -50vw;
}

.single-eventos .evento-especial .section-autores {
    padding: 70px 0;
    text-align: center;
}

.single-eventos .evento-especial .section-autores h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    margin-top: 0;
    color: #9349DE;
}

.single-eventos .evento-especial .authors {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
    text-align: left;
}

.single-eventos .author {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-color: #9349DE;
    padding: 30px;
    color: #FFF;
    align-items: center;
}

.single-eventos .evento-especial .author {
    padding: 15px;
    border-radius: 20px;
    width: 100%;
    flex-direction: column;
    gap: 15px;
}

.single-eventos .author .col {
    width: 100%;
}

.single-eventos .author img.thumb {
    width: 300px;
    max-width: 100%;
}

.single-eventos .evento-especial .author img.thumb {
    width: 100%;
}

.single-eventos .author h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.single-eventos .evento-especial .author h3 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: 0;
    margin-bottom: 15px;
    color: #FFF;
}

.single-eventos .author p.bio {
    position: relative;
}

.single-eventos .frase-final {
    width: 100%;
    margin: 70px 0;
}

.single-eventos .frase-final h2 {
    font-family: 'Baloo 2', sans-serif;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.single-eventos .frase-final a {
    width: fit-content;
    margin: 0 auto;
}

.single-eventos .section-cronograma {
    position: relative;
    padding: 70px 0;
    color: #FFF;
}

.single-eventos .section-cronograma #ancora-cronograma {
    position: absolute;
    top: -100px;
}

.single-eventos .section-cronograma h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    margin-top: 0;
}

.single-eventos .section-cronograma .content {
    margin: 50px 0 0;
}

.single-eventos .section-cronograma .cronograma {
    position: relative;
    color: #000;
    font-family: 'Baloo 2', sans-serif;
    background-color: #FFF;
    padding: 15px 65px 15px 25px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.single-eventos .section-cronograma .cronograma.title-only {
    background-color: #1A1E37;
    color: #FFF;
    text-align: center;
    padding-right: 25px;
}

.single-eventos .section-cronograma .cronograma img.open-close {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 18px;
}

.single-eventos .section-cronograma .cronograma.title-only img.open-close {
    display: none;
}

.single-eventos .section-cronograma .cronograma.open img.open-close {
    transform: rotate(180deg);
}

.single-eventos .section-cronograma .cronograma p.sobretitulo {
    margin: 0 0 5px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #9349DE;
}

.single-eventos .section-cronograma .cronograma.title-only p.sobretitulo {
    color: #FFF;
}

.single-eventos .section-cronograma .cronograma h3 {
    position: relative;    
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    cursor: pointer;
}

.single-eventos .section-cronograma .cronograma.title-only h3 {
    color: #9349DE;
    cursor: auto;
}

.single-eventos .section-cronograma .cronograma .detalhes {
    display: none;
    margin-top: 15px;
}

.single-eventos .form-especial {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 70px 0;
    color: #FFF;
}

.single-eventos .form-especial #ancora-form {
    position: absolute;
    top: -100px;
}

.single-eventos .form-especial .bckg-topo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -50vw;
    margin-left: 50%;
    display: none;
}

.single-eventos .form-especial #background-mobile.bckg-topo {
    display: block;
}

.single-eventos .form-especial h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-top: 0;
}

.single-eventos .form-especial .form {
    background-color: #FFF;
    padding: 0 20px 20px;
    border-radius: 20px;
    color: initial;
}

.single-eventos .section-faq {
    padding: 50px 0;
}

.single-eventos .section-faq h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    margin-top: 0;
}

.single-eventos .section-faq h2 span {
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.single-eventos .section-faq .content {
    margin: 0;
}

.single-eventos .section-faq .faq {
    position: relative;
    background-color: #FFF;
    padding: 15px 50px 15px 25px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.single-eventos .section-faq .faq img.open-close {
    position: absolute;
    top: 18px;
    right: 18px;
}

.single-eventos .section-faq .faq.open img.open-close {
    transform: rotate(180deg);
}

.single-eventos .section-faq .faq h3 {
    position: relative;
    font-family: 'Baloo 2', sans-serif;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #9349DE;
    margin: 0;
    cursor: pointer;
}

.single-eventos .section-faq .faq .resp {
    display: none;
}

.single-eventos .section-oq-esperar {
    margin: 50px 0;
    text-align: center;
}

.single-eventos .section-oq-esperar h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    color: #9349DE;
    margin: 0;
}

.single-eventos .section-oq-esperar .oq-esperar {
    display: flex;
    flex-wrap: wrap;
    gap: 7%;
    margin: 50px 0 0 0;
    padding-left: 0;
}

.single-eventos .section-oq-esperar .oq-esperar .oq {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    list-style-position: inside;
}

.single-eventos .section-oq-esperar .oq-esperar .oq .icon {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9349DE;
    padding: 15px;
    border-radius: 50px;
    display: none;
}

.single-eventos .section-oq-esperar .oq-esperar .oq .icon img {
    max-width: 40px;
    max-height: 40px;
}

.single-eventos .evento-especial .section-videos {
    width: 100%;
    padding: 50px 0 70px;
    text-align: center;
}

.single-eventos .evento-especial .section-videos h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    margin-top: 0;
    color: #9349DE;
}

.single-eventos .evento-especial .section-videos .videos {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
    text-align: left;
}

.single-eventos .evento-especial .section-videos .videos .video {
    width: 100%;
}

.single-eventos .evento-especial .section-videos .videos .video iframe {
    border-radius: 10px;
}

.single-eventos .evento-especial .section-numeros {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
    margin-top: -60px;
}

.single-eventos .evento-especial .section-numeros h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    margin: 0;
}

.single-eventos .evento-especial .section-numeros .numeros {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: 25px 0 0;
    text-align: left;
}

.single-eventos .evento-especial .section-numeros .numeros .numero {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #EBF3F9;
    padding: 50px;
    border-radius: 20px;
    color: #9349DE;
}

.single-eventos .evento-especial .section-numeros .numeros .numero .icon {
    background-color: #9349DE;
    padding: 15px;
    border-radius: 50px;
}

.single-eventos .evento-especial .section-numeros .numeros .numero .icon img {
    max-width: 40px;
    max-height: 40px;
}

.single-eventos .evento-especial .section-numeros .numeros .numero h3 {
    margin-bottom: 0;
    font-family: 'Baloo 2', sans-serif;
    font-size: 2rem;
}

.single-eventos .evento-especial .section-numeros .numeros .numero h3 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 15px;
}

.single-eventos .content-main.marcas:before {
    background-color: inherit;
}

.single-eventos .evento-especial .section-marcas {
    width: 100%;
    text-align: center;
    padding: 70px 0;
}

.single-eventos .evento-especial .section-marcas h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-top: 0;
}

.single-eventos .evento-especial .section-marcas .marcas {
    width: 100%;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.single-eventos .content-main.contagem {
    background-color: #1f2041;
    color: #FFF;
}

.single-eventos .content-main.contagem:before {
    background-color: inherit;
}

.single-eventos .evento-especial .section-contagem {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 70px 0;
    color: #FFF;
}

.single-eventos .evento-especial .section-contagem .box-text h2 {
    font-family: 'Baloo 2', sans-serif;
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-top: 0;
}

.single-eventos .evento-especial .section-contagem .box-text a {
    width: fit-content;
    margin: 50px 0 0;
}

.single-eventos .evento-especial .section-contagem #regressiva {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-eventos .evento-especial .section-contagem #regressiva #contador {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

.single-eventos .evento-especial .section-contagem #regressiva #contador .info {
    width: 84px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Baloo 2', sans-serif;
}

.single-eventos .evento-especial .section-contagem #regressiva #contador .info span, .single-eventos .evento-especial .section-contagem #regressiva #contador .separador {
    font-size: 3rem;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {

    .section-eventos .box-text {
        flex-direction: row;
        margin-top: 0;
    }

    .section-eventos .box-text .col {
        width: 50%;
    }

    .section-eventos .box-text .col.right {
        display: block;
    }

    .section-eventos .topo-evento #background-mobile.bckg-topo, .single-eventos .topo-evento #background-mobile.bckg-topo {
        display: none;
    }

    .section-eventos .topo-evento #background.bckg-topo, .single-eventos .topo-evento #background.bckg-topo {
        display: block;
    }

    .section-eventos .section-icones .icones {
        margin-left: 120px;
        margin-right: 120px;
    }

    .section-eventos .section-icones .icones .icone {
        width: calc(33% - 3%);
    }    

    .section-eventos .section-inscricao #formulario {
        margin-left: 20%;
        margin-right: 20%;
    }

    .section-next-events .wrapper .card {
        width: 49%;
    }

    .single-eventos .topo-evento #background {
        display: block;
    }

    .single-eventos .evento-especial .topo-evento {
        text-align: center;
        justify-content: center;
    }

    .single-eventos .topo-evento .box-text, .single-eventos .topo-evento .form {
        width: calc(50% - 25px);
    }  
    
    .single-eventos .evento-especial .topo-evento .box-text {
        width: 70%;
    } 

    .single-eventos .author {
        flex-direction: row;
        padding: 50px 70px;    
    }

    .single-eventos .evento-especial .author {
        width: calc(33% - 16px);
    }

    .single-eventos .author:after {
        display: block;
    }

    .single-eventos .author .col.left {
        width: 29%;
    }
    
    .single-eventos .author .col.right {    
        width: 49%;
    }

    .single-eventos .evento-especial .author .col.left, .single-eventos .evento-especial .author .col.right {
        width: 100%;
    }

    .single-eventos .section-cronograma {
        padding: 70px 20%;
    }

    .single-eventos .form-especial .box-text, .single-eventos .form-especial .form {
        width: calc(50% - 25px);
    }

    .single-eventos .form-especial #background.bckg-topo {
        display: block;
    }

    .single-eventos .form-especial #background-mobile.bckg-topo {
        display: none;
    }

    .single-eventos .section-faq {
        padding: 70px 20%;
    }

    .single-eventos .evento-especial .section-videos .videos .video {
        width: calc(33% - 16px);
    }

    .single-eventos .evento-especial .section-numeros .numeros {
        margin: 25px 100px 0;
    }

    .single-eventos .evento-especial .section-numeros .numeros .numero {
        width: calc(33% - 18px);
    }

    .single-eventos .evento-especial .section-contagem .box-text, .single-eventos .evento-especial .section-contagem #regressiva {
        width: calc(50% - 25px);
    }

}

@media only screen and (min-width: 1200px) {

    .section-eventos .box-text .col.right img {
        margin: -140px 0 -70px;
    }

    .section-eventos .section-next-events {
        margin-left: -50px;
        margin-right: -50px;
    }

    .section-next-events .wrapper .card {
        width: 23%;
    }

    .single-eventos .section-oq-esperar .oq-esperar {
        margin: 50px 160px 0;
    }

    .single-eventos .section-oq-esperar .oq-esperar .oq {
        text-align: left;
        margin-bottom: 3%;
        width: calc(50% - 4%);
        padding-left: 100px;
    }

    .single-eventos .section-oq-esperar .oq-esperar .oq .icon {
        display: block;
    }

}