* {box-sizing: border-box}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-family: 'Roboto', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container{
	width: 90%;
	margin: 0 auto;
	height: auto;
}
/* topo */
.topo{
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 600px;
	margin: 0;
	padding: 0 ;
}
.zero{
	min-height:  130px;
	margin-bottom: 2%;
}
.slide{
	width: 100%;
	height: auto;
	display: block;
	align-items: center;
	background: #069;
	margin: 0;
	padding: 0;
}
.descr{
	width: 50%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 40%;
	left:20%;
}
.descr h1{
	font-size: var( --font-slide-medium);
	color: var(--branco);
	text-transform: uppercase;
}
.descr h2{
	font-size: var( --font-slide-bold);
	color: var(--branco);
	text-transform: uppercase;
	font-weight: bold;
}
.descr button{
	width: 40%;
	margin-top: 1%;
	background: transparent;
	border: 4px solid #fff;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: var( --font-slide-bold-botao);
	font-weight: bold;
}
.descr button a{
	padding: 14px;
	color: var(--branco);
	text-decoration: none;
	display: block;
}
.descr button:hover{
	border: 4px solid var(--azul-escuro);
	transition: .5s;
	background: var(--azul-escuro);
}
.descr button a:hover{
	transition: .5s;
	color: var(--branco);
}
/*menu*/
.nav{
	width: 90%;
	height: 100px;
	padding-top: 1%;
	display: flex;
	justify-content: space-between;
	top: 0;
	position: absolute;
	align-items: center;
}

