
.tamSpinner {
    width: 3rem;
    height: 3rem;
}

.c-fluid {
    background: rgb(11, 13, 13) !important;
}

.imgLogo {
    height: 60px;
    vertical-align: middle;
    width: 60px;
}

.textoLogo {
    display: inline;
    vertical-align: middle;
    color: #fff;
}

.btnPRO {
    color: rgb(255, 255, 255);
    border-color: rgba(0,0,0,.1);
    background-color: #fff;
    border-radius: 5px;
}


.manAluno {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.subAluno {
    background: #fff;
    color: #232424;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 36px 32px 28px 32px;
    max-width: 90vw;
    min-width: 320px;
    text-align: center;
    font-size: 1.18rem;
    font-weight: 500;
    position: relative;
    animation: fadeInScale .3s;
}

.tagImgPub {
    border-radius: 24px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.18);
    max-height: 430px;
    object-fit: cover;
}

#btnPortalAluno, #btnPortalCFC, #btnPortalInstrutor {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 32px;
    padding: 14px 36px;
    font-weight: 500;
    font-size: 1.15rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #0c0d0d;
    border-color: #0a0b0b;
    margin-right: 5px;
    color: #fff;
}

    #btnPortalInstrutor:hover, #btnPortalAluno:hover, #btnPortalCFC:hover {
        box-shadow: 0 14px 28px rgba(255,255,255,1),0 10px 10px rgba(255,255,255,1);
        border: 1px solid #FFF;
        border-color: #FFF;
    }

#btnCadastro {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 32px;
    padding: 14px 36px;
    font-weight: 500;
    font-size: 1.15rem;
    box-shadow: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 18px;
    background: #e6d639;
    color: #000;
    margin-right: 5px;
    border-color: #141313 !important;
}

    #btnCadastro:hover {
        opacity: 90%;
        box-shadow: 0 14px 28px rgba(255,255,255,1),0 10px 10px rgba(255,255,255,1);
    }

#tagInicio {
    background-image: url(../img/fundo.png);
}

#hero-subtitle {
    border-color: #0e0e0f !important;
    color: #fff !important;
}

#tagCarousel {
    border-radius: 14px;
    border: 1.5px solid #eee;
    padding: 32px 24px 24px 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

#tagQuemIndica {
    min-width: 260px;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
}














/*
    #btnPortalAluno:hover {
        background-color: #EEE;
        color: #000;
        border-color: #0a0b0b;
        opacity: 90%;
    }
*/
