/**
* Edits Tema
*/
html, body {
	background-color: #747164;
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

.clear {
	clear: both;
}
#content {
	min-height: 100%;
	position: relative;
}

.fancybox-lock body {
	overflow: initial !important;
}

.rowspace {
	padding-bottom: 16px !important;
	padding-bottom: 1rem !important;
	padding-top: 16px !important;
	padding-top: 1rem !important;
}
.pseudo-slider {
	display: none;
}

.transicao,
.eff-op,
.eff {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
}

.eff:hover {
	box-shadow: 1px 1px 10px #1e5391;
	text-decoration: none;
}

.eff-op:hover {
	opacity: .8;
	text-decoration: none;
}

form select,
form input[type="text"] {
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 12px;
	height: 36px;
	float: left;
}

.btn {
	
}
.btn:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Futura Condensed", sans-serif;
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	line-height: 1;
}

h1 {
	margin: 0 !important;
	font-size: 0px;
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 44px;
	color: white;
}

h2 span {
	color: #ecdc00;
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

form textarea {
	height: 90px;
	resize: none;
	padding: 12px;
}

iframe {
	width: 100%;
}
/**
* Header
*/
.wrap-header {
	width: 100%;
	padding: 46px 0;
	position: fixed;
	z-index: 100;
	background-color: rgba(103, 100, 85, 0.7);
	-webkit-transition: padding .2s ease-in-out;
	-moz-transition: padding .2s ease-in-out;
	-ms-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

.wrap-header .row {
	height: 100%;
  	min-height: 100%;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-align-items: center;
  	align-items: center;
  	-webkit-justify-content: center;
  	justify-content: center;
}

.area-logo a {
	display: block;
}

.area-menu > ul {
	list-style: none;
	width: 100%;
	margin: 0;
}

.area-menu > ul > li {
	text-transform: uppercase;
	display: inline-block;
	margin-left: 36px;
	font-size: 19px;
	line-height: 1;
	position: relative;
}

.area-menu > ul > li > a {
	font-family: 'Futura Condensed', sans-serif;
	display: block;
	padding: 6px 0;
}

.area-menu ul li a.actv,
.area-menu ul li:hover > a {
	text-decoration: none;
	color: #ecdc00;
}

.area-menu > ul > li .dropdown {
	position: absolute;
	min-width: 180px;
	list-style: none;
	z-index: 105;
	margin: 0;
	display: none;
}

.dropdown li {
	white-space: nowrap;
	text-align: left;
	font-size: 16px;
	list-style: 1;
}

.dropdown li a {
	font-family: 'Futura Condensed', sans-serif;
	background-color: #9c9a8d;
	margin-bottom: 1px;
	padding: 6px 12px;
	display: block;
	color: #3f3f3f;
}

.dropdown li a:hover {
	background-color: #b8b7ae;
}

.area-menu ul li:hover .dropdown {
	display: block;
}
/**
* Menu
*/
.wrap-menu-responsivo {
	z-index: 4000;
	top: 0;
	border-bottom: 1px solid #FFFFFF;
	background-color: #ecdc00;
	height: 50px;	
	width: 100%;
}

.wrap-menu-responsivo .menu {
	position: relative;
	padding: 2px 16px;
}

.wrap-menu-responsivo .menu a {
	display: block;
	color: #FFFFFF;	
	padding: 5px;
}

.wrap-menu-responsivo .menu a:hover {
	text-decoration: none;
}

.wrap-menu-responsivo .hide-menu {
	border-top: 1px solid #FFFFFF;
	background-color: #ecdc00;
	padding: 0 !important;
	margin: 0 !important;
	position: absolute;
	list-style: none;
	display: none;
	z-index: 200;
	width: 100%;
	top: 50px;
	left: 0;
	
}

.wrap-menu-responsivo .menu a img {
	width: 32px;
	height: 32px;
	}

.wrap-menu-responsivo .hide-menu li {
	text-transform: uppercase;
	font-size: 1.125rem !important;
	border-bottom: 1px solid #FFFFFF;	
	width: 100%;
}

.wrap-menu-responsivo .hide-menu li a {
	padding-left: 25px;
	background: none;
	border: none;
}

.wrap-menu-responsivo .hide-menu li a:hover {
	text-decoration: none;
}

.menu ul li .dropdown-2,
.menu ul li .dropdown {
	background: #12aaa0;
	display: none;
	left: -20px;
	width: 100%;
	z-index: 70;
	top: 35px;
	margin: 0;
}

.menu ul li .dropdown-2 {
	background: #83c881;
	display: none;
}
/**
* Wrap Banner
*/
.wrap-banner {
	overflow: hidden;
	width: 100%;
	z-index: 0;
	top: 0;
}
/**
* Footer
*/
.wrap-footer {
	width: 100%;
	bottom: 0;
	left: 0;
}
/**
* HOME
*/
.contain {
	height: 100vh;
	vertical-align: middle;
	display: table-cell;
	padding: 40px 0 150px;
	width: 9999px;
	position: relative;
	background-size: cover !important;
}

.contain.slided {
	padding: 0 !important;
}

.full .more,
.fixed .more,
.contain .more {
	position: absolute;
	margin-left: -50px;
	bottom: 30px;
	left: 50%;
}

#top {
	height: auto !important;
	padding-top: 200px;
}

.lista-top a {
	display: block;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

.lista-top a img {
	width: 100%;
}

.lista-top a > div {
	width: 100%;
	position: absolute;
	padding: 16px;
	z-index: 20;
	left: 0;
	top: -68px;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.lista-top a > div h2 {
	font-family: "Colibri", sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 16px;
	color: white;
}

.lista-top a > div p {
	margin-bottom: 0;
	font-size: 16px;
	color: #b5b8a5;
}

.lista-top a:hover div {
	top: 0 !important;
}

#atuacao h2,
#sobre h2 {
	margin-bottom: 10%;
}

#atuacao p,
#sobre p {
	font-size: 19px;
	color: white;
}

/**
* ATUACAO
*/
#atuacao {
	padding: 0;
	display: block;
	width: 100%;
}

