.videos .background-header {
    width: 100%;
    height: 100px;
    background-color: #405D9E;
    position: relative;
    text-align: center;
}
.videos .search{
    max-width: 400px;
    margin: 0 auto;
}
.videos .filtros-videos .form-select{
    border-radius:50px;
    border: 1px solid #4E86B8;
    color: #4E86B8;
    background-color: transparent;
    padding:10px 20px;
    font-weight: 500;
}
.videos .listagem-videos h3,
.videos .videos-relacionados h3{
    color:#2C5178;
    font-weight: 600;
    font-size: 1.12rem;
}
.videos .listagem-videos p,
.videos .videos-relacionados p{
    margin-bottom:0;
    font-size: 1rem;
}
.videos .listagem-videos .autor,
.videos .videos-relacionados .autor{
    background-color: #D5E5F3;
    color:#2C5178;
    font-weight: bold;
    display: inline-block;
    border-radius:1rem;
    padding:5px 10px;
    margin-top:10px;
}
.videos .videos-relacionados .titulo{
    margin-bottom:0;
}


@media (min-width: 992px) {
    .videos .background-header {
      background-image: url('../images/videos-background.webp');
      height: 260px;
      background-size: cover;
      background-position: top;
      background-repeat: no-repeat;
    }
}