*{
    font-family: 'Montserrat', sans-serif;
}
html{
    font-size: 16px;
}
a{
    color: inherit !important;
    text-decoration: none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0 !important;
}
.container-main{
    background-image: url('https://pneus-de-van-em-limeira.redetspneus.com.br/assets/images/t-asfalto.webp');
    background-size: cover;
}

.black-t{
    height: 48px;
    background-color: #000;
    width: 100%;
    border-bottom: 3px #FFDC00 solid;
}
.header{
    background-image: url('https://pneus-de-van-em-limeira.redetspneus.com.br/assets/images/t-asfalto.webp');
    background-size: cover;
    font-style: italic;
}
.header img{
    display: block;
    margin: auto;
    padding-top: 32px;
    width: 80%;
    max-width: 200px;
}
.header h3{
    font-weight: 600;
    color: #fff
}
.header h2{
    color: #FFDC00;
    font-weight: 800;
    font-size: 4rem;
}
.header-texts{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
}
.container-van{
    background-image: url('https://pneus-de-van-em-limeira.redetspneus.com.br/assets/images/van.webp');
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: 18%;
    position: relative;
}
.container-van h3{
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
}
.container-van h2{
    color: #FFDC00;
    font-weight: 900;
    line-height: 1.1;
    font-size: 2.4rem;
}
.container-van-txt{
    font-style: italic;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
.container-ofertas{
    padding: 32px 0 32px 0;
}
.img-oferta{
    display: block;
    margin: auto;
    width: 50%;
    height: auto;
}
.img-whats{
    height: 32px;
    width: 32px;
}
.container-pneu h3{
    font-weight: 800;
}
.container-pneu h6{
    font-weight: 800;
}
.container-pneu{
    margin: 42px auto 42px auto;
    color: #fff;
    max-width: 320px;
}
.h2-y{
    color: #FFDC00;
    font-weight: 800;
    font-style: italic;
    font-size: 2rem;
    text-align: center;
}
.h2-w{
    color: #fff;
    font-weight: 800;
    font-style: italic;
    font-size: 2rem;
    text-align: center;
}
.footer-mob{
    background-color: #000;
    padding: 48px 0 48px 0;
    color: #fff;
}
.footer-mob p{
    text-align: center;
    font-weight: 700;
    margin-top: 16px;
}
.footer-mob h6{
    text-align: center;
    font-weight: 700;
    margin-top: 16px;
}
.logo-footer{
    width: 75%;
    max-width: 160px;
    margin: 32px auto 32px auto;
    display: block;
}
.container-rs{
    padding-bottom: 32px;
}
.container-rs h5{
    color: #fff;
    font-weight: 700;
}
.container-face-insta{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
}
.container-mapa{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.f-footer{
    border-top: 3px #FFDC00 solid;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 16px
}
.f-footer p{
    font-size: 0.5rem;
    font-weight: 300;
}

.f-footer img{
    width: 64px;
    height: auto;
}
.footer-desk{
    display: none;
}

@media (min-width: 1024px) {
    .footer-mob{
        display: none;
    }
    .footer-desk{
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000;
        color: #fff;
        padding: 32px 64px 32px 64px;
    }
    .f-footer {
        padding: 32px;        
    }
    .f-footer p{
        font-size: 1rem;
    }
    .f-footer img{
        width: 132px;
    }
    .header img{
        margin: unset;
    }
    .header{
        display: flex;
        justify-content: center;
        gap: 32px;
        align-items: center;
        padding: 16px 0 38px 0;
    }
    .container-van-txt{
        width: unset;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
        left: 65%;
    }
    .container-van-txt h3{
        font-size: 2rem;
    }
    .container-van-txt h2{
        font-size: 4rem;
    }
    .container-ofertas{
        display: flex;
        margin-top: -124px;
        position: relative;
        z-index: 999;
    }
    .img-oferta{
        width: 80%;
    }
    .h2-y {
        font-size: 4.5rem;;
    }
    .h2-w {
        font-size: 4.5rem;
    }
    .logo-footer{
        display: none;
    }
    .container-rs{
        padding: 48px 0 48px 0;
        display: flex;
        justify-content: center;
        gap: 32px;
    }
    .svg-insta{
        height: 64px;
        width: 64px;
    }
    .svg-whats{
        height: 64px;
        width: 64px;
    }
    .container-rs h5{
        font-size: 3rem;
    }
    .container-face-insta{
        justify-content: unset;
    }
}