/*======================================*/ /*Include Chat*/ /*======================================*/ .chat-contenedor{ border-radius: 50%; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: solid 6px rgba(255,255,255,1); background-color: rgba(37,211,102,1); color:rgba(255,255,255,1); box-shadow: 0 6px 5px 0 rgba(0,0,0,0.2); } .chat-contenedor:hover{ background-color:rgba(144,199,74,1); } .chat-icon{ font-size: 2.7rem; line-height: 1; padding: 16px; } .chat-contenedor a span{ display: block; border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }