/* -------------------------------------------------- CSS RESET ---------- */
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{
	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;
}

body{
	background: white;
	font-family: 'Oswald';
	font-size: 1em
}
a{
	transition:0.2s ease;
}
header{
	text-align: center;
	padding: 10px;
	display: block;
}
header .logo{
	padding: 20px 5px 5px;
	display: block;
}
header a{
	font-size: 2em;
	color: black;
	text-decoration:none;
}
header a:before{
	font-family: 'FontAwesome';
	margin-right: 10px;
	content: '\f095';
}
header a:hover{
	color: #BCEC69
}
.wrap{
	max-width: 1200px;
	margin: auto;
	padding: 20px
}
.wrap .column2{
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.wrap .column-right{
	padding-left: 1%;
	font-size: 1.1em
}
.wrap .column-right p{
	margin-top: 10px;
	margin-bottom: 2px
}
.wrap .column-right ul{
	margin-top: 10px
}
.wrap .column-right li{	
	background: #BCEC69;
	color: black;
	margin: 8px 1%;
	padding: 10px 1%;
	border-radius: 10px;	
	font-size: 0.9em;
	width:45%;
	height:290px;
	display: inline-block;
	text-align:center;
}
.wrap .column-right li img{	
	width:100%;
	height:250px;
	margin-bottom:10px;
}
.wrap .column-right li label{	
	text-align:center;
}
.wrap .column-right li:before{
	/*font-family: 'FontAwesome';	
	content: '\f00c';*/
}
p.oferta{
	max-width: 800px;
	text-align: center;
	margin: 20px auto;
	line-height: 20px;
	font-size: 1em
}
p.total{
	max-width: 900px;
	margin: auto;
	font-size: 2em;
	text-align: center;
	line-height: 40px
}
iframe{
	width: 100%
}

@media only screen and (max-width: 950px) {
	.wrap .column2{
		display: block;
		width: 100%;
		padding: 20px 0
	}
}
@media only screen and (max-width: 500px) {
	.logo img{
		/*width: 90%*/
	}
	header a{
		font-size: 1.5em
	}
	.wrap{
		padding: 10px 20px 60px
	}
}
