.scroll-to-top {
    position: fixed !important;
    z-index: 1999 !important;
}

#myLinks {
    z-index: 1;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2d4023;
    color: #fff;
    padding: 10px;
    z-index: 1099;
    letter-spacing: 1px;
    font-weight: 200;
    text-align: right;

    border-top: 1px solid #49b170 !important;
}

.subCookie {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

.subCookie span,
.subCookie p,
.subCookie button {
    display: inline-block;
    vertical-align: middle;
}

.subCookie span {
    font-size: 20px;
    margin-right: 10px;
}

.subCookie p {
    margin: 0;
    font-size: 12px;
    padding-right: 10px;
    display: inline-block;
}

.subCookie a {
    color: #49b170;
    text-decoration: none;
    font-weight: bold;
}

.subCookie button {
    background: #49b170;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    white-space: nowrap;
    color: white;
}


.item-result {
    font-size: 20px !important;
    margin-bottom: 0 !important;
    padding: 7px 0;
}

.cardInfow {
    top: 20px !important;
    height: 80vh !important;
    overflow-y: auto;
}

.cardInfow h1 {
    font-size: 30px !important;
}

.card {
    /* Suas outras propriedades */
    scrollbar-width: thin; /* Para Firefox */
    scrollbar-color: #49b170 #f1f1f1; /* Para Firefox */
}

/* Para Chrome, Safari e Edge */
.card::-webkit-scrollbar {
    width: 8px;
}

.card::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.card::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.card::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*.bannerEspecial {*/
/*    background-size: cover;*/
/*    background-color: black;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    height: 380px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-end;*/
/*    font-family: 'lemon_milkbold';*/
/*    padding: 14px 30px;*/
/*    background-repeat: no-repeat;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 30px;*/
/*}*/

.news-licoes {
    background-color: #4b6334;
    background: linear-gradient(to bottom, #6f8744 80%, #2D4023 100%);
    padding: 40px 0; /* Adiciona margem top e bottom mantendo o verde */
}

.bannerEspecial {
    background-size: cover;
    background-color: black;
    border-radius: 10px;
    overflow: hidden;
    height: 360px; /* Altura ajustada para 360px */
    max-width: 760px; /* Largura máxima de 760px */
    width: 100%; /* Garante responsividade */
    margin: 0 auto; /* Centraliza o banner */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'lemon_milkbold';
    padding: 14px 30px;
    background-repeat: no-repeat;
    background-position: center; /* Centraliza a imagem de fundo */
    text-transform: uppercase;
    margin-bottom: 0; /* Remove margin-bottom para evitar conflito */
    background-image: url('/licoes/educacao/banner_1.png');
}

.bannerEspecialCop {
    background-size: cover;
    background-color: black;
    border-radius: 10px;
    overflow: hidden;
    height: 240px;
    /*max-width: 760px; */
    width: 100%; /* Garante responsividade */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'lemon_milkbold';
    padding: 14px 30px;
    background-repeat: no-repeat;
    background-position: center;
    text-transform: uppercase;
    margin-bottom: 0; /* Remove margin-bottom para evitar conflito */
    background-image: url('/files/banner/bannerCopHome.png');
}

.bannerEspecialLicoesClima {
    background-size: cover;
    background-color: black;
    border-radius: 10px;
    overflow: hidden;
    height: 240px;
    /*max-width: 760px; */
    width: 100%; /* Garante responsividade */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0; /* Remove margin-bottom para evitar conflito */
    background-image: url('/files/banner/bannerLicoesClima.png');
}

.bannerIniciativasS {
    background-size: cover;
    background-color: black;
    border-radius: 10px;
    overflow: hidden;
    height: 240px;
    /*max-width: 760px; */
    width: 100%; /* Garante responsividade */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0; /* Remove margin-bottom para evitar conflito */
    background-image: url('/files/banner/bannerIniciativas.png');
}

.quebraEntreBanners {
    margin: 10px;
}

@media (max-width: 996px) {
    .bannerEspecial {
        background-image: url('/licoes/educacao/banner_1_1.png');
    }
}

/* Para dispositivos menores, ajustar responsividade */
@media (max-width: 768px) {
    .bannerEspecial {
        height: 280px; /* Altura menor em mobile */
        margin: 0 15px; /* Margem lateral em mobile */
        max-width: calc(100% - 30px); /* Ajusta largura considerando as margens */
        background-image: url('/licoes/educacao/banner_1_2.png');
    }

    .news-licoes {
        padding: 30px 0; /* Padding menor em mobile */
    }
}

@media (max-width: 576px) {
    .bannerEspecial {
        background-image: url('/licoes/educacao/banner_1_3.png');
        height: 400px;
    }
}

@media (max-width: 480px) {
    .bannerEspecial {
        height: 300px;
        padding: 10px 20px;
        background-image: url('/licoes/educacao/banner_1_3.png');
    }
}


/* MOOBILE */
@media (max-width: 768px) {
    .menu-mobile {
        margin-top: 580px;
    }

    .header-slide {
        height: 100vh;
    }

    .float-header .forms {
        margin-top: 20px;
    }

    .apoiadores-miolo img {
        max-width: 70vw;
        height: auto !important;
        width: auto !important;
    }


    .header-slide h1 {
        font-size: 12px !important;
    }

    .box-txt h1 {
        font-size: 18px !important;
        margin-top: 10px !important;
    }

    .carousel-captionXXX p {
        font-size: 14px;
    }

    /* F O O T E R */
    .footer {
        flex-direction: column; /* Muda o layout para uma coluna */
        align-items: center;
        gap: 10px; /* Espaçamento entre os elementos */
    }

    .footer-logos {
        display: flex;
        flex-direction: column; /* Exibe as imagens como uma lista vertical */
        gap: 10px;
    }

    .footer-socials {
        display: flex;
        flex-direction: row; /* Exibe os ícones das redes sociais como uma lista vertical */
        gap: 10px;
    }

    .footer p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* */
    #cookie-banner {
        text-align: center;
    }

    .subCookie {
        white-space: normal;
    }

    .subCookie span {
        display: none;
    }

    .subCookie p,
    .subCookie button {
        display: block;
        margin: 5px auto;
        text-align: justify;
    }

    .subCookie span {
        margin-bottom: 10px;
    }

    .subCookie p {
        padding: 0;
        margin-bottom: 10px;
    }
    /* */

    /* Quem Somos */
    .pessoas-vox {
        flex-direction: column;
        align-items: center;
    }

    .pessoa {
        margin-right: 0;
    }

    .mimimi {
        height: 100% !important;
    }
}