@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;700&family=Quicksand:wght@300;400;500;700&display=swap');

/*General*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}
html{
    scroll-behavior: smooth;
}
body{
    padding-bottom: 90px;
}
/*HEADER*//*HEADER*//*HEADER*/
header{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding:0;
    margin: auto;
    height: 58px;
    margin-bottom: 15px;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;*/
}
header h2{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
header a img{
    height: 100%;
    padding: 10px;
    width: 83.22px;
    height: 58px;
    position: absolute;
    left: 0;
}

/*MAIN*/
/*animacion de presentacion*/
#presentacion{
    background-color:rgba(255, 48, 92, 1);
    position: absolute;
    z-index: 14;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    animation: presentacion ease 3s;
    animation-fill-mode: forwards;
}
#presentacion h1{
    text-align: center;
    padding-top: 350px;
    color: rgba(221, 219, 219, 1);
}

/*CALENDARIO INDEX*//*CALENDARIO INDEX*/
.calendario_index{
    width: 95%;
    margin: auto;
}
#index_dias{
    margin: 10px 0px 20px 0px;
    background-color: white;
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 35%);
    padding: 12px;
    border-radius: 20px;
}
#index_dias ul{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    gap: 0.6%;
}
#index_dias ul a{
    width: 32.5%;
    height: 145px;
    margin: 5px 0px 5px 0px;
    padding: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(206, 242, 240, 1);
}
#index_dias ul a li{
    width: 100%;
    margin: auto;
}
#index_dias ul a li div{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
}
#index_dias ul a li .numero{
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(60, 206, 195, 1);
}
#index_dias ul a li div:last-child{
    width: 90%;
}
#index_dias ul a li div p{
    margin: auto;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
}
#index_dias ul a li div h3{
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    margin: auto;
}
#index_dias ul a li div h5{
    margin-top: 4px;
    font-size: 1.5em;
}
#index_dias ul a li div:last-child{
    padding-bottom: 10px;
}
.calendario_index > a{
    display: block;
    margin: 20px 90px 0px 90px;
    background-color: white;
    font-size: 1em;
    font-weight: 500;
    border-radius: 35px;
    color: black;
    padding: 5px 5px 5px 5px;
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 35%);
}
.calendario_index a:hover{
    opacity: 0.5;
}

/*SLIDER INDEX*//*SLIDER INDEX*//*SLIDER INDEX*/
.container{
    margin: 20px 0px 20px 0px;
}
.slider_outer{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 20px 0px 0px 0px;
}
.slider_inner{
    overflow-x: scroll;
    width: 100vw;
}
.slider_inner ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.slider_inner ul li{
    margin: 20px;
    list-style: none;

}
.slider_inner ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    font-size: 1em;
    font-weight: 500;
}
.slider_inner ul li a img{
    border-radius: 90px;
    border-width: 0.5px;
    background-color: white;
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 35%);
    margin-bottom: 10px;
}
.slider_inner ul li a:hover{
    transform: scale(1.1);
    opacity: 0.5;
}
.slider_outer > a{
    padding: 122px 15px 123px 15px;
    background-color: rgb(0 0 0 / 5%);
    z-index: 1;
}
/*VIDEO*//*VIDEO*//*VIDEO*/
video {
    width:100vw;
    height: auto;
    }
    Video::cue{
        background-color: #0000;
        background-image: linear-gradient(to bottom, dimgray, lightgray);
        color: yellow;
        font-size: .5em;
    }
    video::cue(c.class) {
        color: red;
        font-family: cursive;
    }


.video_act{
    position:relative;
    width: 90vw;
    margin: auto;
    background-color: none;
    padding-bottom: 15px;
}
.video_act iframe{
    width: 90vw;
    aspect-ratio: 560 / 315;
}


/*FOOTER*//*FOOTER*//*FOOTER*//*FOOTER*/
footer{
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 0.5em 1em 0.5em 1em;
    position: fixed;
    bottom: 0;
}
footer nav{
    width: 90%;
    margin: auto;
}
footer nav ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
footer nav ul li{
    margin: 0.2em;
    padding: 0em 0em 0em 0em;
    min-width: 3em;
    list-style: none;
}
footer nav ul li a{
    display: flex;
    flex-direction: column;
    max-width: 8em;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 15px;
    transition: 0.2s ease;
    color: white;
}

footer nav ul li img{
    width: 3em;
}

footer nav ul li a:hover{
    background-color: black;
    opacity: 0.5;
    transform: scale(1.2);
}

