/* STYLE */
.navbar-light .navbar-nav .nav-link{
    color: #7C7C7C;
}
button.btn-3 {
    min-width: 12rem;
}
.blur,.blur2,.blur3{
    display: none;
}
/* STYLE */
section#session-content-duty-concession1 {
    padding: 20rem 0 0;
    min-height: 60.5rem;
    overflow: hidden !important;
    color: #00456B;
}
.session-background-duty-concession1{
    position: relative;
    padding:  0;
    padding-bottom: 6rem;
    min-height: 60.5rem;
}


.session-background-duty-concession1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45rem;
    background: linear-gradient(to bottom, #50C5B7, #0083B0);
    pointer-events: none;
    z-index: 0;
}


.box-session-content-duty-concession1 {
    padding: 0rem 5rem 0rem 0rem;
    position: relative;
}

h1.session-content-duty-concession1 {
    color: #AFAFAF;
    font-size: 6.25rem;
    line-height: 100%;
}
.box-form-session-content-duty-concession1 {
    background: #fff;
    z-index: 1;
    padding: 5rem;
    border: 0.5px #00456b8a solid;
    border-radius: 1.5rem;
    margin-top: 8rem;
    fill: #FFF;
    stroke-width: 0.5px;
    stroke: #00456B;
    filter: drop-shadow(18px 31px 18.9px rgba(0, 0, 0, 0.09));
}
h3.session-content-duty-concession1 {
    font-size: 3rem;
    line-height: 130%;
    color: #0083B0;
}
.box-form-session-content-duty-concession1 {
    min-height: 50rem;
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.form-request.msg-sucess {
    text-align: center;
}
.form-request {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    position: relative; /* Mantém a estrutura consistente */
}

.hidden {
    opacity: 0;
    pointer-events: none; /* Impede cliques em elementos ocultos */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.box-session-content-gmb {
    align-items: start !important;
}

section#session-content-duty-concession2 {
    padding: 6rem 0;
}

.brand-logos{
    padding: 0;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ford-logo{
    width: 20%;
    height: fit-content;
}

.subaru-logo{
    width: 20%;
    height: fit-content;
}

.jeep-logo{
    width: 15%;
    height: fit-content;
}

.yamaha-logo{
    width: 25%;
    height: fit-content;
}

@media (min-width: 992px) {
    .brand-logos{
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .brand-logos{
        gap: 4rem;
    }
    .ford-logo{
        width: 50%;
    }
    
    .subaru-logo{
        width: 60%;
    }
    
    .jeep-logo{
        width: 40%;
    }
    
    .yamaha-logo{
        width: 70%;
    }
}