.boton2.dos::after {
	content: "";
	width: 200px;
	height: 300px;
	background: #035999;
	position: absolute;
	z-index: 1;
	top: -300px;
	left: -50;
	transition: .6s ease-in-out all;
	border-radius: 0px 0px 300px 300px;
}

.boton2.dos:hover::after {
	top: 0;
	font-style: italic;
	color: #ffffff;
}