/*  
/*  
Theme Name: Vale Rico Fertilizantes
Theme URI: http://www.agrodesign.com.br
Author: Agro Design
*/	

@font-face {
    font-family: 'Lufga';
    src: url('fonts/lufga/Lufga-Regular.woff2') format('woff2'),
        url('fonts/lufga/Lufga-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('fonts/lufga/Lufga-Medium.woff2') format('woff2'),
        url('fonts/lufga/Lufga-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('fonts/lufga/Lufga-SemiBold.woff2') format('woff2'),
        url('fonts/lufga/Lufga-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lufga';
    src: url('fonts/lufga/Lufga-Bold.woff2') format('woff2'),
        url('fonts/lufga/Lufga-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
}

body{
}

a:hover{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    margin: 0 0;
    padding: 0 0;
}

/* ======================================================
Header
======================================================= */

#bg-header{
	position:absolute;
	padding:0;
    display: inline-block;
    width:100%;
    height: 100%;
    background:url('../images/bg-header.jpg') no-repeat top center;
}


/* ======================================================
Menu
======================================================= */

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.nav > .social-links > a {
  display: inline-block;
}

.navbar {
  padding: 0 0 0;
  border: 0;
}

.navbar .navbar-brand {
  position: relative;    
  margin: 20px 0 0;
  padding:10px 15px;
  width:245px;
  height: 70px;
  background: url("../images/logotipo.svg") no-repeat top center; 
  text-indent: -9999em; 
  overflow: hidden;
}

.navbar .navbar-nav > li > a {
  padding:25px 20px 5px;
  margin:10px 0 20px;
}

.navbar .navbar-nav > .social-links > a {
  padding: 10px 5px;
}

.navbar .navbar-nav.navbar-uppercase > li > a {
  font-family: 'Lufga';    
  font-size: 13px;
  font-weight:600;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;    
}

.navbar .navbar-nav.navbar-uppercase > li > a i{
	font-size:15px;
    padding-left:5px;
}

.navbar .navbar-nav.navbar-uppercase > li > a .whats{
  background: #c1ff03;
  border-radius: 35px;
  font-family: 'Lufga';    
  font-size: 13px;
  font-weight:600;
  color: #005c23;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%) !important;
  padding: 15px 25px 15px 20px;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;       
}

.navbar .navbar-nav.navbar-uppercase > li > a .whats i{
	font-size:22px;
    padding-right:5px;
    vertical-align: middle;
}

.navbar .navbar-nav.navbar-uppercase > li > a .whats:hover{
  background: #9fde04;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;       
}

.navbar .navbar-nav.navbar-uppercase > li > a .ativo{	
    color: #c1ff03;
}

.navbar-default {
  background-color:#2f7206;
}

.navbar-default .navbar-nav > li > a:not(.btn) {
  color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:not(.btn):hover,
.navbar-default .navbar-nav > .active > a:not(.btn):focus,
.navbar-default .navbar-nav > li > a:not(.btn):hover,
.navbar-default .navbar-nav > li > a:not(.btn):focus {
  background-color: transparent;
  border-radius: 3px;
  color: #c1ff03;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;  
}

.navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-brand {
  color:#c1ff03;
}
.navbar-default:not(.navbar-transparent) .btn-default:hover {
  color:#c1ff03;
  border-color:#c1ff03;
}

.navbar-default:not(.navbar-transparent) .btn-neutral, .navbar-default:not(.navbar-transparent) .btn-neutral:hover, .navbar-default:not(.navbar-transparent) .btn-neutral:active {
  color: #777777;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-transparent {
  padding-top:20px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.navbar-toggle {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
}

.navbar.navbar-fixed-top {
  transition: all .5s .1s;
  border: 0;
}

.sub-menu {
    position: absolute;
    width: 250px;
    left: 10px;
    margin-top:-20px;
    text-align: left;
    padding: 0;
    display: none;
}

li:hover > .sub-menu {
    display: block;
}

.sub-menu li {
    display: block;
    text-align: left;
    position: relative;
	background:#275e05;
    line-height: 1;
    padding: 0;
}

.sub-menu li:last-child {
    border-bottom: none;
}

.sub-menu .sub-menu {
    left: 200px;
    top:0;
}

.sub-menu li a {
    color:#fff;
    transition: 0.1s;
    display: block;
    padding: 18px 16px;
    text-align: left;
    font-size: 13px;
    font-family: 'Lufga';
    font-weight:700;
    text-transform: uppercase;
    text-decoration: none;
    -o-transition: all 0.3s ease;
}

.sub-menu li:hover > a,
.sub-menu li.current-menu-item a {
    color: #fff;
    background: #5da806;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub-menu > li > a > i{
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-right:15px;
}

/* ======================================================
Banners
======================================================= */

.banner .item {
	float: left;
	margin-top:135px;
    position:relative;
}

.owl-controls .owl-dots {
	bottom:30px;
}

/*=======================================================
Botão Pulsante
========================================================*/

.btn-pulse {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 15px 25px;
    box-shadow: 0 0 0 0 rgba(193, 255, 3, 0.9);
    border-radius: 25px;
    background-color: #c1ff03;
	font-family: 'Poppins', sans-serif;   
    font-size: 14px;
    color: #005c23;
    font-weight: 600;
    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 {
  background-color: #7dc10b;
  color: #fff; 
  box-shadow: 0 0 0 0 rgba(125, 193, 0, 0.9); 
  -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);
    }
  }

/*=======================================================
Chamada WhatsApp
========================================================*/

#chamada-whats {
    float: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#chamada-whats .textos {
    padding-top: 120px;
}

#chamada-whats h1 {
    font-size: 42px;
    line-height: 42px;
    font-family: 'Lufga', sans-serif;
    font-weight: 600;
    color: #2d2d2e;
    padding-right: 20px;
}

#chamada-whats h2 {
    padding-top: 15px;
    font-size: 34px;
    font-family: 'Lufga', sans-serif;
    font-weight: 600;
    color: #7dc10b;
}

#chamada-whats p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #2d2d2e;
    padding-top: 20px;
    padding-bottom: 30px;
}
  