/*TEXTO*/
h2{
    font-family: 'Heebo', sans-serif;
    color: white;
    font-weight: 400;
    font-size: 1.1em;
}
span{
    font-weight: 700;
}
h1{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 1.7em;
    margin: 0px 25px 0px 25px;
}
h3{
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    font-size: 1.3em;
    font-weight: 500;
    margin: 15px 25px 15px 25px;
}
h4{
    font-family: 'Quicksand', sans-serif;
    color: white;
}
p{
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    margin: 5px 25px 5px 25px;
}
li{
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    margin: 15px 25px 0px 25px;
    list-style: none;
}
a{
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    color: black;
    font-size: 0.6em;
}
.slider_inner ul li a figcaption{
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    font-size: 0.9em;
    box-shadow:3px 5px 9px 0px rgb(0 0 0 / 35%);
    padding: 0.3em 0.5em 0.3em 0.5em;
    border-radius: 25px;
    background-color: white;
    max-width: 15em;
}
figcaption{
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    font-size: 0.9em;
    padding: 0.3em;
}

/*COLOR*/
html{
    background-color: rgba(221, 219, 219, 1)
}
header{
    background-color: rgba(255, 48, 92, 1);
}
footer{
    background-color: rgba(0, 0, 0, 1);
}


/*PERFIL*//*PERFIL*//*PERFIL*//*PERFIL*//*PERFIL*//*PERFIL*/
.avatar{
    padding: 5px 0px 10px 0px;
}
.avatar figure img{
    width: 75%;
    max-width: 14em;
    border-radius: 200px;
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
}
.avatar figure figcaption{
    font-size: 1.8em;
    text-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
    width: 100%;
    margin: 10px 0px 10px 0px;
    background-color: white;
}
.avatar div{
    padding: 5px 5px 5px 5px;
}
.avatar div a{
    padding: 5px 10px 5px 10px;
    border-radius: 25px;
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
}
.avatar div a:hover{
    transform: scale(1.1);
    opacity: 0.5;
}
.perfil_biblio{
    padding: 10px;
}
.perfil_biblio ul a li{
    padding: 5px;
    background-color: white;
    text-align: center;
    border-radius: 25px;
    font-size: 1.5em;
    font-weight: 500;
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
}
.perfil_biblio ul a li:hover{
    transform: scale(1.1);
    opacity: 0.5;
}
/*CHAT CHAT CHAT CHAT CHAT CHAT CHAT CHAT CHAT CHA*/
.mensaje_foro{
    padding: 20px;
    margin: 25px 0px 25px 0px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 205px;
    max-width: 460px;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    min-height: 120px;
}
.mensaje_foro figure{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.mensaje_foro figure img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 20px;
}
.mensaje_foro figure div p,.mensaje_foro figure div figcaption{
    color: rgb(0, 0, 0);
    margin: 10px 10px 0px 0px;
    text-align: left;
    padding: 0;
}
.mensaje_foro figure div p{
    font-size: 0.8em;
    font-weight: 400;
}
section form{
    font-family: 'Quicksand', sans-serif;
    color: white;
    padding: 20px;
    margin: auto;
    border-radius: 25px;
    background-color: rgba(255, 48, 92, 1);
    width: fit-content;
}
/*ACTIVIDADES*//*ACTIVIDADES*//*ACTIVIDADES*//*ACTIVIDADES*//*ACTIVIDADES*//*ACTIVIDADES*/
#filtro{
    display: flex;
    margin: auto;
}
#filtro ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#filtro ul li{
    margin: 5px;
}
#filtro ul li a{
    padding: 10px 30px 10px 30px;
    font-size: 0.8em;
}
#filtro ul{
    background-color: white;
    border-radius: 18px;
    align-items: center;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
}
#filtro ul a:hover {
    background-color:blue;
    border-radius: 18px;
    color:white;
    transform: scale(1.2);
}
#dificil{
    width: fit-content;
    color:white;
    background-color:blue;
    border-radius: 18px;
    transform: scale(1.2);
}
#facil{
    width: fit-content;
    color:white;
    background-color:blue;
    border-radius: 18px;
    transform: scale(1.2);
}
#todo{
    width: fit-content;
    color:white;
    background-color:blue;
    border-radius: 18px;
    transform: scale(1.2);
}
.actividades h1{
    padding: 10px 0px 10px 0px;
}
.actividad{
    padding: 15px;
    margin: 25px;
    border-radius: 25px;
    background-color:white;
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
    height: 140px;
}
a .actividad figure{
    height: 100%;
    display: flex;
    flex-direction: 2 column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.foto{
    height: 100%;
}
a .actividad figure img{
    width: 140px;
    margin: auto;
    border-radius: 20px;
    height: 100%;
}
a .actividad figure div p,.actividad figure div figcaption{
    margin: 0px 10px 0px 20px;
    text-align: left;
    padding: 0;
}
a .actividad figure div figcaption{
    font-size: 1.9em;
    font-weight: bold;
    text-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
}
a .actividad figure div p{
    font-size: 1.5em;
    font-weight: 400;
}


/*ACT*//*ACT*//*ACT*//*ACT*//*ACT*//*ACT*//*ACT*/

.video{
    width: 95%;
    height: auto;
    margin: auto;
    margin-bottom: 5px;
}
.titulo_actividad{
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 1.5em;
    margin: 0px 20px 0px 20px;
}
#compartir ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-left: 10px;
    margin-top: 10px;
}
#compartir ul li{
    margin:0;
    padding: 3px;
}
.info{
    margin: 20px 0px 20px 0px;
}
.instrucciones{
    margin: 20px 0px 20px 0px;
}
.instrucciones div{
    margin: 20px 0px 20px 0px;
}


