.ic-Login-header__logo {flex: 0 0 364px; min-width: 1px;}

/* Styling for the modal */
#modalAcreditacion.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    align-items: center;
    justify-content: center;
}

/* Styling for the iframe video */
#modalAcreditacion .modal-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background-color: white;
    padding: 20px;
    text-align: center;
}

/* Close button styling */
#modalAcreditacion .close {
    position: absolute;
    top: -35px;
    right: -30px;
    font-size: 40px;
    cursor: pointer;
    color: white;
    font-weight: bold;
}
#modalAcreditacion .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#modalAcreditacion .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
body.responsive_student_grades_page #section-menu ul {
    width: 300px;
    left: -300px;
}

/* Personalización para botones en portada de cursos */
.custom-menu-buttons .menu-btn {
    display: inline-flex;
}
.custom-menu-buttons .menu-btn .menu-btn-img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

.custom-menu-buttons .menu-btn .menu-btn-img:hover {
  transform: scale(1.03);
  /* box-shadow: 0 4px 15px rgba(0,0,0,0.3); */
}