.context {
	height: 100vh;
	vertical-align: middle;
	display: table-cell;
	width: 9999px;
	background-size: cover !important;
}

.context img {
	display: block;
	margin: 5% auto;
}

.carousel-nivel-um,
.carousel-det-clientes,
.carousel-atuacao {
	margin-bottom: 0;
}

.carousel-det-clientes .slick-prev,
.carousel-det-clientes .slick-next,
.carousel-clientes .slick-prev,
.carousel-clientes .slick-next,
.carousel-atuacao .slick-prev,
.carousel-atuacao .slick-next {
	height: 48px;
	width: 48px;
	margin-top: -24px;
}

.carousel-det-clientes .slick-prev,
.carousel-clientes .slick-prev,
.carousel-atuacao .slick-prev {
	background: url(../img/ico-prev.png) no-repeat center;
	left: 5%;
}

.carousel-clientes .slick-prev {
	left: -15%;
}

.carousel-det-clientes .slick-next,
.carousel-clientes .slick-next,
.carousel-atuacao .slick-next {
	background: url(../img/ico-next.png) no-repeat center;
	right: 5%;
}

.carousel-clientes .slick-next {
	right: -15%;
}

.carousel-det-clientes .slick-prev:before,
.carousel-det-clientes .slick-next:before,
.carousel-clientes .slick-prev:before,
.carousel-clientes .slick-next:before,
.carousel-atuacao .slick-prev:before,
.carousel-atuacao .slick-next:before {
	text-indent: -9999px;
	display: none;
}

/**
* CLIENTES
*/
#clientes.full {
	width: 100%;
	padding: 15% 0;
	position: relative;
	background-size: cover !important;
}
.carousel-clientes {
	margin: 17% 0 0 0;
}

.carousel-clientes a {
	width: 999px;
	height: 180px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.carousel-clientes a img {
	display: block;
	margin: 0 auto;
}

#portfolio {
	padding: 0;
	display: block;
	width: 100%;
}

.carousel-nivel-um .full {
	width: 100%;
	height: 100vh;
}

#portfolio .content,
#portfolio .context {
	width: 100%;
}

.full.relative {
	position: relative;
}

.thumbs {
	display: inline-block;
	margin: 0;
	list-style: none;
}

.thumbs li {
	float: left;
	margin: 0 8px;
}

.thumbs li a {
	border: 2px solid #9b9a9a;
	display: block;
}

