footer {
	 background-size: cover;
	 background-position: center;
	 background-repeat: no-repeat;
}
@media (max-width: 1200px) {
	footer form img {
		width: 490px;
		height: 450px;
	}
}

@media (max-width: 769px) {
	footer form img {
		width: 480px;
		height: 450px;
	}

	footer form input.w-100 {
		width: 68% !important;
		margin-left: -9%;
	}
	footer form textarea.w-100 {
		width: 68% !important;
		margin-left: -9%;
	}

	footer form .position-form {
		margin-left: 10% !important;
	}

}
@media (max-width: 506px) {
	footer form img {
		width: 100%;
	
	}

	

}
@media (max-width: 426px) {
	footer form img {
		width: 100%;
		height: 450px;
	}

	footer form h3 {
		margin-left: -8%;
	}

	footer form input.w-100 {
		width: 92% !important;
		margin-left: -9%;
	}
	footer form textarea.w-100 {
		width: 92% !important;
		margin-left: -9%;
	}

	footer form .position-form {
		margin-left: 10% !important;
	}

}

 footer ul {
	 line-height: 1.2;
}
 footer ul li {
	 margin-right: 0px;
}
 footer ul li a {
	 display: block;
	 text-align: right;
}
 footer a {
	 color: #fff;
	 font-size: 14px;
	 
	 transition: opacity 0.2s ease-in;
}
 footer a:hover {
	 text-decoration: none;
	 opacity: 0.6;
}
 footer .borda-direita {
	 border-right: 2px solid #fff;
	 opacity: 0.6;
}
 @keyframes pulse {
	 0% {
		 transform: scale(0.95);
		 box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
	}
	 70% {
		 transform: scale(1);
		 box-shadow: 0 0 0 10px rgba(76, 175, 80, 0);
	}
	 100% {
		 transform: scale(0.95);
		 box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
	}
}
 footer #whatsapp {
	 position: fixed;
	 right: 16px;
	 bottom: 16px;
	 z-index: 100;
}
 footer #whatsapp a {
	 transition: font-size 0.3s padding-right 0.3s;
	 background-color: #4caf50;
	 color: #fff;
	 border-radius: 50%;
	 text-decoration: none;
	 padding: 16px;
	 animation: pulse 2s infinite;
}
 footer #whatsapp a:hover {
	 border-radius: 8px 50px 50px 8px;
}
 footer #whatsapp a:hover #whatsapp-text {
	 font-size: 0.9em;
	 padding-right: 16px;
}
 footer #whatsapp a #whatsapp-text {
	 transition: all 0.5s;
	 font-size: 0;
	 line-height: 1.2;
}
 footer #whatsapp a #whatsapp-text .title {
	 font-size: 1.1em;
	 font-weight: bold;
}
 footer #whatsapp a img {
	 width: 50px;
}
 @media (max-width: 575px) {
	 footer #whatsapp a img {
		 width: 30px;
	}
}
 @media (max-width: 768px) {
	 footer ul li {
		 margin-right: 0px;
	}
	 footer ul li a {
		 display: block;
		 text-align: center;
	}
	 footer .rodape-img {
		 width: 200px;
	}
}
 