/*  
Theme Name: Fazenda Gamelão
Theme URI: http://www.agenciaidealizze.com.br
Author: Agência Idealizze
*/	

html {
}

body{
}

a:hover{
    text-decoration: none;
}

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

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

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

.navbar {
  border: 0;
}

.navbar .navbar-brand {
  margin: 0 0;
  padding: 5px 15px;
}

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

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

.navbar .navbar-nav.navbar-uppercase > li > a {
  font-family: 'Poppins';    
  font-size: 13px;
  font-weight:700;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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{
  background: #73c020;
  border-radius: 35px;
  font-family: 'Poppins';    
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  padding: 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:#D9D900;
  color: #2d2d2e;
  -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: #73c020;
}

.navbar-default {
  background-color:#f5f5f5;
    z-index: 110000;
    
}

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

.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: #73c020;
  -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: #383635;
}
.navbar-default:not(.navbar-transparent) .btn-default:hover {
  color: #383635;
  border-color: #383635;
}

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

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

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

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

.sub-menu li {
    display: block;
    text-align: left;
    position: relative;
    background: #79b541;
    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: 20px 16px;
    text-align: left;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight:600;
    text-decoration: none;
    text-transform: uppercase;
    -o-transition: all 0.3s ease;
    letter-spacing: 1px;
}

.sub-menu li:hover > a,
.sub-menu li.current-menu-item a {
    color: #fff;
	background:#698C00;
	-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;
}

/*=======================================================
Vídeo em Destaque
========================================================*/

#video-topo{
	float: left;
    position: relative;
    width: 100%;
	margin: 134px auto 90px;
    padding:90px 0;
    background: url("../images/bg-video.jpg") center top repeat;
}

#video-topo .titulo{
    margin-top:40px;
}

#video-topo h1{
    width: 100%;
    float: left;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color: #98cb4f;
    font-weight:700;
    letter-spacing:5px;
    line-height:52px;
    text-transform: uppercase;
}

#video-topo h2{
	font-family: 'Poppins', sans-serif;
	font-size:28px;
	color: #2d2d2e;
    font-weight:700;
    line-height: 36px;
    text-transform: uppercase;
}

#video-topo h3{
    margin-top: 20px;
    width: 80%;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #2d2d2e;
    font-weight:400;
    line-height: 26px;
}

#video-topo .btn-sobre {
	position: relative;
    display: inline-block;
    background: #dcee0f;
	margin-top:50px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight:700;
	text-transform: uppercase;
	color: #2d2d2e;
    border-radius: 35px;
	letter-spacing:2px;
	padding:15px 45px;
    box-shadow: 1px 2px 20px 2px rgba(0, 0, 0, .1);
   -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;      
}

#video-topo .btn-sobre:hover {
	color:#fff;
    background: #73c020;
   -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;
    text-decoration: none;
}

/*=======================================================
Principais Serviços
========================================================*/

.principais-servicos{
	float: left;
	width: 100%;
	margin: 0 auto;
	margin-top: -20px;
	position: relative;
    z-index: 1;
}

.principais-servicos h1{
	font-size:42px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	color:#73c020;
    letter-spacing: -2px;
}

.principais-servicos h2{
    width:75%;
	font-size:16px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	color:#666767;
    line-height: 22px;
    padding-top: 20px;
	padding-bottom:70px;
}

.principais-servicos .servico img{
	-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);
}

.principais-servicos .servico img:hover{	
    -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.05);
	-webkit-transform:scale(1.05);
}

.principais-servicos .servico .col-md-3{
	padding-bottom: 70px;
}

.principais-servicos .servico h3{
	padding-top:20px;
	font-size:18px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
    text-transform: uppercase;
	color:#98cb4f;
}

.principais-servicos .servico h3 span{
	font-size:16px;
}

.principais-servicos .servico p{
    padding-top:10px;
    padding-bottom:10px;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight: 400;
	color:#2d2d2e;
}

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

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

#diferenciais .diferencial{
	float: left;
    padding-top: 15px;
}

#diferenciais .diferencial img{
	float: left;
	margin-bottom:80px;
	margin-right:10px; 
}

#diferenciais .diferencial h3{
	padding-top:5px;
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	font-weight:700;
	color:#4f4d4d;
}

#diferenciais .diferencial p{
    padding-right: 25px;
	padding-top: 15px;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#2d2d2e;
}

#diferenciais h4{
    padding-top: 20px;
    width: 90%;
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	font-weight:700;
	color:#73c020;
	letter-spacing: -1px;
}

#diferenciais p{
    padding-right: 25px;
	padding-top: 15px;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
    line-height: 26px;
	color:#2d2d2e;
}

/*=======================================================
Marcas
========================================================*/

