/*

	CVECARA DAHLIA

*/

/* Importando fontes */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);
@importurl(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic-ext,greek-ext,greek,vietnamese,latin-ext,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Satisfy);

#cssdesignnominee {
	position: fixed;
	width: 80px;
	height: 96px;
	background: url(img/web-award-cssda-160px-r.png) no-repeat top right;
	position: fixed;
	top: 165px;
	right: 5px;
	background-size: 100%;
	z-index: 9999 !important;
	display: inline-block;
	text-indent: -9999px;
}
@media only screen and (max-width: 800px) {
	#cssdesignnominee { top:  45px; }
}

/* ICONES */
.icone-branding {
	background: url(images/f1.png) no-repeat center center;
	background-size: 80px 80px;
	width: 100%;
	height: 80px;
}
.icone-web {
	background: url(images/f2.png) no-repeat center center;
	background-size: 80px 80px;
	width: 100%;
	height: 80px;
}
.icone-apps {
	background: url(images/f3.png) no-repeat center center;
	background-size: 80px 80px;
	width: 100%;
	height: 80px;
}



/*	CRIANDO O PORTFOLIO COM ISOTOPE */
.portfolio-wrap{
	position: relative; 
	width: 100%;
	overflow:hidden;
}
.portfolio-box{
	position: relative; 
	width: 25%;
	overflow:hidden;
	display:inline-block;
	float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box.duplo {
	width: 50%;
}
.portfolio-box img{ 
	width: 100%;
	height:auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box:hover img{ 
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/* EFEITOS DOS TITULOS */
.container-titulo {
	height: 340px;
	width: 100%;
}
.container-titulo h2 {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-family: 'Oswald';
	letter-spacing: -1px;
	font-weight: 400;
	line-height: 60px;
	padding-top: 50px;
	background: url(images/linha-titulo.png) no-repeat center bottom;
	background-size: 400px 2px;
	padding-bottom: 25px;
	position: relative;
	z-index: 10;
}
.container-titulo h2 .titulo-destaque {
	font-size: 100px;
	clear: both;
	letter-spacing: -6px;
	font-weight: 400;
}
.container-titulo p {
	color: white;
	text-align: center;
	padding: 0 160px;
	font-size: 16px;
	padding-top: 20px;
	line-height: 150%;
	font-weight: 400;
	font-family: 'Oswald';
	letter-spacing: 0px;
	
}
#quem-somos .container-titulo {
	background: rgba(246, 48, 48, .70);
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
	
}
#portfolio .container-titulo {
	background: rgba(255, 167, 28, .70);
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#equipe .container-titulo {
	background: rgba(1, 126, 178, .70);
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#contato .container-titulo {
	background: rgba(19, 158, 74, .70);
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
#novo .container-titulo {
	background: rgba(185, 111, 224, .70);
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.card-bravo {
	margin-bottom: 20px !important;
}

.card-bravo img {
	max-width: 100%;
	display: block;
}
.card-bravo h4 {
	color: #484848;
	font-size: 15px;
	text-align: left;
	padding: 20px 20px 10px;
}
.card-bravo p {
	font-size: 12px;
	color: #484848;
	padding: 0 20px 20px;
	line-height: 150%;
}
.perfil {
	background: #eee;
	border-bottom: 3px solid #017eb2;
	
}
.perfil p {
	text-align: left;
}
.perfil a {
	color: white;
	font-size: 30px;
	margin: 18px 0;
	display: block;
	position: relative;
	z-index: 9999;
}
.perfil a:hover {
	opacity: 0.8;
}

#theo .perfil a {
	color: white;
	font-size: 30px;
	margin: 9px 20px;
	float: none;
	display: inline-block;
}

.card-bravo:hover {
	cursor: pointer;
}
.card-bravo:hover .perfil {
	background: #017eb2;
	color: white;
}
.card-bravo:hover h4, .card-bravo:hover p {
	color: white;
}

.face.back .perfil {
	background: #017eb2;
	color: white;
}
.face.back h4, .face.back p {
	color: white;
}

.face.back .perfil h4 {
	text-align: center;
}

#bruno .foto {
	background: url(images/jaoff.jpg) no-repeat 0 0;
	width: 220px;
	height: 285px;
	background-size: 220px 285px;
	display: block;
}
#bruno .foto-virada {
	background: url(images/jaon.jpg) no-repeat 0 0;
	width: 220px;
	height: 285px;
	background-size: 220px 285px;
}
#leo .foto {
	background: url(images/jaoff.jpg) no-repeat 0 0;
	width: 220px;
	height: 285px;
	background-size: 220px 285px;
	display: block;
}
#leo .foto-virada {
	background: url(images/jaon.jpg) no-repeat 0 0;
	width: 220px;
	height: 285px;
	background-size: 220px 285px;
}
#theo .foto {
	background: url(images/jaoff.jpg) no-repeat 0 0;
	width: 220px;
	height: 285px;
	background-size: 220px 285px;
	display: block;
}
#theo .foto-virada {
	background: url(images/jaon.jpg) no-repeat 0 0;
	width: 220px;
	height: 285px;
	background-size: 220px 285px;
}
#tiao .foto {
	background: url(images/jaoff.jpg) no-repeat 0 0;
	width: 220px;
	height: 285px;
	background-size: 220px 285px;
	display: block;
}
#tiao .foto-virada {
	background: url(images/jaon.jpg) no-repeat 0 0;
	width: 220px;
	height: 285px;
	background-size: 220px 285px;
}


#titulo-diferenciais h2 {
	color: #696969;
	padding-top: 45px;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 40px;
	
}

#titulo-diferenciais p {
	font-size: 15px;
	border-top: 1px solid #f63030;
	display: block;
	position: relative;
	text-align: center;
	max-width: 500px;
	margin: 20px auto;
	padding: 10px 0 0 0;
}


/* CANVAS DO PORTFOLIO */
#pecas {
	margin: 30px auto;
}
.portfolio .cinza {
	background: #eee;
}
.canvas-atuacao {
	margin-top: 30px;
}
.item.portfolio {
	margin-top: 30px;
}
.item.portfolio img {
	height: 100%;
}
.item.portfolio .esquerda {
	margin-right: 0;
	position: relative;
	overflow: hidden;
}
.item.portfolio .setinha-esquerda {
	position: absolute;
	z-index: 5;
	background: url(images/setinha-esquerda.png) no-repeat;
	width: 44px;
	height: 88px;
	right: 0;
	top: 10%;
}
.item.portfolio .direita {
	margin-left: 0;
}

.conteudo-portfolio {
	padding: 50px 60px;
}
.conteudo-portfolio h2 {
	font-size: 24px;
	font-family: 'Open Sans';
	font-weight: 400;
	text-align: left;
	color: #484848;
	text-transform: none;
	padding-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
	line-height: 40px;
	letter-spacing: -1px;
	display: inline-block;
	clear: both;
	padding-right: 20px;
}

.icone-portfolio-web {
	background: url(images/icone-portfolio-web.png) no-repeat;
	background-size: 40px 40px;
	padding-left: 50px;
	display: inline-block;	
}

