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


body {
  background-color: #C12722;
  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: 95px;
}

.logo_nolting {

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

}


.gimnasio {

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

.texto_gimnasio {

    font-family: montserrat;
    font-weight: 300;
    color: white;
    margin-top: 10px;
    align-self: center;
    font-size: 1em;
    text-align: center;
    width: 70%;
}

.rectangulo_rojo {

    width: 55%;
    height: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    margin-top: 60px;
}

.rectangulo_rojo h1 {

	font-family: montserrat;
	color: #C12722;
	font-weight: 500;
	font-size: 130%;
}

a {

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