@font-face
{
   font-family: "Century Gothic";
   src: url('gothic.ttf') format('truetype');
}
@font-face
{
   font-family: "Material Icons";
   src: url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@font-face
{
   font-family: "Elusive Icons";
   src: url('elusiveicons-webfont.woff') format('woff'),
        url('elusiveicons-webfont.ttf') format('truetype'),
        url('elusiveicons-webfont.svg#elusiveicons') format('svg'),
        url('elusiveicons-webfont.eot') format('embedded-opentype');
}
@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes transform-lightspeed-in
{
   0% { -webkit-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -webkit-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -webkit-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-lightspeed-in
{
   0% { -moz-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -moz-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -moz-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@-webkit-keyframes transform-scale-in
{
   0% { opacity: 0; -webkit-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-scale-in
{
   0% { opacity: 0; -moz-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.letra_branca_shadow_azul
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
   position: relative;
   display: inline-block;
}
a.letra_branca_shadow_azul::after
{
   background: transparent;
   content: "•";
   display: block;
   position: absolute;
   top: 50%;
   left: 50%;
   color: transparent;
   text-shadow: 0 0 transparent;
   font-size: 1.2em;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   margin-top: 2px;
   -webkit-transition: all 300ms linear;
   transition: all 300ms linear;
}
a.letra_branca_shadow_azul:hover::after
{
   color: #FFFFFF;
   text-shadow: 10px 0 #FFFFFF, -10px 0 #FFFFFF;
}
a.letra_branca_shadow_azul:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.letra_branca_shadow_azul:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.letra_branca_shadow_azul:hover
{
   color: #FFFFFF;
   text-decoration: none;
   -webkit-text-shadow: 0px 0px 5px rgba(70,130,180,1.00);
   text-shadow: 0px 0px 5px rgba(70,130,180,1.00);
}
a.letra_preta_shadow_azul
{
   color: #000000;
   text-decoration: none;
}
a.letra_preta_shadow_azul:visited
{
   color: #000000;
   text-decoration: none;
}
a.letra_preta_shadow_azul:active
{
   color: #000000;
   text-decoration: none;
}
a.letra_preta_shadow_azul:hover
{
   color: #000000;
   text-decoration: underline;
   -webkit-text-shadow: 0px 0px 5px rgba(70,130,180,1.00);
   text-shadow: 0px 0px 5px rgba(70,130,180,1.00);
}
a.letra_azul_glow_preto
{
   color: #2E6DA4;
   text-decoration: none;
}
a.letra_azul_glow_preto:visited
{
   color: #2E6DA4;
   text-decoration: none;
}
a.letra_azul_glow_preto:active
{
   color: #2E6DA4;
   text-decoration: none;
}
a.letra_azul_glow_preto:hover
{
   color: #2E6DA4;
   text-decoration: none;
   -webkit-text-shadow: 0px 0px 1px rgba(0,0,0,1.00);
   text-shadow: 0px 0px 1px rgba(0,0,0,1.00);
}
a.letra_cinza
{
   color: #696969;
   text-decoration: none;
}
a.letra_cinza:visited
{
   color: #696969;
   text-decoration: none;
}
a.letra_cinza:active
{
   color: #696969;
   text-decoration: none;
}
a.letra_cinza:hover
{
   color: #696969;
   text-decoration: none;
   -webkit-text-shadow: 0px 0px 2px rgba(70,130,180,1.00);
   text-shadow: 0px 0px 2px rgba(70,130,180,1.00);
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
