/* ----------- Mobile First (até 767px) ----------- */

.wrap {
    max-width: 300px;
    margin: 0 auto;
}

/* Section Header */
.section-header {
    background-image: url('images/banner-header.png');
    background-size: 1920px auto;
    background-position: 20% 30%;
    background-position: center;
    padding: 0 0 30px 0;
}

.h1-header {
    font-family: var(--font-family-accent);
    word-break: break-word;
    font-weight: 900;
    font-size: 39px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.h2-header {
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    font-size: 31px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.h3-header {
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 0;
}

.div-txt-header1 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 180px;
}

.div-align-topo2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.div-txt-header2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: #ffffff;
    margin-top: 10px;
    font-family: var(--font-family-base);
}

.logos {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.img-logos {
    width: 120px;
    height: auto;
}

.div-btn {
    /* display: flex;
    justify-content: center; */
    margin: 15px;
}

#btn-topo {
    background-color: #ffffff;
    font-family: var(--font-family-base);
    color: var(--laranja);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: var(--btn-radius);

    white-space: pre;
    word-break: break-word;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.2;
}

#btn-topo:hover {
    background-color: #e4e4e4;
    transition: .2s;
}

/* Faixa Laranja */
.brand-strip {
    background-color: var(--bg-cards-cor);

    &.laranja {
        --bg-cards-cor: var(--laranja);
    }
}

.group {
    filter: brightness(0) invert(1);
}

.carousel {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    gap: 1em;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    animation: spin 8s infinite linear;
}

.card2 {
    flex: 0 0 5em;
    width: 20px;
    height: auto;
    /* padding: 1em 0 1em 0; */
    text-align: center;
    align-content: center;
}

@keyframes spin {
    from {
        translate: 0;
    }

    to {
        translate: -100%;
    }
}

/* Cards Section */

.cards-section {
    background-color: var(--bg-cards-cor);
    padding: 30px 0 30px 0;
    color: #ffffff;
}

.cards-title-div {
    margin-top: -6px;
}

.title-cards-section {
    font-family: var(--font-family-accent);
    font-weight: 900;
    font-size: 39px;
    letter-spacing: 0px;
}

.subtitulo {
    color: #ffffff;
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-family: var(--font-family-base);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
}

/* Traço do subtitulo */
.subtitulo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    /* comprimento do traço */
    height: 2px;
    /* espessura */
    background-color: #FF4C1E;
    /* o laranja da sua paleta */
}

.text-card-section {
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 20px;
}

.cards-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.textos-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.cards-subtitle-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



/* Mid Section - Muito mais */

/* Efeitos laranja das laterais */
.blur-left,
.blur-right {
    position: absolute;
    width: 250px;
    height: 240px;
    background: rgba(233, 81, 29, 0.8);
    border-radius: 50%;
    filter: blur(25px);
    z-index: 0;
}

.blur-left {
    top: 90%;
    left: -150px;
    transform: translateY(-50%);
}

.blur-right {
    top: 10%;
    right: -150px;
    transform: translateY(-50%);
}

.mid-section {
    position: relative;
    overflow: hidden;
    padding: 30px 0 30px 0;
    color: var(--font-color-mid);
    height: 500px;
    display: flex;
    align-items: center;
}

.title-mid {
    font-family: var(--font-family-accent);
    font-weight: 900;
    font-style: italic;
    font-size: 38px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.2;
}

.align-mid-muito {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;

    white-space: pre-wrap;
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.2;
}


.btn-quero {
    background-color: var(--laranja);
    color: white;
    border: none;
    border-radius: var(--btn-radius);
    padding: 10px 20px;
    font-family: var(--font-family-base);
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);

    white-space: pre;
    word-break: break-word;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.2;
}

.btn-quero:hover {
    background-color: #e04e1b;
}

/* Mid Section */

.mid-section-image {
    padding: 48px 0;
    color: #ffffff;
    background-image: url('images/bckgTudo.png');
    background-size: 1920px auto;
    background-position: 20% 30%;
    background-position: center;
}

