@media(max-width:768px) {
    section {
        padding: 30px 0;
    }
    div#nav-menu {
        background: rgba(0, 0, 0, 0.65);
        z-index: 2;
    }
    li.nav-item+li.nav-item {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .navbar-light .navbar-nav .nav-link {
        color: #f2f2f2;
    }
    .display-5 {
        font-size: 1.5rem;
    }
    .h3,
    h3 {
        font-size: 1.25rem;
    }
    .sobre .text-content .display-3 {
        font-size: 2.5rem;
        letter-spacing: 3px;
        margin-top: -20px;
        zoom: 0.95;
        margin-bottom: 30px;
    }
    .sobre .text-content h3::after {
        margin-top: 5px;
    }
    .sobre .funcionamento h1 {
        font-size: 1.8rem;
        text-align: center;
        line-height: 2rem;
        letter-spacing: 1px;
        position: relative;
    }
    .sobre .funcionamento h1::after {
        zoom: 0.65;
        position: absolute;
        top: 41px;
        right: 60px;
    }
    .sobre .funcionamento h1::before {
        zoom: 0.65;
        position: absolute;
        left: 60px;
        top: 50px;
    }
    .h4,
    h4 {
        font-size: 1.15rem;
    }
    .sobre .funcionamento h4 {
        padding: 24px 15px 16px;
    }
    .sobre .passos>div:not(:last-child)::after {
        left: 0;
        top: unset;
        bottom: -40px;
        left: 0;
        content: '';
        max-width: 100%;
        object-fit: contain;
        background: url('/assets/imagens/big-line.png');
        height: 10px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .sobre .passos>div {
        margin-bottom: 60px !important;
    }
    .sobre .passos>div:last-child {
        margin-bottom: 0 !important;
    }
    .sobre .passos {
        padding-bottom: 50px;
    }
    .owl-carousel.owl-drag .owl-item {
        padding: 0 50px;
    }
    .produtos .acessorios {
        padding: 30px 0;
    }
    section.produtos {
        padding-bottom: 0;
        border-bottom: 4px solid #efefef;
        padding-top: 15px;
    }
    .produtos .vestidos h4,
    .produtos .acessorios h4 {
        margin: 10px 0 40px !important;
    }
    .contact ul {
        padding-top: 25px;
    }
    .instagram {
        white-space: normal;
    }
    .instagram .ib-item {
        width: 32.63333%;
    }
    footer>div.container {
        padding: 0 30px;
    }
    footer>div>* {
        flex-basis: 40%;
    }
    footer>div>img {
        max-width: 120px;
    }
    svg#LinceWeb {
        width: 45px !important;
    }
    footer ul li{
        line-height: 1.15rem;
        margin-bottom: 5px;
    }
    
}