@charset "utf-8";

@font-face {
    font-family: 'amblebold';
    src: url('../fonts/amble-bold-webfont.eot');
    src: url('../fonts/amble-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amble-bold-webfont.woff2') format('woff2'),
         url('../fonts/amble-bold-webfont.woff') format('woff'),
         url('../fonts/amble-bold-webfont.ttf') format('truetype'),
         url('../fonts/amble-bold-webfont.svg#amblebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font: 0.8em/1.7 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto; 
}

header {

}

.content {

	padding: 10px 0;
}

/* ~~ Rodape ~~ */
footer {
	height:310px;
	clear:both;
	background:url(../images/rodape.jpg) center top no-repeat;
}

.rod{
	width:100%;
	color:#fff;
	margin-top:30px;
}

.rod i{
	font-size:16px;
}

.rod h2{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.rod a{
	color:#fff;
	width:150px;
	float:left;
	margin-bottom:5px;
	font-size:13px;
	line-height:30px;
}

.rod p{
	line-height:30px !important;
}

.rod a:hover{
	text-decoration:underline;
	color:#fff !important;
}

.direitos{
	color: #fff;
	float: left;
	text-align: left;
	margin-top: 30px;
}

a.logo-ag{
	height: 54px;
	float: left;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	margin-top:15px;
	background: url(../images/logo-ag.png) center 20px no-repeat;
}

a.logo-ag:hover{
	color:#fff !important;
}

.area-res{
	color: #fff;
	float: left;
	margin-top: 30px;
}
.area-res a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
.area-res a:hover{
	text-decoration:underline;
	color:#fff !important;
}

/* ~~ Fim Rodape ~~ */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

section.slide-index{
	 position:relative; 
	 z-index:0;
	 top:-250px;
}

a.logo{
	width:100%;
	display:block;
	text-align:center;
	margin-top:35px;
	height:115px;
}

/**** Menu ****/

.menu{
	position:relative;
	margin:0 auto;
	width:100%;
	display:block;
	height:80px !important;
	background:#00923f;
	position:relative;
	z-index:1;
	padding-left:30px;
	padding-right:30px;
	border-radius:5px;
}

.menu>ul>li{
	float:left;
	list-style:none;
	display: inline-block;
	position: relative;
}

ul.submenu{
	display: none;
	position: absolute;
	left: -20px;
	top:80px;
	width:180px;
}


.menu>ul>li>a{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 80px;
	height: 80px;
	float: left;
	list-style: none;
	padding-left: 28px;
	padding-right: 28px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.menu>ul>li:hover>a{
	color:#00923f !important;
	background: #f4f4f4;
}

li.lisubmenu{
	white-space: nowrap;
	list-style: none;
	padding: 18px 40px 18px 20px;
}

li.lisubmenu:hover{
	background: #c11312;
	color:#fff !important; 	
}

li.lisubmenu:hover span{
	color:#fff;
}

li.lisubmenu>a{
	text-decoration:none;
	font-size: 13px;
}

li.lisubmenu>a:hover{
	color:#fff !important;
}

.temsubmenu:hover ul{
	display: block;
	width:260px;
	z-index: 3000;	
	background: #fffede; 
}

.temsubmenu:hover ul a{
	color:#555;
	text-transform:uppercase;
}

.temsubmenu:hover ul li a:hover{
	color:#fff !important;
}

/**** Fim Menu ****/

.bg-news{
	width:100%;
	height:270px;
	display:block;
	margin-top:30px;
	background-image: url(../images/news.jpg);
	background-position: center center;
	background-repeat:no-repeat;
}

/* News */
#news h2{
  font-size: 21px !important;
  text-transform:uppercase;
  font-weight:bold !important;
  margin-top:45px;
  color:#d80003;
}
#news p{
	color:#000;
}
#news #new-email{
    background: #ffffff;
    border-radius: 0px;
    width: 70%;
	height:70px;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 20px 0;
    box-shadow: none!important;
    font-size: 14px !important;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.1)!important;
    color: #000;

}
#news #new-botao{
    padding: 18px;
    color: #fff;
	font-weight:bold;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    outline: none;
    float: right;
    width: 27%;
	height:70px;
    position: relative;
	margin-top:-90px;
	
	background: #de0000; 
	background: -moz-linear-gradient(-45deg,  #de0000 0%, #b70000 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#de0000), color-stop(100%,#b70000)); 
	background: -webkit-linear-gradient(-45deg,  #de0000 0%,#b70000 100%); 
	background: -o-linear-gradient(-45deg,  #de0000 0%,#b70000 100%); 
	background: -ms-linear-gradient(-45deg,  #de0000 0%,#b70000 100%); 
	background: linear-gradient(135deg,  #de0000 0%,#b70000 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#b70000',GradientType=1 );

}

/* Fim News */

.mapa{
	width:100%;
	height:450px;
	position:relative;
	margin-top:-30px;
}

.mapa-pag{
	width:100%;
	height:450px;
	position:relative;
	margin-top:-30px;
}

.bg-trabalhe-conosco{
	width:100%;
	min-height:420px;
	background:url(../images/trabalhe-conosco.jpg) center top no-repeat;
}

/* Trabalhe Conosco*/

ul.tabs.trabalhe-conosco {
	margin-top: 30px;
	margin-bottom: 30px !important;
}

ul.tabs.trabalhe-conosco li a {
	font-size: 14px;
	padding: 0;
	padding: 10px 22px;
	background: #000;
	color: #fff;
	border: 1px solid #333;
}

ul.tabs.trabalhe-conosco li a:hover{
	color:#000;
}


.bg-dica{
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

.voltar{
	color: #FFF !important;
	display: block;
	float: right;
	padding: 10px 40px;
	font-size: 13px;
	margin-bottom:10px;
	font-weight:bold;
	background: #ba0000; /* Old browsers */
	background: -moz-linear-gradient(45deg,  #ba0000 0%, #e50000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ba0000), color-stop(100%,#e50000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  #ba0000 0%,#e50000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  #ba0000 0%,#e50000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(45deg,  #ba0000 0%,#e50000 100%); /* IE10+ */
	background: linear-gradient(45deg,  #ba0000 0%,#e50000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#e50000',GradientType=1 ); 
}

.voltar:hover{
	background: #000;
}

.galeria{
	margin-bottom: 30px;
}
.galeria a{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #0E8AE0;
	color: #FFF;
	text-align: center;
}
.galeria a span{
	display: block;
	float: left;
	width: 100%;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.menu-prod-active{
	width:100% !important;
	height:40px !important;
	display:block;
	background:#0E8AE0 !important;
	color:#fff !important;
	padding-top:7px !important;
	border-radius:5px !important;
	padding-left:25px !important;
	padding-right:25px !important;
	cursor:pointer !important;
	margin-bottom:15px !important;
}

.menu-prod{
	width:100% !important;
	height:40px !important;
	display:block;
	background:#228347 !important;
	color:#fff !important;
	padding-top:7px !important;
	border-radius:5px;
	padding-left:25px !important;
	padding-right:25px !important;
	margin-bottom:15px !important;
}

.menu-prod:hover{
	background:#0E8AE0 !important;
}

.produto-nome{
	font-size:13px !important;
	font-weight:bold;
	color:#000;
	line-height:25px;
}

.bg-prod{
	padding-top:30px;
	background:url(../images/noisy-bg.png) repeat;
}

.serv-index{
	width:100%;
	height:581px;	
	margin:0 auto;
	display:block;
	z-index:1;
	position:relative;
	margin-top:-180px;
	text-align:center;
	background-image:url(../images/serv-index.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.serv-index a{
	width:100%;
	display:block;
	height:70px;
	position:absolute;
	top:447px;
	z-index:10;
	background:rgba(233, 100, 21, 0.75);
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	padding:15px 0;
	font-size:25px;
	text-transform:uppercase;
	color:#fff;
	font-style:italic;
	text-shadow:1px 1px 1px RGBA(0, 0, 0, 0.76);
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.serv-index a:hover{
	background:rgba(255, 255, 0, 0.75);
	color:#fff !important;
}

.bg-index{
	width:100%;
	height:320px;
	position:relative;
	margin-top:-214px;
	z-index:2;
	background:url(../images/bg-slide.png) center top no-repeat;
}

.bg-index h1{
	font-size:18px !important;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:center;
	font-style:italic;
	margin-top:15px;
	margin-bottom:15px;
	display:block;
}

/* Trabalhe Conosco*/

.tabs .tab-title{
	width:25%;
	text-align:center;
	
}

ul.tabs.trabalhe-conosco {
	margin-top: 30px;
	margin-bottom: 30px !important;
}

ul.tabs.trabalhe-conosco li a {
	font-size: 14px;
	padding: 0;
	padding: 10px 22px;
	background: #000;
	color: #fff;
	border: 1px solid #333;
}

ul.tabs.trabalhe-conosco li a:hover{
	color:#000;
}

ul.lista-serv li{
	width:16.666%;
	display:block;
	float:left;
	font-weight:bold;
	font-size:13px;
	color:#1d6453;
}

/* Menu Produtos*/

div.menu-lateral {
	float: left;
	width: 84%;
	background: #fff;
	margin-top: 20px;
	position: relative;
	z-index: 1;
	padding: 15px 0;
	border:1px solid #ddd;
}

div.menu-lateral h5{
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
}

div.menu-lateral .title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}

div.menu-lateral > ul {
	margin-top: 20px;
}

div.menu-lateral ul li {
	float: left;
	width: 100%;
	display: inline-block;
	list-style: none;
}

div.menu-lateral > ul > li > a {
	color: #888;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	padding: 5px 0 5px 15px;
}

div.menu-lateral ul li ul {
	display: none;
}

div.menu-lateral ul li.active ul {
	display: block;
}

div.menu-lateral > ul > li.active {
	padding-bottom: 15px;
	margin-top: 10px;
}

div.menu-lateral ul li ul li a {
	font-size: 12px;
	color: #666
}

div.menu-lateral > ul > li.active > a {
	color: #fff;
	width: 100%;
    background: #df0000;
    height: 50px;
	display: flex;
	align-items: center;
}

div.menu-lateral ul li ul li#active-sub a {
	font-weight: bold;
	color: #333;
	font-size: 12px;
}


/* FIm Menu Produtos*/

div.dicas a.dica{
	float: left;
	position: relative;
	height: 280px;
	width: 100%;
	margin-bottom: 30px;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px -15px #000;
    -moz-box-shadow: 0 10px 30px -15px #000;
    box-shadow: 0 10px 30px -15px #000;
}

div.dicas a.dica div.bg-dica{
	height: 170px;
	width: 100%;
	overflow: hidden;
	float: left;
	background-position: left top;
	background-size: cover;
    background-color: #fff;
    margin-bottom: 10px;
}

div.dicas a.dica h3{
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight:bold;
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 0;
	float: left;
	text-transform: uppercase;
	margin: 15px 0;
	padding: 0 15px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
}

div.dicas a.dica p{
	font-size: 12px;
	color: #888;
	position: relative;
	margin-top: 0;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
	float: left;
	width: 100%;
	padding: 0 15px;
}

div.desc, div.desc * {
	color: #333 !important;
	font-size: 14px !important;
	line-height: 22px !important;
	font-family: Arial !important;
	letter-spacing: 0 !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	background: transparent !important;
	font-weight: normal !important;
	list-style-position: inside;
}

.img-dica{
	width:100%;
	-webkit-box-shadow: 0 10px 30px -15px #000;
    -moz-box-shadow: 0 10px 30px -15px #000;
    box-shadow: 0 10px 30px -15px #000;
}

.img-dica .img{
	width:100%;
}

/**********************************************/

.top{
	width:100%;
	height:100px;
	display:block;
	background:url(../images/top.png) center top no-repeat;
	position:relative;
	z-index:1;
}

.top p{
	color:#fff;
	margin-bottom:0;
	font-size:14px;
	display:block;
	margin-top:15px;
	font-weight:bold;
	margin-left:65px;
	text-align:left;
}

.top i{
	color:#fff;
}


.dicas{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 4px;
	margin: 15px 0;
}
.dicas p.titulo{
	font-size: 1.2rem;
}
.dicas p{
	margin-bottom: 10px;
}

.evento{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	padding: 4px;
	background-color: #F2F2F2;
	margin: 15px 0;
}
.evento img.imagem{
	width: 100%;
}
.evento span{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	color: #BA0B0B;
	font-size: 1.1rem;
	margin: 4px 0;
}

/* palelas 1 index */

.ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: justify;
	float: left;
	margin-top: 0px;
	margin-right: 33px;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	height: 330px;
}
.ch-grid #pal1{
	height:100px;}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
width: 100%;
height: 180px;
display: inline-block;
margin: 10px 10px 10px 0px;
}


.ch-item {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: default;

}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #dd0002;

	opacity: 0;
}

.ch-img-1 {
	background-image: url(../images/img-paleta1.jpg);
	background-size:cover;
}

.ch-img-2 { 
	background-image: url(../images/img-paleta2.jpg);
	background-size:cover;
}

.ch-img-3 { 
	background-image: url(../images/img-paleta3.jpg);
	background-size:cover;
}

.ch-info h3 {
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 14px;
line-height: 55px;
text-align: center;
margin: 0 15px;
padding: 36px 0 0 0;
height: 65px;
text-shadow: 0 0 1px #fff, 
 0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 20px 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}
/* palelas 1 index fim */

 .text_paleta1 .saiba_paleta {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: block;
	height: 20px;
	width: 30px;
	color: #000;
	text-align: center;
	line-height: 25px;
	-webkit-animation-duration: 0.6s;

}
.text_paleta1:hover .saiba_paleta {
	color:#09F;
}

/* ----------------------------
	HOME PORTFOLIO CONTENT BLOCK
   ----------------------------*/
.portfolio-content {
    margin-top : 30px;
    }

.portfolio-content .grid-block {
    overflow   : hidden;
    margin     : 0;
    padding    : 0;
    width      : 100%;
    list-style : none;
    text-align : center;
    }

/* Common style */
.portfolio-content .grid-block figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0 26px 30px 0;
	float: left;
	width: 220px;
	height: 222px;
	text-align: center;
	cursor: pointer;
	background-color: #E58008;
    }

.portfolio-content .grid-block figure img {
    position   : relative;
    display    : block;
    min-height : 100%;
    opacity    : 0.8;
    }

.portfolio-content .grid-block figure figcaption {
    padding                     : 2em;
    color                       : #FFFFFF;
    text-transform              : uppercase;
    font-size                   : 1.25em;
    -webkit-backface-visibility : hidden;
    backface-visibility         : hidden;
    }

.portfolio-content .grid-block figure figcaption::before,
.portfolio-content .grid-block figure figcaption::after {
    pointer-events : none;
    }

.portfolio-content .grid-block figure figcaption,
.portfolio-content .grid-block figure a {
	position : absolute;
	top      : 0;
	left     : 0;
	height: 146px;
    }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.portfolio-content .grid-block figure a {
	z-index     : 1000;
	/* [disabled]text-indent : 200%; */
	white-space : nowrap;
	font-size   : 0;
	opacity     : 0;
    }

.portfolio-content .grid-block figure h2 {
    word-spacing : -0.15em;
    color        : #FFFFFF;
    font-weight  : 300;
    }

.portfolio-content .grid-block figure h2 span {
    font-weight : 800;
    }

.portfolio-content .grid-block figure h2,
.portfolio-content .grid-block figure p {
    margin : 0;
    }

.portfolio-content .grid-block figure p {
    letter-spacing : 1px;
    font-size      : 13px;
    }

/*  Hover effects */

figure.effect-layla {
    background : #18A367;
    }

figure.effect-layla img {
    min-width : 100%;
	height:100%;
    /*height    : -webkit-calc(100% + 40px);
    height    : calc(100% + 40px);*/
    }

figure.effect-layla figcaption {
    padding : 3em;
    }

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position : absolute;
    content  : '';
    opacity  : 0;
    }

figure.effect-layla figcaption::before {
    top                      : 30px;
    right                    : 20px;
    bottom                   : 30px;
    left                     : 20px;
    border-top               : 1px solid #FFFFFF;
    border-bottom            : 1px solid #FFFFFF;
    -webkit-transform        : scale(0, 1);
    transform                : scale(0, 1);
    -webkit-transform-origin : 0 0;
    transform-origin         : 0 0;
    }

figure.effect-layla figcaption::after {
    top                      : 20px;
    right                    : 30px;
    bottom                   : 20px;
    left                     : 30px;
    border-right             : 1px solid #FFFFFF;
    border-left              : 1px solid #FFFFFF;
    -webkit-transform        : scale(1, 0);
    transform                : scale(1, 0);
    -webkit-transform-origin : 100% 0;
    transform-origin         : 100% 0;
    }

figure.effect-layla h2 {
    padding-top        : 26%;
    -webkit-transition : -webkit-transform 0.35s;
    transition         : transform 0.35s;
    }

figure.effect-layla p {
    padding           : 0.5em 2em;
    text-transform    : none;
    opacity           : 0;
    -webkit-transform : translate3d(0, -10px, 0);
    transform         : translate3d(0, -10px, 0);
    }

figure.effect-layla img,
figure.effect-layla h2 {
	width:100%;
    -webkit-transform : translate3d(0, -30px, 0);
    transform         : translate3d(0, -30px, 0);
    }

figure.effect-layla h2{
	opacity:0;}


figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition : opacity 0.35s, -webkit-transform 0.35s;
    transition         : opacity 0.35s, transform 0.35s;
    }

figure.effect-layla:hover img {
    opacity           : 0.05;
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    }

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity           : 1;
    -webkit-transform : scale(1);
    transform         : scale(1);
    }

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity           : 1;
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    }

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay : 0.15s;
    transition-delay         : 0.15s;
	
}

