.up-up {
position: fixed;
display: flex;
justify-content: center;
align-items: center;
bottom: 20px;
right: 20px;
width: 48px;
height: 48px;
text-align: center;
background-color: rgba(255,255,255, 0.8);
padding: 8px;
border-radius: 24px;
opacity: 0;
transform: translateY(100px);
transition: all 0.3s;
}
.up-up.show{
opacity: 1;
transform: translateY(0);
}
.up-up.show img {
animation: bounce 1s ease-in-out infinite alternate;
}
.up-up img {
display: block;
width: 40px;
height: 40px;
text-align: center;
}
@keyframes bounce {
from {
transform: translateY(0);
}
to {
transform: translateY(-2px);
}
}@font-face {
font-family: 'BASE&BLOOM';
src: url(//leandroalzate.com/wp-content/themes/lean/fonts/BASEBLOOM-Regular.eot);
src: url(//leandroalzate.com/wp-content/themes/lean/fonts/BASEBLOOM-Regular.eot?#iefix) format('embedded-opentype'),
url(//leandroalzate.com/wp-content/themes/lean/fonts/BASEBLOOM-Regular.woff2) format('woff2'),
url(//leandroalzate.com/wp-content/themes/lean/fonts/BASEBLOOM-Regular.woff) format('woff'),
url(//leandroalzate.com/wp-content/themes/lean/fonts/BASEBLOOM-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}