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

.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_profe {
	font-family: montserrat;
	color: #e1241d;
	font-weight: 800;
	font-size: 110%;
	margin-top: 7%;
	margin-bottom: 2%;
	align-self: left;
	margin-left: 7%;
}

.linea {

	width:80%; 
    height:2px;
    background: #e1241d;
    align-self: left;
    margin-left: 7%;
    margin-bottom: 8%;
}

.rectangulo_compartir {
	width: 90%; height: 160px;
    background-color: #EDEEF0;
    align-self: center;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.rectangulo_compartir h3 {
	font-family: montserrat;
    color: black;
    font-weight: 200;
    font-size: 90%;
    letter-spacing: 0.25px;
    text-align: center;
    margin-top: 12%;
}

.titulo_calificar {
	font-family: montserrat;
	color: #e1241d;
	font-weight: 800;
	font-size: 110%;
	margin-top: 7%;
	margin-bottom: 5%;
	align-self: center;
    letter-spacing: 0.75px;
}

.rectangulo_calificar {
	width: 90%; height: 100px;
    background-color: #e1241d;
    align-self: center;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

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

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 30px;
  background: #D7D9DD;
  border-radius: 5px;
  width:50%;
  position: relative;
  transition: all 5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: montserrat;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 15px;
  text-align: center;
  align-self: center;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #E0201C;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.volver {
	font-family: montserrat;
	color: black;
	font-weight: 200;
	font-size: 80%;
	margin-top: 10%;
	margin-bottom: 2%;
	align-self: center;
	margin-left: 7%;
}

a {

  text-decoration: none;
  color: black;
}

.footer {
  height: 55px;
  background-color: #e1241d;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.contenedor_footer {
	height: 65px;
	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;
}