
#modalAlertaCopia,
#modalAlertaErro {
    position: fixed !important;
    top: 95% !important;
    left: 0 !important;
    width: 100% !important;
    height: 5vh !important;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;

}

#fundoEscuro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 1000;
    display: none;
}

#btn_carregamento {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    #btn_carregamento i {  
        font-size:3em;
        color: var(--cor_principal);
        margin-top: 3vw;
    }

.blur-background {
    filter: blur(10px);
}
.seletores_demais {
    margin: 2vw 2vw 1vw 2vw;
}
.seletores_demais span {
    background-color: transparent;
    border: none;
    font-family: var(--font-family-koho);
    font-size: 1.0em;
    color: var(--cor_principal);
    font-weight: bold;
    margin-left: 0.5vw;
}
.seletores_demais span i {
    font-size: 0.8em;
    margin-right:0.5vw;
}

.btnLoading{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
}

.btnLoading i {
    font-size: 1em;
    color: var(--cor_principal);
    margin-top: 0vw;
}
/* ************************Responsividade******************** */
@media only screen and (max-width: 1024px) {
    #modalAlertaCopia {
        height: 20vh;
    }
    #btn_carregamento i {
        margin-top: 4vw;
    }
    .seletores_demais span {
        margin-left: 1vw;
    }

        .seletores_demais span i {
            margin-right: 1vw;
        }
}

@media only screen and (max-width: 768px) {
    #modalAlertaCopia {
        height: 20vh;
    }

    #btn_carregamento i {
        margin-top: 5vw;
    }
        .seletores_demais span {
            margin-left: 1vw;
        }

            .seletores_demais span i {
                margin-right: 1vw;
            }
}

@media only screen and (max-width: 480px) {
    #modalAlertaCopia {
        height: 10vh;
    }


        #btn_carregamento i {
            margin-top: 6vw;
        }

        .seletores_demais span {
            margin-left: 2vw;
        }

            .seletores_demais span i {
                margin-right: 2vw;
            }
}
