html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

}

.toast {
    border-radius: 10px !important;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #cfd9e8;
}

#logo_name {
    color: white;
}

#nav_bar, #footer_layout {
    background-color: #112647;
}

#footer_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#logo {
    text-align: center;
}

#seccoes {
    flex: 1;
    text-align: center;
}

#Item_conjunto {
    margin-left: 20px;
}

#conjunto_li a {
    color: white;
    display: flex;
    align-items: center;
    gap: 5px;
}

#conjunto_li2 a {
    color: #112647;
    display: flex;
    align-items: center;
    gap: 5px;
}

#Item_conjunto2 a {
    color: white;
}

    #Item_conjunto2 a:hover {
        color: #112647;
    }

#Item_conjunto2 button {
    background-color: #112647;
    border-color: white;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
}

    #Item_conjunto2 button:hover {
        background-color: white;
        border-color: white;
        border-radius: 10px;
        border-width: 2px;
        border-style: solid;
    }

#Item_conjunto2 {
    margin-left: 20px;
}

#botao_pesquisar {
    color: white;
    background-color: #112647;
    border-color: white;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
}

    #botao_pesquisar:hover {
        color: #112647;
        background-color: white;
        border-color: white;
        border-radius: 10px;
        border-width: 2px;
        border-style: solid;
    }

#footer_layout h5 {
    color: white;
}

#footer_layout {
    padding-bottom: 30px;
    padding-top: 30px;
}

a {
    user-select: none;
}


#Item_conjunto {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    position: relative;
}


    #Item_conjunto::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        transform-origin: bottom;
        transition: transform 0.3s;
    }


    #Item_conjunto:hover::before {
        transform: scaleX(1);
    }
.no-transition button,
.no-transition a {
    transition: none !important;
}



.navbar-toggler-text {
    color: white;
}
.navbar-toggler {
    border-color: white; /* ou a cor desejada para a borda quando clicado */
}

.bolinha-azul {
    justify-content: center;
    display: flex;
    width: 20px;
    height: 20px;
    background-color: #4895ff;
    border-radius: 50%;
    color: white;
    margin-left: 10px;
    align-items: center;
}

@media (max-width: 960px) {
 
    #footer_layout {
        flex-direction: column;
        align-items: center;
    }

    #seccoes {
        margin-top: 20px; /* Ajuste conforme necessário */
    }

    #menu-lateral {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        height: 100%;
        background-color: #f8f9fa;
        padding-top: 60px;
        z-index: 1000;
    }

    .no-line::before {
        display: none; /* Oculta a linha em telas maiores que 768px */
    }

    #menu-toggle {
        /* display: none; Remova ou comente esta linha para exibir o botão do menu */
    }

    #Item_conjunto::before {
        display: none; /* Oculta a linha em telas menores que 768px */
    }

    .dropdown-menu {
        color: white; /* Altere para a cor desejada para o texto no dropdown em telas menores que 768px */
        background-color: #112647; /* Cor de fundo do dropdown em telas menores que 768px */
        border-color: white; /* Altere para a cor desejada para a borda do dropdown em telas menores que 768px */
    }

        .dropdown-menu a {
            color: white; /* Cor do texto das opções do dropdown em telas menores que 768px */
        }

            .dropdown-menu a:hover {
                background-color: #112647; /* Cor de fundo ao passar o mouse nas opções do dropdown em telas menores que 768px */
                color: white; /* Cor do texto ao passar o mouse nas opções do dropdown em telas menores que 768px */
            }

    #conjunto_li a {
        color: white;
    }

    .dropdown-item {
        color: white;
    }

    .dropdown-menu {
        margin-bottom: 10px;
    }
}








/* Estilos para o elemento de loading */
.container {
    position: relative;
}

.loader {
    /* Use as variáveis de estilo fornecidas */
    height: 20px;
    width: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loader--dot {
    animation: loader 3s ease-in-out infinite;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}

    .loader--dot:first-child {
        background-color: #8cc759;
        animation-delay: 0.5s;
    }

    .loader--dot:nth-child(2) {
        background-color: #8c6daf;
        animation-delay: 0.4s;
    }

    .loader--dot:nth-child(3) {
        background-color: #ef5d74;
        animation-delay: 0.3s;
    }

    .loader--dot:nth-child(4) {
        background-color: #f9a74b;
        animation-delay: 0.2s;
    }

    .loader--dot:nth-child(5) {
        background-color: #60beeb;
        animation-delay: 0.1s;
    }

    .loader--dot:nth-child(6) {
        background-color: #fbef5a;
        animation-delay: 0s;
    }

.loader--text {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    width: 4rem;
    margin: auto;
}

    .loader--text:after {
        content: "Loading";
        font-weight: bold;
        animation: loading-text 3s infinite;
    }

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(230px);
    }

    65% {
        transform: translateX(230px);
    }

    95% {
        transform: translateX(0);
    }
}

@keyframes loading-text {
    0% {
        content: "Loading";
    }

    25% {
        content: "Loading.";
    }

    50% {
        content: "Loading..";
    }

    75% {
        content: "Loading...";
    }
}


