.subtitleMiddle {
    font-weight: 600;
    color: #2E3E44 !important;
    font-size: 12px;
}

body[data-sidebar-size=condensed] .footer {
    left: 0px !important;
}

body[data-sidebar-size=condensed] {
    /* left: 0px !important; */
    max-width: 100% !important;
}

body[data-sidebar-size=condensed]:not([data-layout=compact]) {
    min-height: auto !important;
}

.footerTextSomma {
    color: #FFF !important;
}

.cardRadius {
    border-radius: 1rem;
}

.backgroundBody {
    background: linear-gradient(45deg, #C7C8CA, #02506edb, #02506E)
}

.divCardImg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}

.textFooter {
    font-weight: 500;
    letter-spacing: 1px;
    color: #FFF;
    font-size: 16px;
}

.bodyPage {
    background-color: #02506E;
}

.buttonSubmit {
    background-color: #2E3E44;
    border-color: #2E3E44;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1px;
}

.buttonSubmit:hover {
    background-color: #02506e;
    border-color: #02506e;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 1px;
}

.textMiddle {
    color: #2E3E44;
    font-weight: 700;
    font-size: 36px;
    width: 100%;
    border-top: 1px solid #212121;
    padding-top: 21px;
}

.subtitleMiddle {
    font-weight: 600;
    color: #2E3E44 !important;
    font-size: 14px;
}

.backgroundGrafismo {
    width: 123rem;
    position: absolute;
    right: -121%;
    top: -17%;
    z-index: -1;
    opacity: 0.6;
    mix-blend-mode: hard-light;
}

.eyePass {
    font-weight: 600;
    color: #FFF;
    background-color: #2E3E44;
}

.btn-primary:hover {
    background-color: #02506E !important;
    border: 1px solid #02506E !important;
}

.btn-primary {
    box-shadow: none !important;
}

.btn.btn-primary:focus {
    background-color: #02506E;
}

.backgroundGrafismo {
    width: 121rem;
    position: fixed;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.6;
    mix-blend-mode: hard-light;
}

.containerGeral {
    margin-top: 10vh;
}



/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .sizeCard {
        width: 90%;
    }

    .textMiddle {
        color: #2E3E44;
        font-weight: 700;
        font-size: 24px;
        width: 100%;
        border-top: 1px solid #212121;
        padding-top: 21px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .sizeCard {
        width: 90%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .sizeCard {
        width: 70%;
    }
}

/* Large devices (desktops, notebooks, 992px and up) */
@media (min-width: 992px) {
    .sizeCard {
        width: 55%;
    }
}