body {
	color: #333;
	font-size: 19px;
	font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #13141E;
}

.myEmail {
	font-size: 120%;
	font-weight: bold;
}

form.cerca input {
	max-width: 250px;
}

blockquote {
  padding: 20px 25px;
  color: #000;
  border: 0;
  margin:0;	
  background: #d3e3fb;
  font-style: normal;
  color: #394960;
  margin-bottom: 20px;
}

figcaption {
	line-height: 17px;
	font-style: normal;
	font-size: 14px;
	color: #666;
	max-width: 800px;
}
body a.older, body a.newer {
	padding: 10px 45px;
	font-size: 18px;
}

.recent p a {
 display:inline-block; line-height:26px; 	
}

a.logo {
	font-family: 'Montserrat', arial;
	font-size: 16px;
	padding: 24px 14px 0px 0px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background-color: #FE1B2D;
	line-height: 0.9em;
	letter-spacing: -0.8px;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	width: 90px;
	height: 90px;
	text-align: right;
}
.logo {
	float: left;
}

a.logo br {
	line-height: 0.5em;
}

.headline {
	text-align: center;
	color: white;
	font-size: 90px;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	margin-top: 110px;
	font-weight: 700;
	letter-spacing: -4px;
}

.headline span {
	line-height: 1em;
}
.headline2 {
	color:#ccc;
	text-align: center;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	margin-top: 205px;
	font-weight: 400;
	font-size: 19px;
}

a.subir:link, a.subir:visited {
	color: #ddd;
	font-size: 60px;
}
a.subir:hover {
	color: #ccc;
	text-decoration:none;	
}
.mp {
	color: #FE1B2D;
}

#header {
	background: #333541 url('../../content/media/header.jpg') center -300px no-repeat;
	width: 100%;
	color: white;
	padding: 15px 30px;
}

p strong {
color:#333;
}

h1,h2,h3 {
	color: #3a3a3a;
	font-weight: 700;
	letter-spacing: -0.5px;
}

h2.blog-title, h2.blog-title a:link, h2.blog-title a:visited  {
	font-size:50px;
	line-height: 50px;
	margin-top: 0;
	color: #3a3a3a;
	letter-spacing: -1px;
}
h2.blog-title a:hover {
	text-decoration: underline;
	color: #666;
}

.blog-post h2.blog-title {
	font-size: 58px;	
	line-height: 58px;
	letter-spacing: -1.25px;
	color: #3a3a3a;
}

h2 {
	color:#999;
	margin-top: 30px;
}

h3 {
	font-size: 25px;
}


.feature {
	max-width: 31.33%;
	float: left;
	background-color: #eee;
	margin: 0 1%;
	padding: 20px;
}

.feature:last-child {
	margin-right: 0px;
}

.feature:first-of-type {
	margin-left: 0px;
}

#nav {
	float: right;
	margin-top: 25px;
}
#nav ul {
	margin-bottom: 0;
}

#nav li {
	display: inline;
	margin-left: 20px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	
}

#nav a {
	color: white;
	text-decoration: none;
}

#footer {
	max-width: 1200px;
	margin: 0px auto;
	border-top: 1px solid #ddd;
	padding: 30px 0;
}

#footer, #footer a {
	color: #999;
	font-size: 15px;
}



.intro {
	font-size: 24px;
	padding-bottom: 10px;
	text-align: center;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0px ;
}
#header .inner {
	padding: 0;
}

.soc {
	float: right;
	margin-left: 10px;
}

.circle {
    width:70px;
    height:70px;
    border-radius:250px;
    font-size:20px;
    color:#fff;
    line-height:70px;
    text-align:center;
    background-color:#e67548;
    margin-bottom: 15px;
}

.copyright {
	float: left;
}

.portfolio {
	padding: 20px;
	margin-top: 40px;
	background-color: #eee;
}
body input, body textarea, body button, body .btn, body form input {
	font-family: 'Titillium Web', Arial;
}

#human {
	display: none;
}



/* SMALL SCREENS ---------------------------------------------------- */

@media only screen and (max-width: 800px) {


body {
	font-size: 17px;
	}

p, ul, ol, dl, dd, dt, blockquote, td, th {
    line-height: 22px;
}

h1 {
	font-size: 28px;
}
body h2.blog-title, .blog-post h2.blog-title, body h2.blog-title a:link, body h2.blog-title a:visited  {
	font-size:28px;
	line-height: 31px;
	margin-top: 0;
}



#header {
	text-align: center;
}

.inner {
	padding: 30px 10px;
}

.intro {
	font-size: 20px;
}

.logo {
	float: none;
}
a.logo {
}

#nav {
	float: none;
	padding-top: 0px;
	text-align: center;
}

#nav li {
	margin: 0 7px;
	font-size: 14px;
}

.headline {
	font-size: 55px;
	margin-top: 180px;
	letter-spacing: -2px;
}

.headline2 {
	margin-top: 240px;
	font-size: 14px;
/*	display:none; */
}


#footer {
	margin: 0 10px;
}

.copyright {
	float: none;
}

.soc {
	float: left;
}

.feature {
	max-width: 100%;
	float: none;
	margin: 1%;
}

.feature:last-child {
	margin-right: 1%;
}

.feature:first-of-type {
	margin-left: 1%;
}

.unit-80 {
	width: 100%;
} 


}
