/* FONTS */

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

/* generic HTML rules */

a {
	display: block;
}
body {
	color: #424346;
	background: url('../images/21.png') no-repeat top left;
	background-size: contain;
}
h1 {
	margin: 0;
	padding: 0;
	font-family: 'OpenSans-Light';
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	/* letter-spacing: 1px; */
	margin-bottom: 60px;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: 'OpenSans-Light';
	font-size: 35px;
	line-height: 35px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
h3 {
	margin: 0;
	padding: 0;
	font-family: 'OpenSans-Bold';
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h4 {
	margin: 0;
	padding: 0 0 15px 0;
	color: #a08e5d;
	font-family: 'OpenSans-Bold';
}
img {
	max-width: 100%;
}
textarea {
	resize: none;
	color: #424346 !important;
}
label {
	font-family: "OpenSans-Light";
}
.clear {
	clear: both;
}
.form-error {
	color: #a94442;
	margin: 8px 0;
}

/* BOOTSTRAP overidding */

.btn {
  padding: 10px 40px;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'OpenSans-Bold';
}
.btn-warning {
  color: #424346;
  background-color: #F8CD4C;
  border-color: #F8CD4C;
}
.btn-destaque {
	color: #F8CD4B;
	background-color: #424346;
	border-color: #424346;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #F8CD4C;
  border-color: #F8CD4C;
}
.btn-destaque:focus,
.btn-destaque.focus {
	color: #424346;
	background-color: #F8CD4B;
	border-color: #F8CD4B;
}
.btn-warning:hover {
  color: #fff;
  background-color: #F8CD4C;
  border-color: #F8CD4C;
}
.btn-destaque:hover {
	color: #424346;
	background-color: #F8CD4B;
	border-color: #F8CD4B;
}
.form-group {
	margin-bottom: 20px;
}
.form-control {
  height: 42px;
  color: #424346;
  background-color: #e4e0d6;
  border: 1px solid #e4e0d6;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.form-control:focus {
  border-color: #F8CD4C;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 205, 76, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 205, 76, .6);
}
.form-control::-moz-placeholder {
  color: #424346;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #424346;
}
.form-control::-webkit-input-placeholder {
  color: #424346;
}
.modal-backdrop {
	background: #424346;
}
.modal-backdrop.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.modal-content {
	border: 1px solid #F8CD4B;
	border: 1px solid rgba(248, 205, 76, .2);
	border-radius: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	color: #424346;
	padding: 30px 15px;
}
.modal-header {
	padding: 0 15px 30px 15px;
	border-bottom: 0;
}
.modal-footer {
	padding: 0 15px 30px 15px;
	border-top: 0;
}
.modal-title {
	font-size: 22px;
	color: #424346;
	font-family: "OpenSans-Bold";
}
.modal-title img {
	max-width: 150px;
	margin-right: 15px;
}

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: auto;
	padding:0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-family: 'OpenSans-Bold';
	/* margin-bottom: 90px; */
}
header .navbar {
	min-height: 0;
	height: auto;
	margin-bottom: 0;
	border: 0px;
	border-radius: 0;
}
header .navbar-brand {
	height: auto;
	padding: 10px 15px;
}
header .navbar-toggle {
	padding: 9px 0;
}
header .navbar-toggle .icon-bar {
	height: 4px;
	background-color: #F8CD4B;
	width: 32px;
	border-radius: 0;
	/* background-color: #fff; */
}
header .navbar a {
	color: #424346;
}
header .nav > li > a:focus {
	background-color: transparent;
}
header .nav > li > a:hover {
	background-color: #F8CD4B;
} 
header .nav > li > a {
	padding: 36px 20px;
}
header .nav .open > a,
header .nav .open > a:focus,
header .nav .open > a:hover {
	background-color: #F8CD4B;
	border-color: #F8CD4B;
}
header .navbar-nav > li > a {
	padding: 36px 20px;
}
header .navbar-nav {
	margin: 0 -15px;
}
header .dropdown-menu {
	padding: 0;
	background-color: #F8CD4B;
	border: 0px solid rgba(0,0,0,0);
	border-radius: 0;
}
header .dropdown-menu > li > a {
	padding: 15px 20px;
	color: #424346;
}
header .dropdown-menu > li > a:hover {
	background-color: #424346;
	color: #fff;
}

#here {
	background-color: #F8CD4B;
	border-color: #F8CD4B;
}

/* DESTAQUES */

