/*  
Theme Name: Ophicina Agrícola
Theme URI: http://www.agenciaidealizze.com.br
Author: Agência Idealizze
*/

@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa/nexa_bold-webfont.eot');
    src: url('fonts/nexa/nexa_bold-webfont-.eot#iefix') format('embedded-opentype'),
         url('fonts/nexa/nexa_bold-webfont.woff2') format('woff2'),
         url('fonts/nexa/nexa_bold-webfont.woff') format('woff'),
         url('fonts/nexa/nexa_bold-webfont.ttf') format('truetype'),
         url('fonts/nexa/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Slab';
    src: url('fonts/fonts/nexaslab/NexaSlab/fonts/nexaslab/NexaSlab-Bold.eot');
    src: url('fonts/nexaslab/NexaSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/nexaslab/NexaSlab-Bold.woff2') format('woff2'),
        url('fonts/nexaslab/NexaSlab-Bold.woff') format('woff'),
        url('fonts/nexaslab/NexaSlab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Slab xBold';
    src: url('fonts/nexaslab/NexaSlab-xBold.eot');
    src: url('fonts/nexaslab/NexaSlab-xBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/nexaslab/NexaSlab-xBold.woff2') format('woff2'),
        url('fonts/nexaslab/NexaSlab-xBold.woff') format('woff'),
        url('fonts/nexaslab/NexaSlab-xBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
}
ol,
ul {
  list-style: none;
}
a {
	color: #fff;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}

/*-----------------------------------*/
/*         General Styles            */
/*-----------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow-x: hidden;
}
#page {
  overflow: hidden;
}
/* Container Width */
.container {
  position: relative;
}
.container-min .container {
  width: 810px;
}

section.parallax {
  background-position: 50% 0;
  background-attachment: fixed;
}
.ie7 body {
  background: none;
  filter: none;
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding-top: 200px;
}
.ie7 .site {
  display: none;
}

a:hover{
  color:#D3FE0D;
  text-decoration: none;
}

iframe {
  max-width: 100%;
}
img {
  display: inline-block;
  max-width: 100%;
}

/*-----------------------------------*/
/*           Header Style            */
/*-----------------------------------*/
.fly-header-site {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding-top:40px;
  text-align: center;
}
.fly-header-site.sticky-menu {
  padding: 17px 0 0;
}
/*-----------------------------------*/
/*           Other Style             */
/*-----------------------------------*/
/* Nav Menu Style */
.fly-header-site {
  /* Sticky Menu */
}
.fly-header-site .fly-nav-left,
.fly-header-site .fly-nav-right,
.fly-header-site .fly-wrap-logo {
  display: inline-block;
}
.fly-header-site .fly-nav-left,
.fly-header-site .fly-nav-right {
  position: relative;
  top: 0;
}
.fly-header-site .fly-site-navigation {
  font-family: 'Montserrat', serif;
  font-size: 16px;
}
.fly-header-site .fly-site-navigation .fly-nav-menu {
  text-align: center;
}
.fly-header-site .fly-site-navigation .fly-nav-menu li {
  margin-left: 100px;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  /* DropDown Level 1 */
}
.fly-header-site .fly-site-navigation .fly-nav-menu li:first-child {
  margin-left: 0;
}
.fly-header-site .fly-site-navigation .fly-nav-menu li a {
    font-family: 'nexa_boldregular';
  font-size: 13px;
	font-weight:500;
	letter-spacing: .5px;
  text-transform: uppercase;	
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fly-header-site .fly-site-navigation .fly-nav-menu li.current-menu-item > a {
  color:#fc3;
}

.ativo{
	color:#D3FE0D;
}

.cotacao{
	display: inline-block;
	background: #D3FE0D;
	color: #323232;
	border-radius: 35px;
	line-height: 16px;
	padding: 10px 20px 10px 20px;
}

.cotacao i{
    float: left;
    font-size:18px;
	margin-right: 7px;
}

.cotacao span{
  font-family: 'Poppins', serif;
  font-size: 10px;
  font-weight:500;

}

.cotacao:hover{
	opacity: .7;
	color: #000;
}

.fly-header-site .fly-site-navigation .fly-nav-menu li:hover > ul {
  display: block;
}
.fly-header-site .fly-site-navigation .fly-nav-menu li:hover ul.left {
  left: -220px;
}
.fly-header-site .fly-site-navigation .fly-nav-menu li:hover ul.left ul {
  left: -220px;
}
.fly-header-site .fly-site-navigation .fly-nav-menu li ul {
  display: none;
  position: absolute;
  border: 2px solid #ffffff;
  padding: 16px 0 24px;
  top: 45px;
  width: 220px;
  left: 50%;
  margin-left: -104px;
  text-align: center;
}

.fly-header-site .fly-site-navigation .fly-nav-menu li ul li {
  margin: 0 !important;
  display: block;
  width: 100%;
  /* DropDown Level 2 */
}
.fly-header-site .fly-site-navigation .fly-nav-menu li ul li a {
  white-space: nowrap;
  line-height: normal;
  padding-bottom: 2px;
}
.fly-header-site .fly-site-navigation .fly-nav-menu li ul li:last-child {
  margin: 0;
  padding-bottom: 0;
}
.fly-header-site .fly-site-navigation .fly-nav-menu li ul li:hover > ul {
  position: absolute;
  top: -18px;
  left: 100%;
  margin-left: auto;
  /* DropDown Level 3 */
}
.fly-header-site.sticky-menu {
  position: fixed;
  background:#698C00;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.fly-header-site.sticky-menu .fly-site-navigation .fly-nav-menu li:hover > ul {
  background-color: #333333;
}
.fly-header-site.sticky-menu.sticky-open {
  top: 0 !important;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.fly-header-site.sticky-menu .fly-nav-left,
.fly-header-site.sticky-menu .fly-nav-right {
  top: 0;
  padding-bottom:5px;
}
.fly-header-site.sticky-menu .fly-nav-menu {
  text-align: center;
}
.fly-header-site.sticky-menu .fly-nav-menu li {
  margin-left: 135px;
}
/* Mmenu (Mobile Menu) */
.fly-header-site .mmenu-link {
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  top:5px;
  display: none;
}
.fly-header-site .mmenu-link i.fa.fa-navicon {
  line-height: 21.462px;
}
em.mm-counter {
  right: 65px !important;
  font-size: 20.02px;
  line-height: 16.016px;
}
.mm-menu .mm-search input {
  background: none;
  height: auto;
  border-width: 1px;
  font-weight: 400;
}
/* Header Logo */
.fly-header-site .fly-wrap-logo {
  text-align: center;
  max-width: 259px;
  max-height: 74px;
  margin: 0 95px;
}
.fly-header-site.sticky-menu .fly-wrap-logo {
  max-width: 189px;
  max-height: 54px;
}
/* Header Type 2 */
.fly-header-site.fly-header-type-2 {
  text-align: right;
  padding-top: 50px;
}
.fly-header-site.fly-header-type-2 .fly-wrap-logo {
  display: inline-block;
  float: left;
}
.fly-header-site.fly-header-type-2 .fly-site-navigation {
  display: inline-block;
  margin-top: 22px;
}
.fly-header-site.fly-header-type-2 .fly-site-navigation .fly-nav-menu li {
  margin-left: 30px;
}
.fly-header-site.fly-header-type-2.sticky-menu {
  padding-top: 22px;
}

/*-----------------------------------*/
/*        Shorcodes Section          */
/*-----------------------------------*/
.fly-section-image {
  position: relative;
  text-align: center;
  background:#698C00 url('../images/bg-header.jpg') no-repeat top center;
}

.fly-section-image-int {
  position: relative;
  text-align: center;
  background:#698C00 url('../images/bg-internas.jpg') no-repeat top center;
}

.fly-section-image .container {
  position: relative;
  z-index: 11;
  display: table;
  height: 100%;
  padding-top: 90px;
}
.fly-section-image .container .row {
  display: table-cell;
  vertical-align: middle;
}
.fly-section-image.fly-section-height-auto .row {
  padding: 7% 0 5%;
}
.fly-section-image .fly-section-image-title-before {
  color: #ffffff;
}
.fly-section-image .fly-section-image-title-before:before,
.fly-section-image .fly-section-image-title-before:after {
  background: #ffffff;
}
.fly-section-image .fly-section-image-title-after {
  color: #ffffff;
  margin-bottom: 8.4px;
}
.fly-section-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: rgba(38, 38, 38, 0.7);
}

.fly-section-height-md {
  height: 800px;
}

.fly-section-int {
  height: 148px;
}

/* Centralized Logo in header */
/* ------------------------------------ */

.fly-header-site.fly-header-type-1 .fly-nav-wrap {
    width: 40%;
}

.fly-header-site.fly-header-type-1 .fly-wrap-logo {
    width: 10%;
    margin: 0 0;
}

.fly-header-type-1 .fly-nav-left .fly-nav-menu {text-align: center;}
.fly-header-type-1 .fly-nav-right .fly-nav-menu {text-align: center;}

/* ==========================================================================
Home
========================================================================== */

.button {
	position: absolute;
	bottom:90px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: -10px;
}

.floating-arrow {
  -webkit-animation-name: floating-arrow;
          animation-name: floating-arrow;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-5%, 0);
            transform: translate(-5%, 0); }
  65% {
    -webkit-transform: translate(-5%, 15px);
            transform: translate(-5%, 15px); }
  to {
    -webkit-transform: translate(-5%, 0);
            transform: translate(-5%, 0); } }

@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-5%, 0);
            transform: translate(-5%, 0); }
  65% {
    -webkit-transform: translate(-5%, 15px);
            transform: translate(-5%, 15px); }
  to {
    -webkit-transform: translate(-5%, 0);
            transform: translate(-5%, 0); } 
}

