<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin: 0;
	padding: 0;
	font-family: 'Palanquin', sans-serif;
	font-weight: 300;
}


body{
	overflow-x: hidden;
}

body, html {
	height: 100%;
}

.section{
	padding: 50px 0 120px;
	position: relative;
	width: 100%;
}


.cut-top {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-right: 30px solid white;
}

.cut-bottom {
	content: ' ';
	position: absolute;
	z-index: 1;
	bottom: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 80px solid transparent;
	border-left: 30px solid #1E1E1E;
}

.cut-cases{
	border-right: 30px solid #1E1E1E;
}


.cut-servicos{
	border-right: 30px solid #fff;
}

.titulo-1, .titulo-2{
	font-size: 55px;
	padding: 0 10px 10px;
	letter-spacing: 15px;
	text-align: center;
	width: 340px;
	margin:0 auto;
	font-weight: 200 !important;
}

.titulo-1{
	border-bottom: solid 2px #B34EE9;
	color: #fff;
}

.titulo-2{
	border-bottom: solid 2px #B34EE9;
	color: #333333;
}


.descricao-1, .descricao-2{
	font-size: 22px;
	color: #666;
	margin: 30px 0;
	text-align: center;
}

.descricao-1{
	color: #fff;
}


.descricao-2{
	color: #666;
}





/****************************************** Home ************************************************/
#video{
	width: auto;
	height: 100%;
	padding: 0;
	min-height:400px;
}

#bgvid {
	position: fixed;
	right: 0;
	top: 0;
	max-width: 100$;
	height: auto;
	min-height: 400px;
	/*z-index: -100;*/
	background: transparent url(video-bg.jpg) no-repeat;
	background-size: cover;
}

/*video {display: block;}*/
video {
	position: fixed;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	float:left;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
/*	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);*/
	background: url(../images/poster.jpg) no-repeat; background-size: cover;  -webkit-transition: 1s opacity; transition: 1s opacity;
	}

	#botao {
		position:absolute;
		bottom: 3%;
		left:1%;
		width:4%;
		/*height:10%;*/
		opacity: 0.6;
		/*background-color:#0FC;*/
		cursor:pointer;
		transition: all 0.5s ease;
		z-index: 2;
	}

	#botao:hover {
		opacity: 1;
	}

	#botao img {
		width:100%;
	}


	.idioma{
		/*width: 100px;*/
		/*height: 30px;*/
		display: table;
		position: fixed;
		z-index: 99;
		right: 180px;
		top: 25px;
	}

	.idioma li{
		float: left;
		list-style-type: none;
		margin: 0 5px;
	}

	.idioma li a,
	.idioma li span{
		color: rgba(255, 255, 255, 0.6);
		background-color: rgba(0,0,0,0.3);
		width: 25px;
		height: 25px;
		display: block;
		text-align: center;
		line-height: 24px;
		font-size: 12px;
		font-weight: 300;
		border-radius: 50%;
		transition: all .20s ease-in-out;
		user-select:none;
	}

	.idioma li span{
		cursor:default;
	}

	.idioma li a:hover,
	.idioma li a:focus,
	.idioma li .idiomaAtivo{
		color: rgba(255, 255, 255, 1);
		background-color: rgba(223,141,47,0.5);
		text-decoration: none;
		outline: none;
		font-weight: 400;
	}





	/****************************************** Cases ************************************************/
	#cases{
		background-color: #1E1E1E;
	}

	.meu-container{
		width: 90%;
	}

