:root {
    --bg: #FFF112;

}

html,
body {
    background-color: #F9FAFB !important;
    height: 100vh;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


a {
    text-decoration: none !important;
    color: #1a1a1a !important;
    cursor: pointer;
}

.top {
    height: 36px;
    background-color: var(--bg);
}

.header-logo {
    height: 95px;
    background-color: #1A1A1A;
    display: flex;
    justify-content: start;
    align-items: center;
    position: sticky;
    top: -1px;
    z-index: 999999999;
}

.btn-header {
    background-color: var(--bg);
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.home {
    background-color: #252525;
    margin-top: -1px;
    background-image: url('../images/bg-pneus2.png');
    background-size: 100%;

}

.titulo {
    line-height: 70px;
    letter-spacing: 0px;
    text-align: left;
    font-size: 3rem;
    text-shadow: none;
    opacity: 1;
    z-index: 1;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
}

* {
    font-family: "Roboto", sans-serif;
}

.acao-web {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.acao-mobile {
    display: none;
    justify-content: start;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.btn-solicitar-orcamento {
    border: none;
    background-color: var(--bg);
    padding: 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-ligar {
    border: 2px solid var(--bg);
    background-color: transparent;
    padding: 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 300;
    font-size: 20px;
    color: var(--bg);
    letter-spacing: 1px;
}

.banner-home {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding-bottom: 40px;
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row; */

}

.mercado {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--bg);
    width: fit-content;
    padding: 4px 16px;
    box-sizing: border-box;
    border-radius: 20px;
    color: #1a1a1a;
    margin-top: 50px;
}


.img-pneu-14 {
    width: 100%;
}

.servicos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 70px;
}

.card-serviços {
    padding: 20px;
    width: 30%;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;

}

.icon-card {
    background-color: var(--bg);
    width: 60px;
    height: 60px;
    font-size: 30px;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.shadow-card {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
        0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

h3 {
    font-weight: 700 !important;
    letter-spacing: 1px;
}


.agendar-servico {
    display: flex;
    justify-content: center;
    margin: 40px;
}

.marcas {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 4px solid var(--bg);
    padding-top: 50px;
}

.lojas-porque {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

.lojas-home {
    width: 50%;
}

.porque {
    width: 50%;
}

.numeros {
    font-weight: 900 !important;
}

.whatsapp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    background-color: #000000d0;
    display: none;
}

.whatsapp>div {
    width: 350px;
    background-color: #fff;
    height: 100vh;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 0px;
    overflow-y: auto;
}

.tels {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    background-color: #000000d0;
    display: none;
}

.tels>div {
    width: 350px;
    background-color: #fff;
    height: 100vh;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 0px;
    overflow-y: auto;
}

.lista {
    padding: 16px 0;
    border-bottom: 1px solid #f1f1f1;
    display: flex;

    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.acao-mobile-float {
    position: fixed;
    bottom: 50px;
    right: 50px;
}

.acao-mobile-float>span {
    width: 50px;
    height: 50px;
    font-size: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .banner-home {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 20px;
        box-sizing: border-box;
    }

    .img-pneu-14 {
        width: 50%;
        margin-top: 20px;
    }

    .card-serviços {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 20px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        gap: 20px;

    }

    .acao {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        margin-top: 20px;
    }

    .acao-web {
        display: none;
        justify-content: start;
        align-items: center;
        gap: 20px;
        margin-top: 50px;
    }

    .acao-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        margin-top: 20px;
    }

    .btn-solicitar-orcamento {
        border: none;
        background-color: var(--bg);
        padding: 8px 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        box-sizing: border-box;
        border-radius: 8px;
        font-weight: 600;
        font-size: 20px;
        width: 100%;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    }

    .btn-ligar {
        border: 2px solid var(--bg);
        background-color: transparent;
        padding: 8px 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        box-sizing: border-box;
        border-radius: 8px;
        font-weight: 300;
        font-size: 20px;
        color: var(--bg);
        letter-spacing: 1px;
        width: 100%;
    }

    .servicos {
        margin-top: 40px;
    }

    .titulo {
        line-height: 54px;
    }

    .mercado {
        font-size: 16px;
        font-weight: 600;
        background-color: var(--bg);
        width: fit-content;
        padding: 4px 16px;
        box-sizing: border-box;
        border-radius: 20px;
        color: #1a1a1a;
        margin-top: 10px;
    }

    .lojas-porque {
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-direction: column;
        gap: 30px;
        padding: 0 14px;
        box-sizing: border-box;
    }

    .lojas-home {
        width: 100%;
    }

    .porque {
        width: 100%;
    }

    .whatsapp {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999999999;
        background-color: #000000d0;
        display: none;
    }

    .whatsapp>div {
        width: 100%;
        background-color: #fff;
        height: 100vh;
        padding: 24px;
        box-sizing: border-box;
        border-radius: 0px;
        overflow-y: auto;
    }

    .tels {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999999999;
        background-color: #000000d0;
        display: none;
    }

    .tels>div {
        width: 100%;
        background-color: #fff;
        height: 100vh;
        padding: 24px;
        box-sizing: border-box;
        border-radius: 0px;
        overflow-y: auto;
    }

    .acao-mobile-float {
        position: fixed;
        bottom: 30px;
        right: 30px;
        flex-direction: column;
        z-index: 999999;
    }

    .acao-mobile-float>span {
        width: 50px;
        height: 50px;
        font-size: 30px;
        cursor: pointer;
    }
}



footer {
    text-align: center;
    background-color: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    height: 150px;
    color: #fff;
    margin-top: 70px;
    box-sizing: border-box;

}




.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
}