@media (max-width: 480px) {

    .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: #fdc400;
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }

    .bg-body-tertiary {
        --bs-bg-opacity: 1;
        background-color: rgb(248 249 250 / 0%) !important;
    }

    .navbar-nav {
        text-align: center;
        font-size: 18px;
        margin-left: 0em;
        font-weight: 600;
    }

    .section-desc-produtos img {
        width: 380px;
        height: auto;
    } 

    .menu-topo {
        background-color: #FDC400;
        height: 120px;
    }

    .col-lg-1 {
        display: none;
    }

    #col-mobile {
        display: none;
    }

    .logomarca {
        margin-top: 0em;
    }

    .navbar-brand {
        margin-left: 2em;
    }

    .conteudo-slide {
        padding-left: 5em;
        padding-top: 10em;
    }

    .btn-body {
        background-color: #43266C;
        color: #ffffff;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        border-radius: 4px;
        text-decoration: none;
    }

    .btn-body-contato {
        background-color: #43266C;
        color: #ffffff;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0.5em;
        width: 140px;
        padding-right: 0.5em;
        border-radius: 4px;
        text-decoration: none;
    }

    .btn-body2 {
        background-color: #FDC400;
        color: #43266C;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 500;
    }

    #divcatalogo {
        background-color: #43266C; 
        padding-top: 0.5em; 
        padding-bottom: 0.5em; 
        text-align: left; 
        padding-left: 0.5em;
    }

    #divnewsletter {
        display: none;
    }



    .section-conteudo-contato {
        display: none;
    }


    .section-entreContato-mobile {
        width: 100%;
        background-color: #FFF4CF;
        padding-top: 3em;
        padding-bottom: 3em;
    }
    
    .section-entreContato-mobile h1{
        color: #43266C;
        font-weight: 700;
        font-size: 56px;
    }

    #imgmobile {
        width: 100%;
    }

    .col-lg-2 {
        display: none;
    }

    .col-mobile {
        display: none;
    }

    hr {
        display: none;
    }
    
    .section-entreContato-mobile p{
        color: #43266C;
    }
    
    .section-entreContato-mobile span{
        color: #43266C;
        font-weight: 700;
        text-transform: uppercase;
    }
    
    .section-entreContato-mobile hr{
        color: #FDC400;
        border-width: 3px;
    }

    .section-entreContato {
        display: none;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 80%;
    }

    .section-trabalheConosco .primeiraColuna {
        background-color: #FDC400;
        padding-top: 3em;
        padding-bottom: 0;
        padding-left: 1em;
    }

}



@media (min-width: 700px) {

    .bg-body-tertiary {
        display: none;
    }

    .section-conteudo-contato-mobile {
        display: none;
    }

}