/*.case-item1{
	background-color: #ccc;
}

.case-item2{
	background-color: #444;
	}*/

	.case{
		margin-top: 40px;
		background-size: contain;
		overflow: hidden;
	}

	.case img{
		width: 100%;
	}


	.hidden {
		display: none;
	}

	.fancybox-type-iframe .fancybox-nav {
		width: 60px;       
	}

	.fancybox-type-iframe .fancybox-nav span {
		visibility: visible;
		opacity: 0.5;
	}

	.fancybox-type-iframe .fancybox-nav:hover span {
		opacity: 1;
	}

	.fancybox-type-iframe .fancybox-next {
		right: -60px;
	}

	.fancybox-type-iframe .fancybox-prev {
		left: -60px;
	}

	a.fancybox-nav.fancybox-prev span,
	a.fancybox-nav.fancybox-next span {
		visibility: visible;
	}

	.pic-title {
		font-size: 22px !important;
		font-weight:bold;
		color: #fff !important;
		margin-top: 21px !important;
	}

	.pic-caption p {
		color: #fff !important;
		font-size: 18px !important;
		padding: 0 40px; !important;
	}





	/******************************************  ServiÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§os ************************************************/

	/*#piemenu &gt; svg { width: 80%; height: 100%; }*/
	/*#piemenu { height: 780px; width: 100%; margin:auto; background-color: lime; }*/

	#servicos{
		background-color: #282828;
	}

	.tab-content{
		margin-top: 50px;
	}

	.click-servico{
		text-align: center;
		font-size: 20px;
		color: #007EC7;
	}

	#piemenu {
		width: 550px;
		height: 550px;
		margin:0 auto;
	}


	#piemenu &gt; svg { 
		width: 100%;
		height: 100%;
	}


	@media (max-width: 600px) { #piemenu { height: 300px; width: 300px; } }

	[class|=wheelnav-piemenu-slice-basic] { fill: #B34EE9; stroke: #FFD447; stroke-width: 1px; cursor: pointer; }
	[class|=wheelnav-piemenu-slice-selected] { fill: #FFD447; stroke: #FFD447; stroke-width: 1px; }
	[class|=wheelnav-piemenu-slice-hover] { fill: #C661FC;  stroke: #DF6EB2; stroke-width: 1px; fill-opacity: 0.9; cursor: pointer; }

	[class|=wheelnav-piemenu-title-basic] { fill: #FFD447; stroke: none;}
	[class|=wheelnav-piemenu-title-selected] { fill: #A827A9; stroke: none; }
	[class|=wheelnav-piemenu-title-hover] { fill: #FFD447; stroke: none; cursor: pointer; }


/*#step1 .row .col-md-4 &gt; div{
	background-color: red;
}

*/
.tab-content .tab-pane h1{
	animation-duration: 0.8s;
	color: #FFD447 /* gema */;
	font-weight: 300;
	letter-spacing: 5px;
	font-size: 45px;
}


.tab-content .tab-pane h3{
	animation-duration: 0.8s;
	animation-delay: 0.15s;

	color: #FFF;
	font-weight: 200;
	width: 90%;
	line-height: 25px;
	font-size: 19px;
}


.tab-content .tab-pane ul{
	animation-duration: 0.8s;
	animation-delay: 0.25s;
	list-style-type: none;
	font-size: 16px;
	color: #f1f1f1;
	margin: 30px 0 0;
}

.tab-content .tab-pane ul li span{
	font-size: 18px;
	font-weight: 500;
	color: #B34EE9 /*roxo*/;
	margin: 0;
	padding: 0;
}

.tab-content .tab-pane h4{
	animation-duration: 0.8s;
	animation-delay: 0.60s;

	color: #B34EE9;
	font-size: 30px;
	font-weight: 200;
	margin: 30px 0 0;
}

.tab-content .tab-pane .row{
	animation-duration: 0.7s;
	animation-delay: 0.3s;
}


#tabServicos &gt; li{
	float: none;
	font-size: 15px;
}

#tabServicos &gt; li &gt; a{
	padding: 8px;
}

#tabServicos &gt; li.active &gt; a,
#tabServicos &gt; li.active &gt; a:hover,
#tabServicos &gt; li.active &gt; a:focus {
	color: #fff;
	background-color: #007EC7;
	border: transparent;
	border-radius: 0;
}



/* ****************************************** intro ******************************************** */
#slides-holder,.slide{position:relative;width:100%}
.slide,.slide.fixed{top:0;left:0;width:100%; max-height: 800px;}
body,html{margin:0;padding:0; color:#fff;}
.slide{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center center;background-repeat:no-repeat}
.slide.fixed{position:fixed}
.slide-fake-height{position:relative;display:none}
.slide-fake-height.visible{display:block}
.fade-text{display:inline-block;position:absolute;font-family:HelveticaNeue,helvetica,arial;font-size:60px;opacity:.2;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}
.fixed .fade-text{opacity:1}
#slide-1{background-image:url(../images/animacao/anima_site0.jpg)}
#slide-1 .fade-text{left:5%;top:40%}
#slide-2{background-image:url(../images/animacao/anima_site1.jpg)}
#slide-2 .fade-text{left:5%;top:40%}
#slide-3{background-image:url(../images/animacao/anima_site2.jpg)}
#slide-3 .fade-text{color:#fff;left:5%;top:20%}
#slide-4{background-image:url(../images/animacao/anima_site3.jpg)}
#slide-4 .fade-text{left:5%;top:10%}
#slide-5{background-image:url(../images/animacao/anima_site4.jpg)}
#slide-5 .fade-text{left:5%;top:5%}
#slide-6{background-image:url(../images/animacao/anima_site5.jpg)}
#slide-6 .fade-text{color:#fff;left:5%;top:10%}



/***************************************** Contato **********************************************/
#contato{
	background-color: #1E1E1E;
	padding: 50px 0 0px;
}

#mensagem{
	margin: 60px 0 30px;
	width: 100%;
	resize: vertical;
	height: 190px;
	border: none;
	background: transparent;
	color: #bbb;
	font-size: 22px;
	padding: 10px;
	border:solid 1px #B9C1CA;
	-moz-transition: outline 180ms ease-in;
	transition: border 150ms ease-out;
	font-weight: 500;
}

#enviar{
	float: right;
	border: none;
	background: url(../images/btn-enviar.png);
	margin: 0;
	padding: 0;
	width: 55px;
	height: 33px;
	opacity: 0.5;
	-webkit-backface-visibility: hidden;
	-webkit-transition:all 180ms ease-in;
	transition:all 180ms ease-in;
}



#enviar:hover{
	-webkit-transform:translateX(8px);
	-moz-transform:translateX(8px);
	opacity: 1;
}

#mensagem:focus{
	outline: none !important;
	border:solid 3px orange;
}


