.wrapper__content--bloqueLR{
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    fLex-direction: column; 
    width: 100%; 
    margin: 80px auto 0px auto;
}
.wrapper__content--bloqueLR-rvs{
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    fLex-direction: column-reverse; 
    width: 100%; 
    margin: 80px auto 0px auto;
}
.bloqueL__content{
    display: flex; 
    align-items: center;
    flex-direction: column; 
    justify-content: space-evenly;
    width: 90%;
    height: auto;
    padding: 10px auto;
}
.bloqueR__content{
    display: flex; 
    align-items: center;
    width: 90%;
    height: auto;
    padding: 10px 10px;
}
.bloqueL__content__h{
    text-align: center;
    color: #ffffff;
    opacity: 0;
}
.bloqueL__content__h-left{
    text-align: center;
    opacity: 0;
}
.bloqueL__content__h-left2{
    text-align: center;
    opacity: 0;
}
.bloqueL__content__h-set{
    text-align: right;
    color: #3a85e3;
    text-decoration: none;
    opacity: 0;
}
.bloqueL__content__h-set:hover{
    text-align: right;
    color: #3a85e3;
    opacity: 0;
}
.bloqueL__content__p{
    text-align: center;
    font-weight: bold;
    margin-right: auto; 
    margin-left: auto;
    opacity: 0;
}
.bloqueR__content__p{
    color: #ffffff;
    text-align: justify;
    opacity: 0;
}
.video_rep{
    width: 100%; 
    /*height: 390px;*/
    height: 280px;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
    opacity: 0;
}

/* CLASS  */
.wrapper__content_class{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    /*border: 2.5px solid #59a6fc;*/
    border-radius: 0px 0px 7px 7px;
    /*margin: 50px auto;*/
    padding: 20px 0px 10px 0px;
    background-color: #eff1f4;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
}
        .wrapper__content_class_{
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-evenly;
            /*border: 2.5px solid #59a6fc;*/
            border-radius: 0px 0px 7px 7px;
            /*margin: 50px auto;*/
            padding: 20px 0px 10px 0px;
            background-color: #eff1f4;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
        }
.content_class_col{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 0px;
}
.content_class_col-left{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    padding: 0px 10px;
}
.content_class_col-left2{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    padding: 0px 10px;
    /*margin-bottom: 10px;*/
}
.content_class_col-recursos1{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    width: 98%;
    height: auto;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: auto;
    padding: 0px;
    border: 1px solid #538df4;
}
.content_class_col-recursos2{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    width: 98%;
    height: auto;
    background-color: transparent;
    margin-top: 20px;
    margin-bottom: auto;
    padding: 0px;
    border: 1px solid #a67a03;
}

/*EDICIÓN DE CLASES*/

.btn_nuevoRecurso{
    width: 60%; 
    height:70px; 
    color: #253f71; 
    margin-top: 10px; 
    border-radius: 12px; 
    border: 0.5px solid #538df4; 
    background-color: transparent; 
    visibility: visibility;
}

/*FINAL EDICIÓN DE CLASES */

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

.wrapperElementCalendar{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 8%;
    height: 12%;
    padding: 25px 0px;
    border-bottom: 0.5px solid rgba(9, 67, 139, 1);
    cursor: pointer;
}
.wrapperElementCalendar:hover{
    border: 0.5px solid rgba(9, 67, 139, 1);
}

.wrap_cal{
    flex-wrap: wrap;
}

/* ASIGNATURAS */
.wrapper_descAsig{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 10px 18px;
}
.wrapper_descAsig-row{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    border: 0.5px solid #c6c4c4;
    padding: 10px 18px;
}
.wrapper_descAsig-row div{
    width: 30%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.wrapper_descAsig-row span{
    width: 70%;
}


@media screen and (min-width:769px){
    
}

@media screen and (min-width:640px){
.wrapper__content--bloqueLR{
    fLex-direction: row;
}
.wrapper__content--bloqueLR-rvs{
    fLex-direction: row;
}
.bloqueL__content{
    width: 40%;
}  
.bloqueL__content__h{
    text-align: right;
}
.bloqueL__content__h-left{
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
}
.bloqueL__content__h-left2{
    text-align: left;
    margin-left: 0px;
    margin-right: auto;
    max-width: 80%;
}
.bloqueL__content__p{
    text-align: right;
    margin-right: 0; 
    margin-left: auto;
}
.bloqueR__content{
    width: 60%;
}
.video_rep{
    width: 100%; 
    /*height: 390px;*/
    height: auto;
    margin: 0px auto;
    box-shadow: rgba(red, green, blue, 0.50) 3px 3px 10px 5px;
    -webkit-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px;
    -moz-box-shadow: rgba(0,0,0,0.50) 3px 3px 10px 5px;
    opacity: 0;
}
 /* CLASS */
.wrapper__content_class{
    padding: 0px 0px 10px 0px;
}
        .wrapper__content_class_{
            padding: 0px 0px 10px 0px;
        }
.content_class_col-left{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 15%;
    height: auto;
    padding-left: 0px;
    padding-right: auto;
}
.content_class_col-left2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 33%;
    height: auto;
    padding-left: 0px;
    padding-right: auto;
}
.content_class_col-recursos1{
    width: 49%;
}
.content_class_col-recursos2{
    width: 49%;
} 
.btn_nuevoRecurso{
    width: 40%;
}

/* CALENDARIO */

.wrapperElementCalendar{
    width: 12%;
    height: 12%;
    padding: 35px;
}
.wrap_cal{
    flex-wrap: nowrap;
}

/* FINAL CALENDARIO */

}




















