/*
Theme Name: Tema Programate
Theme URI: https://programate.pe
Author: Kiara
Author URI: https://programate.pe
Description: Un tema básico compatible con Elementor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-programate
*/

body {
  margin: 0;
}

.flipbox-home {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
	perspective: 1000px !important;
}

.flipbox-inner-home {
	position: absolute !important;
	width: 100% !important;
	height: 200% !important;
	transform: translateY(0) !important;
	transition: transform 0.5s !important;
}

.flipbox-home:hover .flipbox-inner-home {
	transform: translateY(-50%) !important;
}

.flipbox-front-home, .flipbox-back-home {
	position: absolute !important;
	width: 100% !important;
	height: 50% !important;
	backface-visibility: hidden !important;
}

.flipbox-front-home {
	top: 0 !important;
}

.flipbox-back-home {
	top: 50% !important;
}