.ver-mais {
	display: inline-block;
	background: #ffa71c;
	color: white;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans';
	padding: 7px 40px;
	float: right;
	opacity: 1;
	cursor: pointer;
}
.ver-mais:hover {
	opacity: 0.8;
}
.conteudo-escondido img {
	max-width: 100%;
}
.conteudo-escondido {
	margin: 30px;
}

.conteudo-portfolio p {
	font-size: 13px;
	font-family: 'Open Sans';
	font-weight: 400;
	text-align: left;
	color: #484848;
	text-transform: none;
	padding: 25px 0px;
	line-height: 180%;
}


.area-atuacao h2 {
	color: #696969;
	font-size: 40px;
	text-align: center;
	text-transform: none;
	font-weight: 300;
	font-family: 'Open Sans';
	letter-spacing: -2px;
	margin: 20px 0;
	text-transform: uppercase;
}
.area-atuacao p {
	color: #484848;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
}
.bg-cinza {
	background: #f4f4f4;
	margin: 30px 0 0;
	padding-bottom: 40px;
}

.especialidades h3 {
	text-transform: uppercase;
	font-size: 14px;
	color: #484848;
	height: 40px;
	border-bottom: 1px solid #c9c9c9;
	margin-top: 30px;
	padding: 0 10px 12px;
	line-height: 40px;
}
.icone-seo {
	background: url(images/icone-seo.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 40px;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}
.icone-arquitetura {
	background: url(images/f1.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 130%;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}
.icone-fotografia {
	background: url(images/icone-fotografia.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 40px;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}
.icone-gerenciamento {
	background: url(images/f1.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 130%;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}
.icone-apple {
	background: url(images/f1.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 130%;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}

.icone-redacao {
	background: url(images/f1.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 40px;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}
.icone-design {
	background: url(images/f1.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 40px;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}
.icone-impressa {
	background: url(images/f1a.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 40px;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}
.icone-responsivo {
	background: url(images/f1.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 40px;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}
.icone-social-media {
	background: url(images/f1.png) no-repeat left center;
	background-size: 40px 40px;
	line-height: 40px;
	padding-left: 50px;
	text-align: center;
	height: 40px;
	display: inline-block;
}
.especialidades p {
	font-size: 12px;
	color: #484848;
	text-align: center;
	margin-top: 12px;
	padding: 0 10px;
	line-height: 150%;
}


#contato .one-third h3 {
	font-family: 'Open Sans';
	font-weight: 400;
	margin-bottom: 35px;
	font-size: 25px;
	padding-right: 20px;
	color: #696969;
}
#contato .one-third p {
	font-size: 14px;
	padding-right: 20px;
	line-height: 160%;
	font-family: 'Open Sans';
	font-weight: 400;
}
#contato .one-third p.endereco, #contato .one-third p.email {
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#contato .one-third h3, #contato .one-third p {
	text-align: left;
}
#contato .email a {
	color: #139e4a;
}


.novo-com-espaco {
	padding: 40px 0;
}
#novo .espacador-canvas-grande {
	padding-right: 30px;
}
#novo .one-third h3 {
	font-family: 'Open Sans';
	font-weight: 400;
	margin-bottom: 35px;
	font-size: 25px;
	padding-right: 20px;
	color: #696969;
}
#novo .one-third p {
	font-size: 14px;
	padding-right: 20px;
	line-height: 160%;
	font-family: 'Open Sans';
	font-weight: 400;
}
#novo .one-third p.endereco, #novo .one-third p.email {
	border-bottom: 1px solid #aeaeae;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#novo .one-third h3, #novo .one-third p {
	text-align: left;
}
#novo .email a {
	color: #139e4a;
}


.novo-com-espaco {
	padding: 40px 0;
}
#novo .espacador-canvas-grande {
	padding-right: 30px;
}
/* NOSSOS SERVIÇOS */
.servicos-bravo h2 {
    line-height: 64px;
    font-size: 26px;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Oswald';
    letter-spacing: -2px;
}
.servicos-bravo p {
	font-size: 14px;
	color: #282828;
	font-family: 'OpenSans-Light-webfont';
	text-align: center;
	line-height: 150%;
	margin-top:15px;
	margin-bottom: 20px;
	padding: 0 20px;
}
span.mais {
	font-size: 40px;
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 9999px;
	line-height: 46px;
	cursor: pointer;
	margin: 0 auto;
	background: transparent;
}
.front:hover span.mais {
	background: white;
}
p.espacamento-mais {
	padding-bottom: 10px;
}
.coluna-branding span.mais {
	color: #faa61a;	
}
.coluna-branding span.mais:hover {
	color: #faa61a;
	background: white !important;
}
.front:hover .icone.branding {
	background: url(images/icone-branding-hover.png) no-repeat;
	background-size: 64px 64px;
}
.front:hover .icone.web {
	background: url(images/icone-web-hover.png) no-repeat;
	background-size: 64px 64px;
}
.front:hover .icone.apps {
	background: url(images/icone-apps-hover.png) no-repeat;
	background-size: 64px 64px;
}
.coluna-web span.mais {
	color: #017eb2;	
}
.coluna-web span.mais:hover {
	color: #017eb2;
	background: white !important;
}
.coluna-apps span.mais {
	color: #139e4a;	
}
.coluna-apps span.mais:hover {
	color: #139e4a;
	background: white !important;
}
.destaque img{
display: block;
min-height: 300px;
}
.destaque-didier {
	background: #faa61a url(images/destaque-didier.jpg) no-repeat center center;
	background-attachment: cover;
}
.coluna-branding .front:hover {
	background: #faa61a !important;
	cursor: pointer;
	color: white !important;
}
.coluna-web .front:hover {
	background: #017eb2 !important;
	cursor: pointer;
	color: white !important;
}
.coluna-apps .front:hover {
	background: #139e4a !important;
	cursor: pointer;
	color: white !important;
}
.icone-traseira {
	width: 64px;
	height: 64px;
	display: block;
	margin: 30px auto 0;
}
.icone-traseira.branding {
	background: url(images/icone-branding-hover.png);
	background-size: 64px 64px;
}
.icone-traseira.web {
	background: url(images/icone-web-hover.png);
	background-size: 64px 64px;
}
.icone-traseira.apps {
	background: url(images/icone-apps-hover.png);
	background-size: 64px 64px;
}
.back ul {
	padding: 10px 20px 10px;
}
.back li {
	color: white;
	font-size: 18px;
	line-height: 160%;
	font-weight: 300;
	font-family: 'OpenSans-Light-webfont';
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.card {
	padding-bottom: 16px
}
.coluna-branding .face.back {
	background: #faa61a !important;	
	border-radius: 5px;
}
.coluna-web .face.back {
	background: #017eb2 !important;
	border-radius: 5px;
}
.coluna-apps .face.back {
	background: #139e4a !important;
	border-radius: 5px;
}
.front:hover h2 {
	color: white;
}
.front:hover p {
	color: white;
}
.front h2 {
	padding-top: 30px;
}
.front {
	border-radius: 5px;
	background: #e4e4e4 !important;
}
.coluna-33 {
	width: 33.3333333% !important;
	float: left;
}
ul.slimmenu li a:hover {
    border-bottom:1px solid #555;
}
ul.slimmenu li a.ativa {
	border-bottom: 1px solid;
}
ul.slimmenu li ul li a:hover {
    border-bottom:1px solid #555;
}

ul.slimmenu li a.atuacao:hover {
	border-bottom: 1px solid #f63030;
}
ul.slimmenu li a.portfolio:hover {
	border-bottom: 1px solid #ffa71c;
}

ul.slimmenu li a.equipe:hover {
	border-bottom: 1px solid #017eb2;
}

ul.slimmenu li a.contato:hover {
	border-bottom: 1px solid #139e4a;
}
ul.slimmenu li a.novo:hover {
	border-bottom: 1px solid #139e4a;
}

.content-switcher h2 {
	
}



#switch {
background: #fff;
position: fixed;
display: none;
margin-top: -67px;
height: 140px;
top: 30%;
z-index: 99999;
width:190px;
margin-left: -100px;
		font-family: 'OpenSans-Light-webfont';
-webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);}
#switch p {margin-bottom: 10px; padding-bottom: 15px; padding-top: 5px; border-bottom:#ededed 1px solid; }
#switch ul li {text-transform:uppercase;margin-bottom:0;font-size:12px; display:inline-block;}


