* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
}

.fa-solid.fa-bars,
.fa-solid.fa-xmark {
    z-index: 1000;
    position: fixed;
    top: 10px;
    right: 10px;
    color: #000;
    font-size: 30px;
}

.fa-solid.fa-bars {
    display: none;
    color: #00ff83;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    padding: 1rem;
    z-index: 999;
}

nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

nav ul li {
    text-align: center;
    padding: 1.5rem 0;
}

nav ul li a {
    text-decoration: none;
    font-size: 1.8rem;
    color: #000;
}

.logo {
    height: 80px;
    margin-right: 1rem;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: linear-gradient(45deg, #efcb30, #45d89c, #00ff83, #efcb30);
    width: 100%;
    min-width: 320px;
    height: 100vh;
    background-size: 400% 400%;
    animation: animatedGradient 8s ease infinite;
}

@keyframes animatedGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.fale {
    background-color: #000000;
    padding: 0.5rem 2rem;
    color: #00ff83;
    transition: background-color 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* Espaçamento entre o ícone e o texto */
}

nav ul li a i {
    font-size: 4rem;
}

/* Ajuste específico para o ícone do WhatsApp no menu móvel */
.fale .fa-whatsapp {
    font-size: 1.6rem;
    line-height: 1;
    /* Garante que a altura da linha não interfira no alinhamento */
}

.topo-home {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
}

.texto-home {
    margin-bottom: 24px;
    line-height: 1.8rem;
}

.texto-home ul li span {
    color: #ffffff;
    font-weight: normal;
}

.texto-home ul li {
    margin-bottom: 24px;
    list-style-type: none;
    font-weight: bold;
}

.texto-home p {
    font-size: 1.4rem;
}

.vantagens-home {
    margin-top: 96px;
    padding: 24px;
    background: linear-gradient(#000000b2, #00ff843a);
    width: 100%;
}

.vantagens-home ul li {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.8rem;
    list-style-type: none;
    display: flex;
    margin-top: 24px;
}

.vantagens-home img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    margin-right: 16px;
}

.vantagens-home span {
    color: #efcb30;
}

.vantagens-home p {
    font-size: 1rem;
    padding: 0px;
    color: #ffffff;
    line-height: 1.8rem;
}

.vantagens-home ul li img {
    width: 10%;
    height: fit-content;
    margin-top: 5px;
    max-width: 36px;
}

.vantagens-home ul {
    list-style-type: none;
    margin: 0;
}

.vantagens-home>article>h3 {
    color: #00ff83;
    font-size: 1.5rem;
    margin-bottom: 16px;
    padding-top: 16px;
}

.texto-vantagens-home>ul>li>div>h3 {
    color: #00ff83;
    font-size: 1.2rem;
}

h1,
h2,
h3,
h4,
.btn-submit,
nav ul li a,
.btn-card,
.depoimentos-home article cite,
footer ul li a {
    font-family: "Chakra Petch";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

h1 {
    padding: 24px;
    color: #00ff83;
    font-size: clamp(3rem, 2.5vw + 1rem, 3.4rem);
}

h2 {
    color: #00ff83;
    font-size: clamp(2.2rem, 2vw + 1rem, 2.8rem);
    text-align: center;
    margin-top: 48px;
    padding: 0 24px;
}

p {
    color: #ffffff;
    padding: 0 24px;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
}

body {
    padding-top: 164px;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)),
        /* Camada de opacidade */
        url('../images/fundo1.jpg');
    /* A imagem de fundo */
    background-size: cover;
    /* Faz a imagem cobrir toda a tela */
    background-position: center;
    /* Centraliza a imagem */
    background-attachment: fixed;
    /* Faz a imagem de fundo se fixar enquanto o usuário rola a página */
}

main ul {
    padding: 1.2rem 0;
    color: #00ff83;
}

main ul li {
    color: #00ff83;
    padding: 0 24px;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    padding-left: 48px;
    list-style-type: square;
    list-style-position: inside;
}

