@font-face {
    font-family: "Gotham";
    src: url("../css/fonts/GOTHAM-MEDIUM.TTF");
}

@font-face {
    font-family: "Gotham Book";
    src: url("../css/fonts/Gotham-Book.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gotham', sans-serif !important;
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

:root {
    --main-bg-color: #4d4d4d;
}

#contatoInfo {
    color: #fff !important;
}

/* Overlay para fundo do modal */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    /* overlay escuro */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif !important;
}

.modal {
    background: var(--main-bg-color);
    color: #fff;
    padding: 31px 23px 32px 23px;
    border-radius: 16px;
    width: 284px;
    height: auto;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    position: fixed;
    top: 0;
    margin-top: 200px;
}

.logo-modal {
    margin: 0;
}

.title-modal {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 29px;
    margin-bottom: 23px;
    font-family: "Gotham Book", Arial, sans-serif !important;

}

.subtitle-modal {
    margin-bottom: 23px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: "Gotham Book", Arial, sans-serif !important;
}

.search-container {
    position: relative;
    margin-bottom: 29px;
}

.search-container input {
    width: 100%;
    max-width: 276px;
    padding: 13px 14px 13px 14px;
    border: none;
    height: 48px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 325;
    line-height: 20px;
    color: #555555;
    font-family: "Gotham Book", Arial, sans-serif !important;
}

.search-container .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.suggestions {
    background: #fff;
    color: #000;
    border-radius: 0px 0px 8px 8px;
    text-align: left;
    max-height: 150px;
    overflow-y: auto;
    z-index: 2;
    position: absolute;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 325;
    max-width: 276px;
    font-family: "Gotham Book", Arial, sans-serif !important;

    .extra-service-list {
        display: none;
        flex-direction: column;
        max-height: 400px;
        /* Limita a altura da lista extra */
        overflow-y: auto;
        /* Adiciona rolagem interna se passar do limite */
        margin-bottom: 24px;
    }

    @media (min-width: 1024px) {
        .extra-service-list {
            grid-template-columns: 1fr 1fr 1fr;
            justify-items: center;
            max-height: 350px;
            /* Limite menor para desktop, ajuste se necessário */
            overflow-y: auto;
        }
    }

    top: 42px;
}

.suggestions div {
    padding: 8px 10px;
    cursor: pointer;
    border-bottom: 0.7px solid #a09b9b;
    margin-left: 0;
    margin-right: 9px;
    font-family: "Gotham Book", Arial, sans-serif !important;
}

.suggestions div:hover {
    background: #eee;
}

.not-found {
    background: #fff;
    color: #000;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    font-family: "Gotham Book", Arial, sans-serif !important;
    top: 42px;
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    text-align: left;
    font-weight: 325;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
}

.confirm-btn {
    background: #fcd200;
    color: #000;
    padding: 7px;
    border: none;
    font-weight: bold;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    width: 209px;
    height: 34px;
    border-radius: 8px;
    font-weight: 350;
    line-height: 8px;
    margin-bottom: 16px;
    font-family: "Gotham", Arial, sans-serif !important;
}

.confirm-btn:disabled {
    background: #bebebe;
    cursor: not-allowed;
    color: #898989;
}

.confirm-btn.confirm-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222222;
    color: #ffffff;
    font-family: "Gotham", Arial, sans-serif !important;
    text-decoration: none;
}

.contato {
    color: #ffffff;
    font-weight: 350;
    font-size: 12px;
    line-height: 20px;
    font-family: "Gotham", Arial, sans-serif !important;
}

.container-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-lp {
    display: none;
}

.icon-container {
    margin-right: 10px;
}

.icon-container>svg {
    height: 14px;
    width: 14px;
}

#cityInput:focus,
#cityInput:focus-visible {
    outline: none;
    box-shadow: none;
}