#hide {cursor:pointer;line-height:13px;margin-bottom:0px;font-size: 12px;margin-bottom: 0px;}

.fb-share-button {
	float: right;
	max-width: 120px;
}
.fb-like {
	float: left;
	max-width: 120px;
}

.wrap_pattern,.switchlayout {margin-bottom:10px;}
.wrap_pattern p {margin-bottom: 5px!important;}
.content-switcher{
padding: 16px;
overflow: display;
}
.content-switcher .m-btn{padding: 5px 10px;
font-size: 12px;
min-width: 70px;
}
.content-switcher h2 {
	font-size: 18px;
	color: #696969;
	padding: 0 0 5px 0;
}
.button.small.color.switch {font-size: 12px;text-transform: none;width: 40px;margin: 5px 0px; font-weight: normal; font-family: 'Open Sans';
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) !important; letter-spacing: 0;}

#hide {
	position:absolute;
	background-color:#fff;
	height:30px;
	width:30px;
	top:7px;
	right:7px;
	border-radius: 0 5px 0px 0;
	
}

#hide img {
	height:30px;
	width:30px;
	opacity:0.3;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
}

#hide img:hover {
	opacity:0.7;
}


#switch .button {
	border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    margin-left:5px;
    margin-top:5px;
	height: 15px;
    padding: 5px;
    width: 15px;
	color:#000;
}

#switch p {
	margin:5px 0;
}

.styled-select select {
   background:#f5f5f5;
   border:#ededed 1px solid;
   width: 270px;
   padding: 5px;
   font-size: 13px;
   line-height: 1;
   outline:none;
   border-radius: 3px;
   height: 34px;
   -webkit-appearance: none;
   margin:10px 0;
}

.home-options {
	position:relative;
	width:100%;
	margin-top:10px;
   text-align:center;
   margin:0 auto;
}
.home-options a{
   background:#f5f5f5;
   border:#ededed 1px solid;
   font-size: 13px;
   padding: 5px 30px;
   line-height:40px;
   outline:none;
   text-align:center;
   color:#000;
}
.home-options a:hover{
   background:#f1f1f1;
}

.somos-a-bravo h2 {
	margin: 20px;
	text-align: left;
	font-size: 60px;
	font-weight: 800;
	line-height: 110%;
	color: #222222;
	
}
.somos-a-bravo p {
	font-size: 16px;
	margin: 20px;
	line-height: 140%;
}



/* #PAGE LOAD */

body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader {
	width: 100%;
	height: 100%;
	background: white;
	border-radius: 0 !important;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}
#royal_preloader.number .percentage {
    color: #FFFFFF;
    font-family: Impact, Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: -90px 0px 0px -90px;
    background-image: url('images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 80px;
    width: 180px;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    color: #000000;
    position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    top: 50%;
    left: 50%;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    letter-spacing: 3px;
    font-size: 36px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 142px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -71px 0px 0px -40px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}



#menu-wrap{
    position: fixed;
	width:100%;
	z-index:1000;
	top:0;
	left:0;
}

.menu-back{
	background:rgba(255,255,255,0);
}


.cbp-af-header {
}

.cbp-af-header.cbp-af-header-shrink {
	background:white;
	cursor: auto;
	min-height: 90px
}
.cbp-af-header.cbp-af-header-shrink {
	border-bottom: 1px solid #f4f4f4;
}

.cbp-af-header.cbp-af-header-shrink .logo {
	display: none;
}

.cbp-af-header.cbp-af-header-shrink .logo-cor{
width:142px;
height:46px;
background: url('images/bravo.png') no-repeat center center;
background-size:142px 46px;
top: 20px;
display: block;
opacity: 1;
-webkit-transition : all 0.8s ease-out;
-moz-transition : all 0.8s ease-out;
-o-transition :all 0.8s ease-out;
transition : all 0.8s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top:1px;
	margin-bottom:0;
	-webkit-transition : all 1s ease-in;
	-moz-transition : all 1s ease-in;
	-o-transition :all 1s ease-in;
	transition : all 1s ease-in;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
	background:none; }
ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li { 
	background:none;
	padding-left:0; }
ul.slimmenu li ul {
	background:rgba(230,230,230,.9);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}






.logo{
	position:absolute;
	width:142px;
	height:46px;
	z-index:10000;
	left:10px;
	top:20px;
	background:url('images/bravo-branca.png') no-repeat center center;
	background-size:142px 46px;
}
.logo-cor{
	position:absolute;
	width:142px;
	height:46px;
	z-index:9999;
	left:10px;
	top:20px;
	opacity: 0;
	background:url('images/bravo.png') no-repeat center center;
	background-size:142px 46px;
}



.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    width: 40px;
    background: transparent;
    border-style: solid;
    border-width: 1px;
    color: transparent;
    padding: 7px 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    top: 6px;
    z-index: 9999;


    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    display: block;
    height: 3px;
    width: 24px;
    margin: 4px 0;
-webkit-transition : all 0.8s ease-out;
-moz-transition : all 0.8s ease-out;
-o-transition :all 0.8s ease-out;
transition : all 0.8s ease-out;
}

ul.slimmenu {
	padding-top:15px;
	padding-right:10px;
	text-align:right;
	margin-top:3px;
	margin-bottom:10px;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: white;
    padding: 10px 0px;
	cursor:pointer;
    margin: 0px 12px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	text-transform:uppercase;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.cbp-af-header-shrink ul.slimmenu li a {
	color: black;
}
ul.slimmenu li a:hover {
    text-decoration: none;
}
ul.slimmenu li {
}
ul.slimmenu li:first-child {
	background:none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child { 
	background:none; }
ul.slimmenu li ul li {
	background:none;
	padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 150%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}



	.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
	.tipper .tipper-content { background: rgba(255, 255, 255, 0.95);box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 3px; color: #000; display: block; float: left; font-family: 'Lato', sans-serif; font-size: 10px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { background: url('images/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

	.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

	.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

	.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }

/* #Home
================================================== */

#home{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:0;
}
/* #Video
================================================== */

#quem-somos {
	background: transparent !important;
}

.bg-opaco {
	background: white;
	display: block;
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 30px 0 0;
}
#equipe-canvas {
	padding-bottom: 30px;
}
#video_background { 
	position: fixed; 
	bottom: 0px; 
	right: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.just_pattern { 
	background-image: url(images/pattern.png); 
	position: absolute; 
	opacity: 0.8; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 1; 
}


