@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Unbounded:wght@200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --header-background: #FFFFFF;
    --body-background: #0081C7;
    --primary-color: #0041AA;
    --alternate-color: #FFFFFF;
    --text-color: #FFFFFF;
    --text-color2: #000000;
    --branding-color1: #f6f3a3;
    --branding-color2: #ddf1ff;
    --branding-color3: #dfdf6f;
    --branding-color4: #4b736e;
    --branding-color5: #374359;
    --branding-color6: #729ebb;
    --homologacao-color: #593737;
}

.background-branding-5 {
    background-color: var(--branding-color5);
    border-color: var(--branding-color5);
}

.background-branding-5:hover {
    background-color: #44536e;
    border-color: #44536e;
}

.background-branding-5:active {
    background-color: #4c5972;
    border-color: #4c5972;
}

.material-symbols-rounded {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.homologacao {
    background-color: var(--homologacao-color);
}

body {
    font-family: "Work Sans", sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--body-background);
    background-color: var(--branding-color5);
    min-height: 100vh;
}

header {
    width: 100%;
    min-height: 8vh;
    padding: 10px 0px;
    background-color: var(--header-background);
    background-color: var(--branding-color5);
    color: var(--alternate-color);
    display: flex;
    flex-direction: row;

}

header h2,
header h3,
header h4,
header h5 {
    margin: 0;
    /* margin-left: 1em; */
    font-family: "Unbounded";
}

label {
    font-weight: 400;
}

footer {
    background-color: var(--branding-color5);
    color: var(--text-color);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    position: relative;
    font-size: 0.75em;

}

footer p {
    margin: 0;
}

footer .contato {
    /* position: absolute; */
    /* right: 25px; */
    color: var(--branding-color3);
    text-decoration: underline;
    cursor: pointer;
    text-transform: uppercase;
}


.bg-b {
    background-color: var(--primary-color);
    background-color: var(--alternate-color);
    color: var(--text-color2);
}

.bg-w {
    background-color: var(--alternate-color);
    background-color: var(--branding-color2);
    color: var(--text-color2);
}

.descritivos {
    width: 100%;
    padding: 2% 5%;
}

.div-formulario {
    background-color: var(--primary-color);
    color: var(--text-color);
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    /* padding: 2% 7%; */
}

.fields {
    width: 85%;
    margin: auto;
    display: flex;
    padding-bottom: 1%;
    font-weight: 600;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}

#loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffffbb;
    visibility: hidden;

}

#div-enviar {
    padding: 2.5em;
    text-align: center;

}

input {
    width: 100%;
}

.btn-enviar-b {
    width: fit-content;
    height: 5%;
    font-size: 1.5em;
    color: #FFFFFF;
    background-color: var(--branding-color5);
    border-color: var(--branding-color5);
}

.btn-enviar-w {
    width: fit-content;
    height: 5%;
    font-size: 1.5em;
    color: var(--branding-color5);
    background-color: var(--branding-color2);
    border-color: var(--branding-color2);
}

.btn-enviar-w:hover {
    color: #005FA9;
    background-color: #dddddd;
}

.btn-enviar-b:hover {
    color: #FFFFFF;
    background-color: #253878;
}

.col-auto {
    height: 6em;
}

#div-enviar {
    height: fit-content;
}

.alerta-erro {
    color: #c50b0b;
    font-weight: bold;
    background-color: #ffffff9d;
    justify-content: baseline;
}

.front {
    width: 100%;
    min-height: 100vh;
    background-color: var(--branding-color6);

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1em 0;
}

.intro {
    width: fit-content;
    height: min-content;
    background-color: var(--branding-color2);
    padding: 0.5em;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.modal-content {
    background-color: var(--branding-color5);
    color: var(--text-color);
}

.modal-body {
    background-color: var(--alternate-color);
    background-color: var(--branding-color2);
    color: var(--text-color2);
    color: var(--branding-color5);
    display: flex;
    flex-direction: column;
}

.modal-body-contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2em 1em;
}

.contact {
    width: fit-content;

}

.modal-body a {
    color: var(--branding-color5);
}

.modal-title {
    text-transform: uppercase;
}

.btn-fechar {
    background-color: var(--branding-color3);
    color: var(--branding-color5);
}

