.header-interno {
    width: 100%;
    background: #faf8f6;
    transition: all .5s;

    .container {
        max-width: 1024px;

        .sticky-menu {
            width: 100%;
            padding: 20px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            &__item {
                margin: 0px 5px;
            }
            @media(max-width:900px) {

                .slick-slide {

                    div {

                        div {

                            .sticky {
                                margin: 0 10px;
                                
                            }
                        }
                    }
                }
            }
        }
    }

        
    &.menu-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
    }
    @media (max-width:900px) {
        // display: none;
        
    }
}