.elementor-kit-12{--e-global-color-15c1a5d:#111111;--e-global-color-a5a033e:#111111;--e-global-color-f869a17:#185DA9;--e-global-color-9c52a3a:#F8F8F8;--e-global-color-0dec70c:#FFFFFF;--e-global-color-d9445a9:#185DA9;--e-global-color-cc7695f:#185DA9;--e-global-color-9277c9f:#EEF3FF;--e-global-color-da1bc7c:#185DA9;--e-global-color-0e25368:#0FAEBB;--e-global-color-ad02c11:#030B21;--e-global-color-3618825:#8CC916;--e-global-typography-primary-font-family:"Geist";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Geist";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Geist";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Geist";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-a5a033e );font-size:20px;font-weight:300;line-height:1.28em;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:var( --e-global-color-d9445a9 );font-size:18px;font-weight:700;line-height:27px;color:var( --e-global-color-9c52a3a );border-radius:32px 32px 32px 32px;padding:12px 24px 12px 24px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-cc7695f );color:var( --e-global-color-0dec70c );}.elementor-kit-12 e-page-transition{background-color:#343434;}.elementor-kit-12 a{color:var( --e-global-color-f869a17 );font-size:16px;font-weight:600;line-height:24px;}.elementor-kit-12 h1{color:var( --e-global-color-15c1a5d );font-size:72px;line-height:1.08em;letter-spacing:-0.48px;}.elementor-kit-12 h2{color:var( --e-global-color-15c1a5d );font-size:48px;line-height:1.08em;letter-spacing:-0.2px;}.elementor-kit-12 h3{color:var( --e-global-color-15c1a5d );font-size:32px;line-height:40px;}.elementor-kit-12 h4{color:var( --e-global-color-15c1a5d );font-size:28px;line-height:35.84px;}.elementor-kit-12 h5{color:var( --e-global-color-15c1a5d );font-size:24px;line-height:31.92px;}.elementor-kit-12 h6{color:var( --e-global-color-15c1a5d );font-size:20px;line-height:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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-12 h1{font-size:36px;line-height:43.92px;letter-spacing:-0.18px;}.elementor-kit-12 h2{font-size:40px;line-height:40px;}.elementor-kit-12 h3{font-size:28px;line-height:35.84px;}.elementor-kit-12 h4{font-size:24px;line-height:31.92px;}.elementor-kit-12 h5{font-size:20px;line-height:28px;}.elementor-kit-12 h6{font-size:18px;line-height:23.94px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-heading-title b {
    color: var(--e-global-color-da1bc7c);;
}

.elementor-kit-12 .elementor-button svg{
    width: 14px;
}


/* 1. Definição do Keyframe (o movimento de subir e descer) */
@keyframes float {
    0%, 100% {
        transform: translateY(0); /* Posição inicial e final (parado) */
    }
    50% {
        transform: translateY(-15px); /* Sobe 15 pixels na metade da animação */
    }
}

/* 2. A classe CSS para aplicar no card */
.animate-float {
    /* Nome da animação, duração (6 segundos), curva de velocidade, e repetição infinita */
    animation: float 6s ease-in-out infinite; 
}





@media(max-width: 768px){
    br {
        display: none;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-display: auto;
	src: url('https://gomobili.com.br/staging/wp-content/uploads/2026/05/Geist-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */