@media screen and (max-width: 1260px){
    .boxTopo .centro .conteudo .data.reduzido{display: flex;}
    .boxTopo .centro .topoMenu .conteudoTopo span.banner{}
/*    .boxTopo .centro .topoMenu .conteudoTopo:has(span.reduzido) span.banner::before{content: "";height: 173px;bottom: initial;top: -63px;}*/
}

@media screen and (max-width: 1190px){
    .versaoc .boxTopo .centro .topoMenu .conteudoTopo,
    .versaod .boxTopo .centro .topoMenu .conteudoTopo{gap: 20px;}
    .versaoc .boxTopo .centro .topoMenu nav.menu ul,
    .versaod .boxTopo .centro .topoMenu nav.menu ul{gap: 15px;}
    .versaoc .boxTopo .centro .topoMenu nav.menu ul li a b,
    .versaod .boxTopo .centro .topoMenu nav.menu ul li a b{font: 400 15px/18px "Oswald";}
}

._1000 .botaoMenu,
._1000 .menuMobile{display: none;}

.btnCTA:link,
.btnCTA:active,
.btnCTA:visited{display: block;width: 100%;max-width: 439px;background: #429E28;border-radius: 4px;box-shadow: 0 0px 0px 0px #5bc09100, 0 3px 0 0 rgba(255, 255, 255, 0.32) inset, 0 20px 24px -10px rgba(6, 13, 39, 0.53);padding: 16px 36px 12px;transition: all 0.5s ease;position: relative;z-index: 1;}
    .btnCTA b{display: block; font-size: 20px; font-weight: 700; line-height: 28px; text-transform: uppercase; color: #FFF; transition: all 0.5s ease;}
    .btnCTA.btnAzul b{font-size: 22px; line-height: 24px;}

.btnCTA.btnAzul:link,
.btnCTA.btnAzul:active,
.btnCTA.btnAzul:visited{max-width: 312px;background: #214FEE;box-shadow: 0 20px 32px -8px #6E3FED00, 0 3px 0 0 #ffffff38 inset, -16px 0 32px -8px #12309899 inset, 16px 0 32px -8px #12309899 inset !important;transition: all 0.5s ease;padding: 20px 36px 16px;margin: 0px auto;}

/* Hover */
.btnCTA:hover{background: #5cd43b;box-shadow: 0 20px 32px -8px #5bc09180, 0 3px 0 0 #ffffff52 inset, 0 20px 24px -10px #060d2787;}
.btnCTA.btnAzul:hover{background: #0095ff;box-shadow: 0 20px 32px -8px #35a6f780, 0 3px 0 0 #ffffff2b inset, -16px 0 32px -8px #214FEE inset, 16px 0 32px -8px #214FEE99 inset !important;}
    .btnCTA:hover b{}

/* Janela Form */
body.ativo{overflow: clip;}
body.ativo .janelaForm{opacity: 1;visibility: visible;pointer-events: auto;padding: 102px 20px; overflow: auto;}
.janelaForm{width: 100%;height: 100%;background: rgba(5, 5, 17, 0.80);backdrop-filter: blur(10px);position: fixed;top: 0px;left: 50%;transform: translateX(-50%);opacity: 0;visibility: hidden;transition: all 0.5s ease;pointer-events: none;z-index: 999;}
    .janelaForm .centro{width: 100%;max-width: 872px;border-radius: 8px;background: #FFF;padding: 44px 20px 94px;margin: auto;position: relative;}

        .janelaForm .centro span.botaoFechar{display: flex;justify-content: center;align-items: center;width: 36px;height: 36px;background: #FFF;border-radius: 100%;border: 1px solid #D6D6D6;position: absolute;top: -16px;right: 16px;transition: all 0.5s ease;cursor: pointer;}
            .janelaForm .centro span.botaoFechar svg{width: 10px; height: 10px; transition: all 0.5s ease;}
                .janelaForm .centro span.botaoFechar svg path{transition: all 0.5s ease;}

        /* Hover */
        .janelaForm .centro span.botaoFechar:hover{background: #FF0000;}
            .janelaForm .centro span.botaoFechar:hover svg path{fill: #FFF;}

        .janelaForm .centro h2{font-size: 32px; font-weight: 700; line-height: 40px; text-align: center; color: #123FD9;}
        .janelaForm .centro p{font-size: 18px; font-weight: 400; line-height: 28px; text-align: center; color: #010435; margin: -2px 0px 38px;}

        .janelaForm .centro form{display: flex;flex-direction: column;gap: 16px;width: 100%;max-width: 408px;margin: 0px auto;}
            .janelaForm .centro form div{}
                .janelaForm .centro form div label{display: block; font-size: 15px; font-weight: 500; line-height: 18px; color: #7A8099; margin-bottom: 2px;}
                    .janelaForm .centro form div label b{display: inline-block; font-weight: 500; color: #E65210;}

                .janelaForm .centro form div input,
                .janelaForm .centro form div select{display: block;font-size: 16px;font-weight: 400;line-height: 22px;color: #010435;letter-spacing: 0.01em;width: 100%;background: #E9EAEB;outline: 2px solid transparent;outline-offset: -2px;background-size: 16px 11px;border-radius: 4px;padding: 11px 16px;transition: all 0.5s ease;}
                .janelaForm .centro form div input::placeholder{}
                .janelaForm .centro form div select{-webkit-appearance: none;-moz-appearance: none;appearance: none;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none' viewBox='0 0 14 9'%3E%3Cpath fill='%23010435' d='M6.928 8.25 13.856 0H0z'/%3E%3C/svg%3E") no-repeat right 16px center #E9EAEB;background-size: 16px 11px;}
                    .janelaForm .centro form div select option{}

            /* Checkbox */
            .janelaForm .centro form div.checkbox{display: flex;gap: 8px;margin: 4px 0px;}
                .janelaForm .centro form div.checkbox input{width: 24px;min-width: 24px;height: 24px;background: #FFF;border-radius: 4px;border: 2px solid #E2E5EB;}
                .janelaForm .centro form div.checkbox label.termos{width: 100%;max-width: 361px;font-size: 13px;font-weight: 500;line-height: 19px;letter-spacing: -0.02em;color: #6D738B;margin: 0px;}
                    .janelaForm .centro form div.checkbox label.termos a:link,
                    .janelaForm .centro form div.checkbox label.termos a:active,
                    .janelaForm .centro form div.checkbox label.termos a:visited{display: inline-block;font-weight: 500;text-decoration: underline;color: #6D738B;transition: all 0.5s ease;}
                    .janelaForm .centro form div.checkbox label.termos a:hover{color: #123FD9;}

            .janelaForm .centro form button{width: 100%;display: flex;align-items: center;gap: 8px;border-radius: 4px;background: #429E28;box-shadow: 0 20px 32px -8px #1035b34d, -16px 0 32px -8px #28784099 inset, 16px 0 32px -8px #28784099 inset, 0 3px 0 0 #ffffff6b inset;padding: 18px 28px 14px;cursor: pointer;transition: all 0.5s ease;}
                .janelaForm .centro form button b{}
                .janelaForm .centro form button svg{display: block;width: 21px;min-width: 21px;height: 18px;transition: all 0.5s ease;transform: translate(0px, -3px);}
                    .janelaForm .centro form button svg path{transition: all 0.5s ease;}

            /* Hover */
            .janelaForm .centro form button:hover{background: #5cd43b;box-shadow: 0 20px 32px -8px #5bc09180, -16px 0 32px -8px #28784033 inset, 16px 0 32px -8px #28784033 inset, 0 3px 0 0 #ffffff52 inset;}
                .janelaForm .centro form button:hover b{}
                .janelaForm .centro form button:hover svg{transform: translate(5px, -3px);}
                    .janelaForm .centro form button:hover svg path{opacity: 1;}

/* Box Topo */
.boxTopo{background: #00002F;position: relative;overflow: clip;}
    .boxTopo::before{content: "";width: 100%;height: 100%;background: radial-gradient(66.78% 100% at 66.68% 100%, #0048A5 0%, #000B3F 81.25%, #00002F 100%);position: absolute;top: 0px;left: 0px;z-index: 0;}
    .boxTopo::after{content: "";width: 100%;height: 100%;background: url('../img/fundoBoxTopo.svg') no-repeat center top;background-size: cover;position: absolute;top: 0px;left: 0px;z-index: 0;animation: conteudoAnimado 5s forwards;opacity: 0;visibility: hidden;transition: all 0.5s ease;}

    .boxTopo ul.fundoBussola.blocoAnimado{width: 100%;max-width: 100%;height: 100%;position: absolute;top: 0px;right: calc(50% - 963px);z-index: 1;pointer-events: none;}
    .boxTopo ul.fundoBussola.blocoAnimado.ativo{animation: imgAnimada 5s forwards;opacity: 0;visibility: hidden;}
        .boxTopo ul.fundoBussola::before{content: "";width: 808px;height: 917px;background: url('../img/iconeContabeisLinha.svg') no-repeat;position: absolute;top: 52px;right: 232px;animation: conteudoAnimado 5s forwards;opacity: 0;visibility: hidden;transition: all 0.5s ease;}
        .boxTopo ul.fundoBussola li{position: absolute;}

        /* Bussola */
        .boxTopo ul.fundoBussola.blocoAnimado li.bussola{width: 1035px;height: 1035px;bottom: -552px;right: 117px;animation: entradaBussola 5s forwards;animation-delay: 0.4s;opacity: 0;visibility: hidden;transition: all 0.5s ease;}
        .boxTopo ul.fundoBussola.blocoAnimado.ativo li.bussola{animation: entradaBussola 5s forwards;animation-delay: 0.4s;opacity: 0;visibility: hidden;}

            .boxTopo ul.fundoBussola li.bussola figure{transform: rotate(0deg);animation: bussolaAnimada 230s infinite linear;}
            .boxTopo ul.fundoBussola li.bussola div.sombras{width: 1019px;height: 174px;position: absolute;bottom: 458px;right: 72px;animation: entradaBussola 5s;z-index: 1;}
                .boxTopo ul.fundoBussola li.bussola div.sombras span.sombra1{width: 402px;height: 75px;border-radius: 402px;background: #08102D;filter: blur(39px);transform: rotate(-8.437deg);position: absolute;bottom: 23px;left: 0px;}
                .boxTopo ul.fundoBussola li.bussola div.sombras span.sombra2{width: 167px;height: 75px;background: #08102D;transform: rotate(-8.437deg);filter: blur(39px);position: absolute;top: 0px;left: 380px;}
                .boxTopo ul.fundoBussola li.bussola div.sombras span.sombra3{width: 360px;height: 67px;border-radius: 360px;background: #08102D;transform: rotate(6.26deg);filter: blur(39px);position: absolute;top: 38px;right: 0px;}

        /* Bussola Palavras */
        .boxTopo ul.fundoBussola li.bussolaPalavras{width: 727px;height: 725px;bottom: -399px;right: 276px;animation: palavrasAnimada 230s infinite linear, entradaPalavras 5s forwards;animation-delay: 0.9s;opacity: 0;visibility: hidden;transition: all 0.5s ease;}

        /* Montanha */
        .boxTopo ul.fundoBussola li.montanha{width: 658px;height: 176px;bottom: -1px;right: 307px;animation: entradaMontanha 5s forwards;animation-delay: 0.85s;transition: all 0.5s ease;z-index: 1;opacity: 0;visibility: hidden;}
            .boxTopo ul.fundoBussola li.montanha::before{content: "";width: 108px;height: 4px;background: linear-gradient(0deg, #6DF2FF 57.14%, rgba(109, 242, 255, 0.30) 100%);filter: blur(3px);transform: translateX(-50%);border-radius: 100%;position: absolute;top: 52px;left: 50%;animation: luzMontanha 5s forwards;animation-delay: 5s;opacity: 0;visibility: hidden;z-index: 1;}
            .boxTopo ul.fundoBussola li.montanha figure{animation: montanhaAnimada 5s forwards;}

        /* Luzes */
        .boxTopo ul.fundoBussola li.luzes{width: 1127px;height: 725px;bottom: 86px;right: 72px;opacity: 0;visibility: hidden;animation: luzesAnimada 5s forwards;animation-delay: 5s;transition: all 0.5s ease;mix-blend-mode: plus-lighter;}
            .boxTopo ul.fundoBussola li.luzes span.luz1{width: 1127px;height: 725px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1277' height='704' fill='none' viewBox='0 0 1277 704'%3E%3Cg filter='url(%23a)' opacity='0.4' style='mix-blend-mode:overlay'%3E%3Cpath fill='url(%23b)' d='m77.094-98.31 545.594 724.853h36.575L1203.64-98.31z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='694.01' x2='694.01' y1='626.543' y2='-98.31' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23014BB5'/%3E%3Cstop offset='.739' stop-color='%23014BB5' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23014BB5' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='1280.73' height='879.041' x='0' y='-175.404' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_871_4044' stdDeviation='38.547'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center;background-size: contain;opacity: 0;position: absolute;bottom: 0px;right: 0px;animation: luz1 1.1s cubic-bezier(.16,1,.3,1) 3.95s both;animation-delay: 0.9s;transition: all 0.5s ease;filter: brightness(1) hue-rotate(380deg);}
            .boxTopo ul.fundoBussola li.luzes span.luz2{width: 731px;height: 752px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='809' height='673' fill='none' viewBox='0 0 809 673'%3E%3Cg filter='url(%23a)' opacity='1' style='mix-blend-mode:overlay'%3E%3Cpath fill='url(%23b)' d='m38.547-118 341.025 752.062h50.914L769.815-118z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='478.856' x2='478.856' y1='634.062' y2='-118' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230054c2'/%3E%3Cstop offset='.739' stop-color='%230054c2' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230054c2' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='808.361' height='829.156' x='0' y='-156.547' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_871_4045' stdDeviation='19.273'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center;background-size: cover;opacity: 0;position: absolute;bottom: -8px;right: 50%;transform: translateX(50%);animation: luz2 1.25s cubic-bezier(.16,1,.3,1) 4.05s both;animation-delay: 0.95s;transition: all 0.5s ease;filter: brightness(1.1) hue-rotate(
370deg);}
            .boxTopo ul.fundoBussola li.luzes span.luz3{width: 265px;height: 506px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='522' fill='none' viewBox='0 0 280 522'%3E%3Cg filter='url(%23a)' opacity='0.9' style='mix-blend-mode:plus-lighter'%3E%3Cpath fill='url(%23b)' d='m7.709 7.71 125.239 505.995h14.557L272.259 7.709z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='161.334' x2='161.334' y1='440.705' y2='7.709' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2343adff'/%3E%3Cstop offset='.739' stop-color='%2343adff' stop-opacity='0.1'/%3E%3Cstop offset='1' stop-color='%2343adff' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='279.97' height='521.415' x='0' y='0' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_871_4046' stdDeviation='3.855'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center;background-size: cover;opacity: 0;position: absolute;bottom: -8px;right: 50%;transform: translateX(50%);animation: luz3 1s linear 4.1s both;animation-delay: 1s;transition: all 0.5s ease;filter: brightness(1.1) hue-rotate(
380deg);}

            .boxTopo ul.fundoBussola li figure{width: 100%; height: 100%;}
                .boxTopo ul.fundoBussola li figure img{width: 100%; height: 100%;}

/* ANIMATION */
@keyframes conteudoAnimado{
    0%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

@keyframes conteudoAnimado1{
    0%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

@keyframes imgAnimada{
    0%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}


@keyframes bussolaAnimada{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

@keyframes palavrasAnimada{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

@keyframes montanhaAnimada{
    0%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

@keyframes luzMontanha{
    0%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

@keyframes luzesAnimada{
    0%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

@keyframes luz1{
    0%{transform: scale(1.2);opacity: 0;}
    100%{transform: scale(1);opacity: 1;}
}

@keyframes luz2{
    0%{transform: translate3d(50%, 60px, 0);opacity: 0;}
    100%{transform: translate3d(50%, 0, 0);opacity: 1;}
}

@keyframes luz3{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

@keyframes entradaBussola{
    0%{bottom: -1196px; opacity: 0; visibility: hidden;}
    15%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

@keyframes entradaPalavras{
    0%{bottom: -847px; opacity: 0; visibility: hidden;}
    15%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

@keyframes entradaMontanha{
    0%{bottom: -1760px; opacity: 0; visibility: hidden;}
    15%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

    .boxTopo .centro{width: 100%;max-width: 1320px;padding: 63px 20px 160px;margin: 0px auto;position: relative;z-index: 2;}

    	.boxTopo .centro .topoMenu{display: flex;justify-content: space-between;gap: 20px;margin-bottom: 84px;}
    	    .boxTopo .centro .topoMenu .conteudoTopo{display: flex;gap: 26px;}

    	        .boxTopo .centro .topoMenu .conteudoTopo h1{width: 100%; max-width: 287px; height: 50px;}
    	            .boxTopo .centro .topoMenu .conteudoTopo h1 figure{width: 100%; height: 100%;}
    	                .boxTopo .centro .topoMenu .conteudoTopo h1 figure img{width: 100%; height: 100%;}
    	       .boxTopo .centro .topoMenu .conteudoTopo span.banner{display: block;font-size: 11px;font-weight: 400;line-height: 16px;letter-spacing: 0;text-transform: uppercase;color: #FFF;position: relative;padding: 7px 10px 9px 10px;}
    	           .boxTopo .centro .topoMenu .conteudoTopo span.banner::before{content: "";width: 100%;height: 150px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='138' fill='none' viewBox='0 0 46 138'%3E%3Cpath fill='%23164bff' fill-rule='evenodd' d='M46 138 45.998-2H0l.002 140 22.999-8z' clip-rule='evenodd' opacity='.9'/%3E%3C/svg%3E") no-repeat;background-size: contain;position: absolute;bottom: -19px;left: 50%;transform: translateX(-50%);z-index: -1;pointer-events: none;}
    	           .boxTopo .centro .topoMenu .conteudoTopo span.banner b{display: block;font: 400 32px/32px "Oswald";letter-spacing: 0.01em;padding-bottom: 1px;}

    	       .boxTopo .centro .topoMenu .conteudoTopo div.data{min-width: 195px;padding-top: 8px;}
    	           .boxTopo .centro .topoMenu .conteudoTopo div.data p{font: 400 22px/24px "Oswald";letter-spacing: 0.04em;text-transform: uppercase;color: #FFF;margin-bottom: 9px;}

    	           .boxTopo .centro .topoMenu .conteudoTopo div.data span{display: flex;gap: 9px;font-size: 14px;font-weight: 600;line-height: 16px;letter-spacing: -0.02em;text-transform: uppercase;color: #172E7B;padding-top: 8px;position: relative;transition: all 0.5s ease;}
    	           .boxTopo .centro .topoMenu .conteudoTopo div.data span.mobile{display: none;}
    	           .boxTopo .centro .conteudo .data.reduzido,
    	           .versaoc .boxTopo .centro .conteudo .data.reduzido,
    	           .versaod .boxTopo .centro .conteudo .data.reduzido{display: none;}
    	               .boxTopo .centro .topoMenu .conteudoTopo div.data span::before{content: "";width: calc(100% + 26px);height: 2px;background: #5d7ef23d;position: absolute;left: -26px;top: -2px;}
    	               .boxTopo .centro .topoMenu .conteudoTopo div.data span b{font-size: 14px; font-weight: 600; line-height: 16px;color: #3E65EB;}
    	                   .boxTopo .centro .topoMenu .conteudoTopo div.data span b em{font-weight: 600; color: #FFF;}

    	   .boxTopo .centro .topoMenu nav.menu{height: 100%;padding-top: 9px;}
    	       .boxTopo .centro .topoMenu nav.menu ul{display: flex; align-items: center; gap: 24px;}
    	           .boxTopo .centro .topoMenu nav.menu ul li{}
    	               .boxTopo .centro .topoMenu nav.menu ul li a:link,
    	               .boxTopo .centro .topoMenu nav.menu ul li a:active,
    	               .boxTopo .centro .topoMenu nav.menu ul li a:visited{display: block;padding: 10px 7px 7px 6px;border-bottom: 2px solid #184cbe8a;box-shadow: 0 0px 0px 0px #296cff00;transition: all 0.5s ease;}
    	               .boxTopo .centro .topoMenu nav.menu ul li a.entrar{display: flex; align-items: center; gap: 8px;}
    	                   .boxTopo .centro .topoMenu nav.menu ul li a b{display: flex;align-items: center;gap: 8px;font: 400 17px/20px "Oswald";text-transform: uppercase;color: #FFF;letter-spacing: 0.05em;transition: all 0.5s ease;}
    	                   .boxTopo .centro .topoMenu nav.menu ul li a.entrar b{color: #AABDFF;}
    	                   .boxTopo .centro .topoMenu nav.menu ul li a:not(a.entrar) b::after{content: "";display: block;width: 5px;height: 5px;background: #5E7FF2;opacity: 40%;border-radius: 100%;transition: all 0.5s ease;margin-top: -1px;pointer-events: none;}
    	                   .boxTopo .centro .topoMenu nav.menu ul li a.entrar svg{width: 11px; min-width: 11px; height: 15px;transition: all 0.5s ease;}
    	                       .boxTopo .centro .topoMenu nav.menu ul li a.entrar svg path{transition: all 0.5s ease;}
                        /* Hover */
                        .boxTopo .centro .topoMenu nav.menu ul li a:hover{border-bottom: 2px solid #296cff;box-shadow: 0 16px 22px -10px #296cff80;}
    	                   .boxTopo .centro .topoMenu nav.menu ul li a:hover:not(a.entrar) b::after{background: #296cff;opacity: 1;}
                            .boxTopo .centro .topoMenu nav.menu ul li a.entrar:hover{}
                            .boxTopo .centro .topoMenu nav.menu ul li a.entrar:hover b{color: #FFF;}
                            .boxTopo .centro .topoMenu nav.menu ul li a.entrar:hover path{fill: #296cff;opacity: 1;}

        .boxTopo .centro .conteudo{width: 100%;max-width: 606px;animation: conteudoAnimado 5s forwards;animation-delay: 0.3s;opacity: 0;visibility: hidden;transition: all 0.5s ease;}

            .boxTopo .centro .conteudo .data{}
                .boxTopo .centro .conteudo .data{width: 100%;display: flex;align-items: end;padding-bottom: 20px;margin-bottom: 11px;position: relative;}
                    ._1000 .versaoc .boxTopo .centro .conteudo .data::after,
                    ._1000 .versaod .boxTopo .centro .conteudo .data::after{content: "";display: block;width: 30px;height: 2px;background: #4C84F4;opacity: 0.34;pointer-events: none;position: absolute;bottom: 0px;left: 0px;}
                    .boxTopo .centro .conteudo .data p{font: 500 19px/24px "Oswald";letter-spacing: 0.04em;text-transform: uppercase;color: #FFF;margin: 0px 23px 0px 0px;}
                    .boxTopo .centro .conteudo .data span{display: flex;gap: 9px;font-size: 15px;font-weight: 600;line-height: 16px;letter-spacing: -0.02em;text-transform: uppercase;color: #172E7B;}
                        .boxTopo .centro .conteudo .data span b{font-size: 15px;font-weight: 600;line-height: 16px;color: #3E65EB;}
                        .boxTopo .centro .conteudo .data span em{font-weight: 600; color: #FFF;}

            .boxTopo .centro .conteudo h2{font-size: 44px;font-weight: 700;line-height: 48px;color: #FFF;margin-bottom: 6px;}
            .boxTopo .centro .conteudo > p{width: 100%;max-width: 420px;font-size: 20px;font-weight: 400;line-height: 28px;letter-spacing: -0.01em;color: #FFF;margin-bottom: 16px;}
            .boxTopo .centro .conteudo > span{width: 100%;max-width: 322px;display: block;font-size: 15px;font-weight: 600;line-height: 20px;letter-spacing: 0.01em;color: #FFF;margin-bottom: 21px;}
                .boxTopo .centro .conteudo > span::before{content: "";display: block;width: 30px;height: 2px;background: #4C84F4;opacity: 0.34;margin-bottom: 19px;pointer-events: none;}
                .boxTopo .centro .conteudo span i{font-size: 15px;font-weight: 500;font-style: italic;line-height: 20px;color: #4C84F4;}
            .boxTopo .centro .conteudo a:link,
            .boxTopo .centro .conteudo a:active,
            .boxTopo .centro .conteudo a:visited{display: block;width: 100%;max-width: 439px;}
                .boxTopo .centro .conteudo a b{}
            /* Hover */
            .boxTopo .centro .conteudo a:hover{background: #5cd43b;box-shadow: 0 20px 32px -8px #5bc09180, 0 3px 0 0 #ffffff52 inset, 0 20px 24px -10px #060d2787;}



                .boxTopo .centro .conteudo a:hover b{}

/* BOX DECIDIR */
.boxDecidir{background: radial-gradient(72.17% 68.06% at 65% 0%, #081333 0%, #040417 100%); position: relative;}
    .boxDecidir.sessaoAnimado.blocoAnimado::before{content: "";width: 811px;height: 746px;background: url('../img/predioFundo1.svg') no-repeat;position: absolute;bottom: 0px;left: 27px;transition: all 0.5s ease;pointer-events: none;}
    .boxDecidir.sessaoAnimado.blocoAnimado::after{content: "";width: 799px;height: 743px;background: url('../img/predioFundo2.svg') no-repeat;background-size: contain;position: absolute;bottom: 0px;right: 26px;transition: all 0.5s ease;pointer-events: none;}
    .boxDecidir.sessaoAnimado.blocoAnimado.ativo::before{content: "";bottom: 148px;animation: predio1 5s forwards;animation-delay: 3s;opacity: 0;visibility: hidden;}
    .boxDecidir.sessaoAnimado.blocoAnimado.ativo::after{content: "";bottom: 69px;animation: predio2 5s forwards;animation-delay: 3s;opacity: 0;visibility: hidden;}

@keyframes predio1{
    0%{bottom: -150px; opacity: 0; visibility: hidden;}
    15%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}
@keyframes predio2{
    0%{bottom: -150px; opacity: 0; visibility: hidden;}
    15%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

    .boxDecidir .centro{width: 100%;max-width: 1320px;padding: 139px 20px 0px;margin: 0px auto;position: relative;z-index: 2;}
        .boxDecidir .centro h2{font-size: 32px;font-weight: 400;line-height: 40px;text-align: center;color: #FFF;margin-bottom: 34px;}
            .boxDecidir .centro h2 b{display: block;font-size: 40px;font-weight: 700;line-height: 40px;color: #2858FF;margin-top: 5px;}
        .boxDecidir .centro > p{width: 100%;max-width: 771px;font-size: 18px;font-weight: 400;line-height: 28px;text-align: center;color: #A7BBFF;margin: 0px auto 138px;}
            .boxDecidir .centro > p b{font-weight: 700;color: #FFF;}

        .boxDecidir .centro div.conteudo{width: 100%;max-width: 997px;background: #FFF;border-radius: 10px;outline: 2px dashed #C4C9DB;outline-offset: -2px;box-shadow: 0 0 0 4px #FFF;padding: 76px 20px 2px;margin: 0px auto;position: relative;z-index: 0;}
            .boxDecidir .centro div.conteudo::before{content: "";width: 12px;height: 88px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='88' fill='none' viewBox='0 0 12 88'%3E%3Cpath fill='%23305fff' d='m6.773 10 4.774-10H0l4.773 10zm-1-4.681h-1v2.9h2v-2.9zm0 6.769h-1v2.901h2v-2.901zm0 6.77h-1v2.9h2v-2.9zm0 6.768h-1v2.901h2v-2.9zm0 6.77h-1v2.9h2v-2.9zm0 6.769h-1v2.9h2v-2.9zm0 6.77h-1v2.9h2v-2.9zm0 6.768h-1v2.901h2v-2.9zm0 6.77h-1v2.9h2v-2.9zm0 6.769h-1v2.9h2v-2.9zm0 6.769h-1v2.901h2v-2.901zm0 6.77h-1v2.9h2v-2.9zm0 6.768h-1V88h2v-1.45z'/%3E%3C/svg%3E") no-repeat;position: absolute;top: -92px;left: 50%;transform: translate(-50%);pointer-events: none;}
            .boxDecidir .centro div.conteudo p{width: 100%;max-width: 713px;font-size: 20px;font-weight: 400;line-height: 30px;text-align: center;color: #2B2C33;margin: 0px auto 54px;}
                .boxDecidir .centro div.conteudo p b{font-weight: 700;}
                .boxDecidir .centro div.conteudo p em{font-weight: 700; color: #164BFF;}

            .boxDecidir .centro div.conteudo ul{width: 100%;max-width: 770px;display: flex;justify-content: space-between;align-items: center;gap: 20px;margin: 0px auto 58px;}
                .boxDecidir .centro div.conteudo ul li{position: relative;}
                .boxDecidir .centro div.conteudo ul li.separador{width: 6px;min-width: 6px;height: 6px;background: #D8DDEF;border-radius: 100%;pointer-events: none;}

                .boxDecidir .centro div.conteudo ul li.certificado{margin-bottom: auto;}
                    .boxDecidir .centro div.conteudo ul li.certificado::before{content: "";width: 33px;height: 42px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='42' fill='none' viewBox='0 0 33 42'%3E%3Cpath fill='%23c4c9db' d='M19.607.03a4.3 4.3 0 0 1 1.834.182 4.2 4.2 0 0 1 2.602 2.408l.075.163a2.58 2.58 0 0 0 2.13 1.411 4.24 4.24 0 0 1 3.16 1.74l.13.187a4.15 4.15 0 0 1 .537 3.271 2.5 2.5 0 0 0 .832 2.533 4.16 4.16 0 0 1 .008 6.438 2.5 2.5 0 0 0-.842 2.53l.05.222a4.15 4.15 0 0 1-1.824 4.293l4.646 12.214a.84.84 0 0 1-.185.889.84.84 0 0 1-.878.2l-4.971-1.787-2.524 4.638a.84.84 0 0 1-.79.436.84.84 0 0 1-.726-.538l-4.373-11.493a4 4 0 0 1-.628-.31h-.002a2.63 2.63 0 0 0-2.737 0q-.302.182-.63.314l-4.372 11.49a.84.84 0 0 1-.782.539.84.84 0 0 1-.673-.342l-.06-.095-2.526-4.637-4.97 1.786a.834.834 0 0 1-1.1-.618.84.84 0 0 1 .037-.472L4.7 25.408a4.2 4.2 0 0 1-.978-.88l-.13-.168a4.15 4.15 0 0 1-.666-3.46 2.5 2.5 0 0 0-.832-2.53l-.174-.15a4.16 4.16 0 0 1 .166-6.289 2.5 2.5 0 0 0 .841-2.53 4.16 4.16 0 0 1 .666-3.466 4.24 4.24 0 0 1 3.154-1.74 2.58 2.58 0 0 0 2.21-1.575A4.22 4.22 0 0 1 11.56.212l.223-.067a4.27 4.27 0 0 1 3.348.492 2.63 2.63 0 0 0 2.738 0 4.3 4.3 0 0 1 1.74-.607M2.267 36.516l3.931-1.413.143-.038a.83.83 0 0 1 .873.426l1.998 3.67 3.38-8.883a4.21 4.21 0 0 1-3.635-2.605A2.58 2.58 0 0 0 6.752 26.1a4 4 0 0 1-.498-.07zm24.478-10.487a4 4 0 0 1-.49.07h-.001a2.58 2.58 0 0 0-2.21 1.572v.001a4.22 4.22 0 0 1-3.637 2.607l3.38 8.881 1.999-3.67.083-.124a.84.84 0 0 1 .933-.263l3.93 1.413zm-5.821-24.22a2.6 2.6 0 0 0-2.178.259 4.31 4.31 0 0 1-4.49 0 2.61 2.61 0 0 0-3.127.294c-.271.25-.484.557-.625.897a4.259 4.259 0 0 1-3.638 2.61l-.001.001a2.58 2.58 0 0 0-1.92 1.052 2.47 2.47 0 0 0-.427 1.925l.03.133.06.29a4.19 4.19 0 0 1-1.452 3.952h-.002a2.48 2.48 0 0 0-.68 2.984c.158.333.388.626.673.86a4.19 4.19 0 0 1 1.403 4.24v.001a2.47 2.47 0 0 0 .395 2.064 2.57 2.57 0 0 0 1.913 1.053 4.26 4.26 0 0 1 3.523 2.34l.123.269v.002a2.54 2.54 0 0 0 1.572 1.45 2.6 2.6 0 0 0 2.179-.26 4.3 4.3 0 0 1 4.23-.145l.259.146a2.6 2.6 0 0 0 2.18.26v-.002a2.54 2.54 0 0 0 1.572-1.45 4.26 4.26 0 0 1 3.638-2.61 2.58 2.58 0 0 0 1.921-1.053 2.47 2.47 0 0 0 .397-2.057 4.19 4.19 0 0 1 1.392-4.241l.002-.002a2.48 2.48 0 0 0 .68-2.983 2.5 2.5 0 0 0-.674-.86 4.19 4.19 0 0 1-1.402-4.24v-.001a2.47 2.47 0 0 0-.395-2.064 2.57 2.57 0 0 0-1.913-1.053 4.26 4.26 0 0 1-3.646-2.61 2.54 2.54 0 0 0-1.572-1.45M14.56 5.393a9.94 9.94 0 0 1 10.202 4.228 9.95 9.95 0 0 1 1.676 5.526 9.948 9.948 0 0 1-9.447 9.932l-.492.012a9.94 9.94 0 0 1-9.183-6.137 9.95 9.95 0 0 1 7.244-13.56m5.103 2.118A8.268 8.268 0 0 0 8.863 18.309a8.27 8.27 0 0 0 7.637 5.104 8.277 8.277 0 0 0 8.266-8.266 8.26 8.26 0 0 0-5.102-7.636M16.5 9.135a.86.86 0 0 1 .68.331l.063.094.006.012 1.375 2.784 3.073.447a.84.84 0 0 1 .677.57.84.84 0 0 1-.213.864l-2.224 2.166.525 3.06a.843.843 0 0 1-.764.979.84.84 0 0 1-.448-.093l-2.75-1.447-2.75 1.447a.837.837 0 0 1-1.213-.886l.524-3.06-2.222-2.166a.843.843 0 0 1 .045-1.245c.12-.101.265-.167.419-.189l3.072-.447 1.375-2.784.007-.012a.87.87 0 0 1 .743-.425m-.82 4.362a.84.84 0 0 1-.63.458l-1.826.265 1.32 1.287a.84.84 0 0 1 .242.745l-.313 1.82 1.638-.86a.84.84 0 0 1 .777 0l1.638.86-.312-1.82a.85.85 0 0 1 .242-.744l1.32-1.288-1.827-.265a.84.84 0 0 1-.63-.458l-.819-1.661z'/%3E%3C/svg%3E") no-repeat;position: absolute;top: 0px;right: -6px;pointer-events: none;}
                    .boxDecidir .centro div.conteudo ul li span{display: block; font: 500 18px/24px "Oswald"; text-transform: uppercase; text-align: center; letter-spacing: 0.02em; color: #1B3384;}
                        .boxDecidir .centro div.conteudo ul li span b{display: block;font: 400 14px/16px "Poppins";letter-spacing: 0.11em;color: #A6ACC3;}
                        .boxDecidir .centro div.conteudo ul li.certificado span b{text-align: left;}
                        .boxDecidir .centro div.conteudo ul li span em{display: block;font: 500 56px/48px "Oswald";letter-spacing: -0.035em;margin-bottom: 4px;}
                        .boxDecidir .centro div.conteudo ul li span em.verde{color: #409A2B;}
                        .boxDecidir .centro div.conteudo ul li span em.azul{color: #164BFF;}
                        .boxDecidir .centro div.conteudo ul li.certificado span em{font: 500 32px/36px "Oswald";letter-spacing: -0.01em;text-align: left;color: #1B3384;margin-top: -1px;}
                            .boxDecidir .centro div.conteudo ul li span em strong{display: block;font: 500 36px/40px "Oswald";color: #164BFF;margin-top: -1px;}

            .boxDecidir .centro div.conteudo a:link,
            .boxDecidir .centro div.conteudo a:active,
            .boxDecidir .centro div.conteudo a:visited{display: block;max-width: 544px;padding: 22px 52px 18px;margin: 0px auto -30px;outline: 4px solid #8E93A229;box-shadow: 0 20px 32px -8px #5bc09142, -16px 0 32px -8px #28784099 inset, 16px 0 32px -8px #28784099 inset, 0 3px 0 0 #ffffff6b inset;}
                .boxDecidir .centro div.conteudo a b{font-size: 24px;}
            /* Hover */
            .boxDecidir .centro div.conteudo a:hover{box-shadow: 0 20px 32px -8px #5bc09180, -16px 0 32px -8px #28784033 inset, 16px 0 32px -8px #28784033 inset, 0 3px 0 0 #ffffff80 inset;outline: 4px solid #2093002b;}
                .boxDecidir .centro div.conteudo a:hover b{}

/* Box Edicao */
.boxEdicao{background: #040417;position: relative;/* overflow: clip; */margin-top: -40px;}
    .boxEdicao::before{content: "";width: 1374px;height: 1992px;background: #172C6B;filter: blur(344px);border-radius: 100%;position: absolute;bottom: -1309px;left: 50%;transform: translateX(-50%);z-index: 0;}
    .boxEdicao::after{content: "";width: 69px;height: 78px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='78' fill='none' viewBox='0 0 69 78'%3E%3Cg opacity='.16'%3E%3Cpath fill='url(%23a)' d='M65.147 13.764c1.04 0 2.734-2.108 3.298-3.613.47-1.252.576-2.641.552-3.97H48.57l-5.464 9.005h-3.484v2.909h4.869l5.636-9H65.22c-.218.694-.742 1.983-1.62 1.983h-9.732c-.245 0-.359.2-.39.264-.232.468-.213 1.33.005 1.8.097.215.26.275.385.275h3.428c-.131.736-.657 2.338-2.746 2.338h-6.046v2.456h6.637c1.452 0 3.359-.36 4.482-2.643.444-.902.733-1.523.855-1.797z'/%3E%3Cpath fill='url(%23b)' d='M24.254 17.861h5.806v-2.675h-4.286L20.429 6.18H.003C-.02 7.51.085 8.9.555 10.151c.564 1.505 2.259 3.613 3.297 3.613.669 0 3.772.005 4.67.007.123.274.412.895.856 1.797 1.123 2.282 3.03 2.643 4.482 2.643h6.637v-2.456H14.45c-2.09 0-2.615-1.603-2.746-2.338h3.428c.124 0 .288-.06.386-.274.215-.474.237-1.331.005-1.8-.032-.065-.146-.265-.391-.265H5.402c-.879 0-1.403-1.29-1.621-1.984h15.09z'/%3E%3Cpath fill='url(%23c)' d='M23.514 38.935c-.988.027-1.38.8-1.512 1.555-.29 1.663-.017 3.94.926 5.336.897 1.328 3.207 2.845 5.465 2.93 2.142.08 7.577-.12 10.597 0 2.787.111 4.418 2.354 4.39 4.05-.032 1.97-1.407 2.598-2.732 3.45-1.217.783-1.199 2.45.341 2.762 1.393.282 3.247-1.056 4.099-2.071 1.254-1.495 1.656-4.323.796-6.752-.886-2.504-4.565-4.68-6.742-4.638-.53.012-1.774-.027-2.988 0l.054-6.212h-3.123v6.206c-.993.015-1.98 0-2.864 0-3.055 0-4.206-.668-4.877-1.776-.448-.74-.36-1.839-.444-2.67-.086-.844-.272-2.2-1.386-2.17'/%3E%3Cpath fill='url(%23d)' d='M25.741 51.208c-.8.033-1.363.409-1.631 1.254-.25.784-.533 3.516 1.41 6.066.983 1.289 2.078 1.94 3.57 2.258 1.89.403 3.886.307 5.805.307 2.928 0 4.005 2.035 4.112 4.522.076 1.772-1.197 3.405-2.8 4.134v-6.947H33.14v7.17c-2.041-.565-3.061-2.544-3.146-4.536-.022-.534.063-1.29-.266-1.75-.78-1.087-2.52-.327-2.573 2.611-.052 2.875 1.957 6.175 5.985 6.83V78h3.069v-4.873c3.014-.797 5.796-3.649 5.602-7.49-.158-3.111-2.32-7.36-5.602-8v-6.464h-3.123l-.098 6.464c-.034 0 .034.002 0 0-1.664-.04-3.159-.083-3.86-.372-1.36-.56-1.893-1.913-2.002-3.05-.077-.8-.188-3.058-1.384-3.007'/%3E%3Cpath fill='url(%23e)' fill-rule='evenodd' d='M36.208 33.973h6.662c3.55 0 7.345 2.918 7.524 6.888.087 1.96-.322 2.874-1.044 3.85-.884 1.194-1.918 2.22-3.466 2.102-.51-.038-1.298-.244-1.298-.896 0-.689 1.125-1.37 1.527-1.74.868-.802 1.511-1.417 1.46-2.954-.102-3.07-3.188-4.294-4.3-4.294H20.628c-3.997 0-5.971-4.48-5.857-7.446.145-3.764 2.507-6.908 6.313-7.316 1.218-.13 2.583-.077 4.123-.127 1.78 0 4.235-.18 5.943 2.59s-.849 5.116-1.772 5.397c-.978.296-2.738.464-4.033.478-1.09.011-4.164.212-4.164-1.514.025-1.133.732-1.403 1.732-1.403s1.765.02 2.662 0c2.61-.058 3.174-.184 3.174-1.446 0-2.11-4.815-1.56-5.982-1.513-1.186.049-2.396.238-3.206.753-1.878 1.193-2.137 4.917-1.467 6.113s1.271 2.478 2.84 2.478h12.152l.054-19.649c-3.24-.702-5.668-3.605-5.668-7.08C27.471 3.243 30.688 0 34.657 0s7.186 3.243 7.186 7.244c0 3.38-2.53 6.282-5.635 7.082zm-1.55-31.404c2.56 0 4.637 2.093 4.637 4.675s-2.076 4.675-4.638 4.675-4.637-2.093-4.637-4.675 2.076-4.675 4.637-4.675' clip-rule='evenodd'/%3E%3Cpath fill='url(%23f)' d='M50.171 33.096c.43-.285.934-.687 1.516-1.596 1.08-1.69-.089-4.712-1.772-5.78-2.111-1.34-5.869-.926-7.218-.765-1.349.16-1.708.746-1.708 1.275 0 1.253 1.367 1.36 2.92 1.36 1.09.024 1.93-.023 2.5 0 .76.03 1.204.713 1.227 1.686.024.991-1.226 1.229-3.144 1.229s-3.388-.013-4.527-.479-3.524-2.825-1.366-5.867c1.885-2.32 3.415-2.124 6.9-2.124 1.549.05 2.684.028 3.671.188 3.728.604 5.313 4.009 5.448 7.501.116 3.033-2.028 6.111-4.617 6.237-.986.047-1.676-.99-1.088-1.838.322-.466.8-.724 1.258-1.027'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='34.5' x2='34.5' y1='0' y2='78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23597adf'/%3E%3Cstop offset='.4' stop-color='%234f70d5'/%3E%3Cstop offset='.505' stop-color='%234f70d5' stop-opacity='0'/%3E%3Cstop offset='.65' stop-color='%234f70d5'/%3E%3Cstop offset='1' stop-color='%23597adf'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='34.5' x2='34.5' y1='0' y2='78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23597adf'/%3E%3Cstop offset='.4' stop-color='%234f70d5'/%3E%3Cstop offset='.505' stop-color='%234f70d5' stop-opacity='0'/%3E%3Cstop offset='.65' stop-color='%234f70d5'/%3E%3Cstop offset='1' stop-color='%23597adf'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='34.5' x2='34.5' y1='0' y2='78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23597adf'/%3E%3Cstop offset='.4' stop-color='%234f70d5'/%3E%3Cstop offset='.505' stop-color='%234f70d5' stop-opacity='0'/%3E%3Cstop offset='.65' stop-color='%234f70d5'/%3E%3Cstop offset='1' stop-color='%23597adf'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='34.5' x2='34.5' y1='0' y2='78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23597adf'/%3E%3Cstop offset='.4' stop-color='%234f70d5'/%3E%3Cstop offset='.505' stop-color='%234f70d5' stop-opacity='0'/%3E%3Cstop offset='.65' stop-color='%234f70d5'/%3E%3Cstop offset='1' stop-color='%23597adf'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='34.5' x2='34.5' y1='0' y2='78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23597adf'/%3E%3Cstop offset='.4' stop-color='%234f70d5'/%3E%3Cstop offset='.505' stop-color='%234f70d5' stop-opacity='0'/%3E%3Cstop offset='.65' stop-color='%234f70d5'/%3E%3Cstop offset='1' stop-color='%23597adf'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='34.5' x2='34.5' y1='0' y2='78' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23597adf'/%3E%3Cstop offset='.4' stop-color='%234f70d5'/%3E%3Cstop offset='.505' stop-color='%234f70d5' stop-opacity='0'/%3E%3Cstop offset='.65' stop-color='%234f70d5'/%3E%3Cstop offset='1' stop-color='%23597adf'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat; background-size: contain; position: absolute;bottom: -41px;left: 50%;transform: translateX(-50%);z-index: 3;pointer-events: none;}

    .boxEdicao .centro{width: 100%;max-width: 1320px;padding: 210px 20px 163px;margin: 0px auto;position: relative;z-index: 1;}
        .boxEdicao .centro h2{font-size: 32px; font-weight: 400; line-height: 40px; text-align: center; color: #FFF;margin-bottom: 107px;}
            .boxEdicao .centro h2 b{display: block; font-size: 40px; font-weight: 700; line-height: 40px; margin-top: 4px;}

        .boxEdicao .centro ul{display: flex;justify-content: space-between;gap: 0px;margin-bottom: 79px;}
            .boxEdicao .centro ul li{display: flex;flex-direction: column;align-items: center;gap: 23px;width: 100%;position: relative;}
            .boxEdicao .centro ul li:nth-of-type(1){max-width: 304px;padding-right: 20px;}
            .boxEdicao .centro ul li:nth-of-type(2){max-width: 336px;padding: 0px 20px;}
            .boxEdicao .centro ul li:nth-of-type(3){max-width: 340px;padding: 0px 20px;}
            .boxEdicao .centro ul li:nth-of-type(4){max-width: 300px;padding-left: 20px;}
                ._1000 .boxEdicao .centro ul li:nth-of-type(1)::before{content: "";width: 2px;height: calc(100% + 141px);background: linear-gradient(160deg, rgba(166, 198, 255, 0.00) 0%, #A6C6FF 29.81%, #A6C6FF 50%, #A6C6FF 100%);opacity: 0.08;position: absolute;top: -125px;right: 0px;}
                ._1000 .boxEdicao .centro ul li:nth-of-type(1)::after{content: "";width: 2px;height: 86px;background: linear-gradient(160deg, rgba(166, 198, 255, 0.00) 0%, #A6C6FF 29.81%, #A6C6FF 50%, #A6C6FF 100%);opacity: 0.08;transform: rotate(135deg);position: absolute;bottom: -89px;right: -30px;}
                ._1000 .boxEdicao .centro ul li:nth-of-type(2)::before{content: "";width: 2px;height: calc(100% + 195px);opacity: 0.08;background: linear-gradient(160deg, rgba(166, 198, 255, 0.00) 0%, #A6C6FF 29.81%, #A6C6FF 50%, #A6C6FF 69.71%);position: absolute;top: -125px;right: 0px;}
                ._1000 .boxEdicao .centro ul li:nth-of-type(3)::before{content: "";width: 2px;height: calc(100% + 141px);opacity: 0.08;background: linear-gradient(160deg, rgba(166, 198, 255, 0.00) 0%, #A6C6FF 29.81%, #A6C6FF 50%, #A6C6FF 100%);position: absolute;top: -125px;right: 0px;}
                ._1000 .boxEdicao .centro ul li:nth-of-type(3)::after{content: "";width: 2px;height: 86px;opacity: 0.08;background: linear-gradient(320deg, rgba(166, 198, 255, 0.00) 0%, #A6C6FF 29.81%, #A6C6FF 50%, #A6C6FF 100%);transform: rotate(45deg);position: absolute;bottom: -89px;right: 31px;}

                .boxEdicao .centro ul li figure{width: 100%;max-width: 241px;margin: 0px auto;}
                    .boxEdicao .centro ul li figure img{width: 100%; height: 100%;}
                .boxEdicao .centro ul li p{width: 100%;max-width: 250px;font-size: 16px;font-weight: 400;line-height: 24px;text-align: center;color: #A7BBFF;}
                    .boxEdicao .centro ul li p b{display: block;font-size: 22px;font-weight: 600;line-height: 28px;color: #FFF;margin-bottom: 16px;}

        .boxEdicao .centro a:link,
        .boxEdicao .centro a:active,
        .boxEdicao .centro a:visited{max-width: 526px;padding: 22px 68px 18px;outline: 12px solid #D5E0F40F;box-shadow: 0 20px 32px -8px #5bc09142, -16px 0 32px -8px #28784099 inset, 16px 0 32px -8px #28784099 inset, 0 3px 0 0 #ffffff6b inset;margin: 0px auto;position: relative;z-index: 1;}
            .boxEdicao .centro a b{font-size: 26px;}
        /* Hover */
        .boxEdicao .centro a:hover{box-shadow: 0 20px 32px -8px #5bc09180, -16px 0 32px -8px #28784033 inset, 16px 0 32px -8px #28784033 inset, 0 3px 0 0 #ffffff80 inset;outline: 12px solid #2093000F;}
            .boxEdicao .centro a:hover b{}

/* BOX PATROCINADORES */
.boxPalestrantes{background: #040417;position: relative;padding-bottom: 175px;overflow: clip;}
    .boxPalestrantes::before{content: "";width: 273px;height: 100%;opacity: 0.8;background: linear-gradient(
90deg, #040417 50%, transparent 100%);position: absolute;top: 0px;left: 0;z-index: 2;pointer-events: none;}
    ._1000 .boxPalestrantes::after{content: "";width: 273px;height: 100%;opacity: 0.8;background: linear-gradient(270deg, #040417 50%, transparent 100%);position: absolute;top: 0px;right: 0px;z-index: 1;pointer-events: none;}

    .boxPalestrantes .centro{width: 100%;max-width: 1320px;padding: 140px 20px 0px;margin: 0px auto;position: relative;z-index: 1;}
        .boxPalestrantes .centro::before{content: "";width: 1374px;height: 1912px;border-radius: 1912px;opacity: 0.8;background: #172C6B;filter: blur(344.3999938964844px);position: absolute;top: -1313px;left: 50%;transform: translateX(-50%);z-index: -1;pointer-events: none;}
        .boxPalestrantes .centro h2{font-size: 40px;font-weight: 700;line-height: 40px;text-align: center;color: #FFF;}

        /* Splide */
        .boxPalestrantes .splide{width: 100%;display: flex;flex-direction: column-reverse;gap: 20px;position: relative;z-index: 1;}
            .boxPalestrantes .splide{width: 100%;visibility: visible;}
                .boxPalestrantes .splide .splide__track{width: 100%;padding-top: 54px;}
                    .boxPalestrantes .splide .splide__track .splide__list{display: flex;gap: 8px;}
                        .boxPalestrantes .splide .splide__track .splide__list .splide__slide{width: 100%;max-width: 288px;position: relative;transition: all 0.5s ease;}
                        .boxPalestrantes .splide .splide__track .splide__list .splide__slide.is-visible{}
                            .boxPalestrantes .splide .splide__track .splide__list .splide__slide figure::before{content: "";width: calc(100% + 20px);height: calc(100% + 16px);background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='264' height='332' fill='none' viewBox='0 0 264 332'%3E%3Crect width='258' height='326' x='3' y='3' stroke='url(%23a)' stroke-dasharray='2 10' stroke-miterlimit='2.672' stroke-width='6' rx='16'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='132' x2='132' y1='0' y2='332' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23556fc3' stop-opacity='.5'/%3E%3Cstop offset='.631' stop-color='%23556fc3' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%232653ed'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;transition: all 0.5s ease;pointer-events: none;}
                            .boxPalestrantes .splide .splide__track .splide__list .splide__slide figure{width: 100%;max-width: 248px;height: 312px;position: relative;border-radius: 16px;box-shadow: 0 -20px 40px -8px #8e65ff5c, 0 28px 40px -12px #123fd961;transition: all 0.5s ease;margin: 0px auto;}
                                .boxPalestrantes .splide .splide__track .splide__list .splide__slide figure img{width: 100%;height: 100%;object-fit: cover;border-radius: 16px;transition: all 0.5s ease;}
                            .boxPalestrantes .splide .splide__track .splide__list .splide__slide div.conteudo{width: 100%;height: 100%;max-height: 248px;background: #FFFFFF;border-radius: 10px;padding: 80px 24px 28px;margin-top: -25px;}
                                .boxPalestrantes .splide .splide__track .splide__list .splide__slide div.conteudo h3{font: 500 26px/30px "Oswald";text-align: center;text-transform: uppercase;color: #2556FF;margin-bottom: 12px;}
                                .boxPalestrantes .splide .splide__track .splide__list .splide__slide div.conteudo p{font-size: 15px;font-weight: 400;line-height: 22px;text-align: center;color: #2B2C33;}

                            .boxPalestrantes .splide .splide__track .splide__list .splide__slide:hover::before{opacity: 0.85;}
                                .boxPalestrantes .splide .splide__track .splide__list .splide__slide:hover figure img{}

                            /* Botao Splide */
                            ul.splide__pagination{display: flex !important;align-items: center;gap: 10px;bottom: -28px;}
                                ul.splide__pagination li{width: 8px;min-width: 8px;height: 8px;transition: all 0.5s linear;}
                                    ul.splide__pagination li button{display: block;width: 100%;height: 100%;background: #A7BBFF;border-radius: 100%;opacity: 40%;outline: 0px solid #FFFFFF1A;transition: all 0.5s linear;margin: 0px;}
                                    ul.splide__pagination li button.is-active,
                                    ul.splide__pagination li button.is-active:hover,
                                    ul.splide__pagination li button.is-active:focus{background: #2F60FF;outline: 6px solid #FFFFFF1A;transform: initial;opacity: 1;}

                            .splide__arrows{display: none;}
                                .splide__arrows button.splide__arrow--prev{left: 0px;}
                                .splide__arrows button.splide__arrow--next{right: 0px;}
                                    .splide__arrows button svg{transition: all 0.5s ease;width: 13px;height: 13px;}
                                        .splide__arrows button svg path{fill: var(--cor5); transition: all 0.5s ease;}
                            /* Hover */
                            .splide__arrows button:hover{background: var(--cor2); border: 1px solid var(--cor2);}
                                .splide__arrows button:hover svg path{fill: #FFF;}

    /* CTA secundario - ver todos os palestrantes (outline, cor diferente do .btnCTA verde e do .btnCTA.btnAzul).
       Wrapper NAO usa .centro para evitar duplicar o ::before do .boxPalestrantes .centro (nuvem azul com opacity:.8) */
    .boxPalestrantes .verTodosWrapper{width: 100%;max-width: 1320px;padding: 56px 20px 0px;margin: 0px auto;display: flex;justify-content: center;position: relative;z-index: 1;}
        .boxPalestrantes .btnVerTodos:link,
        .boxPalestrantes .btnVerTodos:active,
        .boxPalestrantes .btnVerTodos:visited{display: inline-block;background: transparent;border: 2px solid #6E3FED;border-radius: 4px;padding: 14px 32px 12px;color: #C8B8FF;text-decoration: none;transition: all 0.3s ease;}
            .boxPalestrantes .btnVerTodos b{font-size: 16px;font-weight: 600;line-height: 22px;text-transform: uppercase;letter-spacing: 0.5px;color: inherit;transition: all 0.3s ease;}
        .boxPalestrantes .btnVerTodos:hover{background: #6E3FED;border-color: #6E3FED;color: #FFF;box-shadow: 0 12px 32px -8px #6E3FED66;}
    ._320 .boxPalestrantes .verTodosWrapper{padding: 40px 20px 0px;}
        ._320 .boxPalestrantes .btnVerTodos:link,
        ._320 .boxPalestrantes .btnVerTodos:active,
        ._320 .boxPalestrantes .btnVerTodos:visited{padding: 12px 22px 10px;}
            ._320 .boxPalestrantes .btnVerTodos b{font-size: 14px;line-height: 20px;}

/* BOX DUVIDAS */
.boxDuvidas{background: linear-gradient(180deg, #050619 45%, #090E38 100%); position: relative;}
    .boxDuvidas::before{content: "";width: 615px;height: 614px;background: url('../img/selo.svg') no-repeat;position: absolute;bottom: 68px;right: 49px;z-index: -1;pointer-events: none;}
    .boxDuvidas .centro{width: 100%;max-width: 1320px;padding: 40px 20px 134px;margin: 0px auto;position: relative;z-index: 1;}
        .boxDuvidas .centro .conteudoTopo{display: flex; justify-content: space-between; align-items: flex-end; gap: 20px;margin-bottom: 84px;}
            .boxDuvidas .centro .conteudoTopo h2{width: 100%; max-width: 411px;font-size: 40px; font-weight: 700; line-height: 44px; color: #FFF;}
            .boxDuvidas .centro .conteudoTopo a:link,
            .boxDuvidas .centro .conteudoTopo a:active,
            .boxDuvidas .centro .conteudoTopo a:visited{display: flex;align-items: baseline;justify-content: center;gap: 12px;width: 100%;max-width: 453px;border-radius: 8px;background: #0f183bcc;outline: 0px solid #0F183B00;/* box-shadow: 0 20px 32px -8px #5970ba00, -16px 0 32px -8px #1d2f6800 inset, 16px 0 32px -8px #1d2f6800 inset, 0 3px 0 0 #ffffff00 inset; */padding: 24px 28px;transition: all 0.5s linear;}
                .boxDuvidas .centro .conteudoTopo a b{display: flex;align-items: baseline;gap: 12px;font: 500 24px/28px "Oswald";text-transform: uppercase;letter-spacing: -0.01em;color: #6E3FED;transition: all 0.5s ease;}
                    .boxDuvidas .centro .conteudoTopo a b em{display: block;font: 600 16px/20px "Poppins";text-transform: initial;letter-spacing: -0.02em;color: #FFF;transition: all 0.5s ease;}
                .boxDuvidas .centro .conteudoTopo a svg{width: 15px;min-width: 15px;height: 12px;transform: translateX(0px);transition: all 0.5s ease;}
                    .boxDuvidas .centro .conteudoTopo a svg path{transition: all 0.5s ease;}
            /* Hover */
            .boxDuvidas .centro .conteudoTopo a:hover{background: #2F60FF;outline: 12px solid #0f183bcc;}
                .boxDuvidas .centro .conteudoTopo a:hover b{color: #FFF;}
                    .boxDuvidas .centro .conteudoTopo a:hover b em{}
                .boxDuvidas .centro .conteudoTopo a:hover svg{transform: translateX(3px);}
                    .boxDuvidas .centro .conteudoTopo a:hover svg path{fill: #FFF;}

        .boxDuvidas .centro ul{display: flex;flex-wrap: wrap;justify-content: space-between;gap: 72px 20px;}
            .boxDuvidas .centro ul li{width: 100%;position: relative;}
            .boxDuvidas .centro ul li:not(li:last-of-type){width: calc((100% / 2) - 40px);}
            .boxDuvidas .centro ul li:last-of-type{width: 100%;max-width: 1258px;}
                .boxDuvidas .centro ul li::before{content: "";width: 40px;min-width: 40px;height: 40px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Cpath fill='%236e3fed' fill-rule='evenodd' d='M40 22.018C35.333 24.692 4.193 39.495.515 40L0 39.656l.008-.341c.348-3.753 8.516-14.503 10.331-18.862l-.097-.352C9.002 15.737 2.777 4.78 2.274.931L2.245.58c.383-.41.35-.572.953-.58C5.86-.039 37.463 19.338 40 22.017m-8.55-1.368c-3.318-2.164-7.554-4.814-11.802-7.384-3.947-2.39-7.878-4.688-11.07-6.46q.335.737.692 1.502c1.601 3.408 3.625 7.525 4.49 10.204l.155.517.007.02.097.351a3.84 3.84 0 0 1-.157 2.5c-.6 1.439-1.646 3.229-2.705 4.955-1.06 1.729-2.399 3.813-3.521 5.617q-.304.486-.592.958a490 490 0 0 0 11.258-5.072 711 711 0 0 0 14.402-6.879c-.4-.265-.818-.544-1.255-.829' clip-rule='evenodd' opacity='.36'/%3E%3C/svg%3E") no-repeat;background-size: contain;position: absolute;top: -19px;left: -15px;pointer-events: none;z-index: -1;transition: all 0.5s ease;}
                .boxDuvidas .centro ul li:hover::before{content: "";background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Cpath fill='%236e3fed' fill-rule='evenodd' d='M40 22.018C35.333 24.692 4.193 39.495.515 40L0 39.656l.008-.341c.348-3.753 8.516-14.503 10.331-18.862l-.097-.352C9.002 15.737 2.777 4.78 2.274.931L2.245.58c.383-.41.35-.572.953-.58C5.86-.039 37.463 19.338 40 22.017m-8.55-1.368c-3.318-2.164-7.554-4.814-11.802-7.384-3.947-2.39-7.878-4.688-11.07-6.46q.335.737.692 1.502c1.601 3.408 3.625 7.525 4.49 10.204l.155.517.007.02.097.351a3.84 3.84 0 0 1-.157 2.5c-.6 1.439-1.646 3.229-2.705 4.955-1.06 1.729-2.399 3.813-3.521 5.617q-.304.486-.592.958a490 490 0 0 0 11.258-5.072 711 711 0 0 0 14.402-6.879c-.4-.265-.818-.544-1.255-.829' clip-rule='evenodd' opacity='0.8'/%3E%3C/svg%3E") no-repeat;background-size: contain;}
                .boxDuvidas .centro ul li p{font-size: 16px; font-weight: 400; line-height: 28px; color: #99A9E0;}
                    .boxDuvidas .centro ul li p b{display: block; font-size: 20px; font-weight: 600; line-height: 26px; color: #FFF; margin-bottom: 4px;}
                    .boxDuvidas .centro ul li p em{font-weight: 600; color: #FFF;}

/* section - patrocinadores */
    section.boxPatrocinadores .fundoPatrocinadores figure{margin-bottom: -210px;}
    section.boxPatrocinadores{background: #040413;}
    section.boxPatrocinadores .centro h2{font-weight: 700;font-size: 44px;line-height: 44px; color: #FFFFFF;text-align: center;background: #040413;padding: 0px 48px 0px;width: 100%;max-width: 446px;margin: 0 auto 9px;position: relative;z-index: 1;}
    section.boxPatrocinadores .centro{position: relative;width: 100%;max-width: 1288px;padding: 82px 20px 18px;margin: 0 auto;z-index: 1;}
    section.boxPatrocinadores .centro .cardsPatrocinadores{position: relative;}
    ._1000 section.boxPatrocinadores .centro .cardsPatrocinadores::before{content:'';width: calc(100% - 180px);height: calc(100% - 16px);position: absolute;top: 62px;left: 50%; transform: translateX(-50%);background-size: cover;border: 1px solid #181E38;border-radius: 32px;}
    ._1000 section.boxPatrocinadores .centro .botao::after{content: '';width: 1px;height: 42px;background: #181E38;position: absolute;left: 50%;transform: translateX(-50%);top: -54px}
    section.boxPatrocinadores .centro h3{text-align: left;margin: 40px;}
    section.boxPatrocinadores .centro .master{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1236' height='228' fill='none' viewBox='0 0 1236 228'%3E%3Cpath fill='%23053140' fill-opacity='.4' d='M0 0h1236v228H0z'/%3E%3Cpath fill='url(%23a)' fill-opacity='.06' d='M0 0h1236v228H0z'/%3E%3Cdefs%3E%3Cpattern id='a' width='.005' height='.026' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23b' transform='scale(.00006 .00032)'/%3E%3C/pattern%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG1SURBVHgB7dI5bgJBFITh6bmOA4c+nvHxHBFwIFCBBBrN1nu/pf6o4k8VJsH9X2+XEMLvJLR7CJcwCU0D3s/3159IQC142OIANeEhUYDa8JAYQI14SASgVjw0HFAzHhoKqB0PDQO0gIeGAFrBQ90BLeGhroDW8FA3QIt4qAugVTzUHNAyHmoKaB0PNQP0gIeaAHrBQ9UBPeGhqoDe8FA1QI94qAqgVzxUDOgZDxUBesdD2YDEe5UFSLxPyYDEW5YESLx10YDE2y4KkHj7nQIS77hDQOKdtwtIvLg2AYkX3wqQeGktAImX3huQeHk9AYmXXyBeWTPx8sP55kloGvBwPpGAWvCwxQFqwkOiALXhITGAGvGQCECteGg4oGY8NBRQOx4aBmgBDw0BtIKHugNawkNdAa3hoW6AFvFQF0CreKg5oGU81BTQOh5qBugBDzUB9IKHqgN6wkNVAb3hoWqAHvFQFUCveKgY0DMeKgL0joeyAYn3KguQeJ+SAYm3LAmQeOuiAYm3XRQg8fY7BSTecYeAxDtvF5B4cW0CEi++FSDx0loAEi+9NyDx8noCEi+/mXhlPQBqfd928/+KhAAAAABJRU5ErkJggg==' id='b' width='80' height='80' preserveAspectRatio='none'/%3E%3C/defs%3E%3C/svg%3E") #040413;width: 100%;margin: 0 auto;box-shadow: 0px 0px 0px 4px #040413 inset;border:1px solid #181E38;border-radius: 12px;margin-top: 50px;margin-bottom: 71px;position: relative;z-index: 1;outline: 3px solid #040413;}
    section.boxPatrocinadores .centro .master::before{content: '';background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 50'%3E%3Cg opacity='0.8'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0351 25.7271C22.5251 24.8553 20.4669 25.717 19.3304 27.6856C18.194 29.6541 18.4717 31.8763 19.9816 32.748C21.4648 33.6044 23.5548 32.7492 24.6914 30.7808C25.828 28.8122 25.5452 26.5989 24.0351 25.7271ZM23.0281 27.4714C23.4034 27.688 23.5272 28.6704 22.8836 29.785C22.2401 30.8994 21.3006 31.2682 20.9522 31.067C20.6037 30.8658 20.4585 29.8588 21.0966 28.7533C21.7349 27.6477 22.6584 27.2451 23.0337 27.4617L23.0281 27.4714Z' fill='%2340CFFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.9124 8.02572C34.3426 7.52559 33.6364 7.20618 32.884 7.10978C32.1316 7.01344 31.3665 7.14397 30.6855 7.48383C30.0047 7.82366 29.4386 8.35797 29.0592 9.01917C28.5527 9.9019 28.4139 10.949 28.6736 11.9298C28.793 12.3806 28.9936 12.7995 29.2587 13.1713L20.5312 19.137L20.3266 15.3343C20.8952 15.2813 21.4391 15.0702 21.8937 14.7198C22.3681 14.3542 22.7245 13.8558 22.9178 13.2885C23.111 12.7213 23.132 12.1097 22.9791 11.532C22.8261 10.9544 22.5053 10.436 22.0578 10.0426C21.6102 9.64935 21.0559 9.39842 20.4647 9.32183C19.8734 9.24526 19.2715 9.34624 18.7357 9.61225C18.1998 9.87838 17.7533 10.2982 17.4536 10.8173C17.0518 11.5134 16.9415 12.3398 17.1465 13.1144C17.1699 13.2026 17.1983 13.289 17.2293 13.374L13.996 15.2363L12.3946 7.44471C12.7514 7.31064 13.0888 7.1236 13.3944 6.88779C13.997 6.42264 14.45 5.78965 14.695 5.06837C14.94 4.34698 14.966 3.56971 14.7706 2.83553C14.5752 2.10131 14.1664 1.44311 13.5964 0.94385C13.0265 0.444608 12.3208 0.126504 11.5688 0.0306735C10.8168 -0.065076 10.0525 0.0658445 9.37207 0.405724C8.69161 0.745647 8.12547 1.27923 7.74621 1.94019C7.49363 2.37767 7.32998 2.86061 7.26335 3.36091C7.19674 3.86126 7.2289 4.36989 7.35845 4.85664C7.488 5.3431 7.71214 5.79853 8.01787 6.19712C8.32376 6.59584 8.70528 6.93028 9.14077 7.18018C9.32766 7.28808 9.52398 7.37632 9.72461 7.45055L4.08942 26.4906C3.56031 26.3664 3.00307 26.3736 2.46765 26.5187C1.61733 26.7493 0.890836 27.3093 0.449002 28.0746C0.00727625 28.8398 -0.114001 29.7482 0.111441 30.5998C0.336889 31.4514 0.890652 32.1768 1.65123 32.616L29.5736 48.7369C30.3342 49.1761 31.24 49.2934 32.0904 49.0628C32.9404 48.8322 33.6658 48.2724 34.1076 47.5074C34.5494 46.7421 34.672 45.8335 34.4466 44.9818C34.3548 44.6351 34.208 44.3095 34.0156 44.0155L47.3508 29.2325C47.4141 29.2741 47.4785 29.3147 47.5444 29.3525C48.2003 29.7311 48.9544 29.9052 49.7113 29.8533C50.4684 29.8013 51.1953 29.5253 51.7981 29.0601C52.4006 28.595 52.8528 27.9615 53.0978 27.2402C53.3428 26.5188 53.3689 25.7416 53.1734 25.0074C52.978 24.2734 52.5698 23.6154 52.0001 23.1162C51.4302 22.617 50.7245 22.2989 49.9724 22.203C49.2203 22.1072 48.4554 22.2377 47.7749 22.5776C47.0945 22.9175 46.5291 23.4517 46.1499 24.1126C45.8973 24.55 45.7328 25.0325 45.6661 25.5328C45.6035 26.0033 45.63 26.4807 45.741 26.9407L38.4056 29.3889L38.1872 25.3722C38.2257 25.3711 38.2646 25.3716 38.3031 25.3689C38.8986 25.3282 39.4697 25.1111 39.944 24.7456C40.4184 24.3799 40.7748 23.8816 40.9681 23.3143C41.1613 22.7471 41.1832 22.1359 41.0303 21.5582C40.8774 20.9806 40.5565 20.4623 40.109 20.0689C39.6613 19.6754 39.1064 19.4242 38.515 19.3476C37.9237 19.271 37.3218 19.372 36.786 19.638C36.2501 19.9041 35.8036 20.3239 35.5039 20.8431C35.1021 21.5391 34.9918 22.3655 35.1968 23.1401C35.2325 23.2746 35.2812 23.404 35.3343 23.5308L31.8435 25.5628L32.2104 14.7631C32.3439 14.7683 32.4778 14.7697 32.612 14.7608C33.3696 14.7106 34.0967 14.4365 34.7007 13.9723C35.3046 13.5081 35.758 12.8748 36.0044 12.1535C36.2507 11.4321 36.2787 10.6544 36.0842 9.91953C35.8897 9.18481 35.4819 8.52579 34.9124 8.02572ZM31.9119 44.717C31.9341 44.7433 31.9569 44.7694 31.9817 44.7935C32.0157 44.8131 32.0515 44.829 32.088 44.8432C32.2913 45.0149 32.4393 45.2459 32.5085 45.5073C32.5977 45.8443 32.5495 46.2041 32.3747 46.5069C32.1999 46.8094 31.9127 47.0304 31.5765 47.1217C31.2401 47.2129 30.8816 47.1664 30.5806 46.9927L2.65828 30.8717C2.35743 30.6979 2.13867 30.4111 2.04949 30.0743C1.96031 29.7374 2.0081 29.3783 2.1828 29.0756C2.35761 28.7728 2.64511 28.5512 2.98153 28.4599C3.31777 28.3688 3.67571 28.4148 3.97652 28.5884L4.23567 28.7381L4.33458 28.8045C4.36889 28.8243 4.40503 28.8415 4.4416 28.857L31.9119 44.717ZM29.5785 33.0265C29.5745 33.188 29.6077 33.3481 29.6764 33.4938C29.7452 33.6396 29.8476 33.7672 29.9745 33.8661L30.0731 33.923C30.1958 33.9933 30.3319 34.0378 30.4727 34.0531C30.6134 34.0683 30.7561 34.055 30.8915 34.0128L44.4118 29.5009L32.4988 42.7313L5.91672 27.3841L10.9603 10.348L13.8438 24.457C13.8728 24.595 13.9294 24.7264 14.0106 24.8413C14.0917 24.9559 14.1957 25.0521 14.3156 25.125L14.4412 25.1976C14.5937 25.2544 14.7575 25.2749 14.9194 25.256C15.0815 25.2371 15.2371 25.1791 15.3733 25.0885L30.2186 14.9486L29.5785 33.0265ZM18.5902 20.4638L15.5018 22.5748L14.4221 17.3153L18.3073 15.0837L18.5902 20.4638ZM36.4293 30.0492L31.6357 31.6498L31.7625 27.9541L36.1556 25.3908L36.4293 30.0492ZM20.5714 11.4423C20.7481 11.5443 20.8903 11.6972 20.9802 11.8808C21.07 12.0643 21.1037 12.2705 21.0765 12.4736C21.0493 12.6769 20.9623 12.8681 20.8271 13.0225C20.692 13.1769 20.5147 13.2879 20.3172 13.3415C20.1198 13.395 19.9114 13.3886 19.7181 13.3233C19.5247 13.2579 19.3549 13.1364 19.2309 12.9741C19.1071 12.8119 19.0343 12.6163 19.0215 12.4119C19.0086 12.2074 19.0563 12.0031 19.1589 11.8253C19.2965 11.5869 19.5228 11.4127 19.7876 11.3409C20.0525 11.2691 20.3345 11.3055 20.5714 11.4423ZM38.6217 21.468C38.7984 21.57 38.9406 21.7229 39.0305 21.9065C39.1204 22.09 39.154 22.2962 39.1269 22.4994C39.0997 22.7027 39.0135 22.8943 38.8783 23.0488C38.7432 23.2032 38.5651 23.3136 38.3675 23.3672C38.2189 23.4075 38.0643 23.4136 37.9143 23.3865C37.8969 23.3407 37.877 23.2957 37.8531 23.2528C37.7781 23.1181 37.6731 23.0025 37.5474 22.9136C37.4254 22.8274 37.2862 22.769 37.1391 22.7422C37.102 22.6451 37.0784 22.5428 37.0718 22.4377C37.059 22.2332 37.1066 22.0288 37.2092 21.851C37.3468 21.6127 37.5731 21.4385 37.8379 21.3666C38.1027 21.2948 38.3848 21.3313 38.6217 21.468ZM50.3831 24.4358C50.6958 24.6164 50.9481 24.8859 51.1072 25.2108C51.2662 25.5356 51.3252 25.9009 51.2772 26.2605C51.229 26.6204 51.0751 26.959 50.8359 27.2324C50.5967 27.5056 50.2823 27.7024 49.9328 27.7971C49.5833 27.8918 49.2137 27.8807 48.8717 27.765C48.5414 27.6533 48.2519 27.4478 48.0347 27.1753C48.0264 27.165 48.0183 27.1545 48.0096 27.1444C47.7911 26.8576 47.6621 26.5123 47.6394 26.1512C47.6167 25.7892 47.7011 25.4277 47.8828 25.1131C48.0024 24.9031 48.1629 24.7194 48.3537 24.5715C48.5445 24.4236 48.7623 24.3141 48.9948 24.251C49.2273 24.188 49.47 24.1726 49.7083 24.2042C49.9465 24.2357 50.1759 24.3145 50.3831 24.4358ZM11.9795 2.26341C12.2922 2.44397 12.5444 2.71356 12.7036 3.03846C12.8627 3.36334 12.9225 3.72893 12.8744 4.08866C12.8263 4.4485 12.6723 4.78712 12.4331 5.06053C12.1939 5.3338 11.8795 5.5305 11.53 5.62529C11.4659 5.64265 11.401 5.65509 11.3358 5.66535C11.2113 5.64717 11.084 5.65055 10.9608 5.67821C10.9548 5.68006 10.9491 5.6825 10.9432 5.68445C10.7825 5.67486 10.6229 5.64525 10.4689 5.59318C10.1268 5.4775 9.82693 5.26239 9.60749 4.97531C9.38803 4.68804 9.25849 4.34082 9.23577 3.97884C9.21309 3.61691 9.29835 3.25584 9.48001 2.9412C9.59962 2.7313 9.75929 2.54702 9.95004 2.39912C10.1409 2.25118 10.3595 2.14223 10.592 2.07918C10.8243 2.01625 11.0665 2.00029 11.3046 2.03179C11.5429 2.06333 11.7722 2.1422 11.9795 2.26341ZM33.2837 9.33735C33.5976 9.51628 33.8512 9.78477 34.0121 10.109C34.173 10.4336 34.2345 10.8004 34.1878 11.1609C34.141 11.5212 33.9884 11.8603 33.75 12.1347C33.5115 12.4092 33.1973 12.6063 32.8476 12.7023C32.4978 12.7982 32.1278 12.7879 31.785 12.6728C31.4423 12.5577 31.1418 12.3433 30.9217 12.0562C30.7016 11.7689 30.5721 11.4216 30.5491 11.0592C30.5261 10.6969 30.6102 10.3347 30.7921 10.0197C31.0348 9.59944 31.4339 9.29176 31.9005 9.1638C32.3672 9.03597 32.8646 9.09854 33.2837 9.33735Z' fill='%2340CFFF'/%3E%3C/g%3E%3C/svg%3E")no-repeat right;width: 52px;height: 38px;position: absolute;left: 99%;transform: translateX(-50%);top: -24px;}
    section.boxPatrocinadores .centro .diamante{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1236' height='192' fill='none' viewBox='0 0 1236 192'%3E%3Cpath fill='%23061b3a' fill-opacity='.4' d='M0 0h1236v192H0z'/%3E%3Cpath fill='url(%23a)' fill-opacity='.06' d='M0 0h1236v192H0z'/%3E%3Cdefs%3E%3Cpattern id='a' width='.005' height='.031' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23b' transform='scale(.00006 .00038)'/%3E%3C/pattern%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG1SURBVHgB7dI5bgJBFITh6bmOA4c+nvHxHBFwIFCBBBrN1nu/pf6o4k8VJsH9X2+XEMLvJLR7CJcwCU0D3s/3159IQC142OIANeEhUYDa8JAYQI14SASgVjw0HFAzHhoKqB0PDQO0gIeGAFrBQ90BLeGhroDW8FA3QIt4qAugVTzUHNAyHmoKaB0PNQP0gIeaAHrBQ9UBPeGhqoDe8FA1QI94qAqgVzxUDOgZDxUBesdD2YDEe5UFSLxPyYDEW5YESLx10YDE2y4KkHj7nQIS77hDQOKdtwtIvLg2AYkX3wqQeGktAImX3huQeHk9AYmXXyBeWTPx8sP55kloGvBwPpGAWvCwxQFqwkOiALXhITGAGvGQCECteGg4oGY8NBRQOx4aBmgBDw0BtIKHugNawkNdAa3hoW6AFvFQF0CreKg5oGU81BTQOh5qBugBDzUB9IKHqgN6wkNVAb3hoWqAHvFQFUCveKgY0DMeKgL0joeyAYn3KguQeJ+SAYm3LAmQeOuiAYm3XRQg8fY7BSTecYeAxDtvF5B4cW0CEi++FSDx0loAEi+9NyDx8noCEi+/mXhlPQBqfd928/+KhAAAAABJRU5ErkJggg==' id='b' width='80' height='80' preserveAspectRatio='none'/%3E%3C/defs%3E%3C/svg%3E") #040413;width: 100%;margin: 0 auto;box-shadow: 0px 0px 0px 4px #040413 inset;border:1px solid #181E38;border-radius: 12px;margin-bottom: 69px;position: relative;z-index: 1;outline: 3px solid #040413;}
    section.boxPatrocinadores .centro .diamante::before{content: '';background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 60'%3E%3Cpath d='M31.4951 6.1136C31.7458 6.25837 31.9172 6.50941 31.9605 6.79469L33.2198 15.0989L41.0418 12.0378C41.3105 11.9326 41.6136 11.9555 41.8643 12.1003L52.233 18.0866C52.5488 18.269 52.7327 18.6154 52.7063 18.9777C52.6801 19.3398 52.4483 19.6544 52.11 19.7869L46.1888 22.1052C45.7016 22.2957 45.1501 22.0554 44.9572 21.5686C44.7645 21.0819 45.0027 20.5331 45.4893 20.3424L49.5824 18.74L41.315 13.9668L25.7069 20.0765L33.9738 24.8493L42.0037 21.707C42.4908 21.5163 43.0426 21.7563 43.2354 22.2435C43.4277 22.7302 43.1893 23.2789 42.7026 23.4694L39.1841 24.8458C39.6966 26.3313 39.558 27.9855 38.76 29.3677L36.233 33.7446C38.2898 38.8982 38.0598 44.9 35.0835 50.0552C29.9171 59.0036 18.4039 62.0639 9.41797 56.8759C3.77122 53.6157 0.251129 47.7844 0.00139749 41.2791C-0.0186131 40.7571 0.388724 40.3189 0.912173 40.3007C1.43607 40.2824 1.87653 40.6919 1.89679 41.2141C2.12137 47.065 5.28661 52.307 10.3635 55.2382C18.4414 59.9019 28.7932 57.1515 33.4386 49.1055C38.084 41.0595 35.2899 30.7193 27.2121 26.0556C19.1343 21.3919 8.78239 24.1422 4.13703 32.1882C3.14827 33.9008 2.47516 35.7483 2.13625 37.6791C2.04596 38.1931 1.55534 38.5355 1.03908 38.4435C0.522688 38.3517 0.177916 37.86 0.268021 37.3457C0.645104 35.1971 1.39314 33.1421 2.49212 31.2386C5.46863 26.0831 10.5523 22.8831 16.0443 22.0879L18.571 17.7116C19.3169 16.4198 20.5161 15.5507 21.8541 15.1821L19.7167 1.08464C19.6622 0.725205 19.8182 0.367126 20.1187 0.163191C20.4191 -0.0408346 20.8111 -0.054701 21.127 0.127617L31.4951 6.1136ZM25.966 28.2139C32.8502 32.1885 35.2303 40.9996 31.2724 47.8548C27.3144 54.71 18.4938 57.0544 11.6096 53.0798C4.72568 49.1052 2.34611 40.2944 6.30385 33.4393C10.2617 26.5841 19.0818 24.2395 25.966 28.2139ZM25.0208 29.8511C19.0446 26.401 11.3862 28.4365 7.94937 34.3893C4.51262 40.3421 6.57929 47.9917 12.5552 51.4421C18.5313 54.8924 26.1899 52.8576 29.6269 46.9048C33.0638 40.9519 30.997 33.3014 25.0208 29.8511ZM27.0042 32.7667C27.4588 33.0292 27.6153 33.609 27.3545 34.0608L25.0676 38.0218C24.8067 38.4734 24.2266 38.6273 23.7721 38.3649C23.3177 38.1024 23.1615 37.5235 23.4221 37.0718L25.2362 33.9296L22.924 32.5947C21.9142 33.2029 20.8217 33.6062 19.6681 33.7923C19.075 33.8876 18.4221 33.9198 17.7207 33.8921L16.6581 35.7326C17.3131 35.7399 18.0224 35.6969 18.7748 35.6031C19.1322 35.5584 19.4852 35.7201 19.6854 36.0201C19.8855 36.3201 19.8982 36.7067 19.7188 37.0175L15.662 44.044C15.4011 44.4958 14.8214 44.6506 14.3667 44.3881L13.2659 43.7525L12.2061 45.5881L18.7286 49.3539L19.7884 47.5183L18.8133 46.9553C18.3586 46.6928 18.2027 46.1133 18.4636 45.6615L21.5537 40.3093C21.8145 39.8575 22.3943 39.7028 22.8489 39.9653C23.3034 40.2278 23.4594 40.8073 23.1986 41.259L20.5813 45.7924L21.5564 46.3554C22.011 46.6178 22.1668 47.1973 21.9061 47.6491L19.9007 51.1225C19.6399 51.5742 19.0601 51.729 18.6055 51.4665L10.438 46.751C9.98344 46.4886 9.82761 45.9091 10.0884 45.4573L12.0937 41.9839C12.3546 41.5323 12.9344 41.3774 13.389 41.6399L14.4899 42.2755L17.1768 37.6216C16.7674 37.6313 16.3721 37.6254 15.9929 37.6029C15.6737 37.5842 15.3357 37.5517 14.9609 37.5022C14.6463 37.4608 14.3732 37.2649 14.2323 36.9809C14.0914 36.697 14.1015 36.3622 14.2592 36.0889L16.3675 32.4371C16.5505 32.1203 16.9009 31.9381 17.2672 31.9694C18.0527 32.0365 18.7561 32.0201 19.3585 31.9235L19.5589 31.8881C20.554 31.6986 21.4928 31.3021 22.352 30.7074C22.6531 30.4989 23.0493 30.4833 23.3679 30.6673L27.0042 32.7667ZM36.1909 26.0174C36.3494 26.5859 36.2876 27.2124 35.9725 27.7583L34.468 30.3641C34.7451 30.7851 35.0043 31.2161 35.2458 31.6558L37.1151 28.418C37.6227 27.5387 37.7216 26.4899 37.4176 25.5372L36.1909 26.0174ZM25.1267 17.3564C23.4078 16.3642 21.2046 16.949 20.2159 18.6613L18.3469 21.8984C18.8485 21.8877 19.3513 21.8966 19.8544 21.9261L21.3585 19.321C21.9844 18.2371 23.3792 17.8665 24.469 18.4956L24.499 18.5129L26.0669 17.8993L25.1267 17.3564ZM34.2476 26.7787C33.979 26.8837 33.6766 26.8605 33.426 26.7159L23.0567 20.7292C22.9744 20.6817 22.9021 20.6222 22.8392 20.555L21.9116 22.1617C24.0533 22.5271 26.1678 23.269 28.1576 24.4178C30.148 25.567 31.8483 27.0272 33.2358 28.6997L34.3276 26.8087C34.341 26.7854 34.3499 26.7604 34.3577 26.7352L34.2476 26.7787ZM23.7436 15.0001C24.5395 15.0612 25.3348 15.2938 26.0719 15.7193L28.3203 17.0174L31.4096 15.808L30.1533 7.52262L21.8865 2.74976L23.7436 15.0001Z' fill='%231C4D98'/%3E%3C/svg%3E")no-repeat;width: 38px; height: 55px;position: absolute;left: 99%;transform: translateX(-50%);top: -24px;}
    section.boxPatrocinadores .centro .ouro{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1236' height='176' fill='none' viewBox='0 0 1236 176'%3E%3Cpath fill='%23302719' fill-opacity='.32' d='M0 0h1236v176H0z'/%3E%3Cpath fill='url(%23a)' fill-opacity='.06' d='M0 0h1236v176H0z'/%3E%3Cdefs%3E%3Cpattern id='a' width='.005' height='.034' patternContentUnits='objectBoundingBox'%3E%3Cuse xlink:href='%23b' transform='scale(.00006 .00042)'/%3E%3C/pattern%3E%3Cimage xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAG1SURBVHgB7dI5bgJBFITh6bmOA4c+nvHxHBFwIFCBBBrN1nu/pf6o4k8VJsH9X2+XEMLvJLR7CJcwCU0D3s/3159IQC142OIANeEhUYDa8JAYQI14SASgVjw0HFAzHhoKqB0PDQO0gIeGAFrBQ90BLeGhroDW8FA3QIt4qAugVTzUHNAyHmoKaB0PNQP0gIeaAHrBQ9UBPeGhqoDe8FA1QI94qAqgVzxUDOgZDxUBesdD2YDEe5UFSLxPyYDEW5YESLx10YDE2y4KkHj7nQIS77hDQOKdtwtIvLg2AYkX3wqQeGktAImX3huQeHk9AYmXXyBeWTPx8sP55kloGvBwPpGAWvCwxQFqwkOiALXhITGAGvGQCECteGg4oGY8NBRQOx4aBmgBDw0BtIKHugNawkNdAa3hoW6AFvFQF0CreKg5oGU81BTQOh5qBugBDzUB9IKHqgN6wkNVAb3hoWqAHvFQFUCveKgY0DMeKgL0joeyAYn3KguQeJ+SAYm3LAmQeOuiAYm3XRQg8fY7BSTecYeAxDtvF5B4cW0CEi++FSDx0loAEi+9NyDx8noCEi+/mXhlPQBqfd928/+KhAAAAABJRU5ErkJggg==' id='b' width='80' height='80' preserveAspectRatio='none'/%3E%3C/defs%3E%3C/svg%3E") #040413;width: 100%;margin: 0 auto;box-shadow: 0px 0px 0px 4px #040413 inset;border:1px solid #181E38;border-radius: 12px;margin-bottom: 99px;position: relative;z-index: 1;outline: 3px solid #040413;}
    section.boxPatrocinadores .centro .ouro::before{content: '';background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 58'%3E%3Cpath opacity='0.7' fill-rule='evenodd' clip-rule='evenodd' d='M25.7086 5.23244L29.9253 7.66692C30.1657 7.80575 30.3288 8.04725 30.3679 8.32214L31.3435 15.2126L37.7986 12.6123C38.0562 12.5086 38.347 12.5292 38.5874 12.668L51.6415 20.2048C51.8776 20.3412 52.0574 20.575 52.1011 20.8545C52.1679 21.2815 51.9298 21.6824 51.5459 21.8373L47.0804 23.6362C46.6173 23.8226 46.0909 23.5984 45.9047 23.1354C45.9037 23.1329 45.9028 23.1304 45.902 23.1278C45.9011 23.1253 45.9004 23.1228 45.8997 23.1202L45.8994 23.1193C45.7246 22.6602 45.9485 22.1435 46.4061 21.9589L49.1495 20.8541L46.9121 19.5624L44.9243 18.4147L42.2908 16.8942L40.3029 15.7465L38.0644 14.4541L31.605 17.0565L31.8983 19.1306L32.1594 20.9751L32.5052 23.4178L32.7693 24.8828L33.1776 25.0955L35.1672 26.2442C35.2472 26.2904 35.3205 26.3425 35.3901 26.3959L43.1898 23.2548C43.624 23.08 44.1137 23.2662 44.3265 23.6718L44.3655 23.7556L44.3953 23.8434C44.5223 24.2835 44.298 24.7572 43.8641 24.9321L36.2499 27.9985C36.2768 28.4133 36.1886 28.8402 35.9652 29.2272L32.2369 35.6847C33.6566 40.0065 33.3048 44.8927 30.8553 49.1354C26.2114 57.1788 15.7944 59.8545 7.8405 54.9519C0.387857 50.358 -2.18521 40.6447 2.01086 32.953C4.43536 28.5087 8.5916 25.6336 13.1667 24.6761L16.8957 18.2174C17.1151 17.8374 17.4387 17.5424 17.8169 17.3547L15.5057 1.02945C15.4477 0.619305 15.6758 0.212928 16.0793 0.0572675C16.3431 -0.0441929 16.6356 -0.00587219 16.8717 0.130465L21.0671 2.55267L21.0679 2.55302C21.0704 2.55423 21.0743 2.55606 21.0784 2.5584L25.6997 5.22655C25.7023 5.22804 25.7047 5.22973 25.7066 5.23106L25.7086 5.23244ZM23.9045 28.0986C16.8703 24.0374 7.84015 26.4608 3.77558 33.5009C-0.28897 40.5409 2.12732 49.573 9.16157 53.6342C16.1958 57.6954 25.2259 55.2719 29.2905 48.2319C33.3551 41.1919 30.9387 32.1599 23.9045 28.0986ZM23.2684 30.1961C28.8086 33.6876 30.7473 40.9347 27.6924 46.7331C24.3413 53.0934 16.3879 55.3523 10.2242 51.7937C7.86515 50.4317 6.046 48.3936 4.96549 45.9001C4.01606 43.7095 3.70672 41.3429 4.05771 39.009C4.13509 38.4948 4.63436 38.1579 5.13918 38.2656L5.14214 38.2658C5.61121 38.3674 5.91354 38.8168 5.84307 39.2888C5.18953 43.6619 7.25311 47.9903 11.1283 50.2276C16.4086 53.276 23.2222 51.341 26.0928 45.8925C28.7098 40.9258 27.0485 34.7169 22.3031 31.7261C17.097 28.445 10.2304 30.1815 7.17937 35.4661C7.06051 35.6719 6.94809 35.8822 6.84274 36.0956C6.63195 36.5227 6.12662 36.7138 5.68674 36.5313L5.68181 36.5292L5.68066 36.5285L5.68042 36.5276C5.20693 36.3275 4.98905 35.7689 5.21829 35.3034L5.4104 34.9295C5.47643 34.806 5.5447 34.6837 5.61458 34.5626C9.17613 28.3938 17.1913 26.3663 23.2684 30.1961ZM21.2767 33.2914C23.5917 34.6279 24.6558 37.3532 23.2583 39.7737C22.0087 41.938 19.5554 42.4191 17.3164 42.6534C16.9635 42.6903 16.6166 42.7211 16.2796 42.751C15.5352 42.8171 14.8391 42.8789 14.2336 42.9931C13.3503 43.1598 12.7192 43.4296 12.4278 43.9343L12.0674 44.5585L17.6856 47.8022C17.908 47.9306 18.0359 48.1757 18.0722 48.4404C18.1086 48.7071 18.0552 49.0101 17.8992 49.2802C17.7436 49.5497 17.5034 49.7556 17.2508 49.867C17.0012 49.9771 16.7167 50.0035 16.4901 49.8728L9.54459 45.8628C9.32555 45.7363 9.1173 45.5157 8.99445 45.269C8.87222 45.0235 8.82227 44.7244 8.9722 44.4645L10.0657 42.5705C10.5468 41.7372 11.3832 41.2602 12.3663 40.9608C13.3484 40.6616 14.499 40.5331 15.6304 40.4105L15.7051 40.4024C16.8172 40.282 17.9074 40.1639 18.8295 39.8986C19.7717 39.6274 20.5129 39.2091 20.9212 38.5019C21.1834 38.0476 21.314 37.4783 21.2067 36.9254C21.1002 36.3767 20.7571 35.8313 20.0476 35.4216C19.5219 35.1181 18.9754 34.9969 18.4771 35.1002C17.9823 35.2028 17.5141 35.5309 17.1468 36.167C16.869 36.6483 16.1361 36.7817 15.4173 36.3667C15.126 36.1985 14.8968 35.9689 14.8222 35.645C14.7484 35.3237 14.8345 34.9426 15.0967 34.4886C16.3522 32.3138 19.108 32.0394 21.2767 33.2914ZM15.4347 24.3615C15.7305 24.3412 16.0271 24.3296 16.3242 24.3251L18.3153 20.8765L18.1442 19.6686L15.4347 24.3615ZM33.2213 28.4769C33.222 28.4819 33.2226 28.4868 33.2229 28.49L33.2233 28.4972L33.2236 28.4981L33.2298 28.5922L33.23 28.5985C33.2301 28.6016 33.2301 28.607 33.23 28.6131L33.2224 28.7245L33.2199 28.7407L33.2193 28.7419L33.2195 28.7428L33.1986 28.8388L33.1917 28.864L33.1919 28.8649C33.1829 28.8946 33.1714 28.9264 33.1577 28.9587L33.1567 28.9604L33.1564 28.9624L33.1561 28.9638L33.1559 28.9646L33.1545 28.9676L33.1525 28.9718C33.1397 29.0004 33.1254 29.0292 33.1092 29.0573L30.9624 32.7757C31.1071 33.0351 31.2448 33.2978 31.375 33.5639L34.4004 28.3238C34.5038 28.1444 34.4422 27.9138 34.263 27.8103L33.0259 27.096L33.2213 28.4769ZM18.3561 24.4196C20.5667 24.66 22.763 25.3515 24.8087 26.5326C26.8539 27.7133 28.5505 29.2692 29.8641 31.063L31.0918 28.9366L19.5841 22.2926L18.3561 24.4196ZM20.087 20.4949L22.3244 21.7866L24.3128 22.9347L26.9463 24.4551L28.9348 25.6031L31.1716 26.8946L28.64 9.01293L26.4026 7.72117L24.4147 6.57346L21.7806 5.0527L19.7928 3.90498L17.5554 2.61323L20.087 20.4949Z' fill='%237C6209'/%3E%3C/svg%3E") no-repeat;width: 42px;height: 52px;position: absolute;left: 99%;transform: translateX(-50%); top: -24px;}
    section.boxPatrocinadores .centro div ul li{border-radius: 2px;}
    section.boxPatrocinadores .centro div ul li.ativo{outline: 2px solid #FFFFFF;box-shadow: 0 -6px 34.89px 0 #44c4e059, 0 6.043px 32.23px 0 #00000029;}
    section.boxPatrocinadores .centro div ul li.inativo{box-shadow: 0px 4px 20px 0px #00000042;}
    section.boxPatrocinadores .centro .master ul{display: flex; justify-content: center; gap: 30px;flex-wrap: wrap;}
    section.boxPatrocinadores .centro .diamante ul{display: flex; justify-content: center; gap: 22px;flex-wrap: wrap;}
    section.boxPatrocinadores .centro .ouro ul{display: flex; justify-content: center; gap: 23px;flex-wrap: wrap;}
    section.boxPatrocinadores .centro div ul li figure{width: 100%; height: 100%;display: flex;justify-content: center;align-items: center;padding: 0px 20px;mix-blend-mode: multiply;}
    section.boxPatrocinadores .centro div ul li figure img{mix-blend-mode: darken;position: relative;z-index: 1;}
    /* Link clicavel envolvendo a logo do patrocinador (abre site do patrocinador com UTMs) */
    section.boxPatrocinadores .centro div ul li a.linkPatrocinador{display: block;width: 100%;height: 100%;text-decoration: none;}
            section.boxPatrocinadores .centro .master ul li{width: 100%;max-width: 261px;height: 134px;position: relative;}
            section.boxPatrocinadores .centro .master ul{padding: 0px 45px 50px;position: relative;}
            section.boxPatrocinadores .centro .diamante ul li{width: 100%;max-width: 169px;height: 87px;position: relative;}
            section.boxPatrocinadores .centro .diamante ul{padding: 0px 47px 56px;position: relative;}
            section.boxPatrocinadores .centro .ouro ul li{width: 100%;max-width: 140px;height: 72px;position: relative;}
            section.boxPatrocinadores .centro .ouro ul{padding: 0px 48px 57px;position: relative;}
            section.boxPatrocinadores .centro .master .luz{display: flex;width: 100%;max-width: 195px;justify-content: space-between;gap:20px;position: absolute;bottom: -9px;left: 50%;transform: translateX(-50%)}
            section.boxPatrocinadores .centro .diamante .luz{display: flex;width: 100%;max-width: 112px;justify-content: space-between;gap:20px;position: absolute;bottom: -9px;left: 50%;transform: translateX(-50%)}
            section.boxPatrocinadores .centro .ouro .luz{display: flex;width: 100%;max-width: 106px;justify-content: center;position: absolute;bottom: -9px;left: 50%;transform: translateX(-50%)}
            section.boxPatrocinadores .centro .master .luz span{width: 23px;height: 9px;background: url('../img/luz.svg')no-repeat;background-size: contain;position: relative;}
            section.boxPatrocinadores .centro .diamante .luz span{width: 23px;height: 9px;background: url('../img/luz.svg')no-repeat;background-size: contain;position: relative;}
            section.boxPatrocinadores .centro .ouro .luz span{width: 23px;height: 9px;background: url('../img/luz.svg')no-repeat;background-size: contain;position: relative;}
            section.boxPatrocinadores .centro div ul li.ativo .luz span::before{content: '';background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='278' height='300' fill='none' viewBox='0 0 278 300'%3E%3Cg filter='url(%23a)' opacity='1'%3E%3Cpath fill='url(%23b)' d='m80.264 80.264 117 .752-44.719 138.248h-27.563z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='138.407' x2='138.407' y1='130.395' y2='219.265' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='1'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='400%25' height='400%25' x='-150%25' y='-150%25' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center;width: 117px;height: 139px;position: absolute;bottom: 9px;left: 50%;transform: translateX(-50%);}
            section.boxPatrocinadores .centro .diamante ul li.ativo .luz span::before{content: '';width: 108px;height: 90px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='278' height='300' fill='none' viewBox='0 0 278 300'%3E%3Cg filter='url(%23a)' opacity='1'%3E%3Cpath fill='url(%23b)' d='m80.264 80.264 117 .752-44.719 138.248h-27.563z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='138.407' x2='138.407' y1='114.395' y2='219.265' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='1'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='400%25' height='400%25' x='-150%25' y='-150%25' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center;}
            section.boxPatrocinadores .centro .ouro ul li.ativo .luz span::before{content: '';width: 106px;height: 60px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='278' height='300' fill='none' viewBox='0 0 278 300'%3E%3Cg filter='url(%23a)' opacity='1'%3E%3Cpath fill='url(%23b)' d='m80.264 80.264 117 .752-44.719 138.248h-27.563z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='138.407' x2='138.407' y1='114.395' y2='219.265' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='1'/%3E%3C/linearGradient%3E%3Cfilter id='a' width='400%25' height='400%25' x='-150%25' y='-150%25' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center;}
                section.boxPatrocinadores .centro .master .ativo{background: #D8D8D8;}
                section.boxPatrocinadores .centro .master .inativo{background: linear-gradient(180deg, #C4C6C9 65%, #9FA1A4 100%);}
                section.boxPatrocinadores .centro .diamante .ativo{background: #D8D8D8;}
                section.boxPatrocinadores .centro .diamante .inativo{background: linear-gradient(180deg, #BABCBF 60%, #95979A 100%);}
                section.boxPatrocinadores .centro .ouro .ativo{background: #D8D8D8;}
                section.boxPatrocinadores .centro .ouro .inativo{background: linear-gradient(180deg, #BABCBF 60%, #95979A 100%);}
        section.boxPatrocinadores .centro .master h3{font-weight: 800;line-height: 40px;font-size: 40px;color: #40CFFF;margin-top: -24px;position: relative;z-index: 1;width: -webkit-max-content;}
        section.boxPatrocinadores .centro .diamante h3{font-weight: 800;line-height: 40px;font-size: 40px;color: #0F72F4;margin-top: -24px;position: relative;z-index: 1;width: -webkit-max-content;}
        section.boxPatrocinadores .centro .ouro h3{font-weight: 800;line-height: 40px;font-size: 40px;color: #A4852F;margin-top: -24px;position: relative;z-index: 1;border-top:7px solid #040413;width: -webkit-max-content;}
        section.boxPatrocinadores .centro .botao{text-align: center;position: relative;}
        section.boxPatrocinadores .centro .botao p{font-weight: 300;font-size: 24px;line-height: 30px;color: #FFFFFF;margin-bottom: 23px;position: relative;}
        section.boxPatrocinadores .centro .botao > b{font-weight: 800;font-size: 24px;line-height: 30px;color: #FFFFFF;position: relative;}
        section.boxPatrocinadores .centro .botao a.btnCTAbtnAzul{font-weight: 700;font-size: 22px;line-height: 24px;color: #FFFFFF;transition: all 0.5s ease;padding: 20px 18px 43px;box-shadow: 16px 0px 32px -8px #12309899 inset;box-shadow: -16px 0px 32px -8px #12309899 inset;box-shadow: 0px 3px 0px 0px #FFFFFF38 inset;display: block;}
        section.boxPatrocinadores .centro .botao a.btnCTAbtnAzul:link{display: block; max-width: 314px;height: 62px;margin: 0 auto;border-radius: 4px;background: #214FEE;}

/* footer - div centro */
footer{background: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1901 335'%3E%3Cpath d='M1920 340.378H0V0C251.535 47.0545 572.86 74.3779 961.998 74.3779C1349.08 74.3779 1669.06 46.5979 1920 0V340.378Z' fill='%230D1338'/%3E%3C/svg%3E")no-repeat center top #040413;background-size: cover;position: relative;}
    footer::before{content: '';background: #0D1338;width: 1871px;height: 330px;position: absolute;left: 50%;transform: translateX(-50%);top: -18px;border-radius: 100%;filter: blur(164px);}
    footer::after{content: "";width: 858px;height: 394px;background: url('../img/bussolaFooter.svg') no-repeat;position:absolute;bottom: -161px;left: 50%;transform: translateX(-50%);}
        footer .centro{width:100%;max-width: 1320px;display: flex;justify-content: space-between;margin: 0 auto;padding: 127px 20px 78px;position: relative;z-index: 1;color:#4B6AB3;}
                footer .centro .left{text-align: left;}
                footer .centro .left a:link,
                footer .centro .left a:active,
                footer .centro .left a:visited{line-height: 22px;font-weight: 500; font-size: 15px;display: inline-block;color: #FFFFFF;text-decoration: underline;transition: all 0.5s ease}
                footer .centro .left a:hover{color: #41C9FF;}
                footer .centro .left a.botaoLogo:link,
                footer .centro .left a.botaoLogo:active,
                footer .centro .left a.botaoLogo:visited{width: 100%;max-width: 216px;height: 69px;transition: all 0.5s ease;}
                footer .centro .left a.botaoLogo:hover{filter: drop-shadow(0px 0px 10px #44C4E0) drop-shadow(0px 9px #00000080);}

                footer .centro .left a.botaoLogo figure{width: 100%;height: 100%;}
                    footer .centro .left a.botaoLogo figure img{width: 100%;height: 100%;filter: drop-shadow(0px 10px transparent) drop-shadow(0px 9px transparent);}

                footer .centro .left p{line-height: 22px;font-weight: 400; font-size: 15px;padding: 0px 0px 16px;width: 100%;max-width: 255px}
                footer .centro .right{text-align: right;}
                    footer .centro .right .botao{display: flex;gap:34px;justify-content: right;padding: 22px 0px 25px;}
                        footer .centro .right .botao a{font-weight: 600;font-size: 18px;line-height: 22px;display: block;text-decoration: none;color: #FFFFFF;transition: all 0.5s ease;}
                        footer .centro .right p{font-weight: 400;font-size: 14px;line-height: 22px;}
                            footer .centro .right .botao a:hover{filter:brightness(1);color:#41C9FF;}

/* MOBILE */
._320 .centro{max-width: 440px;padding: 40px 20px;}

._320 a.btnCTA:link,
._320 a.btnCTA:active,
._320 a.btnCTA:visited{padding: 16px 15px 12px;outline: 8px solid #D5E0F40F;}
    ._320 a.btnCTA b{font-size: 18px;line-height: 22px;text-align: center;}

/* Janela Form */
._320 body.ativo .janelaForm{padding: 40px 20px;overflow-y: auto;}
._320 .janelaForm{padding: 0px 20px;}

        ._320 .janelaForm .centro span.botaoFechar{width: 34px;min-width: 34px;height: 34px;}

        ._320 .janelaForm .centro h2{width: 100%;max-width: 308px;font-size: 24px;line-height: 32px;margin: 0px auto;}
        ._320 .janelaForm .centro p{width: 100%;max-width: 252px;font-size: 16px;line-height: 24px;margin: -2px auto 20px;}

                ._320 .janelaForm .centro form div label{font-size: 14px;line-height: 17px;}

                ._320 .janelaForm .centro form div input,
                ._320 .janelaForm .centro form div select{background: #FFF;outline: 2px solid #164BFF42;box-shadow: 0 0px 10px 0px #164BFF42;font-size: 15px;line-height: 21px;}

            /* Checkbox */
            ._320 .janelaForm .centro form div.checkbox{margin: 0px;}
                ._320 .janelaForm .centro form div.checkbox input{width: 22px;min-width: 22px;height: 22px;}
                ._320 .janelaForm .centro form div.checkbox label.termos{font-size: 13px;line-height: 18px;}

            ._320 .janelaForm .centro form button{justify-content: center;padding: 16px 15px 12px;}
                ._320 .janelaForm .centro form button b{width: 100%;font-size: 18px;line-height: 22px;}

/* Menu Mobile */
._320 .boxTopo{z-index: 4;}
._320 .boxTopo .centro .topoMenu:has(.menuMobile){width: 100%;max-width: 440px;display: flex;justify-content: space-between;align-items: center;flex-direction: row;gap: 20px;padding: 10px 20px 10px;position: fixed;top: 0px;left: 50%;transform: translateX(-50%);background: #00002ff2;z-index: 999;}
._320 .versaod .boxTopo .centro .topoMenu:has(.menuMobile){width: calc(100% - 10px);}
._320 .versaod .boxTopo .centro .topoMenu:has(.menuMobileAtivo){width: 100% !important;}
._320 .versaoc .boxTopo .centro,
._320 .versaod .boxTopo .centro{padding-top: 80px;}
._320 .menuMobileAtivo{overflow: initial;}
    ._320 .menuMobileAtivo .boxTopo .centro::before{opacity: 1;}

        ._320 a.botaoMenu:active,
        ._320 a.botaoMenu:link,
        ._320 a.botaoMenu:visited{width: fit-content; display: flex; align-items: center; justify-content: flex-end; gap: 10px; transition: all 0.5s ease; padding: 11px 20px;}
            ._320 a.botaoMenu svg{width: 28px; height: 29px;}
                ._320 a.botaoMenu svg path{stroke: #FFFFFF;}

        ._320 .boxTopo .centro .menuMobile{width: 0;display: flex;flex-direction: column;align-items: flex-end;justify-content: flex-start;position: fixed;top: 0px;right: -80px;z-index: 9999;transition: all 0.5s ease;height: 100%;min-height: 100vh;background: #00002f;}
        ._320 .menuMobileAtivo .boxTopo .centro  .menuMobile{width: calc(100% - 66px); right: 0px;transition: all 0.5s ease;  }
            ._320 .boxTopo .centro .menuMobile .topoMenu{display: flex;width: 100%;max-width: initial;align-items: center;justify-content: center;height: auto;padding: 12px 14px;border-radius: 0px;background: radial-gradient(50% 100% at 50% 100%, #0048A5 0%, #000B3F 81.25%, #00002F 100%);backdrop-filter: blur(6px);box-shadow: 7px 5px 18px 0px #00000005, 27px 8px 30px 0px #0000000a, 60px 0px 30px 0px #0000001A, 107px 60px 36px 0px #00000008, 167px 80px 50px 0px #00000000;margin: 0px;transition: all 0.5s ease;overflow: hidden;}
                ._320 .boxTopo .centro .menuMobile .topoMenu figure{display: flex;align-items: center;justify-content: center;width: 188px;min-width: 188px;height: 37px;margin: 0px auto;transition: all 0.5s ease;}
                    ._320 .boxTopo .centro .menuMobile .topoMenu figure img{object-fit: contain;}
            ._320 .boxTopo .centro .menuMobile > a.botaoMenu:active,
            ._320 .boxTopo .centro .menuMobile > a.botaoMenu:link,
            ._320 .boxTopo .centro .menuMobile > a.botaoMenu:visited{background: #214FEE;box-shadow: 0 20px 32px -8px #6E3FED00, 0 3px 0 0 #ffffff38 inset, -16px 0 32px -8px #12309899 inset, 16px 0 32px -8px #12309899 inset !important;width: 66px;height: 60px;position: absolute;left: -66px;top: 0;}
                ._320 .boxTopo .centro .menuMobile > a.botaoMenu svg path{stroke: #FFF;}
            ._320 .boxTopo .centro .menuMobile nav{display: flex; width: 100%; flex-direction: column; gap: 0px; padding: 12px 0px 40px; height: calc(100vh - 80px); overflow-y: auto; scrollbar-width: none; justify-content: flex-start; align-items: flex-start;}
            ._320 .boxTopo .centro .menuMobile nav ul{max-width: initial !important;flex-direction: column;gap: 0px !important;margin: 10px 0px 0px !important;}
                ._320 .boxTopo .centro .menuMobile nav ul li{width: 100%;}
                    ._320 .boxTopo .centro .menuMobile nav ul li a:link,
                    ._320 .boxTopo .centro .menuMobile nav ul li a:active,
                    ._320 .boxTopo .centro .menuMobile nav ul li a:visited{padding: 0px !important;}
                        ._320 .boxTopo .centro .menuMobile nav ul li a b{padding: 15px 20px;}

            ._320 .boxTopo .centro .menuMobile nav a:link,
			._320 .boxTopo .centro .menuMobile nav a:active,
			._320 .boxTopo .centro .menuMobile nav a:visited{display: block; width: 100%;padding: 15px 20px;border-bottom: 2px solid #EBEBEB;overflow: hidden;    min-height: 52px;}
				._320 .boxTopo .centro .menuMobile nav a b{display: block; font-size: 15px; font-weight: 600; line-height: 20px; transition: all 0.5s ease; position: relative; z-index: 1;color: #4C4C4C;min-width: max-content;}


/* Box Topo */
    ._320 .boxTopo::after{background: url('../img/fundoMobile.svg') no-repeat center top;background-size: cover;}

    ._320 .boxTopo ul.fundoBussola.blocoAnimado{transform: scale(0.4) translateY(74%);top: initial;right: 0px;bottom: -3px;}
        ._320 .boxTopo ul.fundoBussola::before{right: 50%;transform: translateX(50%);}
        ._320 .boxTopo ul.fundoBussola li{right: 50%;transform: translateX(50%);}

        /* Bussola */
        ._320 .boxTopo ul.fundoBussola.blocoAnimado li.bussola{right: 50%;transform: translateX(50%);}

            ._320 .boxTopo ul.fundoBussola li.bussola div.sombras{right: 50%;transform: translateX(50%);}

        /* Bussola Palavras */
        ._320 .boxTopo ul.fundoBussola li.bussolaPalavras{transform: translateX(50%) rotate(0deg);animation: palavrasAnimadaMobile 230s infinite linear, entradaPalavras 5s forwards;animation-delay: 0.9s;}

/* ANIMATION */
@keyframes palavrasAnimadaMobile{
    0%{transform: translateX(50%) rotate(0deg);}
    100%{transform: translateX(50%) rotate(360deg);}
}

@keyframes conteudoAnimado{
    0%{opacity: 0; visibility: hidden;}
    100%{opacity: 1; visibility: visible;}
}

    ._320 .boxTopo .centro{padding: 10px 20px 145px;}

    	._320 .boxTopo .centro .topoMenu{flex-direction: column-reverse;gap: 0px;margin-bottom: 20px;}
    	    ._320 .boxTopo .centro .topoMenu .conteudoTopo{flex-direction: column;align-items: center;gap: 20px;position: relative;}

    	        ._320 .boxTopo .centro .topoMenu .conteudoTopo h1{max-width: 250px;height: auto;}
    	       ._320 .boxTopo .centro .topoMenu .conteudoTopo span.banner{display: none;position: absolute;left: 0px;top: 64px;}
    	           ._320 .boxTopo .centro .topoMenu .conteudoTopo span.banner::before{z-index: -1;display: none;}
    	           ._320 .boxTopo .centro .topoMenu .conteudoTopo span.banner b{font-size: 26px;line-height: 26px;text-align: center;}

    	       ._320 .boxTopo .centro .topoMenu .conteudoTopo div.data,
                ._320 .boxTopo .centro .conteudo .data{display: block; padding: 0px;}
                ._320 .boxTopo .centro .conteudo .data{margin-bottom: 20px;}
    	           ._320 .boxTopo .centro .topoMenu .conteudoTopo div.data p,
                    ._320 .boxTopo .centro .conteudo .data p{font-size: 20px;line-height: 22px;text-align: center;margin-bottom: 9px;}


    	           ._320 .boxTopo .centro .topoMenu .conteudoTopo div.data span,
                    ._320 .boxTopo .centro .conteudo .data span{display: flex;justify-content: center;gap: 5px;padding-top: 8px;position: relative;}
    	           ._320 .boxTopo .centro .conteudo .data.reduzido{display: none;}
    	               ._320 .boxTopo .centro .topoMenu .conteudoTopo div.data span::before,
                        ._320 .boxTopo .centro .conteudo .data span::before{content: "";width: 100%;height: 2px;background: #5d7ef23d;position: absolute;left: 0px;top: -2px;}
    	               ._320 .boxTopo .centro .topoMenu .conteudoTopo div.data span b,
                        ._320 .boxTopo .centro .conteudo .data span b{font-size: 12px;line-height: 14px;}

    	   ._320 .boxTopo .centro .topoMenu nav.menu{padding-top: 0px;}
    	   ._320 .versaoc .boxTopo .centro .topoMenu > nav.menu, ._320 .versaod .boxTopo .centro .topoMenu > nav.menu{display: none;}
    	       ._320 .boxTopo .centro .topoMenu nav.menu ul{width: 100%;max-width: 342px;justify-content: center;gap: 15px;margin: 0px auto 20px;}
    	               ._320 .boxTopo .centro .topoMenu nav.menu ul li a:link,
    	               ._320 .boxTopo .centro .topoMenu nav.menu ul li a:active,
    	               ._320 .boxTopo .centro .topoMenu nav.menu ul li a:visited{padding: 10px 4px 7px 4px;}
    	                   ._320 .boxTopo .centro .topoMenu nav.menu ul li a b{font-size: 14px;line-height: 17px;}

            ._320 .boxTopo .centro .conteudo h2{font-size: 24px;line-height: 32px;text-align: center;}
            ._320 .boxTopo .centro .conteudo p{font-size: 15px;line-height: 23px;text-align: center;margin-bottom: 10px;letter-spacing: -0.02em;}
            ._320 .boxTopo .centro .conteudo > span{max-width: 300px;font-size: 14px;line-height: 19px;text-align: center;margin: 0px auto 20px;}
                ._320 .boxTopo .centro .conteudo span::before{margin: 0px auto 13px;}
                ._320 .boxTopo .centro .conteudo span i{font-size: 14px;line-height: 19px;}

/* BOX DECIDIR */
    ._320 .boxDecidir.sessaoAnimado.blocoAnimado::before{width: calc(50% - 20px);height: 600px;left: 0px;bottom: 35px;background-size: cover;}
    ._320 .boxDecidir.sessaoAnimado.blocoAnimado::after{width: calc(50% - 20px);height: 600px;background-size: cover;right: 0px;bottom: 35px;}

        ._320 .boxDecidir .centro h2{font-size: 20px;line-height: 28px;margin-bottom: 20px;letter-spacing: -0.01em;}
            ._320 .boxDecidir .centro h2 b{font-size: 24px;line-height: 32px;}
        ._320 .boxDecidir .centro > p{font-size: 16px;line-height: 24px;margin-bottom: 40px;}

        ._320 .boxDecidir .centro div.conteudo{padding: 20px 15px 1px;}
            ._320 .boxDecidir .centro div.conteudo::before{height: 24px;top: -26px;}
            ._320 .boxDecidir .centro div.conteudo p{font-size: 16px;line-height: 23px;letter-spacing: -0.01em;margin-bottom: 20px;}
                ._320 .boxDecidir .centro div.conteudo p br{display: none;}

            ._320 .boxDecidir .centro div.conteudo ul{flex-wrap: wrap;gap: 15px 10px;justify-content: center;margin-bottom: 24px;}
                ._320 .boxDecidir .centro div.conteudo ul li:nth-of-type(6){display: none;}
                    ._320 .boxDecidir .centro div.conteudo ul li.certificado::before{width: 26px;height: 35px;background-size: contain;right: -20px;top: 1px;}
                    ._320 .boxDecidir .centro div.conteudo ul li span{font-size: 12px;line-height: 14px;}
                        ._320 .boxDecidir .centro div.conteudo ul li span b{font-size: 10px;line-height: 12px;}
                        ._320 .boxDecidir .centro div.conteudo ul li.certificado span b{text-align: center;}
                        ._320 .boxDecidir .centro div.conteudo ul li span em{font-size: 30px;line-height: 28px;}
                        ._320 .boxDecidir .centro div.conteudo ul li.certificado span em{font-size: 24px;text-align: center;margin: 0px;}
                            ._320 .boxDecidir .centro div.conteudo ul li span em strong{font-size: 28px;line-height: 28px;}

            ._320 .boxDecidir .centro div.conteudo a:link,
            ._320 .boxDecidir .centro div.conteudo a:active,
            ._320 .boxDecidir .centro div.conteudo a:visited{padding: 16px 20px 12px;margin-bottom: -28px;}
                ._320 .boxDecidir .centro div.conteudo a b{font-size: 18px;line-height: 22px;}

/* Box Edicao */
._320 .boxEdicao::before{opacity: 65%;}
._320 .boxEdicao::after{width: 42px;height: 51px;bottom: -29px;}

._320 .boxEdicao .centro{width: 100%; max-width: 440px; padding: 67px 20px 50px; margin: 0px auto;}
    ._320 .boxEdicao .centro h2{width: 100%;max-width: 383px;font-size: 20px;line-height: 28px;margin: 0px auto 20px;letter-spacing: -0.01em;}
        ._320 .boxEdicao .centro h2 b{font-size: 24px;line-height: 32px;}

    ._320 .boxEdicao .centro ul{flex-wrap: wrap;margin-bottom: 26px;gap: 15px;}
        ._320 .boxEdicao .centro ul li{max-width: initial;flex-direction: row;gap: 14px;padding: 0px 0px 13px;border-bottom: 2px solid #a6c6ff0d;}
        ._320 .boxEdicao .centro ul li:nth-of-type(4){border-bottom: initial;gap: 10px;padding: 0px;}

            ._320 .boxEdicao .centro ul li figure{max-width: 130px;}
            ._320 .boxEdicao .centro ul li p{font-size: 14px;line-height: 22px;text-align: left;letter-spacing: -0.01em;}
                ._320 .boxEdicao .centro ul li p b{font-size: 16px;line-height: 24px;margin-bottom: 5px;}

/* BOX PATROCINADORES */
._320 .boxPalestrantes{padding-bottom: 40px;}

    ._320 .boxPalestrantes .centro{padding: 40px 20px 0px;z-index: 2;}
        ._320 .boxPalestrantes .centro h2{font-size: 24px;line-height: 32px;letter-spacing: -0.01em;}

        /* Splide */
        ._320 .boxPalestrantes .splide{transform: translateY(-29px);z-index: 2;}
            ._320 .boxPalestrantes .splide .splide__track .splide__list .splide__slide{max-width: 248px;margin-right: 12px !important;}
                ._320 .boxPalestrantes .splide .splide__track .splide__list .splide__slide figure{max-width: 200px;height: 264px;}
                ._320 .boxPalestrantes .splide .splide__track .splide__list .splide__slide div.conteudo{max-height: 200px;padding: 40px 15px 20px;margin: -20px auto 0px;}
                    ._320 .boxPalestrantes .splide .splide__track .splide__list .splide__slide div.conteudo h3{font-size: 22px;line-height: 26px;margin-bottom: 8px;}
                    ._320 .boxPalestrantes .splide .splide__track .splide__list .splide__slide div.conteudo p{font-size: 14px;line-height: 21px;}

/* BOX DUVIDAS */
._320 .boxDuvidas .centro .conteudoTopo{flex-direction: column;margin-bottom: 30px;}
    ._320 .boxDuvidas .centro .conteudoTopo h2{max-width: 269px;text-align: center;font-size: 24px;line-height: 32px;letter-spacing: -0.01em;margin: 0px auto;}
    ._320 .boxDuvidas .centro .conteudoTopo a:link,
    ._320 .boxDuvidas .centro .conteudoTopo a:active,
    ._320 .boxDuvidas .centro .conteudoTopo a:visited{padding: 12px 10px;gap: 8px;}
        ._320 .boxDuvidas .centro .conteudoTopo a b{font-size: 17px;line-height: 21px;gap: 8px;}
            ._320 .boxDuvidas .centro .conteudoTopo a b em{font-size: 13px;line-height: 17px;}

._320 .boxDuvidas .centro ul{gap: 20px;}
    ._320 .boxDuvidas .centro ul li{width: 100%;}
    ._320 .boxDuvidas .centro ul li:not(li:last-of-type){width: 100%;}
        ._320 .boxDuvidas .centro ul li::before{width: 36px;min-width: 36px;height: 36px;top: -15px;left: -19px;}
        ._320 .boxDuvidas .centro ul li p{font-size: 14px;line-height: 24px;}
            ._320 .boxDuvidas .centro ul li p b{font-size: 17px;line-height: 23px;}

._320 section.boxPatrocinadores{background: url('../img/fundoPatrocinadoresMobile.svg?1') no-repeat center top #040413;background-size: contain;position: relative;overflow: clip;}
    ._320 section.boxPatrocinadores::before{content: "";width: 147px;height: 70px;background: url('../img/iconeConbCon.svg') no-repeat top center;background-size: contain;position: relative;position: absolute;top: -15px;left: 50%;transform: translateX(-50%);}
    ._320 section.boxPatrocinadores .fundoPatrocinadores > figure{display: none;}
    ._320 section.boxPatrocinadores .fundoPatrocinadores figure{margin: 0px;}
    ._320 section.boxPatrocinadores .centro{width: 100%;max-width: 440px;padding: 80px 20px 40px;margin: 0px auto}
    ._320 section.boxPatrocinadores .centro h2{font-size: 24px;line-height: 32px;background: transparent;padding: 0px;margin-bottom: 35px;}
    ._320 section.boxPatrocinadores .centro .master{margin: 0px 0px 30px;padding: 0px 20px 30px;}
    ._320 section.boxPatrocinadores .centro .diamante{margin-bottom: 30px;padding: 0px 20px 30px;}
    ._320 section.boxPatrocinadores .centro .ouro{margin-bottom: 30px;padding: 0px 20px 30px;}
            ._320 section.boxPatrocinadores .centro div ul{padding: 0px;gap: 20px;}
        ._320 section.boxPatrocinadores .centro div h3{font-size: 28px;line-height: 28px;margin: -13px auto 20px;border: initial;}
        ._320 section.boxPatrocinadores .centro .botao p{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
        ._320 section.boxPatrocinadores .centro a b{font-size: 18px !important;line-height: 22px !important;}
        ._320 section.boxPatrocinadores .centro .botao a.btnCTAbtnAzul{padding: 16px 15px 12px;font-size: 18px;line-height: 22px;height: 50px;}

/* footer */
._320 footer{height: 100%;background: #0d1338;position: relative;}
    ._320 footer::before{content: "";display: block; width: calc(100% + 5px);height: 88px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='89' fill='none' viewBox='0 0 1920 89'%3E%3Cpath fill='%230d1338' d='M1920 88.378H0V0c251.535 47.055 572.86 74.378 961.998 74.378C1349.08 74.378 1669.06 46.598 1920 0z'/%3E%3C/svg%3E") no-repeat bottom center;background-size: contain;top: -87px;left: 50%;transform: translateX(-50%);}
        ._320 footer .centro{padding: 40px 20px 40px;flex-direction: column;align-items: center;}
                ._320 footer .centro .left a.botaoLogo{display: block;margin: 0px auto;}
                ._320 footer .centro .left a.botaoLogo img{width: 100%;max-width: 200px;height: auto;margin: 0 auto;}
                ._320 footer .centro .left p{text-align: center;font-size: 14px;line-height: 21px;padding-bottom: 20px;}
                    ._320 footer .centro .right .botao{justify-content: center;padding: 20px 0px 10px;}
                        ._320 footer .centro .right .botao a{text-align: center;font-size: 16px;line-height: 20px;}
                        ._320 footer .centro .right p{text-align: center;font-size: 13px;line-height: 21px;}

@media screen and (max-width: 411px){
    ._320 .boxTopo .centro .conteudo a b{width: 100%; max-width: 192px; margin: 0px auto;}
}

@media screen and (max-width: 408px){
    ._320 .janelaForm .centro form button b{width: 100%; max-width: 136px;}
}