/*
Theme Name: Theme Ve Group
Theme URI: https://www.vedelivers.com/
Author: Juan Carlos Zorro
Author URI: https://www.vedelivers.com/
Description: Tema exclusivo para Ve Group
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme_vegroup
Tags: ve_group
*/

body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
}

body a,
body p,
body li,
body div {
	font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Montserrat", Sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.boton_flecha .elementor-button-icon {
	font-size: 1.8rem;
	line-height: 0.1em;
}

.boton_flecha:hover .elementor-button-icon {
	font-size: 1.8rem;
	line-height: 0.1em;
	animation: moverDesaparecer 1s linear infinite;
}

.boton_flecha .elementor-button-text {
	align-self: center;
}

@keyframes moverDesaparecer {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	50% {
		transform: translateX(10px); /* Mueve el icono a la derecha (ajusta el valor) */
		opacity: 0;
	}
	51% {
		transform: translateX(-10px); /* Lo regresa a la izquierda fuera de la vista */
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