.btn-fechar:hover {
    background-color: var(--branding-color6);
    color: var(--branding-color5);
}

.btn-close {
    color: #FFF;
}


.banner {
    img {
        width: 100%;
    }
}

#policy-terms {
    height: 100%;
    text-align: justify;
}

#grupo-botoes button {
    background-color: #4B736E !important;
    border-color: #4B736E !important;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    justify-content: center;
}

#grupo-botoes button:hover {
    background-color: #446461 !important;
    border-color: #446461 !important;
}

#grupo-botoes button:active {
    background-color: #334b48 !important;
    border-color: #334b48 !important;
}

#grupo-botoes {
    position: fixed;
    margin: 0;
    right: 0;
    bottom: 2em;
}

.banner-forms {
    height: 42px;
}

@media only screen and (max-width: 992px) {
    #grupo-botoes {
        position: sticky;
        margin: 0 auto !important;
        /* bottom: 2em; */
    }

}


/* front-page*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Unbounded', 'Oswald', 'Work Sans', Arial, Helvetica, sans-serif;
}

body {
    font-family: 'Unbounded', 'Oswald', 'Work Sans', Arial, Helvetica, sans-serif;
    background-color: #314358;
    color: #333;
}

[hidden] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

/* Header */
header {
    background-color: #314358;
    z-index: 1000;
}

.navbar-brand.logo img {
    height: 75px;
    width: auto;
}

.nav-link {
    color: white !important;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 10px 20px 10px 0px !important;
}

.nav-link:hover {
    color: #D7DE76 !important;
}

.btn-login {
    background-color: #D7DE76;
    color: #314358 !important;
    padding: 10px 30px !important;
    border-radius: 500px;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
}

.btn-login:hover {
    background-color: #c5cc6b;
    transform: translateY(-2px);
}

/* Ajustes Mobile Bootstrap */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: white;
        margin-top: 15px;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    .nav-link {
        color: var(--text-color) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    div a.nav-link{
        color: var(--branding-color5) !important;
    }

    .btn-login {
        width: 100%;
        margin-top: 10px;
        text-align: center;
        border-radius: 5px !important;
    }
}

/* Toast Personalizado */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 11000;
}

.custom-toast {
    color: white !important;
    border-left: 5px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
}

.custom-toast .toast-body {
    color: white !important;
    font-weight: 500;
}

/* Estilização do formulário nativo do WP */
#loginform {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#loginform p {
    margin-bottom: 0;
}

#loginform label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #314358;
    font-size: 14px;
}

#loginform input[type="text"],
#loginform input[type="password"] {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

#loginform input:focus {
    outline: none;
    border-color: #314358;
    background-color: white;
    box-shadow: 0 0 0 0.2rem rgba(49, 67, 88, 0.1);
}

#loginform .login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
}

#loginform .login-remember label {
    margin-bottom: 0;
    cursor: pointer;
}

#loginform .login-submit {
    text-align: center;
    margin-top: 10px;
}

#loginform #wp-submit {
    background-color: #314358;
    color: white;
    border: none;
    padding: 12px 50px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

#loginform #wp-submit:hover {
    background-color: #2a3847;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

body.menu-open {
    overflow: hidden;
}

