@media screen and (max-width: 768px) {
    #estacionmochis {
        margin-top:7px;
        margin-bottom: 0
    }
}

.listadoderadios {
    background-color: #062751;
    right: 17.6%!important;
    clip-path: polygon(48% 0,100% 3%,100% 100%,0 100%,0 3%)
}

.listadodeenvivos {
    background-color: #46e12a;
    right: 15%!important;
    clip-path: polygon(48% 0,100% 9%,100% 100%,0 100%,0 11%)
}

.listadoderadiosvideos {
    font-size: 15px;
    padding-bottom: 16px;
    text-align: center;
    width: 70px;
    z-index: 1000;
    padding-top: 24px;
    position: absolute
}

.header-sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

.header-sticky .not-visible-sticky {
    display: none!important
}

.header__nav-item .header__nav-item--dropdown {
    height: 100%;
    display: flex
}

@media screen and (min-width: 992px) {
    header .dropdown {
        top:80%
    }
}