/*=======================================================
Destaques
========================================================*/

#destaques{
	float: left;
	width: 100%;
	margin: -30px auto 0;
    padding: 212px 0 0;
	position: relative;
    background:#f6f9fc url('../images/bg-top.jpg') no-repeat top center;
    z-index: -10;
}

#destaques h1 {
    font-size: 38px;
    font-family: 'Lufga', sans-serif;
    font-weight:600;
    color: #2d2d2e;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

#destaques .produto {
    background: #fff;
    margin: 20px 5px;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 25px;
    padding: 10px 20px 50px 20px;
    overflow: hidden;
    cursor: pointer;
}

#destaques .produto:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    text-decoration: none;
    box-shadow: 0px 25px 30px -25px #777;
}

#destaques .produto img {
    width: 90%;
}

#destaques .produto h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #7dc10b;
    text-transform: uppercase;
    font-weight: 700;
}

#destaques .produto p {
    margin-top: 10px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #2d2d2e;
}

#destaques .produto button {
    position: relative;
    margin-top: 10px;
    background: #c1ff03;
    border: #c1ff03;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #005c23;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#destaques .produto button:hover {
    text-decoration: none;
    background: #7dc10b;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#destaques .bg-bottom-produtos {
    float: left;
    width: 100%;
    margin: 20px auto 0;
    background: url('../images/bg-bottom.jpg') no-repeat top center;
    height: 142px;
}

/*=======================================================
Sobre home
========================================================*/

#sobre-home{
	float: left;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#sobre-home .textos{
    padding-top: 80px;
}

#sobre-home h1 {
    font-size: 36px;
    line-height: 34px;
    font-family: 'Lufga', sans-serif;
    font-weight: 600;
    color: #2d2d2e;
}

#sobre-home p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #2d2d2e;
    padding-top: 20px;
    padding-bottom: 30px;
}

/*=======================================================
Diferenciais
========================================================*/

#diferenciais {
    float: left;
    width: 100%;
    margin: 30px auto;
    position: relative;
}

