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


body {
  background-color: #d8d9dd;
  width: 100%;
  margin: 0px;
  height: 100%;
  min-height: 100%;
  margin-bottom: -65px;
}



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

.contenedor {

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

.logo_nolting {

  height: auto;
  width: 30%;
  align-self: center;

}


.gimnasio {

    font-family: montserrat;
    font-weight: 700;
    color: #C12722;
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 2em;
    align-self: center;
    text-align: center;
}

.container {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;

}

input[type1=text] {
    width: 90%;
    padding: 13px;
    display: flex;
    border: none;
    background: #ffffff;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 15px;
    font-family: montserrat;
    font-size: 15px;
    color: #70706f;
    font-weight: 200;

}


.rectangulo_rojo {

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

.rectangulo_rojo:hover {

  color: white;
  background: #e1241d;

}

.rectangulo_rojo h1 {

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

.rectangulo_rojo h1:hover {

    color: white;
}

.rectangulo_rojo_2 {

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

.rectangulo_rojo_2:hover {

  color: white;
  background: #e1241d;

}

.rectangulo_rojo_2 h1 {

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

.rectangulo_rojo_2 h1:hover {

    color: white;
}

a {

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