@charset "UTF-8";
/* CSS Document */

/*ESTILOS GLOBALES - SELECTORES TIPO */

* {
	color: #666 !important;
}

a, a:link, a:visited {
	color: dodgerblue;
}

h1, h2, h3 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 3rem 1rem 2rem;
	font-size: 32px;
}

p {
	font-size: 16px;
	text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
}

.logo {
	width: 100%;
	max-width: 400px !important;
	text-align: center;
}

.padre {
   	display: flex;
  	align-items: center;
  	justify-content: center;
	background-color: aquamarine;
	width: 100%;
	height: 100%;
}

.hijo {
	width: 100%;
}

.clear {
	clear: both;
}
