@charset "UTF-8";
/* CSS Document */
@import url(fonts.css);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,400italic);

a{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration:none;
	outline:none;
	}

#txtcontato{
	height:100px;
	background:#6C0;
	}
#txtcontato p{
	font:12px Arial, Helvetica, sans-serif
	}

img{
	outline:none;
	}

h1{
	font-size:40px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color:#606;
	}
h2{
	font-size:30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#606;
	}

body{
	background:#f2f2f2;
	}
*{
	margin:0;
	padding:0;
	}
p{
	margin:10px 0;
	}
#bgcabecalho{
	width:100%;
	height:130px;
	padding-top:10px;
	background:#4F5367;
	}
#cabecalho{
	width:1094px;
	height:120px;
	margin:0 auto;
	}
#logo{
	width:254px;
	height:120px;
	float:left;
	}
#menu{
	width:824px;
	height:30px;
	float:right;
	line-height:30px;
	text-align:left;
	margin-top:60px;
	}
#menu ul li{
	display:inline;
	}
#menu ul li a{
	font:14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:17px;
	color:#fff;
	}
#menu ul li a:hover{
	color:#606;
	background:#DADF00;
	/*background:url(../images/bgmenu.png) center top repeat-x;*/
	}
.selected{
	color:#606;
	background:#DADF00;
	/*background:url(../images/bgmenu.png) center top repeat-x;*/
	}

#headertitle{
	width:980px;
	height:90px;
	
	line-height:90px; 
	background:url(../images/sombra.png) center top no-repeat;
	margin:0 auto;
	}
	
	
#maincases{
	width:980px;
	min-height:480px;
	height:auto;
	padding:10px;
	background:#FFF;
	margin:0 auto;
	}
#mainteam{
	width:990px;
	min-height:480px;
	height:auto;
	padding:10px;
	background:#FFF;
	margin:0 auto;
	}	
	
	
#mainconteudo{
	width:960px;
	min-height:480px;
	height:auto;
	padding:10px;
	background:#FFF;
	margin:0 auto;
	background:#fff url(../img/sobrebg.png) right top no-repeat;
	}
#maineventos {
	width:960px;
	min-height:480px;
	height:auto;
	padding:10px 43px 10px 58px;
	background:#FFF;
	margin:0 auto;
	}
#mainservicos{
	width:960px;
	min-height:480px;
	height:auto;
	padding:10px;
	background:#FFF;
	margin:0 auto;
	background:#fff url(../img/bgservicos.png) right top no-repeat;
	}	
	
	
#mainconteudo p{
	font-size:1em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height:1.6;
	}

#mainperfil{
	width:980px;
	min-height:500px;
	height:auto;
	background:#FFF;
	margin:0 auto;
	}
#foto-perfil{
	width:100%;
	max-width:980px;
	height:100%;
	position:relative;
	}
#perfiltxt{
	margin-top:-50px;
	width:720px;
	min-height:780px;
	height:auto;
	float:left;
	background:#fff url(../images/sombralateral.png) right center no-repeat;
	position:relative;
	z-index:9999;
	padding:10px;
	}
#perfilartistas{
	margin-top:-50px;
	width:720px;
	min-height:780px;
	height:auto;
	float:left;
	background:#fff url(../images/sombralateral.png) right center no-repeat;
	position:relative;
	padding:10px;
	}	
#perfilartistas	 p{
	font-size:1em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height:1.6;
	}
#perfilartistas a{
	font-size:1em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height:1.6;
	}
#perfilartistas	 ul li{
	font-size:0.9em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height:1.3;
	list-style:none;
	}
#maiscases{
	width:240px;
	min-height:800px;
	height:auto;
	float:right;
	}
#contatocont{
	margin-top:-50px;
	width:720px;
	min-height:780px;
	height:auto;
	float:left;
	background:#fff url(../images/sombralateral.png) right center no-repeat;
	position:relative;
	z-index:9999;
	padding:10px;
	}
.locationico{
	width:20px;
	height:29px;
	display:block;
	float:left;
	margin-top:10px;
	background:url(../images/locationico.png) no-repeat;
	}
.mailico{
	width:20px;
	height:29px;
	display:block;
	float:left;
	margin-top:37px;
	background:url(../images/mailico.png) no-repeat;
	}
#headertxt{
	font-size:1em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height:1.6;
	}
#perfilartistas	 h1{
	font-size:1.2em;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height:1.2;
	}


