.video-poster img {
    max-width: 200px !important;
}

.or-logos-2020 {
    text-align: center;
    margin-top: 20px;
}

.area-reservada{
    margin-right: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #5f6e7a;
    font-size: 13px;
    font-weight: 800;
}

.area-reservada a{
    color: #5f6e7a;
}

.area-reservada img{
    margin-top: -5px;
}

.area-reservada a:hover{
    text-decoration: none;
}

.conheca-produtos{
    display: none;
    width: 13%;
    text-align: center;
    float: right;
    position: sticky;
    right: 50px;
    top: 120px;
    margin-top: 40px;
    z-index: 99;
    padding: 14px 13px 18px 12px;
    border-radius: 70px;
    box-shadow: 4px 5px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #7f93a2;
}

.conheca-produtos a{
    color: white;
}

.conheca-produtos a{
    text-decoration: none;
}

.menu-bugas{
    float: right;
}

@media (max-width: 1024px){
    .conheca-produtos {
        width: 28%;
        right: 50px;
        top: 120px;
        margin-top: 23px;
        margin-bottom: 20px;
    }
}

@media (max-width: 578px){
    .conheca-produtos {
        width: 46%;
        right: 20px;
        top: 120px;
        margin-top: 18px;
        margin-bottom: 30px;
    }
}