*::selection {
	background: orange; /* WebKit/Blink Browsers */
	color: black;
}

*::-moz-selection {
	background: orange; /* Gecko Browsers */
	color: white;
}



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #555;
	font-weight: 300;
	font-size: 22px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #555;
	opacity:  1;
	font-weight: 300;
	font-size: 22px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #555;
	opacity:  1;
	font-weight: 300;
	font-size: 22px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #555;
	font-weight: 300;
	font-size: 22px;
}

.contato-trabalhe div a{
	display: block;
	background-color: #2D2D2D;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #B8B8B8;
}


.txt-trabalhe{
	color: #E5E5E5;
}


.btn-trabalhe{
	background-color: transparent;
	border: none;
	float: right;
	margin: 22px 0;
	font-size: 20px;
	
}


.cadastrar, .acessar{
	color: #f68b1f;
}


.contato-trabalhe{
	border-bottom: none;
	text-align: center;
}

.contato-trabalhe li a{
	background-color: #424242;
	color: #6F6F6F;
}

.contato-trabalhe li a {
	font-size: 16px;
	font-weight: bold !important;
	border-radius: 5px;
}

.enviarCV a {
	color: #f68b1f;
}

.enviarCV a:hover {
	text-decoration: none;
}








/***************************************** Clientes **********************************************/
#clientes {
	background: rgba(179, 78, 233, 0.8);
	padding-top: 2em;
}

.customNavigation{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top:-25px;
	cursor: pointer;
}

.carousel-clientes div img{
	display: block;
	margin: 0 auto;
	/*border:solid 1px #ccc;*/
}

.owl-theme .owl-nav [class*='owl-'] {
	top: 50% !important;
	margin-top: -30px !important;
}

.owl-theme .owl-nav img{
	width: 2em !important;
}


.owl-next{
	/*right: -3em !important;*/
	background: transparent !important;
}


.owl-prev{
	/*left: -3em !important;*/
	background: transparent !important;
}

/***************************************** PREMIOS **********************************************/

#premios {
	margin: 0 auto;
	text-align: center;
}

/***************************************** Rodape **********************************************/
.rodape{
	text-align: center;
	color: #FFF;
	background-color: #1E1E1E;
	padding: 40px 0;
}

.rodape h4{
	font-size: 30px;
	font-weight: 200;
}

.rodape .telefone {
	font-size: 26px;
	font-weight: 400;
	display: inline block;
	width: 320px;
	margin: 15px auto;
	color: #A827A9;
	text-decoration: none;
	padding: 10px;
}

.linkCel:first-child {
	margin-left: 25px;
}

.linkCel{
	margin: 0 10px 0 0;
	display: inline-block;
	opacity: .6;
	webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.linkCel:hover,
.linkCel:focus {
	opacity: 1;
}

.copyright {
	text-transform: uppercase;
	font-size:12px;
	color: #9ea5ab;
	background-color:#1E1E1E;
}

.copyright a {
	color:#9ea5ab;
	background-color:#1E1E1E;
}
.copyright a:hover {
	color:#FFF;
}

.mensagem {
	margin-top: 30px;
}




/* Portrait phones and smaller */
@media (max-width: 480px) {
 #home {
   max-height: 480px !important;
  }
  .water-texto {
    position: relative;
    padding: 0;
    top: -430px !important;
}
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	#map {
		height: 220px;
	}

	#botao {
		left: 10px;
		bottom: 25px;
		width:15%;
	}

	.titulo-1, .titulo-2{
		font-size: 32px;
		width: 250px;
	}

	.descricao-1, .descricao-2{
		font-size: 18px;
		margin: 30px 0;
	}

	.tab-content .tab-pane h1{
		letter-spacing: 2px;
		font-size: 24px;
	}

	.tab-content .tab-pane h3{
		width: 100%;
		line-height: 20px;
		font-size: 14px;
	}

	.rodape h4{
		font-size: 22px;
	}

	.rodape p{
		font-size: 28px;
	}

	.rodape .copyright {
		font-size: 12px;
	}


	.form-cadastrar{
		margin-top: 50px;
	}

	.txt-trabalhe{
		font-size: 14px;
	}

	.tab-content .tab-pane ul{
		font-size: 14px;
	}

	.contato-trabalhe li a{
		font-size: 13px;
	}


	#mensagem{
		font-size: 17px;
	}

	.idioma{
		z-index: 1;
		right: 10px;
		top: 65px;
	}


}

</pre></body></html>