.elementor-kit-6{--e-global-color-primary:#00B4A8;--e-global-color-secondary:#FF6B4A;--e-global-color-text:#1F2937;--e-global-color-accent:#1A3E4C;--e-global-color-acbb34b:#FAFAFA;--e-global-color-068d2f1:#6B7280;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;color:#1F2937;font-family:"Inter", Sans-serif;font-size:16px;line-height:1.7px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#00B4A8;font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;text-shadow:3px 3px 0px rgba(0,0,0,0.3);color:#FFFFFF;border-radius:60px 60px 60px 60px;padding:16px 21px 16px 21px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#008C82;color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:0px;}.elementor-kit-6 h1{color:#1A3E4C;font-family:"Poppins", Sans-serif;font-size:52px;}.elementor-kit-6 h2{color:#1A3E4C;font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-6 h3{color:#00B4A8;font-family:"Poppins", Sans-serif;font-size:32px;font-weight:600;}.elementor-kit-6 h4{color:#1F2937;font-family:"Poppins", Sans-serif;font-size:20px;font-weight:400;}.elementor-kit-6 h5{color:#1F2937;font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-6 h6{color:#1F2937;font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;}.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-kit-6 h1{font-size:36px;}.elementor-kit-6 h2{font-size:30px;}.elementor-kit-6 h3{font-size:26px;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:20px;}.elementor-kit-6 h6{font-size:20px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================
   CSS PERSONALIZADO - DESTAQUE NA WEB
   ======================================== */

/* 1. Suavização de Fontes */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    opacity: 0;
    animation: fadeIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
    to { opacity: 1; }
}

/* 2. Scroll Suave */
html {
    scroll-behavior: smooth;
}

/* 3. Transições Globais */
a, button, .elementor-button {
    transition: all 0.3s ease;
}

/* 4. Links de Texto */
a:not(.elementor-button) {
    color: #00B4A8;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:not(.elementor-button):hover {
    color: #008C82;
}

/* 5. Botões Aprimorados */
.elementor-button {
    transition: all 0.3s ease;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

.elementor-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 180, 168, 0.3);
}

/* 6. Imagens Responsivas */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.elementor-image img {
    transition: transform 0.3s ease;
}

.elementor-image:hover img {
    transform: scale(1.05);
}

/* 7. Formulários Profissionais */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
    border: 2px solid #E5E7EB;
    border-radius: 6px;
    padding: 12px 16px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #00B4A8;
    box-shadow: 0 0 0 3px rgba(0, 180, 168, 0.1);
}

::placeholder {
    color: #9CA3AF;
    opacity: 1;
}

/* 8. Cards com Sombra */
.card-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.card-shadow:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* 9. Menu Hover Effect */
.elementor-nav-menu a {
    position: relative;
    transition: color 0.3s ease;
}

.elementor-nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00B4A8;
    transition: width 0.3s ease;
}

.elementor-nav-menu a:hover::after {
    width: 100%;
}

/* 10. Responsividade Mobile */
@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    
    .elementor-section {
        padding: 40px 20px;
    }
    
    h1 {
        font-size: 32px !important;
        line-height: 1.2 !important;
    }
    
    h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
}

/* 11. Performance */
* {
    will-change: auto;
}

.elementor-motion-effects-element {
    will-change: transform;
}/* End custom CSS */