div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_cabecalho
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#cabecalho
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#cabecalho > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#cabecalho > .row > .col-1, #cabecalho > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#cabecalho > .row > .col-1, #cabecalho > .row > .col-2
{
   float: left;
}
#cabecalho > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#cabecalho > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: center;
}
#cabecalho:before,
#cabecalho:after,
#cabecalho .row:before,
#cabecalho .row:after
{
   display: table;
   content: " ";
}
#cabecalho:after,
#cabecalho .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#cabecalho > .row > .col-1, #cabecalho > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_imgLogo
{
   margin: 0;
   vertical-align: top;
}
#imgLogo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 261px;
   height: 102px;
   vertical-align: top;
}
#wb_tituloLogo
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 15px 0 0 0;
   text-align: center;
}
#tituloLogo
{
   color: #969696;
   font-family: "Roboto Slab";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_bannerTop
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#bannerTop
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#bannerTop > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#bannerTop > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#bannerTop > .row > .col-1
{
   float: left;
}
#bannerTop > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#bannerTop:before,
#bannerTop:after,
#bannerTop .row:before,
#bannerTop .row:after
{
   display: table;
   content: " ";
}
#bannerTop:after,
#bannerTop .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#bannerTop > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Extension1
{
   line-height: 1;
   margin: 0 auto 3em;
}
#Extension1 *, #Extension1 *::after, #Extension1 *::before
{
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
#Extension1
{
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#Extension1 li 
{
   display: block;
   width: 33.333332%;
}
#Extension1 li a
{
   cursor: pointer;
   display: block;
   font-family: "Roboto Slab";
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   padding: 10px 0 10px 0;
   text-decoration: none;
}
#Extension1 li a:hover, #Extension1 li a:focus 
{
   outline: none;
}
#Extension1 li a 
{
   color: #808080;
   display: block;
   position: relative;
   text-align: center;
   -webkit-transition: color 400ms;
   transition: color 400ms;
}
#Extension1 li a:hover
{
   color: #7A7A7A;
}
#Extension1 .active a
{
   color: #7A7A7A;
}
#Extension1 li a::before 
{
   background: #808080;
   bottom: 0;
   content: "";
   height: 2px;
   left: 0;
   position: absolute;
   transform: scale3d(0, 1, 1);
   transition: transform 0.1s;
   width: 100%;
}
#Extension1 .active a::before 
{
   -webkit-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
   -webkit-transition-timing-function: linear;
   transition-timing-function: linear;
   -webkit-transition-duration: 400ms;
   transition-duration: 400ms;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   animation: animate-fade-in 3000ms linear 0ms 1 normal both;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
