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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color: #57585A;
	cursor:default;
	line-height: 1;
  	font-family: Arial, Helvetica, sans-serif; 
}
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;
}

h1, h2 {
	position: absolute;
	opacity: 0;
}
.imgWallpaper {
	bottom: 0;
	left: 0;
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
	transition: filter 1s;
	width: 100%;
}
.capa {
	background-color: white;
	bottom: 0;	
	height: 220px;
	left: 0;
	margin: auto;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.5s;
	width: 600px;
	z-index: 1;
}
.container:hover + .capa {
	opacity: 1;
}
.container:hover + .capa + .imgWallpaper {
	filter: blur(3px);
}
.container {
	-moz-box-shadow: 0px 1px 5px 0px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 5px 0px rgba(255,255,255,1);
	box-shadow: 0px 1px 5px 0px rgba(255,255,255,1);
	background-color: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	display: inline-block;
	height: 220px;
	left: 0;
	margin: auto;
	padding-top: 35px; 
	position: absolute;
	right: 0;
	text-align: center;
	transition: box-shadow 1s;
	top: 0;
	width: 600px;
	z-index: 2;
}
.container:hover {
	box-shadow: 0px 1px 5px 0px rgba(140,140,140,1);
	opacity: 1;
}
.imgLogo {
	margin: 0 auto
}
.txtConcept{
	font-size: 20px;
	margin: 10px 15px 10px 15px;
}
.txtEmail{
	color: #EB822D;
	font-family: Bahnschrift;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
	pointer-events: block;
	text-decoration: none;
}
.txtEmail:hover {
	color: #984FB5;
	cursor: pointer;
}
.txtCountry {
	font-size: 15px;
	margin: 10px;
	opacity: 0.8;
}
#logo2 {
	display: none;
}
@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/hinted-Bahnschrift.eot');
    src: local('Bahnschrift'),
        url('../fonts/hinted-Bahnschrift.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hinted-Bahnschrift.woff2') format('woff2'),
        url('../fonts/hinted-Bahnschrift.woff') format('woff'),
        url('../fonts/hinted-Bahnschrift.ttf') format('truetype'),
        url('../fonts/hinted-Bahnschrift.svg#Bahnschrift') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media only screen and (max-width: 800px) {
	.imgWallpaper {
		width: 800px;
	}
}
@media only screen and (max-width: 600px) {
	.container, .capa {
		height: 300px;
		width: 100%;
	}
	#logo1 {
		display: none;
	}
	#logo2 {
		display: block;
	}
}
@media only screen and (max-width: 500px) {
	.txtConcept {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 18px;
		margin: 0 auto;
		padding: 10px 0;
		width: 250px;
	}
}
@media only screen and (max-width: 280px) {
	body, .container {
		width: 280px;
	}
}

