html{
    overflow-x: hidden;
}

:root{

    --volunteer-color-black: #191a1f;
    --volunteer-color-red: #c81c26;
    --volunteer-color-gray: #b5b4b4;
    --volunteer-color-dark-gray: #4d4d4d;
    --volunteer-color-button: #3a435c;
    --volunteer-color-questionary: #2e3186;

}

.bg-volunteer-red{
    background-color: var(--volunteer-color-red);
}

.bg-volunteer-black{
    background-color: var(--volunteer-color-black);
}

.bg-volunteer-dark-gray{
    background-color: var(--volunteer-color-dark-gray);
}

.bg-white{
    background-color: white;
}

.card-volunteers-hero{
    background-color: var(--volunteer-color-black);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.vx-volunteers{
    position: absolute;
    z-index: 1;
    height: 250px;
    bottom: 4em;
    left: 1em;
}

.top-volunteers-logo{
    width: 80%;
}

.hero-pre-title{
    font-family: 'Nexa-black';
    color: white;
    margin: 0;
    margin-bottom: 1em;
    font-size: 2.1em;
}

.hero-title{
    font-family: 'Nexa-black';
    color: white;
    font-size: 4.7em;
    letter-spacing: 4px;
}

.hero-text-light{
    font-family: NexaLight;
    color: white;
    margin: 0;
    text-align: center;
}

.volunteers-footer{
    position: relative;
    min-height: 150px;
    display: flex;
    align-items: end;
}

.volunteers-footer img{
    position: absolute;
    width: 100%;
    height: 100%;
}

.volunteers-footer .footer-text{
    color: var(--volunteer-color-black);
    position: relative;
    z-index: 5;
    margin-top: 2em;
}

.volunteers-footer .footer-text p{
    font-family: 'Nexa-XBold';
    margin: 0;
    text-align: center;
}

#header{
    background-color: rgba(39, 39, 39, 0.5) !important;
}

#header .dropdown .dropdown-menu{
    background-color: rgba(39, 39, 39, 1) !important;
}

.logo{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.navbar-toggler{
    color: white !important;
}

.logo p{
    margin: 0;
    color: white;
    font-family: 'Nexa-XBold' !important;
    text-transform: uppercase;
}

.nav-link{
    font-family: 'Nexa-XBold' !important;
}

.btn-volunteers{
    width: fit-content;
    color: var(--volunteer-color-red);
    background-color: white;
    text-decoration: none;
    padding: .7em 2em;
    font-family: 'Nexa-XBold' !important;
    font-size: 1.5em;
    border-radius: .4em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-volunteers:hover{
    background-color: var(--volunteer-color-gray);
    text-decoration: none;
}

.btn-volunteers:active{
    transform: scale(.9);
}

.volunteers-btn-label{
    font-family: 'Nexa-black' !important;
    color: white;
    margin-bottom: 0.1em;
    font-size: 1em;
}

.btn-volunteers.btn-volunteers-black{
    background-color: var(--volunteer-color-black) !important;
    color: white !important;
    width: 100% !important;
    height: 100% !important;
    padding: 1em 2em;
}

.btn-volunteers.btn-volunteers-black:hover{
    background-color: var(--volunteer-color-dark-gray) !important;
}

.btn-volunteers.btn-volunteers-gray{
    background-color: var(--volunteer-color-dark-gray) !important;
    color: white !important;
    width: 100% !important;
    height: 100% !important;
    padding: 1em 2em;
}

.btn-volunteers.btn-volunteers-gray:hover{
    background-color: var(--volunteer-color-black) !important;
}

.volunteers-title-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3em;
}

.volunteers-title-container .volunteers-title-image{
    width: 400px;
}

.volunteers-title-container .volunteers-title{
    font-family: 'Nexa-black' !important;
    color: white;
    font-size: 3em;
    text-transform: uppercase;
}

.volunteers-title-container .volunteers-card-rectangle-red{
    font-family: 'NexaLight' !important;
    color: white;
    background-color: var(--volunteer-color-red);
    padding: 2em 1em;
    max-width: 800px;
    text-align: center;
}

.volunteers-title-container .volunteers-card-p{
    font-family: 'NexaLight' !important;
    color: white;
    max-width: 800px;
    text-align: center;
}

.volunteer-dotted-card{
    display: flex;
    gap: .4em;
    color: white;
    border: 5px dotted white;
    border-style: dashed;
    width: 400px;
    padding: 2em;
    border-radius: 1.5em;
}

.volunteer-dotted-card .volunteer-dotted-card-number{
    font-family: 'Nexa-black' !important;
    font-size: 5em;
    color: var(--volunteer-color-red);
    margin: 0;
    line-height: normal;
}

.volunteer-dotted-card .volunteer-dotted-card-body{
    font-family: 'Nexa-XBold' !important;
    color: white;
    display: flex;
    flex-direction: column;
}

.volunteer-dotted-card .volunteer-dotted-card-body p{
    margin: 0;
    text-align: justify;
}

.volunteers-red-button{
    font-family: 'Nexa-black' !important;
    background-color: var(--volunteer-color-red);
    color: white;
    border-radius: 10em;
    padding: .3em 1em;
    font-size: 1.3em;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.volunteers-red-button:hover{
    background-color: var(--volunteer-color-red);
    color: white;
    text-decoration: none;
}

.volunteers-red-button:active{
    transform: scale(.8);
}

.volunteer-dotted-card .volunteer-dotted-card-body h4{
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: 'Nexa-XBold' !important;
}

.bottom-line{
    padding-bottom: 3em;
    border-bottom: 2px solid white;
}

.text-volunteers-white{
    font-family: 'NexaLight' !important;
    color: white;
}

.mt-especial{
    margin-top: 80px;
}

@media (max-width: 575px) {
    .mt-especial{
        margin-top: 1.5rem !important;
    }
}

.section-register-header{
    background-image: url('../img/register_background.png');
    background-position: center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.volunteers-text-card{
    background-color: white;
    color: var(--volunteer-color-red);
    font-family: 'Nexa-black' !important;
    font-size: 2em;
    padding: 1em;
    text-transform: uppercase;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.volunteers-btn-form{
    font-family: 'Nexa-black' !important;
    background-color: var(--volunteer-color-button);
    color: white;
    border-radius: 10em;
    padding: .3em 1em;
    font-size: 1.3em;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.volunteers-btn-form:hover{
    background-color: var(--volunteer-color-dark-gray);
    color: white;
    text-decoration: none;
}

.volunteers-btn-form:active{
    transform: scale(.8);
}

.volunteers-btn-form:disabled{
    background-color: var(--volunteer-color-gray);
}

.volunteers-btn-form:disabled:active{
    transform: scale(1);
}

.questionary-header{
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.questionary-header .questionary-header-image{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.questions-container{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.question-title{
    font-family: 'Nexa-black' !important;
    color: var(--volunteer-color-questionary);
    font-size: 1.5em;
}

.questions-container .form-check-label{
    font-family: 'NexaLight' !important;
    color: var(--volunteer-color-questionary);
}

.volunteers-result-card{
    border-radius: 1em;
    padding: 3em 1em;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.volunteers-result-card.result-approved{
    background-color: white;
}

.volunteers-result-card.result-disapproved{
    background-color: var(--volunteer-color-black);
}

.volunteers-result-card.result-approved .volunteers-title{
    color: var(--volunteer-color-black);
    margin: 0;
}

.volunteers-result-card .volunteers-title-image{
    width: 800px;
}

#croppie-container {
            width: 300px;
            height: 300px;
            margin-top: 20px;
            border: 1px solid gainsboro;
        }