/* ==========================================================================
Contate-nos
========================================================================== */

.contate{
	float:left;
	position:relative;
	width:100%;
	margin:0 auto;
    background:#fff;
	z-index: 1;
}

.bg-contate{
	margin-top: -60px;
	padding: 60px 50px;
	background:#92C70A;
}

.contate h4{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:48px;
	font-weight:700;
	line-height: 28px;
	letter-spacing: -2px;
	color:#fff;
}

.contate h5{
	padding-top: 10px;
    font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;
}

.contate .btn-contate {
	font-family: 'Nexa Slab xBold', sans-serif;
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	background:transparent;
	border: #fff solid 3px;
	color: #fff;
	position: relative;
	padding:25px 135px 25px 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*=======================================================
      Produtos em Destaques
========================================================*/

.destaques{
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 0;
	position: relative;
}

.destaques h1{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size: 42px;
	letter-spacing: -1px;
	color: #9c3;
	padding-bottom: 40px;
	font-weight: 600;
}

.destaques p{
	padding: 25px 0 15px;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #555;
	font-weight: 400;
}

.destaques .dest-infos img{
	border:#9c3 solid 2px;
	padding: 25px 15px;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;	
    transform: scale(1) rotate(0deg);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
	border-radius:25px;
}

.destaques .dest-infos img:hover{	
	border:#8DB451 solid 2px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(162, 162, 162, 0.6);
    -moz-box-shadow:    0px 0px 12px 0px rgba(162, 162, 162, 0.6);
    box-shadow:         0px 0px 12px 0px rgba(162, 162, 162, 0.6);
}

.destaques .dest-infos .col-md-3{
	padding-bottom:30px;
}

.destaques .dest-infos h3{
	margin-top: 10px;
	padding:20px 0 15px;
	font-size:15px;
	font-family: 'Nexa Slab xBold', sans-serif;
	font-weight:500;
	color:#fff;
	text-transform: uppercase;
	background: #9c3;
	border-radius:5px;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;	
    transform: scale(1) rotate(0deg);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}

.destaques .dest-infos h3 span{
	font-size:16px;
}

.destaques .dest-infos h3:hover{
	color: #4d732f;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(162, 162, 162, 0.6);
    -moz-box-shadow:    0px 0px 12px 0px rgba(162, 162, 162, 0.6);
    box-shadow:         0px 0px 12px 0px rgba(162, 162, 162, 0.6);
}

.destaques .dest-infos .btn-produtos {
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border:#4BAE50 solid 2px;
	color:#4BAE50;
	position: relative;
	padding:15px 25px;
	border-radius:25px;
}

.destaques .dest-infos .btn-produtos:hover {
	color: #fff;
    background:#85B200;
    text-decoration:none;
}

/* ==========================================================================
Sobre Home
========================================================================== */

#sobre-home{
	float: left;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding:20px 0 40px;
}

