﻿/*Gen Theme*/

a, a:hover, a:focus, a:active
{
   text-decoration: none;
   color: inherit;
}

#divAviso
{
   position: fixed;
   text-align: center;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   padding-top: 0.5em;
   padding-bottom: 0.5em;
   padding-left: 1em;
   padding-right: 1em;
   border-radius: 0.1em;
   cursor: pointer;
}

   #divAviso span:nth-of-type(1n)
   {
      font-size: 3em;
   }

   #divAviso span:nth-of-type(2n)
   {
      font-size: 2em;
   }

#imgAviso
{
   font-size: 7em;
}