#marcas{
	float: left;
	width:100%;
	margin:0 auto;
	position: relative;
    padding-bottom: 50px;
}

#marcas h1{
	font-family: 'Poppins', sans-serif;
    font-size:20px;
    color: #474743;
    line-height:24px;
    font-weight:400;
}

#marcas h1 span{
	font-family: 'Poppins', sans-serif;
    font-size:20px;
    line-height:18px;
    font-weight: 700;
}

#marcas .marcas .col-md-3{
    padding: 0 100px 60px;
}

#marcas .marcas img{
    opacity: .5;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
	-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;    
}

#marcas .marcas img:hover{
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
	-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;    
}

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

#bg-header-internas{
	position:relative;
	padding:0;
    width:100%;
    height:134px;

}

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

.titulo-internas h1{
    width: 100%;
    float: left;
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
	font-size:32px;
	color:#FFFE00;
    padding-bottom: 0;
}

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

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

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

.sobre h2{
    width: 90%;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
	color:#A3D900;
	margin:20px 0 30px;
}

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

.sobre .img-sobre {
	float:left;
    padding-top:40px;
    height:650px;
    background: url("../images/bg-sobre.jpg") no-repeat top center;
}

/*=======================================================
Vídeo em Destaque
========================================================*/

#video{
	float: left;
    position: relative;
    width: 100%;
	margin: 0 auto;
    padding:90px 0;
    background: url("../images/bg-video.jpg") center top repeat;
}

#video .titulo{
    margin-top:40px;
}

#video h1{
    width: 100%;
    float: left;
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color: #98cb4f;
    font-weight:700;
    letter-spacing:5px;
    line-height:52px;
    text-transform: uppercase;
}

#video h2{
	font-family: 'Poppins', sans-serif;
	font-size:28px;
	color: #2d2d2e;
    font-weight:700;
    line-height: 36px;
    text-transform: uppercase;
}

#video h3{
    margin-top: 20px;
    width: 80%;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color: #2d2d2e;
    font-weight:400;
    line-height: 26px;
}

#video .btn-sobre {
	position: relative;
    display: inline-block;
    background: #dcee0f;
	margin-top:50px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight:700;
	text-transform: uppercase;
	color: #2d2d2e;
    border-radius: 35px;
	letter-spacing:2px;
	padding:15px 45px;
    box-shadow: 1px 2px 20px 2px rgba(0, 0, 0, .1);
   -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;      
}

#video .btn-sobre:hover {
	color:#fff;
    background: #73c020;
   -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;
    text-decoration: none;
}

.containerVideo{
	width:100%; 
	margin:0 auto;
	position:relative;
}

.imgVideo {
	position: relative; 
	width: 100%; 
	height: 100%; 
	background-image: url("../images/video.jpg"); 
	background-repeat: no-repeat; 
	background-size: cover;
	cursor:pointer;
	z-index:1;
}

.iframeVideo {
	position: absolute; 
	left: 0; 
	top:0;
	z-index:0; 
}

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

#missao{
	float: left;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 70px;
}

#missao .missao{
	display:table;
	width:100%;
	table-layout:fixed;
}

#missao .missao>div{
	display:table-cell;
	vertical-align:top;
	padding:0 40px;
	position:relative;
}

#missao .missao h2{
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
	color:#A3D900;
	margin:0 0 30px;
}

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

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

/*=======================================================
Serviços
========================================================*/

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

.servicos h2{
    font-family: 'Poppins';
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
	color:#A3D900;
	margin:20px 0 30px;
}

.servicos p{
    width: 75%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight:400;
	color: #2d2d2e;
}

.servicos .img-servicos {
	float:left;
    padding-top:40px;
}

/*=======================================================
Outros Serviços
========================================================*/

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

.outros-servicos .container{
    padding-left:7%;
    padding-right:7%;
}

.outros-servicos  h1{
	font-size:42px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
	color:#73c020;
    letter-spacing: -2px;
}

.outros-servicos  h2{
	font-size:16px;
	font-family: 'Poppins', sans-serif;
    font-weight:400;
	color:#666767;
    line-height: 22px;
    padding-top: 20px;
	padding-bottom:70px;
}

.outros-servicos .outro-servico img{
	-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);
}

.outros-servicos .outro-servico img:hover{	
    -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.05);
	-webkit-transform:scale(1.05);
}

.outros-servicos .outro-servico .col-md-4{
	padding-bottom: 70px;
}

.outros-servicos .outro-servico h3{
	padding-top:20px;
	font-size:18px;
	font-family: 'Poppins', sans-serif;
    font-weight:700;
    text-transform: uppercase;
	color:#98cb4f;
}