.bg-sobre{
	padding: 90px 50px;
    background:#92C70A url(../images/bg-sobre-home.jpg) no-repeat center top;
}

#sobre-home h2{
	padding-top: 56px;
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:54px;
	line-height: 62px;
	letter-spacing: -4px;
	color: #fff;
}

#sobre-home h2 span{
	font-size: 74px;
}

#sobre-home p{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	font-weight:400;
}

#sobre-home .btn-sobre {
	margin-top: 30px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	background:transparent;
	border:#fff solid 3px;
	color: #fff;
	position: relative;
	letter-spacing:2px;
	padding:15px 35px;
	border-radius:50px;
}

#sobre-home .btn-sobre:hover {
	color:#fff;
}

/*=======================================================
Conteúdo Interno
========================================================*/

.titulo-internas{
	float: left;
    width: 100%;
    background:url(../images/bg-internas.jpg) no-repeat center top;
	margin: 0 auto;
	padding-top:75px;
	height:262px;
	margin-bottom: 20px;
}

.titulo-internas h1{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:46px;
	letter-spacing: -1px;
	color: #fff;
	line-height:6px;
}

.titulo-internas h2{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:300;
	color: #fff;
	text-transform: uppercase;
	letter-spacing:8px;
}

/*=======================================================
Produtos
========================================================*/