#perfiltxt p{
	height:220px;
	font:12px Arial, Helvetica, sans-serif;
	}
#perfiltxt .imgleft{
	margin:0 10px 10px 0;
	float:left;
	}
#perfiltxt .imgright{
	margin:0 0 10px 10px;
	float:right;
	}

.vermais{
	font:14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	line-height:30px;
	color:#606;
	height:30px;
	display:block;
	background: #f9f9f9 url(../images/arrow.png) right no-repeat;
	background-position:660px 8px;
	width:700px;
	text-indent:10px;
	margin:30px auto;
	}
.vermais:hover{
	border:none;
	background:#DADF00 url(../images/arrow.png) right no-repeat;
	background-position:670px 8px;
	}

#mainshadow{
	width:943px;
	height:26px;
	margin:0 auto;
	background:url(../images/mainshadow.png) center top no-repeat;
	}

.case{
	width:230px;
	height:60px;
	background:#f5f5f5;
	line-height:60px;
	margin:10px 0;
	border-radius:30px;
	}
.caseimg{
	width:50px;
	height:50px;
	float:left;
	margin:3px 0 0 3px;
	border:2px solid #fff;
	border-radius:28px;
	webkit-border-radius:28px;
	moz-border-radius:28px;
	}	
.caseimg img{
	width:50px;
	height:50px;
	border-radius:28px;
	webkit-border-radius:28px;
	moz-border-radius:28px;
	}	
#maiscases a .case{
	opacity: 1.0;
    filter: alpha(opacity=100);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration:none;
	}
#maiscases a .case:hover{
	opacity: 0.6;
    filter: alpha(opacity=60);
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	}

#maiscases a .case h2{
	font: bold 12px Verdana, Geneva, sans-serif;
	color:#606;
	padding:10px 0 0 0;
	}
#maiscases a .case h3{
	font:12px Verdana, Geneva, sans-serif;
	color:#606;
	float:left;
	height:15px;
	text-indent:20px;
	margin-top:10px;
	background: url(../images/arrow.png) left no-repeat;
	}
#maiscases h1{
	width:230px;
	font-size:30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#606;
	border-bottom:1px solid #DADF00;
	}	
	
	
.clear{
	clear:both;
	}
#rodape{
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;	
	}
.seven{
	width:980px;
	height:36px;
	margin:0 auto;
	display:block;
	cursor:pointer;
	background: url(../images/seven.png) right no-repeat;
	}
	