@media (min-width: 758px) {
    .modal {
        width: 569px;
        border-radius: 16px;
    }

    .title-modal {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .subtitle-modal {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .search {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .search-container {
        width: 404px;
    }

    .search-container input {
        font-size: 16px;
        width: 100%;
        max-width: none;
    }

    .suggestions {
        max-width: none;
    }

    .suggestions,
    .suggestions>div {
        margin-left: 0;
    }

    .confirm-btn {
        height: 40px;
    }

    .icon-container>svg {
        height: 22px;
        width: 22px;
    }

    .contato {
        font-size: 13px;
    }
}


:root {
    --yellow: #FFD400;
    --black: #000000;
    --white: #ffffff;
}

body {
    margin: 0 auto;
    background-color: var(--black);
    max-width: 1920px;
}

header {
    display: flex;
    flex-direction: column;
    padding: 8px 0 24px;
    align-items: center;
    position: fixed;
    background-color: #000000;
    width: 100%;
    max-width: 1920px;
    z-index: 9999;
}

header .logo-campneus {
    width: 200px;
    margin-bottom: 16px;
}

header .container-btns::before {
    content: "Ligue agora";
    color: #FFFFFF;
    align-self: center;
}

.template-lp {
    /*/display: none;*/
    margin: 0;
    background: var(--black);
    color: var(--white);
}

.container-btns {
    gap: 4px;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.call-me-button {
    background: #FED100;
    color: #000000;
    border-radius: 4px;
    padding: 12px 0;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 500;
    gap: 5px;
    max-height: 44px;
}

.lp-pirelli-banner {
    margin: 40px 0 24px;
}

.lp-pirelli-banner-mob {
    width: 100%;
}

.call-whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #25D366;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 12px 0;
    width: 240px;
    text-decoration: none;
    gap: 5px;
    font-size: 16px;
    height: 44px;
    margin-top: 16px;
}

.banners {
    padding-top: 146px;
    max-width: 1920px;
    width: 100vw;
}

#banner-desk {
    display: none;
}

#banner-mobile {
    width: 100%;
}

.lp-pirelli-banner {
    justify-content: center;
    display: flex;
}

.lp-pirelli-banner .lp-pirelli-banner-desk {
    display: none;
}

#plus-sign {
    display: flex;
    justify-self: center;
    height: 24px;
    width: 24px;
    margin: 8px 0;
}

.products {
    text-align: left;
    padding: 40px 24px;
    position: relative;
}

.parts {
    text-align: left;
    padding: 40px 9px;
    padding-bottom: 0;
    position: relative;
}

.products h2 {
    margin-bottom: 40px;
    font-weight: 350;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    vertical-align: bottom;
}


.parts h2 {
    margin-bottom: 0;
    font-weight: 350;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    vertical-align: bottom;
}

.product-list {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
}

.product,
.part {
    border-radius: 16px;
    max-width: 330px;
    max-height: 558px;
}

.product img {
    width: 100%;
    border-radius: 16px;
}

.part img {
    width: 100%;
    border-radius: 16px;
}

.product p {
    justify-self: left;
}

.part p {
    justify-self: left;
}

.product,
.part,
.description {
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.32px;
    font-weight: 350;
    font-family: 'Arial' !important;
    margin-bottom: 8px;
}


.brand {
    font-weight: 350;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #FED100;
    padding: 14px 0 14px;
    text-align: left;

}

.de {
    font-size: 14px;
    line-height: 26px;
    font-weight: 350;
    letter-spacing: 0.44px;
    text-decoration: line-through;
    color: #A9A9A9;
}

.por {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    font-weight: 350;
    color: #fed100;
    margin-bottom: 14px;
}

.por>span {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.44px;
    font-weight: 600;
}

.sizes {
    display: none !important;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2%;
    vertical-align: bottom;
    margin-bottom: 8px;
}

.call-specialist-container {
    display: grid;
    justify-content: center;
    margin-top: 0px;
}

.call-specialist-container .container-btns {
    justify-content: center;
    align-items: center;
}

