.elementor-9 .elementor-element.elementor-element-158f19c{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;--overlay-opacity:0.56;}.elementor-9 .elementor-element.elementor-element-158f19c:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-158f19c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #201F1F3B 0%, #423E3F 100%);}.elementor-9 .elementor-element.elementor-element-158f19c::before, .elementor-9 .elementor-element.elementor-element-158f19c > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-158f19c > .e-con-inner > .elementor-background-video-container::before, .elementor-9 .elementor-element.elementor-element-158f19c > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-158f19c > .e-con-inner > .elementor-background-slideshow::before, .elementor-9 .elementor-element.elementor-element-158f19c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#2A2A2A8C;background-image:url("https://construtec.feeder.digital/wp-content/uploads/2026/01/baner.png");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-9 .elementor-element.elementor-element-930389d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-930389d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-47a2418{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9 .elementor-element.elementor-element-61aa4d2{width:var( --container-widget-width, 119.176% );max-width:119.176%;--container-widget-width:119.176%;--container-widget-flex-grow:0;}.elementor-9 .elementor-element.elementor-element-61aa4d2.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-9 .elementor-element.elementor-element-61aa4d2 .elementor-heading-title{font-family:"Arial", Sans-serif;font-weight:800;color:#A57C5D;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-9 .elementor-element.elementor-element-553e8e9{width:var( --container-widget-width, 138.863% );max-width:138.863%;--container-widget-width:138.863%;--container-widget-flex-grow:0;}.elementor-9 .elementor-element.elementor-element-553e8e9.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-9 .elementor-element.elementor-element-71efa36{--display:flex;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-930389d{--width:46.687%;}.elementor-9 .elementor-element.elementor-element-47a2418{--width:66.6666%;}}@media(max-width:1024px){.elementor-9 .elementor-element.elementor-element-158f19c{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-158f19c{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS *//* ===========================
   VARIÁVEIS E RESET
   =========================== */

:root {
    --primary-color: #FF6B35;
    --secondary-color: #1a1a1a;
    --accent-color: #FFD166;
    --text-dark: #2c2c2c;
    --text-light: #666666;
    --bg-light: #f9f9f9;
    --border-color: #e0e0e0;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: #fff;
}

/* ===========================
   CONTAINER E LAYOUT
   =========================== */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
}

/* ===========================
   NAVBAR
   =========================== */

.navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--secondary-color);
}

.logo {
    height: 40px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: var(--transition);
}

.nav-menu a:hover {
    color: var(--primary-color);
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: var(--secondary-color);
    margin: 5px 0;
    transition: var(--transition);
}

/* ===========================
   HERO SECTION
   =========================== */

.hero {
    background: linear-gradient(135deg, var(--accent-color) 0%, rgba(255, 209, 102, 0.8) 100%);
    padding: 80px 20px;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-text h1 {
    font-size: 3.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: var(--text-dark);
    margin-bottom: 10px;
}

.hero-date {
    font-size: 1.1rem;
    color: var(--text-light);
    margin-bottom: 30px;
}

.hero-cta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: var(--transition);
}

.btn-primary {
    background: var(--primary-color);
    color: #fff;
}

.btn-primary:hover {
    background: #e55a2a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.btn-secondary {
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.btn-secondary:hover {
    background: var(--secondary-color);
    color: #fff;
}

.hero-image {
    text-align: center;
}

.hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* ===========================
   SOBRE SECTION
   =========================== */

.sobre {
    padding: 80px 20px;
    background: #fff;
}

.sobre-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.sobre-text h3 {
    font-size: 2rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.sobre-text p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.8;
}

.destaque-box {
    background: linear-gradient(135deg, var(--primary-color), #ff8c5a);
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
}

.destaque-box h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.sobre-image {
    text-align: center;
}

.sobre-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ===========================
   NÚMEROS SECTION
   =========================== */

.numeros {
    background: linear-gradient(135deg, var(--secondary-color), #2a2a2a);
    color: #fff;
    padding: 80px 20px;
}

.numeros .section-header h2,
.numeros .section-header .section-subtitle {
    color: #fff;
}

.numeros-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.numero-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--transition);
}

.numero-card:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

.numero-valor {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.numero-label {
    font-size: 1.1rem;
    color: #fff;
}

/* ===========================
   PALESTRANTES / CAROUSEL
   =========================== */

.palestrantes {
    padding: 80px 20px;
    background: var(--bg-light);
}

.carousel-container {
    position: relative;
    margin-top: 40px;
}

.carousel {
    display: flex;
    gap: 30px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.carousel-item {
    flex: 0 0 calc(25% - 23px);
    min-width: 250px;
}

.palestrante-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
    text-align: center;
}

.palestrante-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.palestrante-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
}

.palestrante-card h3 {
    font-size: 1.3rem;
    color: var(--secondary-color);
    margin: 20px 15px 5px;
}

.palestrante-cargo {
    color: var(--primary-color);
    font-weight: 600;
    margin: 0 15px 10px;
}

.palestrante-bio {
    color: var(--text-light);
    font-size: 0.95rem;
    margin: 0 15px 20px;
    line-height: 1.6;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--primary-color);
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    z-index: 10;
}