/*CALENDARIO*//*CALENDARIO*//*CALENDARIO*/

#calendariopc{
    display: none;
}
/*CALENDARIO*//*CALENDARIO*//*CALENDARIO*/
.calendario{
    width: 95%;
    margin: auto;
    padding: 10px 0px 10px 0px;
}
#cal_disc{
    padding: 10px 0px 5px 0px;
}
#cal_disc ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
}
#cal_disc ul li{
    font-size: 0.9em;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 5px 0px 5px;
}
.circulo1{
    padding: 0px;
    margin: 3px 3px 3px 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: red;
}
.circulo2{
    padding: 0px;
    margin: 3px 3px 3px 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: blue;
}
.circulo3{
    padding: 0px;
    margin: 3px 3px 3px 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: green;
}
.circulo4{
    padding: 0px;
    margin: 3px 3px 3px 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: darkorange;
}
.calendario_contenedor{
    width: 100%;
    margin-top: 15px;
    background-color:white;
    box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
    height: auto;
    padding-bottom: 5px;
}
.calendario_contenedor #mes{
    padding: 10px 0px 10px 0px;
}
.calendario_contenedor > div:last-child{
    padding: 5px 0px 5px 0px;
}
#mes h1{
    text-align: center;
}
.calendario_contenedor #dias_semana ul{
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5%;
}
#dias_semana ul li{
    width: 13%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.8em;
}
#dias ul{
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    gap: 0.6%;
    height: 340px;
}
#dias ul a{
    width: 13.5%;
    height: 23%;
    margin:0;
    margin-top: 0;
    padding: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(206, 242, 240, 1);
}
#dias ul a:hover{
    opacity: 0.5;
}
#dias ul a li{
    width: 100%;
    height: 100px;
    margin: auto;
}
#dias ul a li > div:last-child{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}
#dias ul a li .numero{
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    background-color: rgba(60, 206, 195, 1);
}
#dias ul a li div p{
    margin: auto;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: center;
    font-size: 1em;
}
#dias ul a li div h3{
    font-size: 1.5em;
    text-align: center;
    margin: auto;
}
#dias ul a li div h5{
    margin-top: 4px;
    font-size: 1.2em;
}



.dia_del_mes{
    padding: 10px 0px 10px 0px;
}
.dia_del_mes article{
    margin: 10px 0px 10px 0px;
    padding: 20px 0px 20px 0px;
}
.dia_del_mes article div{
    margin-bottom: 15px;
}
.dia_del_mes article div h3{
    font-size: 1.3em;
    font-weight: 700;
    margin: 5px 25px 25px 25px;
}
.dia_del_mes article div h3 span{
    font-weight: 700;
}
.dia_del_mes article > div:first-child p{
    font-size: 1.8em;
    font-weight: 400;
}
.dia_del_mes article > div:last-child p{
    font-size: 1.3em;
    padding-bottom: 20px;
}
.dia_del_mes article div p{
    margin-bottom: 15px;
}
.dia_del_mes article div a{
    margin-top: 20px;
    padding: 10px 30px 10px 30px;
    background-color: rgba(255, 48, 92, 1);
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: 700;
}
.dia_del_mes article div a:hover{
    opacity: 0.5;
}
.dia_del_mes article img{
    margin: 20px 0px 10px 0px;
    width: 85%;
}

/*ANIMACION*//*ANIMACION*//*ANIMACION*//*ANIMACION*/
@keyframes presentacion{
    0% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        z-index: -1;
    }
}




