@import url(http://fonts.googleapis.com/css?family=Roboto);

* {
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	transition: all .3s ease-in;
}
html {
	height: 100%;
}
body {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #0F3D6E;
}
a,a:visited {
	text-decoration: inherit;
	color: inherit;
}
p {
	font-size: 15px;
}
#global {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
#centro {
	width: 600px;
	height: 600px;
	display: block;
	margin: 60px auto 0;
	background-image: url('../img/centro.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}
.sombra {
	width: 350px;
	height: 50px;
	border-radius: 50%;
	opacity: .4;
	background: rgb(163, 168, 171);
	position: absolute;
	bottom: 0px;
	left: 340px;
	box-shadow: 0 0 20px 40px rgb(163, 168, 171);
}
#tubo {
	width: 149px;
	height: 135px;
	background-image: url('../img/tubos.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	bottom: 110px;
	left: 270px;
}
#bolhas {
	width: 133px;
	height: 205px;
	background: url('../img/sprite-bolhas.png');
	animation: playBolhas 3s steps(12) infinite;
	position: absolute;
	bottom: 165px;
	right: 105px;
}

@keyframes playBolhas {
	from { background-position: 0 0; }
	to { background-position: -1596px 0; }
}
#chama {
	width: 233px;
	height: 247px;
	background: url('../img/sprite-chama2.png');
	animation: playChama 4s steps(24) infinite;
	position: absolute;
	top: 170px;
	left: 110px;

}

@keyframes playChama {
	from { background-position: 0 0; }
	to { background-position: -5592px 0; }
}
.blur {
	filter: blur(4px);
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
	filter: url('blur.svg#blur');
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
nav {
	width: 150px;
}
.menu {
	list-style: none;
}
.menu li {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	animation: rotacao 5s ease-in infinite;
	cursor: pointer;
}
.menu li:hover::after {
	display: block;
}
.menu li::after {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	background: rgba(255,255,255,.3);
	display: none;
}
.menu-item-01 {
	top: 20px;
	left: 145px;
	background: url('../img/link1.png');
	width: 194px;
	height: 194px;
	animation-delay: .3s !important;
}
.menu-item-02 {
	bottom: -15px;
	left: 100px;
	width: 244px;
	height: 242px;
	background: url('../img/link2.png');
	animation-delay: 1s !important;
	animation-direction: reverse;
}
.menu-item-03 {
	top: 15px;
	right: 175px;
	width: 153px;
	height: 153px;
	background: url('../img/link3.png');
	animation-delay: .7s !important;
	animation-direction: reverse;
}
.menu-item-04 {
	bottom: 20px;
	right: 105px;
	background: url('../img/link4.png');
	width: 244px;
	height: 244px;
	animation-delay: 1.2s !important;
}
.menu-item-05 {
	bottom: -10px;
	right: 230px;
	background: url('../img/link5.png');
	width: 142px;
	height: 141px;
}
.home {
	display: none;
	background: url('../img/home.png');
}
li.home::after {
	width: 40px;
	height: 40px;
}
.link-menu-01 {
	position: absolute;
	display: block;
	z-index: 3;
	top: 20px;
	left: 145px;
	width: 194px;
	height: 194px;
}
.link-menu-02 {
	position: absolute;
	display: block;
	z-index: 3;
	bottom: -15px;
	left: 100px;
	width: 244px;
	height: 242px;
}
.link-menu-03 {
	position: absolute;
	display: block;
	z-index: 3;
	top: 15px;
	right: 175px;
	width: 153px;
	height: 153px;
}
.link-menu-04 {
	position: absolute;
	display: block;
	z-index: 3;
	bottom: 20px;
	right: 105px;
	width: 244px;
	height: 244px;
}
.link-menu-05 {
	position: absolute;
	display: block;
	z-index: 3;
	bottom: -10px;
	right: 230px;
	width: 142px;
	height: 141px;
}
@keyframes rotacao {
	0% {
		margin-top: -5px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: -5px;
	}
	25% {
		margin-top: -5px;
		margin-right: -5px;
		margin-bottom: 0;
		margin-left: 0;
	}
	50% {
		margin-top: 0;
		margin-right: -5px;
		margin-bottom: -5px;
		margin-left: 0;
	}
	75% {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: -5px;
		margin-left: -5px;
	}
	100% {
		margin-top: -5px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: -5px;
	}
}
#conteudo {
	display: none;
	width: 870px;
	min-height: 900px;
	border-radius: 10px;
	background: rgba(15,60,110,.7);
	float: right;
	margin-top: 66px;
	color: #fff;
	padding-left: 50px;
}
.image-right {
	float: right;
	clear: both;
	margin-right: 10px;
}
.image-left {
	float: left;
	clear: both;
	margin-left: 0;
}
h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 90px;
}
h2::before {
	margin-right: 10px;
	vertical-align: middle;
}
#pag1 h2::before {
	content: url('../img/marcador.png');
}
#pag2 h2::before {
	content: url('../img/marcador2.png');
}
#pag3 h2::before {
	content: url('../img/marcador3.png');
}
#pag4 h2::before {
	content: url('../img/marcador4.png');
}
#pag5 h2::before {
	content: url('../img/marcador5.png');
}
.pagina {
	display: none;
}
#pag3 figure {
	display: inline-block;
	width: 35%;
}
#pag3 img,#pag2 img {
	width: 100%;
}
#pag2 figure {
	margin: 10px auto;
	width: 250px;
}
.icones {
	margin-top: 60px;
}
#toggle-container {
	width: 100%;
	margin: auto;
	background: rgba(4,112,177,.5);
	border-radius: 10px;
	padding: 15px;
}
.toggle {
	padding: 5px;
	border-radius: 5px;
	margin: 0;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Segoe Print';
}
.toggle:hover {
	padding-left: 20px;
}
.text-box {
	overflow: hidden;
	height: 0;
	margin: 0;
	padding: 0 15px;
}
#toggle-container figure:first-child {
	float: right;
	margin: 0;
}
.item {
	margin-bottom: 5px;
}
#pag4 img.image-right {
	margin: 15px;
}
#pag5 ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#pag5 li {
	padding: 5px;
	border-radius: 5px;
	text-align: left;
	margin: 0 5px;
	width: 300px;
	display: inline-block;
	cursor: pointer;
	background: linear-gradient(to bottom, rgba(255,255,255,.1) 10%, rgba(0,0,0,.1) 90%);
}
#pag5 li a {
	font-size: 18px;
	font-weight: normal;
	font-family: 'Segoe Print';
}
#pag5 li:hover {
	padding-left: 20px;
}
#organogramasabao {
	width: 2250px;
	height: 875px;
	background-repeat: no-repeat;
}
#organogramaescova {
	width: 1314px;
	height: 1924px;
	margin: auto;
	background-repeat: no-repeat;
}
#preload {
	display: none;
}