.texto-grande { 
	position: absolute; 
	top: 30% !important;
	margin-top:-30px;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-weight:700;
	font-size: 100px; 
	line-height:120% !important;
	color: #ededed;
	z-index: 20; 
}

.texto-grande h2 {
	text-transform: none;
	color: white;
	padding: 20px 20px 0;
	margin: 0 60px;
	background: url(images/borda-vermelha.png) no-repeat top center;
	font-size: 26px;
}
.texto-grande p {
	font-size: 55px;
	text-transform: uppercase;
	line-height: 130%;
	font-weight:100;
	padding: 0 30px 20px;
	text-shadow: 0;
}

.flippy li {
	line-height:100% !important;
	
}
.flippy {
position: relative;
}
.flippy > * {
position: absolute;
opacity: 0;
width:100%;
top:-100px;
}
.flippy > *:first-child {
opacity: 1;
top: 0;
}
.social-top{ 
	position:absolute;
	top:50%;
	margin-top:110px;
	width:100%;
	z-index:1002;
	height:30px;
	text-align:center;
}
.list-social li {
    padding:0; 
    list-style: none;
	text-align:center; 
	width:30px;
    display: inline-block;
	background: rgba(0,0,0,.3);
	cursor:pointer;
	margin-left:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.list-social li.icon-soc a {
	font-family: 'FontAwesome';
	font-size: 15px;
	line-height: 30px;
	width:30px;
	opacity:1;
	margin:0;
	padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social li:hover{
}
.list-social li:hover.icon-soc a{
	opacity:.6;
}





/* #Slider
================================================== */

#gallery {
position: absolute;
width: 100%;
height: 700px;
top: 0;
left: 0;
}
#controls div {
}
#controls div:hover:not(.counter) {
}
#controls div:not(.counter) {
}
#controls div.sel {
}	
.prev {
	top:50%;
	margin-top:10px;
	position:absolute;
	cursor:pointer;
	opacity:.4;
	background:url('images/arrow-left.png') no-repeat center center;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	left:150px;
	width:31px;
	height:58px;
	z-index:100000;
}
.next {
	top:50%;
	margin-top:10px;
	position:absolute;
	cursor:pointer;
	opacity:.4;
	background:url('images/arrow-right.png') no-repeat center center;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	right:150px;
	width:31px;
	height:58px;
	z-index:100000;
}			
.prev:hover, .next:hover {
	opacity:.7;
}
.prev:active, .next:active {
	opacity:.7;
}


.just_pattern { 
/*	background-image: url(images/pattern.png); */
	position: absolute; 
	opacity: 0.8; 
	left: 0px;
	top: 0px;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%; 
	z-index: 1; 
}

.scroll-btn {
	position: absolute;
	font-family: 'OpenSans-Light-webfont';
	font-size: 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	bottom:0px;
	left:50%;
	margin-left:-30px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	width: 80px;
	height:64px;
	background:rgb(246, 48, 48) url(images/seta-baixo.png) no-repeat center center;
	background-size:30px 16px;
	z-index: 5;
	opacity:.8;
} 
.scroll-btn {
    -webkit-animation: arrows 3.8s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows 3.8s infinite;
    animation-delay: 1s;
}
  @keyframes arrows {
    0% { background-position-y:24px; }
    10% { background-position-y:30px; }
    20% { background-position-y:24px; }
    30% { background-position-y:30px; }
    40% { background-position-y:24px; }
    50% { background-position-y:30px; }
    60% { background-position-y:24px; }
    70% { background-position-y:30px; }
    80% { background-position-y:24px; }
    90% { background-position-y:30px; }
    100% { background-position-y:24px; }
  }
  @-webkit-keyframes arrows {
0% { background-position-y:24px; }
10% { background-position-y:30px; }
20% { background-position-y:24px; }
30% { background-position-y:30px; }
40% { background-position-y:24px; }
50% { background-position-y:30px; }
60% { background-position-y:24px; }
70% { background-position-y:30px; }
80% { background-position-y:24px; }
90% { background-position-y:30px; }
100% { background-position-y:24px; }
  }

.endereco-contato {
	margin: 30px 0 0 0;
	text-align: center;
}  
.telefone-contato {
	margin: 0;
	text-align: center;
}  
.endereco-novo {
	margin: 30px 0 0 0;
	text-align: center;
}  
.telefone-novo {
	margin: 0;
	text-align: center;
} 
.icones-social {
	margin-top: 40px;
	text-align: center
}
.icones-social a {
	font-size: 30px;
	color: #139e4a;
	margin-right: 10px;
	opacity: 1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear; 
	
}
.icones-social a:hover
{
	opacity: 0.7;
}
  
#home {
/*	cursor:url("images/rock-bravo-cursor.png"), auto;*/
}
#home a {
	cursor: pointer;
}
/* #quem-somos
================================================== */

#quem-somos{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:white;
	overflow:hidden;
	padding-bottom:0px;
	z-index:2;
}

.estourado-com-texto {
	max-width: 460px;
}

.quem-somos-canvas {
	border-top: 3px solid white;
}

.quem-somos-canvas .coluna-60 {
	width: 60%;
	float: left;
}
.quem-somos-canvas .coluna-40 {
	width: 40%;
	float: left;
}
.quem-somos-canvas h2 {
	font-family: 'Oswald' !important;
	letter-spacing: -1px !important; 	
	color: white;
	font-family: 'Open Sans';
	font-size: 42px;
	padding: 35px 25px 15px;
	line-height: 110%;
	text-align: left;
	letter-spacing: -1px;
	display: block;
	clear: both;
	font-weight: 700;
}
.quem-somos-canvas p {
	color: white;
	font-family: 'OpenSans-Light-webfont';
	font-size: 21px;
	padding: 0 25px;
	line-height: 120%;
	text-align: left;
	letter-spacing: -1px;
	max-width: 260px;
	padding-bottom: 35px;
	clear: both;
}



.bg-vermelho {
	background: #dc281f;
	color: white;
}
.bg-azul {
	background: #017eb2;
}
.bg-amarelo {
	background: #faa61a;
}
.bg-verde {
	background: #139e4a;
}

