.vcs-link-categoria {
    text-decoration: none;
}

.vcs-link-titulo {
    text-decoration: none;
}

a.vcs-link-titulo:visited {
    text-decoration: none;
}

a.vcs-link-titulo:hover {
    text-decoration: none;
}

.form-signing {
    max-width: 330px;
    padding: 1rem;
}

.ql-container {
    box-sizing: border-box;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 1rem !important;
    height: 100%;
    margin: 0;
    position: relative;
}

.ql-editor {
    min-height: 250px;
}

/* Contenedor principal */
.related-content {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Estilos para la sección dentro de .related-content */
.related-content section {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Contenedor principal */
.related-content {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Estilos para la sección dentro de .related-content */
.related-content section {
}

/* Estilos para los títulos h2 */
.related-content h2 {
    font-size: 16px;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 2px solid #007BFF;
    padding-bottom: 5px;
    text-transform: uppercase;
}

/* Estilos para los títulos h3 */
.related-content h3 {
    font-size: 18px; /* Tamaño moderado */
    color: #555;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}

/* Estilos para los enlaces */
.related-content a {
    font-size: .875rem;
    color: inherit;
    text-decoration: none;
    line-height: 1.125rem;
    font-weight: 600;
}

.related-content a:visited {
    /*color: #6f42c1;  Color para enlaces visitados */
    color: inherit;
}

.related-content a:hover {
    /*color: #0056b3; /* Color al pasar el mouse */
    color: inherit;
}

.related-content a:active {
    /*color: #ff5722; /* Color al hacer clic */
    color: inherit;
}

.related-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 10px 0;
}

.navbar {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
}

.nav-link:hover {
    color: #007e5e;
}

.navbar-icons {
    display: flex;
    align-items: center;
}

.navbar-icons a {
    color: #333;
    font-size: 18px;
    margin-left: 15px;
    text-decoration: none;
}

.navbar-icons a:hover {
    color: #007e5e;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    filter: brightness(0);
}

@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }

    .navbar-icons {
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
}

.ant-drawer {
    z-index: 1051 !important; /* El !important puede ser necesario para sobreescribir estilos de Ant Design */
}

.centered-youtube {
    display: block !important;
    margin: 20px auto !important;
    width: 80% !important;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    height: auto !important;
  }