.produtos{
	float: left;
    width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
}

.sub-menu-internas {
	position:relative;
	z-index:100;
}

.w90{
	width: 85%;
}

.sub-menu-internas li {
	list-style:none;
	margin:1px 0;
}

.sub-menu-internas li a {
	display: block;
    font-family: 'Quicksand';
	font-size:14px;
	font-weight:700;
	color:#fff;
	background: #9c3;
	padding:10px 10px 10px 15px;
	border-radius: 60px;
}

.sub-menu-internas li a span{
	font-size: 14px;
}

.sub-menu-internas  li:hover a {
	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	background:#8DB451;
}

.sub-menu-internas .ativo a{
	background:#8DB451;
}

.sub-menu-internas .whatsapp{
    font-family: 'nexa_boldregular';
    font-size: 16px;
    background:#698c0000;
    line-height:16px;
    margin-top: 6px;
    color: #D3FE0D;
}

.sub-menu-internas .whatsapp i{
    padding-top: 5px;
    float: left;
    font-size:24px;
    padding-right:10px;
}

.sub-menu-internas .whatsapp span{
    font-size: 12px;
	font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
}

.produtos .dest-infos img{
	border:#9c3 solid 2px;
	padding: 25px 15px;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;	
    transform: scale(1) rotate(0deg);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
	border-radius:25px;
}

.produtos .dest-infos img:hover{	
	border:#BDC75F solid 2px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(162, 162, 162, 0.6);
    -moz-box-shadow:    0px 0px 12px 0px rgba(162, 162, 162, 0.6);
    box-shadow:         0px 0px 12px 0px rgba(162, 162, 162, 0.6);
}

.produtos .dest-infos .col-md-4{
	padding-bottom:30px;
}

.produtos .dest-infos h2{
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #555;
	font-weight: 400;
}

.produtos .dest-infos h3{
	margin-top: 10px;
	padding:20px 0 15px;
	font-size:15px;
	font-family: 'Nexa Slab xBold', sans-serif;
	font-weight:500;
	color:#fff;
	text-transform: uppercase;
	background: #9c3;
	border-radius:5px;
	-webkit-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;	
    transform: scale(1) rotate(0deg);
    transition-duration:0.2s;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
}

.produtos .dest-infos h3 span{
	font-size:16px;
}

.produtos .dest-infos h3:hover{
	color: #4d732f;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(162, 162, 162, 0.6);
    -moz-box-shadow:    0px 0px 12px 0px rgba(162, 162, 162, 0.6);
    box-shadow:         0px 0px 12px 0px rgba(162, 162, 162, 0.6);
}

.produtos .dest-infos p{
	font-size:14px;
	font-family: 'Quicksand', sans-serif;
	color:#777;
}