.imagem-inovar {
	background: url(images/imagem-inovar.jpg) no-repeat center center;
	background-size: cover;
	min-height: 520px;
}
.imagem-web {
	background: url(images/imagem-web.jpg) no-repeat center center;
	background-size: cover;
	min-height: 520px;
}
.imagem-branding {
	background: url(images/imagem-branding.jpg) no-repeat center center;
	background-size: cover;
	min-height: 520px;
}
.imagem-apps {
	background: url(images/imagem-apps.jpg) no-repeat center center;
	background-size: cover;
	min-height: 520px;
}
p.texto-secundario {
	text-align: center;
	font-size: 21px;
	margin-bottom: 50px;
}
h2.titulo-secundario {
	line-height: 120% !important;
	font-size: 42px;
	color: #555;
	text-transform: none;
	font-family: 'Open Sans';
	letter-spacing: -1px;
	margin: 50px auto 30px;
	font-weight: 300;
	padding: 0px 40px 60px;
	background: url(images/borda-vermelha.png) no-repeat center bottom;
	background-size: 200px 3px;	
}
p.texto-secundario {
	color: #565656;
	font-size: 18px;
	font-family: 'Oswald';
	font-weight: 400;
	text-align: center;
	padding: 0 100px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.flipWrapper, .card, .face, .front, .back {
	background: transparent;
}

.veja-mais {
	
}

.quem-somos-canvas .esquerda h2, .quem-somos-canvas .esquerda p {
	text-align: right !important;
}
.esquerda h2, .quem-somos-canvas .esquerda p, .esquerda .estourado-com-texto {
	float: right;
}
.quem-somos-canvas .direita {
	
}


#quem-somos h6 {
	text-align:left;
	padding-bottom:25px;
}
h1 span:before  {
	content:'-';
	padding-right:10px;
	font-weight: 100;
}
h1 span:after  {
	content:'-';
	padding-left:10px;
	font-weight: 100;
}
.head-subtext {
	text-align:center;
	padding-top:30px;
	padding-bottom:40px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size: 17px;
	line-height:22px;
	color:#737373;
}
#quem-somos .head-subtext {
	padding-bottom:30px;
}
#work .head-subtext {
	padding-bottom:30px;
}

#last-work p {
	margin: 0 0 20px 0;
	font-size: 19px;
	line-height: 150%;
	padding: 0 20px;
}
#last-work h2 {
	margin: 0 0 20px 0;

}
svg {
	pointer-events: none;
}
.drawings {
	position: relative;
	max-height: 600px;
}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}

  
  
 .flipWrapper {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	width: 100%;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	text-align:center;
	min-height: 500px;
}

.flipWrapper .card.flipped {
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	transform: rotatey(180deg);
}
.flipWrapper .card {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	margin: 0 auto;
	text-align:center;
}
.flipWrapper .card .face {
	position: absolute;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
}
.flipWrapper .card .front {
	position: absolute;
	z-index: 1;
	color: white;
	cursor: pointer;
}
.flipWrapper .card .back {
	-webkit-transform: rotatey(-180deg);
	-moz-transform: rotatey(-180deg);
	-ms-transform: rotatey(-180deg);
	-o-transform: rotatey(-180deg);
	transform: rotatey(-180deg);
	background:#f2f2f2;
	cursor: pointer;
	width:100%;
	height:100%;
	padding:0;
} 
.flipWrapper .card .back p{
	padding-top:20px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
} 
.flipWrapper .card .back p:last-child{
	padding-top:10px;
} 

  
 
.z-index{
	z-index:5;
} 


#titulo-atuacao, #titulo-portfolio {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	padding-top:140px;
	padding-bottom:130px;
} 

#titulo-atuacao h2 #titulo-portfolio h2 {
	margin-top:-30px;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	font-size: 100px; 
	line-height:120% !important;
	color: #ededed;
	z-index: 20; 
}

 
/* #testimonials section
================================================== */ 
.test{
	position:relative;
	width:100%;
	z-index:100;
	text-align:center;
	margin:0 auto;
}
.test h6{
	font-family: 'OpenSans-Light-webfont';
	font-size: 16px;
	line-height:22px;
	padding-bottom:25px;
	padding-top:15px;
	color:#fff;
}
.test p{
	padding-bottom:10px;
	font-size: 90%;
	text-align:center;
	color:#fff;
}
.test span{
	border-top:1px solid rgba(255,255,255,.7);
	padding-top:5px;
}

.icon-test  {
	position:relative;
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 26px;
	height: 26px;
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	text-align:center;
}



/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper{
	position:relative;
	width:100%;
}
.bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-35px;
	bottom:-40px;
	background:url(images/arr1.png) no-repeat center center;
	background-size:15px 15px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
	right:50%;
	margin-right:-35px;
	bottom:-40px;
	background:url(images/arr2.png) no-repeat center center;
	background-size:15px 15px;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}




  
 .facts-wrap{
	position: relative; 
	width: 100%;
	margin:0 auto;
	text-align:center;
}
.facts-wrap h6{
	padding-top:15px;
	color:#fff;
}
.facts-line{
	position: absolute; 
	width: 1px;
	background:#fff;
	opacity:.2;
	right:-10px;
	top:30px;
	bottom:30px;
	z-index:20;
}
.facts-wrap-num{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size: 80px; 
	line-height:80px;
	text-shadow: 0px -2px 0px rgba(51,51,51,.1),
                  0px 2px 3px rgba(102,102,102,.1);
	width:100%;
	text-align:center;
	opacity:.9;
} 
 


 
#action {
	position: relative; 
	width: 100%;
	background:rgba(0,0,0,.3);
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:150px;
	z-index:200;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#action:hover {
	background:rgba(0,0,0,.5);
}
#action h6 {
	color: #fff;
}
#action p {
	padding-top:10px;
	text-align:center;
	text-transform:uppercase;
}
 
 
 
 
 
.contato-wrap{
	position: relative; 
	margin: 0 auto;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
} 
.contato-wrap h6{
	padding-bottom:25px;
	text-align:center;
	color:#fff;
} 
.novo-wrap{
	position: relative; 
	margin: 0 auto;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
	padding-left:40px;
	padding-right:40px;
} 
.novo-wrap h6{
	padding-bottom:25px;
	text-align:center;
	color:#fff;
} 
.contact-wrap p{
	padding-bottom:30px;
	text-align:center;
	color:#555;
	opacity:.8;
} 
.contact-wrap p span{
	font-family: 'Open Sans', sans-serif;
	color:#555;
	font-size: 20px;
	line-height: 20px;
	text-transform:uppercase;
	padding-right:10px;
	font-weight: 800;
}
.icon-contact1{
	font-family: 'FontAwesome'; 
	font-size: 20px;
	line-height: 20px;
	text-align:center;
	z-index:6;
	padding-right:10px;
} 

.contact-wrap p:last-child{
	padding-bottom:0;
} 
	#ajax-form {
		width: 100%;
		font-family: 'OpenSans-Light-webfont';
		font-size: 10px;
		line-height:14px;
	color:#555;
	margin:0 auto;text-transform:uppercase;
	}
	label {
		display: block;
		font-family: 'OpenSans-Light-webfont';
		font-size: 14px;
		line-height:32px;
	}
	input{
		width: 95%;
		border:1px solid #555;
		margin-bottom:10px;
		padding-top: 5px;
		padding-bottom: 5px;
		
	}
	textarea {
		width:95%;
		height:90px;
		margin-top:2px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.error {
		font: 10px/22px 'Open Sans', sans-serif;
		text-transform:uppercase;
		display: none;
		color:red;
	}
	#ajaxsuccess {
		background: #f5f5f5;
		color:#000;
		font: 20px/60px 'Open Sans', sans-serif;
		height:60px;
		display: none;
		padding-left:10px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	#button-con {
	position:relative;
	text-align:center;
		width: 100%;
	margin:0 auto;
	margin-top:10px;
	}
#button-con button{
	width:100%;
	height:40px;
	padding-top:0;
	margin:0 auto;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height:40px;
	color:#fff;
	background: rgba(19,158,74,1);
	text-transform:uppercase;
 }
#button-con button:hover{
	background: rgba(19,158,74,0.9);
 }
#button-con button:focus{ 
    outline: none !important;
 }
