/*
Theme Name: Veci 1.69
Author: Veci
*/

/* Reset do Navegador */
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 {
	font-size: 100%;
	line-height: 1.3em;
}
a{
	text-decoration: none;
}
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;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* CSS DEFAULT */
*, a{
	font-family: 'Roboto', sans-serif;
}
.container{
	width: 93%;
	margin: 0 auto;
}
.clearFix{
	clear: both;
}
button, a{
	cursor: pointer;
}
img{
	height: auto;
	display: block;
}
input{
	-webkit-appearance: none;
}
/* HOVER */
.us .contato button.bt-contato{
	color: #fff;
	background-color: #333;
}
/* HEADER */
header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
header.on{
	background-color: #fff;
	border-bottom: 7px solid #006fb8;
}
header .mob-wrap{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.logo{
	width: 130px;
}
.logo img{
	width: 100%;
}
.bt-menu button{
	font-size: 1.5rem;
	color: #fff;
	background-color: #1c1c1c;
	border: 0;
	border-radius: 1px;
	padding: 5px 13px;
	margin: 3px 0 0;
}
.on .bt-menu button{
	background-color: #006fb8;
	color: #fff;
}
.on .menu{
	display: block;
}
.menu{
	display: none;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}
.menu li{
	position: relative;
	color: #006fb8;
	padding: 19px 0;
}
.menu li::before{
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 0;
    height: 3px;
    background-color: #fff;
}
.menu li:hover::before{
    width: 100%;
    transition: width 1s;
}
/* MAIN */
.portfolio{
	display: none;
}
section{
	padding: 30px 0;
}
.banner{
	padding: 0;
	margin: 0 0 30px;
}
.banner img{
	width: 100%;
}
h2{
	font-family: 'Raleway', sans-serif;
	font-size: 3.3rem;
	font-weight: 900;
	font-style: italic;
	line-height: 3.9rem;
	margin: 0 0 37px;
}
p{
	font-size: 1.3rem;
	line-height: 1.7rem;
	margin: 0 0 16px;
}
.services-wrap{
	margin: 0 0 39px;
}
.service-title{
	padding: 0 0 19px;
}
.service-title i{
	font-size: 2rem;
	padding: 0 13px 25px;
	float: left;
}
.service-title h3{
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: bold;
	padding: 3px 0 0;
}
.service-text p{
	font-size: 1rem;
}
.box-img{
	width: 100%;
	margin: 0 auto 30px;
}
.box-img img{
	width: 100%;
}
.dev{
	background-color: #4fb1f0;
	padding: 50px 0;
}
.dev-bg, .dev-img img{
	width: 100%;
}
.dev-bg-txt{
	
	padding: 49px 25px 63px;
}
.video{
	margin: 0 0 60px;
}
.video-txt{
	margin: 0 0 30px;
}
.video-img img{
	width: 100%;
}
.q-somos{
	margin: 0 0 50px;
}
.q-somos p{
	font-size: 1.2rem;
}
.contato label{
	display: none;
}
.us .contato input, .us .contato textarea, .us .contato button{
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	text-align: center;
	color: #000;
	width: 45%;
	border: 0;
	border-bottom: 1px solid #000;
	padding: 7px;
	background-color: transparent;
}
.us .contato textarea{
	width: 100%;
	min-height: 90px;
	text-align: left;
	border: 1px solid #000;
	margin: 0 0 23px;
}
.us .contato button{
	width: 133px;
	border: 1px solid #000;
}
/* .us .contato button.disabled{
	color: #e0e0e0;
	background-color: #616060;
} */
.us .contato span p{
	font-size: 1rem;
	text-align: center;
	border: 1px solid;
	padding: 5px;
}
.us .contato span.ok p{
	color: #1f8f1f;
}
.us .contato span.fail p{
	color: #aa0606;
}
.obrigatorio, .port-wrap{
	display: none;
}
.control-form{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 17px;
}
.pol-priv{
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #000;
	color: #fff;
	padding: 15px 0;
	z-index: 999;
}
.pol-priv .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pol-priv p{
	font-size: 0.9rem;
	margin: 0;
}
.pol-priv button{
	padding: 5px 10px;
	margin: 0 0 0 13px;
}
/* FOOTER */
footer{
	background-color: #333;
	padding: 17px;
}
footer img{
	width: 60px;
	margin: 0 auto;
}
/* RESPONSIVE */
@media all and (min-width:480px){

}/*/mediaquery*/
@media all and (min-width:640px){
	.container{
		width: 610px;
	}
	.services{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.services h2{
		width: 100%;
	}
	.services-wrap{
		width: 48%;
	}
	.dev .container{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.dev-img{
		width: 50%;
		height: auto;
	}
	.dev-bg-txt{
		width: 50%;
	}
}/*/mediaquery*/
@media all and (min-width:768px){
	.container{
		width: 735px;
	}
	header{
		background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgb(0, 0, 0) 100%);
		padding: 13px 0;
	}
	header .container{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.bt-menu{
		display: none;
	}
	.menu{
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		font-size: 1.1rem;
		padding: 0;
	}
	.menu ul{
		display: -ms-flexbox;
		display: flex;
	}
	.menu li{
		color: #fff;
		text-shadow: 0px 0px 7px #000;
		padding: 0 7px;
	}
	.design, .video, .us{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.design{
		flex-direction: row-reverse;
	}
	.box-fixed, .design-txt, .video-img, .video-txt, .q-somos, .contato{
		width: 49%;
	}
}/*/mediaquery*/
@media all and (min-width:1024px){
	.container{
		width: 975px;
	}
	.menu li{
		padding: 0 11px;
	}
	.services-wrap{
		width: 30%;
	}
	.dev-bg-txt{
		padding: 59px 49px 63px;
	}
}/*/mediaquery*/
@media all and (min-width:1280px){
	.container{
		width: 1200px;
	}
	
}/*/mediaquery*/
@media all and (min-width:1400px){
	
}/*/mediaquery*/