.produtos .dest-infos .btn-produtos {
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	background:transparent;
	background:#4BAE50;
	color: #fff;
	position: relative;
	padding:15px 25px;
	border-radius:25px;
}

.produtos .dest-infos .btn-produtos:hover {
	color: #fff;
    background:#85B200;
    text-decoration:none;
}

.produto{
	float: left;
    width: 100%;
	margin: 0 auto;
	padding:0;
	position: relative;
}

.produto .menus-linhas {
  margin-top:20px;
  margin-bottom: 65px;
  text-align: center;
}

.produto .menus-linhas a {
  width:15%;
  padding: 15px 12px 10px;
  display: inline-block;
  margin-left:2px;
  margin-right:2px;
  border-radius:25px;
	font-family: 'Nexa Slab xBold', sans-serif;
  font-size: 16px;
  color: #fff;
  background-color:#4BAE50;    
}

.produto .menus-linhas a span {
  display: inline-block;
}

.produto .menus-linhas a.ativo,
.produto .menus-linhas a:hover {
  background-color: #B2E135;
  color: #fff;
}

.produto .info-produto{
	padding-bottom:30px;
}

.produto .info-produto h1{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:26px;
	color:#95B849;
	margin:0 0 20px;
	text-transform: uppercase;
	font-weight:700;
	border-bottom: #cccccc dotted 1px;
}

.produto .info-produto p{
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #555;
	font-weight: 400;
}

.produto .info-produto .p26{
	line-height: 26px;
}

.produto .info-produto h2{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:20px;
	color:#95B849;
	margin:0 0 20px;
	font-weight:700;
	border-bottom: #cccccc dotted 1px;
	padding-bottom: 5px;
}

.produto .image-produto{
	z-index: -1;
	padding-bottom:40px; 
}

.btn-voltar {
	position: relative;
	margin: 40px 0 20px;
	float: left;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight:700;
	padding: 12px 35px;
	text-transform: uppercase;
	border-radius:25px;
	background:#8DB451 url("../images/icon-voltar.png") no-repeat 15px center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	z-index: 1;
}
.btn-voltar:hover {
	color: #fff;
	background:#85B200 url("../images/icon-voltar.png") no-repeat 15px center;
}

.fotoproduto{
	margin:20px 0;
	display:inline-block;
}

.fotoproduto img{
	width:100%;
	border: #dadada solid 3px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	transform:scale(1);
	-webkit-transform:scale(1);
}

.fotoproduto img:hover{
	border:#8DB451 solid 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	transform:scale(1.03);
	-webkit-transform:scale(1.03);
}

.btn-oleodeneem{
	font-family: 'Nexa Slab xBold', sans-serif;
    font-size:20px; 
    font-weight:700; 
    color:#7FAA4F;
}

/* ==========================================================================
Óleo de Neem
========================================================================== */

.btn-comprar {
	margin-bottom:35px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-size:18px;
	font-weight:700;
	text-transform: uppercase;
	background:#ff0000;
	color:#fff;
	position: relative;
	padding:15px 25px;
	border-radius:35px;
}

.btn-comprar:hover {
	color: #fff;
    background:#85B200;
    text-decoration:none;
}

/* ==========================================================================
Comprar
========================================================================== */

.comprar{
	float:left;
	position:relative;
	width:100%;
	margin:0 auto;
    background:#fff;
}

.comprar h4{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:48px;
	font-weight:700;
	line-height: 28px;
	letter-spacing: -2px;
	color:#8DB451;
}

.comprar h5{
	padding-top: 10px;
    font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:300;
	color: #999;
    padding-bottom: 30px;
}

