/* Add here all your CSS customizations */
.wp-button {
    animation: pulse 1.5s infinite;
    position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:25px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.wp-button i {
    margin-top: 16px;
    color: #FFF;
}

@keyframes pulse {
	0% {
		transform: scale(0.90);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.90);
	}
}

@media (max-width: 992px) {
	.tp-caption {
		font-size: 22px !important;
	}

	.tp-caption-min {
		font-size: 18px !important;
	}

	#sobre-nos ._big {
		width: 100% !important;
	}
}

.jssocials-share-link { color: #fff !important; }
.sharebuttons a { color: #fff !important; }
.btn-share span, .btn-share i { color: #555 !important;}
.btn-facebook { background: #3b5998;}
.btn-twitter { background: #00acee;}
.btn-google { background: #dd4b39;}
.btn-pinterest { background: #c8232c;}
.btn-linkedin { background: #0e76a8;}
.btn-whatsapp { background: #25D366;}
.btn-facebook:hover { background: #2f4679;}
.btn-twitter:hover { background: #0089bd;}
.btn-google:hover { background: #b03b2d;}
.btn-pinterest:hover { background: #9f1b23;}
.btn-linkedin:hover { background: #0b5e85;}
.btn-whatsapp:hover { background: #1DA14D;}