/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
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;
}


/* IMPORT FONT FAMILY
================================================== */
	@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

/* RESET & BASICS STYLES
================================================== */
	html{
		width: 100%;
		height: 100%;
		display: -webkit-inline-box;
	}
	body{
		font-family: 'Open Sans Condensed', sans-serif!important;
		background: #fff;
		color:#fff; 
		width: 100%; 
		height: 100%;
		margin: 0;
	}
	article, aside, details, figcaption, figure, footer, header, menu, nav, section {
		display: block;
	}
	ul{
		margin:0;
		padding:0;
		outline: none;
		list-style: none;
	}
	img{
		border-style: none;
		vertical-align: top;
		max-width: 100%;
	}
	i{
		font-weight: normal;
		color: #7c4e95;
	}
	 p{
		font-size: 24px;
		line-height: 14px;
		color: #fff;
		margin: 5px 0 11px 0;
		font-weight: 100;
		text-align: center;
	}
	address{
		padding:0;
		margin:0;
		font-style:normal;
	}
/* LINKS
================================================== */
	a{
		color: #000;
		font-size: 14px;
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
	}
/* TYPOGRAPHY
================================================== */
	h1, h2, h3, h4, h5, h6{
		margin: 0;
		padding: 0;
	}
/* HEADER WITH LOGO
================================================== */
	.header_block{
		text-align: center;
		margin-bottom: 30px;
	}
/* MAIN CONTENT
================================================== */
	.wrapper{
		width:100%; 
		height:100%; 
		display: table;
		vertical-align: middle; 
	}
/*------- background color change  -----------*/
	.background-change{ background-color: #7c4e95;}
/*------- text color change  -----------*/
	.background-change-color{color: #7c4e95;}
/*---------------------------------------*/
	.background-light{
		background:#fff;
	}
	.col-lg-block-dark{
		display: table-cell;
		vertical-align: middle;
		position: relative;
		background-image: url(../img/bg2.png);
		background-repeat: no-repeat;
		background-position: right;
		width: 60%;
		background-size: contain;
	}
	.col-lg-block-light{
		color: #000;
		box-sizing: border-box;
		display: table-cell;
		vertical-align: middle;
		width: 400px;
	}
	.col-lg-block-light h1{
		font-size: 60px;
		line-height: 72px;
		margin-bottom: 30px;
		text-transform: uppercase;
		padding-top: 89px;
	}

	.col-lg-block-light h2{
		font-size: 20px;
		line-height: 32px;
		text-transform: uppercase;
		padding-top: 10px;
	}
/* ANIMATE
================================================== */
	.animated {
		-webkit-animation-duration: 2.5s;
		-moz-animation-duration: 2.5s;
		-o-animation-duration: 2.5s;
		animation-duration: 2.5s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}


.bitforcelogo {
  display: block;
  margin: 25vh auto;
  min-width:100wh;
  max-width: 500px;
}


.st0, .st1, .st2{
  animation: logo 5s linear;  
}

@keyframes logo {
  from{
      fill: #0073B2;
      stroke: #0073B2;
      stroke-dasharray: 100
  }
  0% {
    stroke-width: 1pt;
    stroke-dashoffset: 1200;
    fill-opacity: 0;
  }
  50% {
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0pt;
  }
}

/* START MODAL PANEL FOLLOW US
================================================== */
	.social-links-modal
	{
	overflow: hidden;
	list-style: none;
	text-align:center;
	line-height: 50px;
	}

	.social-links-modal li{
		float: left;
		padding: 0 4px;
		line-height: inherit;
		list-style-type: none;
		margin-right: 18px;
		margin-bottom: 18px;
	}
	.social-links-modal li a{
		width:50px;
		height:50px;
		color: #fff;
		display: grid;
		overflow:hidden;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border: solid 1px #7c4e95;
	}
	.social-links-modal li a:hover{
		background: #7c4e95;
	}
	.social-links-modal li a:hover i{
		color: #fff;
	}
	.social-links-modal i{
		font-size: 18px;
		font-weight: normal;
		line-height: 50px
	}
	.social-links-modal	li a i {
		float: left;
		
	}
	.transition {
		-webkit-transition: all 500ms linear;
		-moz-transition: all 500ms linear;
		-o-transition: all 500ms linear;
		-ms-transition: all 300ms linear;
		transition: all 500ms linear;
	}
	.social-links-modal li a span {
			width: 120px;
			height: auto;
			line-height: 20px;
			padding: 10px;
			left: 27%;
			margin-left: -62px;
			font-size: 14px;
			color: #fff;
			text-align: center;
			text-indent: 0px;
			position: absolute;
			bottom: 63px;
			opacity: 0;
			visibility: visible;
			pointer-events: none;
	}
	.social-links-modal li a span:after {
		top: 100%;
		left: 50%;
		border: solid rgba(0, 0, 0, 0);
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		pointer-events: none;
	}
	.social-links-modal li a span:after {
		border-top-color: #7c4e95;
		border-width: 7px;
		margin-left: -5px;
	}
	.social-links-modal li a:hover span {
		visibility: visible;
		opacity: 1;
		}

	.contatos{display: inline-block;}
	.contatos li {margin-bottom: 5px;}


	

/*==================================================
	MEDIA QUERIES
==================================================*/
	@media (max-width: 979px) and (min-width: 768px){
		.wrapper{
			display: block;
		}
		.col-lg-block-dark{
			display: block;
			padding: 20px;
			background-image: none;
			width: auto;
			margin: 0;
		}
		.col-lg-block-light{
			display: block;
			text-align: center;
			width: auto;
			margin: 0;
		}
		.social-links-modal{text-align: center;}
		.social-links-modal li{display: inline-block; float: none;}

	.oficinaweb-footer{
   		position: initial;
    	margin-top: 30px;

	}

	.oficinaweb-info{
		padding: 15px;
	}
	}
	@media (max-width: 768px) and (min-width: 480px){

		.wrapper{
			display: block;
		}
		.col-lg-block-dark{
			display: block;
			padding: 20px;
			background-image: none;
			width: auto;
			margin: 0;
		}
		.col-lg-block-light{
			display: block;
			text-align: center;
			width: auto;
			margin: 0;
		}
		.social-links-modal{text-align: center;}
		.social-links-modal li{display: inline-block; float: none;} 
	}
	@media (max-width: 480px){

		.wrapper{
			display: block;
		}
		.col-lg-block-dark{
			display: block;
			padding: 20px;
			background-image: none;
			width: auto;
			margin: 0;
		}
		.col-lg-block-light{
			display: block;
			text-align: center;
			width: auto;
			margin: 0;
		}
		.social-links-modal{text-align: center; padding-top: 20px}
		.social-links-modal li{display: inline-block; float: none;} 
	}