.dicas-index a{
	height: 45px;
	width: 100%;
	padding-left:10px;
	border:1px solid #eee;
	margin-bottom:20px;
	padding-top:10px;
	color:#666 !important;
	float:left;
	text-decoration:none;
	background:#fff;
	
	-webkit-box-shadow: inset -1px -1px 2px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    inset -1px -1px 2px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         inset -1px -1px 2px 0px rgba(50, 50, 50, 0.2);
}

.dicas-index{
	margin-top: 10px;
	margin-bottom: 20px;
}	

.dicas-index h2{
	background:#d80003;
	color:#fff !important;
	padding:10px !important;
	font-size:16px !important;
	margin-top:0 !important;
	font-weight:bold;
	margin-bottom:15px;
}

h1.index{
	text-transform:uppercase;
	font-size:20px;
	color:#d80003;
	margin-bottom:30px;
	border-bottom:1px solid #eee;
}

h1.index span{
	font-weight:bold !important;
}

h2.port-index{
	background:#d80003;
	color:#fff !important;
	padding:10px !important;
	font-size:16px !important;
	font-weight:bold;
	margin-bottom:15px;
	text-align:center;
	text-transform:uppercase;
	margin-top:40px;
}

.top-inter{
	width:100%;
	height:436px;
	position:relative;
	z-index:0;
}

