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); opacity: 0;
}
51% {
transform: translateX(-10px); opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
}