/*css portifólio Helton Mainardi*/

::-webkit-scrollbar-track
{
	background-color: #FFFFFF;
	
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #FFFFFF;
	border-radius: 10px;	
} 	

::-webkit-scrollbar-thumb
{
	background-color: #666666;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	
} /*regra para instalar scrool diferente*/


@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} /*regra para instalar a fonte BEBAS NEUE*/

* {
	outline: none;
	border: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: "bebas_neueregular","trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

html {
	height: 100%;
}

body {
	background-color: #333;
	height: 100%;	
}

p {
	color: #CCC;
	font-size: 20px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #d30045;
}

a:visited {
	text-decoration: none;
	color: #333;
}

h1 {
	font-size: 140px;
	line-height: 115px;
}

h2 {
	color: #FFF;
}

h3 {
	color: #d30045;
}

/* MENU */

.barramenu {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 320px;
	bottom: 60px;	
	overflow: auto;
}

.menu {
	margin: 0px 0px 20px 50px;
	padding: 0px;
	font-size: 35px;
	line-height: 35px;
}

.menu li {
	list-style: none;
}

.menu li .lb_menu {
	display: block;
	text-decoration: none;
	color: #333;
	transition: all 0.2s;
}

.menu li .lb_menu:hover {
	border-left: 4px solid #d30045;
	color: #d30045;
	padding-left: 8px;
}

.menu li ul {	
	display: none;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 25px;
}

.menu li ul a {	
	color: #999;
}

.menu li ul a:hover {
	border-left: 0px;
	padding-left: 0px;
	color: #d30045;
}

.menupeq {
	margin-left: 50px;
	font-size: 25px;
	line-height: 28px;
}

.menupeq a {
	display: block;
	text-decoration: none;
	color: #333;
}

.menupeq a:hover {
	text-decoration: none;
	color: #d30045;
}

#publicite, #illustration, #design, #animation {
	display: none;
}

#publicite:checked ~ ul {
	display: block;
}

#illustration:checked ~ ul {
	display: block;
}

#design:checked ~ ul {
	display: block;
}

#animation:checked ~ ul {
	display: block;
}

.lb_responsivo {
	cursor: pointer;
	position: fixed;
	top: 30px;
	left: 30px;
	display: none;
}

#btresponsivo {
	display: none;
}


/* DIVS */

.main {
	position: relative;
	height: 100%;
	max-width: 1920px;
	margin: auto;
	background-color: #CCC;
}

.container-fluid {
	position: relative;
	margin-left: 320px;
	max-width: 100%;	
}

.logo {
	position: relative;
	left: 10px;
	margin-bottom: 30px;
}

.div_titulo_rosa {
	padding: 30px;
	background-color: #d30045;
	display: table;
}

.div_titulo_cinza {
	padding: 30px;
	background-color: #333;
	display: table;
}

.div_titulo_cinza h1 {
	color: #d30045;	
}

.div_titulo_cinza_claro {
	padding: 30px;
	background-color: #666;
	display: table;
}

.div_titulo_cinza_claro h1 {
	color: #333;	
}

.div_titulo_branco {
	padding: 30px;
	background-color: #FFF;
	display: table;
}

.div_titulo_branco h2 {
	color: #333;
}

.div_titulo_branco p {
	color: #999;
}

.div_titulo_laranja {
	padding: 30px;
	background-color: #ff5100;
	display: table;
}

.div_titulo_laranja h1 {
	color: #ffe401;
}

.div_titulo_azul {
	padding: 30px;
	background-color: #40728b;
	display: table;
}

.div_titulo_azul h1 {
	color: #FFF;
}

.div_titulo_roxa {
	padding: 30px;
	background-color: #ca2194;
	display: table;
}

.div_titulo_roxa h1 {
	color: #ffd504;
}

.div_titulo_verde {
	padding: 30px;
	background-color: #c1e757;
	display: table;
}

.div_titulo_verde h1 {
	color: #FFF;
}

.div_titulo_verde p {
	color: #999;
}

.div_titulo_bege {
	padding: 30px;
	background-color: #e0dbd5;
	display: table;
}

.div_titulo_bege p {
	color: #333;
}

