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_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-items: center;
}


.titulo_compartir {
  font-family: montserrat;
  color: #e1241d;
  font-weight: 700;
  font-size: 15pt;
  margin-top: 50px;
  margin-bottom: 30px;
  align-self: center;
    letter-spacing: 1px;
}

.foto_pilates {
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
    align-self: center;
}

.container2 {
    display: flex;
    align-content: left;
    align-self: left;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 15px;
    border: none;
    width: 90%;
}

input[type2=text] {
  width: 100px;
  padding: 200px 400px;
  display: flex;
  border: none;
  background: #ffffff;
  margin-left: 2px;
  margin-bottom: 15px;
  font-family: montserrat;
  font-size: 15px;
  color: #70706f;
  font-weight: 200;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ffff;
  outline: none;
  font-family: montserrat;
}

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


.rectangulo_rojo {

    width: 40%;
    height: 40px;
    color: #e1241d;
    border-radius: 20px;
    border-color: #e1241d;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border-width: 1pt;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 10px;
}

.rectangulo_rojo:hover {

  color: white;
  background: #e1241d;

}

.rectangulo_rojo h1 {

    font-family: montserrat;
    color: #e1241d;
    font-weight: 500;
    font-size: 1em;
}

.rectangulo_rojo h1:hover {

    color: white;
}

a {

  text-decoration: none;
  color: #C12722;
}

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

.seguir_compartiendo {

    font-weight: 300;
    font-family: montserrat;
    font-size: 0.9em;
    text-align: center;
}

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