/*
	------------------------------- REGRAS GERAIS -------------------------
*/
* {
	list-style: none;
	text-decoration: none;
}

html {
	width: 100%;
}

body {
	float: left;
	font: 12px Verdana, sans-serif;
	height: 100% !important;
	margin: 0 !important;
	width: 100%;
}

::-moz-selection { /* Code for Firefox */
	color: #000;
	background: #fed700;
}

::selection {
	color: #000; 
	background: #fed700;
}

.wrapper {
	height: 100%;
	margin: 0 auto;
	/*min-width: 1170px;*/
}

section {
	/*display: table;*/
	margin: 0 auto 20px;
	position: relative;
	/*width: 1170px;*/
}

.wrapper-960 {
	margin: 0 auto;
	width: 960px;
}

.clearfix {
	clear: both;
}


img {
	border: none;
}

a {
	color: #000;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

a:hover, a:focus {
	color: #667;
}

p {
	font-size: inherit;
}

hr {
	background: #fed700;
	border: none;
	height: 1px;
}

h1, h2, h3 {
	color: #000;
	font: 38px Verdana, sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	line-height: 55px;
}

h2 {
	color: #000;
	font-size: 18px;
}

h3 {
	color: #000;
	font-size: 26px;
	text-transform: none;
}

ul {
	margin-left: 0;
}

.title-page {
	background: url(../img/bg-title.jpg) repeat-x;
	padding: 17px;
}

.row {
	max-width: 1170px;
}

.row-full {
	max-width: 100%;
}

.row .row {
	margin: 0 auto;
	width: 1170px;
}

.row-full .columns {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.large-1 {
	max-width: 8.33333%; }

  .large-2 {
	max-width: 16.66667%; }

  .large-3 {
	max-width: 25%; }

  .large-4 {
	max-width: 33.33333%; }

  .large-5 {
	max-width: 41.66667%; }

  .large-6 {
	max-width: 50%; }

  .large-7 {
	max-width: 58.33333%; }

  .large-8 {
	max-width: 66.66667%; }

  .large-9 {
	max-width: 75%; }

  .large-10 {
	max-width: 83.33333%; }

  .large-11 {
	max-width: 91.66667%; }

  .large-12 {
	max-width: 100%; }

.margin-0-auto {
	margin: 0 auto;
}

.no-margin {
	margin: 0 !important; 
}

.no-padding {
	padding: 0 !important;
}

.cinza {
	background: #2d2c2c;
}



/*
	----------------------- HEADER --------------------------
*/

.topo {
	background: #f0f0f0;
}

header {
	margin: 0 auto;
	padding: 26px 0;
	min-width: 960px;
}

.logo {
	float: left;
	width: 165px;

	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.logo:hover {
	opacity: .8;
}

/*
	-------------------------------- MENU ------------------------------
*/

.menu {
	float: right;
	position: relative;
	top: 30px;
}

nav.principal {
	position: relative;
	top: 18px;
}

nav.principal ul li {
	display: inline-block;
	font: bold 14px Verdana, sans-serif;
	margin-left: 7px;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

nav.principal ul li a {
	background: #000;
	color: #fed700;
	padding: 8px;
	border-radius: 7px;
}

nav.principal ul li a.face {
	background: none;
	color: none;
	display: inline-block;
	top: -2px;
	padding: 0px;
	position: relative;
	border-radius: 10px;
}

nav.principal ul li a:hover, nav.principal ul li a.selected {
	background: #fed700;
	color: #555;
}

nav.principal ul li a:hover {
	background: #fed700;
	color: #000;
}

nav.principal ul li a:visited {
	color: none;
}

nav.principal ul li.item ul.sub-menu {
	margin-left: -6px;
	position: absolute;
	top: 44px;
	z-index: 20;
}

nav.principal ul li.item ul.sub-menu li {
	display: block;
}

nav.principal ul li.item ul.sub-menu li ul {
	display: none;
	position: absolute;
	right: 260px;
	text-align: right;
	top: 0px;
	width: 350px;
}

nav.principal ul li.item ul.sub-menu li:hover ul {
	display: block;
} 


/*
	--------------------------------------------- HOME -------------------------------------
*/

section.home article p {
	color: #fed700;
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 800px;
}


/*
	-------------------------------------------- SERVICOS -----------------------------
*/
.icones-grandes-servicos {
	height: 350px;
}

#avaliar,
#estudar,
#propor {
	height: 0;
	opacity: 0;
	width: 0;
}

.s1,
.s2,
.s3,
.s4,
.s5,
.s6,
.s7,
.s8,
.s9,
.s10,
.s11,
.s12,
.s13,
.s14,
.s15,
.s16,
.s17,
.s18,
.s19,
.s20 {
	display: none;
}

.caption-servicos {
	font-size: 22px;
	margin: 0 auto 50px;
	text-align: center;
	width: 90%;
}

.icones-servicos {
	text-align: center;
	margin-bottom: 50px;
}

.ico-servico {
	margin-top: 40px;
}

.title-yellow {
	background: url(../img/bg-title-yellow.jpg) repeat-x;
	font-size: 16px;
	font-weight: bold;
	padding: 14px 0;
	text-indent: 20px;
}

.diagonal {
	margin-bottom: 16px;
}

.texto-servico {
	line-height: 20px;
}

section.servicos ul.lista li {
	margin-top: 16px !important;
	padding-bottom: 15px !important;
}

/*
	--------------------------------------- EMPRESA --------------------------------------
*/

.missao {
	font-size: 20px;
}

.desenv {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
}

.texto-central {
	font-size: 20px;
	font-weight: bold;
	margin: 40px auto;
	text-align: center;
	text-transform: uppercase;
	width: 80%;
}

.titulo-valor {
	font-size: 20px;
	font-weight: bold;
	margin-top: 25px;
	text-transform: uppercase;
}

.texto-empresa-amarelo {
	font-style: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 40px;
}

.txt-amarelo-empresa {
	color: #fed00f;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.middle-text-empresa {
	background: url(../img/bg-middle-text-empresa.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 16px;
	height: 340px;
	padding: 90px 10%;
	text-align: center;
}

.bt-amarelo {
	border-radius: 8px;
	border: 2px #fed700 solid;
	color: #fed700;
	margin: 0 auto;
	padding: 10px 20px;
	width: 20%;
}

.bt-saiba-mais {
	margin-top: 50px;
}

.pol-qualidade i {
	font-size: 18px;
	margin-right: 5px;
}

.pol-qualidade li {
	font-size: 12px;
}

/*
	--------------------------------------------- PORTFOLIO ----------------------------------------
*/

.title-page + div {
	margin-top: 40px;
}

.tipo-portfolio {
	font-weight: bold;
	margin: 18px 0;
}

.tipo-portfolio-2 {
	font-weight: bold;
	margin: 40px 0 18px;
}

ul.lista li {
	border-bottom: 1px #fed700 solid;
	margin-top: 26px;
	padding-bottom: 10px;
}

.certificado {
	margin-top: 80px;
}

.overlay {
	background: rgba(0, 0, 0, .8);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 90;
}

.fechar {
	color: #fff;
	font-size: 30px;
	text-align: right;
}

.fechar i {
	cursor: pointer;
}

.modal-certificado {
	display: none;
	height: 810px;
	left: 50%;
	margin-left: -260px;
	position: absolute;
	top: 10%;
	width: 520px;
	z-index: 91;
}

/*
	--------------------------------------------- CONTATO ----------------------------------------
*/

section.contato .row .dados-contato.row {
	width: auto;
}

.dados-contato .columns {
	padding: 0.2rem;
}

.dados-contato .large-11 {
	margin-bottom: 14px;
}

input[type=text],
input[type=email],
textarea {
	background: #fff;
	border: 1px #d8d7d7 solid;
	box-shadow: none;
}

textarea {
	height: 110px !important;
}

input[type=submit] {
	background: #fed700;
	border: none;
	color: #000;
	cursor: pointer;
	font: 14px Verdana, sans-serif;
	letter-spacing: 1px;
	padding: 10px 16px;
}

input[type=submit]:hover {
	background: #cc9800;
}

.foto-contato {
	padding-top: 50px;
}



/*
	----------------------------------------------- FOOTER --------------------------------------
*/

footer {
	background: #1e1d1b;
	border-top: 6px #fed700 solid;
	padding-bottom: 20px;
	padding-top: 30px;
}

footer nav.rodape {
	float: right;
	position: relative;
	top: 16px;
}

footer nav.rodape ul li {
	display: inline;
	margin-left: 15px;
}

footer nav.rodape ul li a {
	color: #fff;
	font-size: 12px;
}

footer .cinza {
	color: #fff;
	font-size: 10px;
	padding: 10px 0;
	position: relative;
	top: 30px;
}

footer .row .row {
	margin: 0 auto;
	max-width: 1170px;
}


/*
	--------------------------------------------- HOVER -------------------------------------
*/
ul.clearing-thumbs a,
ul.clearing-thumbs a .overlay {
	display: block;
}

ul.clearing-thumbs a:hover .overlay {
	height: 127px;

}

ul.clearing-thumbs a img {
	height: auto;
	width: 100%;
}

ul.clearing-thumbs a:hover img {
	opacity: 0.5;
}









.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid a {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	background: #000;
	text-align: center;
	cursor: pointer;
}

a.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 75%);*/
	background: rgba(0,0,0,.8);
	content: '';
	opacity: 0;
	/*transform: translate3d(0,10px,0);*/
}
 
a.effect-sadie h2 {
	position: absolute;
	top: 50%;
	margin-top: 30px;
	left: 0;
	width: 100%;
	color: #484c61;
	opacity: 0;
	transition: transform 0.35s, color 0.35s;
	transform: translate3d(0,-50%,0);
}
 
a.effect-sadie figcaption::before,
a.effect-sadie p {
	transition: opacity 0.35s, transform 0.35s;
}
 
a.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	transform: translate3d(0,10px,0);
}
 
a.effect-sadie:hover h2 {
	opacity: 1;
	color: #fff;
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
 
a.effect-sadie:hover figcaption::before ,
a.effect-sadie:hover p {
	opacity: 1;
	transform: translate3d(0,0,0);
}



/*
	----------------------------------------------- SLIDER ORBIT --------------------------------------
*/

.orbit-container {
 top: 2px;
}

/* POSICIONAMENTO DO SLIDER APENAS NO FIREFOX */
@-moz-document url-prefix() { 
  .orbit-container {
	 top: 3px;
  }
}

.orbit-container .orbit-slides-container > * .orbit-caption {
	background: none !important;
	bottom: auto !important;
	font: 16px Verdana, sans-serif;
	left: 10%;
	top: 20%;
	width: auto !important;
}

.orbit-container .orbit-slides-container > * .orbit-caption div {
	/*background: rgba(15, 163, 237, .47);*/
	display: inline-block;
	line-height: 25px;
	margin-bottom: 10px;
	padding: 10px;
	z-index: 3;
}

.orbit-container .orbit-slides-container img {
	min-width: 100%;
}

/* PARA O CHROME */
@-webkit-keyframes texto {
  0% {
	left: -100%;
	opacity: 0;
  }
  100% {
	left: 10%;
	opacity: 1;
  }
}

/* PARA O FIREFOX */
@-moz-keyframes texto {
  0% {
	left: -100%;
	opacity: 0;
  }
  100% {
	left: 10%;
	opacity: 1;
  }
}

/* GERAL */
@keyframes texto {
  0% {
	left: -100%;
  }
  100% {
	left: 10%;
  }
}

.active .orbit-caption {
  
  -webkit-animation-name: texto;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease;
/*
  -moz-animation-name: texto;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-timing-function: ease;

  animation-name: texto;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease;*/
}




/*
	----------------------------------------------- CLEARING --------------------------------------
*/
/*ESCONDENDO O CAROUSEL*/
.clearing-assembled .clearing-container .carousel {
	display: none;
}

/*AUMENTANDO O TAMANHO DA IMAGEM*/
.clearing-assembled .clearing-container .visible-img {
	height: 100%;
}

.clearing-blackout {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}