.outros-servicos .outro-servico h3 span{
	font-size:16px;
}

.outros-servicos .outro-servico p{
    padding-top:10px;
    padding-bottom:10px;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight: 400;
	color:#2d2d2e;
}

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

#produtos{
	background:#fff;
	position:relative;
	width:100%;
	float:left;
	margin:0 auto;
}

#produtos li{
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:60px 0;
	background:#FBFBFB;
	list-style:none;
}

#produtos li:nth-child(odd){
	background:#fff;
}	

#produtos .produto h1{
    padding-top: 20px;
    font-family: 'Poppins';    
	font-size:24px;
    font-weight: 700;
	color:#A3D900;
    text-transform: uppercase;
	padding-bottom:30px;
}

#produtos .produto h2{
    font-family: 'Poppins';    
	font-size:20px;
    font-weight: 700;
	color:#A3D900;
    text-transform: uppercase;
	padding-bottom:10px;
}

#produtos .produto  p{
    font-family: 'Poppins';    
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #666467;
}

#produtos figure {
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Zoom In #1 */
#produtos .hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#produtos .hover01 figure:hover img {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

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

.contato{
	float: left;
    width: 100%;
	margin: 0 auto;
    padding-top:50px;
    padding-bottom: 120px;
	position: relative;
}

.contato h1{
    width: 100%;
    float: left;
    font-family: 'Poppins';
	font-size:30px;
	color:#A3D900;
    font-weight:800;
    line-height: 32px;
    text-transform: uppercase;
}

.contato h2{
    padding-top:10px;
    padding-bottom: 30px;
    width: 60%;
    float: left;
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color: #666767;
    text-transform: uppercase;
    line-height: 26px;
    font-weight:700;
}

.contato .img-contato {
    height: 572px;
    background: url("../images/bg-contato.jpg") no-repeat top center;
}

.formulario{
    margin-top: 20px;
	width:100%;
	float:left;
    padding-left:10%;
    padding-right: 10%;
}

.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;
    font-weight: 400;
	color:#999;
    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';
    display: inline-block;
	font-size: 14px;
    text-transform: uppercase;
	font-weight:600;
    border:#73c020 solid 1px;
	background:#73c020;
	color: #fff;
	position: relative;
    border-radius: 35px;
	padding:15px 30px;
    letter-spacing:1px;
	-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 i{
    padding-left: 10px;
}

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

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

/*=======================================================
Fotos
========================================================*/

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

#fotos ul { 
	width: 100%; 
	float: left;
    padding: 0 0;
	list-style:none;
}

#fotos ul li{
    padding: 0;
}
/*=======================================================
Rodapé
========================================================*/

#contatos{
	float: left;
	width:100%;
	margin:-10px auto 0;
	position: relative;
    background:#f3f305;
    padding: 50px 0 90px;
}

#contatos img{
    margin-top:20px;
}

#contatos h1{
    font-family: 'Poppins';
    color: #408114;
	font-size: 18px;
    font-weight:600;
    padding-bottom:20px;
}

#contatos h2 a{
    float: left;
    font-family: 'Poppins';
    color: #2d2d2e;
	font-size: 18px;
    font-weight:600;
    letter-spacing: 1px;
    margin: 0 0;
    padding-bottom: 10px;
}

#contatos h2 span{
    float: left;
    margin-top:-5px;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: 'Poppins';
}

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

#contatos h3 a{
    margin-top: 15px;
    float: left;
    font-family: 'Poppins';
    font-size: 13px;
    color: #2d2d2e;
    font-weight:400;
}

#contatos a{
    color: #2d2d2e;
    font-family: 'Poppins';
    font-weight:500;    
}

#contatos .localizacao{
    padding-top:30px;
}

#contatos .atendimento{
    padding-left:75px;    
    padding-top:30px;
}

#contatos .social{
    padding-top:30px;
    padding-left:85px;
}

#contatos .social ul{
    padding-left: 0;
}

#contatos .social li{
	display:inline-block;
	margin:10px 2px 0;
}
 
#contatos .social li a .fa{
    font-size: 22px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: calc(42px - 2px);
    color:#fff;
    background:#4d9c1d;
    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;
}

#contatos .social li a .fa:hover {
     background:#fff;
	-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;
}

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

footer { 
	width:100%;
	margin:0 auto;
	float:left;
	padding: 30px 0 50px; 
    background:#f2e200;
}

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

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

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

.go-top { 
    position: fixed;
    right: 20px;
    bottom: 20px;
	background:#4d9c1d;
	display:inline-block;
	width:46px;
	height:46px;
	padding: 2px 9px;
	color:#fff;
	text-align:center;
	font-size:28px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	cursor:pointer;
    z-index: 1;
}

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