/*
Theme Name: PF-2021
Theme URI:	https://softfocus.com.br/
Author: Rafael Forcadell
Version: 1.0
*/


/* 
Keyframes
--------------------------------------------
*/


@keyframes submenu { 
	0% { transform: translate(-50%, 30px); opacity: 0; } 
	100% { transform: translate(-50%, 0); opacity: 1; } 
}

@keyframes exibir { 
	0% { opacity: 0; } 
	100% { opacity: 1; } 
}

@keyframes excluindo { 
	0% { transform: translateX(0%); opacity: 1; } 
	75% { transform: translateX(50%); opacity: 0; } 
	100% { transform: translateX(50%); opacity: 0; height: 0; padding-top: 0; padding-bottom: 0; }
}