.destaques {
	position: relative;
	width: 100%;
	/* min-height: 465px; */
	height: auto;
	overflow: auto;
	padding: 60px 0 30px 0;
	/* border: 1px solid red; */
	/* background: #0f0; */
}
.destaques .container {
	padding-left: 0;
	padding-right: 0;
}
.destaque-text {
	/* background: #f00; */
	min-height: 350px;
}
/*
.destaques .carousel-inner {
  overflow: hidden;
}
.destaques .carousel-control {
  color: #424346;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 8%;
}
.destaques .carousel-control.left {
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: none;
}
.destaques .carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  filter: none;
  background-repeat: none;
} */
.dest-title-1 {
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 0;
	/* margin-top: 80px; */
	margin-bottom: 0;
}
.dest-title-2 {
	font-size: 45px;
	line-height: 45px;
	letter-spacing: 0;
	color: #F8CD4B;
	font-family: 'OpenSans-Bold';
	margin-bottom: 40px;
}
.destaques p {
	font-family: 'OpenSans-Light';
	font-size: 16px;
	/* text-align: justify; */
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px;
	margin-bottom: 20px;
	
}
.destaques .bold {
	font-family: 'OpenSans-Bold';
}

/* EMPRESA */

.empresa {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	padding-bottom: 60px;
}
.empresa h1 {
	margin-top: 30px;
	margin-bottom: 40px;
}
.empresa h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.empresa img {
	width: 100%;
} /**/
.empresa article {
	margin: 0 60px;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
	font-family: 'OpenSans-Light';
	/* background: #f00; */
}
.empresa article ul {
	list-style-image: url('../images/20.png');
}
.empresa .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}
.empresa .carousel-indicators {
	position: relative;
	margin-top: 60px;
	/* background: #f00; */
}
.empresa .carousel-indicators li {
  width: 15px;
  height: 15px;
  border: 1px solid #f8cd4b;
}
.empresa .carousel-indicators .active {
  width: 16px;
  height: 16px;
  background-color: #f8cd4b;
}

/* SERVIÇOS */

.servicos {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 60px 0 0 0;
	text-align: center;
	background: #faf9f7;
	font-family: 'OpenSans-Light';
	font-size: 16px;
	line-height: 28px; 
}
.servicos h3 {
	margin-bottom: 90px;
}
.servicos img {
	max-width: 70px;
}
.servicos table {
	/* margin: 0 auto 50px auto; */
	margin-bottom: 60px;
	text-align: left;
	/* width: 100%; */
}
.servicos .single table {
	margin: 0 auto 60px auto;
}
.servicos table tr td {
	padding: 0 5px;
	/* border: 1px solid black; */
}
.servicos .col-sm-6,
.servicos .col-sm-12,
.servicos .col-md-5 {
	padding-left: 0;
	padding-right: 0;
}
.servicos .bold {
	font-family: 'OpenSans-Bold';
	font-size: 16px;
}

/* TRIX-PAGE */

.trix-page {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	/* background: #f00; */
	padding: 60px 0;
}
.trix-page .page-header {
	position: relative;
	width: 100%;
	padding-top: 30px;
	border-bottom: 0;
}
.page-capital {
	font-family: "OpenSans-Bold";
	font-size: 90px;
	color: #F8CD4B;
}
.trix-page h1 {
	text-align: right; /* */
	font-family: 'OpenSans-Bold';
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 30px !important;
}
.trix-page h2 {
	/* text-align: right; */
}
.trix-page .name,
.trix-page .role {
	text-align: right;
}
.trix-page .subtitle {
	font-size: 18px;
	line-height: 35px;
	text-transform: uppercase;
	text-align: right; /**/
}
.trix-page .subtitle img {
	float: left;
	margin: 0 30px 30px 0;
}
.trix-page h3 {
	margin-top: 60px;
	margin-bottom: 30px;
}
.trix-page .name {
	position: relative;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-style: italic;
	float:left;
	/* background: #f00; */
	
}
.trix-page .role {
	position: relative;
	width: 100%;
	font-size: 14px;
	font-family: 'OpenSans-Bold';
	line-height: 14px;
	/* background: #00f; */
	float: left;
}
.trix-page table {
	background: #fff;
	font-family: 'OpenSans-Light';
	font-size: 16px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.1);
}
.trix-page table thead th {
	text-align: center !important;
	text-transform: uppercase;
	font-family: 'OpenSans-Bold';
}
.trix-page ul {
	font-family: 'OpenSans-Bold';
	font-size: 14px;
	text-transform: uppercase;
	line-height: 42px;
	list-style-image: url('../images/20.png');
	margin-bottom: 30px;
}
.trix-page p {
	font-family: 'OpenSans-Light';
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 30px;
}
.trix-contacte {
	position: relative;
	width: 100%;
	/* background: #f00; */
	padding: 30px 0 0 0;
	text-align: center;
	border-bottom: 1px solid rgba(66,67,70,.1);
}
.trix-contacte .btn {
	margin-bottom: 60px;
}
.trix-contacte .glyphicon {
	font-size: 16px;
	margin: 0 15px 0 0;
}

