html,
body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;

    background: #000000;
    background: linear-gradient(45deg, rgba(0, 0, 0, 1) 65%, rgba(51, 49, 14, 1) 100%);

}

* {
    outline: none;
    box-sizing: border-box;

}

a {
    text-decoration: none;
    color: #fff;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

:root {
    --primary: #FFF112;
}

button {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

.color-primary {
    color: var(--primary);
}

.color-white {
    color: #fff;
}

.top-bar {

    background: #000;
    background: linear-gradient(45deg, rgba(51, 49, 14, 1) 0%, rgba(0, 0, 0, 1) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999999;
}

.logo-top-bar {
    width: 90px;

}

.btn-ligue-ja {
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    padding: 12px 56px;
    color: #fff;
}

.texto-banner {
    margin: 0;
    line-height: 65px;
    letter-spacing: -3px;
    text-align: left;
    font-size: 60px;
    text-shadow: none;
    opacity: 1;
    z-index: 1;
    font-weight: 900;
    width: 600px;
    color: #fff;
}

.p-aqui {
    width: 760px;
    font-weight: 600;
    color: #fff;
}

.banner {
    padding: 28px 0;
}

.bnt-orcamento-rapido {
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    padding: 12px 56px;
    background-color: #7FEF00;
    border: 1px solid #7FEF00;
    color: #fff;
}

.pneus-marcas {
    display: flex;
    justify-content: start;
    align-items: end;
    width: 900px;
    position: relative;
}

.pneus-banner {
    margin: 0px 0 0 -40px;
    width: 500px;
}

.marcas-banner {
    position: absolute;
    left: 460px;
    bottom: 50px;
    width: 100%;
}

.separador {
    height: 50px;
    width: 100%;
    background-color: var(--primary);
}

.texto-promocoes {
    margin: 0 auto;
    line-height: 65px;
    letter-spacing: -3px;

    font-size: 60px;
    text-shadow: none;
    opacity: 1;
    z-index: 1;
    font-weight: 900;
    width: 800px;
    color: #fff;
}

.swiper {
    width: 100%;
    height: auto;
}

.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%;
    object-fit: contain;
}

.container-pneus {
    width: 80%;
    margin: 0 auto;
}

.pneus {
    display: flex;

}

.pneus-swiper {
    width: 50%;
}

.ganhe {
    width: 70%;
    padding: 60px 12px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.footer {
    background-color: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    color: #fff;
    padding: 50px 0;
}

.footer-mumeros {
    display: flex;
    gap: 24px;
}

.float {
    position: fixed;
    z-index: 999999;
    right: 46px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn-tel {
    background-color: red;
    bottom: 132px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 0, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(255, 0, 0, 1);
    box-shadow: 0px 0px 30px 0px rgba(255, 0, 0, 1);
}

.btn-wapp {

    background-color: #7FEF00;
    bottom: 46px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(127, 239, 0, 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(127, 239, 0, 1);
    box-shadow: 0px 0px 30px 0px rgba(127, 239, 0, 1);
}

@media screen and (max-width: 600px) {

    html,
    body {
        margin: 0;
        padding: 0;
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        width: 100%;
        background: #000000;
        background: linear-gradient(45deg, rgba(0, 0, 0, 1) 0%, rgba(51, 49, 14, 1) 100%);
        overflow-x: hidden;
    }

    * {
        outline: none;
        box-sizing: border-box;

    }

    .container {
        width: 100%;

    }

    :root {
        --primary: #FFF112;
    }

    button {
        background-color: var(--primary);
        border: 1px solid var(--primary);
    }

    .color-primary {
        color: var(--primary);
    }

    .color-white {
        color: #fff;
    }

    .top-bar {

        background: #33310E;
        background: linear-gradient(45deg, rgba(51, 49, 14, 1) 0%, rgba(0, 0, 0, 1) 100%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 0;
        z-index: 999999;
        width: 100%;
        padding: 2px 8px;
    }

    .logo-top-bar {
        width: 90px;

    }

    .btn-ligue-ja {
        font-size: 24px;
        font-weight: 600;
        border-radius: 20px;
        padding: 8px 36px;
    }

    .texto-banner {
        margin: 0;
        line-height: 45px;
        letter-spacing: -3px;
        text-align: left;
        font-size: 40px;
        text-shadow: none;
        opacity: 1;
        z-index: 1;
        font-weight: 900;
        width: 100%;
        color: #fff;
        padding: 0px 24px;
    }

    .p-aqui {
        width: 100%;
        font-weight: 600;
        color: #fff;
        padding: 0px 24px;
    }

    .banner {
        padding: 16px 4px;
        width: 100%;
    }

    .bnt-orcamento-rapido {
        font-size: 24px;
        font-weight: 600;
        border-radius: 20px;
        padding: 12px 56px;
        background-color: #7FEF00;
        border: 1px solid #7FEF00;
        color: #fff;

    }

    .btn-banner {
        width: 90%;
        margin-left: 5%;

    }

    .pneus-marcas {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        width: 100%;

    }

    .pneus-banner {

        width: 100%;
    }

    .marcas-banner {
        position: relative;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

    .separador {
        height: 20px;
        width: 100%;
        background-color: var(--primary);
    }

    .texto-promocoes {
        margin: 0 auto;
        line-height: 45px;
        letter-spacing: -3px;

        font-size: 40px;
        text-shadow: none;
        opacity: 1;
        z-index: 1;
        font-weight: 900;
        width: 100%;
        color: #fff;
    }

    .swiper {
        width: 100%;
        height: auto;
    }

    .swiper-slide {
        width: 100%;
        text-align: center;
        font-size: 18px;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;

        width: 100%;
        object-fit: contain;
    }

    .container-pneus {
        width: 100%;
        margin: 0 auto;
    }

    .pneus {
        display: flex;
        flex-direction: column;

    }

    .pneus-swiper {
        width: 100%;
    }

    .img-na-compra {
        width: 100%;
    }

    .ganhe {
        width: 100%;
        padding: 60px 12px;

        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 50px;
    }

    .footer {
        background-color: #121212;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        color: #fff;
        padding: 50px 0;
        flex-direction: column;
    }

    .footer-mumeros {
        display: flex;
        gap: 24px;
    }

    iframe {
        width: 100%;
    }

    .btn-tel {
        background-color: red;
        bottom: 112px;
        right: 16px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(255, 0, 0, 1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(255, 0, 0, 1);
        box-shadow: 0px 0px 30px 0px rgba(255, 0, 0, 1);
    }

    .btn-wapp {
        right: 16px;
        background-color: #7FEF00;
        bottom: 26px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(127, 239, 0, 1);
        -moz-box-shadow: 0px 0px 30px 0px rgba(127, 239, 0, 1);
        box-shadow: 0px 0px 30px 0px rgba(127, 239, 0, 1);
    }

}