#diferenciais h1 {
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 22px;
    font-family: 'Lufga', sans-serif;
    font-weight: 600;
    line-height: 26px;
    color: #2d2d2e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#diferenciais .diferencial {
    background: #f6f9fc;
    margin: 30px 0 0;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transform: scale(1);
    -webkit-transform: scale(1);
    padding: 30px 20px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
}

#diferenciais .diferencial:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    text-decoration: none;
}

#diferenciais .diferencial img {
    width: 20%;
}

#diferenciais .diferencial h3 {
    font-family: 'Lufga', sans-serif;
    font-size: 18px;
    color: #2d2d2e;
    font-weight: 600;
    padding: 20px 0;
}

#diferenciais .diferencial p {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #2d2d2e;
}

/*=======================================================
Internas
========================================================*/

#header-internas{
	position:relative;
	padding:0;
    width:100%;
}

.titulo-internas{
	float: left;
    width: 100%;
    background:url("../images/bg-internas.jpg") no-repeat center top;
	margin:0 auto 0;
	padding-top:146px;
	height:364px;
    text-align: center;
}

.titulo-internas h1{
    width: 100%;
    float: left;
    font-family: 'Lufga';
    font-weight:600;
	font-size:34px;
	color: #c1ff03;
    padding-bottom:5px;
}

.titulo-internas h2{
    font-family: 'Poppins';
	font-size:20px;
	font-weight:600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing:4px;
}

.titulo-internas h3{
    width: 100%;
    float: left;
    padding-top: 20px;
    font-family: 'Space Grotesk';
    font-weight: 700;
	font-size:34px;
	color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding-bottom:5px;
}

/*=======================================================
Sobre
========================================================*/

.sobre{
	float: left;
    width: 100%;
	margin:20px auto 0;
	position: relative;
}

.sobre p{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight:400;
	color: #2d2d2e;
    text-align: justify;
}

/*=======================================================
Missão
========================================================*/

#missao {
    float: left;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#missao h1 {
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 22px;
    font-family: 'Lufga', sans-serif;
    font-weight: 600;
    line-height: 26px;
    color: #2d2d2e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#missao .missao {
    background: #f6f9fc;
    margin: 30px 0 0;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transform: scale(1);
    -webkit-transform: scale(1);
    padding: 30px 20px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
}

#missao .missao:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    text-decoration: none;
}

#missao .missao img {
    width: 20%;
}

#missao .missao h3 {
    font-family: 'Lufga', sans-serif;
    font-size: 18px;
    color: #2d2d2e;
    font-weight: 600;
    padding: 20px 0;
}

#missao .missao p {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #2d2d2e;
}

/*=======================================================
Produtos
========================================================*/

#produtos {
	float: left;
    width: 100%;
	margin:20px auto 90px;
	position: relative;
}

#produtos .sub-menus {
  margin-bottom: 15px;
  text-align: center;
}

#produtos .sub-menus a {
  width:17%;
  padding: 15px;
  display: inline-block;
  margin-left:2px;
  margin-right:2px;
  border-radius:25px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight:700;
  color: #fff;
  background: #2f7206;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
   transition: all 0.2s linear;    
}

#produtos .sub-menus a.ativo,
#produtos .sub-menus a:hover {
  background-color:#c1ff03;
  color:#005c23;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
   transition: all 0.2s linear;    
}

#produtos .produto {
    background: #fff;
    margin:20px 5px;    
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
	transform:scale(1);
	-webkit-transform:scale(1);   
    border-radius:25px;
    padding: 10px 20px 40px 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 25px 30px -25px #dadada;  
}

#produtos .produto:hover{
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
    text-decoration: none; 
    box-shadow: 0px 25px 30px -25px #777;   
}

#produtos .produto img{
    width: 100%;
}

#produtos .produto h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #7dc10b;
    text-transform: uppercase;
    font-weight: 700;
}

#produtos .produto p {
    margin-top: 10px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #2d2d2e;
}

#produtos .produto button {
    position: relative;
    margin-top: 10px;
    background: #c1ff03;
    border: #c1ff03;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #005c23;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#produtos .produto button:hover {
    text-decoration: none;
    background: #7dc10b;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
  
