.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
    
.owl-dots button.owl-dot.active span, 
.owl-dots button.owl-dot:hover span {
    background-color: #0d4d98 !important;
}
.owl-dots button.owl-dot{
    background: white !important;
}

.postgraduate-tables th:nth-child(odd) {
    width: 70%;
}

.postgraduate-tables th:nth-child(even) {
    width: 30%;
}

.carousel-control-next, .carousel-control-prev{
    width: 5% !important;
}

@media (max-width: 767px) {
    .dropdown-menu {
        position: static !important; /* Asegura que los dropdowns sigan el flujo normal */
        margin: 0 10px !important;
        padding: 10px 0 !important;
    }
    
    .dropdown-submenu {
        position: relative; /* Establece su posición relativa */
    }
    
    .dropdown-submenu .dropdown-menu {
        left: 0;
        top: 100%; /* Asegura que el submenú aparezca justo debajo */
        margin-left: 1rem; /* Espaciado para mejor visualización */
        width: auto;
    }
}