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

body {
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	background: url(../img/background.jpg) no-repeat top;
	background-position: top;
}
.bg_01 {
	padding-top: 10px;
	color: #ffffff;
	background: url(../img/banner2.jpg) no-repeat top;
	webkit-background-size: cover;
	moz-background-size: cover;
	o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner2.jpg',     sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/banner2.jpg', sizingMethod='scale');
	min-height:704px;
	height:auto !important;
	height:704px;
}

.menu {
	color: #FFFFFF;
	font-size:14px;
	font-weight:400;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 7px;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: none;
	color: #FEC915;
	border-bottom:2px #FFFFFF solid;
}
a.menu:active {
	text-decoration: none;
	color: #D0FF00;
}


.social {
	margin: 0px 10px 0px 10px;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social:hover {
	opacity: 1;
}
a.social:link {
	text-decoration: none;
}
a.social:visited {
	text-decoration: none;
}
a.social:hover {
	text-decoration: none;
	opacity: 1;
}
a.social:active {
	text-decoration: none;
	opacity: 1;
}


.menu2 {
	color: gray;
	font-size:18px;
	font-weight:400;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.menu2:link {
	color: gray;
	text-decoration: none;
	padding-bottom: 7px;
}
a.menu2:visited {
	text-decoration: none;
	color: gray;
}
a.menu2:hover {
	text-decoration: none;
	color: #FEC915;
	border-bottom:2px #FFFFFF solid;
}
a.menu2:active {
	text-decoration: none;
	color: #D0FF00;
}


h1 {
	font-size: 90px;
	font-weight: 600;
	line-height: 90%;
}
.chamada {
	margin-left: 10%;
	text-align: left;
	width: 500px;
}
.barra {
	border: none;
	height: 7px;
	width: 150px;
	background-color: #11c3f2;
	margin-left: -20px;
}

.barra2 {
	border: none;
	height: 7px;
	width: 150px;
	background-color: #11c3f2;
	margin-bottom: 30px;
}
h2 {
	font-size: 40px;
}
h4 {
	font-weight: 100;
	font-size: 19px;
}
#id {
	max-width:1250px;
}

.imghome {
	margin: 25px;
}
.text_home {
	margin:20px;
	margin-left: 30%;
}



.btn_saibamais {
	border: none;
	padding: 15px 28px 15px 28px;
	background-color: #2fa3ef;
	color:#ffffff;
	display: block;
	margin-top: 30px;
	border-radius: 5px;
	text-transform: uppercase;
}
.btn_saibamais:hover {
	cursor: pointer;
	background-color: #298ed0;
}
.item_home {
	display: block;
	width: 100%;
}
#menu_mobile {
	display: none;
	cursor: pointer;
	opacity: 0.8;
}

#menu_mobile:hover {
	opacity: 1;
}

#menu_cel {
	top: 0px;
	text-align: center;
	padding: 40px 40px 40px 10px;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 252, 255, 1);
	display: none;
	z-index: 99;
}

.close {
	position: absolute;
	right: 65px;
	top:15px;
	opacity: 0.4;
	cursor: pointer;
	z-index: 99;
	width: 30px;
}

.close:hover {
	opacity: 0.7;
}

#rodape {
	margin-top: 150px;
	padding: 20px;
	background-color: #062031;
	color: #ffff;
}

#rodape .menu {
	font-size: 14px;
	margin: 0px 15px 0px 15px;
	opacity: 0.7;
}

#rodape .menu:hover {
	opacity: 1;
}


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

	#menu_desk {
		display: none;
	}
	#menu_mobile {
		display: block;
	}
	.chamada {
		margin-left: 5px!important;
		width: 93%!important;
	}
	h1 {
		font-size: 15vw;
	}
	.barra {
		display: none;
		margin-left: 0px;
	}
	.imghome {
		display: none;
	}
	.text_home {
		margin:0px;
		margin-left: 0px;
	}
	.menu {
		display: none;
	}
	#polvojobs_rodape {
		width: 100px;
	}
	.social {
		margin: 0px 9px 0px 0px;
	}

}