/* Hero Section */
.hero {
    /* background-image: url('https://competitividade.senaibahia.com.br/wp-content/uploads/2026/01/1700-x-350-2-1.png'); */
    background-size: cover;
    background-position: center;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-text {
    flex: 0 0 50%;
    text-align: left;
}

.hero-text h1 {
    font-size: 48px;
    color: white;
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-text .highlight {
    color: #D7DE76;
    font-weight: bold;
}

.hero-text p {
    font-size: 18px;
    color: #D1EEFB;
    margin-bottom: 30px;
    line-height: 1.6;
}

.modal-dialog-scrollable .modal-content {
    max-height: 80%;

}

/* Info Section */
.info-section {
    background-color: #314358;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
}

.info-block {
    background-color: #47706B;
    padding: 40px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.info-block h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #D7DE76;
}

.info-block p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.adesao-btn {
    display: inline-block;
    background-color: #D7DE76;
    color: #314358;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: 2px solid #D7DE76;
    align-self: flex-start;
}

.adesao-btn:hover {
    background-color: transparent;
    color: #D7DE76;
}

.requirements-block {
    background-color: #D1EEFB;
    padding: 40px;
    color: #314358;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.requirements-block h3 {
    font-size: 22px;
    margin-bottom: 25px;
    color: #47706B;
    display: flex;
    align-items: center;
    gap: 10px;
}

.requirements-block h3::before {
    content: '📋';
    font-size: 28px;
}

.requirement-item {
    background-color: white;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #47706B;
}

.requirement-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.requirement-item strong {
    color: #47706B;
}

/* Footer */
footer {
    background-color: #2a3847;
    color: white;
    padding: 50px 20px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

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

.footer-logo {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.footer-logo img {
    height: 60px;
    width: auto;
}

.footer-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 40px;
}

.footer-section {
    color: white;
    text-align: initial;
}

.footer-section h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #D7DE76;
    font-weight: 600;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}

.footer-section a {
    color: #D1EEFB;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 8px;
}

.footer-section a:hover {
    color: #D7DE76;
}

.social-links {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #47706B;
    color: white;
    border-radius: 0;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 18px;
}

.social-links a:hover {
    background-color: #D7DE76;
    color: #314358;
}

/* Modal Styles */


.form-section-title {
    color: #314358;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D7DE76;
    position: relative;
}

.form-section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #314358;
}

.modal-adesao-body .form-group {
    position: relative;
}

.modal-adesao-body .form-label {
    color: #314358;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

.form-control{
font-size: 0.8em!important;

}

.modal-adesao-body .form-control {
    background-color: #f8f9fa;
    border: 2px solid #e9ecef;
    color: #314358;
    font-size: 14px;
    /* padding: 12px 15px; */
    /* Removido para não quebrar o form-floating do bootstrap */
    border-radius: 8px;
    transition: all 0.3s ease;
    /* height: auto; */
}

/* Acessibilidade Visual para Meus Dados */
#form-cadastro .form-control:not([readonly]) {
    background-color: #ffffff !important;
    border: 1px solid #50aaff !important; /* Azul primário para indicar edição */
    color: #314358 !important;
}

#form-cadastro .form-control[readonly] {
    background-color: #e9ecef !important; /* Cinza claro para indicar bloqueio */
    border: 2px solid #dee2e6 !important;
    color: #6c757d !important;
    cursor: not-allowed;
}

#form-cadastro .form-control:not([readonly]):focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 65, 170, 0.25);
    background-color: #fff !important;
}

#form-cadastro .form-control[readonly]:focus {
    box-shadow: none !important; /* Remove o brilho azul em campos bloqueados */
    border-color: #dee2e6 !important;
    outline: none;
}



.modal-adesao-body .form-control:focus {
    background-color: white;
    border-color: #314358;
    box-shadow: 0 0 0 0.2rem rgba(49, 67, 88, 0.15);
    color: #314358;
    transform: translateY(-1px);
}

.modal-adesao-body .form-control:hover {
    border-color: #314358;
    background-color: white;
}

.modal-adesao-body .btn-primary {
    background-color: #314358;
    border-color: #314358;
    color: white;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(49, 67, 88, 0.3);
}

.modal-adesao-body .btn-primary:hover {
    background-color: #2a3847;
    border-color: #2a3847;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(49, 67, 88, 0.4);
}

