.elementor-kit-69{--e-global-color-primary:#184051;--e-global-color-secondary:#C1B09E;--e-global-color-text:#2E2E2E;--e-global-color-accent:#A67B5B;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#F5F3F0;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Rozha One";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Rozha One";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Questrial";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Rozha One";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Rozha One";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Rozha One";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Rozha One";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Questrial";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-69 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){margin-block-end: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-kit-69{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-69{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Reset e Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #2F4F4F;
    background-color: #F5F5DC;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 {
    font-size: 3.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.8rem;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

/* Header */


/* Hero Section */
.hero {
    background: linear-gradient(135deg, rgba(70, 130, 180, 0.8), rgba(60, 179, 113, 0.6)), 
                url(\'hero-bg.jpg\') center/cover;   min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0,.hero-subtitle {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #DAA520;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-description-emphasis {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #DAA520;
}emphasis {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 3rem;
    color: #DAA520;
}

/* Buttons */
.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #4682B4;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(70, 130, 180, 0.3);
}

.cta-button:hover {
    background: #36648B;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(70, 130, 180, 0.4);
}

.cta-button.primary {
    background: #2E8B57;
    box-shadow: 0 4px 15px rgba(46, 139, 87, 0.3);
}

.cta-button.primary:hover {
    background: #228B22;
    box-shadow: 0 6px 20px rgba(46, 139, 87, 0.4);
}

.cta-button.large {
    padding: 1.5rem 3rem;
    font-size: 1.3rem;
}

/* Section Styles */
section {
    padding: 5rem 0;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
    color: #4682B4;
}

.section-subtitle {
    text-align: center;
    margin-bottom: 2rem;
    color: #228B22;
    font-style: italic;
}

.section-intro {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-description {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* Problems Section */
.problems {
    background: #F0F8FF;
}

.problems-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.problem-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.problem-item:hover {
    transform: translateY(-5px);
}

.problem-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.problem-item h3 {
    color: #4682B4;
    margin-bottom: 1rem;
}

.problems-conclusion {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    color: #4682B4;
}

/* Solution Section */
.solution {
    background: white;
}

/* Diferenciais Section */
.diferenciais {
    background: #F0F8FF;
}

.diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2.5rem;
}

.diferencial-item {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.diferencial-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.diferencial-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.diferencial-item h3 {
    color: #4682B4;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.diferencial-item p {
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Benefícios Section */
.beneficios {
    background: white;
}

.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.beneficio-item {
    text-align: center;
    padding: 2rem;
    border-radius: 15px;
    background: linear-gradient(135deg, #F0F8FF, #E0FFFF);
    transition: transform 0.3s ease;
}

.beneficio-item:hover {
    transform: scale(1.05);
}

.beneficio-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.beneficio-item h3 {
    color: #4682B4;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* Escassez Section */
.escassez {
    background: linear-gradient(135deg, #2F4F4F, #4682B4);
    color: white;
    text-align: center;
}

.escassez-badge {
    background: #DAA520;
    color: #2F4F4F;
    padding: 0.5rem 2rem;
    border-radius: 25px;
    font-weight: 700;
    font-size: 1.1rem;
    display: inline-block;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.escassez .section-title {
    color: white;
    font-size: 3rem;
}

.escassez .section-subtitle {
    color: #DAA520;
    font-size: 1.5rem;
}

.vagas-counter {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 3rem 0;
}

.vaga-item {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    border: 3px solid white;
}

.vaga-item.preenchida {
    background: #4682B4;
    color: white;
}

.vaga-item.disponivel {
    background: #228B22;
    color: white;
}

.vagas-text {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    color: #DAA520;
}

.beneficios-pioneiros {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 20px;
    margin: 3rem 0;
    backdrop-filter: blur(10px);
}

.beneficios-pioneiros h4 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #DAA520;
}

.beneficios-pioneiros-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.beneficio-pioneiro {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 15px;
    text-align: left;
}

.beneficio-pioneiro h5 {
    color: #DAA520;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.valor-total {
    text-align: center;
    font-size: 1.5rem;
    color: #DAA520;
    margin-top: 2rem;
}

.urgencia-text {
    font-size: 1.2rem;
    margin: 3rem 0;
    font-style: italic;
}

/* FAQ Section */
.faq {
    background: #F0F8FF;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.faq-item {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
    color: #4682B4;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

/* Formulário Section */
.formulario {
    background: white;
}

.candidatura-form {
    max-width: 800px;
    margin: 0 auto;
    background: #F0F8FF;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #4682B4;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4682B4;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.95rem;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #4682B4;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

/* CTA Final Section */
.cta-final {
    background: linear-gradient(135deg, #228B22, #32CD32);
    color: white;
    text-align: center;
}

.cta-final .section-title {
    color: white;
}

.cta-final-text {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-secondary {
    margin-top: 2rem;
}

.whatsapp-link {
    color: #DAA520;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
}

.whatsapp-link:hover {
    text-decoration: underline;
}

/* Footer */
.footer {
    background: #2F4F4F;
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo p {
    color: #DAA520;
    font-style: italic;
}

.footer-contact h4,
.footer-links h4 {
    color: #DAA520;
    margin-bottom: 1rem;
}

.footer-links a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #DAA520;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #555;
    color: #ccc;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.5rem;
    }
    
    .hero-description,
    .hero-description-emphasis {
        font-size: 1.1rem;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .nav {
        display: none;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .problems-grid,
    .diferenciais-grid,
    .beneficios-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }
    
    .vagas-counter {
        flex-wrap: wrap;
    }
    
    .beneficios-pioneiros-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .candidatura-form {
        padding: 2rem 1.5rem;
    }
    
    .cta-button {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .cta-button.large {
        padding: 1.2rem 2.5rem;
        font-size: 1.1rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.problem-item,
.diferencial-item,
.beneficio-item,
.faq-item {
    animation: fadeInUp 0.6s ease-out;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Focus styles for accessibility */
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: 2px solid #8B4513;
    outline-offset: 2px;
}/* End custom CSS */