.sectionPageVideos {
    width: 80%;
    height: auto;
    background-color: transparent;
    justify-content: center;
    overflow: hidden;
    margin: 5px auto;
}
.listavideos{
    width: 70%;
    float: left;
}
.vid-aulas {
    width: 31%;
    height: 290px;
    border-radius: 7px;
    display: grid;
    float: left;
    margin: 5px;
    padding: 5px;
}
.vid-aulas a {
    text-decoration: none;
    display: grid;
}
.vda-play {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vid-aulas img {
    width: 100%;
    height: 130px;
    padding: 5px;
        border-radius: 15px;
}
.vid-aulas .icon-play {
    width: 90px;
    position: absolute;
    height: 90px;
    opacity: .5;
}
.vid-aulas:hover .icon-play {
    opacity: 1;
}
.vid-aulas:hover {
    background-color: #f4f4f4;
    cursor: pointer;
    border-radius: 8px;
}
.video-titles{
    width: 100%;height: auto;
}
.video-titles span:nth-child(1) {
    color: rgb(52 140 69);
    font-size: 14px;
}
.video-titles span:nth-child(5) {
    color: #a7a7a7;
    font-size: 10px;
}
.video-titles span:nth-child(3) {
    color: #a7a7a7;
    font-size: 10px;
}
.nde{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #a7a7a7;
    text-align: center;
}
.secao-vid-aulas {
    width: 100%;
    height: auto;
    gap: 10px;
    padding: 5px;
    flex-wrap: wrap;
}
.content-video {
    margin-top: 30px;
}
.content-video iframe {
    border-radius: 10px;
}
.secao-vid-aulas p {
    color: green;
    float: left;
    margin-left: 5px;
    position: relative;
    margin-right: 180px;
}
.list-videos {
    width: 30%;
    margin-top: 90px;
    height: 465px;
    /* background: red; */
    overflow-y: scroll;
}
.menu-video {
    display: flex;
    padding: 5px;
    gap: 10px;
    color: #008000;
}
.afinador-center, .image-curso {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.afinador-title {
    position: absolute;
    font-size: 30px;
    font-weight: 700;
    background-color: #fff;
    width: 50%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remove-marca, .remove-marca-afinador {
    width: 50%;
    height: 30px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    margin-top: -35px;
    color: #fff;
}
.form-pesquisa {
    gap: 5px;
    justify-content: space-between;
}
.resultadopesquisa {
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 150px;
    display: flex;
}
.instrumento {
    width: 29%;
    float: left;
    font-size: 14px;
}
.pesquisaAcorde {
    width: 70%;
    float: right;
    font-size: 14px;
}