#produto {
	float: left;
    width: 100%;
	margin: 0 auto;
	position: relative;
}

#produto h2 {
  width: 75%;	
  font-family: 'Poppins', sans-serif;
  color: #7dc10b;
  font-size: 18px;
  font-weight:600;
  padding-bottom: 5px;
  border-bottom: #7dc10b dotted 1px;
  text-transform: uppercase;
}

#produto p{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight:400;
    padding: 20px 40px 20px 0;
	color: #2d2d2e;
}

#produto .p28{
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 28px;
	font-weight:400;
	color: #2d2d2e;
}

#produto .sidebar  h2 { 
  margin: 0 0 20px 0;
}

#produto .img-principal {
	width: 100%;
}

.produtos-em-uso {
}

.tabela-recomendacao{
    padding-top: 40px;
}

table, th{
	width:100%;
    border: 1px solid #4f9201;
	margin:25px 0;
	font-family: 'Poppins';
	font-size:13px;
    font-weight: 500;
    color: #fff;
}

td {
    border: 1px solid #4f9201;
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
    color: #2c2c2c;
    font-weight:400;
    line-height: 18px;
  }

table th, table td {
    padding: 10px;
    text-align: center;
	vertical-align:middle;
  }

table th {
	font-family: 'Poppins', sans-serif;
    font-size:12px;
    font-weight:700;
	background:#7dc10b;
	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;
}

.tabela5{
	width:35%;
	text-align:center;
	vertical-align:middle;
}

.ver-produto{
    color: #7dc10b;
    font-weight:600;
    transition: all 0.5s ease;
    border-radius:25px;
    -moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;     
}

.ver-produto:hover{
    color: #7dc10b;
    transition: all 0.5s ease;
    border-radius:25px;
    -moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;     
}

.btn-voltar {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	padding: 12px 30px;
    color: #fff;
    background:#4f9201;
    cursor: pointer;
	z-index: 1;
    float: left;
	position: relative;
    transition: all 0.5s ease;
    border-radius:25px;
    -moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear; 
}

.btn-voltar:hover {
    color: #005c23;
    background: #c1ff03;
}

.btn-solicitar{
    display:inline-block;
    position: relative;
    margin-bottom:40px;
}

/* ==========================================================================
Paginação
========================================================================== */

ul.paginacao {
	width: 100%;
	float: left;
	position: relative;
    text-align: center;
	display:inline-block;
}
ul.paginacao li {
	display:inline-block;
	margin-right:2px;
	text-align: center;
}
ul.paginacao li a {
	display:inline-block;
	width: 32px;
	height: 30px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
	border: 1px solid #cdcdcd;
	font-size: 14px;
	line-height:28px;
	text-align: center;
	color:#555;
}
ul.paginacao li:hover a, ul.paginacao li a:focus {
	background: #99cc33;
	border: 1px solid #99cc33;
	color:#fff;
}
ul.paginacao li.current a {
	background: #99cc33;
	border: 1px solid #99cc33;
	color:#fff;
	cursor: default;
}

/* ==========================================================================
Faça seu Pedido
========================================================================== */

.pedido{
	float: left;
    width: 100%;
	margin:70px auto 0;
	position: relative;
}

.pedido h1{
	font-family: 'Space Grotesk', sans-serif;
	font-size:34px;
	text-transform: uppercase;
	color:#98cb4f;
	margin:0 0 20px;
	font-weight:600;
    padding-bottom:5px;
	border-bottom: #cccccc dotted 1px;
}

.pedido h2{
	width: 75%;
	font-family: 'Space Grotesk', sans-serif;
	font-size:20px;
	text-transform: uppercase;
	color:#777;
	margin:0 0 20px;
	font-weight:400;
}

.pedido p{
    float: left;
	font-family: 'Space Grotesk', sans-serif;
	font-size:14px;
	color: #777;
    font-weight:500;
}

/*=======================================================
Obrigado!
========================================================*/

#obrigado {
	float: left;
    width: 100%;
	margin: 70px auto;
	position: relative;
}

