html{ 
	height:100%; 
	margin: 0;
}



body {

  font-family: montserrat;
  background-color: #d8dade;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  margin-bottom: -65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


header {
  width: 100%;
  margin-top: 0px;

}

.contenedor1 {

	display: flex;
	flex-direction: column;
	margin-top: 0px;
    align-items: center;
    
}


.rectangulo_header {

    width: 100%; height: 62px;
    background-color: #9c9ba0;
    display: flex;
    flex-direction: row;
    align-content: center;

}


.logo_nolting {

	width: auto;
	height: 40px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}



.rectangulo_header h3 {

	color: white;
	font-size: 1em;
	font-weight: 600;
	align-self: center;
}
    
.box1 {

    background: #eeeff1;
    border-radius: 10px;
    width: 95%;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-direction: row;
    display: flex;
}


.contenedor_usuario_texto {

    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: center;
    justify-content: flex-start;
    margin-left: 5%;
}


.contenedor_usuario {
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 28px;
}

.contenedor_foto_usuario {

    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.foto_usuario {

	width: 60%;
    height: auto;
    border-radius: 100%;
    margin-left: 15px;
}

.nombre_usuario {

    color: #e1241d;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 0.5px;
    width: 115%;
    margin-top: 0px;

    }

.actividades {

    color: black;
    font-size: 0.8em;
    font-weight: 200;
    margin-top: 0px;
    width: 115%;
    margin-bottom: 0px;
    
    }

.contenedor_semana {

    display: flex;
    width: 90%;
    justify-content: flex-start;
}


.esta_semana {
    
    font-weight: 700;
    font-size: 1.2em;
    color: #C12722;
    margin-top: 25px;
    margin-bottom: 20px;
}

.box2 {

    background: #eeeff1;
    border-radius: 10px;
    width: 95%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.contenedor_box2 {

    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: #C12722;
    border-radius: 10px;
    height: auto;
}


.contenedor_box22 {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
}


.contenedor_lunes {

    width: auto;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.lunes {

    font-weight: 400;
    font-size: 1.2em;
    color: white;
    margin-bottom: 10px;
    margin-top: 0px;
}

.zumba {

    font-size: 0.7em;
    font-weight: 300;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contenedor_flecha {

    height: 150px;
    width: auto;
    justify-content: center;
    float: right;
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}

.flecha {

  width: 17px;
  height: auto;
}

.estado {

  display: flex;
  width: 90%;
  justify-content: flex-start;

}

.estado_materias {

    font-weight: 300;
    font-size: 0.8em;
    margin-top: 15px;
    margin-bottom: 20px;
}

.contenedor_box3 {

    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: #C12722;
    border-radius: 10px;
    height: auto;
    margin-top: 15px;
}

.contenedor_box33 {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 40px;
    margin-right: 40px;
    height: 50px;
    align-items: center;
    margin-top: -25px;
    margin-bottom: 30px;
}

.contenedor_miercoles {

    width: auto;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contenedor_flecha_2 {

    height: 80px;
    width: auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-left: 60px;
}

.contenedor_box_rojo {

    background: #C12722;
    border-radius: 10px;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

.contenedor_box_rojo:hover {

    background-color: #2c3740;
}


.box_rojo {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin-left: 10px;
    margin-right: 10px;
}

.anotate {

    color: white;
    font-weight: 600;
    font-size: 1em;

}

.footer {
  height: 55px;
  background-color: #e1241d;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  margin-top: 80px;
  width: 100%;
}

.contenedor_footer {
	height: 65px;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
  width: 100%;
}

.iconos {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 25px; width: auto;
	margin-left: 30px;
	margin-right: 30px;
}

