.login #menu .container .navbar-collapse .navbar-nav {
    gap: 50px;
}

.login #menu .container .navbar-collapse .navbar-nav .btn {
    padding: 6px 40px;
}

.banner-login {
    position: relative;
    background-image: url(../img/login/banner-2025.png);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 80px 0 160px;
    top: 90px;
    text-align: right;
}

.banner-login .tag p {
    border-radius: 60px;
    background: var(--RED, #FF0032);
    padding: 6px 20px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
}

.banner-login h2 {
    color: #3B4A5C;
    font-size: 36px;
    margin: 10px 0 0;
}

.banner-login h1 {
    font-size: 64px;
    color: #FF0032;
    margin-bottom: 30px;
}

.banner-login h3 {
    font-size: 30px;
    color: #3B4A5C;
    margin-bottom: 30px;
}

.banner-login p {
    color: #3B4A5C;
    font-weight: 500;
}

.group-inputs .first {
    display: grid;
    grid-template-columns: 70% 1fr;
    gap: 20px;
}

.standard-style {
    padding: 50px 0 0;
}

.standard-style .box {
    background: #fff;
    border-radius: 20px 20px 0 0;
}

.standard-style .box .title {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ff0032 0%, #951a1f 100%);
    color: #fff;
    position: relative;
    margin-bottom: 50px;
    border-radius: 20px 20px 0 0;
}

.standard-style .box .title h2 {
    font-size: 32px;
    padding: 30px;
    font-weight: 500;
}

.standard-style .row {
    padding: 0 50px;
}

.standard-style .box .text p {
    margin-bottom: 20px;
}

.standard-style .box .text p.min {
    font-size: 12px;
}

.standard-style .box .text img {
    margin: 30px 0 50px;
}

.standard-style .box .form {
    max-width: 84%;
    padding-bottom: 60px;
}

.standard-style .box .form h3 {
    font-size: 28px;
    color: #FF0032;
    margin-bottom: 20px;
}

.standard-style .box .form .mb-3 input,
.standard-style .box .form .mb-3 select {
    border-radius: 25px;
    height: 45px;
}

.standard-style .box .form a {
    color: #FF0032;
}

.standard-style .box .d-grid-bt {
    display: flex;
    justify-content: right;
}

.standard-style .box button#cadastrar {
    border-radius: 7.555px;
    background: var(--RED, #FF0032);
    padding: 6px 20px;
    height: 59.964px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #FF0032;
    font-weight: 600;
}

.standard-style .box .grid-icons {
    display: grid;
    justify-content: center;
    padding: 20px 70px 50px 70px;
}

.standard-style .box .grid-icons.four {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.standard-style .box .grid-icons.four .item {
    background-color: #232A33;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.standard-style .box .grid-icons.four .item .desc p,
.standard-style .box .grid-icons.four .item .desc li {
    color: #fff;
}

.standard-style .box .grid-icons.four .item .desc p {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.standard-style .box .grid-icons.four .item .desc ul {
    padding-left: 20px;
}

.standard-style .box .grid-icons.four .item .desc ul li {
    list-style: disc;
}

.grid-icons.three-nun {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    align-items: center;
}

.grid-icons.three-nun .item {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: 12% 1fr;
}

.grid-icons.three-nun .item .icon {
    background: #FF0032;
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.grid-icons.three-nun .item .desc p {
    color: #232A33;
    font-weight: 700;
    font-size: 18px;
    max-width: 77%;
}

.standard-style .box .text {
    text-align: center;
    padding-bottom: 50px;
}

.standard-style .box .text a {
    border-radius: 7.555px;
    background: var(--RED, #FF0032);
    padding: 12px 20px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border: #FF0032;
    font-weight: 600;
    color: #fff;
}

.grid-icons.three-icon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.grid-icons.three-icon .item {
    text-align: center;
    background-color: #232A33;
    padding: 30px;
    border-radius: 16px;
}

.grid-icons.three-icon .item p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.standard-style.space-footer {
    padding: 50px 0;
}

.carousel {
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    pointer-events: none;
}

.slide.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
}
section#login form#form-cadastro {
    padding-top: 60px;
}
@media (max-width: 1720px) {
    .banner-login {
        background-position: right top;
        background-size: cover;
    }
}

@media (max-width: 1560px) {
    .banner-login {
        background-position: -240px;
    }
}

@media (max-width: 1400px) {
    .banner-login {
        background-position: -340px;
    }
}

@media (max-width: 1199px) {
    .banner-login:before {
        content: '';
        position: absolute;
        background: #ffffff;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.6;
    }

    .banner-login .container {
        position: relative;
    }

    .standard-style .box .grid-icons {
        padding: 20px 30px 50px 30px;
    }

    .standard-style .box .text p br {
        display: none;
    }

    .standard-style .box .form,
    .grid-icons.three-nun .item .desc p {
        max-width: 100%;
    }

    .grid-icons.three-nun .item {
        grid-template-columns: 18% 1fr;
    }
}

@media (max-width: 991px) {
    .container {
        padding: 0 30px;
    }

    .standard-style .box .text {
        padding: 0 50px 50px;
    }

    .standard-style .box .title h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {

    .standard-style .box .grid-icons.four,
    .standard-style .box .grid-icons {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .banner-login {
        background-position: -430px;
        text-align: center;
    }

    .banner-login h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .banner-login h2 {
        font-size: 30px;
    }

    .banner-login p br {
        display: none;
    }

    .standard-style .box .title h2 {
        font-size: 20px;
        text-align: center;
    }

    .standard-style .box {
        margin-top: -40px;
    }

    .standard-style .row {
        padding: 0;
    }

    .standard-style .box .text {
        padding: 20px 20px;
    }

    .standard-style .box .text img {
        width: 100%;
        margin: 0px 0 20px;
    }

    .standard-style .box .form {
        padding: 30px;
    }

    .group-inputs .first {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .standard-style .box .grid-icons.four .item {
        display: grid;
    }

    .standard-style .box .title {
        margin: 0;
    }

    .standard-style {
        margin-top: 50px;
    }

    #menu .container .navbar-collapse {
        justify-content: flex-end;
        align-items: center;
        height: auto;
        flex-basis: unset;
        flex-grow: unset;
    }

    .login #menu .container .navbar-collapse .navbar-nav {
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .login #menu .container .navbar-collapse .navbar-nav .btn {
        padding: 6px 22px;
    }

    #menu .container {
        padding: 0 15px;
        flex-wrap: nowrap;
    }
    #login form#form-cadastro {
        padding-top: 0;
    }
}