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

* {
    box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	margin:0px;
	padding:0px;
	color: #4b4b4b;
	-webkit-font-smoothing: antialiased;
}

a:link {
	text-decoration: none; 
	color:#4b4b4b;
}
a:visited {
	text-decoration: none;
	color:#4b4b4b;
}
a:hover {
	text-decoration: none;
	color:#4b4b4b;
}
a:active {
	text-decoration: none;
	color:#4b4b4b;
}

.flex{ display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap;}
.flex_vertical_center{align-items:center;}
.flex_vertical_bottom{align-items:flex-end;}
.flex_vertical_wrap{flex-wrap: wrap;}
.flex_space_right_end{justify-content:flex-end;}
.flex_center{justify-content:center;}
.flex_space_between{justify-content:space-between;}
.flex_space_around{justify-content:space-around;}

.container{
	position: relative;
	z-index: 3;
}
#menu_fixo{
	background-color: #FFF;
	padding: 15px 0px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	border-bottom: 1px solid #CCC;
	display: none;
}
#menu_fixo .menu{
	position: absolute;
	right: 0px;
	top: 20px;
}
#menu_fixo .menu .item{
	margin-left: 15px;
	color: #0e5da3;
	cursor: pointer;
}

#menu_mobile {
    width: 100vw;
    height: 100vh;
    background-color: #0e5da3;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    display: none;
}
#menu_mobile .fechar {
    position: absolute;
    right: 5vw;
    top: 5vw;
    width: 5vw;
    height: 5vw;
    background-image: url(../img/bt_fechar.png);
    background-size: cover;
}
#menu_mobile .item {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
    text-align: center;
	color: #FFF;
}


/*----------------------------------------HOME----------------------------------------*/
#home{
	width: 100%;
	height: 700px;
	position: relative;
}
#home .hamburger{
	display: none;
}
#home .camada_preta{
	z-index: 2;
	position: absolute;
	width: 100vw;
	height: 700px;
	background-color: rgba(0,0,0,0.1);
}
#home .menu{
	position: absolute;
	right: 0px;
	top: 20px;
}
#home .menu .item{
	margin-left: 15px;
	color: hsla(0,0%,100%,0.50);
	cursor: pointer;
}
#home .logo{
	position: absolute;
	right: 0px;
	top: 60px;
}
#home .texto{
	position: absolute;
	right: 0px;
	top: 250px;
	color: #FFF;
	width: 50%;
	text-align: right;
	font-size: 24px;
	font-weight: 300;
}
#home .botoes{
	position: absolute;
	right: 0px;
	top: 420px;
	color:#f5a218;
}
#home .botoes .botao{
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	border: 2px solid #f5a218;
	margin-left: 10px;
	padding: 10px 25px;
	text-align: right;
	font-size: 24px;
	background-color: rgba(0,0,0,0.30);
	cursor: pointer;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#home .botoes .botao:hover{
	background-color: #f5a218;
	color:#FFF
}
#home .botoes .botao .titulo{
	font-weight: 700;
}
#home .botoes .botao .sub_titulo{
	font-size: 12px;
	margin-top: -5px;
}

/*----------------------------------------GERENTE FINANCEIRO----------------------------------------*/
#gerente_financeiro{
	padding: 150px 0px;
}
#gerente_financeiro .titulo{
	text-align: center;
	color: #0e5da3;
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 5px;
}
#gerente_financeiro .texto{
	width: 55%;
	font-size: 14px;
	color: #2D2D2D;
}

/*----------------------------------------NOTÍCIAS----------------------------------------*/
#noticias{
	padding: 150px 0px;
	background-color: #f6f9fc;
}
#noticias .titulo{
	text-align: center;
	color: #0e5da3;
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 20px;
}
 #noticias .titulo2{ /* Notícia interna */
	text-align: center;
	font-weight: bolder;
	color: #0e5da3;
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: 3px solid #fc9e3e;
	display: inline-block;
	margin-top: 50px;
}
#noticias .item{
	margin: 10px;
	width: 30%;
}
#noticias .item .foto{
	width: 300px;
	height: 200px;
	background-size: cover;
	background-position: center;
}
#noticias .item .texto{
	margin-top: 5px;
	width: 250px;
}

/*----------------------------------------DIVISÃO----------------------------------------*/
.divisao{
	width: 100%;
	height: 370px;
}
	
