
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/abel/v12/MwQ5bhbm2POE2V9BPQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    height: 100%;
}

body {
	min-height: 100%;
	background-color: #fefdfb;
	color: #555;
	font-family: "Abel", sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	line-height: normal;
}

a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #fc436b;
	text-decoration: underline;
}
.imagenes {
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	max-width: 70%;
}

#container {
	width: 100%;
	margin-top: 65px;
}

#pageheader {
	display: table;
	width: 62.5%;
	margin: auto;
	padding-bottom: 1px;
}

.section {
	width: 62.5%;
	border-top: 1px solid #eee;
	padding: 1.25rem 0;
	margin: auto;
}

.pageitem {
	display:flex; 
	justify-content: space-around;
	width: 100%;
	margin-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}

.history {
	display: table; 
}

.pageitem h1 {
font-weight: normal;
color: #555;
margin: 0;
text-align: left;
}

.pageitem h2 {
font-size: 32px;
background-color: inherit;
color: #444;
margin-top: 0;
}

.pageitem p em {
background-color: inherit;
color: #444;
font-size: 40px;
font-style: normal;
font-weight: 100;
}

.pageitem p {
padding: 0 75px;
margin: 0;
font-size: 18px;
line-height: 200%;
}

.columna {
	display: table-cell;
}

.columna ul#sub {
	float: right;
	padding: 0;
	margin: 0;
}

.columna ul#sub li {
	display: inline;
	list-style-type: none;
	text-align: right;
}

.columna ul#sub li a {
	padding: 5px;
	background-color: inherit;
	color: #777;
}


#footer {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	padding: 15px 0;
	text-align: left;
	font-size: 13px;
	color: #999;
}

#footer p {
	text-align: left;
	padding: 0;
}

#credits {
	margin:1rem;
	display: table;
	
	text-align: left;
	font-size: 12px;
	color: #999;
	line-height: 100%;
}

.responsive {
	background-color: inherit;
	color: #fff;
	text-align: left;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0;
	position: absolute;
	top: 10%;
	left: 5%;
	display: none;
}

.logo{
	width: 40%;
}

.formpefril{
	flex-flow: row wrap;
	align-items: center;
}

.row {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.profilecolumn {
	vertical-align: middle;
	padding: 1rem;
}

.perfil1{
	flex-basis:25%;
	border-right: 1px solid #dee2e6;
}
.perfil2{
	flex-basis:42%;
	border-right: 1px solid #dee2e6;
}
.perfil3{
	flex-basis:33%;
}

.labels{
	font-size: 14px;
	display: inline-block;
	text-align:left;
	font-weight: 600;
}

.column-2{
	flex-grow: 1;
	flex-basis: 0;
	margin-right: 20px;
}

.form-control {
	display: block;
	box-sizing: content-box;
	width: 90%;
	border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	flex: 0 0 auto;
}

.boton1{
	border:0.1em solid #FFFFFF;
	margin:0 0.3em 0.3em 0;
	padding:0.6em 1.3em;
	border-radius:5px;
	box-sizing: border-box;
	text-decoration:none;
	color:#FFFFFF;
	background-color: #000000;
	text-align:center;
	transition: all 0.2s;
	margin-left: 16px;
	cursor: pointer;
}

.boton1:hover{
	background-color: #242424;
}

@media all and (max-width: 480px) {

	.col {
		flex-basis: 100%;
		display: flex;
		padding: 10px 0;
		float: left;
		width: 100%;
	}
	.ul #sub {
		float:right;
	}
	
	.logo{
		width:70%;
	}
	
	#pageheader {
		width: 100%;
		display: flex;
	}
	
	.pageitem {
		flex-direction:column;
	}
	
	.pageitem p {
		padding: 0;
	}
	
	.section {
		width: 100%;
	}
	
	.formpefril{
		flex-flow: column wrap;
	}
	.row{
		flex-direction: column;
	}

}