input,
select,
textarea {
    display: block;
    width: 100%;
    /* ajusta conforme seu layout */
    margin-bottom: 1rem;
    /* espaçamento entre os campos */
    padding: 0.5rem;
    font-size: 1rem;
    font-family: 'Inter', sans-serif;
    border: 1px solid #ccc;
    height: 40px;
    /* Garante que todos os campos tenham a mesma altura */
    border-radius: 4px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

input[type="number"] {
    display: block;
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    margin-bottom: 1rem;
}

form {
    background: linear-gradient(#efcb30, #00ff83);
    padding: 24px;
    margin: 24px;
    margin-top: 16px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

form h3 {
    font-size: 1.7rem;
    margin-bottom: 24px;
    font-weight: bold;
}

.texto-home strong {
    color: #000;
}

/* Espaçamento harmonioso para a mensagem de sucesso do formulário */
.form-success-container {
    padding: 8px 0 0 0;
}

.form-success-container .form-success {
    /* Título de sucesso: preto e espaçamento maior para melhor separação visual */
    margin-bottom: 18px;
    color: #000000 !important;
    font-size: 1.6rem;
    font-weight: 700;
}

.form-success-container p {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0 24px;
    color: #ffffff;
    line-height: 1.7rem;
}

h4 {
    color: #efcb30;
    font-size: 1.2rem;
}

/* Container para campos na mesma linha (DDD e Telefone) */
.form-group-inline {
    display: flex;
    gap: 10px;
    /* Espaço entre os campos */
    margin-bottom: 1rem;
}

/* Ajustes nos inputs dentro do container */
.form-group-inline>* {
    margin-bottom: 0;
    /* Remove a margem individual, que agora está no container */
}

/* Define uma largura menor para o campo DDD */
#ddd {
    flex-basis: 70px;
}

/* Container para o botão de submit */
.form-group-submit {
    text-align: right;
}

.btn-submit {
    background-color: #000;
    color: #00ff83;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border: none;
    cursor: pointer;
    transition: color 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.btn-submit:hover {
    color: #efcb30;
}

.cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
    padding: 0 24px;
}

.card {
    background-color: rgba(0, 255, 131, 0.2);
    padding: 24px;
    /* O padding será mantido */
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    transition: box-shadow 0.3s ease;
    display: flex;
    /* Ativa o Flexbox */
    flex-direction: column;
    /* Organiza os itens em coluna */
}

.card:hover {
    box-shadow: 0 0 15px rgba(0, 255, 131, 0.5);
}

.card i {
    font-size: 4rem;
    margin-bottom: 16px;
    background: linear-gradient(90deg, #efcb30, #00ff83);
    -webkit-background-clip: text;
    /* Para navegadores WebKit (Chrome, Safari) */
    background-clip: text;
    color: transparent;
}

.card h3 {
    color: #00ff83;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.card p {
    color: #ffffff;
    line-height: 1.8rem;
    font-size: 1rem;
    padding: 0;
    text-align: left;
    margin-bottom: 24px;
    /* Adiciona um espaço entre o texto e o botão */
}

.btn-card {
    display: inline-block;
    margin-top: auto;
    /* Empurra o botão para o final do card */
    align-self: flex-end;
    /* Alinha o botão à direita */
    background-color: #000;
    color: #00ff83;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}

.btn-card:hover {
    color: #efcb30;
}

.texto-vantagens-home .div-btn-card {
    text-align: center;
    margin-top: 25px;
}

.depoimentos-home {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 48px;
    padding: 0 24px;
    margin-bottom: 48px;
}

.depoimentos-home article {
    background: linear-gradient(180deg, rgba(239, 204, 48, 0.164), rgba(0, 0, 0, 0.438));
    padding: 24px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.8rem;
}

.depoimentos-home article blockquote {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-style: italic;
    margin: 16px 0;
    padding: 0;
    font-size: 1rem;
}

.depoimentos-home article cite {
    color: #efcb30;
    text-align: center;
}

.estrelas {
    /* A cor agora é definida nos ícones específicos */
    margin-bottom: 8px;
    font-size: 1.1rem;
    text-align: center;
}

.estrelas .fa-solid {
    color: #efcb30;
}

.estrelas .fa-regular {
    color: #a0a0a0;
    /* Cor cinza para as estrelas vazias */
}

.titulo-depoimentos-home {
    margin-top: 96px;
}

footer {
    background-color: #000;
    padding: 24px;
    margin-top: 96px;
}

.social-icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 1rem;
    border-top: #5f5f5f solid 1px;
    padding-top: 24px;
}

.social-icons a i {
    font-size: 2rem;
    background: linear-gradient(90deg, #efcb30, #00ff83);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: transform 0.3s ease;
}

.social-icons a:hover i {
    transform: scale(1.2);
}

footer ul {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-left: 88px;
    margin-bottom: 24px;
}

footer ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
}

footer ul li {
    margin-bottom: 1.5rem;
    list-style-image: url(../images/seta_pequena.png);
}

footer img {
    width: 50px;
    height: 50px
}

.texto-rodape {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

footer div span {
    color: #45d89c;
    font-family: inter;
    font-size: 0.9rem;
}

.copy,
#currentYear {
    color: #b8b8b8;
    font-size: 0.8rem;
    font-family: inter;
    text-align: center;
    border-top: #5f5f5f solid 1px;
    padding-top: 16px;
    margin-top: 24px;
}

.texto-rodape span {
    font-size: 0.9rem;
}

/* A partir de 769px: tablets grandes e notebooks pequenos */
@media (min-width: 769px) {

    /* Estilos para telas médias */
    header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1.4rem;
    }

    .logo {
        height: 100px;
    }

    nav {
        position: relative;
        background: transparent;
        max-width: 630px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    nav ul {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: auto;
    }

    nav ul li a {
        font-size: 0.9rem;
        color: #ffffff;
        position: relative;
        /* Necessário para posicionar a linha */
        padding-bottom: 5px;
        /* Espaço para a linha não colar no texto */
        text-decoration: none;
        /* Garante que não haja sublinhado padrão */
    }

    /* Cria a linha animada abaixo do item do menu */
    nav ul li a::after,
    footer ul li a::after {
        content: '';
        position: absolute;
        width: 0;
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #00ff83;
        box-shadow: 0 0 8px #00ff83;
        /* Efeito de brilho */
        transition: width 0.4s ease-in-out;
        /* Animação da largura */
    }

    /* Expande a linha ao passar o mouse */
    nav ul li a:hover::after,
    footer ul li a:hover::after {
        width: 100%;
    }

    nav ul li a:hover,
    footer ul li a:hover {
        color: #00ff83;
    }

    .fale {
        background-color: #00ff83;
        padding: 0.5rem 1rem;
        color: #000;
        border: 1px solid transparent;
        /* Adicionado para evitar pulo no layout */
        transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
    }

    .fale:hover {
        background-color: #efcb30;
        color: #000;
    }

    /* Remove a linha animada apenas do botão "Fale com a gente" */
    .fale::after {
        display: none;
    }

    nav ul li a i {
        font-size: 0.8rem;
        margin-right: 5px;
    }

    main {
        padding-left: 48px;
        padding-right: 48px;
    }

    main p {
        font-size: 1.2rem;
    }

    .cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .vantagens-home {
        display: flex;
        padding: 48px;
    }

    .vantagens-home img {
        width: 40%;
        height: fit-content;
    }

    .texto-vantagens-home {
        padding-left: 16px;
    }

    .vantagens-home>article>h3 {
        font-size: 2rem;
    }

    .texto-vantagens-home>ul>li>div>h3 {
        font-size: 1.5rem;
    }

    .vantagens-home p {
        font-size: 1.2rem;
    }

    .texto-vantagens-home .div-btn-card .btn-card {
        font-size: 1.5rem;
        padding: 0.9rem 4rem;
    }

    .texto-vantagens-home .div-btn-card {
        text-align: left;
        margin-top: 48px;
        margin-left: 48px;
    }

    .depoimentos-home {
        grid-template-columns: repeat(2, 1fr);
        padding-right: 72px;
        padding-left: 72px;
    }

    footer ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    footer ul li {
        list-style: none;
    }

    footer h4 {
        display: none;
    }

    .social-icons {
        justify-content: center;
        align-items: center;
    }

    .texto-rodape {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 48px;
    }

    footer .logo {
        margin-right: 0;
    }

    .texto-rodape img {
        margin-bottom: 0;
        height: 60px;
    }

    .copy,
    #currentYear {
        font-size: 0.9rem;
        /* Esta propriedade é sobrescrita abaixo */
        color: #ffffff93;
    }

    footer ul li a {
        font-weight: 600;
        font-size: 1rem;
        position: relative;
        /* Necessário para o efeito ::after */
        padding-bottom: 5px;
        /* Espaço para a linha animada */
    }

    .vantagens-home img,
    form {
        position: sticky;
        top: 192px;
    }
}

/* 🖥️ A partir de 1025px: notebooks médios e desktops */
@media (min-width: 1025px) {
    .form-success-container .form-success {
        margin-bottom: 22px;
        font-size: 1.8rem;
    }

    .form-success-container p {
        margin-top: 14px;
        padding: 0 24px;
        line-height: 1.8rem;
    }

    .topo-home {
        flex-direction: row;
        align-items: flex-start;
        /* Alinha os itens no topo */
        gap: 48px;
        /* Adiciona um espaço entre o texto e o formulário */
    }

    .texto-home {
        width: 60%;
    }

    form {
        width: 40%;
    }

    nav {
        max-width: 820px;
    }

    nav ul li a {
        font-size: 1.1rem;
        color: #ffffff;
    }

    nav ul li a i {
        font-size: 1.4rem;
        margin-right: 5px;
    }

    nav ul li a {
        font-size: 1.2rem;
    }

    .vantagens-home>article>h3 {
        font-size: 2.4rem;
        padding-top: 24px;
    }

    footer ul {
        margin-left: 160px;
        margin-right: 160px;
    }

    footer ul li a {
        font-size: 1.1rem;
    }

    form h3 {
        font-size: 1.6rem;
    }
}

/* 🧮 A partir de 1201px: telas ultra-wide e monitores grandes */
@media (min-width: 1201px) {

    /* Estilos para telas extra grandes */
    nav {
        max-width: 1000px;
    }

    main {
        padding: 1rem 120px;
    }

    footer ul li a {
        font-size: 1.2rem;
    }

    .depoimentos-home {
        grid-template-columns: repeat(4, 1fr);
    }

    .cards {
        grid-template-columns: repeat(4, 1fr);
    }

    .depoimentos-home {
        padding-right: 148px;
        padding-left: 148px;
    }

    form h3 {
        font-size: 2rem;
    }

    .texto-vantagens-home {
        padding-left: 32px;
    }
}

/* ===== SUBMENU CURSOS ===== */
/* Mobile: submenu como lista expandível */
.menu-item-cursos {
    position: relative;
}

.seta-submenu {
    font-size: 0.75rem !important;
    transition: transform 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.menu-item-cursos.aberto .seta-submenu {
    transform: rotate(180deg);
}

/* Submenu oculto por padrão */
.submenu {
    display: none;
    flex-direction: column !important;
    height: auto !important;
    background: rgba(0, 0, 0, 0.85);
    padding: 0;
}

.submenu.aberto {
    display: flex !important;
}

.submenu li {
    padding: 0.8rem 0 !important;
    text-align: center;
}

.submenu li a {
    font-size: 1.4rem !important;
    color: #00ff83 !important;
    text-decoration: none;
}

.submenu li a:hover {
    color: #efcb30 !important;
}

/* Desktop: submenu dropdown */
@media (min-width: 769px) {
    .menu-item-cursos {
        position: relative;
    }

    .submenu {
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        background-color: #111;
        min-width: 200px;
        flex-direction: column !important;
        height: auto !important;
        padding: 8px 0;
        z-index: 9999;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
        border-top: 2px solid #00ff83;
        display: none;
    }

    .submenu.aberto {
        display: flex !important;
    }

    .submenu li {
        padding: 0.5rem 1.2rem !important;
        text-align: left;
    }

    .submenu li a {
        font-size: 0.95rem !important;
        color: #ffffff !important;
        white-space: nowrap;
    }

    .submenu li a:hover {
        color: #00ff83 !important;
    }

    .submenu li a::after {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .submenu li a {
        font-size: 1rem !important;
    }
}

/* ===== SUBMENU MODALIDADES ===== */
.menu-item-modalidades {
    position: relative;
}

.menu-item-modalidades.aberto .seta-submenu {
    transform: rotate(180deg);
}

.submenu-modalidades {
    display: none;
    flex-direction: column !important;
    height: auto !important;
    background: rgba(0, 0, 0, 0.85);
    padding: 0;
}

.submenu-modalidades.aberto {
    display: flex !important;
}

.submenu-modalidades li {
    padding: 0.8rem 0 !important;
    text-align: center;
}

.submenu-modalidades li a {
    font-size: 1.4rem !important;
    color: #00ff83 !important;
    text-decoration: none;
}

.submenu-modalidades li a:hover {
    color: #efcb30 !important;
}

@media (min-width: 769px) {
    .submenu-modalidades {
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        background-color: #111;
        min-width: 220px;
        flex-direction: column !important;
        height: auto !important;
        padding: 8px 0;
        z-index: 9999;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
        border-top: 2px solid #00ff83;
        display: none;
    }

    .submenu-modalidades.aberto {
        display: flex !important;
    }

    .submenu-modalidades li {
        padding: 0.5rem 1.2rem !important;
        text-align: left;
    }

    .submenu-modalidades li a {
        font-size: 0.95rem !important;
        color: #ffffff !important;
        white-space: nowrap;
    }

    .submenu-modalidades li a:hover {
        color: #00ff83 !important;
    }

    .submenu-modalidades li a::after {
        display: none !important;
    }
    h4{
        font-size: 1.6rem;
    }
}


@media (min-width: 1025px) {
    .submenu-modalidades li a {
        font-size: 1rem !important;
    }
}

/* ===== SUBMENUS DO RODAPÉ ===== */
.footer-item-cursos,
.footer-item-modalidades {
    position: relative;
}

.seta-submenu-footer {
    font-size: 0.75rem !important;
    transition: transform 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
}

.footer-item-cursos.aberto .seta-submenu-footer,
.footer-item-modalidades.aberto .seta-submenu-footer {
    transform: rotate(180deg);
}

/* Mobile: accordion expandível */
.footer-submenu,
.footer-submenu-modalidades {
    display: none;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.85);
    padding: 0;
    margin-top: 0.5rem;
    margin-left: 1rem;
}

.footer-submenu.aberto,
.footer-submenu-modalidades.aberto {
    display: flex;
}

.footer-submenu li,
.footer-submenu-modalidades li {
    padding: 0.5rem 0 !important;
    list-style: none !important;
    list-style-image: none !important;
    margin-bottom: 0 !important;
}

.footer-submenu li a,
.footer-submenu-modalidades li a {
    font-size: 0.95rem !important;
    color: #00ff83 !important;
    font-weight: 400 !important;
}

.footer-submenu li a:hover,
.footer-submenu-modalidades li a:hover {
    color: #efcb30 !important;
}

/* Desktop: dropdown abre para cima */
@media (min-width: 769px) {

    .footer-submenu,
    .footer-submenu-modalidades {
        position: absolute;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        background-color: #111;
        min-width: 200px;
        padding: 8px 0;
        z-index: 9999;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
        border-bottom: 2px solid #00ff83;
        margin-top: 0;
        margin-left: 0;
        display: none;
    }

    .footer-submenu-modalidades {
        min-width: 220px;
    }

    .footer-submenu.aberto,
    .footer-submenu-modalidades.aberto {
        display: flex;
    }

    .footer-submenu li,
    .footer-submenu-modalidades li {
        padding: 0.5rem 1.2rem !important;
        text-align: left;
    }

    .footer-submenu li a,
    .footer-submenu-modalidades li a {
        font-size: 0.95rem !important;
        color: #ffffff !important;
        white-space: nowrap;
    }

    .footer-submenu li a:hover,
    .footer-submenu-modalidades li a:hover {
        color: #00ff83 !important;
    }

    .footer-submenu li a::after,
    .footer-submenu-modalidades li a::after {
        display: none !important;
    }
}

@media (min-width: 1025px) {

    .footer-submenu li a,
    .footer-submenu-modalidades li a {
        font-size: 1rem !important;
    }
}