/*----------------------------------------NÓS FAZEMOS----------------------------------------*/
#nos_fazemos{
	padding: 150px 0px;
}
#nos_fazemos .titulo{
	text-align: center;
	color: #0e5da3;
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 5px;
}
#nos_fazemos .texto{
	width: 80%;
	font-size: 14px;
	color: #2D2D2D;
}
#nos_fazemos .barra{
	padding: 10px 15px;
	font-weight: bolder;
	background-color: #fc9e3e;
	display: inline-block;
	margin: 30px 0px 30px 0px;
	font-size: 20px;
}
#nos_fazemos .titulo2{
	text-align: center;
	font-weight: bolder;
	color: #0e5da3;
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: 3px solid #fc9e3e;
	display: inline-block;
	margin-top: 50px;
}
#nos_fazemos .boxs{
	width: 80%;
	margin-top: 20px;
}
#nos_fazemos .box{
	width: 45%;
	height: 200px;
	margin: 20px;
	position: relative;
	background-color: #f6f9fc;
	border: 2px solid #0e5da3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
#nos_fazemos .box .titulo{
	width: 80%;
	font-size: 20px;
	margin-bottom: 0px;
}
#nos_fazemos .box .saibamais{
	width: 100%;
	position: absolute;
	bottom: 5px;
	color: #fc9e3e;
	font-size: 12px;
	font-weight: bolder;
}
#gerenciamento_rotina_conteudo, #analise_desempenho_conteudo{
	display: none;
	width: 70%;
}
#gerenciamento_rotina_conteudo .titulo2, #analise_desempenho_conteudo .titulo2{
	text-align: center;
	font-weight: bolder;
	color: #0e5da3;
	font-size: 20px;
	padding-bottom: 3px;
	border-bottom: 3px solid #fc9e3e;
	display: inline-block;
	margin-top: 10px;
}
#gerenciamento_rotina_conteudo .destaque{
	font-weight: bolder;
	color:#fc9e3e;
}
/*----------------------------------------VANTAGENS----------------------------------------*/
#vantagens{
	padding: 150px 0px;
	background-color: #f6f9fc;
}
#vantagens .item{
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 50px;
}
#vantagens .titulo{
	text-align: center;
	color: #0e5da3;
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 20px;
	width: 80%;
}
#vantagens .titulo2{
	text-align: center;
	font-weight: bolder;
	color: #0e5da3;
	font-size: 24px;
	padding-bottom: 3px;
	border-bottom: 3px solid #fc9e3e;
	display: inline-block;
	margin-top: 50px;
}
#vantagens .texto{
	margin-top: 20px;
	width: 80%;
	font-size: 14px;
	color: #2D2D2D;
}
/*----------------------------------------ORÇAMENTO----------------------------------------*/
#orcamento{
	padding: 150px 0px;
}
#orcamento .titulo{
	text-align: center;
	color: #0e5da3;
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 5px;
	width: 80%;
}
#orcamento .formulario{
	margin-top: 40px;
	width: 80%;
}
#orcamento .formulario .item{
	width: 48%;
	margin-bottom: 20px;
}
#orcamento .formulario .input_txt{
	padding: 15px;
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#orcamento .formulario textarea{
	padding: 15px;
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#orcamento .formulario .separacao{
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#orcamento .formulario .titulo2{
	text-align: center;
	font-weight: bolder;
	color: #0e5da3;
	font-size: 16px;
	padding-bottom: 3px;
	border-bottom: 3px solid #fc9e3e;
	display: inline-block;
	margin-bottom: 25px;
}
#orcamento .formulario label{
	margin: 0px 10px 10px 10px;
}
#orcamento .formulario .tamanho{
	width: 48%;
}
#orcamento .formulario .bt{
	padding: 15px 35px;
	cursor: pointer;
	color: #FFF;
	margin-top: 20px;
	display: inline-block;
	background-color: #0e5da3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*----------------------------------------VOCÊ FAZ----------------------------------------*/
#vc_faz{
	padding-top: 150px;
}
#vc_faz .titulo{
	text-align: center;
	color: #0e5da3;
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 5px;
}
#vc_faz .texto{
	width: 80%;
	font-size: 14px;
	color: #2D2D2D;
}
#vc_faz .barra{
	padding: 10px 15px;
	font-weight: bolder;
	background-color: #fc9e3e;
	display: inline-block;
	margin: 30px 0px 30px 0px;
	font-size: 20px;
}
#vc_faz .texto2{
	width: 50%;
	color: #0e5da3;
	font-size: 20px;
	font-weight: bolder;
}
#vc_faz .boxs{
	width: 100%;
	margin-top: 20px;
}
#vc_faz .box{
	width: 25%;
	height: 200px;
	margin: 20px;
	position: relative;
	background-color: #f6f9fc;
	border: 2px solid #0e5da3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