.modal-adesao-body .text-danger {
    color: #dc3545 !important;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.modal-adesao-body .text-success {
    color: #198754 !important;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

.modal-adesao-body p {
    color: #6c757d;
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* Estilos para modais Bootstrap - Mesmo estilo do modal principal */
.modal-body-contacts {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.modal-body-contacts .contact {
    flex: 1;
    text-align: center;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #314358;
}

.modal-body-contacts .contact h4 {
    color: #314358;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.modal-body-contacts .contact a {
    color: #314358;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.modal-body-contacts .contact a:hover {
    color: #D7DE76;
    transform: translateY(-1px);
}

/* Esconder modais Bootstrap por padrão */
.modal {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10500;
    /* Acima do modal-adesao */
    backdrop-filter: blur(5px);
}

.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-dialog {
    /* Forçamos a largura máxima de 1000px */
    max-width: 1000px !important;
    margin: 1.75rem auto;
    z-index: 10501;
    /* Centralização vertical via Bootstrap ou CSS manual */
    display: flex;
    align-items: center;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-50px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-content {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    z-index: 10502;
    /* Acima do modal-adesao */
    border: none;
    overflow-y: auto;
    max-height: 80%;
}

.modal-header {
    background-color: #314358;
    color: white;
    padding: 20px 30px;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.modal-body {
    padding: 30px;
    color: #314358;
    line-height: 1.6;
}


.modal-body p {
    margin-bottom: 1rem;
    color: #6c757d;
}

.modal-footer {
    border-top: none;
    padding: 20px 30px;
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    background-color: #f8f9fa;
}



/* Botões no estilo do modal principal */
.modal .btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.modal .btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
    transform: translateY(-1px);
}

.modal .btn-primary {
    background-color: #314358;
    border-color: #314358;
    color: white;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(49, 67, 88, 0.3);
}

.modal .btn-primary:hover {
    background-color: #2a3847;
    border-color: #2a3847;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(49, 67, 88, 0.4);
}

/* Estilo específico para textarea de termos */
.modal-body .form-floating {
    margin-bottom: 1rem;
}

.modal-body .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.875rem;
    line-height: 1.5;
    resize: vertical;
    background-color: #f8f9fa;
    color: #314358;
}

.modal-body .form-control:focus {
    border-color: #314358;
    box-shadow: 0 0 0 0.2rem rgba(49, 67, 88, 0.15);
    background-color: white;
}

.modal-body .form-label {
    color: #314358;
    font-weight: 600;
}



@media (max-width: 768px) {


    .modal-adesao-body {
        padding: 20px;
    }

    .form-section-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .modal-adesao-body .form-label {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .modal-adesao-body .form-control {
        padding: 10px 12px;
        font-size: 13px;
    }

    .modal-adesao-body .btn-primary {
        padding: 12px 30px;
        font-size: 14px;
        width: 100%;
    }

    .modal-body-contacts {
        flex-direction: column;
        gap: 15px;
    }

    /* Modais Bootstrap mobile */
    .modal-dialog {
        width: auto;
        max-width: calc(100% - 30px) !important;
        margin: 20px auto;
        min-height: calc(100% - 40px);
    }

    .modal-header {
        padding: 1rem 1rem;
    }

    .modal-title {
        font-size: 1.1rem !important;
    }

    .modal-content {
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .modal-body {
        padding: 1rem;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /* Suavidade no iOS */
    }

    .modal-footer {
        padding: 0.75rem 1rem;
        flex-direction: column;
        gap: 10px;
        flex-shrink: 0;
        /* Impede o footer de sumir */
    }

    .modal-footer .btn {
        width: 100%;
        margin: 0;
    }

    .modal-body-contacts .contact {
        padding: 15px;
    }

    .modal-body-contacts .contact h4 {
        font-size: 14px;
    }

    .modal-body-contacts .contact a {
        font-size: 13px;
    }
}

.footer-bottom {
    border-top: 1px solid #47706B;
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    color: #D1EEFB;
}

/* Modalidades Section */
.modalidades-section {
    background-color: #314358;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.modalidades-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.modalidades-header {
    text-align: center;
    margin-bottom: 60px;
}

.modalidades-header h2 {
    font-size: 36px;
    color: white;
    margin-bottom: 15px;
    line-height: 1.3;
}

.modalidades-header p {
    font-size: 18px;
    color: #D1EEFB;
    max-width: 600px;
    margin: 0 auto;
}

.modalidades-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.modalidade-card {
    background-color: #47706B;
    padding: 40px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}

.modalidade-card a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
    z-index: 10;
    text-decoration: none;

}

.modalidade-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #D7DE76;
}

.modalidade-card:hover {
    background-color: #3a5a56;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.modalidade-card h3 {
    font-size: 20px;
    color: #D7DE76;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 80px;
}

.modalidade-card h3 i {
    font-size: 40px;
    display: block;
    margin-bottom: 5px;
}

.modalidade-card p {
    font-size: 14px;
    color: #D1EEFB;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalidade-card a span {
    display: inline-block;
    background-color: #D7DE76;
    color: #314358;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    font-size: 13px;
    pointer-events: none;
}

.modalidade-card a:hover span {
    background-color: #D1EEFB;
}

@media (max-width: 768px) {
    header {
        padding: 15px 0;
        box-shadow: none;
        border-bottom: 1px solid rgba(215, 222, 118, 0.2);
        position: relative;
    }

    .header-container {
        flex-direction: row;
        gap: 20px;
        justify-content: space-between;
        align-items: center;
    }

    .logo img {
        height: 50px;
    }

    .menu-toggle {
        display: block;
    }

    .desktop-menu {
        display: none;
    }

    nav.mobile-menu {
        display: none;
    }

    nav a {
        font-size: 13px;
    }

    .hero-content {
        flex-direction: column;
        gap: 40px;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .info-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

    .modalidades-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .social-links {
        justify-content: center;
    }

    .modalidades-header h2 {
        font-size: 28px;
    }
}


.dropdown-toggle::after {
    display: none !important;
}
/* Estilização Premium para Abas/Filtros em Meus Dados */
.filter-tabs .btn-group {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee2e6;
}

.btn-custom-tab {
    font-family: 'Unbounded', sans-serif;
    font-size: 0.75em !important;
    font-weight: 700 !important;
    color: #314358 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none !important;
    margin: 0 2px;
}

.btn-custom-tab:hover {
    background-color: #f8f9fa;
    color: #0041AA !important;
}

.btn-custom-tab.active {
    background-color: #314358 !important; /* Azul Marinho do Projeto */
    color: #D7DE76 !important; /* Amarelo Limão do Projeto */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .filter-tabs .btn-group {
        width: 90%;
        border-radius: 10px !important;
    }
    .btn-custom-tab {
        font-size: 0.65em !important;
        padding: 10px 15px !important;
    }
}

/* Estilos de Botões em Meus Dados */
.btn-redefinir-custom {
    background-color: #fff !important;
    border: 1px solid #50aaff !important;
    color: #50aaff !important;
    font-size: 0.85em !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 12px !important;
    padding: 12px 25px !important;
    transition: all 0.3s ease !important;
}

.btn-redefinir-custom:hover {
    background-color: #f0f7ff !important;
    transform: scale(1.02);
}

.btn-atualizar-custom {
    background-color: #314358 !important; /* Azul Royal / Marinho */
    border: none !important;
    color: #D7DE76 !important; /* Amarelo Citrus */
    font-family: 'Unbounded', sans-serif;
    font-size: 0.85em !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 12px !important;
    padding: 12px 35px !important;
    box-shadow: 0 8px 15px rgba(49, 67, 88, 0.2) !important;
    transition: all 0.3s ease !important;
}

.btn-atualizar-custom:hover {
    background-color: #2a3847 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(49, 67, 88, 0.3) !important;
}

@media (max-width: 768px) {
    .btn-redefinir-custom, 
    .btn-atualizar-custom {
        width: 100% !important;
        padding: 15px !important;
    }
}



.borda-custom {
    border-style: solid;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 4px !important;
}

.borda-branding {
    border-color: var(--branding-color4) !important;
}

.background-branding-6 {
    background-color: var(--branding-color6);
    border-color: var(--branding-color6);
    color: var(--text-color);
}

.login-dropdown-width {
    min-width: 280px !important;
}

.login-header-branding {
    color: var(--branding-color5) !important;
}

.badge-green-branding {
    background-color: var(--branding-color4);
    border-color: var(--branding-color4);
    color: var(--text-color);
}

.badge-dark-blue-branding {
    background-color: var(--branding-color5);
    border-color: var(--branding-color5);
    color: var(--text-color);
}

.badge-light-blue-branding {
    background-color: var(--branding-color6);
    border-color: var(--branding-color6);
    color: var(--text-color);
}

.badge-yellow-branding {
    background-color: var(--branding-color3);
    border-color: var(--branding-color3);
    color: var(--text-color2);
}

.btn.badge-yellow-branding:hover {
    background-color: var(--branding-color1);
    border-color: var(--branding-color1);
}

.btn.badge-yellow-branding:active {
    background-color: var(--branding-color1);
    border-color: var(--branding-color1);
}

.badge-red {
    background-color: #783c3c;
    border-color: #783c3c;
    color: var(--text-color);
}