.call-me-label {
    display: none;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.02em;
    vertical-align: bottom;
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
}

.services {
    padding: 33px 24px;
    text-align: center;
}

.services h2 {
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    font-style: Ultra;
    font-size: 32px;
    text-align: center;

}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.service {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service p {
    line-height: 20px;
    margin-top: 8px;
    text-align: center;
    font-family: 'Arial' !important;
}

#free-service {
    position: relative;
}

#free-service::before {
    content: url(../img/free-icon.png);
    position: absolute;
    left: 0;
}

.service img {
    margin-bottom: 12px;
}

strong {
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2%;
    text-align: center;
    vertical-align: middle;
    height: 56px;
    align-content: center;
}

.see-more-services {
    display: flex;
}

.see-more-services,
.see-less-services {
    justify-content: center;
    gap: 16px;
    align-items: center;
}

#see-more,
#see-less {
    height: 24px;
    margin: 40px 0;
}

.see-more-services p,
.see-less-services p {
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 2%;
    text-align: center;
}

.benefits-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 28px;
}

.benefit-card img {
    width: 100%;
    max-height: 100px;
}

.service-highlight {
    background: #000;
    color: #fff;
    padding: 24px;
    text-align: center;
}

.service-highlight h2 {
    font-size: 20px;
    font-weight: bold;
}

.extra-service-list {
    display: grid;
    flex-direction: column;
}

.service-list .service:nth-child(2),
.service-list .service:nth-child(3) {
    display: none;
}

.service-list-mobile {
    display: none;
}

.see-less-services {
    display: none;
}

.icon-car {
    font-size: 48px;
    margin: 12px 0;
}

footer {
    background: #0a0a0a;
    padding: 24px 16px;
    font-size: 12px;
    text-align: center;
    width: 99vw;
    max-width: 1920px;
}

footer p {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.17px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
}

.footer-info-txt {
    display: flex;
    flex-direction: column;
    font-family: "Gotham Book", Arial, sans-serif !important;
    justify-content: left !important;
}

footer .logo-campneus {
    width: 200px;
}

.footer img {
    max-height: 40px;
    margin-bottom: 12px;
}

.footer .social-icons img {
    width: 24px;
    margin: 0 8px;
}

.footer-copy {
    font-size: 12px;
    margin-top: 16px;
}

.footer-about-txt {
    font-size: 14px;
    text-align: center;
    font-weight: 350;
    line-height: 18px;
    font-family: 'Arial' !important;
}

.footer-title-social-media {
    font-size: 20px;
    justify-content: center;
}

footer .logo-campneus {
    margin: 24px 0;
}

#online-store {
    background: #FED100;
    color: #000000;
    border-radius: 4px;
    padding: 8px 0;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.footer-button {
    display: flex;
    justify-content: center;
    margin: 24px 40px;
}

.banner-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
}

.banner-slide {
    display: none;
    width: 100%;
    transition: opacity 0.5s;
}

.banner-slide.active {
    display: block;
}

.call-service {
    margin-top: 0;
}

.banner-prev,
.banner-next {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: #fff;
    border: none;
    font-size: 32px;
    padding: 8px 16px;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
}

.banner-prev {
    left: 16px;
}

.banner-next {
    right: 16px;
}

.banner-desk {
    display: none;
    width: 100%;
}

.banner-mobile {
    display: block;
    width: 100%;
}

.call-specialist-container>.container-btns>.call-whatsapp {
    min-height: 44px;
}