#vc_faz .box .titulo{
	width: 100%;
	font-size: 20px;
	margin-bottom: 0px;
}
#vc_faz .box .texto{
	width: 80%;
	margin-top: 0px;
}
#vc_faz .box .saibamais{
	width: 100%;
	bottom: 5px;
	color: #fc9e3e;
	font-size: 12px;
	font-weight: bolder;
}
#funcionalidades_conteudo, #vantagens_conteudo, #facilidades_conteudo{
	display: none;
	width: 70%;
}
#funcionalidades_conteudo .titulo2, #vantagens_conteudo .titulo2, #facilidades_conteudo .titulo2{
	text-align: center;
	font-weight: bolder;
	color: #0e5da3;
	font-size: 20px;
	padding-bottom: 3px;
	border-bottom: 3px solid #fc9e3e;
	display: inline-block;
	margin-top: 10px;
}
/*----------------------------------------CONTRATAR----------------------------------------*/
#contratar{
	padding: 50px 0px 150px 0px;
}
#contratar .titulo{
	text-align: center;
	color: #0e5da3;
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 5px;
	width: 80%;
}
#contratar .formulario{
	margin-top: 40px;
	width: 80%;
}
#contratar .formulario .item{
	width: 48%;
	margin-bottom: 20px;
}
#contratar .formulario input{
	padding: 15px;
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#contratar .formulario textarea{
	padding: 15px;
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#contratar .bt{
	padding: 15px 35px;
	cursor: pointer;
	color: #FFF;
	margin-top: 20px;
	display: inline-block;
	background-color: #0e5da3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*----------------------------------------CONTATO----------------------------------------*/
#contato{
	padding: 150px 0px;
	background-color: #0e5da3;
	color: #FFF;
}
#contato .titulo{
	text-align: center;
	font-size: 36px;
	font-weight: bolder;
	margin-bottom: 5px;
	width: 80%;
}
#contato .formulario{
	margin-top: 40px;
	width: 80%;
}
#contato .formulario .item{
	width: 48%;
	margin-bottom: 20px;
}
#contato .formulario input{
	padding: 15px;
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#contato .formulario textarea{
	padding: 15px;
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#contato .bt{
	padding: 15px 35px;
	cursor: pointer;
	color: #FFF;
	margin-top: 20px;
	display: inline-block;
	background-color: #fc9e3e;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}




/* Small devices */
@media only screen and (min-width : 10px) and (max-width : 767px) {
	
	.container{
		width: 90%;
	}
	/*----------------------------------------HOME----------------------------------------*/
	#home .container{
		width: 90%;
		height: 100vh;
		display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap;
	}
	#home .hamburger{
		display: block;
		position: fixed;
		top: 15px;
		right: 15px;
		z-index: 999999;
	}
	#home .camada_preta{
		height: 100vh;
		background-color: rgba(0,0,0,0.5);
	}
	#home .so_mobile{
		align-items:center;
		display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-wrap: wrap;
	}
	#home{
		height: 100vh;
	}
	#home .logo{
		position:inherit;
		top: inherit;
		width: 100%;
	}
	#home .logo img{
		width: 80%;
		margin-top: 50px;
	}
	#home .menu{
		display: none;
	}
	#home .texto{
		position:inherit;
		width: 100%;
		top: inherit;
		text-align: center;
	}
	#home .botoes{
		width: 100%;
		position:inherit;
		top: inherit;
	}
	#home .botoes .botao{
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	
	/*----------------------------------------GERENTE FINANCEIRO----------------------------------------*/
	#gerente_financeiro{
		padding: 100px 0px;
	}
	#gerente_financeiro .titulo{
		font-size: 20px;
	}
	#gerente_financeiro .texto{
		width:100%;
	}
	
	/*----------------------------------------NOTICIAS----------------------------------------*/
	#noticias{
		padding: 100px 0px;
	}
	#noticias .item{
		width: 100%;
		margin-bottom: 20px;
	}
	
	/*----------------------------------------DIVISÃO----------------------------------------*/
	.divisao{
		width: 100%;
		height: 200px;
	}
	/*----------------------------------------NÓS FAZEMOS----------------------------------------*/
	#nos_fazemos {
		padding: 100px 0px;
	}
	#nos_fazemos .boxs{
		width: 100%;
	}
	#nos_fazemos .box{
		width: 100%;
	}
	/*----------------------------------------VANTAGENS----------------------------------------*/
	#vantagens{
		padding: 100px 0px;
	}
	#vantagens .titulo {
		font-size: 20px;
		width: 100%;
	}
	#vantagens .titulo2 {
		font-size: 18px;
	}
	#vantagens .texto {
		width: 95%;
	}
	/*----------------------------------------ORÇAMENTO----------------------------------------*/
	#orcamento{
		padding: 100px 0px;
	}    
	#orcamento .formulario{
		width: 100%;
	}
	#orcamento .formulario .item{
		width: 100%;
	}
	#orcamento label{
		margin: 0px 10px 10px 10px;
		width: 100%;
	}
	#orcamento .formulario .tamanho {
		width: 100%;
	}
	/*----------------------------------------VOCÊ FAZ----------------------------------------*/
	#vc_faz {
		padding: 100px 0px;
	}
	#vc_faz .texto {
    	width: 95%;
	}
	#vc_faz .barra {
		font-size: 16px;
	}
	#vc_faz .texto2 {
    	width: 100%;
		font-size: 15px;
	}
	#vc_faz .boxs{
		width: 100%;
	}
	#vc_faz .box{
		width: 100%;
	}
	/*----------------------------------------CONTRATAR----------------------------------------*/
	#contratar{
		padding: 0px 0px 150px 0px;
	}
	#contratar .titulo {
		font-size: 20px;
	}
	#contratar .formulario{
		width: 100%;
	}
	#contratar .formulario .item{
		width: 100%;
	}
	/*----------------------------------------CONTATO----------------------------------------*/
	#contato{
		padding: 50px 0px 100px 0px;
	}
	#contato .titulo {
		font-size: 20px;
	}
	#contato .formulario{
		width: 100%;
	}
	#contato .formulario .item{
		width: 100%;
	}
}





