@font-face
{
   font-family: Geometria;
   font-display: swap;
   src: url('../font/geometria.ttf') format('truetype'),
        url('../font/geometria.eot') format('embedded-opentype');
}
@font-face
{
   font-family: Geometria-Medium;
   font-display: swap;
   src: url('../font/geometria-medium.ttf') format('truetype'),
        url('../font/geometria-medium.eot') format('embedded-opentype');
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-opacity
{
   0% { opacity: 1;  }
   50% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes slide-up-in
{
   0% { transform: translate(0px,100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
h1, .h1
{
   font-family: Geometria;
   font-weight: bold;
   font-size: 35px;
   text-decoration: none;
   color: #89AB26;
   --color: #89AB26;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Geometria;
   font-weight: normal;
   font-size: 24px;
   text-decoration: none;
   color: #606060;
   --color: #606060;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   text-shadow: 2px 2px 2px rgba(248,248,248,1.00);
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.card_nbsp
{
   text-decoration: none;
   background-color: transparent;
   margin: 60px 0 0 0 !important;
}
.card_img
{
   text-decoration: none;
   background-color: transparent;
   border-radius: 20px 20px 0 0 !important;
}
@media only screen and (max-width: 800px)
{
}
@media only screen and (max-width: 600px)
{
}