.carousel-btn:hover {
    background: #e55a2a;
}

.carousel-prev {
    left: -25px;
}

.carousel-next {
    right: -25px;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background: var(--primary-color);
    width: 30px;
    border-radius: 6px;
}

/* ===========================
   AGENDA / TIMELINE
   =========================== */

.agenda {
    padding: 80px 20px;
    background: #fff;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: var(--primary-color);
}

.timeline-item {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.timeline-item:nth-child(even) {
    direction: rtl;
}

.timeline-item:nth-child(even) > * {
    direction: ltr;
}

.timeline-date {
    position: relative;
    text-align: center;
    z-index: 5;
}

.timeline-date::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: var(--primary-color);
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--primary-color);
}

.dia {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--secondary-color);
}

.mes {
    display: block;
    font-size: 1.1rem;
    color: var(--text-light);
}

.timeline-content {
    background: var(--bg-light);
    padding: 30px;
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
}

.timeline-content h3 {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.timeline-content p {
    color: var(--text-light);
    line-height: 1.8;
}

/* ===========================
   SETORES SECTION
   =========================== */

.setores {
    padding: 80px 20px;
    background: linear-gradient(135deg, var(--accent-color), rgba(255, 209, 102, 0.8));
}

.setores-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.setor-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.setor-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.setor-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.setor-item h4 {
    color: var(--secondary-color);
    font-size: 1.1rem;
}

/* ===========================
   BENEFÍCIOS SECTION
   =========================== */

.beneficios {
    padding: 80px 20px;
    background: #fff;
}

.beneficios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.beneficio-card {
    background: var(--bg-light);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    border-top: 4px solid var(--primary-color);
    transition: var(--transition);
}

.beneficio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.beneficio-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.beneficio-card h3 {
    font-size: 1.3rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.beneficio-card p {
    color: var(--text-light);
    line-height: 1.8;
}

/* ===========================
   INSCRIÇÃO SECTION
   =========================== */

.inscricao {
    padding: 80px 20px;
    background: linear-gradient(135deg, var(--secondary-color), #2a2a2a);
    color: #fff;
}

.inscricao .section-header h2,
.inscricao .section-header .section-subtitle {
    color: #fff;
}

.inscricao-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.inscricao-info h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.info-list {
    list-style: none;
    margin-bottom: 30px;
}

.info-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.info-list li:last-child {
    border-bottom: none;
}

.aviso {
    background: rgba(255, 107, 53, 0.2);
    padding: 20px;
    border-radius: 5px;
    border-left: 4px solid var(--primary-color);
    margin-top: 20px;
}

.sympla-container {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ===========================
   CONTATO SECTION
   =========================== */

.contato {
    padding: 80px 20px;
    background: var(--bg-light);
}

.contato-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.contato-card {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: var(--transition);
}

.contato-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.contato-card h3 {
    font-size: 1.3rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.cargo {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.telefone,
.website {
    color: var(--text-light);
    line-height: 1.8;
}

.telefone a,
.website a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.telefone a:hover,
.website a:hover {
    text-decoration: underline;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-link {
    display: inline-block;
    padding: 8px 16px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: var(--transition);
}

.social-link:hover {
    background: #e55a2a;
}

/* ===========================
   FOOTER
   =========================== */

.footer {
    background: var(--secondary-color);
    color: #fff;
    padding: 50px 20px 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h4 {
    margin-bottom: 10px;
    color: var(--primary-color);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

/* ===========================
   RESPONSIVIDADE
   =========================== */

@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .section-header h2 {
        font-size: 2rem;
    }

    .hero-content {
        grid-template-columns: 1fr;
        padding: 40px 0;
    }

    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .hero-cta {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .sobre-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .carousel-item {
        flex: 0 0 calc(50% - 15px);
    }

    .carousel-prev,
    .carousel-next {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        grid-template-columns: 60px 1fr;
        gap: 20px;
    }

    .timeline-item:nth-child(even) {
        direction: ltr;
    }

    .timeline-date {
        text-align: left;
    }

    .dia {
        font-size: 1.8rem;
    }

    .mes {
        font-size: 0.9rem;
    }

    .inscricao-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .setores-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 15px;
    }

    .setor-item {
        padding: 20px;
    }

    .setor-icon {
        font-size: 2rem;
    }

    .setor-item h4 {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .section-header h2 {
        font-size: 1.5rem;
    }

    .hero-text h1 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-date {
        font-size: 0.95rem;
    }

    .hero {
        padding: 40px 15px;
        min-height: auto;
    }

    .sobre,
    .palestrantes,
    .agenda,
    .setores,
    .beneficios,
    .inscricao,
    .contato {
        padding: 40px 15px;
    }

    .carousel-item {
        flex: 0 0 100%;
    }

    .carousel-btn {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .carousel-prev {
        left: 0;
    }

    .carousel-next {
        right: 0;
    }

    .numero-card {
        padding: 25px;
    }

    .numero-valor {
        font-size: 2rem;
    }

    .beneficio-card {
        padding: 25px;
    }

    .contato-card {
        padding: 25px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ===========================
   ANIMAÇÕES
   =========================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.6s ease-out;
}/* End custom CSS */