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

* {
	margin: 0;
	padding: 0;
}
html {
	background: #303030;
}
body {
	margin: 0;
	font: 14px Helvetica, Arial, sans-serif;
	color: #666;
	background: #e9e9e6;
}
h1 {
	font-size: 1.43em;/* 20px */
	color: #4d4e50;
	font-weight: normal;
	margin: 1em 0 0.5em;/* 14px 0 7px */
	padding-bottom: 0.21em;/* 3px */
	border-bottom: 1px solid rgba(100, 100, 102, 0.5);
}
h2 {
	font-size: 1.43em;/* 20px */
	color: #4d4e50;
	font-weight: normal;
	background: #e0e0e0;/* url(/imgs/contract.png) no-repeat right 3em center;*/
	padding: 0.6em 2.5% 0.5em;/* 12px 15px 10px */
	border: 1px solid #CCC;
	border-radius: 0.5em 0.5em 0 0;/* 10px 10px 0 0 */
	position: relative;
	cursor: pointer;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
h3 {
	font-size: 1.29em;
	color: #0072bc;
	font-weight: normal;
	margin-bottom: 0.5em;/* 9px */
}
p {
	line-height: 1.43em;/* 20px */
	padding-bottom: 1em;/* 14px */
}
img {
	border: none;
	display: block;
}
a {
	text-decoration: none;
	color: #0974ba;
}
ul {
   margin-left: 25px;
}
li {
	padding-left: 5px;
	line-height: 1.43em;/* 20px */
}
hr {
	border: 0;
	border-top: 1px solid #CCC;
	height: 0;
}

.main-wrapper { /* 620px + 20px */
	/*max-width: 640px;
	border: 1px dashed #CCC;*/
	
	width: 100%;
	margin: 0 auto;
	padding: 0 1.56% 5em;/* 0 10px 70px */	
	min-height: 42.86em;/* 600px */
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

header .logo-bar {
	background: #2f2f2f;
	padding: 0 0.71em;/* 0 10px */
	overflow: hidden;
}
header .logo-bar > img, header .logo-bar > a img {
	background: #2f2f2f;
	padding: 0.71em;/* 10px */
	margin: 0 auto;
}
header .logo-bar .home-button {
	float: left;
	padding: 23px 0;
	width: 53px;
	margin-left: 7px;
	border-right: 1px solid #646466;
}
header .logo-bar .placeholder {
	float: right;
	width: 61px;
}

nav {
	padding: 1.07em 0;/* 15px 0 */
}
nav a {
	float: left;
	width: 32.26%;/* 200px */
	margin-right: 1.61%;/* 10px */
}
nav a:last-child {
	margin-right: 0;
}
nav img {
	width: 100%;
	border-radius: 3.5%/7%;/* 7px/7px */
	box-shadow: 0 0 0.36em rgba(0, 0, 0, 0.5);/* 0 0 5px */
	border: 1px solid #FFF;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

section {
	margin-bottom: 1.43em;/* 20px */
	overflow: hidden;
}
h2.colapsed {
/*	border-radius: 0.5em;/* 10px */
}
h2 .colapse-image {
	position: absolute;
	right: 1.3%;/* 8px */
	top: 0.5em;/* 7px */
	background-image: url(/imgs/colapse.png);
	background-position: 0 0;
	width: 27px;
	height: 27px;
}
h2 .colapse-image.colapsed {
	position: absolute;
	right: 1.3%;/* 8px */
	top: 0.5em;/* 7px */
	background-image: url(/imgs/colapse.png);
	background-position: -29px 0;
	width: 27px;
	height: 27px;
}
.no-js h2 .colapse-image {
	display: none;
}
section article, section > div {
	background: #FFF;
	padding: 0.9em 2.5% 1px;/* 18px 15px 1px */
	border: 1px solid #CCC;
	border-top: none;
	border-bottom: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
section article img {
	border: 1px solid #cbccd0;
	float: left;
	width: 21.2%;/*Before 14.13*/
	margin-bottom: 0.9em;/* 18px */
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
section article img.mapa {
	float: none;
	margin: 1em auto;/* 14px auto */
	width: 100%;
}
section article .column-left {
	float: left;
	width: 48.29%;/* 282.5px */
}
section article .column-right {
	float: right;
	width: 48.29%;/* 282.5px */
}
section article p, section article p.more {
	float: right;
	width: 76.26%;/*Before 83.33*/
}
section article p:first-child {
	margin-top: -0.2em;
}
section article p.more {
	padding-bottom: 0.5em;/* 7px */
}
section article .more a {
	color: #666;
}
section article .more span {
	color: #ca0865;
	font-weight: bold;
}
section > div {
	padding: 0 2.5%/* 0 15px */
}
section > div:last-child {
	border-bottom: 1px solid #CCC;
	border-radius: 0 0 0.5em 0.5em;/* 0 0 7px 7px */
	height: 0.5em;/* 7px */
}
section > div:last-child hr {
	display: none;
}
article .img-left {
	width: 38.33%;/* 230px */
	float: left;
	margin-right: 3.33%;/* 20px */
}

.contact-window {
	position: relative;
}
.no-js .contact-window {
	display: none;
}
.contact-window .dragger-container {
	position: absolute;
	bottom: 1.57em;
	width: 100%;
	z-index: 2;
}
.contact-window .dragger {
	background: url(/imgs/contact-dragger.png) no-repeat top;
	width: 86px;
	height: 19px;
	margin: 0 auto;
	cursor: pointer;
}
.contact-text {
	cursor:pointer;
}
.contact-window-content {
	position: absolute;
	bottom: 0;
	height: 1.14em;/* 16px */
	overflow: hidden;
	width: 100%;/* 640px */
	padding: 0.29em 0 0.21em;/* 4px 0 3px */
	border-radius: 0.5em 0.5em 0 0;/* 10px 10px 0 0 */
	color: #FFF;
	text-align: center;
	z-index: 3;
	
/*	background: #303030;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#434343), to(#303030));
	background: -webkit-linear-gradient(top, #434343, #303030);
	background: -moz-linear-gradient(top, #434343, #303030);
	background: -ms-linear-gradient(top, #434343, #303030);
	background: -o-linear-gradient(top, #434343, #303030);*/
	background: #303030 url(/imgs/contact-window-background.png) repeat-x top;
}
.contact-form {
	width: 94%;/* 600px */
	max-width: 600px;
	margin: 0.71em auto 0.36em;/* 10px auto 5px */
}
.contact-form .follow-us {
	margin-top: 2em;/* 28px */
}
.contact-form .follow-us-text {
	float: left;
	width: 30%;
	line-height: 3.43em;/* 48px */
	text-align: left;
	white-space: nowrap;
}
.contact-form .follow-us-icons {
	float: right;
	width: 70%;
}
.contact-form .follow-us-icons div {
	float: left;
	width: 33%;
	border-right: 1px solid #646466;
}
.contact-form .follow-us-icons div:last-child {
	border-right: none;
}
.contact-form .follow-us-icons img {
	margin: 0 auto;
}
.contact-form .hr {
	clear: both;
	border-bottom: 1px solid #646466;
	margin-bottom: 2em;/* 28px */
	padding-top: 2em;/* 28px */
}
.contact-form label {
	color: #FFF;
	width: 28.33%;/* 170px */
	float: left;
	text-align: right;
	margin: 0.21em 1.67% 0 0;/* 3px 10px 0 0 */
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contact-form input, .contact-form textarea {
	color: #303030;
	float: right;
	width: 70%;/* 420px */
	border: none;
	background: #FFF;
	padding: 0.21em 0.5%;/* 3px 3px */
	margin-bottom: 0.71em;/* 10px */
	border-radius: 0.36em;/* 5px */
	font: 1em Helvetica, Arial, sans-serif;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.field_wrapper {
	width: 70%;/* 420px */
}
.contact-form input:hover, .contact-form textarea:hover {
	box-shadow: 0 0 0.21em rgba(255, 255, 255, 0.8);/* 0 0 3px */
}
.contact-form input:focus, .contact-form textarea:focus {
	box-shadow: 0 0 0.36em rgba(255, 255, 255, 0.8) !important;/* 0 0 5px */
}
.contact-form button {
	float: right;
	background: rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.8);
	border: none;
	padding: 0.36em 2.5%;/* 5px 15px */
	border-radius: 0.71em;/* 10px */
	cursor: pointer;
}
.contact-form button:hover {
	background: rgba(0, 0, 0, 0.3);
	color: #FFF;
	box-shadow: 0 0 0.21em rgba(255, 255, 255, 0.8);/* 0 0 3px */
}
.contact-form textarea {
	height: 5em;/* 70px */
}
.contact-form .left-column {
	float: left;
}
.contact-form .left-column a {
	color: #FFF;
}
.contact-form .right-column {
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid #646466;
	text-align: left;
}
.contact-form .copyright {
	margin-bottom: 2em;/* 28px */
}

.clear {
	clear: both;
}

/***********/

/* < 480px */

/***********/
@media screen and (max-width: 479px) {
	header .logo-bar .placeholder{
		display:none;
	}
	article .img-left.fundamentos {
		width: 100%;
		max-width: 264px;
		margin: 0 auto 1em;/* 0 auto 14px */
		float: none;
	}
	.contact-form label {
		color: #FFF;
		width: 100%;
		float: left;
		text-align: left;
		margin: 0 0 0.21em;/* 0 0 3px */
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.contact-form input, .contact-form textarea {
		color: #303030;
		float: none;
		width: 100%;
		border: none;
		background: #FFF;
		padding: 0.21em 0.5%;/* 3px 3px */
		margin-bottom: 0.71em;/* 10px */
		border-radius: 0.36em;/* 5px */
		font: 1em Helvetica, Arial, sans-serif;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.field_wrapper {
		width: 100%;
	}
	.contact-form .right-column {
		margin-left: 5px;
		padding-left: 5px;
		font-size: 0.86em;/* 12px */
	}
	.contact-form .hr {
		margin-bottom: 1em;/* 14px */
		padding-top: 1em;/* 14px */
	}
	.contact-form .copyright {
		font-size: 0.86em;/* 12px */
	}
}

/*********/

/* 319px */

/*********/
@media screen and (max-width: 319px) {
	header .logo-bar .home-button{
		display:none;
	}
	.contact-form .follow-us {
		margin-top: 0;
	}
	.contact-form .follow-us-text {
		float: none;
		line-height: 1em;/* 14px */
		margin-bottom: 0.5em;/* 7px */
	}
	.contact-form .follow-us-icons {
		float: none;
		width: 100%;
	}
	.contact-form .left-column {
		float: none;
		text-align: left;
		margin-bottom: 0.5em;/* 7px */
		text-decoration: underline;
	}
	.contact-form .right-column {
		float: none;
		border: none;
		padding: 0;
		margin: 0;
	}
	.contact-form .compass {
		display:none;
	}
	.contact-form .copyright {
		display: none;
	}
}