.comprar .btn-comprar {
	font-family: 'Nexa Slab xBold', sans-serif;
	display: inline-block;
	font-size: 28px;
	font-weight: 500;
	background:transparent;
	border: #fff solid 3px;
	color: #fff;
	position: relative;
	padding:25px 135px 25px 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*=======================================================
Culturas
========================================================*/

.info-cultura h1{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:26px;
	color:#95B849;
	margin:0 0 20px;
	text-transform: uppercase;
	font-weight:700;
	border-bottom: #cccccc dotted 1px;
}

.info-cultura img{
	margin: 40px 0 40px;
}

.info-cultura p{
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #555;
	font-weight: 400;
}

.info-cultura .p26{
	line-height: 26px;
}

.info-cultura h2{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:20px;
	color:#95B849;
	margin:0 0 20px;
	font-weight:700;
	border-bottom: #cccccc dotted 1px;
	padding-bottom: 5px;
}

table, th{
	width:100%;
    border: 1px solid #DAE0E4;
	margin:30px 0;
	font-family: 'Quicksand';
	font-size:14px;
}

td {
    border: 1px solid #DAE0E4;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }

table th, table td {
    padding: 10px;
    text-align: center;
	vertical-align:middle;
  }

table th {
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:14px;
	background: #f3f3f4;
	text-align:center;
}

.tabela1{
	width:25%;
	text-align:center;
	vertical-align:middle;
}

.tabela2{
	width:15%;
	text-align:center;
	vertical-align:middle;
}

.tabela3{
	width:35%;
	text-align:center;
	vertical-align:middle;
}

.tabela4{
	width:25%;
	text-align:center;
	vertical-align:middle;

}

.ver-produto{
	display: block;
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:16px;
	color:#8DB451;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ver-produto:hover{
	color: #4D732F;
}

/*=======================================================
Sobre
========================================================*/

.sobre{
	float: left;
    width: 100%;
	margin: 0 auto;
	padding: 20px 0 60px;
	position: relative;
}

.sobre p{
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #555;
	font-weight: 400;
}

.sobre h2{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:20px;
	color:#95B849;
	margin:40px 0 10px;
	font-weight:700;
	border-bottom: #cccccc dotted 1px;
	padding-bottom: 5px;
}

.sobre .img-sobre {
	float:right;
    width: 556px;
    height: 561px;
    background: url("../images/bg-sobre.jpg") no-repeat center center;
}

/*=======================================================
Fale Conosco
========================================================*/

.contato{
	padding: 20px 0;
}

.contato p{	
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 22px;
	color: #555;
	font-weight: 400;
}

#map{
	float: left;
	width: 100%;
	height:295px;
	margin-top:60px;
	margin-bottom: 60px;
	border: #dadada solid 2px;
}

.text-cont{
	padding-bottom:20px;
}

.continfos .icone{
	background:#95B849;
	border-radius:50%;
	color:#fff;
	float:left;
	font-size:22px;
	height:50px;
	line-height:50px;
	text-align:center;
	width:50px;
	margin-right: 20px;
}

.continfos h3{
	padding-top: 10px;
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:18px;
	color:#95B849;
	margin-left: 30px;
	line-height:10px;
}

.continfos .whats{
	font-size: 22px;
    font-family: 'nexa_boldregular';
}

.continfos p{
	font-family: 'Quicksand', sans-serif;
	font-size:14px;
	color:#777;
}

.continfos .email{
	font-size: 18px;
}
.formulario{
	width:100%;
	float:left;
}

.formulario nome,#assunto{
	float:left;
	width:100%;
}

.formulario #email{
	float:left;
	width:54%;
}

.formulario #telefone{
	float:right;
	width:43%;
}

.formulario #mensagem{
	width:100%;
	float:left;
	margin:14px 0;
	height:142px;
}

.formulario input[type="text"], textarea {
	width:100%;
	margin: 14px 0 0 0;
	padding: 8px 10px;
	background:#fff;
	outline: none;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color:#999;
	border:#dadada solid 1px;
	line-height:22px;
}

.esse input[type="text"] {
	margin: 14px 0 12px 0;
}

.esse .error {
	margin:-6px 0 0 0;
}

.esse h1 {
	font-size:18px;
	font-weight:bold;
	color:#777;
	font-family:'nexa_boldregular';
	background:#f9f9f9;
	width:410px;
	padding:20px 30px;
	margin-bottom:20px;
}

.formulario .btn {
	text-align:center;
	width:25%;
    background:#78AF60;
	border:#78AF60 solid 1px;
	margin:20px 0 20px 0;
	padding:12px 0 10px;
	font-family:'Poppins';
	font-size:14px;
	font-weight: 700;
	text-transform: uppercase;
	color:#FFFFFF;
	cursor:pointer;
	border-radius:25px;
}