.text-align-center{
	text-align:center;
	padding-top:10px;
 }
	#ajax-form textarea:active,
	#ajax-form input:active {	
	  color: #555;
	}
	#ajax-form textarea:active,
	#ajax-form input:hover {	
	  color: #555;
	}
		#ajax-form textarea:focus,
	#ajax-form input:focus {	 
    outline: none !important;
    border-color: rgba(255,255,255,.6);
    box-shadow: none;}
	#ajax-form textarea,
	#ajax-form input {	
	  color: #555;
}

#ajax-form input[type="text"]{
	padding-left:2.5%;
	padding-right:2.5%;
}
#ajax-form input[type="text"], textarea{
	padding-left:2.5%;
	padding-right:2.5%;
} 


#contato input[type=text] {
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 30px;
	font-size: 15px;
}
#contato textarea {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 15px;
	height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contato input[type=text], #contato textarea {
	background: #f4f4f4;
	border: none;
	border-bottom: 2px solid #bbb;
	color: #484848;
}

#contato textarea:active,
#contato input[type=text]:hover, #contato textarea:hover,
#contato input[type=text]:focus,
#contato textarea:focus {
	border-bottom: 2px solid #139e4a;
	
}

#google_map {
	width:100%;
	height:400px;
	z-index:0;
	position:relative;	
	display: block;
	z-index:200;
	border-top: 2px solid #139e4a;
	border-bottom: 15px solid #139e4a;
}

.button-map {
	margin-top:50px;
    cursor: pointer;
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    background: rgba(0,0,0,.3);
    font-size: 16px;
	font-family: 'Oswald', sans-serif;
    text-transform:  uppercase;
    padding: 30px 0;
	z-index:200;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.close-map:after {
	content: "\f107";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 18px;	
}

.show-map:after {
	content: "\f106";
	font-family: FontAwesome;
	display: inline-block;
	font-weight: normal;    
	font-style: normal;    
	display: inline-block;    
	text-decoration: inherit;
    margin-left: 16px;
    font-size: 18px;	
}

.button-map:hover {
    background: rgba(0,0,0,.7);
    color: #fff;
}

.map-tooltip h6 {
	color: #292929;
	text-transform: uppercase;
	margin-left:20px;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;	
}

.map-tooltip p {
	margin-bottom: 10px;
	margin-left:20px;
	font-size: 13px;
	text-align:center;
}

 
/* #footer
================================================== */

#footer{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	background:#fff;
	padding-top:60px;
	padding-bottom:35px;
}
#footer .back-top{
	position: absolute; 
	cursor:pointer;
	top:-10px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:40px;
	font-family: 'FontAwesome';
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	text-align:center;
	z-index:10000;	
	font-size: 22px;
	line-height: 40px;
	background:#f2f2f2;
	-webkit-box-shadow: 0 -5px 15px -5px #000;
	-moz-box-shadow: 0 -5px 15px -5px #000;
	box-shadow: 0 -5px 15px -5px #000;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#footer .back-top:hover{
	background:#fff;
	-webkit-box-shadow: 0 -5px 5px -5px #000;
	-moz-box-shadow: 0 -5px 5px -5px #000;
	box-shadow: 0 -5px 5px -5px #000;
}
#footer p{
	text-transform:uppercase;
	font-size: 12px;
	line-height:22px;
	text-align:center;
	padding-bottom:5px;
}  
.icon-footer{
	font-family: 'FontAwesome'; 
	font-size: 16px;
	line-height: 22px;
	text-align:center;
	z-index:6;
	padding-left:5px;
	padding-right:5px;
} 

	.relative{
		position: relative;
	}
	.portfolio-bravo{
		width:100%;
		height: auto;
		margin:0 auto;
		max-width: 960px;
	}
	
	.item-expander {
		position:relative;
		display: none;
		text-align: center;
	}

	#item-expander{
		position: relative;
		width:100%;
		max-width:960px;
		margin:0 auto;
		overflow: hidden;
	}



	#project-single-slider h2 {
		font-size: 36px;
		line-height: 36px;
		text-transform: uppercase;
		font-weight: 400;
		color: #484848;
	}

	.project-controls{
		position: relative;
		width:100%;
		height: auto;
		top:105px;
		max-width: 960px;
		margin:0 auto;
	}

	.expander-inner{
		position: relative;
	}

	.cls-btn{
		width:100%;
		padding: 0;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	.item-expander .cls-btn .close {
		position:relative;
		display: inline-block;
		color:white;
		padding: 10px 20px;
		top:0;
		
		width:auto;
		height:auto;
		font-size:20px;
		font-weight:100;
		text-align:center;
		cursor: pointer;
		float:none;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background: #ffa71c;
		font-family: 'Oswald';
	}
	#project-single-slider img {
		max-width: 100%;
	}
#portfolio .bg-opaco {
	padding: 0;
}
	.expander-close:hover {
		color:#3a3a3a;
		cursor:pointer;
	}
 
.portfolio-wrap{
	position: relative; 
	width: 100%;
	overflow:hidden;
}
.portfolio-box{
	position: relative; 
	width: 25%;
	overflow:hidden;
	display:inline-block;
	float:left;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio-box img{ 
	width: 100%;
	height:auto;
	display:block;
}
.portfolio-box .mask{ 
	position:absolute;
	background:rgba(255, 167, 28, 0.9) url('images/mais-portfolio.png') no-repeat center center;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 0;
}
.portfolio-box:hover .mask{ 
	opacity: 1;
}
.portfolio-box h4{ 
	position:absolute;
	z-index:100;
	font-family: 'Oswald';
	text-transform:uppercase;
	font-weight:400;
	font-size: 16px; 
	line-height:150%;
	text-align: center;
	margin-top: 20px;
	top:20%;
	color: white;
	opacity: 0;
	width: 100%;
}
.portfolio-box:hover h4{ 
	opacity: 1;
}

#portfolio-filter {
	position:relative;
	width:100%;
	text-align: center;
}
#filter {
	position:relative;
	width:100%;
}

#filter li {
	display: inline-block;
}
#filter li a {
	position: relative;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 12px; 
	outline: none;
	color: #706e6e;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	margin-left:8px;
	margin-right:8px;
	margin-bottom:30px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li a:after {
	content:'::::';
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 12px; 
	color: #706e6e;
	padding-left:20px;
	opacity:.5;
}
#filter li:last-child a:after {
	display:none;
}
#filter li .current {
	color: #bdb3b3;
}
#filter li a:hover {
	color: #bdb3b3;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}




.scroll-btn1 {
	position: absolute;
	font-family: 'OpenSans-Light-webfont';
	font-size: 10px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	bottom:40px;
	left:50%;
	margin-left:-20px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	width: 40px;
	height:46px;
	background:url('images/arrow-down.png') no-repeat center bottom;
	z-index: 3900;
	opacity:.6;
}