.mid-section-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.mid-section-text h1 {
    font-family: var(--font-family-accent);
    word-break: break-word;
    font-weight: 900;
    font-size: 39px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.mid-section-text p {
    white-space: pre-wrap;
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.2;
}

.mid-section-car-image {
    display: flex;
    justify-content: center;
}

.wrap-list-carro-mobile {
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
}

.wrap-list-carro {
    display: none;
}

.align-icon {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.div-icon1,
.div-icon2 {
    display: flex;
    align-items: center;
    text-transform: uppercase;

    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.div-icon1 {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.div-icon2 {
    text-align: left;
}

.imgCarro {
    width: 300px;
    height: auto;
}

.align-btn-orc {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.btn-orc {
    background-color: var(--laranja);
    color: white;
    border: none;
    border-radius: var(--btn-radius);
    padding: 10px 20px;
    font-family: var(--font-family-base);
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
    white-space: pre;
    word-break: break-word;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.2;
}

.btn-orc:hover {
    background-color: #e04e1b;
}

/* About section */

.about {
    background-color: var(--bg-about-cor);
    padding: 48px 0;
    color: var(--font-color-mid);
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.div-title-about {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-block-end: 32px;
}

.title-about {
    color: #292277;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-left: 25px;

    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
}

.title-about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    /* comprimento do traço */
    height: 2px;
    /* espessura */
    background-color: #FF4C1E;
    /* o laranja da sua paleta */
}

.div-title-about h2 {
    font-family: var(--font-family-accent);
    word-break: break-word;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.div-title-about p {
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
}

.item {
    color: var(--laranja);
    font-family: var(--font-family-accent);
    word-break: break-word;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 1.2;

    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px
}

.item img {
    width: 23px;
    height: auto;
}

.item p {
    color: var(--font-color-mid);
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.about-img {
    display: flex;
    justify-content: center;
}

.loja {
    width: 310px;
    height: 250px;
    border-radius: var(--btn-radius);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.37);
}

.align-btn-agende {
    /* display: flex;
    justify-content: center; */
    margin-top: 20px;
}

/* Footer */

.footer {
    background-color: var(--bg-footer);
    padding: 30px 0 30px 0;
    color: #ffffff;
    text-align: left;
}

.align-footer {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 15px;
}

.div-logo-footer {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.logos-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.footer-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* garante responsividade */
    gap: 40px;
    /* espaço entre colunas */
}

.horario {
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.atendimento {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 15px;
}

.atendimento h3 {
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.contato-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    font-family: var(--font-family-base);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0px;
}

.clock-img {
    width: 22px;
    height: auto;
}

.local-img,
.telefone-img {
    width: 20px;
    height: auto;
}

.align-icone {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ul-footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
}

.align-itens-footer {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.align-text-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div-redes {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.redes-sociais {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 8px;
}


.icon-sociais {
    width: 32px;
    height: auto;
    transition: .4s;
}

.icon-sociais:hover {
    transform: scale(1.04);
}

.copy {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 25px;
    padding-top: 15px;
    width: 100%;
    text-align: left;

    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}



/* ----------- Tablet (768px até 1280px) ----------- */
@media screen and (min-width: 768px) {

    .wrap {
        max-width: 680px;
        padding: 0 20px 0 20px;
    }

    /* Header */

    .logo-topo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .div-btn {
        /* display: flex;
        justify-content: flex-start; */
        margin: 15px 0 0 0;
    }

    #btn-topo {
        height: 38px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
    }

    .div-header {
        display: flex;
        justify-content: space-between;
        gap: 200px;
    }


    .div-txt-header2 {
        display: flex;
        justify-content: end;
    }

    .div-align-topo2 {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .div-align-topo1,
    .div-align-topo2 {
        margin-top: 200px;
    }

    .div-txt-header1 {
        display: flex;
        gap: 30px;
        max-width: 99%;
    }

    .div-txt-header2 {
        display: flex;
        gap: 30px;
        max-width: 90%;
    }


    /* Cards Section */

    .wrapper-cards {
        max-width: 550px;
        margin: 0 auto;
    }

    .cards-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
        gap: 20px;
        padding-block: 32px;
    }

    /* Mid Section - E muito mais! */

    .blur-left,
    .blur-right {
        position: absolute;
        width: 280px;
        height: 280px;
        background: rgba(233, 81, 29, 0.8);
        border-radius: 50%;
        filter: blur(40px);
        z-index: 0;
    }

    .blur-left {
        top: 80%;
        left: -150px;
        transform: translateY(-50%);
    }

    .blur-right {
        top: 20%;
        right: -150px;
        transform: translateY(-50%);
    }

    .mid-section {
        height: auto;
        padding: 50px 0 50px 0;
    }

    .align-mid-muito p {
        max-width: 450px;
    }

    /* Mid Section Tudo carro */

    .wrap-list-carro-mobile {
        display: none;
    }

    .wrap-list-carro {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 730px;
        margin: 0 auto;
    }


    .align-icon {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .div-icon1 p,
    .div-icon2 p {
        /* max-width: 65%; */
        font-size: 12px;
    }

    .imgCarro {
        width: 320px;
        height: auto;
    }

    @media screen and (min-width: 850px) {
        .wrap-list-carro {
            display: flex;
            align-items: center;
            justify-content: center;
            max-width: 750px;
            margin: 0 auto;
        }


        .align-icon {
            display: flex;
            flex-direction: column;
            gap: 30px;
            width: auto;
        }

        .div-icon1 p,
        .div-icon2 p {
            width: auto;
            font-size: 15px;
        }

        .imgCarro {
            width: 350px;
            height: auto;
        }
    }

    /* About Section */

    .about-content {
        display: flex;
        gap: 20px;
    }

    .icons-list-mobile {
        display: none;
    }

    .about-icons {
        display: flex;
        flex-direction: row;
    }

    .align-list {
        display: flex;
        justify-content: space-between;
        gap: 20px;
    }


    .about-img {
        margin: 0;
        padding: 0;
    }

    .loja {
        width: 680px;
        height: auto;
        border-radius: var(--btn-radius);
    }

    /* .align-btn-agende {
        display: flex;
        justify-content: flex-start;
    } */

    /* Footer */

    .align-footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 100px;
    }

    .logos-footer {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
    }

    .horario {
        width: 250px;
    }

    .atendimento {
        align-items: flex-start;
        text-align: left;
    }

    .copy {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

}

/* Desktop 1280 */
@media screen and (min-width: 1280px) {
    .wrap {
        max-width: 1100px;
        padding: 0 20px 0 20px;
    }

    /* Header */

    .section-header {
        background-image: url('images/banner-header.png');
        background-size: 1920px auto;
        background-position: 20% 30%;
        background-position: center;
        padding: 0 0 30px 0;
    }

    /* Cards Section */

    .textos-cards {
        display: flex;
        flex-direction: row;
        margin-block: 32px;;
    }

    .wrapper-cards {
        max-width: 1100px;
        margin: 0 auto;
    }

    .cards-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        align-items: start;
    }

    /* Mid Section Tudo carro */

    .imgCarro {
        width: 450px;
        height: auto;
    }

    .align-icon {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .div-icon1 p,
    .div-icon2 p {
        /* max-width: 70%; */
        font-size: 15px;
    }

    /* About Section */
    .about-content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .about-sect1,
    .about-sect2 {
        max-width: 500px;
    }

    .about-img {
        margin: 0;
        padding: 0;
    }

    .loja {
        width: 500px;
        height: 350px;
        border-radius: var(--btn-radius);
    }

    /* Footer */

    .align-footer {
        gap: 500px;
    }

}

/* Monitores Maiores */
@media screen and (min-width: 1920px) {

    .wrap {
        max-width: 1600px;
        padding: 0 20px 0 20px;
    }

    /* Cards Section */

    .wrapper-cards {
        max-width: 1600px;
        margin: 0 auto;
    }

    .cards-container {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: start;
    }

    .textos-cards {
        display: flex;
        flex-direction: row;
        padding: 0;
        gap: 100px;
    }

    /* MidSection Tudo */

    .imgCarro {
        width: 500px;
        height: auto;
    }

    /* About Section */

    .about-content {
        display: flex;
        gap: 150px;
        justify-content: center;
    }

}

.bw8-credit {
    display: flex;
    gap: 8px;
    align-items: start;
    font-size: 16px;
}

.bw8-credit svg {
    width: 36px;
    fill: #fff;
}


.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1E1B3C;
    color: white;
    width: 250px;
    height: auto;
    border-radius: var(--btn-radius);
    padding: 12px 12px 12px 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

.card-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 6px;
}

.div-produto {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.produtoCard {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.div-marca {
    width: 70px;
    height: 15px;
    padding: 5px;
    background-color: white;
    border-radius: var(--btn-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

.marcaCard {
  width: 60px;
  height: auto;
  margin: 0;
}

.div-texts {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    gap: 8px;
}

.div-texts p {
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.div-texts h2 {
    font-family: var(--font-family-accent);
    word-break: break-word;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 1.2;
}

.div-precos {
    display: flex;
    flex-direction: column;
    ;
    margin: 10px 0 10px 0;
}

.div-precos div {
    display: flex;
    flex-direction: row;
    margin: 0 10px 5px 0;
}

.div-precos div p {
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
}

.span1,
.span2 {
    margin-left: 5px;
}

.span1 {
    white-space: pre;
    font-family: var(--font-family-base);
    word-break: break-word;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 1.2;
    text-decoration: line-through
}

.span2 {
    font-family: "Montserrat:SemiBold Italic", sans-serif;
    word-break: break-word;
    font-weight: 600;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0px;
}

.div-btn-adquirir {
    width: 100%;
    margin-top: auto;
    /* empurra o botão pro final do card */
    display: flex;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);
    
}

.btn-adquirir {
    width: 100%;
    padding: 10px 20px;
    margin: 0px;
    text-decoration: none;
    background-color: var(--laranja);
    color: white;
    border: none;
    border-radius: var(--btn-radius);
    font-family: var(--font-family-base);
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.24);

    white-space: pre;
    word-break: break-word;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
    line-height: 1.2;
}

.btn-adquirir:hover {
    background-color: #e04e1b;
}