@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700');


body {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 10%;
}
h3 {
	font-size: 2em;
}

header {
	padding: 60px 0;
} 
footer {
	padding: 30px 0;
	font-size: 0.8em;
	margin-top: 60px;
} 
header, 
footer {
	overflow: hidden;
	background-color: #000000;
	color: #ffffff;
}
footer p {
	margin: 0; 
}
header h1 {
	font-size: 2.8em;
	letter-spacing: 1.3px;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
    border-bottom: 1px dashed #999;
    padding: 15px 50px;
}
header h2 {
	font-size: 1.2em;
    margin-top: 2%;
    margin-bottom: 0;
    letter-spacing: 3px;
}
header h5 {
    margin-top: 1.3%;
    letter-spacing: 1.5px
}
a {
	color: #ffffff;
}

nav ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0;
}
nav ul li a {
	color: black;
	text-decoration: none;
	font-size: .8em;
	color: #ffffff;
}
nav ul li a:focus,
nav ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;
	font-size: .8em;
	color: #ffffff;
}
nav ul li a:visited  {
	color: #ffffff;
	text-decoration: line-through !important;
}
small {
	display: block;
	clear: both;
	padding-top: 1%;
}

.bg {
	background: no-repeat center top;
	width: 33%;
	height: 300px;
	background-size: cover;
	float: left;

}
/* antojo de */
.bg.antojo_de {
	background-image: url('../img/antojo_de.jpg');
	width: 100%;
	height: 0;
	padding-top: 58.61%;
}

/* alfa */
.bg.alfa-logo {
	background-image: url('../img/alfa/alfa_logo.jpg');
}
.bg.alfa-tarjetas {
	background-image: url('../img/alfa/alfa_tarjetas.jpg');
}
.bg.alfa-aplicaciones {
	background-image: url('../img/alfa/alfa_aplicaciones.jpg');
	width: 100%;
	height: 0;
	padding-top: 68.48%;
}
.bg.alfa-delantal {
	background-image: url('../img/alfa/alfa_delantal.jpg');
}
.bg.alfa-posavasos {
	background-image: url('../img/alfa/alfa_posavasos.jpg');
	width: 100%;
	height: 0;
	padding-top: 68.48%;
}

/* oracles */
.bg.oracles-theatre {
	background-image: url('../img/oracles-theatre.png');
	width: 100%;
	height: 0;
	padding-top: 58.61%;
}

/* safety-seeds */
.bg.safety-seeds {
	margin-bottom: 5%;
	background-size: 100%;
}
.bg.safety-seeds.home {
	background-image: url('../img/safety-seeds/safety-seeds.png');
	width: 100%;
	height: 0;
	padding-top: 58.61%;
}
.bg.safety-seeds.wf1 {
	background-image: url('../img/safety-seeds/ss_wf_home.jpg');
	width: 48%;
	margin-right: 1%;
	height: 0;
	padding-top: 140%;
}
.bg.safety-seeds.wf2 {
	background-image: url('../img/safety-seeds/ss_wf_ficha.jpg');
	width: 48%;
	margin-left: 1%;
	height: 0;
	padding-top: 140%;
}
.bg.safety-seeds.card_front {
	background-image: url('../img/safety-seeds/ss_tarjeta_front.jpg');
	height: 0;
	width: 32%;
	padding-top: 53.3%;
	margin-bottom: 0;
}
.bg.safety-seeds.card_back {
	background-image: url('../img/safety-seeds/ss_tarjeta_back.jpg');
	height: 0;
	width: 32%;
	padding-top: 53.3%;
	margin-left: 1%;
	margin-right: 1%;
    border: 1px solid #ccc;
    margin-bottom: 0;
}
.bg.safety-seeds.sticker {
	background-image: url('../img/safety-seeds/ss_sticker.jpg');
	height: 0;
	width: 32%;
	padding-top: 31.15%;
	margin-bottom: 0;
}

/* xbox vs ps4 */
.bg.xbox_vs_ps4 {
	background-image: url('../img/xbox_vs_ps4.jpg');
	width: 100%;
	height: 0;
	padding-top: 58.48%;
    background-size: 100%;
}

/* bankimia */
.bg.bankimia {
	background-image: url('../img/bankimia.png');
	width: 100%;
	height: 0;
	padding-top: 57.29%;
}

/* bankimia */
.bg.premios-faciles {
	background-image: url('../img/wireframes_flow_pf_.jpg');
	width: 100%;
	height: 0;
	padding-top: 57.02%;
}

@media (max-width: 990px){
	header {
		padding: 30px 0;
	}
	nav ul {
		text-align: center;
		margin-top: 25px;
	}
	nav ul li {
		display: inline-block;
		margin: 0 20px;
	}
}







