
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    display: block;
    width: 228px;
}
.arrow{
    display: none;
}
.sections-content{
    display: flex;
    gap: 3.75rem;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.truck-infos{
    display: flex;
    flex-direction: column;
    margin-top: 33px;
    gap: 16px;
}
.truck-subinfo{
    display: flex;
    gap: 16px;
    align-items: center;
}
.truck-subinfo > div{
    display: flex;
    gap: 8px;
    align-items: center;
    text-align: center;
}
.truck-value{
    display: flex;
    flex-direction: column;
}
.slider{
    overflow: hidden;
}
.slider >img{
    width: 320px;
    height: 274px;
}
.prev, .next{
    width: 40px;
    height: 40px;
    border-radius: 24px;
    padding: 8px;
    background-color: #fff;
    border: none;
    &:hover{
        cursor: pointer;
        background-color: #cccccce3;
    }
}
.prev{
    img{
        transform: scaleX(-1);
    }
}
.container{
    max-width: 37.5rem;
    margin-top: 64px;
    margin-bottom: 64px;
}
.truck-buttons{
    display: flex;
    gap: 8px;
    justify-content: center;
}

.highlights-text{
    color: #00BEEA;
}

.bg-blue{
    background-color: #06064A;
}

.logo{
    width: 209px;
    height: 90px;
}
.texts{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.forms{
    background-color: white;
    width:387px;
    border-radius: 16px;
}

.form-container{
    margin: 32px;
    .form-text{
        display: flex;
        flex-direction: column;
        gap: 8px;
        .important-title{
            font-size: 40px;
            line-height: 48px;
        }
    }
}

.form-text{
    margin-top: 21px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.important-title{
    font-size: 40px;
    line-height: 48px;
}
.itens{
    display: flex;
    gap: 16px;
    justify-content: center;
    position: relative;
    top: -70px;
    right: auto;
    height: 0;
}
.item-grid{
    background-color: white;
    border-radius: 16px;
    align-items: center;
    width: 11.563rem;
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s ease;
    &:hover{
        transform: scale(1.1);
    }
}
.info-itens{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.list-iten{
    display: flex;
    gap: 16px;
    align-items: center;
}
.img-slide{
    width: 556px;
    height: 587px;
    object-fit: cover;
    border-radius: 16px;
}

.whatsapp{
    background-color: #25D366;
    .paragraph-regular-bold{
        line-height: 19px;
        font-family: AvenirBook;
        display: block;
    }
    &:hover{
        background-color:#43C975 ;
    }
}

.more-info{
    background-color: #D5F7FF;
    transition: background-color 0.5s ease, transform 0.3s ease;
    .button-regular{
        color:#00BEEA ;
    }
    &:hover{
        background-color: #00BEEA;
        .button-regular{
            color:#D5F7FF ;
        }
    }
}
.define-location{
    background-color: #06064A;
}

.button-action{
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap:12px;
    height: 52px;
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    &:hover{
        cursor: pointer;
    }
}

.maps{
    width: 588px;
    height: 330px;
}

.maintener{
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.img-maintener{
    width: 587px;
    height: 470px;
    background-image: url('/assets/img/maintener/IMG_7615.JPG');
    background-position: right;
}
.sections-client{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 64px;
}
.img-client{
    width: 286px;
    height: 286px;
}
.flex-img{
    display: flex;
    gap: 16px;
    align-items: center;
}
.hidden-element-max{
    display: none;
}

.end-section{
    height: 400px;
}
.form-input, .form-select {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    font-family: AvenirBook;
    font-weight: 400;
    line-height: 24px;
  }
  .form-input::placeholder, .form-select::placeholder {
    color: #525252;
  }
  .form-select {
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat right 15px center;
    background-size: 1em;
  }
footer{
    display: flex;
    justify-content: space-between;
    .footer-logo{
       margin: 105px ;
       width:488px;
    }
    
    .footer-social{
        margin-top: 80px;
        margin-left: 124px;
        display: flex;
        gap: 16px ;
        .list{
            margin-top: 12px;
        }
    }
}
.button-action{
    display: flex;
    align-items: center;
    gap:12px;
    width: max-content;
    height: 52px;
    padding: 16px 32px;
    border-radius: 8px;
    border: none;
    &:hover{
        cursor: pointer;
    }
}
.whatsapp{
    background-color: #25D366;
    .paragraph-regular-bold{
        line-height: 19px;
        font-family: AvenirBook;
        display: block;
    }
    &:hover{
        background-color:#43C975 ;
    }
}
#info {
    opacity: 1;
    transition: opacity 0.5s ease-in-out; /* Transição suave com ease-in-out */
}

.hidden {
    opacity: 0;
}
@media(max-width: 600px){
    a{
        width: auto;
    }
    .act-button{
        display: none;

    }
    .arrow{
        display: flex;
        gap: 16px;
        margin-bottom: 160px;
    }    
    .sections-content{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        gap: 8px;
    }
    a{
        text-decoration: none;
    }
    .container{
        margin: 24px 24px;
        .glide {
            text-align: center;
        }
    }
    .container:first-child{
        .glide{
            margin-top: 300px;
        }
    }
    
    .highlights-text{
        color: #00BEEA;
    }
    
    .bg-blue{
        background-color: #06064A;
    }
    
    .logo{
        text-align: center;
        margin-bottom: 36px;
    }
    .texts{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .forms{
        width: 370px;
        background-color: #fff;
        border-radius: 16px;
    }
    
    .form-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 24px;
    }
    
    .form-text{
        margin-top: 21px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .important-title{
        font-size: 40px;
        line-height: 48px;
    }
    .itens{
        display: grid;
        position: relative;
        top: -75px;
        right: -25px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
        width: max-content;
    }
    .item-grid{
        background-color: white;
        border-radius: 16px;
        align-items: center;
        padding: 2px;
    }
    .img-maintener{
        width: 382px;
        height: 404px;
        background-image: url('/assets/img/maintener/IMG_7615.JPG');
        background-position: center;
        border-radius: 16px;
    }
    .info-itens{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .list{
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .list-iten{
        display: flex;
        gap: 16px;
        align-items: center;
    }
    .img-slide{
        width: 382px;
        height: 397px;
        object-fit: cover;
        border-radius: 16px;
    }
    .whatsapp{
        background-color: #25D366;
        .paragraph-regular-bold{
            line-height: 19px;
            font-family: AvenirBook;
            display: block;
        }
        &:hover{
            background-color:#43C975 ;
        }
    }
    
    .define-location{
        background-color: #06064A;
    }
    .hidden-element{
        display: none;
    }
    .button-action{
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap:12px;
        height: 52px;
        padding: 16px 32px;
        border-radius: 8px;
        border: none;
        &:hover{
            cursor: pointer;
        }
    }
    #internal-truck{
        flex-direction: column-reverse;
        gap: 24px;
    }
    #address{
        flex-direction: column-reverse;
        gap: 8px;
    }
    
    .address-container{
        &:paragraph-large-bold{
            margin-top: 10px;
        }
    }
    .maps{
        width: 382px;
        height: 330px;
    }
    
    .sections-client{
        text-align: center;
        height: 100vh;
        width: 100vw;
        gap: 16px;
    }
    .container-client{
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 330px;
    }
    .hidden-element-max{
        display: block;
    }

    footer{
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 80px 24px;
        .footer-logo{
            margin: 0;
            width: auto;
        }
        .logo{
            margin: 0;
            text-align: left;
        }
        .footer-social{
            margin-top: 24px;
            margin-left: 0;
            display: flex;
            flex-direction: column;
            gap: 16px ;
            .list{
                margin-top: 32px;
            }
        }
    }
}

@media (max-width: 400px){
    .important-title{
        font-size: 40px;
        line-height: 48px;
    }
    .itens{
        right: auto;
    }
    .button-action{
        width: 100%;
    }
}