 #botao_video {
     margin-bottom: 20px;
 }

 .accordion-button {
     font-family: 'bootstrap-icons';
     font-size: 18px;
     /* transition: all 0.5s; */
     color: rgba(1, 1, 1, 0.7);
     border-radius: 10px !important;
     margin-bottom: 5px !important;
     /* box-shadow: none !important; */
     border: 1px solid #e5eaf2 !important;
     background-color: #f9fbff;
 }

 .span-disciplina {
     font-family: 'bootstrap-icons';
     /* font-weight: 500; */
     font-size: 16px;
 }

 #accordionFlushExample {
     max-width: 1200px;
 }

 .h4-grade-curricular {
     margin-top: 30px;
     margin-bottom: 20px;
     margin-left: 10px;
     font-family: 'bootstrap-icons';
     font-size: 22px;
     font-weight: 600;
     color: rgba(1, 1, 1, 0.7);
 }

 .card-generic {
     background-color: #e2e8ec;
     border-radius: 4px;
 }

 .h6 {
     margin-top: 15px;
 }