.testimonial { 
margin: 0; 
background: #B7EDFF;     
padding: 10px 50px;     
position: relative;     
font-family: Georgia, serif;     
color: #666;     
border-radius: 5px;     
font-style: italic;     
text-shadow: 0 1px 0 #ECFBFF;     
background-image: linear-gradient(#f9f9f9, #f2f2f2); } .testimonial:before, .testimonial:after {     content: "\201C";     position: absolute;     font-size: 80px;     line-height: 1;     color: #606;     font-style: normal; } .testimonial:before {     top: 0;     left: 10px; } .testimonial:after {     content: "\201D";     right: 10px;     bottom: -0.5em; } 

.arrow-down {     width: 0;     height: 0;     border-left: 15px solid transparent;     border-right: 15px solid transparent;     border-top: 15px solid #f2f2f2;     margin: 0 0 0 25px; }

 .testimonial-author {     margin: 0 0 0 25px;     font-family: Arial, Helvetica, sans-serif;     color: #CC0;     text-align:left; } 
 
 
 .testimonial-author span {
	 width:151px;
	 height:50px;
	 display:block;
	 margin-left:120px;
	 margin-top:-40px;
	 background:url(../img/fivestar.png);
	 }


/*CSS FLYER*/
.ch-item {

	width: 232px;
	height: 326px;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 5px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-info {
	position: absolute;
	background: rgba(102,0,102, 0.4);
	width: inherit;
	height: inherit;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}



.ch-info p {
	color: #fff;
	padding: 10px 5px;
	margin: 0 30px;
	border-top: 1px solid rgba(255,255,255,0.5);
	
	font-size:30px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#DADF00;
	
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #DADF00;
	color: rgba(218,223,0, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.ch-item:hover .ch-info p {
	opacity: 1;
}

.ch-grid {
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width:232px;
	height:340px;
	background:url(../img/bgflyer.png) no-repeat bottom;
	display: inline-block;
	margin-right:10px;
}
/*CSS FLYER*/



/*Equipe*/
/*social icons*/
.social {
	margin:0;
	margin-top:10px;
	padding:0;
	text-align: center;
}
.social li {
	display: inline-block !important;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image:url(../img/sprite_social.png);
	border:1px solid #629e9a;
	margin-bottom:5px;
}
.social li a {
	width: 40px;
	height: 40px;
}

.social li a {
	outline: none;
	display: block;
	text-indent: -999999px;
}



.facebook{
	background-position:0 0;
}

.facebook:hover{
	background-position:0 -40px;
}

.s6{
	background-position:40px 0;
}

.s6:hover{
	background-position:40px -40px;
}


.behance{
	background-position:80px 0;
}


.behance:hover{
	background-position:80px -40px;
}


.linkedin{
	background-position:120px 0;
}

.linkedin:hover{
	background-position:120px -40px;
}



.viemo{
	background-position:160px 0;
}

.viemo:hover{
	background-position:160px -40px;
}



.flicker-social{
	background-position:200px 0;
}

.flicker-social:hover{
	background-position:200px -40px;
}

.youtube{
	background-position:240px 0;
}

.youtube:hover{
	background-position:240px -40px;
}


.twitter{
	background-position:280px 0;
}

.twitter:hover{
	background-position:280px -40px;
}




/*=============================
 5-Team 
 ==============================*/


.member{
	margin-bottom:60px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
}


.member .face{
	width:100%;
}


.member .face img{
	width:100%;
	height:auto;
}

.member-info .name{
	font-size:20px;
	line-height:35px;
	color:#000000;
}
.member-info .designation{
	font-size:20px;
	line-height:35px;
	color:#2ecc71;
}
.member-info .about-member{
	font-size:18px;
	line-height:26px;
	color:#000000;
	padding-top:25px;
}


.member .social{
	margin-top:5px;
}
.member .social li{
	background-color:#ccc;
	border:none;
	margin-left:1px;
	margin-right:1px;
}
.member .social li a{
	color:#c8c7c5;
	border:none;
	height:37.5px;
	width:37.5px;
	line-height:37px;
	margin:0px;
	
}
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}


.row{margin-left:-15px;margin-right:-15px;}.row:before,.row:after{content:" ";display:table;}
.row:after{clear:both;}
.row:before,.row:after{content:" ";display:table;}
.row:after{clear:both;}
.col-sm-6,.col-md-6,.col-lg-6{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}



@media (min-width:768px){
.col-sm-6,.col-md-6,.col-lg-6{float:left;}
.col-sm-6,.col-md-6,.col-lg-6{width:50%;}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {


.member{
	text-align: center;
}
}














/*Contato*/
.contato {display: block; margin: 0 auto; max-width: 100%;}
.contato input[type=text], .contato textarea {
	display: block;
	width: 94%;
	margin: 5px 0;
	padding: 10px 2%;
	border: 1px solid #DDD;
	font: 100 16px 'Oswald', sans-serif;
	color: #666;
	outline: none;
}
.contato textarea {height: 135px}
.contato input[type=text]:focus, .contato textarea:focus {
	border: 1px solid #666;
}

.contato input[type=submit]{
	border: 0;
	background: #f2f2f2;
	color: #666;
	text-transform: uppercase;
	padding: 10px 20px;
	float:right;
	font-size: 12px;
	margin-right:5px;
}
.contato input[type=submit]:hover{
	color: #cc0;
	cursor:pointer;
}
.contato input[type=text], .contato textarea {
	display: block;
	width: 94%;
	margin: 5px 0;
	padding: 5px 2%;
	border: 1px solid #DDD;
	font: 100 16px 'Oswald', sans-serif;
	color: #666;
	outline: none;
}

.contato label{
	font-size:1.2em;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color:#606;
	}
.contact-info ul li {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #606;
	list-style:none;
}

.contact-info ul li a,
.contact-info ul li a:hover {
	color: #606;
}

.contact-info ul li:nth-child(1):before {
	content: url(../img/phone.png);
	position: relative;
	top: 8px;
	padding-right: 15px;
}

.contact-info ul li:nth-child(2):before {
	content: url(../img/email.png);
	position: relative;
	padding-right: 15px;
}

.contact-info ul li:nth-child(3):before {
	content: url(../img/street.png);
	position: relative;
	top: 5px;
	padding-right: 15px;
}
#lightbox	{
	float:left;
	margin-right: 5px;
	width:206px;
	height:206px;
}