@media only screen and (max-width: 800px) {
	.icone-responsivo, .icone-social-media, .icone-impressa, .icone-design, .icone-redacao, .icone-apple, .icone-gerenciamento, .icone-fotografia, .icone-arquitetura, .icone-seo  {
		line-height: 40px;
	}
	.fb-share-button {
		margin-bottom: 5px;
	}
	.fb-like {
		margin-bottom: 10px;
	}
	#switch {
		width: 200px;
		height: 220px;
	}
	 .flipWrapper {
		min-height: 580px;
	}
	
	#bruno .foto {
		background: url(images/jaoff.jpg) no-repeat center center;
		width: 100%;
		height: 400px;
		background-size: 400px 521px;
		overflow: hidden;
	}
	#bruno .foto-virada {
		background: url(images/jaon.jpg) no-repeat center center;
		width: 100%;
		height: 400px;
		background-size: 400px 521px;
		overflow: hidden;
	}
	#leo .foto {
		background: url(images/jaoff.jpg) no-repeat center center;
		width: 100%;
		height: 400px;
		background-size: 400px 521px;
		overflow: hidden;
	}
	#leo .foto-virada {
		background: url(images/jaon.jpg) no-repeat center center;
		width: 100%;
		height: 400px;
		background-size: 400px 521px;
		overflow: hidden;
	}
	#theo .foto {
		background: url(images/jaoff.jpg) no-repeat center center;
		width: 100%;
		height: 400px;
		background-size: 400px 521px;
		overflow: hidden;
		display: block;
	}
	#theo .foto-virada {
		background: url(images/jaon.jpg) no-repeat center center;
		width: 100%;
		height: 400px;
		background-size: 400px 521px;
		overflow: hidden;
	}
	#tiao .foto {
		background: url(images/jaoff.jpg) no-repeat center center;
		width: 100%;
		height: 400px;
		background-size: 400px 521px;
		overflow: hidden;
		display: block;
	}
	#tiao .foto-virada {
		background: url(images/jaon.jpg) no-repeat center center;
		width: 100%;
		height: 400px;
		background-size: 400px 521px;
		overflow: hidden;
	}
	
	
	
	
	
	
	
	#royal_preloader.logo .loader {
	    width: 142px;
	    height: 46px;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin: -23px 0px 0px -71px;
	    overflow: hidden;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
	    background-size: cover;
	    border-radius: 0;
	}
	#menu-wrap .sixteen {
		width: 100%;
		margin: 0;
	}
	#menu-wrap .container {
		width: 100%;
	}
	ul.slimmenu {
		background: transparent !important;
		padding: 30px 0 !important;
	}
	ul.slimmenu li a {
	    display: block;
	    color: white !important;
	    padding: 20px 10px;
	    cursor: pointer;
	    margin: 0;
	    font-family: 'Lato',sans-serif;
	    font-weight: 700;
	    text-transform: uppercase;
	    border-bottom: 1px solid transparent;
	    font-size: 30px;
	    transition: all 300ms linear 0s;
	    text-align: center;
	}
		
	ul.slimmenu li a.home, ul.slimmenu li a.home:hover{
		background: #696969 !important;
	}
	
	ul.slimmenu li a.atuacao, ul.slimmenu li a.atuacao:hover {
		background: #f63030 !important;
	}
	ul.slimmenu li a.portfolio, ul.slimmenu li a.portfolio:hover {
		background: #ffa71c !important;
	}
	ul.slimmenu li a.equipe, ul.slimmenu li a.equipe:hover {
		background: #017eb2 !important;
	}
	ul.slimmenu li a.contato, ul.slimmenu li a.contato:hover {
		background: #139e4a !important;
	}
		ul.slimmenu li a.novo, ul.slimmenu li a.novo:hover {
	background: #9850fb !important;
	}
	
	
	
	.logo-cor, .logo {
		left: 30px;
		top: 22px;
	}
	.cbp-af-header.cbp-af-header-shrink .logo-cor, .logo {
		left: 30px;
		top: 22px;
	}
	
	
	.cbp-af-header .collapse-button {
		top: -6px;
	}
	
	.cbp-af-header.cbp-af-header-shrink .collapse-button {
		top: 15px;
	}
	
	.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
	    border-bottom:none;
	}
	.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
	    border-bottom:none;
		background:none;
	}
	.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
		background:none;
	}
	ul.slimmenu li a: {
	    border-bottom:none;
	}
	ul.slimmenu li a:hover {
	    border-bottom:none;
		background:none;
	}
	ul.slimmenu li {
		background:none;
	}
	ul.slimmenu li > ul {
	    width: 100%;
		text-align:right;
	}
	
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
}
@media only screen and (min-width: 768px) and (max-width: 959px) {





	.texto-grande p {
		font-size: 55px;
		text-transform: uppercase;
		line-height: 130%;
		padding: 0 30px 20px;
		text-shadow: 0;
	}
	
	
	.cbp-af-header .collapse-button {
		top: 8px;
	}

	.collapse-button {
	    position: absolute;
	    right: 30px;
	    width: 50px;
	    background: transparent;
	    border-style: solid;
	    border-width: 1px;
	    color: transparent;
	    padding: 7px 10px;
	    cursor: pointer;
	    font-size: 14px;
	    text-align: center;
	    top: 8px;
	
	
	    box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box
	}
	.collapse-button .icon-bar {
	    background-color: #fff;
	    border-radius: 1px 1px 1px 1px;
	    display: block;
	    height: 5px;
	    width: 30px;
	    margin: 6px 0;
	-webkit-transition : all 0.8s ease-out;
	-moz-transition : all 0.8s ease-out;
	-o-transition :all 0.8s ease-out;
	transition : all 0.8s ease-out;
	}


	.container .four.columns {
		width: 48%;
		margin: 0 1%;
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.logo{
		width:95px;
		height:30px;
		left:10px;
		top:10px;
		background:url(images/bravo-branca.png) no-repeat center center;
		background-size:95px 30px;
	}
	.cbp-af-header.cbp-af-header-shrink .collapse-button {
		top: 6px;
	}
	
	.cbp-af-header.cbp-af-header-shrink {
	    min-height: 50px;
	}
	.cbp-af-header.cbp-af-header-shrink .sixteen {
		margin: 0;
	}
	.cbp-af-header.cbp-af-header-shrink .logo-cor{
		background-size:95px 30px;
		width:95px;
		height:30px;
		top: 10px;
	}
	.logo-cor{
		position:absolute;
		width:95px;
		height:30px;
		z-index:9999;
		left:10px;
		top:10px;
		opacity: 0;
		background-size:95px 30px;
	}

}

@media only screen and (min-width: 320px) and (max-width: 479px) {

.logo{
	width:95px;
	height:30px;
	left:10px;
	top:10px;
	background:url(images/bravo-branca.png) no-repeat center center;
	background-size:95px 30px;
}
.logo-cor, .logo {
	left: 10px;
	top: 10px;
}
.cbp-af-header.cbp-af-header-shrink .logo-cor, .logo {
	left: 10px;
	top: 10px;
}
.cbp-af-header .collapse-button {
	top: 2px;
}
.cbp-af-header.cbp-af-header-shrink .collapse-button {
	top: 4px;
}

.cbp-af-header.cbp-af-header-shrink {
    min-height: 50px;
}
.cbp-af-header.cbp-af-header-shrink .sixteen {
	margin: 0;
}
.cbp-af-header.cbp-af-header-shrink .logo-cor{
	background-size:95px 30px;
	width:95px;
	height:30px;
	top: 10px;
}
.logo-cor{
	position:absolute;
	width:95px;
	height:30px;
	z-index:9999;
	left:10px;
	top:10px;
	opacity: 0;
	background-size:95px 30px;
}

	/* Quebras da home */
	
	.texto-grande {
		top: 35% !important;	
	}
	.texto-grande p {
	    font-size: 20px;
	   	font-weight: 400; 
	}
	.texto-grande h2 {
		padding: 20px 10px 0px;
		margin: 0px 30px;
		font-size: 12px;
		line-height: 150%;
	}
	
	
	.container-titulo h2 {
	    line-height: 46px;
	    font-size: 13px;
	}
	
	.container-titulo h2 .titulo-destaque {
	    font-size: 55px;
	    clear: both;
	    letter-spacing: -3px;
	    font-weight: 700;
	}
	
	.container-titulo p {
	    padding: 20px 10px 0px;
	    font-size: 14px;
	    line-height: 150%;
	}
	
	
	#quem-somos .container-titulo {
		background: rgba(246, 48, 48, 1);	
	}
	#portfolio .container-titulo {
		background: rgba(255, 167, 28, 1);
	}
	#equipe .container-titulo {
		background: rgba(1, 126, 178, 1);
	}
	#contato .container-titulo {
		background: rgba(19, 158, 74, 1);
	}
	#novo .container-titulo {
		background: rgba(185, 111, 224, 1);
	}
		
	
	
	
	.scroll-btn {
		width: 64px;
		height:44px;
	} 
	.scroll-btn {
	    -webkit-animation: arrows 3.8s infinite;
	    -webkit-animation-delay: 1s;
	    animation: arrows 3.8s infinite;
	    animation-delay: 1s;
	}
	@keyframes arrows {
	0% { background-position-y:14px; }
	10% { background-position-y:20px; }
	20% { background-position-y:14px; }
	30% { background-position-y:20px; }
	40% { background-position-y:14px; }
	50% { background-position-y:20px; }
	60% { background-position-y:14px; }
	70% { background-position-y:20px; }
	80% { background-position-y:14px; }
	90% { background-position-y:20px; }
	100% { background-position-y:14px; }
	}
	@-webkit-keyframes arrows {
	0% { background-position-y:14px; }
	10% { background-position-y:20px; }
	20% { background-position-y:14px; }
	30% { background-position-y:20px; }
	40% { background-position-y:14px; }
	50% { background-position-y:20px; }
	60% { background-position-y:14px; }
	70% { background-position-y:20px; }
	80% { background-position-y:14px; }
	90% { background-position-y:20px; }
	100% { background-position-y:14px; }
	}
}

