*{
	outline:none;
	/* Firefox */
    -moz-transition: all 0.2s ease-in-out;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in-out;
    /* Opera */
    -o-transition: all 0.2s ease-in-out;
    /* Standard */
    transition: all 0.2s ease-in-out;
}

body{
	margin:0;
	padding:0;
	font-family: 'Roboto Condensed', sans-serif;
}

.wp{
	position: relative;
	height: auto;
}

.in{
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0px;
}

.topo{
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	height: 160px;
	position: relative;
	overflow: hidden;
}

.topo_icon{
	font-size: 30px;
}

.branco{
	color: white;
}

.bold{
	font-weight: 700;
}
.light{
	font-weight: 300;
}

.inlogo{
	height: auto;
	max-width: 300px;
	max-height: 250px;
	margin: 0 auto;
	background: white;
	text-align: center;
}

.inlogo img{
	max-width: 100%;
	max-height: 100%;
}

.logo{
	padding: 100px 0px;
}

.logo_txt span{
	text-align: center;
	font-size: 50px;
	display: block;
	padding: 100px 0px;
	text-transform: uppercase;
}

.redes .in,
.infos .in{
	max-width: 500px;
	text-align: center;
}

.infos span{
	padding-bottom: 15px;
	color: #777;
	line-height: 20px;
	display: block;
}

.infos i{
	color: #ddd;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 20px;
}

.botao{
	padding: 10px 20px;
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;
    background: #ef4135;
    margin-top: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
}

.botao:hover{
	background: #000;
}


.facebook{
	background: #3B5998;
}

.linkedin{
	background: #4875B4;
}

.twitter{
	background: #4099FF;
}

.redes a{
	display: inline-block;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    -khtml-border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
}

.redes a i{
	padding-right: 7px;
	font-size: 22px;
	vertical-align: middle;
    line-height: 20px;
    margin-top: -2px;
}



.redes a:hover{
	background: #333;
}

.signed{
	text-align: center;
}
.signed a{
	text-decoration: none;
}
.signed a img{
	width: 100px;
}

.signed a:hover > img{
	width: 120px;
	margin-top: -10px;
}

.anim{
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #eee;
}

.brevemente{
	position: relative;
}

.anim i{
	font-size: 600px;
}