


.container-ciclos{
    width:100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top:0;
    left:0;	
}
.contenedor-global{
    display: flex;
    width:100%;
    height: 100%;
    left:0;
    top:0;
    position: fixed;
    flex-direction: row;
}
.animar-contenedor{
    position: relative;

    animation-name: ani-contenedor-global;
    animation-duration: 0.2s;
    animation-timing-function: eaze;

    -webkit-animation-name: ani-contenedor-global;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-timing-function: eaze;
}
@keyframes ani-animar-contenedor{
   from {top:25px;}
   to { top:0px;}
}
.contenedor-central{
    display:flex;
    background-color: #e9e9e9;
    width:100%;
    flex-grow: 1;
    height: 100%;
    flex-direction: column;
    overflow-y: scroll;
    position: relative;
}
.contenedor-central-nodesplazable{
    display:flex;
    background-color: #e9e9e9;
    width:100%;
    flex-grow: 1;
    height: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    overflow: hidden;
    position: relative;
}
.contenedor-central2{
    display:flex;
    width:100%;
    flex-grow: 1;
    height: 100%;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.container-animado{
    animation-name: aniContenedorCentral;
    animation-duration: 0.6s;
    animation-timing-function: ease;
}
@keyframes aniContenedorCentral{
    from{ top:20px;}
    to{top:0px;}
}
.container-central-centered{
    display:flex;
    width:100%;
    height:100%;
    align-items: center;
    justify-content: center;
}
.container-central-centered-fixed{
    display:flex;
    width:100%;
    height:100%;
    position:fixed;
    align-items: center;
    justify-content: center;
}
.container-central-centered{
    display:flex;
    width:100%;
    height:100%;
    align-items: center;
    justify-content: center;
}
.box{
    padding:20px;
    border: thin solid #ccc;
    box-shadow: 3px 3px 5px black;
    border-radius: 10px;
    background-color: white;
    
    animation-name: box-animation;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 1;
}
    
@keyframes box-animation{
    from{  opacity: 0; }
    to{ opacity: 1;}
}
.box .foto-perfil  {    
    border-radius: 50%;
    border: 0 solid gray;
    width: 175px;
    background-position: center;
    height: 75px;
    width: 75px;
    display:block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px gray;
    margin-right: 20px;
}

.box4{
    padding:20px;
    border: thin solid #ccc;
    box-shadow: 3px 3px 5px black;
    border-radius: 10px;
}
.boxComentario{
    width:100%;
    background-color: #EEE;
    margin-bottom: 3px;
    padding:6px;
    padding-left:15px;
    padding-right: 15px;
    border-radius:6px;
}
.boxComentario-small{
    width:100%;
    background-color: #EEE;
    margin-bottom: 3px;
    padding:8px;
    border-radius:0px;
}

.container-bottom-fixed{
    width:100%;
    padding:15px;
    background-color: white;
    border-top:thin solid gray;
    display:flex;
    justify-content: center;
    position: fixed;
    bottom:0px;
    left:0px;
    box-shadow: -3px -3px 10px gray;
}

.boxPaneles2{    
    width:700px;
    box-shadow: 2px 2px 15px black;    
    border-radius: 15px;
    padding:25px;
    display: flex;
    justify-content: center;
}
.boxPaneles2  button {    
    width:100%;
}
.boxPaneles2  table  {
    width:100%;
}
@media only screen and (max-width: 600px) {
    .boxPaneles2{    
        width:100%;
        box-shadow: 2px 3px 5px black;    
    }
}
.box-cuestionario{
    margin:auto;
    border:  thin solid #ddd;
    display:flex;
    padding:20px;
    width:90%;
    height: auto;
    overflow-y: visible;
}
.box-cuestionario.top{
    border-radius: 16px 16px 0px 0px;
}
.box-cuestionario.bottom{
    border-radius: 0px 0px 16px 16px;
}
.box5{
    border:thin solid black;
    background-color: #F1F1F1;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 15px black;
    margin:5px;
    padding:15px;
}
.box-respuesta-foro {
    width:100%;
    height: 100%;
    display:flex;
    flex-grow: 1;
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding:15px;
}
.box-respuesta-foro-textarea{
     margin:5%;
     flex-grow: 0.9;
     border: thin solid gray;
     border-radius: 10px 10px 10px 10px;
     box-shadow: 5px 5px 5px gray;
    
    
}

/*BOX FILTER*/
.box-filter-estudiantes{
    background-color: #ddd;
    border-radius: 0px 0px 5px 5px;
    display:block;
    justify-content: center;
    border:1px solid #bbb;
}
.box-filter-estudiantes .container{
    background-color: #ccc;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    margin:auto;
    width:auto;
}
.box-filter-estudiantes button {
    color:#666;
    border-radius: 5px 5px 5px 5px;
    background-color: #ddd;
    transition-duration: 0.2s;    
    margin-top:2px;
    margin-bottom:2px;
}
.box-filter-estudiantes button {
    margin-left:2px;
    margin-right: 2px;
    background-color: #eee;
    border:thin solid #ccc;
}
.box-filter-estudiantes button:hover{
    box-shadow: 0px 0px 10px gray;
    color:white;
    background-color: black;
}
.button-filter.left{
}
.box-filter-estudiantes button.active{
    color:white;
    background-color: dodgerblue;
}
.button-filter.right{
}

/*BOX FILTER2*/
.box-filter2-estudiantes{
    display:block;
    width:100%;
    height: 100%;
    justify-content: center;
}
.box-filter2-estudiantes .container{
    display:flex;
    justify-content: center;
    margin:auto;
    width:auto;
    height:90%;
}
.box-filter2-estudiantes button.left  {
    border-radius: 15px 0 0  15px;
}
.box-filter2-estudiantes button.right  {
    border-radius: 0   15px 15px  0;
}
.box-filter2-estudiantes button {
    color:#666;
    border-radius: 0 0 0 0 ;
    background-color: white;
    border: thin dotted gray;
    transition-duration: 0.2s;    
    margin-top:   4px;
    margin-bottom:3px;
    margin-left:  0px;
    margin-right: 0px;
    height: 90%;
    padding:4px;
    padding-left:12px;
    padding-right:12px;
}
.box-filter2-estudiantes button:hover{
    box-shadow: 0px 0px 10px gray;
    color:white;
    background-color: black;
}
.button-filter2.left{
}
.box-filter2-estudiantes button.active{
    color:white;
    background-color: dodgerblue;
}
.button-filter2.right{
}
@media only screen and (max-width: 600px) {
    .box-filter2-estudiantes button {
        padding:2px;
        padding-left:4px;
        padding-right:4px;
        margin-left:  0px;
        margin-right: 0px;
    }
}