@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');
.floating-wpp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    font-family: "Arimo","Helvetica";
    font-size: 14px;
    transition: bottom 0.2s;
}
.floating-wpp .btn-wsp{
    position:absolute;
    width:60px;
    height:60px;
    line-height: 60px;
    bottom: 0;
    right:0;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:50px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.floating-wpp .btn-wsp:hover{
    background: #FFF;
	color: #25d366;
	cursor: pointer;
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.25);
    bottom: 0;
    right:0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
	display: none;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
	background: #25d366;
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head a {
	color: white;
	text-decoration: none;
	font-size: 20px;
}

.floating-wpp .floating-wpp-input-message {
/*	background: white;
    border: 1px solid #ccc;
    border-radius: 15px;
    box-shadow: none; */
    padding: 0px;
    margin: 20px 0 20px 0;
    width: 100%;
    max-width: 100%;
    height: 32px;
    font-family: inherit;
    font-size: inherit;
    resize: none;
    outline-style: none;
	text-align: right;
}

.floating-wpp .floating-wpp-input-message .floating-wpp-btn-send {
    font-size: 30px;
    cursor: pointer;
	color:#25d366;
}

.icon-font-color {
    background: #25d366;
    color:#FFF;
	border: 1px solid #ccc;
	width:35px;
    height:35px;
	padding: 5px 5px 5px 5px;
	border-radius: 35px;
	font-size:20px;
}

.ubicacionhome {

	margin-left: 0px;
	
}

@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 63px;
	}
	
	.ubicacionhome {

	margin-left: -70px;
	
	}
}