.contenedor-general{
	margin-top: 7%;
}

* {
	font-family: century gothic;
	text-align: center;
}

form {
	padding:50px 30px;
	background-color: #054280;
	padding-top: 28px;
	margin-bottom: 10px;
	color: #fff;
}


@media(min-width:1000px){
	.texto{
		font-size:1.1em;
	}
}

@media(max-width:800px){
	.texto{
		font-size: 1em;
	}
}

@media(max-width:600px){
	.texto{
		font-size: 0.9em;
	}
}

