#footer {

    background-color: #4100FF;

}



#footer .footer {

    padding-top: 5%;

    padding-bottom: 2.5%;

}



#footer .footer .footer-left .imagem img {

    width: 60%;

    transition: transform 0.3s ease-in-out;

}



#footer .footer .footer-left .imagem img:hover {

    transform: scale(1.05);

}



#footer .footer .footer-left .links {

    padding-top: 5%;

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

}



#footer .footer .footer-left .links a {

    padding-right: 5%;

    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;

}



#footer .footer .footer-left .links a:hover {

    color: #e0e0ff;

    transform: translateY(-2px);

}



#footer .footer .footer-right {

    margin-bottom: 30px;

}



#footer .footer .footer-right p {

    font-weight: 700;

}



#footer .footer .footer-right img {

    width: 10%;

    transition: transform 0.3s ease-in-out;

}



#footer .footer .footer-right img:hover {

    transform: scale(1.1);

}



#footer .footer .footer-dev {

    text-align: center;

    padding-top: 5%;

    margin-bottom: 30px;

}



#footer .footer-contato-icones {

    gap: 20px;

    padding-top: 5%;

    display: flex;

    flex-wrap: wrap;

}



#footer .footer-contato-icones a {

    transition: transform 0.3s ease-in-out;

}



#footer .footer-contato-icones a:hover {

    transform: scale(1.1);

}



#footer .footer .footer-logo .footer-menu .menu-header_menu-container .menu {

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    gap: 15px;

}



#footer .footer .footer-logo .footer-menu .menu-header_menu-container .menu a {

    transition: color 0.3s ease-in-out;

}



#footer .footer .footer-logo .footer-menu .menu-header_menu-container .menu a:hover {

    color: #e0e0ff;

}



#footer .footer-mark {

    padding-top: 5%;

}



#footer .footer .footer-contato .footer-contato-texto h2 {

    padding-bottom: 5%;

}



#footer .footer .footer-contato .footer-contato-texto a[href^="mailto:"] {

    padding-top: 15px;

    transition: color 0.3s ease-in-out;

}



#footer .footer .footer-contato .footer-contato-texto a[href^="mailto:"]:hover {

    color: #e0e0ff;

}



#footer .footer .footer-app {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 15px;

}



#footer .footer-menu {

    padding-top: 5%;

}



#footer .footer .footer-app .footer-app-texto h2 {

    margin: 0;

}



#footer .footer .footer-app .footer-app-icones {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 10px;

}



#footer .footer .footer-app .footer-app-icones a img {

    transition: transform 0.3s ease-in-out;

}



#footer .footer .footer-app .footer-app-icones a img:hover {

    transform: scale(1.1);

}



/* Estilos para os ícones das redes sociais */

#footer .footer-sociais {

    display: flex;

    flex-direction: column;

    gap: 15px;

}



#footer .footer-sociais-texto h2 {

    margin: 0;

    padding-bottom: 10px;

}



#footer h1 { font-size: 58px; font-weight: 700; color: #fff; }

#footer h2 { font-size: 24px; color: #fff; }

#footer p { font-size: 16px; color: #fff; }

#footer a { font-size: 16px; text-decoration: none; transition: all ease-in-out .3s; color: #fff; }

#footer h6 { font-size: 11px; font-weight: 100; color: #fff; }



/* Breakpoints para telas maiores */

@media (max-width: 1799.5px) {

    #footer h1 { font-size: 52px; }

    #footer h2 { font-size: 22px; }

    #footer p { font-size: 14px; }

    #footer a { font-size: 14px; }

    #footer h6 { font-size: 10px; }

}



@media (max-width: 1599.5px) {

    #footer h1 { font-size: 46px; }

    #footer h2 { font-size: 19px; }

    #footer p { font-size: 13px; }

    #footer a { font-size: 13px; }

    #footer h6 { font-size: 9px; }

}



