html{ 
	height:100%; 
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}


body {
  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;
}

.contenedor_header {
	display: flex;
	flex-direction: row;
	margin-top: 0px;
    display: inline;
    align-items: center;
}


.rectangulo_header {
    width: 100%; height: 70px;
    background-color: #9c9ba0;
    display: flex;
    flex-direction: row;
    align-content: center;
}


.logo_nolting {
	width: auto;
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	align-self: center;
}



.rectangulo_header h3 {
	font-family: montserrat;
	color: white;
	font-size: 14pt;
	font-weight: 600;
	align-self: center;
}

.contenedor_general {
  display: flex;
  flex-direction: column;
  align-content: center;
}


.titulo_calendario {
  font-family: montserrat;
  color: #e1241d;
  font-weight: 800;
  font-size: 21pt;
  margin-top: 50px;
  margin-bottom: 30px;
  align-self: center;
}

.rectangulo_dias {
  width: 255px; height: 50px;
    background-color: #e1241d;
    align-self: center;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rectangulo_dias h3 {
    font-family: montserrat;
    color: white;
    font-weight: 600;
}


.rectangulo_blanco {
    width: 255px; height: 525px;
    background-color: white;
    align-self: center;
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.contenido_rectangulo {
  display: flex;
  flex-direction: row;
  font-family: Montserrat;
  color: #e1241d;
  justify-content: left;
  margin-top: 25px;
  align-items: center;
  margin-left: 25px;
}


.texto_rectangulo {
  display: flex;
  flex-direction: column;
  align-content: left;
}

.texto_rectangulo h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12pt;
  color: #e1241d;
  margin-bottom: 10px;
}

.texto_rectangulo h3 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 9pt;
  color: #e1241d;
  margin-bottom: 5px;
  margin-top: 5px;
}

.asistir {
  width: 32px; height: auto;
  margin-left: 70px;
  align-self: right;
  margin-top: 20px;
}

.raya {
  display: flex;
  flex-direction: row;
  margin-left: 23px;
  margin-bottom: -20px;
  margin-top: 15px;
}
.footer {
  height: 55px;
  background-color: #e1241d;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

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