@media only screen and (max-width: 319px) {
	.texto-grande { 
		margin-top:-30px;
		font-size: 15px; 
		line-height:15px;
	}
	.texto-grande span{ 
		padding-left:0; 
		padding-right:0;
		padding-bottom:0;
		border:none;
	}

	.logo{
		width:95px;
		height:30px;
		left:10px;
		top:10px;
		background:url(images/bravo-branca.png) no-repeat center center;
		background-size:95px 30px;
	}
	
	
	.cbp-af-header.cbp-af-header-shrink {
	    min-height: 50px;
	}
	.cbp-af-header.cbp-af-header-shrink .sixteen {
		margin: 0;
	}
	.cbp-af-header.cbp-af-header-shrink .logo-cor{
		background-size:95px 30px;
		width:95px;
		height:30px;
		top: 10px;
	}
	.logo-cor{
		position:absolute;
		width:95px;
		height:30px;
		z-index:9999;
		left:10px;
		top:10px;
		opacity: 0;
		background-size:95px 30px;
	}

}



/* #Font-Face
================================================== */



@font-face {
    font-family: 'OpenSans-Light-webfont';
    src: url('font/OpenSans-Light-webfont.eot');
    src: url('font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Light-webfont.woff') format('woff'),
         url('font/OpenSans-Light-webfont.ttf') format('truetype'),
         url('font/OpenSans-Light-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'socicon';
    src: url('font/socicon-webfont.eot');
    src: url('font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/socicon-webfont.woff') format('woff'),
         url('ont/socicon-webfont.ttf') format('truetype'),
         url('font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.socicon {
    font-family: 'socicon' !important;
}

$droid: 'Droid Sans', 'sans-serif';	

.socicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.socicon:empty{
    width: 1em;
}

.socicon-easid:before { content: "5"; }
.socicon-twitter:before { content: "a"; }
.socicon-facebook:before { content: "b"; }
.socicon-google:before { content: "c"; }
.socicon-pinterest:before { content: "d"; }
.socicon-foursquare:before { content: "e"; }
.socicon-yahoo:before { content: "f"; }
.socicon-skype:before { content: "g"; }
.socicon-yelp:before { content: "h"; }
.socicon-feedburner:before { content: "i"; }
.socicon-linkedin:before { content: "j"; }
.socicon-viadeo:before { content: "k"; }
.socicon-xing:before { content: "l"; }
.socicon-myspace:before { content: "m"; }
.socicon-soundcloud:before { content: "n"; }
.socicon-spotify:before { content: "o"; }
.socicon-grooveshark:before { content: "p"; }
.socicon-lastfm:before { content: "q"; }
.socicon-youtube:before { content: "r"; }
.socicon-vimeo:before { content: "s"; }
.socicon-dailymotion:before { content: "t"; }
.socicon-vine:before { content: "u"; }
.socicon-flickr:before { content: "v"; }
.socicon-500px:before { content: "w"; }
.socicon-instagram:before { content: "x"; }
.socicon-wordpress:before { content: "y"; }
.socicon-tumblr:before { content: "z"; }
.socicon-blogger:before { content: "A"; }
.socicon-technorati:before { content: "B"; }
.socicon-reddit:before { content: "C"; }
.socicon-dribbble:before { content: "D"; }
.socicon-stumbleupon:before { content: "E"; }
.socicon-digg:before { content: "F"; }
.socicon-envato:before { content: "G"; }
.socicon-behance:before { content: "H"; }
.socicon-delicious:before { content: "I"; }
.socicon-deviantart:before { content: "J"; }
.socicon-forrst:before { content: "K"; }
.socicon-play:before { content: "L"; }
.socicon-zerply:before { content: "M"; }
.socicon-wikipedia:before { content: "N"; }
.socicon-apple:before { content: "O"; }
.socicon-flattr:before { content: "P"; }
.socicon-github:before { content: "Q"; }
.socicon-chimein:before { content: "R"; }
.socicon-friendfeed:before { content: "S"; }
.socicon-newsvine:before { content: "T"; }
.socicon-identica:before { content: "U"; }
.socicon-bebo:before { content: "V"; }
.socicon-zynga:before { content: "W"; }
.socicon-steam:before { content: "X"; }
.socicon-xbox:before { content: "Y"; }
.socicon-windows:before { content: "Z"; }
.socicon-outlook:before { content: "1"; }
.socicon-coderwall:before { content: "2"; }
.socicon-tripadvisor:before { content: "3"; }
.socicon-netcodes:before { content: "4"; }
.socicon-lanyrd:before { content: "7"; }
.socicon-slideshare:before { content: "8"; }
.socicon-buffer:before { content: "9"; }
.socicon-rss:before { content: ","; }
.socicon-vkontakte:before { content: ";"; }
.socicon-disqus:before { content: ":"; }
