@font-face
{
   font-family: "Bentwood Reg";
   font-display: swap;
   src: url('verdana.ttf') format('truetype');
}
@font-face
{
   font-family: Bentwood;
   font-display: swap;
   src: url('verdana.ttf') format('truetype');
}
@font-face
{
   font-family: Calibri;
   font-display: swap;
   src: url('calibri.ttf') format('truetype');
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
a.LinkLimpo
{
   color: #393939;
   text-decoration: none;
}
a.LinkLimpo:visited
{
   color: #2D2D2D;
   text-decoration: none;
}
a.LinkLimpo:active
{
   color: #393939;
   text-decoration: underline;
}
a.LinkLimpo:hover
{
   color: #191970;
   text-decoration: underline;
}
a.SemCor
{
   color: #2D2D2D;
   text-decoration: none;
}
a.SemCor:visited
{
   color: #393939;
   text-decoration: none;
}
a.SemCor:active
{
   color: #2D2D2D;
   text-decoration: none;
}
a.SemCor:hover
{
   color: #393939;
   text-decoration: underline;
}
.NomeKitTitulo
{
   font-family: "Abel";
   font-weight: 400;
   font-weight: 700;
   font-size: 27px;
   text-align: left;
   text-decoration: none;
   color: #2D2D2D;
   --color: #2D2D2D;
   background-color: transparent;
   KitNomeTitulo;
}
.SubTitulo
{
   font-family: "Abel";
   font-weight: 400;
   font-weight: 700;
   font-size: 21px;
   text-decoration: none;
   color: #2D2D2D;
   --color: #2D2D2D;
   background-color: transparent;
}
.ItemDescricao
{
   font-family: "Abel";
   font-weight: 400;
   font-weight: 700;
   font-size: 19px;
   text-decoration: none;
   color: #2D2D2D;
   --color: #2D2D2D;
   background-color: transparent;
}
.LegendaImagem
{
   font-family: "Abel";
   font-weight: 400;
   font-weight: 700;
   font-size: 16px;
   text-decoration: none;
   color: #393939;
   --color: #393939;
   background-color: transparent;
}
.MenuBarra
{
   font-family: Play;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #393939;
   --color: #393939;
   background-color: transparent;
}
.MenuLateral
{
   font-family: "Play";
   font-weight: 400;
   font-weight: 700;
   font-size: 16px;
   text-decoration: none;
   background-color: transparent;
}
