

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



body{
	background: #2A414F;
	-webkit-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility;
}

#navbarTopo{
	height: 60px;
	background: #093566;
	color:white;
}
#navbarTopo #logo{
	height: 60px;
	padding: 10px 20px 10px 20px;
}
#navbarTopo .navbar-collapse{
	background: #093566;
}
#navbarTopo .navbar-nav{
	margin-top: 0px !important;
}
#navbarTopo ul li a{
	height: 60px;
	padding-top: 20px;
	color: white;
}

#main{
	margin-top: 60px;
	overflow: hidden;
	width: 100%;
}
#main header{
	background: #2A414F url("../img/fundo_space_2-12.png") repeat top left;
	height: 368px !important;
	text-align: center;
	position: relative;
}
#main header img:first-child{
	position: absolute;
	top: 150px;
	left: 30%;
}
#main header img:last-child{
	margin-top: 50px;
}
#main section h2{
	margin: 0px 0px 10px 0px;
	color: #ffd61a;
	text-align: center;
	font-size: 25px;
}
#main section h2:before{
	background: url('../img/n.png') no-repeat center center;
	background-size: 100%;
	content: "";
	width: 100px;
	height: 22px;
	display: inline-block;
	margin-right: 10px;
}
#main section h2:after{
	background: url('../img/m.png') no-repeat center center;
	background-size: 100%;
	content: "";
	width: 100px;
	height: 22px;
	display: inline-block;
	margin-left: 10px;
}

#video{
	position: relative;
	width: 110%;
	height: 350px;
	overflow: hidden;
	margin-left: -30px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg); 
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform: left center; 
}
#video video{
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#video #mask-video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(252,191,14,0.6);
	z-index: 3;
}
#video a{
	position: absolute;
	z-index: 4;
}

#sobre{
	padding-bottom: 90px;
	margin-top: -97px;
	position: relative;
	z-index: 5;
}
#sobre .container{
	padding: 80px 5px 40px 20px;
}
#sobre p{
	color: #f1f2f4;
}
#sobre h2:before{
	background: url('../img/n.png') no-repeat center center;
	background-size: 100%;
	content: "";
	width: 100px;
	height: 22px;
	display: inline-block;
	margin-right: 10px;
}
#sobre h2:after{
	background: url('../img/n.png') no-repeat center center;
	background-size: 100%;
	content: "";
	width: 100px;
	height: 22px;
	display: inline-block;
	margin-left: 10px;
}
#sobre h2{
	margin-top: 60px !important;
}
#sobre .pull-right{
	margin-top: 20px;	
}

#metodologia{
	min-height: 500px;
	background: #FCC10F  url("../img/fundo_dragao-02.png") no-repeat 0px -165px;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 4;
	margin-top: -96px;
}
#metodologia .mascara{
	width: 101%;
	margin-left: -3px;
}
#metodologia ul{
	list-style-type: none;
	max-width: 500px;
	text-align: right;
	margin-top: 23px;
	padding: 0px;
}
#metodologia ul li{
	display: inline-block;
}

#contato{
	color: #f1f2f4;
	padding-bottom: 60px;
	width: 110%;
	overflow: hidden;
	margin-left: -30px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg); 
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform: left center; 
	background: #2A414F;
	position: relative;
	z-index: 5;
}
#contato .container{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg); 
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform: left center; 
}
#contato form{
	/*max-width: 360px;
	margin: 0 auto;*/
}
#contato h2{
	margin-top: 16px !important;
}
#contato input[type=text],
#contato textarea{
	background: #d4d9dc;
}
#contato .form-group{
	position: relative;
}
#contato label.error{
	position: absolute;
	top: 31px;
	right: 10px;
	color: #f00;
}
#contato .telefones{

}
#contato .telefones ul{
	list-style-type: none;
	font-size: 30px;
	margin-top: 22px;
}

#direitos{
	color: #fff;
}

@media screen and (max-width: 370px){
	#metodologia .mascara{
		margin-top: -4px;
	}
}

@media screen and (max-width: 768px){
	#contato form .form{
		margin: 40px;
	}
}

@media screen and (max-width: 950px){
	#main header img:first-child{
		display: none;
	}
}

@media screen and (max-width: 425px){
	#video{
		margin-left: -21px;
	}
}

@media screen and (max-width: 490px){
	#video{
		margin-left: -21px;
	}
	#contato{
		margin-left: -19px;
	}
	#sobre{
		margin-left: -15px;
	}
}

@media screen and (max-width: 494px){
	#main section h2:after,
	#main section h2:before{
		content: '';
		background: inherit;
		width: 0px;
	}
	#sobre p{
		text-align: center;
	}
	#contato form{
		/*width: 80%;*/
	}
}

#gratis:hover {
	color: #ffcc00;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	font-weight: bold;
}


.sombra{
        -moz-box-shadow: 0px 2px 2px #888;
        -webkit-box-shadow: 0px 2px 2px #888;
        box-shadow: 0px 2px 2px #888;
    }


.mensagem_sucesso_grande {
	margin-bottom: 15px;
	border: 1px solid #228B22;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #228B22;
	background-color: #98FB98;
	font-weight: bold;
	text-align: center;
	cursor: pointer;

	position: fixed;
	width: 60%;
	top: 70px;
	left: 20%;
	padding: 10px;
	font-size: 17px;
}

.mensagem_erro_grande {
	margin-bottom: 15px;
	border: 1px solid #CD5555;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #8B3A3A;
	background-color: #FFC1C1;
	font-weight: bold;
	text-align: center;
	cursor: pointer;

	position: fixed;
	width: 60%;
	top: 70px;
	left: 20%;
	padding: 10px;
	font-size: 17px;
}