.boton-compartir {
	 position: fixed;
	 background: #fff;
	 border-radius: 34px 34px 0px 0px;
	 bottom: 0;
	 right: 1em;
	 z-index: 9;
	 box-shadow: 0px 3px 6px #000029;
	 padding: 0.75em 0.5em 0.25em;
}
 .boton-compartir .fondo {
	 background: transparent;
	 border-radius: 50px;
	 transition: 0.2s;
}
 .boton-compartir p {
	 font-size: 0.8em;
	 z-index: 9;
	 background: #fff;
}
 .boton-compartir:hover .principal {
	 color: #000;
	 background: #fff;
}
 .boton-compartir .principal {
	 background: #23233e;
	 color: #fff;
	 border: 3px solid #d5007f;
	 width: 2.25em;
	 height: 2.25em;
	 font-size: 1.25em;
	 border-radius: 100%;
	 z-index: 9;
}
 .boton-compartir .redes {
	 transition: 0.2s;
	 height: 0;
}
 .boton-compartir .boton {
	 width: 1.75em;
	 height: 1.75em;
	 font-size: 0.9em;
	 border-radius: 100%;
	 margin: 0.25em;
	 cursor: pointer;
	 position: absolute;
	 right: 0.8em;
	 right: 1.4em;
	 bottom: 0;
	 opacity: 0;
	 transition: 0.2s;
}
 .boton-compartir .boton.whatsapp {
	 background: #25d366;
	 color: #fff;
	 transition: 0.2s;
}
 .boton-compartir .boton.facebook {
	 background: #3b5998;
	 color: #fff;
}
 .boton-compartir .boton.twitter {
	 background: #00acee;
	 color: #fff;
}
 .boton-compartir:hover .fondo {
	 background: #ddd;
}
 .boton-compartir:hover .boton {
	 opacity: 1;
}
 .boton-compartir:hover .boton.whatsapp {
	 bottom: 4.75em;
}
 .boton-compartir:hover .boton.facebook {
	 bottom: 6.75em;
}
 .boton-compartir:hover .boton.twitter {
	 bottom: 8.75em;
}
 .boton-compartir:hover .redes {
	 height: 5.75em;
}
 