﻿@media only screen and (max-width: 945px) {

    .logotipo {
        width: 220px;
        height: 76px;
    }

    .links {
        display: none;
    }

    .dropdown_nav_menu {
        display: none;
    }

    .btn_dropdown_smart {
        display: block;
        cursor: pointer;
        transition: 0.3s;
    }

    .dropdown_smart_menu {
        display: none;
        position: fixed;
        top: 100px;
        right: 1rem;
        left: 1rem;
        width: auto;
        background: rgb(0, 0, 0, 0.6);
        backdrop-filter: contrast(180%);
        overflow: hidden;
        z-index: 360;
        align-items: center;
        align-content: center;
        transition: 0.5s;
    }

        .dropdown_smart_menu.aberto {
            display: flex;
            animation-name: SlideIn;
            animation-duration: 0.4s;
            animation-timing-function: ease-out;
        }

    .link_produtos_drop {
        display: none;
    }

        .link_produtos_drop.aberto {
            display: block;
        }

    .li_links_smart_drop {
        list-style: none;
        padding: 0.7rem;
    }

    .a_links_smart_drop {
        text-decoration: none;
        font-size: 1.2rem;
        color: white;
        transition: 0.5s;
    }

    .dropdown_produtos_smart {
        width: 1rem;
        height: 1rem;
    }

    .li_links_produtos_drop {
        list-style: none;
        padding: 0.7rem 0.7rem 0.7rem 2.7rem;
    }

    /* ------------------

	btn dos produtos

	------------------ */

    .btn_item {
        border: none;
        background-color: #E7E2E8;
        width: 100%;
        min-height: 360px;
        height: 100%;
        font-size: 2rem;
        cursor: pointer;
    }
}