#obrigado img{
	margin:20px auto;
}

#obrigado p{
    font-family: 'Poppins';
    text-transform: uppercase;
    color:#2d2d2e;
	font-size: 22px;
    font-weight:500;
    padding-bottom:25px;
}

/*=======================================================
Culturas
========================================================*/

.culturas{
	float: left;
    width: 100%;
	margin:20px auto 90px;
	position: relative;
}

.culturas h1{
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#7dc10b;
    letter-spacing:2px;
	margin:0 0 20px;
	font-weight:700;
    text-transform: uppercase;
    padding-bottom:5px;
	border-bottom: #7dc10b dotted 1px;
}

.culturas .sub-menus {
    margin-bottom:45px;
    text-align: center;
  }
  
  .culturas .sub-menus a {
    width:13%;
    padding: 15px;
    display: inline-block;
    margin-left:2px;
    margin-right:2px;
    border-radius:25px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight:700;
    color: #fff;
    background: #2f7206;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
     transition: all 0.2s linear;    
  }
  
  .culturas .sub-menus a.ativo,
  .culturas .sub-menus a:hover {
    background-color:#c1ff03;
    color:#005c23;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
     transition: all 0.2s linear;    
  }

.culturas .culturas .p26{
	line-height: 26px;
}

.espaco{
    margin: 50px 0;
}

/*=======================================================
Fale Conosco
========================================================*/

.contato{
	float: left;
    width: 100%;
	margin: 0 auto 40px;
	position: relative;
}

.contato h2{
    position: relative;
    width: 50%;
    display:inline-block;    
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#2d2d2e;
    line-height: 24px;
	margin:0 0 20px;
	font-weight:500;
}

.contato p{
    float: left;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color: #2d2d2e;
    font-weight:500;
}

.formulario{
	width:100%;
	float:left;
    padding-left: 50px;
}

.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: 16px;
	color:#2d2d2e;
    font-weight:400;
    border: 0;
	border-bottom:#dadada solid 1px;
	line-height:42px;
}

.esse input[type="text"] {
	margin: 14px 0 12px 0;
}

.esse .error {
	margin:-6px 0 0 0;
}

.formulario .btn {
    float:right;
	font-family: 'Poppins', sans-serif;
    display: inline-block;
	font-size: 14px;
    text-transform: uppercase;
	font-weight:600;
    background: #c1ff03;
    border:#c1ff03 solid 1px;
    border-radius: 25px;
    color: #005c23;
	position: relative;
	padding:15px 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;
}

.formulario .btn:hover {
	background:#4f9201;
    border:#4f9201 solid 1px;
	color: #fff;
}

.formulario .btn i{
    padding-left: 10px;
}

.formulario select .error {
	padding: 2px 8px;
	color: #2c2c2c;
}
.formulario .error {
	display: block;
	margin-bottom: 6px;
	padding: 0 12px;
	color: #ed3237;
}

::-webkit-input-placeholder {
	font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
}
:-moz-placeholder {
	font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
}
::-moz-placeholder {
	font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
}
:-ms-input-placeholder {  
	font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
}

/*=======================================================
Cotação WhatsApp
========================================================*/

#cotacao-whats{
	float: left;
	width: 100%;
	margin: 0 auto;
    padding:190px 0 0;
	position: relative;
    background:#0f2700 url('../images/bg-atendimento.jpg') no-repeat top center;
}

#cotacao-whats h1 {
    font-family: 'Lufga', sans-serif;
    font-size: 36px;
    color: #c1ff03;
    font-weight: 600;
}

#cotacao-whats p {
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    padding-right: 200px;
    padding-bottom: 20px;
}

#cotacao-whats .img-atendimento {
    margin-top: -160px;
}

#cotacao-whats .info-contatos {
    float: left;
    position: relative;
    display: block;
}

#cotacao-whats .info-contatos i {
    float: left;
    top: 5px;
    left: 0;
    background: #c1ff03;
    color: #005c23;
    font-size: 22px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
}

#cotacao-whats h2 {
    float: left;
    font-family: 'Lufga', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #c1ff03;
    padding-bottom: 10px;
    padding-left: 15px;
}

