.wrapper__content--bloqueLR{
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    fLex-direction: column; 
    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: #253f71;
    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;*/
    margin: 0px 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_back{
}
.wrap_cal{
    flex-wrap: wrap;
}
.wrap_cal_item{
    margin-bottom: 15px;
    margin-right: 20px;
}
.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;
}
.btn_nuevoRecurso{
    width: 60%; 
    height:70px; 
    color: #253f71; 
    margin-top: 10px; 
    border-radius: 12px; 
    border: 0.5px solid #538df4; 
    background-color: transparent; 
    visibility: visibility;
}

/* LISTA */
.wrapperList{
    width: 80%; 
    display: flex; 
    flex-direction: column; 
}
.wrapperList div{
    display: flex; 
    justify-content: flex-start; 
    flex-direction: column;
    align-items: left;
    margin-bottom: 15px;
    border-bottom: 0.5px solid #979292;
}
.wrapperList span{
    display: flex; 
    justify-content: flex-start; 
    flex-direction: column;
    align-items: left;
}
.wrapperList li{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.wrapperList p{
    margin-left: 0px;
    margin-bottom: 5px;
}
.wrapperList small{
    margin-left: 0px;
}
.spanList-b{
    width:100%;
}
.spanList-s{
    width:100px;
}

/* FINAL LISTA */

/* PRUEBAS */
.wrapper_contentAnswer_exa{
    width: 100%; 
    display: flex; 
    justify-content: space-evenly; 
    align-items: center; 
    flex-direction: row;
}
.wrapper_answer_rel{
    display: flex; 
    flex-direction: column;
    width:50%;
}

/* FINAL DE PRUEBAS */


@media screen and (min-width:769px){
.wrapper_back{
    width: 100%;
    background: rgb(123,4,125);
    background: linear-gradient(180deg, rgba(123,4,125,1) 6%, rgba(49,2,50,1) 63%);
}
}

@media screen and (min-width:640px){
.wrapper__content--bloqueLR{
    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;
}
.wrap_cal{
    flex-wrap: nowrap!important;
}
.wrap_cal_item{
    margin-bottom: 0px;
    margin-right: 0px;
}
 /* CLASS */
.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%;
}
/* EBV */
.spanList-b{
    width:400px;
}
.spanList-s{
    width:100px;
}
/* FINAL EBV */

/* PRUEBAS */
.wrapper_answer_rel{
    width:30%;
}
.wrapper_contentAnswer_exa{
    width: 90%;
}

/* FINAL DE PRUEBAS */

}




















