/*@media only screen and (max-width: 1740px) {
    .barralateral {
        margin-right: -100px !important;
        margin-top: -127px !important;
    }
}*/

@media only screen and (max-width: 768px) {
    body {
        background-image: url(/assets/img/background.jpg) !important;
    }

    .barralateral {
        margin-right: -35px !important;
        margin-top: -128px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 430px) {
    body {
        background-image: url(/assets/img/background.jpg) !important;
    }

    .barralateral {
        margin-right: -10px !important;
        margin-top: -122px !important;
        width: 100% !important;
    }
}
/* Transição suave */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInAnimation 0.8s ease-out forwards;
}

@keyframes fadeInAnimation {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #050412;
}

.form-control:focus {
    border-color: white;
}

/*.modal {
    --bs-modal-width: 500px !important;
}*/

body {
    background-image: url(/assets/img/background.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover; /* Isso faz com que a imagem cubra todo o fundo */
}

.barralateral {
    --bs-border-color: none;
    --bs-body-bg: none;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.30) !important;
    width: 34%;
    height: 38rem;
    box-shadow: 7px 7px 7px rgb(0 0 0 / 0.2);
}
.no-underline {
    color: #1b1836;
    text-decoration: none;
}
.input-title {
    margin-bottom: 5px;
    padding: 15px 0px 0px 10px;
    font-size: 12px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

    .input-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }
