/***********Whatsapp**************/
.whatsapp-button {
	position: fixed;
	bottom: 60px;
	right: 15px;
	z-index: 99;
	background-color: #25d366;
	border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	width: 50px;
	height: 50px;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
	animation: effect 5s infinite ease-in;
}
.whats-texto {
	font-family: sans-serif;
    position: absolute;
    font-size: 16px;
    text-align: center;
    line-height: 17px;
    border: 2px solid #fff;
    border-radius: 15px;
    background: #55cd6c;
    padding: 5px;
    bottom: -50px;
	right: 0;
	z-index: -1;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
}
.whats-texto {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none;}}
.whats img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

@keyframes effect {

	20%,
	100% {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}

	0%,
	10% {
		width: 55px;
		height: 55px;
		font-size: 35px;
	}

	5% {
		width: 50px;
		height: 50px;
		font-size: 30px;
	}
}
/*=========== GOOGLEMAP =============*/
.full-width-map {
	display: block;
	height: 486px;
	width: 100%;
}
/*=========== WEEPY-FOOTER =============*/
.weepy {
    text-align: center;
    background: #f3f3f3;
}

.weepy p {
    padding: 10px 0;
    margin: 0;
}
/***********CARREGAMENTO**************/
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}
.se-pre-con:before {
    height: 100%;
    width: 100%;
    content: "";
    animation: scale 2.5s infinite;
    background: white;
    background-image: url(../img/logo/gif-najimi.gif);
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
	position: absolute;
}
@keyframes scale {
	0% {
		transform: scale(1);
		background-image: url(../img/logo/gif-najimi.gif);
		background-repeat: no-repeat;
		border-radius: 10px;

	}

	50% {
		transform: scale(2);
		background-image: url(../img/logo/gif-najimi.gif);
		background-repeat: no-repeat;
		border-radius: 0;

	}

	100% {
		transform: scale(1);
		background-image: url(../img/logo/gif-najimi.gif);
		background-repeat: no-repeat;
		border-radius: 10px;

	}
}

.loader {
	height: 80px;
	width: 80px;
	margin: 0 auto;
	animation: scale 2.5s infinite;
	background-image: url(../img/logo/gif-najimi.gif);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	left: 0;
	top: 40%;
}