@media (max-width: 1399.5px) {

    #footer h1 { font-size: 42px; }

    #footer h2 { font-size: 18px; }

    #footer p { font-size: 11px; }

    #footer a { font-size: 11px; }

    #footer h6 { font-size: 9px; }

}



@media (max-width: 1199.5px) {

    #footer h1 { font-size: 38px; }

    #footer h2 { font-size: 16px; }

    #footer p { font-size: 10px; }

    #footer a { font-size: 10px; }

    #footer h6 { font-size: 8px; }

     #footer .footer {

        padding: 5% 5% 10% 5%; 

        gap: 40px; 

    }



   

    #footer .footer > div {

        margin-bottom: 40px;

    }



    #footer .footer-contato,

    #footer .footer-app,

    #footer .footer-sociais,

    #footer .footer-logo {

        padding-bottom: 40px;

        border-bottom: 1px solid rgba(255, 255, 255, 0.15);

    }



    #footer .footer-mark {

        padding-top: 40px;

    }

     

}



/* RESPONSIVIDADE MOBILE CORRIGIDA */

@media (max-width: 991.5px) {

    #footer .footer {

        padding: 5% 5% 8% 5%;

    }



    /* Remove completamente o flexbox horizontal e força layout vertical */

    #footer .footer .row .col-12 {

        display: block !important;

    }



    #footer .footer .row .col-12 .flex.between {

        display: block !important;

        width: 100% !important;

    }



    /* Força todas as seções filhas a serem block e ocuparem 100% da largura */

    #footer .footer .row .col-12 .flex.between > * {

        display: block !important;

        width: 100% !important;

        margin-bottom: 40px !important;

        text-align: center !important;

    }



    /* SEÇÃO 1: Logo e Menu */

    #footer .footer-logo {

        display: block !important;

        width: 100% !important;

        text-align: center !important;

        padding-bottom: 30px !important;

        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;

    }



    #footer .footer-logo img {

        max-width: 200px;

        width: 60%;

        margin-bottom: 20px;

    }



    #footer .footer-logo .footer-menu {

        width: 100%;

        padding-top: 20px;

    }



    #footer .footer-logo .footer-menu .menu-header_menu-container .menu {

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;

        gap: 15px !important;

        list-style: none;

        padding: 0;

    }



    #footer .footer-logo .footer-menu .menu-header_menu-container .menu li {

        width: 100%;

        text-align: center;

    }



    #footer .footer-logo .footer-menu .menu-header_menu-container .menu a {

        display: block;

        padding: 12px 0;

        width: 100%;

        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

        transition: all 0.3s ease;

    }



    #footer .footer-logo .footer-menu .menu-header_menu-container .menu a:hover {

        background-color: rgba(255, 255, 255, 0.1);

        color: #e0e0ff;

    }



    /* SEÇÃO 2: Contato */

    #footer .footer-contato {

        display: block !important;

        width: 100% !important;

        text-align: center !important;

        padding-bottom: 30px !important;

        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;

    }



    #footer .footer-contato .footer-contato-texto {

        display: flex;

        flex-direction: column;

        align-items: center;

        gap: 10px;

        margin-bottom: 0;

    }



    #footer .footer-contato .footer-contato-texto h2 {

        margin-bottom: 15px;

        padding-bottom: 10px;

    }



    #footer .footer-contato .footer-contato-texto a {

        padding: 5px 0;

        display: block;

        width: 100%;

        text-align: center;

    }



    /* SEÇÃO 3: App Downloads */

    #footer .footer-app {

        display: block !important;

        width: 100% !important;

        text-align: center !important;

        padding-bottom: 30px !important;

        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;

    }



    #footer .footer-app .footer-app-texto {

        margin-bottom: 20px;

    }



    #footer .footer-app .footer-app-texto h2 {

        margin: 0;

    }



    #footer .footer-app .footer-app-icones {

        display: flex;

        flex-direction: row;

        justify-content: center;

        gap: 15px;

        flex-wrap: wrap;

    }



    #footer .footer-app .footer-app-icones a img {

        width: 140px;

        height: auto;

    }



    /* SEÇÃO 4: Redes Sociais */

    #footer .footer-sociais {

        display: block !important;

        width: 100% !important;

        text-align: center !important;

        padding-bottom: 30px !important;

        border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;

    }



    #footer .footer-sociais .footer-sociais-texto {

        margin-bottom: 20px;

    }



    #footer .footer-sociais .footer-sociais-texto h2 {

        margin: 0;

    }



    #footer .footer-sociais .footer-contato-icones {

        display: flex;

        justify-content: center;

        gap: 20px;

        padding-top: 10px;

        flex-wrap: wrap;

    }



    #footer .footer-sociais .footer-contato-icones a img {

        width: 40px;

        height: 40px;

    }



    /* SEÇÃO 5: Copyright (footer-mark) */

    #footer .footer-mark {

        display: block !important;

        width: 100% !important;

        text-align: center !important;

        padding-top: 30px !important;

        border-top: 1px solid rgba(255, 255, 255, 0.2) !important;

        margin-top: 0 !important;

        margin-bottom: 0 !important;

    }



    #footer .footer-mark h6 {

        margin: 0;

        line-height: 1.4;

    }



    /* Ajustes de tipografia para mobile */

    #footer h1 { font-size: 28px; line-height: 1.2; }

    #footer h2 { font-size: 20px; line-height: 1.3; margin-bottom: 10px; }

    #footer p { font-size: 16px; line-height: 1.4; }

    #footer a { font-size: 16px; line-height: 1.4; }

    #footer h6 { font-size: 14px; line-height: 1.3; }

}