.top-inter#inter1{
	background:url(../images/inter1.jpg) center top no-repeat;
}

.top-inter#inter2{
	background:url(../images/inter2.jpg) center top no-repeat;
}

.top-inter#inter3{
	background:url(../images/inter3.jpg) center top no-repeat;
}

.top-inter#inter4{
	background:url(../images/inter4.jpg) center top no-repeat;
}

.top-inter#inter5{
	background:url(../images/inter5.jpg) center top no-repeat;
}

.top-inter#inter6{
	background:url(../images/inter6.jpg) center top no-repeat;
}


.missao{
	padding:15px;
	border:1px solid #eee;
}

.missao h2{
	background:#d80003;
	color:#fff !important;
	padding:10px !important;
	font-size:16px !important;
	margin-top:0 !important;
	font-weight:bold;
	margin-bottom:15px;
}

/* - */
.marcas{
	float: left;
	min-height: 180px;
	overflow: hidden;
	width:100%;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
	
}
.marcas > a{
	display: block;
	height: 100%;
	width:100%;
}

.marcas > a > figure .img{
	width:100%;
}

	
.marcas > a > figure{
	margin: 0px;
	display: block;
	float: left;
	width: 100%;
	height: 200px;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.marcas > a > figure > img.imagem{
	width: 100%;
	height: auto;
	
	-webkit-box-shadow: 0 10px 30px -20px #000;
    -moz-box-shadow: 0 10px 30px -20px #000;
    box-shadow: 0 10px 30px -20px #000;
}
.marcas > a > span{
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;	
	background: #00923f;
	
		-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.marcas > a > span:hover{
	background: #d80003;
}

a.dica-pag h3{
	background:#d80003;
	color:#fff !important;
	padding:10px !important;
	font-size:16px !important;
	font-weight:bold;
}

a.proj{
	background:#d80003;
	z-index:1000;
	width:260px;
	height:81px;
	position:fixed;
	padding:20px 60px 10px 25px;
	right:0; 
	top:257px;	
	color:#fff;
	z-index:9999;
	cursor:pointer;
	font-size:13px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
	transition-duration:0.3s;
	text-decoration:none;
}

a.proj:hover{background:#000;
}
	
a.proj div.seta{ 
	position: absolute;
	right: 0px;
	width: 46px;
	height: 81px;
	top: 0px;
	background: #D5D5D5;
	font-size: 25px;
	text-align: center;
	line-height: 80px;
	color: #000;
}

/**************************** AGROCENTER ***********/

article.bg-article{
	background:url(../images/bg.jpg) center top repeat-y;
}

article.bg-article2{
	background:url(../images/bg.jpg) center top no-repeat;
}

.bg-article2 h1{
	font-family: 'amblebold';
	font-size:32px;
	text-transform:uppercase;
	color:#d80003;
	text-align:center;
	border-bottom:1px solid #fff;
	margin-bottom:30px;
}

h3{
	font-family: 'amblebold'; !important;
	font-size:22px !important;
	color:#d80003 !important;
	font-weight:bold;
}

.produtos-index{
	margin-top:-270px !important;
}

div.clientes-lista li{
	width: 155px;
	float: left;
	list-style-type: none;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin: 15px;
	overflow: hidden;
	padding: 5px;
	background-color: #fff;
	
	-webkit-box-shadow: 0 10px 20px -15px #000;
    -moz-box-shadow: 0 10px 20px -15px #000;
    box-shadow: 0 10px 20px -15px #000;
}

div.clientes-lista li img{
	max-height: 100%;
}

p.vacinacao{
	font-size:16px;
	font-weight:bold;
	position:relative;
	z-index:0;
}

.paleta1 {
	width: 228px;
	height: 281px;
	float: left;
	background-image: url(../images/paleta3.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:30px;
	}
	.paleta2 {
	width: 228px;
	height: 281px;
	float: left;
	background-image: url(../images/paleta2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:60px;
	}
	.paleta3 {
	width: 228px;
	height: 281px;
	float: left;
	background-image: url(../images/paleta1.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:60px;
	}
	.paleta4 {
	width: 228px;
	height: 281px;
	float: left;
	background-image: url(../images/paleta4.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:60px;
	}
.text_pal1 {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	margin-top: 144px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-style: italic;
}
.text_pal2 {
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-style: italic;
	line-height:1.4;
}
.map1 {
	float: left;
	height: 200px;
	width: 510px;
	margin-top: 30px;
	margin-bottom: 70px;
	margin-left: 40px;
}
.map2 {
	float: left;
	height: 200px;
	width: 510px;
	margin-top: 30px;
	margin-left: 30px;
}
.text_map {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.map11 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