.link-contato {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.title-desktop {
    display: none;
    margin-bottom: 0;
}

.title-mobile {
    display: block;
    margin-bottom: 0;
}

.footer-social-media {
    margin-bottom: 18px;
}

.text-phone {
    display: none;
}

/*Slider */

.container-slider-service,
.container-slider-product,
.container-slider-parts {
    display: flex;
    justify-content: center;
    position: relative;
}


.product-list.slider {
    display: flex;
    flex-direction: row !important;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    row-gap: 0 !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
}

.product-list.slider .product {
    box-sizing: border-box;
    transition: transform 0.3s;
    max-width: 300;
}


.part-list.slider {
    display: flex;
    flex-direction: row !important;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    row-gap: 0 !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
}

.part-list.slider .part {
    box-sizing: border-box;
    transition: transform 0.3s;
    max-width: 300;
}

.slider-nav,
.slider-nav-product,
.slider-nav-parts {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    max-width: 1440px;
    width: 100vw;
}

.slider-nav button {
    pointer-events: all;
    background: #FED100;
    border: none;
    font-size: 2rem;
    padding: 0.5em 1em;
    border-radius: 50%;
    cursor: pointer;
}

.slider-nav-product button {
    pointer-events: all;
    background: #FED100;
    border: none;
    font-size: 2rem;
    padding: 0.5em 1em;
    border-radius: 50%;
    cursor: pointer;
}

.slider-nav-parts button {
    pointer-events: all;
    background: #FED100;
    border: none;
    font-size: 2rem;
    padding: 0.5em 1em;
    border-radius: 50%;
    cursor: pointer;
}

.slider-wrapper {
    max-width: 1110px;
    margin: 0 auto;
    overflow: hidden;
}

.slider-wrapper-product,
.slider-wrapper-parts {
    max-width: 1178px;
    margin: 0 auto;
    overflow: hidden;
}

.slider-container,
.slider-container-product,
.slider-container-parts,
.slider-container-new-product {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.slider-container-new-product {
    flex-direction: column;
}

.slider-item,
.slider-item-product,
.slider-item-parts,
.slider-item-new-product {
    flex: 0 0 100%;
}

.slider-item-new-product :first-child {
    padding-top: 0 !important;
}

.slider-item-new-product {
    padding: 25px 0px;
}

.slider-container-new-product .slider-item-new-product :last-child {
    padding-bottom: 0 !important;
}

.slider-item-new-product .part>img {
    margin-bottom: 40px !important;
}

.slider-item-new-product .part .brand {
    letter-spacing: 0 !important;
}

@media (min-width: 768px) {

    .slider-item,
    .slider-item-product,
    .slider-item-parts,
    .slider-item-new-product {
        flex: 0 0 50%;
        padding: 0;
        /* tablet: 2 por vez */
    }


}

@media (min-width: 1024px) {
    .slider-item {
        flex: 0 0 33.5%;
        /* desktop: 4 por vez */
    }

    .slider-item-parts,
    .slider-item-new-product {
        flex: 0 0 34%;
    }

    .slider-item-product {
        flex: 0 0 25%;
        /* desktop: 4 por vez */
    }
}

/* Botões */
.slider-nav,
.slider-nav-product {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.slider-nav button {

    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    background: unset;
}

.slider-nav-product button {

    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    background: unset;
}

.slider-nav-parts button {

    color: #fff;
    border: none;
    padding: 8px 14px;
    cursor: pointer;
    background: unset;
}

.sliderNext {
    transform: rotate(180deg);
}

.sliderNext-product {
    transform: rotate(180deg);
}

.sliderNext-parts {
    transform: rotate(180deg);
}

/* Dots */
.dots-service,
.dots-product,
.dots-parts {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 19px;
}

.dots-service .dot-service {
    border: none;
    background: unset;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #fff;
}

.dots-service .dot-service.active {
    background: #fff;
}


.dots-product .dot-products {
    border: none;
    background: unset;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #fff;
}

.dots-product .dot-products.active {
    background: #fff;

}

.dots-parts .dot-parts {
    border: none;
    background: unset;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    cursor: pointer;
    transition: background 0.3s;
    border: 1px solid #fff;
}

.dots-parts .dot-parts.active {
    background: #fff;
}

.part .benefits {
    margin: 40px 0 14px;
    text-align: left;
    letter-spacing: 0;
    font-family: 'Arial' !important;
}

.part hr {
    border: none;
    height: 2px;
    background-color: #fcd100;
    width: 100%;
}

.font-weight-700 {
    font-weight: 700;
}

/* Esconder setas no mobile */
@media (max-width: 767px) {

    .slider-nav,
    .slider-nav-product,
    .slider-nav-parts {
        display: none;
    }

}

@media (min-width: 1024px) {
    .slider-container-new-product {
        flex-direction: row;
    }

    .slider-nav-parts {
        display: none;
    }

    .dots-product,
    .dot-service,
    .dot-parts {
        display: none;
    }

    .product-list.slider {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        margin: 0 auto !important;
    }

    .product-list.slider .product {
        min-width: 25%;
    }

    .part-list.slider {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        margin: 0 auto !important;
    }

    .part-list.slider .part {
        min-width: 25%;
    }

    .content-page {
        max-width: 1440px;
    }
}

@media (min-width: 1024px) {
    .banner-desk {
        display: block;
    }

    .banner-mobile {
        display: none;
    }
}

@media (min-width: 1024px) {
    footer {
        display: flex;
        justify-content: center;
    }

    header {
        flex-direction: row;
        padding: 24px 80px;
        justify-content: space-between;
        align-items: end;
    }

    header .logo-campneus {
        width: 420px;
        margin: 0;
    }

    header .container-btns::before {
        display: none;
    }

    .container-btns-phone {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .text-phone {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 350;
    }

    .container-btns {
        flex-direction: row;
        height: auto;
        gap: 24px;
    }

    .call-service {
        margin-bottom: 0;
        margin-top: 0;
    }

    .template-lp {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .banners {

        padding-top: 116.18px;
    }

    #banner-mobile {
        display: none;
    }

    #banner-desk {
        display: block;
        width: 100%;
    }


    .lp-pirelli-banner-mob,
    .lp-main-banner .lp-banner-mob {
        display: none;
    }

    .lp-pirelli-banner .lp-pirelli-banner-desk {
        display: flex;
        margin: 64px 0px;
        max-width: 100%;
    }

    .product-list {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 80px 0;
    }

    .product {
        max-width: 268px;
        max-height: 521px;
        padding: 0;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .part {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 16px 0;
    }

    .part {
        max-width: 268px;
        max-height: 521px;
        padding: 0;
        margin-top: 12px;
        margin-bottom: 20px;
    }


    .brand {
        font-size: 22px;
        height: 76px;
    }

    .part .brand {
        font-size: 20px;
        height: auto;
    }

    .brand-title {
        padding-bottom: 0;
    }


    .call-me-label {
        font-size: 32px;
    }

    .benefits-container {
        grid-template-columns: 1fr 1fr 1fr;
        padding: 40px 80px;
        justify-items: center;
    }

    .benefit-card img {
        max-width: fit-content;
    }

    .benefit-card {
        padding: 12px;
    }

    .services h2 {
        font-weight: 350;

    }

    .service-list {
        flex-direction: row;
        justify-content: space-around;
    }

    .extra-service-list {
        grid-template-columns: 1fr 1fr 1fr;
        justify-items: center;
    }

    .service-list .service:nth-child(2),
    .service-list .service:nth-child(3) {
        display: flex;
    }

    .footer-about-txt {
        text-align: left;
    }

    .parts {
        padding: 40px 16px;


    }

    .service {
        max-width: 328px;
    }

    .products {
        padding: 40px 16px;
    }

    footer hr {
        margin: 0 auto;
        border-color: #FED100;
    }

    .call-whatsapp {
        min-height: 44px;
        margin-top: 0;
    }

    #online-store {
        height: 44px;
    }

    .call-specialist-container.call-service {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .footer-title-social-media {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .footer-social-media {
        margin-bottom: 25px;
    }

    footer p {
        line-height: 24px;
        justify-content: left;
    }

    .title-desktop {
        display: block;
    }

    .title-mobile {
        display: none;
    }

    .banners-two-container {
        margin-bottom: 50px;
    }
}