﻿ul {
    list-style: none;
    padding-left: 0;
}
/*CONTENIDO*/
#home-contenido {
    height: auto;
    border-radius: 10px;
    background-color: white !important;
    padding: 2rem;
}

/*CONTENIDO*/
#home-contenido2 {
    height: 1460px;
    border-radius: 10px;
    background-color: white !important;
    padding: 2rem;
}

#contenido {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/*INFORMES*/
#informes {
    margin-top: 2rem;
    margin-left: -05px;
}

#home-informes {
    border-radius: 10px;
    padding: 10px;
    background-color: white !important;
}

#home-descargas {
    border-radius: 10px;
    padding: 10px;
    background-color: white !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.color {
    background-color: #559C52;
    padding: 5px;
    border-radius: 10px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
}

/*Descargas*/

.descarga {
    display: block; /* Que ocupe todo el ancho posible */
    padding: 10px 15px; /* Espacio interno para la franja */
    color: inherit; /* Color texto por defecto */
    text-decoration: none; /* Sin subrayado */
    background-color: transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transition: all 0.3s ease;
}


    /* Hover: cuando pasas el mouse */
    .descarga:hover {
        background-color: rgba(85, 156, 82, 0.2); /* Fondo verde */
        color: #559C52 !important; /* Texto verde claro (ajusta como quieras) */
        border-left-color: #559C52 !important; /* Franja verde oscura izquierda */
        border-right-color: #559C52 !important; /* Franja verde oscura derecha */
    }

        /* Para que el texto <p> tome el color del enlace */
        .descarga:hover p {
            color: #559C52 !important;
        }

        /* Para que el ícono también cambie */
        .descarga:hover i {
            color: #559C52 !important;
        }

a {
    text-decoration: none;
}


/*MENU (Oferta academica)*/
#home-menu {
    padding: 1rem;
    text-align: center;
}

#menu {
    border: 1px solid #bb4b26;
    margin-bottom: 2rem;
}

.menu {
    color: #404040 !important;
}

.span {
    color: #bb4b26;
}

.titulo {
    background-color: #bb4b26;
    padding: 5px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center; /* Centra verticalmente */
    justify-content: center; /* Centra horizontalmente */
}

.enlaces a {
    text-decoration: none;
    padding: 3px;
}

    .enlaces a:hover {
        text-decoration: underline; /* aparece subrayado */
        text-decoration-color: #bb4b26;
        color: black !important;
        background-color: rgba(187, 75, 38, 0.2);
    }

a {
    text-decoration: none;
}

/*Perfiles*/

.table th {
    background-color: #bb4b26 !important;
    color: white !important;
    font-weight: bold;
    padding: 10px;
    width: 200px; /* ancho del th */
    vertical-align: top;
    text-align: center; /* centra horizontalmente */
    vertical-align: middle; /* centra verticalmente */
}

td {
    text-align: justify;
    white-space: pre-line;
}

#contactos.collapsed {
    color: white !important;
}


#contactos:focus,
#contactos:hover {
    box-shadow: none !important;
    outline: none !important;
}

.accordion-button::after {
    display: none !important; /* oculta la flechita */
}
ul {
    list-style: none; /* quita las bolitas */
    padding-left: 0; /* elimina indentado extra */
}

    ul ul {
        padding-left: 20px; /* agrega un poco de sangría solo a sublistas */
    }

.link {
    color: #559C52 !important;
    text-decoration: none;
    font-size:17px;
}

.link:hover{
    text-decoration:none;
}

.NA {
    width: 30%;
}

#MDE{
    width:100%;
    margin-bottom:2rem;
}

.fotos{
    width:55%;
}

.img {
    display: flex;
    justify-content: center; /* centra horizontal */
    align-items: center; /* centra vertical */
}

#Maestria {
    display: block;
    margin: 0 auto; /* centra horizontalmente */
    width:60%;
}

#CAL {
    display: block;
    margin: 0 auto; /* centra horizontalmente */
    width: 60%;
}

#Convocatoria {
    display: block;
    margin: 0 auto; /* centra horizontalmente */
    width: 50%;
}

a.descarga:link,
a.descarga:visited {
    color: black;
    text-decoration: none; /* quita el subrayado si no lo quieres */
}