.menu-pie a {
    text-decoration: none;
    /* Quita el subrayado */
    color: inherit;
    /* Hereda el color del elemento padre */
}

.menu-pie a:visited {
    color: inherit;
    /* Asegura que los enlaces visitados tampoco cambien de color */
}

.menu-pie a:hover {
    text-decoration: none;
    /* Opcional: asegura que no se subraye al pasar el mouse */
}


@media (max-width: 1088.98px) {
    .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-bottom: 2%;
    }
}

@media (min-width: 1090px) {
    .nav-link {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.navbar-toggler {
    background-color: #1F5C6E !important;
    border: 1px solid #1F5C6E !important;
}


@media (max-width: 974.98px) {
    .fondo-menu {
        background: url("../img/MenuBackground Movil.png") !important;
    }

    .flecha-menu {
        height: 0;
        width: 0;
        display: none;
        margin: auto;
    }

    .flecha-vista {
        width: 0;
        display: none;
        margin: auto;
    }
}

@media (min-width: 975px) {
    .fondo-menu {
        background-image: url("../img/MenuBackground Generic.png");
    }

    .flecha-menu {
        height: 36px;
        width: 65px;
        display: block;
        margin: auto;
    }

    .flecha-vista {
        width: 100%;
        display: block;
        margin: auto;
    }
}

.fondo-menu {
    padding-top: 3%;
    background-size: cover;
}

@media (max-width: 974.98px) {
    .img-logo {
        width: 50%;
    }
}

@media (min-width: 975px) {
    .img-logo {
        width: 85%;
    }
}

.pie-pagina {
    background: #4D4D4D;
}

.pie-pagina-division {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie-pagina img {
    width: 60%;
    margin-left: 10%;
}

.menu-pie {
    color: white;
    font-size: small;
    list-style: none;
    vertical-align: middle;
}

.menu-pie li {
    padding-left: 5px;
    border-left: 1px solid #5D9D97;
}

.pie-pagina-division p {
    font-size: small;
    vertical-align: middle;
    margin: 0 !important;
}

.img-descargas img {
    width: 100%;
}

.img-pdf {
    width: 15% !important;
    display: block;
    margin: auto;
}

.text-grey {
    color: #515151;
    font-weight: bold;
}

.text-grey2 {
    color: #515151;
}

.py-6 {
    padding-top: 5rem !important;
    padding-bottom: 4rem !important;
}

.contacto-fondo {
    background: #666666;
    width: 80%;
    height: 130%;
    position: absolute;
    left: 13%;
    top: 0px;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.contacto-form {
    background: transparent;
    width: 90%;
    height: auto;
    position: absolute;
    left: 5%;
    top: 5%;
}

.sombra {
    position: absolute;
    bottom: -25%;
    left: 12%;
    background: black;
    opacity: 66%;
    border-radius: 50%;
    width: 75%;
    height: 0%;
    box-shadow: 0px 0px 38px 8px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 0px 38px 8px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 38px 8px rgba(0, 0, 0, 1);
}

.min-tam {
    min-height: 260px !important;
}

.min-tam2 {
    min-height: 466px !important;
}

.fondo-gradient {
    background: rgb(202, 202, 202);
    background: linear-gradient(29deg, rgba(202, 202, 202, 1) 12%, rgba(236, 236, 236, 1) 45%, rgba(255, 255, 255, 1) 100%);
}

.titulo-inicio {
    position: absolute;
    top: 0%;
    left: 0%;
    background: #989898;
    padding-top: 2%;
    padding-bottom: 2%;
    width: 100%;
    text-align: center;
    color: white;
}

.fin-inicio {
    position: absolute;
    top: 97%;
    left: 0%;
    background: #DCDCDC;
    width: 100%;
    color: #555554;
    text-align: center;
    font-size: x-large;
    padding-top: .5%;
}

.contenido-inicio {
    background: #EDEDED;
    scrollbar-width: thin;
    scrollbar-color: #989898 #EDEDED;
    height: 466px;
    overflow: auto;
    position: absolute;
    top: 9%;
    left: 0%;
}

.parrafo-inicio {
    margin-top: 3%;
    margin-bottom: 3%;
    margin-right: 12%;
    margin-left: 4%;
}

.inicio-titulo1 {
    color: #515151;
    font-weight: bold;
    font-size: medium !important;
    margin: 0 !important;
    width: 100%;
}

.inicio-titulo2 {
    color: #5CB6AB;
    font-weight: bold;
    font-size: x-large !important;
    margin: 0 !important;
    width: 100%;
}

.inicio-titulo3 {
    color: #515151;
    font-size: medium !important;
    margin: 0 !important;
    width: 100%;
}

.inicio-info {
    color: #515151;
    font-size: small !important;
    margin-left: 10% !important;
}

/* Works on Chrome, Edge, and Safari */
.contenido-inicio::-webkit-scrollbar {
    width: 12px;
}

.contenido-inicio::-webkit-scrollbar-track {
    background: #EDEDED;
}

.contenido-inicio::-webkit-scrollbar-thumb {
    background-color: #989898;
    border-radius: 20px;
    border: 3px solid #EDEDED;
}

.py-0 {
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
}

.texto-convocatoria {
    color: #434343;
    text-align: justify;
    max-height: 500px;
    scrollbar-width: thin;
    scrollbar-color: #989898 #EDEDED;
    overflow: auto;
}

/* Works on Chrome, Edge, and Safari */
.texto-convocatoria::-webkit-scrollbar {
    width: 12px;
}

.texto-convocatoria::-webkit-scrollbar-track {
    background: #EDEDED;
}

.texto-convocatoria::-webkit-scrollbar-thumb {
    background-color: #989898;
    border-radius: 20px;
    border: 3px solid #EDEDED;
}

.texto-convocatoria p,
ol,
h5 {
    color: #434343;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 2rem !important;
}

.img-pdf2 {
    width: 30%;
    position: absolute;
    top: 35%;
    left: 35%;
    cursor: pointer;
    cursor: hand;
}

.sub-titulo {
    position: absolute;
    top: 90%;
    left: 35%;
}

.sub-titulo2 {
    position: absolute;
    top: 85%;
    left: 0%;
}

#parrafo_articulo {
    padding-top: 2%;
}

#parrafo_articulo img {
    width: 80%;
    margin-left: 10%;
}

@media (max-width: 974.98px) {
    #img_articulo {
        width: 60%;
        display: inline;
        margin-right: 6%;
        margin-left: 6%;
    }

    .flechas-vista-movil {
        display: inline;
        width: 12%;
        visibility: visible;
        cursor: pointer;
        cursor: hand;
    }

    .flecha-vista-pc {
        visibility: hidden;
    }
}

@media (min-width: 975px) {
    #img_articulo {
        width: 80%;
        display: inline;
        margin: auto;
    }

    .flechas-vista-movil {
        visibility: hidden;
    }

    .flecha-vista-pc {
        visibility: visible;
    }
}

.inicio-info a {
    color: #6ABDB2 !important;
    cursor: pointer;
    cursor: hand;
}

.fondo2 {
    background: #F4F4F4;
    background-image: url('../img/BackgroundConsejo Editorial.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: contain;
}

.consejo-nombre {
    color: #515151;
    font-weight: bold;
    font-size: medium !important;
    margin: 0 !important;
    width: 100%;
    text-align: center;
}

.consejo-puesto {
    color: #6ABDB2;
    font-size: medium !important;
    margin: 0 !important;
    width: 100%;
    text-align: center;
}