﻿.after-vertical {
	clip-path: polygon(0 93%, 100% 93%, 100% 100%, 0 100%);
}

.enlace__interes:hover .after-vertical {
	clip-path: polygon(0 27%, 100% 27%, 100% 100%, 0 100%);
}

.enlace__servicio:hover {
	color: white;
}

.enlace__servicio:hover .after-vertical {
	clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
}