#cotacao-whats h3 {
    float: left;
    margin-top: 6px;
    font-family: 'Lufga', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 0;
    letter-spacing: 1px;
    padding-left: 15px;
}

#cotacao-whats h4 {
    float: left;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    padding-left: 15px;
}

#cotacao-whats .btn-cotacao-whats {
    margin-top: 50px;
}

/*=======================================================
Rodapé
========================================================*/

#rodape{
	float: left;
	width:100%;
	margin:0 auto;
	position: relative;
    padding: 50px 0 70px;
    background:#0a2f01;
}

#rodape .logo-rodape {
    position: relative;    
    margin: 0 0;
    height:56px;
    background: url("../images/logotipo.svg") no-repeat top center; 
    text-indent: -9999em; 
    overflow: hidden;
  }

  #rodape h1{
    font-family: 'Poppins';
    color: #c1ff03;
	font-size: 13px;
    font-weight:600;
    text-transform: uppercase;
    padding-top:15px;
    padding-bottom:15px;
}

#rodape h2 a{
    font-family: 'Lufga';
    color: #fff;
	font-size:20px;
    font-weight:600;
    margin: 0 0;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

#rodape a i{
    margin-right:7px;
    font-size:20px;
    color:#c1ff03;
    vertical-align: middle;
}

#rodape a .fa-envelope{
    font-size:16px;
}

#rodape h3 a{
    font-family: 'Lufga';
    font-size: 14px;
    color: ##fff;
    font-weight:400;
}

#rodape a{
    color: #fff;
    font-family: 'Poppins';
    font-weight:500;    
}

#rodape .menu-rodape {
    margin-left: 40px;
}
    
#rodape .menu-rodape li {
    list-style: none;
    margin-left: -40px;
}

#rodape .menu-rodape li a {
        padding: 4px 0;
        display: inline-block;
        font-family: 'Poppins';
        font-size:14px;
        font-weight:500;
        color: #fff;
        -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;        
}

#rodape .menu-rodape li a:hover{	
    color: #c1ff03;
	-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;    
}

#rodape .menu-rodape li a .ativo{	
    color: #c1ff03;
}

#rodape .atendimento{
    margin-left: -80px;
}

#rodape .social{
    margin-left:40px;
}

#rodape .social ul{
    margin-left: -40px;
}

#rodape .social li{
	display:inline-block;
	margin:10px -3px 0;
}
 
#rodape .social li a .fa-brands{
    font-size:16px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: calc(32px - 0px);
    color:#082501;
    background:#c1ff03;
    border-radius: 50%;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}

#rodape .social li a .fa-brands:hover {
    opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}

#rodape h4{
    position:absolute;
    display: block;
	font-size:12px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	color:#fff;
    padding-left:40px;
}

#rodape .formasdepagamento h4 {
    position: relative;    
    margin: 0 0;
    padding:10px 15px;
    width:245px;
    background: url("../images/bandeira-cartoes.svg") no-repeat top center; 
    text-indent: -9999em; 
    overflow: hidden;
  }


/* ==========================================================================
Direitos e Autor
========================================================================== */

#direitos { 
	width:100%;
	margin:0 auto;
	float:left;
	padding:30px 0;
    background-color: #082501; 
}

#direitos .direitos { 
	float: left; 
	color: #fff;
    font-family: 'Poppins';
    font-weight:400;    
	font-size: 14px;
	padding-bottom:10px; 
}

#direitos .autor { 
	display: block; 
	float: right; 
	color: #fff;
    font-family: 'Poppins';
    font-weight:400;    
	font-size: 14px; 
}

/*=======================================================
Voltar ao Topo
========================================================*/

.go-top { 
    position: fixed;
    right: 20px;
    bottom:30px;
	background:#c1ff03;
	display:inline-block;
	width:46px;
	height:46px;
    line-height: 42px;
	padding: 2px 9px;
	color:#055205;
	text-align:center;
	font-size:18px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	cursor:pointer;
}

/*=======================================================
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: 1;
}

.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);}}
