/*--- contenedor botones ---*/
.laterals {
	position: fixed;
	right: 0;
	top: 35%;
	z-index: 190;
	font-size: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

/*--- texto de los botones ---*/
.laterals .icons p{
	font-size: 0.5em;
	margin-left: 20px;
	margin-top: 6px;
	text-align: left;
	align-items: center;
	display:inline-flex;
	font-family: sans-serif;
	height: 10px;
}
/*--- boton ---*/
.icons{
	color: #fff;
	text-decoration: none;
	display: flex;
	transition: all .5s;
	background-color: #0c00a1;
	width: 200px;
	border-radius: 2rem 0 0 2rem;
	padding: 10px 15px;
	height: 40px;
	margin: 10px;
	margin-right: -150px;
}

/*--- movimiento de boton ---*/
.icons:hover{
	margin-right: 0px;
	color: #fff;
}

/*--- color de botones ---*/
.color_icon_1{background-color:}
.color_icon_2{background-color:}
.color_icon_3{background-color:}

.color_icon_1:hover{background-color:}
.color_icon_2:hover{background-color:}
.color_icon_3:hover{background-color:}
