.elementor-kit-7{--e-global-color-primary:#0C0C0C;--e-global-color-secondary:#F7F7F7;--e-global-color-text:#0C0C0C;--e-global-color-accent:#30D05D;--e-global-color-68f0d20:#F3D5A3;--e-global-color-728218e:#6EF594;--e-global-color-a3975f7:#30D05D;--e-global-typography-primary-font-family:"Inter";--e-global-typography-secondary-font-family:"Inter";--e-global-typography-text-font-family:"Inter";font-weight:300;--e-global-typography-accent-font-family:"Inter";background-color:#0C0C0C;color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;font-size:15px;}.elementor-kit-7 a{font-family:"SF Pro Display", Sans-serif;}.elementor-kit-7 h1{color:#F7F7F7;font-family:"Inter", Sans-serif;font-size:64px;font-weight:200;}.elementor-kit-7 h2{font-family:"Inter", Sans-serif;font-size:48px;}.elementor-kit-7 h3{font-family:"Inter", Sans-serif;font-size:24px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Inter", Sans-serif;font-weight:800;text-transform:uppercase;padding:18px 28px 18px 40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:3.7vw;font-weight:200;}.elementor-kit-7 h1{font-size:8.5vw;}.elementor-kit-7 h2{font-size:7.5vw;font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:4vw;font-weight:550;padding:18px 10px 18px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}/* Start custom CSS */html, body {
    width: 100%!important;
    max-width: 100%!important;
    overflow-x: hidden!important;
}

p{
    text-wrap: pretty;
}

bege{
    color:#f3d5a3;
    font-weight: 500;
}

.italic-h2{
    font-style: italic;
    font-family: "Times New Roman";
    font-size: 1.3em;
    color: #f3d5a3;
    letter-spacing: -1.2px;
}




@media only screen and (max-width:767px){
   
}



.botao .elementor-button{
    box-shadow: 0px 0px 30px 0px #6EF59450;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    color: #0c0c0c;
    background:#30D05D;
}

.botao::before{
    content:"";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #6EF594;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    transition: 0.3s;
    pointer-events: none;
    z-index: 0;
}

.botao:hover::before{
    width: 100%;
    height: 100%;
}

.botao:hover .elementor-button{
    transition: 1s 0.3s;
    color: #0c0c0c !important;
    box-shadow: 0px 0px 300px 10px #6EF59450;
}

.botao .elementor-button-icon,
.botao .elementor-button-icon svg{
    transition: 0.5s !important;
}



.botao:hover .elementor-button-icon svg{
    transform-origin: center;
    animation: seta 2s infinite;
}

.botao .elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}

@keyframes seta{
    0%, 100%{
        transform: translate(0px, 0px);
    }
    50%{
        transform: translate(10px, 0px);
    }
    
}



/*Efeito de entrada vinculado ao scroll*/
.scroll-esquerda{
    opacity: 0;
    transition: 0.5s all;
    transform: translate3d(-30px, 0, 0);
    /*filter: blur(10px);*/
}

.scroll-direita{
    opacity: 0;
    transition: 0.5s all;
    transform: translate3d(30px, 0, 0);
    /*filter: blur(10px);*/
}

.scroll-base{
    opacity: 0;
    transition: 0.5s all;
    transform: translate3d(0, 80px, 0);
    scale: .5;
    /*filter: blur(10px);*/
}

.scroll-topo{
    opacity: 0;
    transition: 0.5s all;
    transform: translate3d(0, -80px, 0);
    /*filter: blur(10px);*/
}

.scroll-zoom {
    opacity: 0;
    transition:  transform 1.5s, opacity 0.5s, scale 1.5s;
    /*transform: translate3d(0, 80px, 0);*/
    scale: 0;
    /*filter: blur(5px);*/
}

.ativo{
    opacity: 1;
    transition:  transform 0.5s, opacity 0.5s, scale 1.5s;
    transform: translate3d(0, 0, 0);
    scale: 1;
    /*filter: blur(0px);*/
}

.elementor-editor-active .scroll-esquerda, .elementor-editor-active .scroll-direita, .elementor-editor-active .scroll-topo, .elementor-editor-active .scroll-base, .elementor-editor-active .scroll-zoom, .ativo{
    opacity: 1;
    transition: transform 0.5s, opacity 0.5s, scale 1.5s;
    transform: translate3d(0, 0, 0);
    scale: 1;
    /*filter: blur(0px);*/
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter';
	font-display: auto;
	src: url('https://formacaonail.com.br/wp-content/uploads/2025/04/Inter-VariableFont_opszwght.ttf') format('truetype');
}
/* End Custom Fonts CSS */