.div-banner-index {
    z-index: -1;
    display: flex;
    width: 100%;
    border-radius: 55px;
    overflow: hidden;
    position: relative;
}

.banner-path {
    fill: var(--cor-vidro);
}

.banner-path2 {
    fill: var(--cor-de-fundo-primaria);
}

.banner-index {
    position: relative;
    padding: 0 2rem;

}

.banner-div {
    fill: var(--cor-vidro);
    width: calc(100% - 500px);
}

.div-titulo-banner {
    padding: 0 5rem;
    position: absolute;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 3rem;
    width: 350px;

}

.div-titulo-banner h2 {
    color: var(--cor-terciaria);
    font-size: 4rem;
}

.div-texto-banner {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    text-align: end;
    right: 3.5rem;
    top: 77%;
    width: 350px;
    row-gap: 2.2rem;

}

.div-texto-banner a {
    display: inline-flex;
    justify-content: end;
    font-size: 1.6rem;
    gap: 4rem;
}

.div-texto-banner2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
}

.div-texto-banner3 {
    display: flex;
    flex-direction: column;
    row-gap: 0.6rem;
    text-align: start;
}

.div-texto-banner3 h4 {
    color: var(--cor-terciaria);
}

.div-texto-banner3 p {
    line-height: 1.2rem;
    font-size: 0.8rem;
    color: var(--cor-de-texto-secundaria);
}

.img-div-texto-banner {
    width: 68px;
    height: 68px;
    clip-path: circle();
    background-color: var(--cor-secundaria);
    position: absolute;
    right: 0;
}

.img-div-texto-banner2 {
    width: 68px;
    height: 68px;
    clip-path: path("M 34 0 A 34 34 0 0 1 56.8 11.5 A 34 34 0 0 0 56.8 56.5 A 34 34 0 0 1 34 68 A 34 34 0 0 1 0 34 A 34 34 0 0 1 34 0 Z");
    background-color: var(--cor-secundaria);
    position: absolute;
    right: 52px;
}

.img-div-texto-banner2:nth-child(2) {
    z-index: 1;
    right: 104px;
}

.div-img-banner2 {
    display: flex;
    position: relative;
    width: 225px;
    height: 68px;
}

.seta {
    width: 32px;
    transition: all 0.3s ease;
}

.botao-banner {
    background-color: var(--cor-principal);
    color: var(--cor-de-fundo-secundaria);
    font-size: 1rem;
    width: 13rem;
    font-family: var(--fonte-principal);
    transition: all 0.3s ease;
    cursor: pointer;
}

.botao-banner:hover {
    transform: scale(1.1);
    background-color: var(--cor-de-fundo-secundaria);
    color: var(--cor-principal);
}

.video-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: 60px;
}

