
.container__main{
    /* background-color: rgb(247, 247, 247); */
    padding: 1.25em;
    margin-top: 1.5em;
    border-radius: .83em;
}
.banner_index {
    width: 100%;
    display:flex;
    justify-content: center;    
    align-items: center;

    }

img{
    width: 100%;
    height: auto;
}
/*==================SECCIÓN BREADCRUMB=====================*/

.container-breadcrumb {
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* .nav-bread {
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  } */
.en-construccion {
    width: 50%;
}
.breadcrumb {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: first center;
    flex-wrap: wrap;
    border-radius: 5px;
    border: 1px solid #90909075;
    padding: 10px;
    background: linear-gradient(to bottom left, #e2e8e6 0%, #cdd3cd 100%),
    linear-gradient(
        to left,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(0, 0, 0, 0.12) 100%
    );
    background-blend-mode: screen;
}

.breadcrumb-item {
    font-size: 1.2rem;
    color: #707070;
    list-style: none;
}

.breadcrumb > li a {
    color: #707070;
}

.breadcrumb > li + li:before {
    content: "/";
    color: inherit;
    padding: 0 3px;
    font-weight: 400;
}

.breadcrumb > li.active {
    font-weight: 700;
    font-size: 18px;
}

.breadcrumb > li a:focus,
.breadcrumb > li a:hover {
    color: #006cff;
    text-decoration: none;
}

@media screen and (max-width: 48em) {
    .breadcrumb li {
    font-size: 0.8rem;
    }
    .container__main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-block: hidden;
    }
    .nav-bread {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 25px;
    }
    .breadcrumb-item > li a {
    font-size: 0.8rem;
    }
    .container-breadcrumb {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    }
    .container_logo_fqbf img {
    position: relative;
    left: 0;
    max-width: 30%;
    height: auto;
    /* width: 250px;
          height: auto; */
    }
}

.tablon-novedades {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    padding: 2em;
    margin-bottom: 20px;
    /* background-color: #50A565; */
}
            /* carrusel
            .carrusel-container {
                width: 100%;
                max-width: 700px;
                margin: auto;
                overflow: hidden;
                border: 2px solid #ccc;
                border-radius: 12px;
                position: relative;
                background-color: #fff;
            }
        
            .carrusel {
                display: flex;
                transition: transform 0.5s ease-in-out;
            }
        
            .slide {
                min-width: 100%;
                box-sizing: border-box;
                text-align: center;
                padding: 10px;
            }
        
            .slide img {
                width: 100%;
                height: auto;
                border-radius: 8px;
            }
        
            .slide h3 {
                margin: 10px 0 5px;
                font-size: 18px;
                color: #333;
            }
        
            .slide p {
                font-size: 14px;
                color: #666;
            }
        
            .nav-btn {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                background: rgba(0,0,0,0.4);
                color: white;
                border: none;
                padding: 10px;
                border-radius: 50%;
                cursor: pointer;
                z-index: 10;
            }
        
            .prev {
                left: 10px;
            }
        
            .next {
                right: 10px;
            }
         */
            /* @media (max-width: 520px) {
                .slide h3 {
                font-size: 16px;
                }
                .slide p {
                font-size: 13px;
                }
            } */


/*=============SECCIÓN NOTICIAS INDEX==============*/
/* .titulo_noticias {
    padding-left: 10px;
    border-radius: 0.3em;
    margin-bottom: 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.titulo_noticias h4 {
    text-align: left;
    font-family: Arial Black;
    font-weight: bold;
    font-size: 5vw;
    background: #202020;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.4), 0px -1px 1px rgba(0, 0, 0, 0.3);
}
.notiEncabezado {
    background-color: rgb(5, 212, 185);
    border-radius: 5px;
    box-shadow: 3px 3px 8px #011a09;
    height: 40px;
    color: white;
    text-align: center;  
}*/
.noticias { 
    width: 100%; 
    display: grid;  
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    
    /* flex-wrap: wrap;     */
    /* background-color: #fff;     */
    /* border-radius: 5px;     */
    /* border: 1px solid #aaaaaa; */
    /* box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.25); */

}
.noticias img{
    width: 100%;
    height: auto;

}
/* .figure_noti{
    display: flex;
    justify-content: center;
} */
.span_noti_2{
    margin-left: 25px;
    padding: 20px;
    text-align: left;
    font-weight: 500;
    font-size: 1.1em;
    
}
/* .noti_1{ 

}
.noti_2{
    
    
}
.noti_3{
    
    
}
.noti_4{
}  */

.noti_1,
.noti_2,
.noti_3,
.noti_4{
    /* background-color: rgb(255, 255, 255); */
    border-radius: 5px;    
    /* border: 1px solid #bcbcbc; */
    width: 100%;    
}

.button{
    background: transparent;
    border-radius: 2px;
    border: 1px solid #202020;
    padding: 10px 0.5px;
    padding: 2px 5px;
} 
.nota1 a,
.nota2 a,
.nota3 a {
    color: #6e6e6e;
} 

.noti2 {
    position: relative;
    text-align: left;
    left: 0;
} 



.texto-encima {
    position: absolute;
    top: 10px;
    left: 55px;
    color: #707070;
} 


.pie_noti {
    text-align: justify;
    padding: 5px;
}
.fotos_pie{
    display: flex;
    gap: 15px;
}
.fotos_pie img{
    height: 300px;
}
.noti3 {
    padding-left: 15px;
    background-color: #fff;
    border-left-style: solid;
    border-left-color: #cdcdcd;
    border-left-width: 1px;
    text-align: left;
}

.noti3 h4 {
    color: #009999;
}

.btn-noticias {
    border: 3px solid rgba(100, 100, 100, .1);
    margin-bottom: 20px;
    padding: 20px;
    width: 300px;
    border-radius: 8px;
    font-size: 1em;
    cursor: pointer;
    background-size: 300%;
    background-image: linear-gradient(to left, rgb(181, 233, 11), rgb(25, 200, 50), rgb(181, 233, 11));
    transition: 0.6s;
}

.btn-noticias a:hover {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
    transition: 0.5s;
}

.btn-noticias a {
    color: #363636;
}

.btn-noticias:hover {
    background-position: right;
} */
.titulo_gestion{
    font-size: 1.7rem;
    letter-spacing: -.05em;
    line-height: 1;
    margin: .25em 0;
    text-align: center;
    font-family: "Myriad Web Pro", Helvetica, Sans-Serif;
    text-transform: uppercase;
    text-align: left;
}
.mark{
    font-size: .75em;
    color: red;
    font-weight: 500;
    background-color: rgb(255, 245, 105);
}

.link_fac_dep a,
.link_fac_dep a {
    color: #fff;
}
.link_fac_dep a:hover,
.link_fac_dep a:hover {
    color: rgb(38, 99, 2);
}

.boton_personalizado {
    text-decoration: none;
    padding: 5px;
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
    background-color: #011a09;
    border-radius: 6px;
    border: 2px solid #158845;
}

.boton_personalizado:hover {
    color: #011a09;
    background-color: #ffffff;
    text-decoration: none;
}

.boton_personalizado h5 {
    color: #090909;
} 

@media (max-width:769px)  {
    .noticias {
    display: grid;
    grid-template-columns:1fr;
    /* background-color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    /* border: 1px solid #aaaaaa; 
    border-radius: 5px; */
    overflow: hidden;}
    }

/*==========FIN NOTICIAS==========*/


/*=========INSTITUCIONAL INDEX====*/


@media screen and (min-width:769px) {
    .nav_inst {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        padding: 2rem;
        /* background-color: white; */
        /* border: 1px solid #aaaaaa; */
        border-radius: 5px;
        font-size: 1rem;
        /* box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.25); */

    }
    .fac,
    .dep {
        display: flex;
        flex-direction: column;
        background-color: rgb(238, 255, 247);
        padding: 0.5rem;
        border-radius: .8rem;
        color: rgb(97, 97, 97);
        box-shadow: 10px 10px 5px rgb(221, 221, 221);
        text-align: center;
        border: solid 1px #045743;
    }
    .fac a {
        color: rgb(72, 72, 72);
    }
    .dep a {
        color: rgb(97, 97, 97);
    }
}

@media screen and (max-width: 768px) {
    .nav_inst {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
        background-color: white;
        /* border: 1px solid #d1cfcf; */
        border-radius: 5px;
        
    }
    
    .fac,
    .dep {
        display: flex;
        flex-direction: column;
        background-color: rgb(0, 34, 14);
        padding: 0.5rem;
        border-radius: .8rem;
        color: white;
        text-align: center;
    }   
    .dep h3,
    .fac h3 {
        font-size: 90%;
        color: white;
    }
}


/*=====Fin Institucional-index=========*/


/* CARRERAS */

@media screen and (max-width:768px) {
    .carreras img {
        width: 75%;
    }
}


/*======ACCESOS FRECUENTES====*/
.accesos-frecuentes{    
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 2rem;
    align-content: center;
    justify-content: center;
    align-items: stretch;     
    padding: 1.25rem;
    margin-top: .5rem;
    margin-bottom: 2rem;
    /* border: 0.1px solid #c4c2c2; */
    border-radius: .5rem; 
    background-color: rgb(255, 253, 253);
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.25);


    
    font-size: small;
}
/* .accesos-frecuentes {
    display: grid;
    width: 100%;
        grid-column: 2/9;
    
}*/
.style__h3{
    font-size: 1.2em;
    padding-left: 25px;
    color: rgb(163, 163, 163);
    font-weight: 300;
    font-family: "Myriad Web Pro", Helvetica, Sans-Serif;
}
.carta-frecuentes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    /* display: grid;
    grid: repeat(4, auto)/repeat(4, 1fr);
    grid-gap: .5rem;
    align-content: center;
    justify-content: center; */
}
.carta-body-index {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: .5rem;
    padding: 0.4rem;
    text-align: center;
    justify-content: center;
    align-content: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #043d22;
}
.deptos{
    width: 200px;
    height: 200px;
    background-color: rgb(130, 227, 130);
    padding: 0.4rem;
    text-align: center;
    justify-content: center;
    align-content: center;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #02160d;
}
.carta-body-index img, .deptos img {
    width: 60px;
}
.carta-body-index h6, .deptos h6 {
    font-size: 0.813em;
    color: #464646;
    text-transform: uppercase;
    font-weight: 500;
}
.carta-body-index h6:hover, .deptos h6:hover {
    font-size: .91em;
    color: #2f2f2f;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s;
}
.carta-body-index a {
    color: rgb(39, 100, 102);
}
.deptos a{
    color: #fff;
}
/* .hr__frecuentes {
    width: 100%;
    border: 1px solid rgb(195, 194, 194);
    
} */

@media screen and (max-width: 768px) {
    
    .carta-frecuentes {
        
        grid-gap: 1rem;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
}

/*=======fin accesos fercuentes=======*/