@charset "UTF-8";

/*by Traumpixel.com*/

button.tp-whatsapp-btn {
	position: fixed;
    left: .95rem;
    bottom: 4.1rem;
    z-index: 100;
    background: transparent;
    padding: 0;;
    cursor: pointer;
	border: 0;
	outline: 0;
}
.modal-header.tp-whatsapp {
	flex: auto;
    border-bottom: none;
    align-items: end;
    margin: 0;
    padding: 0;
}
button.tp-whatsapp-btn:hover {
    transition: all 0.2s;
}
button.close.close-tp-whatsapp {
	right: 0;
    top: 0;
}
#tp-whatsapp-btn:hover {
    opacity: .9;
}
#tp-whatsapp {
	overflow-y: hidden;
}
span.freecopyright {
    font-size: .7rem;
    font-weight: 300 !important;
    opacity: 0.8;
	color: #fff;
    text-decoration: none;
}
.modal-tp-whatsapp {
	max-width: 470px;
	width: 100%;
	justify-content: center;
	margin: 0 auto;
}
.modal-content-tp-whatsapp {
    padding: 2.5rem;
    height: 470px;
    border-radius: 50rem;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 2rem solid #00e375;
    box-shadow: none;
    background-clip: border-box;
    padding-top: 4.5rem;
	background: #455a64;
}
.modal-body-tp-whatsapp {
	z-index: 1000;
	color: #fff !important;
	padding-top: .2rem;
}
.modal-body-tp-whatsapp > span {
	font-size: 1rem;
}
.modal-footer-tp-whatsapp {
	align-items: center;
    justify-content: center;
	border: none;
	border: 0;
}
.modal-content-tp-whatsapp::before {
    border-left-width: 8.5rem;
    border-left-style: solid;
    left: -.6rem;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: -1;
    border-top: 5.5rem solid transparent;
    border-bottom: 4.5rem solid transparent;
    bottom: -3.3rem;
    border-left-color: #00e375;
    transform: rotate(13deg);
}
.modal-content-tp-whatsapp::after {
    border-left-width: 8.5rem;
    border-left-style: solid;
    left: 1.8rem;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: 1;
    border-top: 5.5rem solid transparent;
    border-bottom: 4.8rem solid transparent;
    bottom: -.8rem;
    border-left-color: #455a64;
    transform: rotate(13deg);
}
.btn-open-whatsapp {
    background: #00e375;
    color: #fff;
    border-color: #00e375;
	border-radius: 6rem;
	padding: 0.7rem 1.6rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
	font-weight: 400 !important;
}
.btn-open-whatsapp:hover {
    background: #07b862;
	color: #fff;
    border-color: #07b862;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
}
@media (max-width:992px){
	.modal-content-tp-whatsapp {
    height: 370px;
	max-width: 370px;
	border: 1.5rem solid #00e375;
	}
	.modal-content-tp-whatsapp::before {
	left: 0;
	bottom: -2.6rem;
	}
}