@font-face {
    font-family: StretchPro;
    src: url("../fonts/StretchPro.otf");
}

/* -------------- GERAL ------------------*/

html, body {
    padding: 0;
    margin: 0;
    color: #6b6d83 !important;    
    font-family: 'Barlow Semi Condensed',sans-serif;
    font-size: 16px;
    background-color: #fafafa;
}

h1 {
    color: #b52e5f!important;    
    font-family: "StretchPro" !important;
    font-size: 34px !important;
    line-height: 1.32 !important;
    font-weight: normal !important;
    margin: 15px 0 10px !important;
}



@media (max-width: 800px) { 
    .wrapperInputs {
        width: 95% !important;;
    }
 }

@media (max-width: 600px) { 
    .footerVestiba {
        font-size: 14px !important;
    }
    h1 {
        font-size: 30px !important;
    }
    .wrapperEnsalamento {
        width: 80% !important;
    }

    .wrapperInputs {
        width: 95% !important;;
    }
 }

 @media (max-width: 500px) { 
    .footerVestiba {
        font-size: 12px !important ;
    }
    h1 {
        font-size: 26px !important;
    }
    .wrapperEnsalamento {
        width: 90% !important;
    }
 }

 @media (max-width: 400px) { 
    .footerVestiba {
        font-size: 10px !important;
    }
    h1 {
        font-size: 22px !important;
    }
    body {
        font-size: 14px !important;
    }
    .inputEnsalamento  {
        font-size: 14px !important;
    }

    .labelInput span:first-child {
        font-size: 11px !important;
    }

    .wrapperEnsalamento {
        width: 95% !important;
    }
 }
 @media (max-width: 320px) { 
    .inputEnsalamento  {
        font-size: 10px !important;
    }
 }

 @media (max-width: 250px) { 
    .footerVestiba {
        font-size: 8px !important;
    }
 }



a {
    color: #e3a819;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

a {
    transition: color 0.3s,background-color 0.3s,opacity 0.3s;
}



input {
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #ddd;
}

input:active, input:focus {
    outline: none;
}

.bodyTodaPagina {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.height100 {
    height: 100%;
}
/* -------------- FIM GERAL ------------------*/



/* -------------- HEADER ------------------*/
.headerVestibular {
    background-color: white;
    height: 45px;
    width: 76%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 6px 12%;
}

.imgPagInicial {
    width: 100%;
}

.logoBrancoHeader {
    height: 100%;

}

/* -------------- FIM HEADER ------------------*/


/* -------------- BODY ------------------*/



    

    /* -------------- LOADER -------- */
    .loaderWrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.15);
        top: 0;
        left: 0;

    }

    .lds-ring {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }
    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #d43a6c;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #d43a6c  transparent transparent transparent;
    }
    .lds-ring div:nth-child(1) {
        animation-delay: -0.45s;
    }
    .lds-ring div:nth-child(2) {
        animation-delay: -0.3s;
    }
    .lds-ring div:nth-child(3) {
        animation-delay: -0.15s;
    }
    @keyframes lds-ring {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
      
    /* ------------ FIM LOADER ---------*/

/* -------------- FIM BODY ------------------*/




/* -------------- FOOTER ------------------*/
.restApp { /* Class para jogar o footer la em baixo*/
    flex-grow: 10;
    flex-shrink: 10;
}
.footerVestiba {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 7%;
    width: 86%;
    background-color: #E1E1E1;
    height: 100px;
    bottom: 0;


}

.parteFooter {

    display: flex;
    flex-direction: column;
    height: 70%;
    justify-content: space-evenly;
    text-align: center;
}

.logoUnioeste {
    max-height: 10vw;
    height: 70%;
}

/* -------------- FIM FOOTER ------------------*/