.bs-video__header{
    border-bottom: 0;
    border-top: 5px solid #cc092f;
    padding: 10px 15px;
    position: fixed;
    top: 124px;
    z-index: 1000;
    width: 82%;
}
.bs-video__title {
    display: block;
    font-family: "Bradesco Sans";
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 38px;
    margin: 0;
    min-height: 40px;
    padding-right: 25px;
    width: 100%;
    word-break: break-word;
    display: flex;
}
.bs-header__logo .bs-logo svg {
    display: block;
    height: 60px;
    max-width: 100%;
    width: 220px;
}
.video .icon {
    height: 35px;
    width: 35px;
    font-size: 24px !important;
    border-radius: 36px;
    display: flex;
    align-items: center;
    padding: 0 5px;
}
.icon-menu{
    -webkit-box-shadow: 0 3px 10px -3px rgb(77 78 83 / 20%);
    box-shadow: 0 3px 10px -3px rgb(77 78 83 / 20%);
    margin: 0 auto 5px auto;
    background-color: #0B67BD;
    color: #fff;
}
#item {
    border: none;
    cursor: pointer;
}
.submenu a {
    text-decoration: none;
    display: flex;
    padding: 5px 10px;
}
.submenu{
    border-radius: 10px;
    background-color: #fff;
    padding: 0;
    min-width: 200px;
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-left: -160px;
}
.submenu .titulo{
    background-color: #0B67BD;
    color: #fff;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    margin: 0 !important;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 15px;
}
.submenu .link{
    display: flex;    
    align-items: center;
}
.submenu .link span{
    font-size: 12px;
    color: #4d4e53;
}
.submenu .link:hover span{
    color: #cc092f;
    font-weight: 500;
}
.icon-seta-direita{
    display: flex;
    justify-content: end;
}
.video .icon.icon-seta-direita-c{
    font-size: 14px !important;
    font-weight: 700;
    margin-left: 10px;
}
.icon-nav-expandir{
    margin-left: 10px;
}
.trecho-chat{
    position: fixed;
    bottom:100px;
    left: 50px;
}
.row-send {
    justify-content: end;
}
.modal-chat{
    width: 400px;
    position: fixed;
    bottom: 100px;
    left: calc(100% - 400px);
}

.modal-chat .bs-modal__header {
    padding: 10px 20px;
}
.modal-chat .bs-modal__body{
    background-color: rgba(255, 255, 255, 0.5);
}
.tag-video{
    background-color: #fff !important; 
}
.box-video{
    min-height: 500px;
}
.footer-buttons{
    background-color: #eee;
    padding:10px;
    margin-top: 95px;
    position: relative;
}
.list-icons{
    display: flex;
    width: 100%;
    align-items: center;
  justify-content: center;
}
.list-icons .icon{
    background-color: #fff;
    margin:0 5px;
    justify-content: center;
}
.list-icons .icon-atend-telefone{
    background-color: #cc092f;
    color: #fff;
}
.icon-nav-audio,
.icon-nav-filme{
    color: #0B67BD;
    border: 1px solid #0B67BD;
}