/*
.whatsappeanos {
	position: fixed; bottom: 20px; left: 20px; cursor: pointer; z-index: 1000; visibility: visible;
	}
.whatsappeanos a {
	visibility: visible;
	}
	*/

	.link1 a:{color: #b9da9d; text-decoration: none;}
	.link1 a:hover{color: #81ba51; text-decoration: none;}
	.link1 a:visited{color: #81ba51; text-decoration: none;}
	.link1 a:link{color: #b9da9d; text-decoration: none;}

	.cursiva1 {
		color: #81ba51 !important; font-family: 'Sriracha', cursive; font-size: 18px; line-height: 1.3;
	}
	.btn-wsp {
		position:fixed;
		bottom:20px;
		left:20px;
		text-align:center;
	    font-size:30px;
	    z-index:100;
		padding-top: 10px;
	}
	.btn-wsp:hover,
	.btn-wsp:active,
	.btn-wsp:focus {
		text-decoration: none;
		transition-property: all;
	}

	@media (min-width: 576px)
	btn-wsp {
			right: 30px;
			bottom: 30px;

	@media (min-width: 768px) {
	.btn-wsp {
			right: 40px;
			bottom: 40px;
	}