.thumbs li a.actv {
	border: 2px solid #afac41;
}

.full .wrapper {
	width: 100%;
	position: absolute;
	bottom: -14px;
	left: 50%;
	z-index: 5000;
	padding: 16px 0;
	background-color: rgba(0, 0, 0, .6);
	-webkit-transform: translate(-50%, -15%);
	-moz-transform: translate(-50%, -15%);
	-ms-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
}

h3.papapa {
	text-transform: uppercase;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 0;
	font-size: 17px;
	color: #fff;
}

.full .wrapper .info p {
	margin-bottom: 0;
	font-size: 15px;
	color: #98968d;
}

/**
* CONTATO
*/
#contato.contain {
	padding: 40px 0;
}

#contato input[type="text"],
#contato textarea {
	background-color: transparent;
	border: 3px solid #aaa694;
	border-radius: 0;
	height: 46px;
	color: #cccccc;
}

#contato textarea {
	height: 250px;
}

#contato input[type="submit"] {
	font-family: "Futura Condensed", sans-serif;
	background-color: transparent;
	border: 3px solid #aaa694;
	text-transform: uppercase;
	line-height: 2.2;
	font-size: 21px;
	padding: 0 30px;
	color: white;
}

#contato input[type="submit"]:hover {
	background-color: #aaa694;
}

#contato dl {
	font-family: 'Calibri', sans-serif;
	line-height: 1.2;
	font-size: 18px;
	color: #c5c1ad;
}

#contato dl dt {
	text-transform: uppercase;	
	margin: 0;
}

#contato dl a {
	color: #a6ab11;
	text-decoration: underline;
}

.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #747164;
	z-index: 5000;
}

.loading .loader {
	position: absolute;
	margin-left: -50px;
	margin-top: -50px;
	height: 100px;
	width: 100px;
	left: 50%;
	top: 50%;
}

/**
* ANIMACAO CAPA
*/
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
	-webkit-animation: bounce 1s linear infinite;
 	animation: bounce 1s linear infinite;
}
/**
* QUERIES
*/
@media only screen and (max-width: 480px) {	
	
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (max-width: 768px) {
	.carousel-clientes .slick-prev {
		left: 0;
	}

	.carousel-clientes .slick-next {
		right: 0;
	}

	.wrap-header {
		position: relative;
		padding: 12px 0;
	}

	.area-logo img {
		display: block;
		margin: 0 auto;
	}

	#top {
		padding-top: 50px;
	}

	#atuacao,
	.contain {
		padding: 35% 0;
	}

	#atuacao {
		background-color: black;
	}
}
@media only screen and (min-width: 1023px) {
	
	.wrap-footer {
		position: absolute;
	}

	#content {
		
	}
}

@media only screen and (max-width: 768px) {
	.carousel-clientes .slick-prev {
		left: 0 !important;
	}

	.carousel-clientes .slick-next {
		right: 0 !important;
	}

	.carousel-clientes {
		margin: 43% 0 0 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
	.carousel-clientes .slick-prev {
		left: 0 !important;
	}

	.carousel-clientes .slick-next {
		right: 0 !important;
	}

	.carousel-clientes {
		margin: 11% 0 0 0 !important;
	}
}

@media only screen and (max-width: 1280px) {
	.carousel-clientes .slick-prev {
		left: 0 !important;
	}

	.carousel-clientes .slick-next {
		right: 0 !important;
	}

	.carousel-clientes {
		margin: 11% 0 0 0 !important;
	}
}

@media only screen and (max-width: 1366px) {
	.carousel-clientes .slick-prev {
		left: 0;
	}

	.carousel-clientes .slick-next {
		right: 0;
	}

	.carousel-clientes {
		margin: 11% 0 0 0;
	}
}

@media only screen and (max-width: 1440px) {
	.carousel-clientes .slick-prev {
		left: -3%;
	}

	.carousel-clientes .slick-next {
		right: -3%;
	}

	.carousel-clientes {
		margin: 17% 0 0 0 !important;
	}
}

@media only screen and (max-width: 1600px) {
	.carousel-clientes .slick-prev {
		left: -3%;
	}

	.carousel-clientes .slick-next {
		right: -3%;
	}

	.carousel-clientes {
		margin: 16% 0 0 0;
	}
}