@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-flash
{
   0% { opacity: 1;  }
   25% { opacity: 0;  }
   50% { opacity: 1;  }
   75% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes tin-left-in
{
   0% { transform: translate(-900%,0px) rotate(0deg) ; opacity: 0;  }
   50% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ; opacity: 1;  }
   60% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   70% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   80% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   90% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
}
@keyframes transform-bounce-in-left
{
   0% { transform: translate(-500%,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(30px,0px) rotate(0deg) ;  }
   80% { transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
a.a
{
   color: #0000FF;
   text-decoration: underline;
}
a.a:visited
{
   color: #800080;
   text-decoration: underline;
}
a.a:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.input:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.input:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.input:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.input:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.textarea:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.textarea:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.textarea:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.textarea:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.select:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.select:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.select:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.select:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.email
{
   color: #00BFFF;
   text-decoration: none;
}
a.email:visited
{
   color: #FFFF00;
   text-decoration: none;
}
a.email:active
{
   color: #FF0000;
   text-decoration: none;
}
a.email:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.whatsapp
{
   color: #36C836;
   text-decoration: none;
}
a.whatsapp:visited
{
   color: #FFFF00;
   text-decoration: none;
}
a.whatsapp:active
{
   color: #FF0000;
   text-decoration: none;
}
a.whatsapp:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.phone
{
   color: #FFFFFF;
   text-decoration: none;
}
a.phone:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.phone:active
{
   color: #FF0000;
   background: #FFFFFF;
   text-decoration: none;
}
a.phone:hover
{
   color: #FFFFFF;
   text-decoration: none;
}
a.phone::after
{
   color: #0000FF;
   text-decoration: underline;
}
a.phone::after:visited
{
   color: #800080;
   text-decoration: underline;
}
a.phone::after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.phone::after:hover
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: underline;
}
a.phone_black
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.phone_black:visited
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.phone_black:active
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.phone_black:hover
{
   color: #000000;
   background: #FFFFFF;
   text-decoration: none;
}
a.phone_black::after
{
   color: #0000FF;
   text-decoration: underline;
}
a.phone_black::after:visited
{
   color: #800080;
   text-decoration: underline;
}
a.phone_black::after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.phone_black::after:hover
{
   color: #0000FF;
   background: #000000;
   text-decoration: underline;
}
h1, .h1
{
   font-family: "Roboto";
   font-weight: 900;
   font-weight: normal;
   font-size: 32px;
   text-align: center;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: "Roboto";
   font-weight: 500;
   font-weight: normal;
   font-size: 27px;
   text-align: center;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   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-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-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000080;
   --color: #000080;
   background-color: transparent;
}
