*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Alternox';
}

@font-face {
    font-family: 'Alternox';
    src: url('fonts/Alternox/AlternoxRegular.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Alternox';
    src: url('fonts/Alternox/AlternoxExtraLight.otf') format("opentype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Alternox';
    src: url('fonts/Alternox/AlternoxBold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Alternox';
    src: url('fonts/Alternox/AlternoxExtraBold.otf') format("opentype");
    font-weight: bolder;
    font-style: normal;
}

@font-face {
    font-family: 'Alternox';
    src: url('fonts/Alternox/AlternoxSemiBold.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Alternox';
    src: url('fonts/Alternox/AlternoxLight.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Techmoon';
    src: url('fonts/Techmoon/Techmoon.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Techmoon';
	src: url('fonts/Techmoon/TechmoonBold.otf') format("opentype");
    font-weight: bold;
    font-style: normal;
}

.clear{
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;
}

.w25{
	width: 25%;
}

.w33{
    width: 33.3%;
}

.w50{
    width: 50%;
}

.w66{
    width: 66.7%;
}

.w100{
    width: 100%
}

.center{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2%;
}

body p{
	font-size: 18px;
	font-weight: 300;
}
body a, select, input, label, option{
	font-weight: 300;
}
body h1{
	font-size: 36px;
}
body h2{
	font-size: 32px;
}
body h3{
	font-size: 26px;
}
body h4{
	font-size: 22px;
}

/* ---------- Header ---------- */

header{
	width: 100%;
    padding: 0 30px;
	position: fixed;
    background-color: rgba(0,5,20,0.0);
	z-index: 4;
}

.logo{
    width: 15%;
	display: flex;
	flex-direction: row;
}

.logo img{
    width: 60px;
	padding-top: 22px;
	margin-right: 15px;
} 

.logo h4{
	color: #90F3FF;
	padding-top: 40px;
}
.logo a{
	text-decoration: none;
	color: #90F3FF
}

.menu{
    width: 85%;
}

ul{
    list-style-type: none;
}

.desktop{
    line-height: 104px;
}

nav.desktop li{
    display: inline-block;
}

nav.desktop a{
    color: white;
    text-decoration: none;
    padding: 0 15px;
    font-size: 20px;
}

nav.desktop a:hover{
	font-weight: 800;
	padding-bottom: 15px;
	color: #90F3FF;
}

.headerButton{
    color: #000514;
    text-decoration: none;
    background-color: #90F3FF;
    padding: 20px;
    font-size: 20px;
	font-weight: 600;
    cursor: pointer;
    border: 0;
	border-radius: 30px;
}

.headerButton:hover{
	font-weight: 600;
    box-shadow: -5px 5px #193866;
}

.headerButton a:hover{
	border-bottom: none;
}

.mobile{
    display: none;
}

/* botão whats */

.botao-whats{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 3;
}

.botao-whats img{
	max-width: 60px;
	width: 100%;
}

/* Login Page Header */

.voltar{
	padding: 60px 0px;
}
.voltar a{
	text-decoration: none;
	color: white;
	font-size: 20px;
}
.voltar a:hover{
	text-decoration: underline;
	color:#90F3FF;
}

/* ---------- Particles.js ---------- */

#particles-js{
	background-color: #000514;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

/* ---------- Home ----------- */

section.home-banner{
	padding: 120px 5% 5% 5%;
	height: 100vh;
}

.home-banner-box{
	width: 80%;
	background-color: #1A3866;
	border-radius: 4vw;
	padding: 12vh 0px 12vh 7%;
	height: 80vh;
	align-content: center;
	z-index: 1;
	position: relative;
}

.home-textbox{
	position: absolute;
	top: 50%;
	left: 40%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home-banner .home-banner-box .title{
	width: 100%;
	margin-bottom: 20px;
	text-shadow: -4px 4px #000514;
}

.home-banner .home-banner-box .title h1{
	font-family: techmoon;
	font-size: 4vw;
	font-weight: 200;
	color: #90F3FF;
}

.home-banner .home-banner-box .paragraph{
	width: 100%;
	color: white;
	font-weight: 300;
	margin-bottom: 30px;
}

.home-banner .home-banner-box .button{
	text-decoration: none;
	color: #000514;
	background-color: #90F3FF;
	font-size: 1.3vw;
	font-weight: 600;
	padding: 20px;
	box-shadow: -5px 5px #000514;
	margin-right: 20px;
}

.home-banner .home-banner-box .button:hover{
	color: white;
	background-color: #000514;
	box-shadow: -5px 5px #90F3FF;
}

.home-banner .home-banner-box .button-cliente{
	text-decoration: none;
	color: #ccc;
}

.home-banner .home-banner-box .button-cliente:hover{
	text-decoration: underline;
	color: #999;
}

.home-banner .home-banner-box .link_button{
	width: 100%;
	display: flex;
	flex-direction: row;
	/*margin-bottom: 3vw;*/
	align-items: center;
}
/*
.home-banner .home-banner-box .arrow{
	width: 63%;
	text-align: center;
}

.home-banner .home-banner-box .arrow img{
	width: 100%;
	max-width:50px;
}
*/
.brain{
	position: absolute;
	top: 20px;
	left: 71%;
	height: 100%;
	z-index: 2;
	max-height: 50vh;
}

.brain img{
	width: 40vw;
}

/* home-main */

.home-main{
	background-color: #000514;
	padding: 50px 0px 100px 0px;
	margin-bottom: -10px;
}
.home-main .dots-left img{
	width: 30%;
    max-width: 150px;
}
.home-left-container{
	display: flex;
	flex-direction: row;
	padding: 0px 10%;
	width: 100%;
}
.home-right-container{
	display: flex;
	flex-direction: row-reverse;
	padding: 0px 10%;
	width: 100%;
}
.home-container-text .title h1{
	color: #90F3FF;
	margin-bottom: 30px;
}
.home-container-text .paragraph p{
	color: white;
	font-weight: 300;
	margin-bottom: 50px;
}
.home-main-button .button{
	width: 150px;
	height: 50px;
	background-color: #193866;
	text-decoration: none;
	color: white;
	padding: 20px;
	box-shadow: -5px 5px #90F3FF;
}
.home-main-button .button:hover{
	background-color: #90F3FF;
	color: #000514;
	box-shadow: -5px 5px #12263A;
}
.home-right-container > .home-container-text{
	text-align: end;
}
.home-left-container > .home-container-img{
	text-align: end;
}
.home-right-container > .home-container-img{
	text-align: start;
}
.home-left-container img, .home-right-container img{
	width: 100%;
	max-width: 450px;
}
.home-main .dots-right img{
	width: 30%;
    max-width: 150px;
	float: right;
}

/* Divider */

section.divider-section{
	width: 100%;
	margin-bottom: -10px;
}
.divider img{
	width: 100%;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* home-como-funciona */

section.home-como-funciona{
	width: 100%;
	background-color: #000514;
	padding: 60px 0;
	margin-top: 0;
}
.home-como-funciona .blocks{
	width: 60%;
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	align-content: center;
}
.home-como-funciona .blocks div{
	width: 30%;
	border: 4px solid #90F3FF;
	box-shadow: -5px 5px 0px 0px #193866;
	border-bottom-right-radius: 30px;
	margin: 20px auto;
	text-align: center;
	justify-content: center;
	padding: 3% 0px;
}
.home-como-funciona .blocks div img{
	width: 50%;
	margin-bottom: 10px;
}
.home-como-funciona .blocks div p{
	color: #90F3FF;
	font-size: 1.3vw;
}

/**/

/*home-agregando-valor*/

.home-agregando-valor{
	width: 100%;
	background-color: white;
	padding: 80px 10%;
}
.home-agregando-valor .textbox{
	display: flex;
	flex-direction: row;
}
.home-agregando-valor h1{
	font-family: Alternox;
	color: #000514;
	margin-bottom: 10px;
}
.home-agregando-valor p{
	font-family: Alternox;
	font-weight: 300;
	margin-bottom: 40px;
}
.agregando-valor-img{
	justify-content: center;
	text-align: end;
}
.home-agregando-valor img{
	width: 100%;
	max-width: 400px;
}
.home-agregando-valor .button .b{
	width: 150px;
	height: 50px;
	background-color: #193866;
	text-decoration: none;
	color: white;
	padding: 20px;
	box-shadow: -4px 4px #90F3FF;
}

/* Home-Blog */

section.home-blog{
	background-color: #000514;
	padding-bottom: 80px;
}

/*div7*/

.div7{
	background-color: #000514;
	padding-bottom: 200px;
	border-bottom: 3px solid #90F3FF;
}

.div7 center{
	width: 100%;
	margin: 0 auto;
}

.div7{
	background-color: #000514;
	background-image: url("../images/spiral.png");
	background-size: 70%;
	background-position: -10px;
	background-repeat: no-repeat;
	color: white;
}

.div7 h1{
	text-align: center;
	background-color: #000514;
	padding-bottom: 40px;
	background-color: transparent;
}

.div7 .dots{
	margin-right: 0px;
	margin-left: auto;
}

.div7 .blocks{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin: 150px auto 0px auto;
	align-content: center;
	margin-bottom: 200px;
}

.div7 .block{
	margin: 0 auto;
	text-align: center;
	background-color: #D9D9D9;
	width: 400px;
	height: 600px;
}

.div7 .button1{
	margin-left: calc(50% - 180px);
}

.div7 .button{
	height: 50px;
	background-color: #193866;
	text-decoration: none;
	color: white;
	padding: 20px;
	box-shadow: -4px 4px #90F3FF;
}

/* ---------- Serviços ---------- */

/*Banner*/

.banner{
    overflow: hidden;
    background-size: cover;
}
.cover{
	display: flex;
    padding-top: 200px;
    padding-left: 10%;
    padding-right: 10%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,5,20,0.85);
}

.banner-text{
	padding-top: 40px;
}

.banner-text h1{
    color:#90F3FF;
    margin-bottom: 20px;
    padding-top: 20px;
}

.banner-text p{
    color: white;
    font-weight: 300;
}

.banner-button{
	padding-top: 30px;
	padding-bottom: 80px;
}

.banner-img{
	position: relative;
}

.banner-img img{
    max-width:1000px;
    overflow: hidden;
	position: absolute;
	bottom: 0;
}

/*Solução*/

.solucao{
    padding-top: 120px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 100px;
    color:#000514;
}

.solucao-titulo h2{
    margin-bottom: 120px;
}

.solucao-single-left{
    display: flex;
    margin-bottom: 50px;
    float: left;
    width: 60%;
}

.solucao-single-right{
    display: flex;
    margin-bottom: 50px;
    float: right;
    align-content:end;
    width: 60%;
}

.solucao-single-right > .solucao-text{
    text-align: end;
}

.solucao-text{
    padding-left: 30px;
    padding-right: 30px;
}

.solucao-text h3{
    margin-bottom: 7px;
}

.solucao-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.solucao-icon img{
    width: 100px;
}

.pode-contar{
    width: 60%;
	padding-top: 50px;
}

.pode-contar h2{
    padding-bottom: 20px;
}

.pode-contar p{
	font-weight: 400;
}

/* Diferenciais */

section.diferenciais, section.depoimentos{
    padding-top: 100px;
    background-color: #000514;
}

.titulo-dif{
    padding-bottom: 60px;
}

.titulo-dif img{
    width: 30%;
    max-width: 150px;
}

.titulo-dif h1{
    width: 100%;
    color: white;
    text-align: center; 
}

.box-dif{
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
}

.dif-single, .dep-single{
    width: 30%;
    text-align: center;
    color: white;
    margin: 0 auto;
}

.dif-single img{
    width: 50%;
    max-width: 140px;
}

.dif-single h4, .dep-single h4{
    padding-top: 15px;
}

.dif-button, .dep-button{
    margin-top: 20px;
    text-align: center;
}

.dif-button button, .dep-button button, .banner-button button, .solucao-button button, .cont-button button{
    color: white;
    text-decoration: none;
    background-color: #193866;
    box-shadow: -5px 5px #90F3FF;
    padding: 20px;
    font-size: 18px;
	font-weight: 300;
    cursor: pointer;
    border: 0;
}

.dif-button button:hover, .dep-button button:hover, .banner-button button:hover, .cont-button button:hover{
    background-color: #90F3FF;
    box-shadow: -5px 5px #193866;
    color: #000514;
}

/* Depoimentos */

section.depoimentos{
    padding-bottom: 100px;
}

.titulo-dep{
    padding-bottom: 60px;
}

.titulo-dep img{
    width: 30%;
    max-width: 150px;
    float: right;
}

.titulo-dep h1{
    width: 100%;
    color: white;
    text-align: center; 
}

.dep-single img{
	width: 80%;
    max-width: 300px;
}

.dep-single p{
	font-weight: 200;
}

/* Contato */

section.contato{
	color: #000514;
    padding-top: 100px;
	border-top: 5px solid #90F3FF;
}

.cont-titulo h1{
	text-align: center;
	margin-bottom: 100px;
}

.dados-container{
    display: flex;
    padding-left: 10%;
    padding-right: 10%;
	margin-bottom: 100px;
}

.cont-dados{
	border-right: 3px solid #000514;
	overflow: hidden;
}

.cont-dados-titulo h2{
    width: 100%;
    margin-bottom: 50px;
}

.dados-single{
    display: flex;
    width: 100%;
	margin-bottom: 30px;
	vertical-align: center;
}

.dados-single img{
    max-width: 60px;
    max-height: 60px;
}

.dados-single a{
    text-decoration: none;
    color:#000514;
	font-size: 18px;
	margin: auto 0;
	padding-left: 20px;
}

.cont-button i{
	padding-right: 10px;
}

.cont-button{
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
}


/*form*/

.cont-form{
	padding-left: 10%;
}

.cont-form h2{
    width: 100%;
    margin-bottom: 40px;
}

.cont-form p{
	margin-bottom: 5px;
	font-weight: 200;
}

.cont-form input{
	width: 100%;
	margin-bottom: 15px;
	font-weight: 300;
}

.cont-form input[type="text"], input[type="email"]{
	border: 2px solid #000514;
	height: 35px;
	padding-left: 5px;
	padding-right: 5px;
}

.cont-form textarea{
	width: 100%; 	
	margin-bottom: 15px;
	height: 120px;
	resize: none;
	border: 2px solid #000514;
	padding: 5px;
}

.cont-form input[type="submit"]{
	height: 50px;
	color: white;
	font-size: 20px;
	background-color: #193866;
	border: 0;
	box-shadow: -5px 5px #90F3FF;
	cursor: pointer;
}

.cont-form input[type="submit"]:hover{
	color: #000514;
	background-color: #90F3FF;
	border: 0;
	box-shadow: -5px 5px #193866;
}

/* ---------- Sobre ---------- */

.sobre-banner-img{
	text-align: center;
}

.sobre-banner-img img{
    max-width:500px;
	width: 100%;
	overflow: hidden;
}

.sobre-main{
	padding-top: 120px;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 100px;
    color:#000514;
}

.sobre-main p{
	font-weight: 300;;
}

.sobre-single-left{
	float: left;
	width: 55%;
	margin-bottom: 50px;
}

.sobre-single-right{
	float: right;
	width: 55%;
	margin-bottom: 50px;
	text-align: end;
}

.sobre-titulo h2{
	margin-bottom: 20px;
}

.sobre-main .dif-button{
	margin-top: 0;
}

section.sobre-diferenciais{
	background-color: #000514;
	color: white;
	width: 100%;
	padding: 60px 0 100px 0;
}

.sobre-box-dif{
	width: 55%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.sobre-box-dif p{
	font-weight: 300;
}

.sobre-box-dif h4{
	margin-bottom: 10px;
}

.sobre-dif-single{
	display: flex;
	flex-direction: row;
	padding: 60px 0;
}

.sobre-dif-single-right{
	display: flex;
	flex-direction: row-reverse;
}

.sobre-dif-single img{
	width: 100%;
	max-width: 140px;
	margin-right: 20px;
}

.sobre-dif-single-right img{
	width: 100%;
	max-width: 120px;
	margin-left: 20px;
}

.sobre-dif-single-text{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items:start;
}

/* ---------- Login ---------- */

section.login{
	width: 100%;
	height: 100vh;
	padding: 0% 20%;
	position: relative;
}
.login-main{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 45%;
	padding: 7% 7% 7% 7%;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	border-radius: 30px;
}
.login-main img{
	width: 100%;
	max-width: 100px;
	margin-bottom: 40px;
}
.login-main h2{
	font-size: 30px;
	margin-bottom: 20px;
}
.login-main input{
	width: 80%;
	border-radius: 20px;
	border: 2px solid #000514;
	padding: 7px;
}
.login-main input[type="email"], .login-main input[type="password"]{
	margin-bottom: 10px;
	padding-left: 15px;
}
.login-main input[type="submit"]{
	background-color: #000514;
	color: #90F3FF;
	cursor: pointer;
	border: 2px solid #000514
}
.login-main input[type="submit"]:hover{
	background-color: #90F3FF;
	color: #000514;
	cursor: pointer;
	border: 2px solid #90F3FF;
}
.lembrar{
	display: flex;
	flex-direction: row;
	width: 80%;
	height: 25px;
	margin: 0 auto;
	justify-content: center;
	margin-top: 7px;
}
.lembrar input[type="checkbox"]{
	width: 10%;
	height: 20px;
	margin-top: 4px;
	background-color: #000514;
}
.lembrar label{
	padding-top: 5px;
}


/* ---------- Cliente/Admin ---------- */

section.section-cliente{
	padding: 60px 10% 100px 10%;
	background-color: #ffffff;
}
.section-cliente h2{
	margin-bottom: 40px;
	text-decoration: underline;
}
.admin{
	padding-bottom: 60px;
	border-bottom: 1px solid #888;
}
.usuarios-ativos{
	margin-bottom: 60px;
	max-height: 40vh;
	overflow-y: scroll;
}
.tabela-usuarios{
	width: 100%;
	min-width: calc(75px + 120px + 240px + 150px + 400px);
}
.tabela-usuarios a{
	text-decoration: none;
}
.tabela-artigos{
	width: 100%;
	min-width: calc(75px + 120px + 240px + 150px + 400px);
}
.linha-legenda{
	display: flex;
	border: 2px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #193866;
}
.linha-legenda span{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: white;
}
.linha-tabela{
	display: flex;
	border: 1px solid #000;
	padding-top: 3px;
	padding-bottom: 3px;
}
.linha-tabela:hover{
	background-color: #eee;
}
.linha-tabela span{
	font-size: 18px;
	text-align: center;
	color: #000;
}
.cadastro-form form{
	display: flex;
	flex-direction: column;
	width: 60%;
	height: 420px;
	justify-content: space-between;
}
.conta{
	width: 100%;
}
.info-conta{
	margin-bottom: 60px;
	padding-top: 60px;
	width: 100%;
}
.info-conta p{
	margin-bottom: 5px;
	width: 60%;
}
.info-conta h3, .mudar-senha h3{
	margin-bottom: 20px;
}
.mudar-senha{
	margin-bottom: 60px;
}
.section-cliente select{
	padding: 7px 0px 7px 10px;
	font-size: 16px;
	border: 2px solid #ccc;
	margin-bottom: 10px;
}
.section-cliente input[type="password"],
.section-cliente input[type="text"],
.section-cliente input[type="email"]{
	padding: 7px 0px 7px 10px;
	font-size: 16px;
	border: 2px solid #ccc;
}
.section-cliente input[type="submit"]{
	padding: 7px 15px;
	cursor: pointer;
	background-color: #193866;
	color: white;
	font-size: 16px;
}
.section-cliente input[type="submit"]:hover{
	padding: 7px 15px;
	background-color: #000514;
	color: white;
}
.power-bi{
	border-bottom: 1px solid #888;
	padding-bottom: 60px;
}
.power-bi iframe{
	width: 100%;
	height: 100%;
	min-height: 600px;
}
.botao-logout button{
	padding: 10px 20px;
	font-size: 18px;
	background-color: rgb(255, 70, 70);
	cursor: pointer;
	border: 0;
	color: white;
}
.botao-logout button:hover{
	padding: 8px 18px;
	background-color: rgb(255, 0, 0);
	border: 2px solid #000;
}
.botao-logout i{
	background-color: rgba(0,0,0,0.0);
	margin-right: 10px;
}

/* Blog */

section.section-blog{
	padding: 160px 10% 0 10%;
	background-color: #ffffff;
}
.section-blog h2{
	margin-bottom: 40px;
	text-decoration: underline;
}
.blog-container{
	padding-bottom: 60px;
	border-bottom: 1px solid #888;
}
.artigos-publicados{
	margin-bottom: 60px;
	max-height: 40vh;
	overflow-y: scroll;
}
.tabela-artigos{
	width: 100%;
}
.tabela-artigos a{
	text-decoration: none;
}
.artigo-form form{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.artigo-form input[type="text"],
.artigo-form input[type="file"],
.artigo-form textarea{
	padding: 7px 0px 7px 10px;
	font-size: 16px;
	border: 2px solid #ccc;
	margin-bottom: 10px;
}
.artigo-form textarea{
	height: 300px;
	resize: vertical;
}
.artigo-form label{
	margin-top: 10px;
	margin-bottom: 5px;
}
.artigo-form input[type="submit"]{
	padding: 7px 15px;
	cursor: pointer;
	background-color: #193866;
	color: white;
	font-size: 16px;
}
.artigo-form input[type="submit"]:hover{
	padding: 7px 15px;
	background-color: #000514;
	color: white;
}

/* Artigo */

.art-container h2{
	margin-bottom: 40px;
}
#art-categoria{
	margin-bottom: 5px;
}
#art-data{
	margin-bottom: 5px;
}
#art-conteudo{
	margin-bottom: 40px;
}
#art-imagem{
	margin-bottom: 40px;
}
#art-imagem img{
	width: 100%;
	max-width: 500px;
}
#art-imagem p{
	margin-bottom: 10px;
}
#art-edit{
	display: none;
}
.botao-edit{
	margin-bottom: 40px;
}
.botao-edit button{
	padding: 10px 20px;
	font-size: 18px;
	background-color: #193866;
	cursor: pointer;
	border: 0;
	color: white;
}
.botao-edit button:hover{
	padding: 8px 18px;
	background-color: #000514;
	border: 2px solid #000;
}
.botao-edit i{
	background-color: rgba(0,0,0,0.0);
	margin-right: 10px;
}
.artigo-edit{
	margin-bottom: 20px;
}
.artigo-edit form{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.artigo-edit input[type="text"],
.artigo-edit input[type="file"],
.artigo-edit textarea{
	padding: 7px 0px 7px 10px;
	font-size: 16px;
	border: 2px solid #ccc;
	margin-bottom: 10px;
}
.artigo-edit textarea{
	height: 300px;
	resize: vertical;
}
.artigo-edit label{
	margin-bottom: 5px;
}
.artigo-edit input[type="submit"]{
	padding: 7px 15px;
	cursor: pointer;
	background-color: #193866;
	color: white;
	font-size: 16px;
}
.artigo-edit input[type="submit"]:hover{
	padding: 7px 15px;
	background-color: #000514;
	color: white;
}



/* ---------- User ---------- */

section.section-user{
	padding: 160px 10% 100px 10%;
	background-color: #ffffff;
}
.section-user h2{
	text-decoration: underline;
}
.alterar-dados{
	margin-bottom: 60px;
}
.alterar-dados h3{
	margin-bottom: 20px;
}
.section-user select{
	padding: 7px 0px 7px 10px;
	font-size: 16px;
	border: 2px solid #ccc;
	margin-bottom: 10px;
}
.section-user input[type="password"],
.section-user input[type="text"],
.section-user input[type="email"]{
	padding: 7px 0px 7px 10px;
	font-size: 16px;
	border: 2px solid #ccc;
}
.section-user input[type="submit"]{
	padding: 7px 15px;
	cursor: pointer;
	background-color: #193866;
	color: white;
	font-size: 16px;
}
.section-user input[type="submit"]:hover{
	padding: 7px 15px;
	background-color: #000514;
	color: white;
}
#mudar-nome, #mudar-sobrenome, #mudar-empresa, #mudar-email, #mudar-grupo-bi, #mudar-ws-bi{
	display: none;
}
.delete-user input[type="submit"]{
	padding: 8px 18px;
	font-size: 18px;
	background-color: rgb(255, 70, 70);
	cursor: pointer;
	border: 0;
	color: white;
}
.delete-user input[type="submit"]:hover{
	padding: 6px 16px;
	background-color: rgb(255, 0, 0);
	border: 2px solid #000;
}

/* ---------- Blog ---------- */

section.blog-main{
	padding: 160px 5%;
	text-align: center;
	min-height: 600px;
}
.artigo-container h2{
	margin-bottom: 40px;
}
.artigos-group{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.artigo-single{
	padding: 40px 30px;
	margin: 20px 0.5% 0px 0.5%;
	width: 32%;
	background-color: #000514;
	color: white;
	border: 2px solid #90F3FF;
	overflow: hidden;
}
.artigo-single a{
	text-decoration: none;
}
.artigo-single-img{
	justify-content: center;
	margin-bottom: 30px;
}
.artigo-single-data{
	margin-top: 5px;
}
.artigo-single img{
	max-width: 100%;
	height: 100%;
	max-height: 200px;
}
.artigo-single h4{
	color: #90F3FF;
}
.artigo-single p{
	margin-bottom: 5px;
	color: #5c5c5c
}

/* ---------- Página artigo ----------- */

section.pagina-artigo{
	padding: 160px 10% 120px 10%;
	background-color: #12263A;
}
.pagina-artigo-main{
	background-color: white;
	padding: 10%;
}
.pagina-artigo-main a{
	color:#000514;
	text-decoration: none;
	font-size: 20px;
}
.pagina-artigo-main a:hover{
	text-decoration: underline;
}
.pagina-artigo-img{
	text-align: center;
	margin: 40px 0;
}
.pagina-artigo-img img{
	max-width: 100%;
}
.pagina-artigo-data{
	margin-bottom: 40px;
}
.pagina-artigo-conteudo{
	margin-bottom: 80px;
}

/* ---------- Footer ---------- */

.footer-box{
	display: flex;
	flex-direction: row;
	padding-top: 100px;
	padding-bottom: 60px;
	background-color: #000000;
	color: white;
}

.footer-box a{
	text-decoration: none;
	color: #888;
	font-weight: 300;
}

.footer-box a:hover{
	color: #555;
}

.footer-box h4{
	margin-bottom: 10px;
}

.footer-box-1{
	text-align: center;
	padding: auto 0;
}

.footer-box-1 img{
	width: 80%;
	max-width: 150px;
	
}

.ajuda{
	margin-bottom: 20px;
}

.nossas-redes{
	text-align: center;
	margin-bottom: 20px;
}

.nav-redes li{
	display: inline-block;
	margin-right: 10px;
}

.nav-redes ul{
	padding-right: 10px;
}

.nav-redes button{
	background-color: #90F3FF;
	width: 55px;
	height: 55px;
	border-radius: 30px;
	color: #000514;
	font-size: 30px;
	padding: 10px;
	border: 0;
	cursor: pointer;
}

.nav-redes button:hover{
	background-color: #000514;
	color: #90F3FF;
}

.direitos{
	text-align: center;
	background-color: #0c0c0c;
	color: #555;
	padding: 30px 20%;
}

.direitos p{
	font-size: 16px;
}

.direitos a{
	text-decoration:none;
	color: #ccc;
}

.direitos a:hover{
	text-decoration:underline;
	color: #ff2da3;
}

.polaris{
	padding-top: 20px;
}
.polaris > p{
	font-size: 14px;
}

/* ---------- Responsivo ---------- */

@media screen and (max-width:1270px) {
    header{
		padding: 0 0 0 30px;
	}
	.desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
	.mobile ul{
		display: none;
		position: absolute;
		top: 104px;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: #000514;
		padding: 0 0 20px 0;
	}
	.mobile li{
		list-style: none;
		padding: 10px 0px;
		
	}
	.mobile a{
		text-decoration: none;
		color: #90F3FF;
	}
	.mobile a:hover{
		text-decoration: underline;
	}
	.botao-menu-mobile{
		color: white;
		text-align: end;
		font-size: 26px;
		height: 104px;
		position: relative;
	}
	.botao-menu-mobile i{
		position: absolute;
		top: 50%;
		right: 30px;
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
	}
}

@media screen and (max-width:1000px) {
	.home-banner-box{
		padding-bottom: 2vw;
	}
	.home-banner .home-banner-box .link_button{
		flex-direction: column;
		align-items: start;
		margin-bottom: 2vw;
	}
	.link_button > .button{
		margin-bottom: 10px;
	}
	/*
	.home-banner-box .arrow{
		display: none;
	}
	*/
}

@media screen and (max-width:860px) {
    .w50, .w33, .w25{
		width: 100%;
	}
	body p{
		font-size: 14px;
	}
	body h1{
		font-size: 24px;
	}
	body h2{
		font-size:22px;
	}
	body h3{
		font-size:20px;
	}
	body h4{
		font-size: 18px;
	}

	/* ---------- Header ---------- */


	.voltar{
		padding: 40px 0 20px 0;
	}

	/* ----- particles-js ----- */

	#particles-js{
		height: 100%;
	}

	/* ---------- Home ---------- */

	section.home-banner{
		align-items: center;
		padding-top: 110px;
		height: auto;
		}
	.home-banner-box{
		width: 100%;
		text-align: center;
		padding: 5% 5% 5% 5%;
		height: auto;
	}
	.home-textbox{
		position: relative;
		top: auto;
		left: auto;
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.home-banner .home-banner-box .title{
		width: 100%;
		margin-bottom: 10px;
	}
	.home-banner .home-banner-box .title h1{
		font-size: 24px;
		text-align: center;
	}
	.home-banner .home-banner-box .paragraph{
		width: 100%;
		margin-bottom: 15px;
	}
	.home-banner .home-banner-box .link_button{
		width: 100%;
		align-items: center;
		margin-bottom: 20px;
	}
	.home-banner .home-banner-box .button{
		font-size: 14px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.brain{
		position: relative;
		top: auto;
		left: auto;
		max-height: 200px;
		margin-bottom: 10px;
	}
	.brain img{
		width: 70%;
		max-width: 200px;
	}

	section.home-main{
		padding-bottom: 100px;
	}
	.home-left-container{
		margin-bottom: 60px;
	}
	.home-left-container, .home-right-container{
		flex-direction: column-reverse;
		text-align: center;
	}
	.home-left-container > .home-container-img{
		text-align: center;
	}
	.home-container-img img{
		width: 60%;
	}
	.home-right-container > .home-container-text{
		text-align: center;
	}
	.home-right-container > .home-container-img{
		text-align: center;
	}
	.home-main-button .button{
		font-size: 14px;
	}
	.home-main .dots-right img, .home-main .dots-left img{
		max-width: 100px;
	}
	.home-como-funciona .blocks{
		width: 80%;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.home-como-funciona .blocks div{
		width: 60%;
		padding: 5%;
	}
	.home-como-funciona .blocks div img{
		width: 50%;
		margin-bottom: 10px;
	}
	.home-como-funciona .blocks div p{
		color: #90F3FF;
		font-size: 18px;
	}
	.home-agregando-valor{
		padding: 60px 10%;
	}
	.home-agregando-valor .textbox{
		flex-direction: column-reverse;
		text-align: center;
		align-items: center;
	}
	.home-agregando-valor .agregando-valor-img{
		width: 60%;
		text-align: center;
		justify-content: center;
		margin-bottom: 20px;
	}


	
	/* ---------- Serviços ---------- */

	.banner{
		flex-direction: column-reverse;
		text-align: center;
	}
	.cover{
		padding-top: 70px;
	}
	.banner-text{
		width: 100%;
	}
	.banner-img{
		width: 100%;
		display: none;
	}
	.banner-img img{
		max-width: 700px;
		width: 100%;
	}
	.banner-button button{
		font-size: 14px;
	}

	/* Solução */

	.solucao{
		text-align: center;
		padding-top: 60px;
	}
	.solucao-titulo h2{
		margin-bottom: 60px;
	}
	.solucao-single-left,.solucao-single-right{
		width: 100%;
		float:none;
	}
	.solucao-single-left{
		flex-direction: column;
	}
	.solucao-single-right{
		flex-direction: column-reverse;
		align-content: center;
	}
	.solucao-single-right > .solucao-text{
    	text-align: center;
	}
	.solucao-icon{
		margin-bottom: 20px;
	}
	.pode-contar{
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.pode-contar p{
		margin-bottom: 20px;
		font-weight: 300;
	}
	.pode-contar .left{
		float: none;
	}

	/* Diferenciais */
	section.diferenciais, section.depoimentos{
		padding-top: 60px;
	}
	.titulo-dif{
		padding: 0;
	}
	.titulo-dif img, .titulo-dep img{
		width: 100%;
		max-width: 100px;
	}
	.titulo-dif h1, .titulo-dep h1{
		padding: 0 10%;
	}
	.box-dif{
		flex-direction: column;
		margin-bottom: -40px;
	}
	.dif-single{
		width: 100%;
		text-align: center;
	}
	.dif-single img{
		max-width: 120px;
	}
	.dif-single h4{
		margin-bottom: 40px;
	}
	.dif-button{
		margin-top: 0;
	}
	.dif-button button{
		font-size: 14px;
	}
	

	/* Depoimentos */

	.titulo-dep{
		padding-bottom: 0;
	}
	.titulo-dep h1{
		padding: 0 10%;
	}
	.dep-single{
		width: 100%;
		margin-bottom: 40px;
	}
	.dep-button{
		margin-top: 0;
	}
	.dep-button button{
		font-size: 14px;
	}

	/* Contato */

	section.contato{
		padding-top: 60px;
	}
	.cont-titulo h1{
		font-size: 24px;
		margin-bottom: 60px;
		padding: 0 5%;
	}
	.dados-container{
		flex-direction: column;
	}
	.cont-dados{
		border: 0;
		padding: 0;
	}
	.cont-dados-titulo h2{
		font-size: 22px;
		text-align: center;
	}
	.cont-button{
		text-align: center;
		padding-top: 0;
		margin-bottom: 60px;
	}
	.cont-button button{
		font-size: 14px;
	}
	.cont-form{
		padding: 0;
	}
	.cont-form h2{
		font-size: 22px;
		text-align: center;
	}
	.dados-single a{
		font-size: 14px;
	}

	/* ---------- Sobre ---------- */

	.sobre-banner-img{
		display: none;
	}

	/* Sobre Main */

	.sobre-main{
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.sobre-single-left, .sobre-single-right{
		width: 100%;
		float: none;
		text-align: center;
	}

	/* Sobre - Diferenciais */

	.sobre-box-dif{
		width: 80%;
		margin-bottom: 0px;
		text-align: center;
	}
	.titulo-dif{
		margin-bottom: 20px;
	}
	.sobre-dif-single, .sobre-dif-single-right{
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.sobre-dif-single h4, .sobre-dif-single-right h4{
		text-align: center;
	}
	.sobre-dif-single img, .sobre-dif-single-right img{
		margin-bottom: 30px;
	}
	.sobre-dif-single-text{
		align-items: center;
	}

	/* ---------- Login ---------- */

	section.login{
		padding: 5% 10% 20% 10%;
		height: 100vh;
	}
	.login-main{
		width: 90%;
		padding: 10% 7% 15% 7%;
	}
	.login-main h2{
		font-size: 22px;
	}

	.login-main input{
		width: 80%;
		border-radius: 20px;
		border: 2px solid #000514;
		padding: 7px;
	}

	/* ---------- Cliente/Admin ---------- */

	.section-cliente p{
		font-size: 16px;
	}
	.power-bi iframe{
		min-height: 300px;
	}
	.cadastro-form form{
		width: 100%;
	}
	.mudar-senha form{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 135px;
		justify-content: space-between;
	}
	.linha-legenda span{
		font-size: 16px;
	}
	.linha-tabela span{
		font-size: 16px;
	}

	/* ---------- User ---------- */

	.alterar-dados input[type="text"],
	.alterar-dados input[type="email"]{
		width: 100%;
		margin-bottom: 10px;
	}

	.delete-user input[type="password"]{
		width: 100%;
		margin-bottom: 10px;
	}

	/* ---------- Blog ---------- */

	.artigos-group{
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.artigo-single{
		padding: 40px 30px;
		margin: 20px auto 0 auto;
		width: 80%;
		background-color: #000514;
		color: white;
		border: 2px solid #90F3FF;
		overflow: hidden;
	}

	/* ---------- Footer ---------- */

	.footer-box{
		flex-direction: column;
		text-align: center;
		padding: 40px 0;
	}
	.footer-box h4{
		font-size: 18px;
	}
	.footer-box-1, .footer-box-2, .footer-box-3, .footer-box-4{
		width: 100%;
		margin-bottom: 40px;
	}
	.ajuda{
		margin-bottom: 40px;
	}
	.nav-redes ul{
		padding: 0;
	}

}
