body {
    overflow-x: hidden;
}

.navbar {
    background-color: #3b3b3b;
    backface-visibility: hidden;
    z-index: 999;
    width: 100%;
    height: 70px;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}

.navbar-brand {
    width: 300px;
}
.navbar-brand img{
    width: 100%;
}

.nav-item a {
    color: #fff;
    font-weight: 700;
}

.nav-item a:hover {
    color: #ffc410 !important;
}

.nav-item .active {
    color: #ffc410 !important;
}

.carousel {
    margin-top: 70px;
    height: 590px;
    overflow: hidden;
}

.vantagens {
    margin-top: 70px;
    margin-bottom: 70px;
}

.title {
    width: 700px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.title .border {
    width: 100px;
    height: 2px;
    border-color: #ffc410 !important;
}

.destaques {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100%;
    justify-content: center;
}

.destaque .text {
    width: 250px;
    text-align: justify;
}

.destaque .icon i {
    background-color: #ffc410;
    font-size: 40px;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50%;
}

.grupos {
    background-position: center;
    background-size: cover;
    background-image: url(../imgs/cars_bg.jpg);
    background-attachment: fixed;
    width: 100vw;
    padding-bottom: 50px;
    padding-top: 20px;
}

.grupos .title {
    color: #fff;
}

.card {
    width: 14rem;
}

.card-text {
    height: 40px;
}

.btn-fret {
    background-color: #ffc410 !important;
}

.btn-fret:hover {
    background-color: #cc9c0b !important;
    color: #fff !important;
}

.grupos .more {
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.parceiros {
    padding-bottom: 50px;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    background: white;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: 100px;
    width: 250px;
}

.sobre {
    background-color: #3b3b3b;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.sobre .texto {
    text-align: center;
    color: #fff;
    padding-top: 50px;
    width: 600px;
}

.sobre .texto p {
    text-align: justify;
    padding: 0 20px 0 20px;
}

.sobre .texto .btn {
    margin-top: 20px;
}

.sobre .foto img {
    width: 600px;
}

.social a {
    color: #fff;
    font-size: 40px;
}

.social a:hover {
    color: #ffc410;
}

.informacoes {
    width: 500px;
}

.informacoes p i {
    color: #ffc410;
    font-size: 30px;
}

.informacoes p {
    font-weight: 500;
}

.formulario {
    width: 500px;
}

footer {
    margin-top: 50px;
    text-align: center;
    padding: 10px;
    background-color: #3b3b3b;
    color: #fff;
}

footer span {
    color: #ffc410;
}

.whats {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9999;
}

.whats img {
    width: 70px;
}

.page-sobre {
    margin-top: 100px;
}

.img-sobre {
    margin-top: 80px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.img-sobre img{
    border-radius: 15px;
}

.service {
    width: 300px;
    padding: 10px;
}

.service img {
    width: 280px;
    border-radius: 20px 20px 5px 5px;
}

.service h3 {
    font-size: 18px;
    color: #ffc410;
    text-align: center;
    margin-top: 15px;
}

.service p {
    color: #fff;
    text-align: justify;
}

@media (max-width: 1400px) {
    .carousel {
        height: 394px;
    }

    .card {
        width: 12rem;
    }

    .destaque .text {
        width: 200px;
    }

    .sobre .texto {
        width: 500px;
    }

    .group-page {
        width: 95%;
    }
}

@media (max-width: 700px) {
    .navbar-collapse {
        background-color: #3b3b3b;
        border-radius: 20px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-toggler{
        border: solid 1px #dca600 !important;
    }
    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28220, 166, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    }

    .carousel {
        height: 125px;
    }

    .destaques .icon i {
        font-size: 36px;
        padding: 10px 15px;
    }

    .card {
        width: 10rem;
    }

    .sobre .foto {
        margin-top: 20px;
    }

    .sobre .foto img {
        width: 99%;
    }

    .informacoes {
        max-width: 100% !important;
    }
}