.empresas-section {
    display: block;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slide-empresas {
    white-space: nowrap;
    display: flex;
    width: 200%;
    position: relative;
    margin: 4rem 0 0rem 0;
    background-color: var(--cor-terciaria);
}

@keyframes deslizar {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



.lista-empresas {
    display: flex;
    width: 50%;
    justify-content: space-around;
    z-index: 1;
}

.lista-empresas li {
    fill: var(--cor-de-texto-secundaria);
}

.deslizar {
    animation: deslizar 15s linear infinite;
}

.deslizar2 {
    right: 0;
    animation: deslizar 15s linear infinite;
}

.empresa {
    width: 128px;
}



.sobre-section {
    height: 700px;
    background: linear-gradient(45deg, var(--cor-de-fundo-terciaria) 15%, var(--cor-principal) 50%, var(--cor-secundaria) 85%);
    width: 100%;
    color: var(--cor-terciaria);
    display: flex;
    justify-content: center;
}

.sobre-section h2 {
    font-size: 3rem;
    padding-bottom: 2rem;
}

.sobre-section p {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 300;
}

.div-sobre {
    max-width: 900px;
    margin: 12rem 2rem 0 2rem;
    background-color: var(--cor-de-fundo-primaria);
    height: fit-content;
    padding: 3rem;
    border-radius: 0 90px 25px 90px;
}

.veiculos-section {
    width: 100%;
}

.veiculos-section h3 {
    font-size: 3rem;
    padding-bottom: 1rem;
    color: var(--cor-terciaria);
}

.veiculos-section p {
    color: var(--cor-terciaria);
}

.div-veiculos {
    padding: 8rem;
}

.div-texto-veiculos-titulo {
    padding-bottom: 2.5rem;
}

.nav-veiculos {
    border-bottom: 4px solid var(--cor-vidro2);
    padding-bottom: 0.5rem;
}

.nav-veiculos ul {
    list-style: none;
    display: flex;
}

.nav-veiculos li {
    margin-right: 2rem;
    font-size: 1.7rem;
    font-weight: 300;
    position: relative;
}

.nav-veiculos a {
    color: var(--cor-terciaria);
    text-decoration: none;
    padding: 0 1rem;
    white-space: nowrap;
}

.nav-veiculos a:hover {
    color: var(--cor-principal);
}

.nav-veiculos li.active a {
    font-weight: 700;
}

.nav-veiculos li div {
    width: 100%;
    height: 4px;
    background-color: var(--cor-principal);
    display: none;
    position: absolute;
    margin-top: 0.5rem;
}

.nav-veiculos li.active div {
    display: block;
}

.categoria {
    display: none;
    padding: 0 2rem 2rem 2rem;
}

.categoria.active {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
    position: relative;
}

.div-texto-veiculos {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    max-width: 600px;
}

.div-texto-veiculos h2 {
    font-size: 2.3rem;
    font-weight: 700;
    color: var(--cor-terciaria);
}

.div-texto-veiculos p {
    font-weight: 500;
    color: var(--cor-terciaria);
}

.imagem-veiculo {
    height: 180px;
    transition: all 0.5s;
    transform-origin: center;
}

.imagem-veiculo:hover {
    transform: scale(1.1);
}

.imagem-veiculo-destaque {
    width: 350px;
    box-shadow: -10px -10px 20px 0 var(--cor-principal);
    border-radius: 0 90px 25px 90px;
}

.div-imagem-destaque {
    width: 350px;
}

.lista-veiculos {
    display: flex;
    column-gap: 2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.lista-veiculos li {
    flex: 0 0 auto;
    overflow: clip;
    box-shadow: 8px 8px 8px 0 var(--cor-secundaria);
    transition: all 0.5s;
    height: 180px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.lista-veiculos li:hover {
    border-radius: 25px;
}

.lista-veiculos li:first-child {
    margin-left: 2rem;
}

.lista-veiculos li:last-child {
    margin-right: 2rem;
}

.lista-veiculos::-webkit-scrollbar {
    height: 8px;
    /* scrollbar mais baixa */
}

.lista-veiculos::-webkit-scrollbar-thumb {
    background-color: var(--cor-vidro2);
    border-radius: 4px;
}

.lista-veiculos::-webkit-scrollbar-track {
    background: var(--cor-vidro2);
    border-radius: 4px;
}

.lista-veiculos::-webkit-scrollbar-thumb:hover {
    background-color: var(--cor-principal);
}

.veiculo-destaque-div {
    display: flex;
    column-gap: 3rem;
    z-index: 10;
}

.animate {
    animation: surgirDeCima 1500ms cubic-bezier(.22, .8, .3, 1) forwards;
}

@keyframes surgirDeCima {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-veiculos {
    position: absolute;
    width: 2rem;
    height: 212px;
    background: linear-gradient(90deg, var(--cor-de-fundo-secundaria) 0%, transparent 100%);
    left: 2rem;
    top: 2rem;
    z-index: 1;
}

.fade-veiculos2 {
    position: absolute;
    width: 2rem;
    height: 212px;
    background: linear-gradient(90deg, transparent 0%, var(--cor-de-fundo-secundaria) 100%);
    right: 2rem;
    top: 2rem;
    z-index: 1;
}

.svg-desktop-pequeno {
    display: none;
}

.svg-desktop {
    min-height: 534.75px;
}

.contato-section-div {
    width: calc(100% - 20rem);
    padding: 0 10rem;
    display: flex;
    justify-content: center;
}

.banner-contato {
    background-color: var(--cor-principal);
    border-radius: 12px;
    display: flex;
    max-width: 880px;
}

.div-contato {
    background-color: var(--cor-de-fundo-secundaria);
    padding: 3rem;
    width: 30%;
    color: var(--cor-terciaria);
    border-radius: 12px;
}

.div-contato h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.div-contato p {
    font-size: 0.8rem;
    color: var(--cor-de-texto-secundaria);
    line-height: 1rem;
}

.div-info-contato {
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.div-info-contato div {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.div-contato iframe {
    width: 100%;
    height: 150px;
}

.icon-contato {
    width: 24px;
    /*filter: brightness(0) saturate(100%) invert(91%) sepia(98%) saturate(0%) hue-rotate(116deg) brightness(96%) contrast(102%);*/
}

.form-contato {
    padding: 3rem;
}

.form-contato label {
    color: var(--cor-de-fundo-primaria);
    font-size: 1rem;
}

.form-contato input {
    margin-top: 0.7rem;
    padding: 0.5rem;
    border-radius: 12px;
    border: none;
}

.form-contato textarea {
    padding: 0.5rem;
    margin-top: 1rem;
    border-radius: 12px;
    border: none;
}

.form-contato div {
    width: 100%;
    display: flex;
    justify-content: end;
}

@media (max-height: 900px) {
    .svg-desktop {
        display: none;
    }

    .svg-desktop-pequeno {
        display: block;
    }

    .div-texto-banner {
        top: 71%;
    }
}

@media (max-width: 1024px) {

    .div-veiculos {
        padding: 8rem 4rem 4rem 4rem;
    }
}

@media (max-width: 768px) {
    html {
        font-size: 14px;
    }

    .lista-veiculos li {
        height: 150px;
    }

    .imagem-veiculo {
        height: 150px;
    }

    .fade-veiculos {
        height: 166px;
        left: 0;
        top: 2.5rem;
    }

    .fade-veiculos2 {
        right: -6px;
        height: 166px;
        top: 2.5rem;
    }

    .imagem-veiculo-destaque {
        width: 250px;
        height: fit-content;
    }

    .div-imagem-destaque {
        width: 250px;
    }

    .div-titulo-banner {
        width: 250px;
    }

    .nav-veiculos li {
        font-size: 1.2rem;
        margin-right: 0;
    }

    .categoria {
        padding: 0.5rem 0 2rem 0;
    }

    .lista-veiculos::-webkit-scrollbar {
        height: 3px;
    }

    .div-texto-banner a {
        align-items: center;
    }

}

@media (max-width: 620px) {
    .div-titulo-banner {
        height: 80%;
    }

    .div-sobre {
        padding: 5rem;
    }

    .sobre-section {
        height: 800px;
    }
}

@media (max-width: 550px) {
    .div-texto-banner {
        width: 65%;
    }

    .div-texto-banner a {
        gap: 3rem;
    }

    .div-img-banner2 {
        transform-origin: right;
    }

    .sobre-section {
        height: 800px;
    }

    .div-sobre {
        margin: 6rem 2rem 0 2rem;
    }

}

@media (max-width: 510px) {

    .lista-veiculos li {
        height: 120px;
    }

    .imagem-veiculo {
        height: 120px;
    }

    .fade-veiculos {
        height: 136px;
    }

    .fade-veiculos2 {
        height: 136px;
    }

    .imagem-veiculo-destaque {
        width: 200px;
    }

    .div-imagem-destaque {
        width: 200px;
    }
}

@media (max-width: 500px) {
    .div-texto-banner {
        row-gap: 1.5rem;
    }

    .sobre-section {
        height: 825px;
    }

    .div-veiculos {
        padding-left: 2rem;
        padding-right: 2rem;
    }

}

@media (max-width: 460px) {
    .div-texto-banner a {
        gap: 1.5rem;
    }

    html {
        font-size: 12px;
    }

    .sobre-section {
        height: 625px;
    }
}

@media (max-width: 430px) {
    .div-titulo-banner {
        height: 70%;
    }

    .div-texto-banner {
        row-gap: 0.8rem;
    }

    .sobre-section {
        height: 715px;
    }
}

@media (max-width: 390px) {
    html {
        font-size: 9px;
    }

    .sobre-section {
        height: 500px;
    }
}

@media (max-width: 370px) {
    html {
        font-size: 8.5px;
    }

    .div-texto-banner {
        row-gap: 0.3rem;
    }

    .div-texto-banner3 {
        margin-right: 3rem;
        width: 200px;
    }
}

@media (max-width: 700px) {
    .form-contato textarea {
        width: 150px;
    }

    .div-contato {
        width: 40%;
    }
}

@media (max-width: 580px) {

    .contato-section-div {
        width: calc(100% - 6rem);
        padding: 0 3rem;
    }

    .banner-contato {
        flex-direction: column;
        width: 100%;
    }

    .div-contato {
        width: calc(100% - 6rem);
    }

    .form-contato {
        width: calc(100% - 6rem);
    }

    .form-contato textarea {
        width: 250px;
    }
}

@media (max-width: 415px) {

    .lista-veiculos li {
        height: 100px;
    }

    .imagem-veiculo {
        height: 100px;
    }

    .fade-veiculos {
        height: 116px;
    }

    .fade-veiculos2 {
        height: 116px;
    }

    .veiculo-destaque-div {
        flex-direction: column;
        align-items: center;
        row-gap: 1rem;
    }

}

.contato-section {
    padding: 8rem 0;
    background-color: var(--cor-terciaria);
}

.div-texto-banner a h4 {
    transition: all 0.3s ease;
}

.div-texto-banner a h4:hover {
    color: var(--cor-principal);
}

.div-texto-banner a h4:hover+.seta {
    transform: translateX(10px);
}

.form-contato button {
    padding: 1rem;
    border: 2px solid;
    border-radius: 12px;
    font-size: 1rem;
    right: 0;
    width: 100px;
    transition: all 0.3s ease;
}

#botaoEnviar {
    color: var(--cor-principal);
    background-color: var(--cor-de-fundo-primaria);
    cursor: not-allowed;
}

#botaoEnviar.enabled {
    color: var(--cor-de-fundo-primaria);
    background-color: var(--cor-principal);
    cursor: pointer;
}

#botaoEnviar.enabled:hover {
    background-color: #45a049;
}

@media (max-width: 360px) {
    .form-contato textarea {
        width: 190px;
    }
}

.controles-slideshow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.miniaturas-container {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px;
  max-width: 500px;
}

.miniatura {
  width: 60px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;
}

.miniatura:hover {
  opacity: 1;
  transform: scale(1.05);
}

.miniatura.active {
  border: 2px solid var(--cor-principal);
  opacity: 1;
}