﻿@import url("https://use.typekit.net/uqr5jrg.css");

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

body, html {
	font-family: museo-sans, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5em;
	color: #004563;
	background: #ECECEC;
}
html, html * {
	box-sizing: border-box;
	transition: 0.3s all;
}
body {
	padding-top: 56px;
}
img {
	max-width: 100%;
}
a {
	color: #004563;
	text-decoration: none;
}
.grid {
	display: block;
	width: 1150px;
	max-width: 90%;
	margin: auto;
}
.min-grid {
	width: 800px;
	max-width: 85%;
	margin: auto;
	display: block;
}
.rowfix {
	font-size: 0;
}
.rowfix > * {
	font-size: 16px;
}
.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
	display: inline-block;
	vertical-align: middle;
}
.g1 {
	width: calc(100% / 12);
}
.g2 {
	width: calc((100% / 12) * 2);
}
.g3 {
	width: calc((100% / 12) * 3);
}
.g4 {
	width: calc((100% / 12) * 4);
}
.g5 {
	width: calc((100% / 12) * 5);
}
.g6 {
	width: calc((100% / 12) * 6);
}
.g7 {
	width: calc((100% / 12) * 7);
}
.g8 {
	width: calc((100% / 12) * 8);
}
.g9 {
	width: calc((100% / 12) * 9);
}
.g10 {
	width: calc((100% / 12) * 10);
}
.g11 {
	width: calc((100% / 12) * 11);
}
.g12 {
	width: 100%;
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
section:nth-child(even) {
	background: #fff;
    box-shadow: 0 0 25px 0 #00000047;;
}
h2 {
	font-size: 3em;
	position: relative;
}
h2::before {
	content: '';
	display: block;
	width: 100px;
	height: 5px;
	border-radius: 5px;
	background: #a67db9;
	position: absolute;
	bottom: -15px;
}
h3 > i {
	font-size: 1.4em;
}

#header {
	background: #fff;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 999;
    height: auto;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 0 15px 0 #0000002e;
}
#header nav {
	display: inline-block;
	overflow: hidden;
	text-align: right;
	margin-right: 0;
	vertical-align: middle;
}
#header nav ul, #header nav ul li {
	list-style: none;
	padding: 0;
	display: inline-block
}
#header nav ul li {
	display: inline-block;
	vertical-align: middle;
}
#header nav ul li a {
	text-decoration: none;
	padding: 15px 10px;
	color: #004563;
}
#header .social {
	margin-right: 11px;
}
#hero {
    height: 500px;
    max-height: 80vh;
	position: relative;
	background: fixed;
	background-position: center;
	background-size: cover;
}
#hero h1 {
	text-shadow: 2px 2px 9px #0000006e;
	width: 1150px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 3em;
    margin: 0;
}
#about-me .g7 {
	padding-left: 30px;
}
#about-me * {
	vertical-align: top;
}
.btn {
	width: fit-content;
	padding: 10px 15px;
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #004563;
}
.btn:hover {
	background: #004563;
	color: #fff;
}
.item {
	padding-bottom: 20px;
}
.item > * {
	vertical-align: top;
}
.item h2 {
	margin-top: 0;
}
section {
	padding: 60px 0;
}
.cv > object {
	width: 100%;
	display: block;
	height: 85vh;
}
#twitter iframe {
	width: 100%;
	height: 85vh;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
}
#footer {
	text-align: center;
	padding: 10px 0;
	margin-top: 30px;
	background: #004563;
	color: #fff;
}
.swiper-container {
	overflow: hidden;
	position: relative;
}
.imagem-carrosel {
	display: block;
    height: 150px;
    background: #e3e3e3;
	text-align: center;
	position: relative
}
.swiper-button-next, .swiper-button-prev {
	top: 33%!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	color: #004563;
}
.imagem-carrosel img {
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.post.g4 {
	padding: 0 15px;
}
@media screen and (max-width: 1065px) {
	#main-navigation > .g2 {
		width: calc(100% - 45px);
		vertical-align: middle;
	}
	#main-navigation {
		padding: 15px 0;
	}
	nav.collapse {
		position: fixed;
		top: 58px;
		left: 101%;
		width: 100%;
		background: #fff;
		height: calc(100vh - 58px);
		pointer-events: none;
	}
	nav.collapse.ok {
		left: 0;
		pointer-events: all;
	}
	nav.collapse li a, nav.collapse li {
		width: 100%;
		text-align: center;
		display: block;
	}
	nav.collapse li a {
		font-size: 1.5em;
		padding: 10px 0;
	}
	nav.collapse .social li {
		display: inline-block;
		width: fit-content;
	}
	nav.collapse .social img {
		width: 40px;
		height: 40px;
	}
	nav.collapse .social {
		width: 100%;
		text-align: center;
	}
	.container-navbar {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.menu {
		width: 45px;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}
	.menu span{
		width: 100%;
		height: 2px;
		background: #004563;
		display: block;
		margin-bottom: 11px;
	}
	.menu span:nth-last-child(1) {
		margin-bottom: 0;
	}
	.menu.ok span {
		transform: rotate(45deg);
		margin: -2px;
	}
	.menu.ok span:nth-last-child(1) {
		transform: rotate(-45deg);
	}
	.menu.ok span:nth-child(2) {
		transform: rotate(0);
		width: 0;
	}
	#hero {
		height: 57vw
	}
	h1, h2 {
		    line-height: 1em;
	}
	h2 {
		font-size: 2.5em;
	}
	#about-me .g5, #about-me .g7 {
		width: 100%;
		padding: 0;
	}
	#about-me img {
		max-height: 60vw;
		width: 100%;
		object-fit: cover;
	}
	#about-me .btn {
		width: 100%;
		text-align: center;
	}
	#blog .post.g4{
		width: 100%;
		padding: 0;
	}
}