/* Tablets */
@media only screen and (min-width : 768px) and (max-width : 1199px) {
	.container{
		width: 90%;
	}
	#menu_fixo .menu .item{
		margin-left: 10px;
		font-size: 12px;
		color: #0e5da3;
	}
	/*----------------------------------------HOME----------------------------------------*/
	#home .camada_preta{
		background-color: rgba(0,0,0,0.0);
	}
	#home .botoes{
		width: 50%;
	}
	#home .botoes .botao{
		width: 100%;
		margin-bottom: 10px;
	}
	/*----------------------------------------GERENTE FINANCEIRO----------------------------------------*/
	#gerente_financeiro .texto{
		width: 80%;
	}
	/*----------------------------------------NOTICIAS----------------------------------------*/
	#noticias{
		padding: 100px 0px;
	}
	#noticias .item{
		width: 45%;
		margin-bottom: 20px;
	}
	/*----------------------------------------DIVISÃO----------------------------------------*/
	.divisao{
		width: 100%;
		height: 200px;
	}
	/*----------------------------------------NÓS FAZEMOS----------------------------------------*/
	#nos_fazemos {
		padding: 100px 0px;
	}
	#nos_fazemos .boxs{
		width: 100%;
	}
	#nos_fazemos .box{
		width: 40%;
	}
	/*----------------------------------------VANTAGENS----------------------------------------*/
	#vantagens{
		padding: 100px 0px;
	}
	/*----------------------------------------ORÇAMENTO----------------------------------------*/
	#orcamento{
		padding: 100px 0px;
	}    
	#orcamento .formulario{
		width: 100%;
	}
	#orcamento .formulario .item{
		width: 100%;
	}
	/*----------------------------------------VOCÊ FAZ----------------------------------------*/
	#vc_faz{
		padding: 100px 0px;
	}
	#vc_faz .barra{
		font-size: 16px;
	}
	#vc_faz .texto2{
		width: 100%;
	}
	#vc_faz .boxs{
		width: 100%;
	}
	#vc_faz .box{
		width: 40%;
	}
	/*----------------------------------------ORÇAMENTO----------------------------------------*/
	#contratar{
		padding: 0px 0px 150px 0px;
	}    
	#contratar .formulario{
		width: 100%;
	}
	#contratar .formulario .item{
		width: 100%;
	}
	
}



/* Common Screens 1 */
@media only screen and (min-width : 1200px) and (max-width : 1799px) {
	.container{
		width: 90%;
	}
	
}



/* Common Screens 2 */
@media only screen and (min-width : 1800px) and (max-width : 3999px) {

	.container{
		width: 1250px;
		position: relative;
	}
	/*----------------------------------------HOME----------------------------------------*/
	#home{
		height: 750px;
	}
	#home .camada_preta{
		height: 750px;
	}
}