.index_title{
    margin-top: 50px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

/*---------------------------Informacion------------------------------*/
/*-- Info --*/
.info-items {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.5);
    border-radius: 40px 40px 10px 10px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
    height: 50%;
}
.content-info{
    align-items: center;
    justify-items: center;
}
.info-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 1300px;
    gap: 24px;
}
.content-info{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: 100%;
}
.informacion{
max-width: 500px;
height: 300px;
position: relative;
display: block;
transition: all 0.4s ease-in-out;
overflow: hidden;
background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.5);
    overflow-y: auto;
    text-align: center;
}
.informacion a{
    text-decoration: none;
}
.informacion h6{
    margin: 0 0 18px 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #101824;
    transition: color 0.3s ease-out;
}
.article-info{
    padding: 24px;
    height: 80%;
    background-color: white;
    text-align: center;
}

/*-- Noticias --*/
.noticias-div {
    position: relative;
    display: flex;
    flex-direction: rows;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px 50px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.mas_noticias{
    margin-top: 50px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.mas_noticias a:hover{
    color: cornflowerblue;
}

.noticias-div .noticia {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 350px;
    max-width: 100%;
    height: 300px;
    background: white;
    border-radius: 20px;
    transition: 0.5s;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
}

.noticias-div .noticia:hover {
    height: 400px;
}

.noticias-div .noticia .img-box {
    position: absolute;
    top: 20px;
    width: 300px;
    height: 220px;
    background: #000000;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.5s;
}

.noticias-div .noticia:hover .img-box {
    top: -100px;
    scale: 0.75;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
}

.noticias-div .noticia .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.noticias-div .noticia .noticia-info {
    position: absolute;
    top: 250px;
    width: 100%;
    height: 40px;
    padding: 0 40px;
    text-align: justify;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
}

.noticias-div .noticia:hover .noticia-info {
    top: 150px;
    height: 250px;
}

.noticias-div .noticia .noticia-info h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1rem;
    font-weight: 300;
    color: var(--clr);
}

.noticias-div .noticia .noticia-info p {
    color: #333;
}

/*-- Sitios --*/
.sitios-section{
    display: grid;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.sitios-ul {
    display: flex;
    flex-direction: rows;
    align-items: center;
}

.sitios-div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    margin-bottom: 30px;
}
.sitios-items{
    display: flex;
    flex-direction: row;
    padding: 30px;
}

.sitios-items .img-1{
    width: 100px;
    height: 50px;
}
.sitios-items a:hover img {
    border-bottom: 3px solid var(--text-color);
}
.sitios-items .img-2{
    width: 50px;
    height: 50px;
}

/*----------------- Section general---------------------*/
.mision-section, .vision-section, .historia-section, 
.proyecto-section, .cursos-section, .horarios-section, 
.utp-section, .planes.section, .informacion-section, .padres-section, .alumnos-section,
.dep-section, .dir-section{
    margin-bottom: 30px;
    padding: 20px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.5);
    text-align: justify;
}

.title{
    color: black;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}
/*-- Youtube --*/
.youtube-iframe iframe{
    width: 100%;
    height: 315px;
}
.video-scroll {
    display: flex;
    align-items: center;
}

.video-wrapper {
    overflow-x: scroll;
    display: flex;
    gap: 20px;
    width: 100%; /* Tamaño de visualización, puede ajustarlo según lo necesites */
    scrollbar-width: none; /* Esconde scrollbar en Firefox */
}

.video-wrapper::-webkit-scrollbar {
    display: none; /* Esconde scrollbar en Chrome y otros navegadores Webkit */
}

.video-scroll button {
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}


/*----------------- Mapa -------------------------*/
.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
}


