.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* RECARGA VIP - CSS GLOBAL 
   Versão Otimizada para Elementor Pro 
*/

:root {
    --verde-vip: #00e676;
    --verde-dark: #00c853;
    --preto-vip: #1a1a1a;
    --cinza-texto: #444444;
    --cinza-claro: #f4f4f4;
    --branco: #ffffff;
}

/* 1. Reset e Fontes de Segurança */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 2. Tipografia VIP */
.vip-titulo {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    color: var(--preto-vip);
}

.vip-titulo span {
    color: var(--verde-vip);
}

.vip-texto {
    font-family: 'Open Sans', sans-serif !important;
    color: var(--cinza-texto);
    line-height: 1.6;
}

/* 3. Botão VIP Customizado */
.btn-vip-action {
    background-color: var(--verde-vip) !important;
    color: var(--branco) !important;
    padding: 14px 30px !important;
    border-radius: 5px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.3s ease-in-out !important;
    border: none !important;
    cursor: pointer;
}

.btn-vip-action:hover {
    background-color: var(--verde-dark) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(0, 230, 118, 0.3) !important;
}

/* 4. Cards de Serviço VIP */
.card-vip-container {
    background: var(--branco);
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    border: 1px solid #f0f0f0;
}

.card-vip-container:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: var(--verde-vip);
}

.card-vip-container i {
    font-size: 45px;
    color: var(--verde-vip);
    margin-bottom: 20px;
}

/* 5. Estilos de Localização */
.loc-item-vip {
    display: flex;
    justify-content: space-
    
    /* Estilo para a Seção principal do Elementor (fundo #0b3d2e) */
.elementor-kit-12 {
    padding: 100px 0; /* Espaçamento superior e inferior */
    background-color: #0b3d2e; /* Certifique-se que o fundo da seção é este */
    font-family: 'Open Sans', sans-serif;
    overflow: hidden; /* Garante que os elementos de fundo não causem barra de rolagem */
}

/* Container do Formulário com Glassmorphism e centralização */
.elementor-kit-12 .elementor-container { /* Seleciona o container interno do Elementor */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh; /* Ocupa a altura da tela */
}

/* Estilo do Card principal do Formulário (Aplique no widget de coluna interna) */
.elementor-element.elementor-column { /* Seleciona uma coluna do Elementor */
    background: rgba(255, 255, 255, 0.08); /* Fundo translúcido */
    backdrop-filter: blur(20px); /* Efeito de vidro */
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.15); /* Borda sutil */
    border-radius: 25px; /* Bordas arredondadas */
    padding: 60px 50px; /* Espaçamento interno */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3); /* Sombra mais forte */
    max-width: 600px; /* Largura máxima do card */
    width: 100%;
    margin: 0 auto;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Animação ao passar o mouse */
    position: relative;
    z-index: 2;
}

.elementor-element.elementor-column:hover {
    transform: translateY(-8px) scale(1.01); /* Leve movimento e escala */
    box-shadow: 0 30px 60px rgba(0, 230, 118, 0.3); /* Sombra verde ao hover */
    border-color: #00e676; /* Borda verde ao hover */
}

/* Título do formulário */
.elementor-widget-form .elementor-form-fields-wrapper h2.elementor-heading-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(28px, 4vw, 38px);
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.elementor-widget-form .elementor-form-fields-wrapper h2.elementor-heading-title span {
    color: #00e676;
}

/* Estilo dos campos de entrada */
.elementor-field-group {
    margin-bottom: 25px;
}

.elementor-field-group label {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    display: block;
    opacity: 0.9;
}

.elementor-field-textual {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.elementor-field-textual::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.elementor-field-textual:focus {
    outline: none;
    border-color: #00e676;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 15px rgba(0, 230, 118, 0.3);
}

/* Estilo do botão de Envio */
.elementor-button {
    background-color: #00e676; /* Verde Recarga VIP */
    color: #0b3d2e !important; /* Texto verde escuro */
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    padding: 18px 35px;
    border-radius: 12px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 230, 118, 0.2);
}

.elementor-button:hover {
    background-color: #00c853; /* Verde um pouco mais escuro ao hover */
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 230, 118, 0.4);
}

/* Responsividade */
@media (max-width: 768px) {
    .elementor-element.elementor-column {
        padding: 40px 25px;
        border-radius: 15px;
    }
    .elementor-widget-form .elementor-form-fields-wrapper h2.elementor-heading-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .elementor-field-group label {
        font-size: 14px;
    }
    .elementor-field-textual {
        padding: 12px 15px;
        font-size: 14px;
    }
    .elementor-button {
        padding: 15px 25px;
        font-size: 16px;
    }
}/* End custom CSS */