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

html, body {
	font-family: 'Nunito', Helvetica, Arial, sans-serif;
	width:100%;
	height:100%;
	margin: 0;
	font-size: 14px;
	color: #FFF;
	background: #000;
	background-color: #000;
	line-height: 1.3;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0;
}
a, a:visited {
	color: #25aae1;
	text-decoration: none;
}
a:hover {
	color: #3CC;
}
p {
	margin: 5px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 48px;
	margin: 5px 0;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
	margin: 0;
	padding: 0;
}

/************** ESTILOS GERAIS **************/

.clearFloat {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.grey {
	color: #666;
}
.grey-dark {
	color: #333;
}
.grey-light {
	color: #999;
}
.color1 {
	color: #F30;
}
.blue {
	color: #25aae1;
}
/************** TOP **************/
.top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background: #333;
	background: rgb(51, 51, 51);
	background: rgba(51, 51, 51, 0.90);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.50);
	z-index: 100;
}
.menu {
	position: fixed;
	top: 0;
	color: #FFF;
	font-weight: bold;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	padding: 0;
	list-style: none;
	float: left;
	text-transform: uppercase;
}
.menu li a {
	color: #FFF;
}
.menu li a:hover {
	color: #00BCE4;
}
.social-top {
	position: fixed;
	right: 15px;
	top: 15px;
	color: #FFF;
	font-weight: bold;
}
.social-top li{
}
#selected {
	color: #333;
	height: 20px;
	padding: 15px 18px;
	background: #FFF;
	display: block;
}
.navigation {
	z-index:1;
}
.navigation li {
	display:block;
	font-weight:bold;
 	-webkit-transition: all .1s ease-in-out;
	margin: 17px;
	font-size: 16px;
}
.navigation li:hover, .active {
	font-size: 21px;
	cursor:pointer;
	/*width:100px!important;*/
	margin-top: 12px;
	color: #00BCE4;
	font-weight: bold;
}
/************** CONTENT **************/

.slide {
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
	box-shadow:inset 0px 10px 10px rgba(0, 0, 0, 0.3);
}
.wrapper {
	width:100%;
	height: 500px;
	position: absolute;
	margin-top: -250px;
	top: 40%;
}
.wrapperContent {
	width: 860px;
	margin:0 auto;
	padding: 60px 0;
}
.wrapperContent h1{
	color: #00BCE4;
}
.column1 {
	width: 360px;
	float: left;
	margin-right: 25px;
}
.column2 {
	width: 360px;
	float: right;
}
.servico{
	clear: both;
	padding-top: 40px;
}
.servico .icon{
	width: 80px;
	float: left;
}
.servico .icon img{
	width: 100%;
}
.servico h3{
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #FFF;
	text-transform: uppercase;
}
.servico ul{
	width: 260px;
	float: right;
}
.servico li{
	padding: 3px 0;
	font-size: 12px;
}
.contactos{
	background:url(../images/bg-animals.png) no-repeat right 70px;
}
.contactos h2, .contactos h3{
	margin: 0;
}
.button {
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0px;
	left:50%;
	background: url(../images/arrow.png) no-repeat #222 center center;
}
.button:hover {
	background-color:#666;
	cursor:pointer;
}

/******************************
 SLIDE 1 
*******************************/
#slide1 {
}
#slide1 #content {
	text-align: center;
}
.logo {
	padding: 100px 10px 100px 0;
	margin: 0 auto;
	width: 40%;
}
.logo img{
	width: 100%;
	padding: 25px;
}
#scrollDown {
	width: 100px;
	text-align: center;
	float: right;
	font-size: 12px;
}
#scrollDown .button {
	margin-bottom: 10px;
	display: block;
	width: 100px;
	height: 100px;
	background: url(../images/arrow-down.png) no-repeat;
	position: static;
}
#scrollDown .button:hover {
	cursor: pointer;
}
/******************************
 SLIDE 2 
*******************************/
#slide2 {
	background: url(../images/bg-slide2.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/******************************
 SLIDE 3 
*******************************/
#slide3 {
	background: #000;
}
.clearfix {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.social{
	margin: 15px 0;
}
.social li{
	float: left;
	padding: 5px;
}
.goodboy{
	font-weight:300;
	text-align: right;
}


/*********** PROMO ***********/
.mainContent{
	width: 768px;
	margin: 50px auto;
	position: relative;
}
.promo-logo{
	width: 25%;
	margin-bottom: 40px;
	float: left;
	text-align: center;
}
.promo-logo img{
	width: 100%;
}
.promo-text{
	width: 65%;
	float: right;
}
.promo-text h2{
	border-top: 3px #FFF solid; 
	border-bottom: 3px #FFF solid; 
	margin: 0; 
	padding: 15px 0;
}
@media screen and (max-width: 768px) {

.mainContent{
	width: 100%;
	padding: 25px;
}
.promo-logo{
	width: 100%;
	float: none;
}
.promo-logo img{
	width: 75%;
}
.promo-text{
	width: 100%;
	float: none;
}

}