.div_rosa {
	position: relative;
	padding: 30px;
	width: 100%;
	height: 100%;
	background-color: #d30045;
	display: table;
}

.div_branca {
	position: relative;
	padding: 30px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	display: table;
}

.div_branca h2 {
	color: #999;
}

.div_cinza {
	position: relative;
	padding: 30px;
	width: 100%;
	height: 100%;
	background-color: #333;
	display: table;
}

.div_cinzinha {
	position: relative;
	padding: 30px;
	width: 100%;
	height: 100%;
	background-color: #999;
	display: table;
}

.elemento {
	position: relative;
	padding: 30px;
	width: auto;
	float: left;
	display: table;
}

.legenda_elemento {
	position: relative;
	padding-top: 10px;
	padding-right: 30px;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	display: table;
}

.titulo {
	position: relative;
	margin-top: -2px;
	width: auto;
	padding-right: 20px;
	float: left;
}

.subtitulo {
	position: relative;
	width: auto;
	height: auto;
	float: left;
}

.descricao {
	position: relative;
	width: 100%;
	font-size: 20px;
	float: right;
}

.legenda_baixo {
	position: absolute;
	height: auto;
	width: auto;
	left: 30px;
	right: 30px;
	bottom: 30px;
	color: #999;
	font-size: 20px;
	line-height: 20px;
}

.legenda_cima {
	position: absolute;
	height: auto;
	width: auto;
	left: 30px;
	top: 30px;
	color: #999;
	font-size: 20px;
	line-height: 20px;
}

.texto_col {
	column-count: auto;
	column-width: 400px;
	column-gap: 30px;
	column-rule: 1px dotted #999;
	-moz-column-count: auto;
	-moz-column-width: 400px;
	-moz-column-gap: 30px;
	-moz-column-rule: 1px dotted #999;
	-webkit-column-count: auto;
	-webkit-column-width: 400px;
	-webkit-column-gap: 30px;
	-webkit-column-rule: 1px dotted #999;
	-o-column-count: auto;
	-o-column-width: 400px;
	-o-column-gap: 30px;
	-o-column-rule: 1px dotted #999;
}

.texto_col_3 {
	column-count: 3;
	column-gap: 12px;
	-moz-column-count: 3;
	-moz-column-gap: 12px;
	-webkit-column-count: 3;
	-webkit-column-gap: 12px;
	-o-column-count: 3;
	-o-column-gap: 12px;
}

.img_col {
	border: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

.img_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	z-index: 1;
}

.img_index {
	border: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 100%;	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);	
	transition: all 2s;
}

.img_index:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);	
	filter: blur(0px);
	transform: scale(1.1);
}

.img_propos {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	border: 0px;
	margin: 25px;
	padding: 0px;
	width: 150px;
	transition: all 0.5s;
}

.bloco_index {
	position: relative;
	float: left;
	width: 50%;
	max-width: 100%;
	overflow: hidden;
	transition: all 2s;
}

.index {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #d30045;;
}

.img_propos:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

.propos a {
	color: #d30045;
}

.software_texto {
	display: table;
	position:relative;
	text-align: right;
	float: left;
	padding-left: 30px;
}

.software_texto p {
	margin: 0px;
}

.software_barras {
	display: table;
	position:absolute;
	right: 0px;
	float: left;
	padding-left: 200px;
	width: 100%;
}

.barra_esp {
	height: 12px;
}

@-webkit-keyframes barra_porcent {
0% { width: 0%; }
100% { } 
}

.barra_porcent{
	-webkit-animation: barra_porcent 1s ease-out;
	-moz-animation: barra_porcent 1s ease-out;
	-o-animation: barra_porcent 1s ease-out;
	animation: barra_porcent 1s ease-out;
	background-color: #d30045;
	height: 8px;
}

.col-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.col-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
}

.video-peq {
	position: relative;
	margin: 15%;
	padding-bottom: 39.3333%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}

.video-peq iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
}

.col-md-12 {
	padding: 0px;
	display: table;
}

.col-md-6 {
	padding: 0px;
	display: table;
}

.col-md-3 {
	padding: 0px;
	display: table;
}

