@charset "UTF-8";

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v34-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local(''),
		url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/open-sans-v34-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
	/* Legacy iOS */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html,
button,
input,
select,
textarea {
	font-family: 'Open Sans', sans-serif;
	color: #222
}

body {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4
}

::-moz-selection {
	background: #00add9;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #00add9;
	color: #fff;
	text-shadow: none
}

a {
	color: #00e
}

a:visited {
	color: #551a8b
}

a:hover {
	color: #06e
}

a:focus {
	outline: none
}

a:hover,
a:active {
	outline: 0
}

b,
strong {
	font-weight: bold
}

blockquote {
	margin: 1em 40px
}

dfn {
	font-style: italic
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ebebeb;
	margin: 1em 0;
	padding: 0
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,
q:after {
	content: "";
	content: none
}

small {
	font-size: 85%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

ul,
ol {
	margin: 1em 0;
	padding: 0 0 0 40px
}

dd {
	margin: 0 0 0 40px
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}

figure {
	margin: 0
}

form {
	width: 30em;
	max-width: 90%;
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

label {
	cursor: pointer;
	margin-bottom: 0.4rem;
	display: block;
}

legend {
	border: 0;
	*margin-left: -7px;
	padding: 0;
	white-space: normal
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	padding: 0.4rem;
	width: 100%;
}

button,
input {
	line-height: normal
}

button {
	cursor: pointer;
	-webkit-appearance: button;
	*overflow: visible
}

input[type=checkbox] {
	width: auto
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td {
	vertical-align: top
}

/* Typography */
h1 {
	font-size: 2.2rem;
	line-height: 130%;
	margin: 0 0 10px 0;
	font-style: italic;
	font-weight: bold;
	max-width: 460px;
}

h2.text {
	font-size: 1rem;
}

h3 {
	padding-top: 1rem;
}

.container {
	position: relative;
	z-index: 2 !important
}

.container-green {
	background: #468966;
}

.container-white {
	background: #fff;
}

.content {
	max-width: 650px;
	margin-right: 82px;
}

.main {
	margin-left: 82px;
	position: relative;
	padding-bottom: 60px;
	z-index: 2;
}

header.main {
	padding-top: 32px;
	padding-bottom: 10px;
}

p {
	margin-top: 17px;
	margin-bottom: 17px;
}

ul {
	padding-left: 1.3rem;
}

.text-white {
	color: #fff;
}

.text-white a,
a:visited {
	color: #fff;
}

.text-black {
	color: #000;
}

.text-black a,
a:visited {
	color: #000;
}

a.maps-link,
a.maps-link:visited {
	color: #fff;
	text-decoration: none;
}

.entry-list p {
	font-style: italic;
	line-height: 140%;
	text-decoration: none;
}

.entry-list .contacts {
	font-style: italic;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}

.entry-list .subtitle {
	opacity: 0.5;
	margin-bottom: 0px;
	margin-top: 12px;
}

.entry-list .text {
	margin-top: 0px;
	text-decoration: none;
}

.entry-item {
	width: 400px;
}

.entry-item-small {
	padding-top: 30px;
	padding-bottom: 2rem;
	width: 400px;
}

.entry-item-small p {
	margin: 0;
}

.logo {
	float: right;
	position: absolute;
	right: 0;
	text-align: right;
}

footer .main {
	padding-top: 2rem;
}

/* Form */
form {
	position: relative;
}

input::-webkit-input-placeholder {
	color: #00add9;
}

.float-left {
	float: left;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.margin-124 {
	margin-left: 124px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-right-13 {
	margin-right: 13px;
}

#map {
	height: 50vh;
}

/* Media Queries */
@media screen and (sx-width: 730px) {
	.content {
		margin-right: 20px;
	}

	.main {
		margin-left: 20px;
	}
}

@media screen and (max-width: 500px) {
	.twitter-feed {
		margin-left: 20px;
	}
}

@media screen and (max-width: 480px) {
	.rights-reserved {
		padding-bottom: 50px;
	}

	.container {
		padding-right: 20px;
	}

	.content {
		margin-right: 20px;
	}

	.main {
		margin-left: 20px;
	}
}

@media screen and (max-width: 345px) {
	.margin-124 {
		margin-left: 20px;
	}

	.main {
		margin-left: 20px;
		padding-bottom: 40px;
	}

	header.main {
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.main p {
		margin-bottom: 10px;
	}

	.entry-item-small {
		padding-top: 0;
	}

	.content {
		margin-bottom: 30px;
		margin-right: 0px;
	}
}

/* IE fixes */
.rights-reserved {
	clear: both;
}

::selection {
	background: #00add9;
}

input::-webkit-input-placeholder {
	color: #00add9;
}

/* Tabs */
:disabled * {
	pointer-events: none
}

.tabs-display-container {
	position: relative
}

.tabs-block {
	display: block;
	width: 100%
}

.tabs-container:after,
.tabs-container:before,
.tabs-row-padding:after,
.tabs-row-padding:before,
.tabs-row:after,
.tabs-row:before {
	content: "";
	display: table;
	clear: both
}

.tabs-third {
	float: left;
	width: 100%
}

@media (min-width:601px) {
	.tabs-third {
		width: 20%
	}
}

.tabs-content {
	margin-left: auto;
	margin-right: auto
}

.tabs-content {
	max-width: 980px
}

.tabs-display-container:hover .tabs-display-hover {
	display: block
}

.tabs-display-hover {
	display: none
}

.tabs-row-padding,
.tabs-row-padding>.tabs-third {
	padding: 0 8px
}

.tabs-container {
	padding: .01em 16px
}

.tabs-container>section {
	margin-top: 2rem;
}

@keyframes tabs-spin {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(359deg)
	}
}

@keyframes fading {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes opac {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animateleft {
	from {
		left: -300px;
		opacity: 0
	}

	to {
		left: 0;
		opacity: 1
	}
}

@keyframes animateright {
	from {
		right: -300px;
		opacity: 0
	}

	to {
		right: 0;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -300px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.tabs-border-0 {
	border: 0 !important
}

.tabs-border {
	border: 1px solid #ccc !important
}

.tabs-bottombar {
	border-bottom: 6px solid #ccc !important
}

.tabs-padding {
	padding: 8px 16px !important
}

.tabs-padding-16 {
	padding-top: 16px !important;
	padding-bottom: 16px !important
}

.tabs-padding-24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important
}

.tabs-padding-32 {
	padding-top: 32px !important;
	padding-bottom: 32px !important
}

.tabs-padding-48 {
	padding-top: 48px !important;
	padding-bottom: 48px !important
}

.tabs-padding-64 {
	padding-top: 64px !important;
	padding-bottom: 64px !important
}

.tabs-hover-none:hover {
	background-color: transparent !important
}

.tabs-hover-none:hover {
	box-shadow: none !important
}

.tabs-hover-green:hover,
.tabs-green {
	color: #fff !important;
	background-color: #468966 !important
}

.tabs-grey,
.tabs-hover-grey:hover {
	color: #000 !important;
	background-color: #9e9e9e !important
}

.tabs-hover-light-grey:hover,
.tabs-light-grey {
	color: #000 !important;
	background-color: #f1f1f1 !important
}

.tabs-border-green,
.tabs-hover-border-green:hover {
	border-color: #468966 !important
}

.tabs-border-grey,
.tabs-hover-border-grey:hover {
	border-color: #9e9e9e !important
}

.tabs-border-light-grey,
.tabs-hover-border-light-grey:hover {
	border-color: #f1f1f1 !important
}

/* Youtube */
.wrap {
	width: calc((100vw - 10px)/34*16);
	height: calc((100vw - 10px)/34*9);
	overflow: auto;
}

.wrap .thumb {
	display: block;
	position: absolute;
	width: calc((100vw - 10px)/34*16);
	height: calc((100vw - 10px)/34*9);
	background: rgba(0, 0, 0, 0.6) no-repeat center center;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
	display: inline-block;
	background-image: url('/img/corpos-homini.png')
}

.wrap .thumb:hover .ytp-large-play-button-bg {
	transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
	fill: #f00;
	fill-opacity: 1;
}

.wrap .thumb button {
	position: absolute;
	width: 68px;
	height: 48px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
	z-index: 63;
	border: none;
	background-color: transparent;
	padding: 0;
	font-size: 100%;
	cursor: inherit;
	outline: 0;
}