body.elementor-page-6:not(.elementor-motion-effects-element-type-background), body.elementor-page-6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#07090C;}html{height:100vh;margin:0;overflow:hidden;}body{height:100vh;overflow:auto;scroll-snap-type:y mandatory;}.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}@media(max-width:1024px){.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}}@media(max-width:767px){.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}}/* Start custom CSS */html, body{
    width: 100%;
    overflow-x: hidden;
}

[data-elementor-type="wp-page"]{
    overflow: hidden;
}

[data-elementor-type="wp-post"]{
    overflow: hidden;
}

::-webkit-scrollbar{
    display: none;
}

.elementor-kit-24 {
    --e-global-typography-primary-font-family: "Metropolis";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Metropolis";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Metropolis";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Metropolis";
    --e-global-typography-accent-font-weight: 600;
    background-color: #0E1115;
    font-family: "Metropolis", Sans-serif;
    --e-global-color-primary: #ffffff;
    --e-global-color-secondary: #ffffff;
    --e-global-color-text: #8894A5;
    --e-global-color-accent: #267DE2;
}


.destaque{
    background: linear-gradient(89deg, #0A3364 -50%, #6FA9EC 50%, #0A3364 150%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Times New Roman";
    font-size: 3.5625rem;
    font-style: italic;
    font-weight: 400;
    line-height: 80% !important;
    letter-spacing: -0.21375rem;
    padding-right: 2px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.degrade{
    background: linear-gradient(100deg, #8BA1C1 -10%, #E5F0FF 50%, #8BA1C1 110%);
    background-clip: text;
    padding-right: 2px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


.negrito, b{
    font-weight: 600 !important;
    color: #ffffff !important;
}

.tag{
    color: #5E99ED;
    font-family: Metropolis;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.125rem */
    letter-spacing: 0.1275rem;
    width: fit-content;
    padding: 0.5rem 1rem;
    border-radius: 12.5rem;
    background: #E5F0FF;
}

.horario,
.data{
    color: #80B4FF;
    font-family: Metropolis;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.12rem;
}


@media (min-width: 1025px){
	.data{
	    display: none;
	}
}


.subtitulo{
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width: 767px) {
	.destaque{
	    font-size: 2.2rem;

	    line-height: 80% !important;
	    letter-spacing: -0.15rem;
	    padding-right: 2px;
	    box-decoration-break: clone;
	    -webkit-box-decoration-break: clone;
	}
	
	.tag{
        white-space: nowrap;
        padding: 0.3rem 0.8rem;
    }
    
    .ytb{
        display: none;
    }

    .horario,
    .data{
        white-space: nowrap;
    }
}

body::after{
    content:"";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 2px 2px;
    pointer-events: none !important;
    z-index: 9999;
    opacity: 0.05;
    mix-blend-mode: plus-lighter;
}


@media (min-width: 1025px){
	body::before{
        content: "Você é uma pessoa inteligente. Sábia decisão!";
	    position: fixed;
	    color: #222D3D;
	    font-family: "Metropolis";
	    font-size: 24px;
	    font-weight: 600;
	    white-space: nowrap;
	    bottom: 50px;
	    left: 50%;
	    transform: translatex(-50%) translatey(50px);
	    transition: 0.5s;
	    padding: 10px 20px;
	    background: linear-gradient(90deg, #F0F6FF, #C2D2EB);
	    border-radius: 100px;
	    opacity: 0;
	    z-index: 99999999999;
	    letter-spacing: -0.06rem;
	}
	
	body:has(.elementor-button:hover)::before{
	    content: "Você é uma pessoa inteligente. Sábia decisão!";
	    opacity: 1;
	    transform: translatex(-50%) translatey(0px);
	}
}/* End custom CSS */