/* CLIENTES */

.clientes {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	/* background: #f00; */
	padding: 60px 0;
}
.clientes h1 {
	font-size: 40px;
	line-height: 40px;
	font-family: 'OpenSans-Light' !important;
	margin-bottom: 60px;
	text-align: center !important;
	/* background: #00f; */
}
.clientes .clientes-and {
	color: #F8CD4B;
}
.clientes nav {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	/* background: #f00; */
}
.clientes nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clientes nav ul li {
	font-family: 'OpenSans-Bold';
	font-size: 16px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,0);
	color: #424346;
	padding: 10px 15px;
	margin-bottom: 30px;
	cursor: pointer;
}
.clientes nav ul li:hover {
	border: 1px solid #424346;
}
.grid {
	text-align: center;
}
.element-item {
	position: relative;
	width: 25%;
	min-height: 108px; /* */
	height: auto;
	/* padding: 30px 15px; */
	color: #262524;
	/* background: #F8CD4B; */
	/* background: #e4e0d6; */
	border: 7px solid rgba(0,0,0,0);
}
.element-item img {
	/* border: 1px solid #424346; */
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

/*
	.element-item h1 {
		font-family: 'OpenSans-Bold' !important;
		font-size: 18px;
		line-height: 25px;
		letter-spacing: 0;
		margin: 0;
	}
	.element-item p {
		font-family: 'OpenSans-Light';
	}
*/

/* PRODUTOS */

.produtos {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 60px 0 0 0;
	text-align: center;
}
.produtos p {
	font-family: 'OpenSans-Light';
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
}
.produtos .text {
	margin-bottom: 40px;
}
.produtos .view {
	overflow: hidden;
	cursor: default;
}
.produtos .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.produtos .view p {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    color: #424346;
    padding: 30px 15px 15px 15px;
    text-transform: uppercase;
}
.produtos .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #424346;
    color: #fff;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}
.produtos .view-first img { 
    transition: all 0.2s linear;
}
.produtos .view-first .mask {
    opacity: 0;
    background-color: #F8CD4C; 
    transition: all 0.4s ease-in-out;
}
.produtos .view-first p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.produtos .view-first a.info{
    opacity: 0;
	transition: all 0.2s ease-in-out;
}
.produtos .view-first:hover img { 
	transform: scale(1.1);
} 
.produtos .view-first:hover .mask { 
	opacity: 1;
}
.produtos .view-first:hover p,
.produtos .view-first:hover a.info {
    opacity: 1;
    transform: translateY(0px);
}
.produtos .view-first:hover p {
    transition-delay: 0.1s;
}
.produtos .view-first:hover a.info {
    transition-delay: 0.2s;
}

/* CONTATO */

.contato {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 60px 0;
	font-family: 'OpenSans-Light';
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	background: #faf9f7;
}
.contato form {
	text-align: left;
}
.contato .bold {
	font-family: 'OpenSans-Bold';
}
.contato .info {
	margin-bottom: 60px;
}
.contato .info a {
	color: #424346;
	text-decoration: none;
}
.contato .info a:hover {
	color: #F8CD4C;
}
.contato .text {
	text-align: left;
	margin-bottom: 25px;
	line-height: 25px;
}
.contato .info img {
	max-width: 32px;
	margin: 10px;
}

/* MAP */

.map {
	position: relative;
	overflow: hidden;
	padding-bottom: 500px;
	height: 0;
	background: #e9e4d7;
}
/*
.map .map-no-scroll {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 90;
	background: none;
}
*/
.scrolloff {
	pointer-events: none;
}
.map iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	text-align: center;
	text-transform: uppercase;
	font-family: 'OpenSans';
	color: #fff;
	background: #424346;
}
footer .custom {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
footer .menu {
	position: relative;
	width: 100%;
	height: auto;
	overflow: auto;
	font-size: 14px;
	line-height: 14px;

}
footer .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .menu ul li {
	display: inline-block;
	margin: 20px 15px;
}
footer .menu ul li a {
	text-decoration: none;
	color: #fff;
	transition: all 0.15s ease-out;
}
footer .menu ul li a:hover {
	color: #f8cd4c;
}
footer .social-network {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
}
footer .social-network ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer .social-network ul li {
	display: inline-block;
	max-width: 35px;
	margin: 0 15px;
}
footer .copy {
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	font-family: 'OpenSans-Light';
	font-size: 10px;
	line-height: 10px;
	color: #b3b4b5;
	/* background: #f00; */
}
footer .copy img {
	max-width: 130px;
	padding: 0 15px;
}
footer .back-to-top {
	display: none;
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 60px;
	line-height: 60px;
	color: #424346;
	background: #F8CD4C;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	transition: all 0.15s ease-out;
	z-index: 100;
}
footer .back-to-top:hover {
	color: #fff;
}

/* TABLET */

@media all and (min-width: 768px) and (max-width: 1024px) {
	
	/* HEADER */
	header .nav>li>a {
		padding: 36px 7px;
	}
	header .navbar-nav>li>a {
		padding: 36px 7px;
	}
	
	/* EMPRESA */
	.empresa article {
		margin: 60px 15px;
	}
	
	/* PRODUTOS */
	.produtos .view p {
    	font-size: 11px;
    	line-height: 18px;
    	padding: 15px 10px 10px 10px;
	}
}

/* PHONE */

@media all and (max-width: 767px) {
	
	/* HEADER */
	header img {
		max-width: 150px;
	}
	header .nav>li>a {
		padding: 12px 15px;
	}
	header .navbar-nav>li>a {
		padding: 12px 15px;
	}
	header .navbar-trix {
		background-color: #fff;
		box-shadow: -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
		box-shadow: -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
		box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.1);
	}
	header .dropdown-menu {
		background-color: #F8CD4B !important;
	}
	header .dropdown-menu>li>a {
		padding: 15px !important;
	}
	
	/* DESTAQUES */
	.dest-title-1,
	.dest-title-2 {
		font-size: 32px;
		line-height: 32px;
	}
	
	/* CLIENTES */
	.element-item {
		width: 50%;
	}
	
	/* EMPRESA */
	.empresa article {
		margin: 60px 15px;
	}
	
	/* SERVIÇOS */
	.servicos table,
	.servicos .single table {
		margin: 30px 0;
		text-align: left;
	}
	.trix-page h1 {
		text-align: right;
		font-family: 'OpenSans-Bold';
		font-size: 40px;
		line-height: 40px;
	}
	.trix-page .subtitle {
		font-size: 16px;
		line-height: 32px;
	}
	
	/* FOOTER */
	footer .menu {
		font-size: 18px;
		line-height: 18px;
	}
	footer .menu ul li {
		display: block;
	}	
}