/*atributos*/
.atributos{
	width: 100%;
	min-height: auto;
	padding:  60px 0;
}
.atributos-interno{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.atributos-desc{
	width: 14%;
	min-height: 150px;
	padding: 1%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	background: var(--azul-claro);
	border-radius: 8px;
}
.atributos-desc img{
	max-width: 50%;
	height: 100%;
}
.atribustos-desc-font{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	text-align: center;
}
.atribustos-desc-font h1{
	font-weight: bold;
	text-transform: uppercase;
	font-size: var(--font-atributos);
	color: var(--azul-escuro);
}
/*orcamento*/
.orcamento{
	display: flex;
	align-items: center;
	width: 100%;
	height: 360px;
	background-image: url(../img/orcamento.png); 
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.orcamento-interno{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 200px;
}
.orcamento-chamada{
	width: 50%;
	height: 150px;
}
.orcamento-chamada h1{
	width: 80%;
	font-size: var( --font-orcamento);
	color: var(--azul-marinho);
	text-transform: uppercase;
	font-weight: bold;
}
.orcamento-chamada button{
	width:80%;
	margin-top: 1%;
	background: var(--azul-marinho);
	border-radius: 10px;
	text-transform: uppercase;
	font-size: var( --font-orcamento);
	font-weight: bold;
	border: none;
	text-align: center;
}
.orcamento-chamada button a{
	padding: 14px 30px;
	color: var(--branco);
	text-decoration: none;
	display: block;
}
.orcamento-chamada button:hover{
	transition: .5s;
	background: var(--azul-escuro);
}
.orcamento-chamada button a:hover{
	transition: .5s;
	color: var(--branco);
}
/*redes*/
.redes{
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 30px 0;
}
.redes-interno{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
.redes-interno .redeslista{
	display: flex;
}
.redes-interno ul{
	display: flex;
}
.redes-interno ul li{
	width: 100%;
	height: auto;
	padding: 10px;
	display: block;
}
/*footer*/
.footer{
	width: 100%;
	display: flex;
	flex-direction: column;
	height: auto;
	background: var(--cinza-claro);
}
.footer-interno{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
}
/*logo footer*/
.logo-footer{
	padding: 1%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.logo-footer img{
	max-width: 70%;
}
.logo-footer h2{
	color: var(--cinza-escuro);
	font-size: var(--font-logo-footer);
	font-weight: bold;
	padding: 2% 0;
}
.logo-footer p a{
	font-size: var(--font-logo-email);
	text-decoration: none;
	font-weight: bold;
	color: var(--azul-escuro);
}

.mapa-footer,
.menu-footer{
	display: flex;
	justify-content: center;
	align-items: center;
}
.mapa-footer ul{
}
.mapa-footer ul li,
.menu-footer ul li{
	display: block;
	font-size: 14px;
	padding: 1%;
	flex-wrap: wrap; 
	margin: 5% 0;
}
.mapa-footer ul li a,
.menu-footer ul li a{
	text-decoration: none;
	color: var(--cinza-escuro);
}
.menu-footer .active-footer{
	background: var(--botao-suporte);
	color: var(--branco);
	padding: 5px;
}
.info{
	width: 100%;
	height: auto;
	padding: 1% 0;
	font-size: var(--font-info);
	color: var(--cinza-escuro);
	text-align: center;
}
/******pages******/
.pages{
	margin: 0;
	padding: 0;
}
.slide-quem-somos{
	width: 100%;
	height: 280px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-bottom: 2%;
	background-image: url(../img/bg-quem-somos.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.clientes{
	background-image: url(../img/bg-clientes.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.blog{
	background-image: url(../img/bg-blog.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.cases{
	background-image: url(../img/bg-case.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.contato{
	background-image: url(../img/bg-contato.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.infra{
	background-image: url(../img/bg-infra.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.fabrica{
	background-image: url(../img/bg-fabrica.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.startup{
	background-image: url(../img/bg-startup.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.hospedagem{
	background-image: url(../img/bg-servidores.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.slide-quem-somos h1{
	font-size: var( --font-slide-responsivo);
	color: var(--branco);
}
.pages-interno{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pages-interno h1{
	font-size: var( --font-logo-footer);
	color: var(--cinza-escuro);
	padding: 2% 0;
}
.pages-interno p{
	font-size: var(--font-padrao);
	padding: 1% 0;
	color: var(--cinza-escuro);
	text-align: justify;
}
.pages-interno-texto{
	max-width: 50%;
}
.pages-interno-suporte{
	width: 100%;
	display: flex;
	justify-content: center;
}
.chamado{
	width: 60%;
}
.chamado h1{
	font-size: var( --font-logo-footer);
	color: var(--cinza-escuro);
}
.chamado form{
	width: 100%;
	padding: 1% 0;
}
.chamado form label{
	display: block;
	font-size: var(--font-padrao);
	color: var(--cinza-escuro);	
	margin: 5px 0;
}
.chamado form input{
	width: 100%;
	height: 40px;
	margin: 10px 0;
}
.chamado form select{
	width: 50%;
	height: 40px;
}
.chamado form textarea{
	width: 100%;
	height: 80px;
}
.chamado .btn-contato{
	width: 30%;
	height: 40px;
	border: 1px solid var(--azul-escuro);
	background: transparent;
	color: var(--azul-escuro);
	font-size: var( --font-padrao);
	cursor: pointer;
}
.chamado  .btn-contato:hover{
	transition: .5s;
	background-color: var(--azul-escuro);
	color: var(--branco);
}
.cases-interno-texto{
	display: flex;
	justify-content: space-between;
	width:49%;
	margin-top: 1%;
}
.cases-texto{
	display: flex;
	flex-direction: column;
	padding: 1%;
}
.cases-texto h2{
	font-size: var(--font-logo-footer);
	padding-bottom: 2%;
}
.cases-texto h2 a{
	text-decoration: none;
	color: var(--cinza-escuro);
}
.cases-texto p a{
	text-decoration: none;
	color: var(--azul-escuro);
}
.max{
	max-width: 100%;
}
.max img{
	margin: 0.5% 0.5%  0.5% 0;
}
.block{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.pages-interno button{
	width: 40%;
	margin-top: 1%;
	background: transparent;
	border: 2px solid var(--azul-escuro);
	border-radius: 10px;
	text-transform: uppercase;
	font-size: var( --font-info);
	font-weight: bold;
	padding: 10px;
}
.pages-interno button a{
	text-decoration: none;
	color: var(--azul-escuro);
	padding: 5px;
	display: block;
}
.pages-interno button:hover{
	background-color: var(--azul-escuro);
	transition: .5s;
}
.pages-interno button a:hover{
	color: var(--branco);
}
.pages-interno-texto form{
	width: 100%;
	height: auto;
	padding: 1% 0;
}
.pages-interno-texto input,
.pages-interno-texto select{
	width: 49%;
	height: 44px;
	padding: 1%;
	margin-bottom: 5px;
}
.pages-interno-texto select{
	color: var(--cinza-escuro);
}
.pages-interno-texto textarea{
	width: 98.4%;
	height: 120px;
	padding: 1%;
	font-family: 'Roboto', sans-serif;
}
.pages-interno-texto .btn-contato{
	width: 30%;
	height: 40px;
	border: 1px solid var(--azul-escuro);
	background: transparent;
	color: var(--azul-escuro);
	font-size: var( --font-padrao);
	cursor: pointer;
}
.pages-interno-texto .btn-contato:hover{
	transition: .5s;
	background-color: var(--azul-escuro);
	color: var(--branco);
}
.pages-interno-texto .dataflex{
	font-size: var(--font-atributos);
}
.pages-interno-texto strong{
	font-weight: bold;
	color: var(--botao-suporte);
}
.pages-interno-img{
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
.fixo{
	justify-content: initial;
}
.pages-interno-img img{
	max-width: 100%;
	height: auto;
}
.pages-interno-img h2{
	font-size: var( --font-logo-footer);
	color: var(--azul-escuro);
	font-weight: bold;
	margin: 2% 0;
}

/*cases*/
.tab {
	display: block;
	width: 30%;
	height: auto;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
	display: block;
	background-color: inherit;
	color: black;
	padding: 18px 16px;
	width: 100%;
	margin-bottom: 1%;
	border: none;
	outline: none;
	text-align: left;
	cursor: pointer;
	transition: 0.3s;
	font-size: 17px;
	border-radius: 0%;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
  }
  /* Change background color of buttons on hover */
  .tab button:hover {
	background-color: #ddd;
  }
  /* Create an active/current "tab button" class */
  .tab button.active {
	background-color: var(--azul-escuro);
	color: var(--branco);
  }
  /* Style the tab content */
  .tabcontent {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 69%;
	height: auto;
  }
  .logo-cases{
		width: 24%;
		padding: 0,1%;
	}
.texto-tab{
	width: 70%;
}
	.texto-tab p{
		padding: 1.5%;
		line-height: 1.4;
	}
  .desc-cases{
		width: 100%;
		height: auto;
		background: #f4f4f4;
		padding: 6%;
		line-height: 1.4;
		margin: 2% 0;
		border-left: 6px solid #069; 
	}

	.benef-cases{
		width: 100%;
		height: auto;
		display: flex;
		align-content: center;
		align-items: center;
	}
	.beneficios,
	.testemunha{
		width: 49%;
		padding: 3%;
	}
	.beneficios p{
		padding: 1%;
	}
	.beneficios ul li{
		padding: 2% 0;
		color: var(--cinza-escuro);
		text-align: left;
	}
	.beneficios .fa-check-square{
		text-align: left;
		color: var(--botao-suporte);
		font-size: var( --font-logo-footer);
		margin-right: 1%;
		padding: 1%;
	}
	.testemunha{
		background: var(--cinza-claro);
	}
	.testemunha p{
		line-height: 1.4;
		text-align: center;
	}
	.testemunha p strong{
		font-weight: bold;
	}





  @media (max-width: 996px){
	header {
		padding: 0;
	}
	/*topo*/
	.topo{
		min-height:400px;
	}	
		.descr{
		width: 70%;
		top: 25%;
		left:28%;
	}
	.descr h1{
		font-size: var( --font-orcamento);
	}
	.descr h2{
		font-size: var(--font-slide-responsivo);
	}
	.descr button{
		width: 40%;
		border: 3px solid #fff;
		font-size: var(--font-slide-bold-botao-responsivo);
	}
	.descr button a{
		padding: 10px;
	}
	/*atributos*/
	.atributos-interno{
		flex-wrap: wrap;
	}
	.atributos-desc{
		width: 30%;
		min-height: 180px;
		margin: 2% 0;
	}
	.atributos-desc img{
		max-width: 40%;
	}
	.atribustos-desc-font h1{
		font-weight: bold;
		text-transform: uppercase;
		font-size: var(--font-atributos);
		color: var(--azul-escuro);
	}
	/*orcamento*/
	.orcamento-chamada{
		width: 62%;
		height: 150px;
		}
	.orcamento-chamada h1{
		width: 100%;
		font-size: var( --font-orcamento-responsivo);
	}
	.orcamento-chamada button{
		width:100%;
		margin-top: 1%;
		font-size: var(--font-orcamento-responsivo);
	}

	/*redes*/
	.redes-interno img{
		max-width:80%;
	}
/*footer*/
.footer-interno{
	flex-direction: column;
	justify-content: center;
}
/*logo footer*/
.logo-footer{
	padding: 1%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.logo-footer img{
	max-width: 20%;
}
.logo-footer h2{
	padding: 1% 0;
}
.mapa-footer,
.menu-footer{
	flex-direction: column;
}
.mapa-footer ul, .menu-footer ul{
	width: 100%;
	justify-content: center;
}
.mapa-footer ul li,
.menu-footer ul li{
	text-align: center;
	padding: 0.9% 0;
	margin: 0;
}
.mapa-footer ul li a,
.menu-footer ul li a{
	text-decoration: none;
	color: var(--cinza-escuro);
}
.menu-footer{
	margin-top: 2%;
}
.info{
	width: 100%;
	height: auto;
	margin-top: 2%;
	padding: 1% 0;
	font-size: var(--font-info);
	color: var(--cinza-escuro);
	text-align: center;
}
	}

	@media (max-width: 763px){
	/*topo*/
	.topo{
		min-height:130px;
	}	
		.descr{
		width: 70%;
		top: 18%;
		left:28%;
	}
	.descr h1{
		font-size: var( --font-limite-responsivo);
	}
	.descr h2{
		font-size: var(--font-limite-responsivo);
	}
	.descr button{
		width: 80%;
		font-size: var(--font-limite-responsivo);
	}
	/*atributos*/
	.atributos-interno{
		flex-wrap: wrap;
		margin-top: 25%;
	}
	.atributos-desc{
		width:100%;
		min-height: 180px;
		margin: 3% 0;
	}
	.atributos-desc img{
		max-width: 20%;
	}
	.atribustos-desc-font h1{
		font-weight: bold;
		text-transform: uppercase;
		font-size: var(--font-atributos);
		color: var(--azul-escuro);
	}
	/*orcamento*/
	.orcamento-chamada{
		width: 62%;
		height: 150px;
		}
	.orcamento-chamada h1{
		width: 100%;
		font-size: var( --font-orcamento-responsivo);
	}
	.orcamento-chamada button{
		width:100%;
		margin-top: 1%;
		font-size: var(--font-orcamento-responsivo);
	}

	/*redes*/
	.redes-interno img{
		max-width:80%;
	}
/*footer*/
.footer-interno{
	flex-direction: column;
	justify-content: center;
}
/*logo footer*/
.logo-footer{
	padding: 1%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.logo-footer img{
	max-width: 20%;
}
.logo-footer h2{
	padding: 1% 0;
}
.mapa-footer,
.menu-footer{
	flex-direction: column;
}
.mapa-footer ul, .menu-footer ul{
	width: 100%;
	justify-content: center;
}
.mapa-footer ul li,
.menu-footer ul li{
	text-align: center;
	padding: 0.9% 0;
	margin: 0;
}
.mapa-footer ul li a,
.menu-footer ul li a{
	text-decoration: none;
	color: var(--cinza-escuro);
}
.menu-footer{
	margin-top: 2%;
}
.info{
	width: 100%;
	height: auto;
	margin-top: 2%;
	padding: 1% 0;
	font-size: var(--font-info);
	color: var(--cinza-escuro);
	text-align: center;
}
	}

	@media (max-width: 500px){
		.topo{
			min-height:150px;
		}	
			.descr{
			width: 70%;
			top: 17%;
			left:30%;
		}
		.descr h1{
			display: none
		}
		.descr h2{
			display: none;
		}
		.descr button{
			width: 60%;
			font-size: var(--font-padrao);
		}
		.descr button a{
			padding: 10px;
		}
		
		/*atributos*/
		.atributos-interno{
			flex-wrap: wrap;
			margin-top: 5%;
		}
		/*orcamento*/
		.orcamento-chamada{
			width: 100%;
			height: 150px;
			}
		.orcamento-chamada h1{
			text-align: center;
			width: 100%;
			font-size: var( --font-padrao);
		}
		.orcamento-chamada button{
			width:100%;
			margin-top: 2%;
			font-size: var(--font-padrao);
		}
	
		/*redes*/
		.redes-interno img{
			max-width:70%;
		}
	/*footer*/
	/*logo footer*/
	.logo-footer img{
		max-width: 50%;
		padding: 1%;
		margin: 3% 0;
	}
	.mapa-footer,
	.menu-footer{
		margin-top: 5%;
	}
	.mapa-footer ul li,
	.menu-footer ul li{
		padding: 1.5% 0;
	}
	.menu-footer{
		margin-top: 5%;
	}
	.info{
		margin-top: 5%;
	}
	}