html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Titillium Web', sans-serif;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: inherit;
	
}
a:hover{
	color: inherit;

}

.main_navigation{
	width: 100%;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
}

.nav_button{
	width: 50%;
	padding: 25px 0;
	text-align: center;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 1rem;
	font-weight: 700;
	float: left;
}

.nav_button:hover{
	color: white;
}

.blue_bkg{
	background-color: #313FF4;
}

.pink_bkg{
	background-color: #F9BEBF;
}

header{
	text-align: center;
	padding-top: 95px;
	padding-bottom: 110px;
}

.main_title{
	font-size: 45px;
	text-transform: uppercase;
	color: #F9BEBF;
	margin-bottom: 20px;
}

.subtitle{
	font-size: 14px;
	color: #313FF4;
	text-transform: uppercase;
}

.team_intro{
	display: flex;
	flex-wrap:wrap;
}

.team_intro>a{
	flex-basis: 50%;
}

.photo{
	width: 100%;
}


.member_info{
	padding: 40px 0px;
	text-align: center;
}

.career{
	font-size: 40px;
	display: inline-block;
	margin-right: 10px;
	color: #F9BEBF;
	vertical-align: middle;
}

.pink_bkg .career{
	color: #313FF4;
}

.member_name{
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	max-width: 60%;
	text-align: left;
	vertical-align: middle;
}

.role{
	font-size: 12px;
	margin-top: 20px;
	color: #F9BEBF;
}

.pink_bkg .role{
	color: #313FF4;
}

.comitente{
	background-color: #BBBDBF;
	color: white;
	padding: 65px 25px;
}

.comitente_title{
	font-size: 30px;
}

.hor_separator{
	width: 25px;
	height: 2px;
	margin: 20px 0;
	background-color: white;
}

.data{
	color: #BBBDBF;
	padding: 65px 25px;
}

.data_title{
	font-size: 30px;
}

.data .hor_separator{
	background-color: #BBBDBF;
}

.foot_info{
	padding: 35px 25px;
	background-color: #BBBDBF;
	color: white;
	font-size: 12px;
}

.leading{
	font-weight: 700;
}

@media (min-width: 1000px){
	.team_intro>a{
		flex-basis: 25%;
	}

	#manuel{
		order: 1;
	}

	#marie{
		order: 2;
	}

	#claudia, #yam{
		order: 3;
	}

	.nav_button{
		width: 25%;
	}

	#nosotros{
		order: 2;
	}

	#carta{
		order: 1;
	}

	#app, #web{
		order: 3;
	}
}

@media (max-width: 500px){
	.member_info{
		padding: 40px 25px;
		text-align: left;
	}

	.career{
		display: block;
		margin-bottom: 20px;
	}
}