@font-face {
    font-family: 'Raleway-Regular';
    font-display: swap;
    src: url("../_fonts/raleway/Raleway-Regular.woff");
    src: url("../_fonts/raleway/Raleway-Regular.woff") format("woff");
}

@font-face {
    font-family: 'Raleway-Medium';
    font-display: swap;
    src: url("../_fonts/raleway/Raleway-Medium.woff");
    src: url("../_fonts/raleway/Raleway-Medium.woff") format("woff");
}

@font-face {
    font-family: 'Raleway-Bold';
    font-display: swap;
    src: url("../_fonts/raleway/Raleway-Bold.woff");
    src: url("../_fonts/raleway/Raleway-Bold.woff") format("woff");
}

@font-face {
    font-family: 'Raleway-SemiBold';
    font-display: swap;
    src: url("../_fonts/raleway/Raleway-SemiBold.woff");
    src: url("../_fonts/raleway/Raleway-SemiBold.woff") format("woff");
}

@font-face {
    font-family: 'Raleway-ExtraBold';
    font-display: swap;
    src: url("../_fonts/raleway/Raleway-ExtraBold.woff");
    src: url("../_fonts/raleway/Raleway-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: 'Gotham-Black';
    font-display: swap;
    src: url("../_fonts/gotham/Gotham-Black.woff");
    src: url("../_fonts/gotham/Gotham-Black.woff") format("woff");
}

@font-face {
    font-family: 'Gotham-Bold';
    font-display: swap;
    src: url("../_fonts/gotham/Gotham-Bold.woff");
    src: url("../_fonts/gotham/Gotham-Bold.woff") format("woff");
}

@font-face {
    font-family: 'Rubik-Regular';
    font-display: swap;
    src: url("../_fonts/rubik/Rubik-Regular.woff");
    src: url("../_fonts/rubik/Rubik-Regular.woff") format("woff");
}





/*-----GERAL-----*/

html, body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Raleway-Medium;
    display: flex;
    flex-direction: column; 
}


.navbar-brand img{
    width: 200px;
}

.nav-item a.active, .nav-item a:hover{ 
    border-bottom: 3px solid #E63211;
    padding-bottom: 5px;
    color: #000;}

.nav-link{
    color: #000;
}

.bottom{
    bottom: 0px;
}

.icon-absolute{
    position: absolute;
}

.tituloLaranja{
    font-family: Raleway-Bold;
    color: #E63211;
    text-align: left;
}

.tituloVerde{
    font-family: Raleway-Bold;
    color: #1c845e;
    text-align: left;
}

.tituloCinza{
    color:#c6c6c6;
    font-family: Raleway-ExtraBold;
}

.laranja{
    color:#e63211;
    text-decoration: none;
}

.tituloPreto{
    font-family: Raleway-ExtraBold;
    font-size: 1.5em;
    color: #3b3b3b;
}

.laranja:hover{
    color:#e63211;
}

.btn-cinza{
    background-color: #3b3b3b;
}

.btn-verde{
    color:#FFF;
    border:1px solid #1c845e;
    background-color: #1c845e;
    font-family: Raleway-Bold;
}

.btn-verde:hover{
    color:#FFF;
}

.btn-laranja{
    color:#e63211;
    border:1px solid #e63211;
}

.btn-laranja:hover{
    color:#e63211;
}

.btn-fundoLaranja{
    color:#FFF;
    background-color: #e63211;
    padding: 15px 60px;
    border-radius:20px;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
}

.btn-fundoLaranja:hover{
    color:#FFF;
}

.btn-branco{
    color:#ed4e00;
    background-color: #FFF;
    font-family:Raleway-Bold;
}

.btn-cinza-claro{
    background-color: #c6c6c6 ;
    font-family: Raleway-Regular;
    font-size: 2em;
    color: #FFF;
}

.btn-laranja-degrade{
    background-image: linear-gradient(#fb7303, #ff5408);
    color: #FFF;
    font-family: Raleway-SemiBold;
    border: none !important;
    font-size: 1.5em;
    text-decoration: none;
    padding: 8px 30px;
}

.btn-laranja-degrade:hover{
    color: #FFF;
}

.btn-cinza-redondo{
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: #c6c6c6 ;
    font-family: Raleway-Regular;
    font-size: 4em;
    color: #FFF;
}

/* .list-group-item {
    background-color: unset;
    border: unset;
    font-family: Raleway-Medium;
    padding: .2rem 1rem .2rem 0;
} */

.fundo-cinza{
    color: #3b3b3b;
    background-color: #f5f5f5;
    padding: 20px 10px;;
}

/*-----FORMULÁRIO-----*/

.formulario{
    height: 88vh;
    padding: 100px 0;
    display: table;
    width: 100%;
}

.formulario .container , .formulario .row{
    height: 100%;
}

.form-control:not(textarea){
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #000;
    background-color: transparent;
}

/* textarea{
    border: 2px solid lightgrey !important;
} */

.form-control:focus {
    border-color: unset !important;
    box-shadow: unset !important;
    background-color: transparent;
}

.nav-tabs{
    border: 1px solid #505050;
    border-radius: 50px;
    margin: auto;
}

.formulario .nav-link{
    border-radius: 50px !important;
    border: none !important;
    margin-bottom: 0px !important;
    color: #525252 !important;
    padding: 4px 9px;
    width: 50%;
    /* letter-spacing: 1px; */
}

.formulario .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #525252;
    color: #FFF !important;
}

.form-errors label{
    background-color: #dc3545!important;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #FFF;
    margin-top: 20px;
}

.chosen-container{
    width: 100% !important;
}

.chosen-single {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    padding: 6px 12px !important;
    height: auto !important;
    background: #FFF !important;
    background-color: #FFF !important;
}

/* label.error {
    display: none !important;
} */

@media screen and (min-width: 768px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: var(--bs-gutter-x,1.95rem);
        padding-left: var(--bs-gutter-x,3.95rem);
    }
}


.imgOpacity{
    opacity: 0.2;
}

.nomeAlunoFoto{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 98%;
}

.text-justify {
    text-align: justify;
}