/*ESCRITORIO*//*ESCRITORIO*//*ESCRITORIO*//*ESCRITORIO*//*ESCRITORIO*/
@media all and (min-width: 992px) {
    footer {
        top: 5px;
        right: 0;
        bottom: auto;
        background: none;
        width: 495px;
        height: 30px;
        position: absolute;
    }
    footer p {
        font-size: 18px;
    }
    .slider_inner ul li a img{
        border-radius: 15%;
    }
    .slider_inner ul{
        display: block;
        margin-left: px
    }
    .slider_inner ul li a figcaption{
        background-color:rgba(255, 48, 92, 1);
        border-top-left-radius: 0ch;
        border-top-right-radius: 0ch;
        color:white;
        position: relative;
        display: block;
        bottom: 30px;
        width: 180px;
        padding: 8px;
        padding-bottom: 14px;
    }
    footer nav ul li a{
        max-width: none;
    }
    h3{
        font-size: 15pt;
    }
    footer img{
        display: none;
    }
    footer figcaption{
        font-size: 20px;
    }
    header h2{
        text-align: left;
        margin-left: 145px;
        font-size: 1.5em;
    }
    .slider_inner{
        overflow-x: hidden;
    }
    .slider_inner ul{
        overflow-x: hidden;
        display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        grid-template-rows: 1fr 1fr;
    }
    .slider_inner
    .img1{
        grid-column-start: 1;
        grid-column-end: 2;
    }
    /*HEADER*/
    header a img{
        position: absolute;
        left: 30px;
    }
    header{
        height: 65px;
    }
    
    /*CALENDARIO CALENDARIO CALENDARIO CALENDARIO CALENDARIO*/
    .calendario_contenedor{
        font-size: 22px;
        height: 600px;
    }
    .numero{
        font-size: 15px;
    }
    #index_dias ul a{
        height: 130px;
    }
    .calendario_index a{
        width: 130px;
        margin: auto;
    }
    #dias ul{
        height: 400px;
    }
    .dia_del_mes article img{
        width: 50%;
    }
    .dia_del_mes{
        width:55vw;
        margin:auto;
    }

    /*ACTIVIDADES ACTIVIDADES ACTIVIDADES ACTIVIDADES*/
    a .actividad figure div p{
        font-size: 15px;
        font-weight: 400;
        padding-top: 10px;
    }
    a .actividad figure div figcaption{
        font-size: 16px;
    }
    a .actividad figure{
        align-items: center;
    }

    #act{
        overflow-x: hidden;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 1fr 1fr;
    }
    #actdificil{
        overflow-x: hidden;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 1fr 1fr;
    }
    #actfacil{
        overflow-x: hidden;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-template-rows: 1fr 1fr;
    }
    .actividad{
        height: 180px;
        margin: 15px;
    }
    /*ACT*//*ACT*//*ACT*//*ACT*//*ACT*//*ACT*//*ACT*/
    #actividadensi{
        width: 70vw;
        margin:auto;
    }
    #actividad{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 3%;
    }
    #actividad article{
        margin: 0;
        padding-bottom: 20px;

    }
    #actividad .instrucciones{
        min-width: 67%;
        max-width: 70%;
        background-color: white;
        box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
    }
    #actividad .info{
        background-color: white;
        box-shadow: 3px 5px 9px 0px rgb(0 0 0 / 25%);
    }
    .titulo_actividad{
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        text-align: left;
        font-size: 2em;
        margin: 0px 20px 30px 0px;

    }
    #compartir ul{
        justify-content: center;
        gap: 10px;
        margin: 0;
        margin-top: 20px;
    }


    /*PERFIL*//*PERFIL*//*PERFIL*//*PERFIL*//*PERFIL*//*PERFIL*/
    .perfil_biblio{
        width: 35%;
        margin: auto;
    }
    
    .mensaje_foro{
        max-width: 500px;
    }
    .mensaje_foro figure{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .mensaje_foro figure img{
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }
    .mensaje_foro figure div p,.mensaje_foro figure div figcaption{
        color: rgb(0, 0, 0);
        margin: 10px 10px 0px 0px;
        text-align: left;
        padding: 0;
    }
    .mensaje_foro figure div p{
        font-size: 0.8em;
        font-weight: 400;
    }
    section form{
        font-family: 'Quicksand', sans-serif;
        color: white;
        padding: 20px;
        margin: auto;
        border-radius: 25px;
        background-color: rgba(255, 48, 92, 1);
        width: fit-content;
    }
    /*VIDEO*//*VIDEO*//*VIDEO*//*VIDEO*/
    .video_act{
        position:relative;
        width: 65vw;
        margin:auto;
        background-color: none;
        padding-bottom: 35px;
    }
    .video_act iframe{
        width: 65vw;
        aspect-ratio: 560 / 315;
    }

}
