.elementor-80 .elementor-element.elementor-element-5fae71c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-80 .elementor-element.elementor-element-b020888{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b020888 *//* --- ESTILOS GERAIS --- */
body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.6;
    background-color: #f9fafb;
}
a {
    text-decoration: none;
    color: inherit;
}
.logo {
    font-weight: bold;
    font-size: 1.2rem;
}
.logo img{
    width: 80px;
}

/* --- CABEÇALHO (NAV) --- */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 2rem;
    background: #ffffff;
    color: rgb(0, 0, 0);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.menu {
    display: flex;
}
.menu a {
    margin: 0 1rem;
    color: rgb(0, 0, 0);
    font-weight: 500;
}
.menu-toggle {
    display: none;
    cursor: pointer;
    font-size: 1.5rem;
}
.btn-contato {
    display: flex;
    gap: 10px;
}
.btn-associado {
    background-color: #2e7d32;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.btn-associado:hover {
    background: #235e26;
}
.btn-area-associado {
    background-color: #1976d2; 
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    text-align: center;
}
.btn-area-associado:hover {
    background: #115293;
}

/* --- RODAPÉ (FOOTER) --- */
footer {
    background: #282828;
    color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-top: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
}
.footer-section {
    flex: 1;
    min-width: 200px;
}
.social a {
    margin-right: 1rem;
    color: white;
    font-size: 1.2rem;
}
.copy {
    padding: 20px;
    margin-top: 30px;
    border-top: 1px solid #939393;
    text-align: center;
}

/* --- RESPONSIVO (MOBILE) --- */
.mobile-only-link {
    display: none !important;
}

@media (max-width: 768px) {
    nav {
        padding: 20px;
    }
    .menu {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 60px;
        right: 0;
        width: 200px;
        padding: 1rem;
        border-radius: 0 0 0 10px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .menu a {
        margin: 1rem 0;
    }
    .menu.show {
        display: flex;
    }
    .menu-toggle {
        display: block;
    }
    .btn-contato {
        display: none;
    }
    .mobile-only-link {
        display: block !important;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}/* End custom CSS */