/*----------------------Directivos, Profesores ---------------------*/
/*-- Directivos --*/
.directiva-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 30px;
    background-color: white;
    border-radius: 20px 20px 10px 10px;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.5);
    text-align: justify;
    align-items: center;
    justify-content: center;
}
.dirc-card {
    display: flex;
    flex-wrap: wrap;
    border-radius: 25px 25px 50px 25px;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.5);
    margin-bottom: 20px;
    background-color: white;
    overflow: hidden;
    max-width: clamp(600px, 50vw, 800px);
    min-width: 100px;
    min-height: 100px;
}
.dirc-background {
    flex: 1 1 150px;
}
.dirc-background img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.dirc-content {
    flex: 3 1 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
.dirc-title{
    color: var(--primary-bg);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: medium;
    font-weight: bold;
}
.dirc-divider {
    margin: 10px 0;
    border: none;
    border-top: 1px solid rgba(128, 128, 128, 0.751);
}
.dirc-descripcion{
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    color: var(--primary-bg);
}
.dirc-social-icons{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.dirc-link {
    color: var(--primary-bg);
    font-size: 15px;
}
.dirc-link ul, li{
    list-style-type: none;
}
.dirc-link:hover {
    color: dodgerblue;
}
/*---------------------- Cursos ---------------------*/
/*-- Cursos --*/
.salas-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 30px;
    background-color: white;
    border-radius: 20px 20px 10px 10px;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.5);
    text-align: justify;
    align-items: center;
    justify-content: center;
}
.sala-card {
    display: flex;
    flex-wrap: wrap;
    border-radius: 100px 10px 50px 100px;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.5);
    margin-bottom: 20px;
    background-color: white;
    overflow: hidden;
    max-width: clamp(800px, 50vw, 500px);
    min-width: 100px;
    min-height: 100px;
}
.sala-background {
    flex: 100px 100px 150px;
}
.sala-background img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.sala-content {
    flex: 3 1 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}
.sala-title{
    color: var(--primary-bg);
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: medium;
    font-weight: bold;
}
/*------------------- Documentos ---------------------*/
/*-- Documentos --*/
.document-section, .planes-section {
    margin-bottom: 30px;
    padding: 20px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.5);
}
.document-item, .planes-item {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 2px rgba(0,0,0, 0.5);
}
.document-item a, .planes-item a{
    color: var(--text-footer);

}
.texto {
    display: flex;
    flex-direction: column;
}
.doc-title{
    color: var(--secondary-bg);
    justify-content: center;
    align-items: center;
    padding: 5px;
}

/*------------------------ Planes Normativos ----------------------------*/
.planes-section {
    margin-bottom: 30px;
    padding: 20px;
    background-color: white;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 5px 12px rgba(0,0,0, 0.5);
}
.planes_title {
    font-size: 20px;
    color: var(--primary-bg);
    font-weight: 500px;
    margin-top: 5px;
    font-weight: bold;
}
.planes_title:hover {
    color: cornflowerblue;
}

/*----------------------------- Horarios cursos -------------------------*/
.table-widget{
    border-radius: 10px;
    background-color: #ffffff;
    padding: 24px;
    border: 2px solid #EDEEF1;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 8px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    text-align: center;
    overflow-x: auto;
}

.table-widget table{
    display: inline-table;
    max-width: fit-content;
    border-collapse: collapse;
}
.table-widget caption{
    font-size: 1.12rem;
    font-weight: 700;
    text-align: center;
    margin: 6px 6px;
}
.table-widget th{
    padding: 20px 16px;
    font-size: 1.12rem;
    color: #76797c;
}
.table-widget thead{
    border-top: 2px solid #EDEEF1;
}
.table-widget thead th{
    text-align: left;
}
.table-widget a{
    font-size: 40px;
    color: #101824;
}
.table-widget a:hover{
    font-size: 45px;
    color: #2f62a4;
}
.table-widget tfoot{
    margin-top: 10px;
    border-top: 2px solid #EDEEF1;
}
.table-widget td{
    padding: 8px 10px;
    vertical-align: middle;
}
.table-widget tbody tr{
    cursor: pointer;
}
.table-widget tbody tr:nth-child(odd){
    background-color: #F6F9FF;
}
.table-widget tbody tr:hover{
    background-color: #E2ECFF;
}

.table_rows_count{
    font-size: 0.8rem;
    font-weight: 700;
    background-color: #F1F2F6;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    margin-left: 16px;
    border-radius: 8px;
}
.profesor_jefe{
    display: flex;
    gap: 16px;
    align-items: center;
}
.porfesor_info{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.nombre_profesor{
    font-weight: 500;
    white-space: nowrap;
}
.profesor_jefe img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.table-widget{
    min-height: 100px;
}
.pagination{
    list-style-type: none;
    display: flex;
    gap: 16px;
    padding:8px;
}
.pagination a{
    display: block;
    color: #101824;
    font-size: 1.3r3m;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 8px;
}
.pagination a:hover, a.active{
    background-color: #F6F9FF;
    text-decoration: underline;
}