.formulario select .error {
	padding: 2px 8px;
	color: #777;
}
.formulario .error {
	display: block;
	margin-bottom: 6px;
	padding: 0 12px;
	color: #ed3237;
}

::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
    color: #999;
}
:-moz-placeholder {
	font-family: 'Poppins', sans-serif;
    color: #999;
}
::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
    color: #999;
}
:-ms-input-placeholder {  
	font-family: 'Poppins', sans-serif;
    color: #999;
}

.btn-pulse {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 15px 25px;
    box-shadow: 0 0 0 0 rgba(204, 237, 6, 0.9);
    border-radius: 25px;
    background-color: #cced06;
	font-family: 'Poppins', sans-serif;   
    font-size: 15px;
    color: #2a258e;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);    
    transition: all 300ms ease-in-out;
}

.btn-pulse i{
    font-size: 16px;
    padding-left: 10px;
}

.btn-pulse:hover {
    box-shadow: 0 0 0 0 rgba(204, 237, 6, 0.9);
  color: #05641e; 
  -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);    
  transition: all 300ms ease-in-out;
}

a.pulsingButton:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
  }
  
@-webkit-keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
@-moz-keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
@-ms-keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
@keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
.btn-cotacao-whats{
    margin-top:35px;
    background-color: #f23236;
    color: #fff;
}

.btn-cotacao-whats:hover{
    background-color: #cced06;
}
/* ==========================================================================
Contatos
========================================================================== */

#contatos{
	position: relative;
	float:left;
	width:100%;
    background:#64921F url(../images/bg-contato.jpg) no-repeat center top;
	z-index: 1;
	padding: 160px 0 130px;
}

#contatos h1{
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size: 48px;
	letter-spacing: -1px;
	color: #D3FE0D;
	font-weight: 600;
}

#contatos h2{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	padding-bottom:20px;
}

#contatos .contatos .icone{
	background:#D3FE0D;
	border-radius:50%;
	color:#4D732F;
	float:left;
	font-size:22px;
	height:50px;
	line-height:50px;
	text-align:center;
	width:50px;
	margin-right: 20px;
}

#contatos .contatos h3{
	padding-top: 10px;
	font-family: 'Nexa Slab xBold', sans-serif;
	font-size:18px;
	color:#fff;
	margin-left: 30px;
	line-height:10px;
}

#contatos .contatos .whats{
	font-size: 22px;
    font-family: 'nexa_boldregular';
}

#contatos .contatos p{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#fff;
}

#contatos .contatos .email{
	font-size: 18px;
}

#contatos .contatos .endereco{
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#fff;
	float: left;
}

/* ==========================================================================
Rodapé
========================================================================== */

footer { 
	width:100%;
	margin:0 auto;
	float:left;
	padding: 30px 0 50px; 
    background:#698C00;
    font-family: 'Poppins';
}

footer .direitos { 
	float: left; 
	color: #fff; 
	font-size: 12px;
	padding-bottom:10px; 
}

footer .autor { 
	display: block; 
	float: right; 
	color: #fff; 
	font-size: 12px; 
}

/* ==========================================================================
WhatsMobile
========================================================================== */
#whatsmobile{
    width: 100%;
    padding: 20px 0;
    position:fixed;
    background:none; 
    bottom:0;
    z-index: -100;
	font-size:none;
    font-family:none;
    text-align: center;
}

#whatsmobile i{
    font-size: 26px;
    padding-right:10px;
}

/*=======================================================
WhatsApp
========================================================*/

.whatsapp {
  position: fixed;
  right:100px;
  bottom:100px;
  width:80px;
  height:80px;
  border: none;
  box-shadow: 0 0 0 0 rgba(0, 183, 62, 0.7);
  border-radius: 50%;
  background-color: #00B73E;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  z-index: 100;
}

.whatsapp i{
	color: #fff;
	font-size: 42px;
}

.whatsapp:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}

/* ==========================================================================
Voltar ao Topo
========================================================================== */

.topo{
    position: absolute; 
    cursor:pointer;
    top:-50px;
    left:50%;
    z-index:1;  
	width:46px;
	height:46px;
	padding:4px 9px;
	font-size: 22px;
	display:block;
	border:2px solid #698C00;
	border-radius:100%;
	background:#4D732F;
}


