/*Theme Name: 
Theme URI: www.pixandlab.com
Author: PIX & LAB 
Description: Tema para 
*/

@charset "UTF-8";
/* CSS Document */

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, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	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;
}
html, html a{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
	line-height:1.5em;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight:bold;
}
em{
	font-style: italic;
}
/* Hasta aquí reseteo */
h1,h2,h3,h4,h5,h6{
	font-family: "Permanent Marker", cursive;
  	font-weight: 400;
  	font-style: normal;
}
p, a, ul li{
	font-family: "Varela", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}
header{
	background-image:url('img/header-fondo.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:91px;
	padding-bottom:91px;
}
.logo-header{
	background-color:#f8f5f2;
	margin:0 auto;
	text-align:center;
	height:282px;
	width:500px;
}
.logo-header img{
	margin-top:50px;
}
.mitad-texto{
	background-color: #f8f5f2;
}
.contenido-mitad-texto{
    max-width: 500px;
    float: right;
    text-align: center;
	margin:63px 100px;
}
.contenido-mitad-texto ul{
	padding-left:0;
}
.contenido-mitad-texto ul li{
	font-size:22px;
	font-weight:bold;
	line-height:50px;
}
.mitad-imagen{
	background-image:url('img/img-mitad.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position: bottom left;
}
footer{
	background-color:#000;
	color:#f8f5f2;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
@media only screen and (max-width: 992px){
	.contenido-mitad-texto{
    	max-width: 100%;
    	float: none;
    	text-align: center;
		margin:5% 10%;
	}
}
@media only screen and (max-width: 670px){
	.logo-header{
		width:auto;
		height:auto;
		padding:20px;
		max-width:80%;
	}
	.logo-header img{
		max-width:80%;
		height:auto;
		margin-top:20px;
	}
	
}
@media only screen and (max-width: 576px){
	.contenido-mitad-texto ul li{
		font-size:18px;
		line-height:30px;
	}
}