@media (max-width: 767.5px) {

    #footer .footer {

        padding: 6% 4% 10% 4%;

    }



    #footer .footer .row .col-12 .flex.between {

        gap: 30px !important;

    }



    #footer .footer-logo img {

        max-width: 180px;

        width: 70%;

    }



    #footer .footer-app .footer-app-icones a img {

        width: 120px;

    }



    #footer .footer-sociais .footer-contato-icones a img {

        width: 35px;

        height: 35px;

    }



    #footer .footer-sociais .footer-contato-icones {

        gap: 15px;

    }



    /* Tipografia otimizada para telas menores */

    #footer h1 { font-size: 24px; }

    #footer h2 { font-size: 18px; }

    #footer p { font-size: 15px; }

    #footer a { font-size: 15px; }

    #footer h6 { font-size: 13px; }

}



@media (max-width: 575.5px) {

    #footer .footer {

        padding: 8% 3% 12% 3%;

    }



    #footer .footer .row .col-12 .flex.between {

        gap: 25px !important;

    }



    #footer .footer-logo img {

        max-width: 160px;

        width: 80%;

    }



    #footer .footer-logo .footer-menu .menu-header_menu-container .menu a {

        padding: 10px 0;

        font-size: 14px;

    }



    #footer .footer-contato .footer-contato-texto a {

        font-size: 14px;

        padding: 8px 0;

    }



    #footer .footer-app .footer-app-icones {

        flex-direction: column;

        align-items: center;

        gap: 12px;

    }



    #footer .footer-app .footer-app-icones a img {

        width: 140px;

    }



    #footer .footer-sociais .footer-contato-icones a img {

        width: 32px;

        height: 32px;

    }



    #footer .footer-sociais .footer-contato-icones {

        gap: 12px;

    }



    /* Tipografia para dispositivos muito pequenos */

    #footer h1 { font-size: 22px; }

    #footer h2 { font-size: 16px; }

    #footer p { font-size: 14px; }

    #footer a { font-size: 14px; }

    #footer h6 { font-size: 12px; }

}



/* Estado de foco para acessibilidade */

#footer a:focus {

    outline: 2px solid #e0e0ff;

    outline-offset: 2px;

    border-radius: 2px;

}