.coockies {
    
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	border-radius: .375rem;
	--bg-opacity: 1;
    background-color: #fff;
	background-color: rgba(255,255,255,var(--bg-opacity));
	font-family: 'OpenSans-Light';
    font-size: 16px;
	line-height: 28px;
	box-shadow: rgb(0 0 0 / 30%) 0px 2px 10px 1px;
	width: 80%;
}
.coockies .botao-cookies{
    font-weight: 500;
    padding: 1rem 1.5rem;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: .375rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    background-color: #f8cd4b;
	color: #000000;
	font-weight: bold;
	width: auto;
	cursor: pointer;
	line-height: inherit;
	text-decoration: none;
}
.coockies a:link, .coockies a:focus{
	color: #F8CD4C;
}
.lg\:w-11\/12 {
    width: 91.666667%;
}
.lg\:mb-0 {
    margin-bottom: 0;
}
.pr-4 {
    padding-right: 1rem;
}

.footer-lgpd-opened {
    position: fixed;
    z-index: 9999;
    max-width: 1230px;
    transition: .3s ease-in-out;
    background: #fff;
    bottom: 25px;
    left: 10px;
    right: 10px;
    padding: 20px;
    box-shadow: 0 0 10px #aaa;
    border-radius: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 0 auto;
	
}
.btn-cookies {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #F8CD4C;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
    letter-spacing: 0;
    margin-left: 15px;
    cursor: pointer;
    white-space: nowrap;
    color: #337ab7;
}
@media (max-width: 600px){
	.footer-lgpd-opened {
		display: grid;
		text-align: justify;
	}

}