.display-mediano{
	display:inherit !important;
}


*{
	margin:0px;
	padding:0px;
}

html{
	height:100%; 
	margin:0; 
	padding:0;
	width:100%;
	top:0px;
	background-color:#fff;
	left:0px; 
	
}




h2{
	color: #4c4c4c;
    font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;

}

#formulario{
	width: calc(100% - 50px); 
	left: 25px;
	height: auto; 
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 100px;
	
}


