/*whatsapp flutuante pulse */
  .whatsapp-button {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 50px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 41px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
   animation: pulse 1.2s infinite;
}
  .whatsapp-button:hover {
    color: #fff;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.9); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
/*//whatsapp flutuante pulse */
.bgteste{
	background: #ccc;
}
.margintop20{
	margin-top: 20px!important;
}
.margintop-20{
	margin-top: -20px!important;
}
.margintop50{
	margin-top: 50px!important;
}
.margintop100{
	margin-top: 100px!important;
}
.marginbottom50{
	margin-bottom: 50px!important;
}
.marginbottom70{
	margin-bottom: 70px!important;
}
.marginbottom100{
	margin-bottom: 100px!important;
}
.marginbottom20{
	margin-bottom: 20px!important;
}
.marginbottom30{
	margin-bottom: 30px!important;
}
.logotipo{
	max-width: 170px!important;
}
.slogan{
	color: red!important;
	font-size: 3rem!important;
	border: 2px solid red;
	padding: 20px;
	margin-bottom: 50px;
	border-radius: 12px;
	font-weight: 800;
}
.black{
	color: black!important;
}
.title-footer{
	font-size: 19px!important;
	color: #1eaf13!important;
}
.title-footer-peq{
	font-size: 15px!important;
	color: #1eaf13!important;
}
.cinza h6{
color: #666!important;
}
.fontsize12{
	font-size: 12px!important;
	color: #111!important;
}
.fontsize19{
	font-size: 19px!important;
}
.fontsize20{
	font-size: 2rem!important;
	letter-spacing: -1px;
}
.fontsize30{
	font-size: 3rem!important;
	letter-spacing: -1px;
}
.text-primary i{
color: #1eaf13;
}
.img-slide{
	margin-left: 0px;
	max-width: 250px;
	text-align: center;
	margin: 0 auto;
}
.sustentabilidade img{
	border-radius: 15px;
}
.marginleft10{
	margin-left: 10px;
}
.border{
	border: 1px solid #ccc!important;
	border-radius: 15px!important;
	padding: 15px 0 20px 10px!important;
}
.control-group input{
border: 1px solid #ccc;

}
@media(max-width: 800px){
	.titleh4-mob h4{
	 font-size: 1.1em!important;
	}
}
@media(max-width: 800px){
	.slogan{
		font-size: 1.8rem!important;
	}
}
@media(max-width: 780px){
  .display-1{
 font-size: 2.2rem!important;
  }
}
@media(max-width: 780px){
	.botao-topo{
		display: none!important;
	}
}
@media(max-width: 780px){
	.img-slide{
	margin-left: 0px!important;
	max-width: 150px!important;
	text-align: center!important;
	margin: 0 auto!important;

	}
}