.col-md-4 {
	padding: 0px;
	display: table;
}

.col-sm-3 {
	padding: 0px;
	display: table;
}

.col-xs-3 {
	padding: 0px;
	display: table;
}

.col-xs-9 {
	padding: 0px;
	display: table;
}

.limitador {
	max-width:50%;
}

.col-sm-4 {
	padding: 0px;
	display: table;
}

.col-sm-8 {
	padding: 0px;
	display: table;
}

header {
	position: fixed;
	top: 0px;
	bottom: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	width: 320px;
	background-color: #FFF;
	z-index: 1000;	
}

footer {
	font-size: 15px;
	position: fixed;
	bottom: 20px;
	width: 220px;
	text-align: center;
	color: #CCC;
}


/*CONTATO*/

.contato {
	width: 100%;
	max-width: 800px;
	margin: auto;
	margin-top: 35px;
}

.contato h1{
	color: #FFF;
}

.contato input {
	height: 50px;
}

.contato textarea {
	height: 250px;
}

.contato input, .contato textarea {
	border: 1px solid #666;
	background-color: #333;
	color: #CCC;
	width: 100%;
	max-width: 800px;
	padding: 10px;
}

.contato input:focus, .contato textarea:focus {
	color: #FFF;
}

.contato input:hover, .contato textarea:hover {
	border: 1px solid #999;
}

.contato .bt_contato {
	font-size: 25px;
	color: #FFF;	
	background-color: #333;
	transition: all 0.3s;
}

.contato .bt_contato:hover {
	color: #d30045;
	font-size: 30px;	
}

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;  
}

:-ms-input-placeholder {  
   color: #666;  
}

.midias {
	margin: 5px;
	width: 30px;
	transition: all 0.1s;
}

.midias:hover {
	margin: 0px;
	width: 40px;
}


/*RESPONSIVO*/

@media only screen and (max-width: 800px) {
	
	.lb_responsivo {
		display: block;
	}
	
	#btresponsivo:checked ~ .barramenu {
		margin-left: 0;
	}
	
	header {
		width: 100%;
		height: 80px;
		padding-top: 5px;
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 0px;		
	}
	
	footer {
		background-color: #FFF;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 30px;
		line-height: 30px;
	}
	
	h1 {
		font-size: 80px;
		line-height: 70px;
	}
	
	h2 {
		font-size: 25px;
		line-height: 25px;
	}
	
	p {
		font-size: 15px;
		line-height: 20px;
	}
	
	.legenda_elemento {
		font-size: 15px;
		line-height: 20px;	
	}
	
	.legenda_baixo {
		font-size: 15px;
		line-height: 20px;	
	}
	
	.legenda_cima {
		font-size: 15px;
		line-height: 20px;	
	}
	
	.container-fluid {
		margin-top: 80px;
		margin-left: 0px;
		margin-bottom: 30px;
	}
	
	.logo {
		left: 100%;
		margin-left: -130px;
		margin-bottom: 0px;
	}
	
	.barramenu {
		position: fixed;
		top: 80px;
		left: 0px;
		width: 240px;
		bottom: 30px;
		padding: 30px;
		background-color: #333;
		margin-left: -100%;
		transition: all 0.5s;
	}
	
	.menu {
		margin-left: 0px;
		padding: 0px;
		font-size: 35px;
		line-height: 35px;
	}
	
	.menu li .lb_menu {
		color: #FFF;
	}
	
	.menu li ul a {
		color: #999;
	}
	
	.menu li ul a:hover {
		color: #d30045;
	}
	
	.menupeq {
		margin-left: 0px;
	}
	
	.menupeq a {
		color: #FFF;		
	}	

	.software_barras {
		padding-left: 130px;		
	}
	
	.software_texto {	
		padding-left: 0px;
	}
}

@media only screen and (max-width: 400px) {
	.barramenu {
		width: 100%;
	}	
	.bloco_index {
		position: relative;
		float: left;
		width: auto;
		max-width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.col-md-6 {
		width: 100%;
	}
	.limitador {
		max-width:100%;
	}
}

@media only screen and (max-width: 768px) {
	.col-sm-4 {
		padding:30px;
	}
}