
.containerwhatsapp {
border: 0 px solid black;
position: fixed;
bottom: 15px;
right: 15px;
z-index: 10;
visibility: visible;
}
.talk-bubble {
margin: 0px;
display: inline-block;
position: relative;
width: 200px;
height: auto;
background-color: #dcf8c6;
bottom: 8px;
right: 25px;
z-index: 10;
line-height: 0px;
line-height: 1.2em;
}
.round {
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
}
.tri-right.right-in:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: auto;
right: -20px;
top: 55px;
bottom: auto;
border: 12px solid;
border-color: #dcf8c6 transparent transparent #dcf8c6;
}
.talktext {
padding-top: 0.8em;
padding-left: 0.8em;
padding-right: 1.1em;
padding-bottom: 0em;
text-align: left;
line-height: 1.2em;
margin-top: -5px;
}
.nombreEmpresa {
display: flex;
font-size: 13px;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
color: #254116;
font-weight: 600;
}
.textoBubble {
margin: 0;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
text-rendering: optimizeLegibility;
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 400;
text-align: left;
line-height: 1.2em;
}
.horaCheck {
width: 100%;
display: inline-block;
}
.estaHora {
font-weight: 400;
font-size: 11px;
color: rgba(0, 0, 0, 0.45);
float: right;
margin: -10px 6px 0px 0px;
padding: 0px;
font-family: 'Roboto', sans-serif;
}
.check {
float: right;
padding: 0px;
margin: -6px -10px 0px 0px;
}
.whatsapp {
position: relative;
bottom: 7px;
right: 0px;
z-index: 9;
width: 70px;
height: 70px;
transition: width 0.3s, height 0.3s;
float: right;
}
#toTop {
visibility: hidden;
}
.invisible {
visibility: hidden;
}
.notificacion {
position: absolute;
top: -6px;
right: -6px;
padding: 2px 7px;
border: 1px solid white;
border-radius: 100px;
background: -webkit-linear-gradient(top, #FF6969 0%, #ff0000 100%);
box-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 1px 4px rgba(0, 0, 0, .4), 0 0 1px rgba(0, 0, 0, .7) inset, 0 10px 0px rgba(255, 255, 255, .11) inset;
-webkit-background-clip: padding-box;
font: bold 15px 'Roboto', sans-serif;
color: white;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0, 0, 0, .6);
z-index: 10;
}
#whatsappcontainer{
	display: none;
}
#logoWhatsapp{
	transition: all 0.3s;
}
#mainContainer:hover > #whatsappcontainer{
	display: inline-block;
}
#mainContainer:hover > #logoWhatsapp{
	position: relative;
	/*bottom: -23px;*/
	bottom: -12px;
}
@media screen and (min-width:990px) {
#mainContainer:hover  .whatsapp {
width: 75px;
height: 75px;
}
}
@media screen and (max-width: 600px) {
.containerwhatsapp {}
#toTop {
visibility: hidden;
}
.nombreEmpresa {
padding-bottom: 1px;
padding-top: 2px;
padding-right: 2px;
}
}
.element-animation {
animation: animationFrames ease 1s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
animation-fill-mode: forwards; -webkit-animation: animationFrames ease 1s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards; -moz-animation: animationFrames ease 1s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-moz-animation-fill-mode: forwards; -o-animation: animationFrames ease 1s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-o-animation-fill-mode: forwards; -ms-animation: animationFrames ease 1s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
-ms-animation-fill-mode: forwards; }
@keyframes animationFrames {
0% {
opacity: 0;
transform: translate(-1500px, 0px);
}
60% {
opacity: 1;
transform: translate(30px, 0px);
}
80% {
transform: translate(-10px, 0px);
}
100% {
opacity: 1;
transform: translate(0px, 0px);
}
}
@-moz-keyframes animationFrames {
0% {
opacity: 0;
-moz-transform: translate(-1500px, 0px);
}
60% {
opacity: 1;
-moz-transform: translate(30px, 0px);
}
80% {
-moz-transform: translate(-10px, 0px);
}
100% {
opacity: 1;
-moz-transform: translate(0px, 0px);
}
}
@-webkit-keyframes animationFrames {
0% {
opacity: 0;
-webkit-transform: translate(-1500px, 0px);
}
60% {
opacity: 1;
-webkit-transform: translate(30px, 0px);
}
80% {
-webkit-transform: translate(-10px, 0px);
}
100% {
opacity: 1;
-webkit-transform: translate(0px, 0px);
}
}
@-o-keyframes animationFrames {
0% {
opacity: 0;
-o-transform: translate(-1500px, 0px);
}
60% {
opacity: 1;
-o-transform: translate(30px, 0px);
}
80% {
-o-transform: translate(-10px, 0px);
}
100% {
opacity: 1;
-o-transform: translate(0px, 0px);
}
}
.Whatsapp-animation2 {
animation: animationFrames2 ease 0.3s;
animation-iteration-count: 1;
transform-origin: 50% 50%;
animation-fill-mode: forwards; -webkit-animation: animationFrames2 ease 0.3s;
-webkit-animation-iteration-count: 1;
-webkit-transform-origin: 50% 50%;
-webkit-animation-fill-mode: forwards; -moz-animation: animationFrames2 ease 0.3s;
-moz-animation-iteration-count: 1;
-moz-transform-origin: 50% 50%;
-moz-animation-fill-mode: forwards; -o-animation: animationFrames2 ease 0.3s;
-o-animation-iteration-count: 1;
-o-transform-origin: 50% 50%;
-o-animation-fill-mode: forwards; -ms-animation: animationFrames2 ease 0.3s;
-ms-animation-iteration-count: 1;
-ms-transform-origin: 50% 50%;
-ms-animation-fill-mode: forwards; }
@keyframes animationFrames2 {
0% {
opacity: 1;
transform: translate(0px, 0px);
}
57% {
opacity: 1;
transform: translate(20px, 0px);
}
100% {
opacity: 0;
transform: translate(-1000px, 0px);
}
}
@-moz-keyframes animationFrames2 {
0% {
opacity: 1;
-moz-transform: translate(0px, 0px);
}
57% {
opacity: 1;
-moz-transform: translate(20px, 0px);
}
100% {
opacity: 0;
-moz-transform: translate(-1000px, 0px);
}
}
@-webkit-keyframes animationFrames2 {
0% {
opacity: 1;
-webkit-transform: translate(0px, 0px);
}
57% {
opacity: 1;
-webkit-transform: translate(20px, 0px);
}
100% {
opacity: 0;
-webkit-transform: translate(-1000px, 0px);
}
}
@-o-keyframes animationFrames2 {
0% {
opacity: 1;
-o-transform: translate(0px, 0px);
}
57% {
opacity: 1;
-o-transform: translate(20px, 0px);
}
100% {
opacity: 0;
-o-transform: translate(-1000px, 0px);
}
}

