/* This code is only meant for previewing your Reflow design. */
.primaryContainer {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
}

.col-cookies {
    color: rgb(106, 106, 110);
    margin-top: 20px;
}

.col-cookies ol {
    line-height: 30px;
}

.colunas-com-bordas {
  border: 1px solid rgb(106, 106, 110);
  padding: 10px;
  font-size: 1.1em;
  color: rgb(106, 106, 110);
}

body {
  padding-right: 0 !important;
}

.swal2-popup .swal2-title {
    font-family: 'Bebas Neue';
}

.swal2-popup #swal2-content {
    font-family: helvetica;
}

.cursor-alerta {
    cursor: pointer;
}

.owl-dots{
    /*margin-left: -40%;*/
    margin-top: 10px;
}

.owl-carousel .owl-stage {
    padding-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgb(245, 244, 246) !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
    border: 3px solid #525252 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #525252 !important;
}

.carousel {
    position: inherit;
}

.col-noticias-home {
    /*max-height: 580px;
    overflow: hidden;*/
}

.container-historia {
    background-color: rgb(245, 244, 246);
}

.container-historia .col-historia {
    margin-top: 80px;
    margin-bottom: 80px;
}

.container-historia .col-img-historia {
    margin-top: 40px;
}

.container-mobi-galeria,
.container-mobi-noticias {
    padding: 0;
}

.container-mobi-noticias .col-galeria,
.container-mobi-noticias .col-noticias  {
    padding: 0;
}

.container-mobi-noticias .col-noticias-home  {
    padding-left: 15px;
    padding-right: 15px;
}

.container-mobi-galeria #h138 {
    width: 100%;
    height: 250px;
    display: block;
}

#img-menu-resp {
    cursor: pointer;
}

.owl-carousel-equipa-mobi .owl-carousel{
  position: relative;
}

.owl-carousel-equipa-mobi .owl-dots{
  position: absolute;
  top: 10px;
  left: 20px;
  right: 20px;
}

.owl-carousel-equipa-mobi .owl-stage-outer {
    top: 40px;
}

.menu-resp {
    display: none;
    background: #FFF;
    z-index: 1;
    position: absolute;
    margin-top: 60px;
    width: 100%;
}
.menu-resp .navresp {
    padding: 10px 10px;
    margin-bottom: 0;
    list-style: none;
}
.menu-resp .active .nav-link {
    border: none;
}
.menu-resp .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    font-weight: 400;
    font-size: 1.3em;
    display: block;
}
.menu-resp .nav-link:hover {
    color: rgb(149, 172, 46);
    text-decoration: none;
}
.menu-resp .dropdown-menu {
    border: none;
    /*display: block;*/
    box-shadow: none;
    position: relative;
    width: 100%;
}

.menu-resp .dropdown-item {
    padding-left: 30px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    font-weight: 400;
    font-size: 1.3em;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);  
    margin-bottom: 20px;
}

.menu-resp hr  {
    width: 100% !important;
}

.dropdown .nav-link i {
    float: right;
}

.menu-resp .nav-item {
    padding: 5px 15px;
}

/*Menu WEB FULL*/

.coluna-esq {
    width: 45%;
}

.coluna-dir {
    width: 45%;
    display: inline-block;
}

#primary_nav_wrap
{
    margin-top: 40px;
    margin-left: 0%;
}

#primary_nav_wrap ul
{
    list-style:none;
    position:relative;
    float:left;
    margin:0;
    padding:0;
    margin-left: 0px;
}

#primary_nav_wrap ul a
{
    display:block;
    color: rgb(106, 106, 110);
    text-decoration:none;
    font-weight:400;
    font-size: 1.3em;
    line-height:25px;
    padding:0px 15px;
    font-family: 'Bebas Neue';
    font-weight: normal;
    padding-bottom: 25px;
}

#primary_nav_wrap ul li
{
    position:relative;
    float:left;
    margin:0;
    padding:0;

}

#primary_nav_wrap ul li.current-menu-item
{
    background:#ddd
}

#primary_nav_wrap ul li a.active
{
    color: rgb(149, 172, 46) !important;
}

#primary_nav_wrap ul li:hover
{
    /*background:#f6f6f6*/
}

#primary_nav_wrap ul li a:hover
{
    color: rgb(149, 172, 46);
}


#primary_nav_wrap ul li ul li a:hover
{
    color: #FFFFFF !important;
    color: rgb(149, 172, 46);

}

#primary_nav_wrap ul ul
{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background: #2d2d2d;
    padding: 10px 0;
    z-index: 9;
}

#primary_nav_wrap ul ul li
{
    float:none;
    width:254px;
}

#primary_nav_wrap ul ul a
{
    line-height: 10px;
    padding: 10px 15px;
}

#primary_nav_wrap ul ul ul
{
    top:0;
    left:100%
}

#primary_nav_wrap ul li:hover > ul
{
    display:block
}

.container-mapa {
    background-color: rgb(245, 244, 246);
    padding-bottom: 80px;
}

.div-mapa {
    float: left;
    font-size: 1.4em;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    background-color: #d5d5d5;
    padding: 5px 30px;
}

@media only screen and (max-width: 1280px) {
    #primary_nav_wrap {
        margin-top: 33px;
        margin-left: 0%;
    }
    #primary_nav_wrap ul a{
        padding: 0px 15px;
        font-size: 1.3em;
    }    
}
@media only screen and (max-width: 1100px) {
    #primary_nav_wrap {
        margin-top: 35px;
        margin-left: 0%;
    }
    #primary_nav_wrap ul a{
        padding: 0px 15px;
        font-size: 1.3em;
    }    
}





::-webkit-input-placeholder {
   font-size: 12px;
   color: #cecece;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 12px;
   color: #cecece;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: 12px;
   color: #cecece;
}

:-ms-input-placeholder {  
   font-size: 12px;
   color: #cecece;
}

#h1 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-bottom-color: rgb(156, 156, 158);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#h3 {
    float: left;
    font-size: 11px;
    width: 100%;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 28px;
    clear: none;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(156, 156, 158);
    margin-right: 0%;
    padding-right: 20px;
}

#h2 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 64.218454%;
}

#h5 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 12.667798%;
}

#h12 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 23.113748%;
    padding-left: 0px;
}

#h4 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(149, 172, 46);
}

#h6 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 21.948357%;
}
#h6.link-carrinho-resp {
    cursor: pointer;
    position: relative;
    z-index: 1;
}

#h8 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 19.646082%;
}

#h9 {
    float: none;
    height: auto;
    display: block;
    text-align: left;
    margin-left: auto;
    margin-top: 26px;
    clear: none;
    min-height: auto;
    margin-right: auto;
}

#h11 {
    float: none;
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 13px;
    display: block;
    width: 100%;
    border-bottom-style: none;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    font-family: helvetica;
    color: #9e9e9e;
}

#h10 {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0em;
    padding-right: 0em;
    display: none;
    visibility: hidden;
}

#h7 {
    float: none;
    width: 26px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 20px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h13 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 9.834141%;
    display: block;
    margin-right: 0%;
}

#h14 {
    float: none;
    width: 26px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 18px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h15 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 9.834141%;
    display: block;
    margin-right: 0%;
    padding-left: 0px;
}

#h16 {
    float: none;
    width: 26px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 18px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h17 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 9.834141%;
    display: block;
    margin-right: 0%;
}

#h18 {
    float: none;
    width: 26px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 18px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h19 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 9.834141%;
    display: block;
    margin-right: 0%;
}

#h20 {
    float: none;
    width: 26px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 18px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h23 {
    float: left;
    height: 95px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
}

#h24 {
    float: left;
    height: 95px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 20.720152%;
}

#h25 {
    float: none;
    width: 160px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: -45px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h28 {
    float: left;
    height: 520px;
    margin-left: 0%;
    margin-top: 14px;
    clear: both;
    width: 100%;
    /*background-image:url("../img/homecabecalho.jpg");*/
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

#h29 {
    float: none;
    height: 3px;
    margin-left: auto;
    margin-top: 133px;
    clear: none;
    width: 70px;
    background-color: rgb(255, 255, 255);
    margin-right: auto;
}

#h30 {
    float: left;
    font-size: 90px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 16px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(255, 255, 255);
    min-width: 0px;
}

#h31 {
    float: left;
    font-size: 50px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(255, 255, 255);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h32 {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 10px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(255, 255, 255);
    min-width: 0px;
    display: block;
    margin-right: 0%;
    padding-left: 35%;
    padding-right: 35%;
}

#h33 {
    float: none;
    font-size: 14px;
    line-height: 18px;
}

#h34 {
    float: left;
    height: 409px;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    background-color: rgb(245, 244, 246);
}

#h35 {
    float: left;
    height: 354px;
    margin-left: 0%;
    margin-top: 55px;
    clear: none;
    width: 50%;
    padding-left: 10%;
    padding-right: 1%;
}

#h41 {
    float: left;
    height: 354px;
    margin-left: 0%;
    margin-top: 55px;
    clear: none;
    width: 50%;
    display: block;
    margin-right: 0%;
}

#h37 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 14px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h36 {
    float: left;
    height: 3px;
    margin-left: 0%;
    margin-top: 17px;
    clear: none;
    width: 6.443462%;
    background-color: rgb(149, 172, 46);
}

#h38 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: justify;
    font-weight: normal;
    line-height: 20px;
    margin-left: 0%;
    margin-top: 25px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h39 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 43px;
    clear: both;
    width: 100%;
}

#h40 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#h42 {
    float: left;
    /*width: 423.99999637999997px;
    max-width: 53.59681%;
    height: 249px;*/
    width: 100%;
    margin-left: 0%;
    margin-top: 17px;
    clear: none;
    color: rgb(0, 0, 0);
}

#h44 {
    float: none;
    height: 3px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 2.512971%;
    display: block;
    background-color: rgb(149, 172, 46);
    margin-right: auto;
}

#h45 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h43 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 66px;
    clear: both;
    width: 100%;
}

#h48 {
    float: left;
    height: 400.00000150000005px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 270.17187640000003px;
    margin-right: 0%;
}

#h49 {
    float: left;
    height: 243px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 0px;
}

#h50 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
}

#h51 {
    float: left;
    font-size: 1.8em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 22px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h52 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: justify;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
    margin-bottom: 20px;
}

#h53 {
    float: left;
    height: 400px;
    margin-left: 3.003373%;
    margin-top: 0px;
    clear: none;
    width: 270.17187640000003px;
    display: block;
    margin-right: 0%;
}

#h54 {
    float: left;
    height: 243px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 0px;
}

#h55 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0.06361691%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
}

#h56 {
    float: left;
    font-size: 1.8em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 22px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h57 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: justify;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h58 {
    float: left;
    height: 400px;
    margin-left: 3.003373%;
    margin-top: 0px;
    clear: none;
    width: 270.17187640000003px;
    display: block;
    margin-right: 0%;
}

#h59 {
    float: left;
    height: 243px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 0px;
}

#h60 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
}

#h61 {
    float: left;
    font-size: 1.8em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 22px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h62 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: justify;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h46 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 40px;
    clear: both;
    width: 100%;
    margin-right: 0px;
}

#h68 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 30px;
    clear: none;
    width: 100%;
    display: block;
    text-align: center;
}

.btn-vermais {
    height: auto;
    margin-left: 0%;
    margin-top: 30px;
    clear: none;
    width: 100%;
    display: none;
    position: relative;
}

#h69 {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h47 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 870px;
    margin-right: auto;
}

#h70 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 66px;
    clear: both;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#h701 {
    float: none;
    height: 3px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 2.512971%;
    display: block;
    margin-right: auto;
    background-color: rgb(149, 172, 46);
}

#h72 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
    margin-bottom: 30px;
}

#h73 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 64px;
    clear: both;
    width: 100%;
}

#h73 #eq9 {
    cursor: default;
}

#h74 {
    float: none;
    height: 255px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 654.57813006px;
    margin-right: auto;
}

#h75 {
    float: left;
    height: 255px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
}

#h76 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#h78 {
    float: left;
    font-size: 22px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h77 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#h79 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h80 {
    float: left;
    height: 255px;
    margin-left: 3%;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
    display: block;
    margin-right: 0%;
}

#h81 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#h82 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#h83 {
    float: left;
    font-size: 22px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h84 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h85 {
    float: left;
    height: 255px;
    margin-left: 3%;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
    display: block;
    margin-right: 0%;
}

#h86 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#h87 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#h88 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h89 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h90 {
    float: none;
    height: 255px;
    margin-left: auto;
    margin-top: 17.5px;
    clear: none;
    width: 1109.71875px;
    margin-right: auto;
    display: block;
}

#h91 {
    float: left;
    height: 255px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
}

#h92 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#h93 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#h94 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h95 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h96 {
    float: left;
    height: 255px;
    margin-left: 1.902718%;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
    display: block;
    margin-right: 0%;
}

#h97 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#h98 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#h99 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h100 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h101 {
    float: left;
    height: 255px;
    margin-left: 1.9%;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
    display: block;
    margin-right: 0%;
}

#h102 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#h103 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#h104 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h105 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h106 {
    float: left;
    height: 255px;
    margin-left: 1.9%;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
    display: block;
    margin-right: 0%;
}

#h107 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#h108 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#h109 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h110 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h111 {
    float: left;
    height: 255px;
    margin-left: 1.9%;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
    display: block;
    margin-right: 0%;
}

#h112 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#h113 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#h114 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h115 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h121 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 88.5px;
    clear: both;
    width: 100%;
}

#h122 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#h124 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#h126 {
    float: left;
    height: 299px;
    margin-left: 0.0019741%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#h128 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#h130 {
    float: left;
    height: 299px;
    margin-left: 0.0217151%;
    margin-top: 0px;
    clear: both;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#h132 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#h134 {
    float: left;
    height: 299px;
    margin-left: 0.0019741%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#h136 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#h123 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
}

#h133 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: -0.18305113%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#h127 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: 0.14976911%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#h137 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: -0.09984607%;
    margin-top: -0.015625px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#h125 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
}

#h131 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: -0.02912177%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#h135 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: 0.05824354%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#h129 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: -0.00832051%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#h140 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 12px;
    clear: both;
    width: 100%;
    background-image:url("../img/img-fundo-rodape.jpg");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding-left: 0px;
    padding-bottom: 80px;
}

#h141 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 51.5px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#h142 {
    float: none;
    height: 3px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 2.512971%;
    display: block;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
}

#h143 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(255, 255, 255);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h144 {
    float: left;
    font-size: 1.5em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 8.5px;
    clear: both;
    min-height: 0px;
    font-family: Helvetica;
    color: rgb(255, 255, 255);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h145 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 160px;
    clear: none;
    width: 511.3089999999999px;
    margin-right: auto;
}

#h146 {
    float: left;
    height: auto;
    display: block;
    text-align: left;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 401.00000367px;
    min-height: auto;
}

#h148 {
    float: none;
    height: 33px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 1em;
    display: block;
    width: 100%;
    color: #777;
}

#h147 {
    float: none;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0em;
    padding-right: 0em;
    display: none;
    visibility: hidden;
}

#h149 {
    float: left;
    height: 32px;
    margin-left: 3%;
    margin-top: 0px;
    clear: none;
    font-family: "Bebas Neue";
    font-size: 1rem;
    color: #fff !important;
    padding: 5px 10px;
    text-align: center;
    border: none;
    width: auto;
    border-radius: 0;
    background: rgb(149, 172, 46);
}
#h149:hover {
    background: rgb(118, 136, 38);
    color: #fff;
    text-decoration: none;
}

#h150 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 50px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#h151 {
    float: none;
    height: 3px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 2.512971%;
    display: block;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
}

#h152 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(255, 255, 255);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h153 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 50px;
    clear: both;
    width: 100%;
}

#h154 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 33%;
}

#h157 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 33%;
    display: block;
    margin-right: 0%;
}

#h160 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 33%;
    display: block;
    margin-right: 0%;
}

#h155 {
    float: left;
    font-size: 1em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
}

#h158 {
    float: left;
    font-size: 1em;
    width: 99.999999%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h159 {
    float: none;
    font-size: 1.3em;
    line-height: 28px;
    font-family: Helvetica;
    color: rgb(255, 255, 255);
}

#h161 {
    float: left;
    font-size: 1em;
    width: 99.999999%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h162 {
    float: none;
    font-size: 1.3em;
    line-height: 28px;
    font-family: Helvetica;
    color: rgb(255, 255, 255);
    word-break: break-all;
}

#h163 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 99.958544%;
    background-color: rgb(50, 51, 52);
}

#h164 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 54px;
    clear: none;
    width: 25.63148%;
    padding-left: 3%;
}

#h165 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(255, 255, 255);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h166 {
    float: none;
    font-size: 0.8em;
    line-height: 1em;
}

#h167 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 32px;
    clear: both;
    min-height: 0px;
}

#h168 {
    float: none;
    font-size: 12px;
    line-height: 1em;
    font-family: 'Letter Gothic Std';
    color: rgb(156, 156, 158);
    text-align: justify;
}

#h169 {
    float: left;
    height: 40px;
    margin-left: 0%;
    margin-top: 30px;
    clear: both;
    width: 99.940055%;
}

#h169 .active {
    border-bottom: 2px solid #FFF;
}

#h170 {
    float: left;
    height: 40px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 27.9999988px;
}

#h172 {
    float: left;
    height: 40px;
    margin-left: 2%;
    margin-top: 0px;
    clear: none;
    width: 24px;
    display: block;
    margin-right: 0%;
}

#h174 {
    float: left;
    height: 40px;
    margin-left: 2%;
    margin-top: 0px;
    clear: none;
    width: 28px;
    display: block;
    margin-right: 0%;
}

#h176 {
    float: left;
    height: 40px;
    margin-left: 2%;
    margin-top: 0px;
    clear: none;
    width: 28px;
    display: block;
    margin-right: 0%;
}

#h171 {
    float: none;
    width: 7px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-top: 14px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h173 {
    float: none;
    width: 22px;
    max-width: 100%;
    height: 12px;
    margin-left: auto;
    margin-top: 14px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h175 {
    float: none;
    width: 22px;
    max-width: 100%;
    height: 12px;
    margin-left: auto;
    margin-top: 14px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h177 {
    float: none;
    width: 22px;
    max-width: 100%;
    height: 12px;
    margin-left: auto;
    margin-top: 14px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: auto;
}

#h178 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 54px;
    clear: none;
    width: 74.367532%;
    padding-left: 0%;
    padding-right: 4%;
}

#h179 {
    float: left;
    font-size: 1.3em;
    width: 100%;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 50px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(255, 255, 255);
    margin-right: 0%;
    min-width: 0px;
    display: block;
    letter-spacing: normal;
    text-indent: 0px;
}

#h179 ul { 
    list-style: none;
    float: right;
    display: flex;
}

#h179 ul li {
    padding-left: 1.3em;
}
#h179 ul li a:hover {
    color: rgb(149, 172, 46);
}

#h180 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(149, 172, 46);
}

#h181 {
    float: left;
    font-size: 0.8em;
    width: 100%;
    height: auto;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 50px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(255, 255, 255);
    margin-right: 0%;
    padding-right: 0px;
    display: block;
    min-width: 0px;
}

#h182 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    color: rgb(149, 172, 46);
}

#h183 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    background-color: rgb(35, 35, 35);
}

#h184 {
    float: left;
    font-size: 0.8em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: none;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(255, 255, 255);
    margin-right: 0%;
    padding-right: 0px;
    display: block;
    min-width: 0px;
}
.livro-ralc {
    float: left;
    font-size: 0.8em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 15px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(255, 255, 255);
    margin-right: 0%;
    padding-right: 0px;
    display: block;
    min-width: 0px;
}

.livro {
    width: 80px;
    margin: 3px 0;
    margin-left: 15px;
}

.ralc {
    width: 140px;
    margin: 3px 0;
    margin-left: 5px;
}

#h156 {
    float: none;
    font-size: 1.3em;
    line-height: 28px;
    font-family: Helvetica;
    color: rgb(255, 255, 255);
}

#h21 {
    float: left;
    height: 59px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    background-color: rgb(149, 173, 60);
    display: none;
    visibility: hidden;
}

#h22 {
    float: right;
    height: 59px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 15.824382%;
    margin-right: 0%;
}

#h22 img {
    margin-top: 15px;
}
    
#h63 {
    float: none;
    height: 400.00000150000005px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 270.17187640000003px;
    margin-right: auto;
    display: none;
    visibility: hidden;
}

#h64 {
    float: left;
    height: 243px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 0px;
}

#h65 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
}

#h66 {
    float: left;
    font-size: 20px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 22px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h67 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: justify;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 20px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h116 {
    float: none;
    height: 255px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
    display: none;
    margin-right: auto;
    visibility: hidden;
}

#h117 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#h118 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#h119 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h120 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#h138 {
    float: none;
    height: 211px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 40.265625%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: none;
    margin-right: auto;
    visibility: hidden;
}

#h139 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
}

#h26 {
    float: left;
    height: 95px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 79.237405%;
}

#h27 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 45px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(50, 51, 52);
}

@media only screen and (max-width: 1600px) {
    #h166 {
        font-size: 0.7em;
    }
}
@media only screen and (max-width: 1440px) {
    #h21 {
        display: none;
        visibility: hidden;
    }

    #h116 {
        display: none;
        visibility: hidden;
    }

    #h138 {
        display: none;
        visibility: hidden;
    }
    #h165 {
        font-size: 2.3em;
    }
    #h179 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 1280px) {
    #h122 {
        height: 280px;
    }

    #h124 {
        height: 280px;
    }

    #h126 {
        height: 280px;
    }

    #h128 {
        height: 280px;
    }

    #h136 {
        height: 280px;
    }

    #h134 {
        height: 280px;
    }

    #h132 {
        height: 280px;
    }

    #h130 {
        height: 280px;
    }

    #h15 {
        margin-left: 2%;
    }

    #h17 {
        margin-left: 2%;
    }

    #h19 {
        margin-left: 2%;
    }

    #h138 {
        height: 280px;
        display: none;
        visibility: hidden;
    }

    #h21 {
        display: none;
        visibility: hidden;
    }

    #h116 {
        display: none;
        visibility: hidden;
    }
    #h165 {
        font-size: 2.1em;
    }
    #h179 ul li {
        padding-left: 1em;
    }
}

@media only screen and (max-width: 1024px) {
    .pull-to-top-button-footer {
        right: 18px;
    }
    
    .container-historia .col-historia {
        margin-top: 50px;
    }
    
    .container-historia .col-img-historia {
        margin-top: 40px;
    }
    
    .btn-vermais {
        display: block;
        margin-bottom: 30px;
    }
    
    #h52 {
        margin-bottom: 20px;
    }
    
    #h68 {
        /*display: none;*/
    }
    
    #g7 {
        display: none !important;
    }
    
    .container-mobi-equipa,
    .container-mobi-galeria,
    .container-mobi-noticias {
        z-index: -1;
    }
    
    #h36 {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    #h47 {
        width: auto;
    }

    #h75 {
        height: auto;
        width: 180px;
    }

    #h80 {
        height: auto;
        width: 180px;
    }

    #h85 {
        height: auto;
        width: 180px;
    }

    #h76 {
        height: 180px;
    }

    #h81 {
        height: 180px;
    }

    #h86 {
        height: 180px;
    }

    #h74 {
        margin-top: 0px;
        margin-left: auto;
        clear: none;
        width: 580.578125px;
        margin-right: auto;
    }

    #h92 {
        height: 180px;
    }

    #h97 {
        height: 180px;
    }

    #h102 {
        height: 180px;
    }

    #h107 {
        height: 180px;
    }

    #h112 {
        height: 180px;
    }

    #h91 {
        width: 180px;
        height: auto;
    }

    #h96 {
        width: 180px;
        height: auto;
    }

    #h101 {
        width: 180px;
        height: auto;
    }

    #h106 {
        width: 180px;
        height: auto;
    }

    #h111 {
        width: 180px;
        height: auto;
    }

    #h90 {
        height: auto;
        width: 96.09375%;
        margin-top: 17.5px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
    }

    #h121 {
        display: none;
    }
    
    #h122 {
        height: 230px;
    }

    #h124 {
        height: 230px;
    }

    #h126 {
        height: 230px;
    }

    #h128 {
        height: 230px;
    }

    #h136 {
        height: 230px;
    }

    #h134 {
        height: 230px;
    }

    #h132 {
        height: 230px;
    }

    #h130 {
        height: 230px;
    }

    #h178 {
        padding-right: 2%;
    }

    #h179 {
        font-size: 16px;
        margin-top: 90px;
    }

    #h116 {
        width: 180px;
        height: auto;
        display: none;
        visibility: hidden;
    }

    #h117 {
        height: 180px;
    }

    #h138 {
        height: 230px;
        display: none;
        visibility: hidden;
    }

    #h21 {
        display: none;
        visibility: hidden;
    }

    #h140 {
        margin-top: 12px;
        margin-left: 0%;
        clear: both;
        background-image:url("../img/img-fundo-rodape.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #h49 {
        float: none;
        height: auto;
    }
    
    #h50 {
        float: none;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    #h90 {
        margin-top: 17.5px;
        margin-left: auto;
        clear: none;
        width: 74.025472%;
        margin-right: auto;
    }

    #h122 {
        height: 180px;
    }

    #h124 {
        height: 180px;
    }

    #h132 {
        height: 180px;
    }

    #h130 {
        height: 180px;
    }

    #h126 {
        height: 180px;
    }

    #h134 {
        height: 180px;
    }

    #h136 {
        height: 180px;
    }

    #h128 {
        height: 180px;
    }

    #h179 {
        font-size: 12px;
    }

    #h48 {
        width: 220px;
        height: auto;
    }

    #h53 {
        width: 220px;
        height: auto;
    }

    #h58 {
        width: 220px;
        height: auto;
    }

    #h28 {
        background-image:url("../img/homecabecalho.jpg");
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 0% 0%;
        background-repeat: no-repeat;
    }

    #h23 {
        margin-top: 0px;
        height: auto;
    }

    #h34 {
        height: auto;
    }

    #h12 {
        display: none;
        visibility: hidden;
    }

    #h5 {
        display: none;
        visibility: hidden;
    }

    #h2 {
        display: none;
        visibility: hidden;
    }

    #h21 {
        float: left;
        height: 59px;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        width: 100%;
        background-color: rgb(149, 173, 60);
        display: block;
        visibility: visible;
    }

    #h25 {
        margin-top: 0px;
    }

    #h24 {
        height: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #h22 {
        float: right;
        height: 59px;
        margin-left: 0px;
        margin-top: 0px;
        clear: none;
        width: 15.824382%;
        margin-right: 0%;
    }

    #h35 {
        width: 100%;
        padding-right: 5%;
        padding-left: 5%;
        height: auto;
    }

    #h40 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
    }

    #h41 {
        margin-top: 0px;
        width: 100%;
        height: auto;
    }

    #h63 {
        width: 220px;
        height: auto;
    }

    #h64 {
        height: 180px;
    }

    #h138 {
        height: 180px;
        display: none;
        visibility: hidden;
    }

    #h116 {
        display: none;
        visibility: hidden;
    }

    #h26 {
        display: none;
        visibility: hidden;
    }
    #h184 {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 600px) {
    #h28 {
        background-image:url("../img/homecabecalho.jpg");
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        margin-top: 14px;
        margin-left: 0%;
        clear: both;
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }

    #h46 {
        height: auto;
        margin-top: 40px;
        margin-left: 0%;
        clear: both;
    }

    #h68 {
        margin-top: 20px;
        margin-left: 0%;
        clear: none;
    }

    #h63 {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        clear: none;
        float: none;
        visibility: visible;
    }

    #h23 {
        margin-top: 0px;
        margin-left: 0%;
        clear: both;
    }

    #h34 {
        margin-top: 0px;
        margin-left: 0%;
        clear: both;
    }

    #h43 {
        margin-top: 66px;
        margin-left: 0%;
        clear: both;
    }

    #h70 {
        margin-top: 66px;
        margin-left: 0%;
        clear: both;
    }

    #h73 {
        margin-top: 64px;
        margin-left: 0%;
        clear: both;
        height: auto;
    }

    #h121 {
        margin-top: 88.5px;
        margin-left: 0%;
        clear: both;
        height: auto;
    }

    #h163 {
        margin-top: 0px;
        margin-left: 0%;
        clear: both;
    }

    #h183 {
        margin-top: 0px;
        margin-left: 0%;
        clear: both;
    }

    #h74 {
        display: none;
        visibility: hidden;
    }

    #h90 {
        display: none;
        visibility: hidden;
    }

    #h116 {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        clear: none;
        visibility: visible;
    }

    #h122 {
        display: none;
        visibility: hidden;
    }

    #h130 {
        display: none;
        visibility: hidden;
        margin-top: -470.109375px;
        margin-left: 0%;
        clear: none;
    }

    #h132 {
        display: none;
        visibility: hidden;
    }

    #h124 {
        display: none;
        visibility: hidden;
    }

    #h126 {
        display: none;
        visibility: hidden;
    }

    #h134 {
        display: none;
        visibility: hidden;
    }

    #h128 {
        display: none;
        visibility: hidden;
    }

    #h136 {
        display: none;
        visibility: hidden;
    }

    #h138 {
        width: 40.265625%;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        height: 211px;
        float: none;
        clear: none;
        visibility: visible;
        padding-right: 0px;
        padding-left: 0px;
    }

    #h154 {
        width: 100%;
        margin-bottom: 20px;
    }

    #h157 {
        width: 100%;
    }

    #h160 {
        width: 100%;
    }

    #h158 {
        margin-bottom: 20px;
    }

    #h178 {
        display: none;
        visibility: hidden;
    }

    #h164 {
        width: 100%;
        padding-right: 3%;
    }

    #h165 {
        text-align: center;
    }

    #h151 {
        width: 10%;
    }

    #h142 {
        width: 10%;
    }

    #h701 {
        width: 10%;
    }

    #h44 {
        width: 10%;
    }

    #h36 {
        width: 10%;
    }
    
    #h45 {
        margin-bottom: 30px;
    }
    
    .container-historia {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 425px) {
    #h25 {
        width: 100%;
        max-width: none;
    }

    #h24 {
        width: 30%;
    }

    #h28 {
        background-image:url("../img/homecabecalho.jpg");
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 0% 0%;
        background-repeat: no-repeat;
    }

    #h138 {
        width: 60%;
    }

    #h145 {
        width: 270px;
    }

    #h146 {
        width: 300px;
    }

    #h149 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: none;
        margin-top: 60px;
    }

    #h140 {
        background-image:url("../img/img-fundo-rodape.jpg");
    }
}

@media only screen and (max-width: 375px) {
    #h28 {
        background-image:url("../img/homecabecalho.jpg");
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: 0% 0%;
        background-repeat: no-repeat no-repeat;
    }
}

@media only screen and (max-width: 320px) {
    #h138 {
        width: 80%;
    }
}


#cms3 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 41px;
    clear: both;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#cms4 {
    float: none;
    height: 3px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 2.512971%;
    display: block;
    margin-right: auto;
    background-color: rgb(149, 172, 46);
}

#cms5 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#cms2 {
    float: left;
    font-size: 1.4em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 62px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#cms1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    background-color: rgb(245, 244, 246);
    padding-bottom: 60px;
    padding-right: 10%;
    padding-left: 10%;
}

#cms6 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 55px;
    clear: both;
    width: 100%;
        /*float: none;*/
    font-size: 1em;
    line-height: 22px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    text-align: justify;
}

#cms7 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
}

#cms8 {
    float: none;
    font-size: 1em;
    line-height: 1em;
    font-family: helvetica;
    color: rgb(106, 106, 110);
}

@media only screen and (max-width: 600px) {
    #cms3 {
        margin-top: 66px;
        margin-left: 0%;
        clear: both;
    }

    #cms4 {
        width: 10%;
    }
}


#g3 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 41px;
    clear: both;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#g4 {
    float: none;
    height: 3px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 2.512971%;
    display: block;
    margin-right: auto;
    background-color: rgb(149, 172, 46);
}

#g5 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#g2 {
    float: left;
    font-size: 1.4em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 62px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#g1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    background-color: rgb(245, 244, 246);
    padding-bottom: 40px;
    padding-right: 10%;
    padding-left: 10%;
}

#g6 {
    float: left;
    /*height: 697px;*/
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    background-color: rgb(245, 244, 246);
    padding-bottom: 50px;
}

#g7 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#g8 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    padding: 10px;
}

#g9 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
}

#g10 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding: 10px;
}

#g11 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
}

#g12 {
    float: left;
    height: 299px;
    margin-left: 0.0019741%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding: 10px;
}

#g13 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: 0.14976911%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#g14 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding: 10px;
}

#g15 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: -0.00832051%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#g16 {
    float: left;
    height: 299px;
    margin-left: 0.0217151%;
    margin-top: 0px;
    clear: both;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding: 10px;
}

#g17 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: -0.02912177%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#g18 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding: 10px;
}

#g19 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: -0.18305113%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#g20 {
    float: left;
    height: 299px;
    margin-left: 0.0019741%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding: 10px;
}

#g21 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: 0.05824354%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#g22 {
    float: left;
    height: 299px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 24.99%;
    display: block;
    margin-right: 0%;
    padding: 10px;
}

#g23 {
    float: left;
    width: 100.000002%;
    max-width: 100%;
    height: 99.999995%;
    margin-left: -0.09984607%;
    margin-top: -0.015625px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#g24 {
    float: none;
    height: 211px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 40.265625%;
    padding: 10px;
    display: none;
    margin-right: auto;
    visibility: hidden;
}

#g25 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
}

@media only screen and (max-width: 1440px) {
    #g24 {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 1280px) {
    #g8 {
        height: 280px;
    }

    #g10 {
        height: 280px;
    }

    #g12 {
        height: 280px;
    }

    #g14 {
        height: 280px;
    }

    #g16 {
        height: 280px;
    }

    #g18 {
        height: 280px;
    }

    #g20 {
        height: 280px;
    }

    #g22 {
        height: 280px;
    }

    #g24 {
        height: 280px;
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 1024px) {
    #g8 {
        height: 230px;
    }

    #g10 {
        height: 230px;
    }

    #g12 {
        height: 230px;
    }

    #g14 {
        height: 230px;
    }

    #g16 {
        height: 230px;
    }

    #g18 {
        height: 230px;
    }

    #g20 {
        height: 230px;
    }

    #g22 {
        height: 230px;
    }

    #g24 {
        height: 230px;
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 768px) {
    #g8 {
        height: 180px;
    }

    #g10 {
        height: 180px;
    }

    #g12 {
        height: 180px;
    }

    #g14 {
        height: 180px;
    }

    #g16 {
        height: 180px;
    }

    #g18 {
        height: 180px;
    }

    #g20 {
        height: 180px;
    }

    #g22 {
        height: 180px;
    }

    #g24 {
        height: 180px;
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 600px) {
    #g3 {
        margin-top: 66px;
        margin-left: 0%;
        clear: both;
    }

    #g4 {
        width: 10%;
    }

    #g7 {
        margin-top: 88.5px;
        margin-left: 0%;
        clear: both;
        height: auto;
    }

    #g8 {
        display: none;
        visibility: hidden;
    }

    #g10 {
        display: none;
        visibility: hidden;
    }

    #g12 {
        display: none;
        visibility: hidden;
    }

    #g14 {
        display: none;
        visibility: hidden;
    }

    #g16 {
        display: none;
        visibility: hidden;
        margin-top: -470.109375px;
        margin-left: 0%;
        clear: none;
    }

    #g18 {
        display: none;
        visibility: hidden;
    }

    #g20 {
        display: none;
        visibility: hidden;
    }

    #g22 {
        display: none;
        visibility: hidden;
    }

    #g24 {
        width: 40.265625%;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        height: 211px;
        float: none;
        clear: none;
        visibility: visible;
    }
}

@media only screen and (max-width: 425px) {
    #g24 {
        width: 60%;
    }
}

@media only screen and (max-width: 320px) {
    #g24 {
        width: 80%;
    }
}


#n3 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 41px;
    clear: both;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#n4 {
    float: none;
    height: 3px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 2.512971%;
    display: block;
    margin-right: auto;
    background-color: rgb(149, 172, 46);
}

#n5 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#n2 {
    float: left;
    font-size: 1.4em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 62px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#n1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    background-color: rgb(245, 244, 246);
    padding-bottom: 60px;
    padding-right: 10%;
    padding-left: 10%;
}

#n7 {
    float: left;
    height: auto;
    margin-left: -0.04688464%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    margin-right: 0%;
}

#n8 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 23.87%;
    min-height: 275px;
}

#n10 {
    float: left;
    height: auto;
    margin-left: 2.287477%;
    margin-top: 0px;
    clear: none;
    width: 73.843307%;
}

#n11 {
    float: left;
    font-size: 1.8em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.01236705%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#n12 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: justify;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.01060033%;
    margin-top: 30px;
    clear: both;
    min-height: 0px;
}

#n13 {
    float: none;
    font-size: 14px;
    line-height: 1em;
    font-family: helvetica;
    color: rgb(72, 73, 74);
}

#n9 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#n14 {
    float: left;
    height: auto;
    margin-left: -0.04688464%;
    margin-top: 55px;
    clear: both;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#n15 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 23.87%;
    min-height: 275px;
}

#n16 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#n17 {
    float: left;
    height: auto;
    margin-left: 2.287477%;
    margin-top: 0px;
    clear: none;
    width: 73.843307%;
}

#n18 {
    float: left;
    font-size: 1.8em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.01236705%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#n19 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: justify;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.01060033%;
    margin-top: 30px;
    clear: both;
    min-height: 0px;
}

#n20 {
    float: none;
    font-size: 14px;
    line-height: 1em;
    font-family: helvetica;
    color: rgb(72, 73, 74);
}

#n21 {
    float: left;
    height: auto;
    margin-left: -0.04688464%;
    margin-top: 55px;
    clear: both;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#n22 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 23.87%;
    min-height: 275px;
}

#n23 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
}

#n24 {
    float: left;
    height: auto;
    margin-left: 2.287477%;
    margin-top: 0px;
    clear: none;
    width: 73.843307%;
}

#n25 {
    float: left;
    font-size: 1.8em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.01236705%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#n26 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: justify;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.01060033%;
    margin-top: 30px;
    clear: both;
    min-height: 0px;
}

#n27 {
    float: none;
    font-size: 14px;
    line-height: 1em;
    font-family: helvetica;
    color: rgb(72, 73, 74);
}

#n28 {
    float: left;
    height: 45px;
    margin-left: -0.04688464%;
    margin-top: 63px;
    clear: both;
    width: 100%;
    margin-right: 0%;
    text-align: center;
}

#n6 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 40px;
    clear: both;
    width: 100%;
}

#n29 {
    float: left;
    height: 492px;
    margin-left: -0.04553438%;
    margin-top: 56px;
    clear: both;
    width: 100%;
    display: none;
    visibility: hidden;
}

#n30 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
}

#n32 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
}

#n31 {
    float: none;
    width: 31.461003%;
    max-width: 100%;
    height: 101.214576%;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
    margin-right: auto;
}

#n33 {
    float: left;
    font-size: 22px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.00162623%;
    margin-top: 21px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#n34 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: justify;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 30px;
    clear: both;
    min-height: 0px;
    display: block;
    margin-right: 0%;
}

#n35 {
    float: none;
    font-size: 14px;
    line-height: 1.4em;
    font-family: helvetica;
    color: rgb(72, 73, 74);
}

@media only screen and (max-width: 1201px) {
    #n15 {
        width: 29%;
    }

    #n10 {
        width: 68%;
    }

    #n17 {
        width: 68%;
    }

    #n24 {
        width: 68%;
    }

    #n8 {
        width: 29%;
    }

    #n22 {
        width: 29%;
    }

    #n1 {
        height: auto;
        margin-top: 0px;
        margin-left: 0%;
        clear: none;
    }

    #n29 {
        float: left;
        height: 492px;
        margin-left: -0.04553438%;
        margin-top: 56px;
        clear: both;
        width: 100%;
        display: none;
        visibility: hidden;
    }

    #n30 {
        float: left;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: none;
        width: 100%;
    }

    #n32 {
        float: left;
        height: auto;
        margin-left: 0%;
        margin-top: 0px;
        clear: both;
        width: 100%;
    }

    #n31 {
        width: 31.461003%;
        height: 101.214576%;
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        clear: none;
        float: none;
    }

    #n33 {
        width: 100%;
        margin-top: 21px;
        padding-right: 10%;
        margin-left: 5%;
        clear: none;
        text-align: center;
    }

    #n34 {
        display: block;
        margin-top: 30px;
        margin-right: 5%;
        margin-left: 5%;
        clear: both;
    }
}

@media only screen and (max-width: 768px) {
    #n29 {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 600px) {
    #n3 {
        margin-top: 66px;
        margin-left: 0%;
        clear: both;
        margin-bottom: 50px;
    }

    #n4 {
        width: 10%;
    }

    #n6 {
        display: none;
        visibility: hidden;
    }

    #n29 {
        display: block;
        visibility: visible;
        height: auto;
    }

    #n31 {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 398px) {
    #n31 {
        width: 100%;
    }
}


#eq3 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 41px;
    clear: both;
    width: 100%;
    display: block;
    margin-right: 0%;
}

#eq4 {
    float: none;
    height: 3px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 3.5%;
    display: block;
    margin-right: auto;
    background-color: rgb(149, 172, 46);
}

#eq5 {
    float: left;
    font-size: 2.7em;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 14px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
    margin-bottom: 40px;
}

#eq2 {
    float: left;
    font-size: 1.4em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 70px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
    padding-left: 10%;
}

#eq1 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    background-color: rgb(245, 244, 246);
    padding-bottom: 60px;
    padding-right: 0%;
    padding-left: 0%;
}

#eq6 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 210px;
    clear: none;
    width: auto;
    display: block;
    margin-right: auto;
}

#eq7 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 511.328125px;
    margin-right: auto;
}

#eq8 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 160px;
}

.row-esfera {
    margin-top: 50px;
}

#eq9 {
    float: left;
    height: 160px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
}

#eq10 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#eq11 {
    float: left;
    font-size: 22px;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
    font-weight: normal;
}

#eq12 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq13 {
    float: left;
    height: auto;
    margin-left: 3%;
    margin-top: 0px;
    clear: none;
    width: 160px;
    display: block;
    margin-right: 0%;
}

#eq14 {
    float: left;
    height: 160px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#eq15 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#eq16 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq17 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq18 {
    float: left;
    height: auto;
    margin-left: 3%;
    margin-top: 0px;
    clear: none;
    width: 160px;
    display: block;
    margin-right: 0%;
}

#eq19 {
    float: left;
    height: 160px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#eq20 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#eq21 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq22 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq23 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 17.5px;
    clear: none;
    width: 867.71875px;
    display: block;
    margin-right: auto;
}

#eq24 {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 160px;
}

#eq25 {
    float: left;
    height: 160px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#eq26 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#eq27 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq28 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq29 {
    float: left;
    height: auto;
    margin-left: 1.902718%;
    margin-top: 0px;
    clear: none;
    width: 160px;
    display: block;
    margin-right: 0%;
}

#eq30 {
    float: left;
    height: 160px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#eq31 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#eq32 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq33 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq34 {
    float: left;
    height: auto;
    margin-left: 1.9%;
    margin-top: 0px;
    clear: none;
    width: 160px;
    display: block;
    margin-right: 0%;
}

#eq35 {
    float: left;
    height: 160px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#eq36 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#eq37 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq38 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq39 {
    float: left;
    height: auto;
    margin-left: 1.9%;
    margin-top: 0px;
    clear: none;
    width: 160px;
    display: block;
    margin-right: 0%;
}

#eq40 {
    float: left;
    height: 160px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#eq41 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#eq42 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq43 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq44 {
    float: left;
    height: auto;
    margin-left: 1.9%;
    margin-top: 0px;
    clear: none;
    width: 160px;
    display: block;
    margin-right: 0%;
}

#eq45 {
    float: left;
    height: 160px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#eq46 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#eq47 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq48 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq50 {
    float: none;
    height: 255px;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 203.1562468125px;
    display: none;
    margin-right: auto;
    visibility: hidden;
}

#eq51 {
    float: left;
    height: 200px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

#eq52 {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    min-height: 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

#eq53 {
    float: left;
    font-size: 17px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 19px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq54 {
    float: left;
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
    margin-left: 0%;
    margin-top: 3px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(106, 106, 110);
    min-width: 0px;
    display: block;
    margin-right: 0%;
}

#eq55 {
    float: none;
    height: 1px;
    margin-left: auto;
    margin-top: 60px;
    clear: none;
    width: 1200px;
    background-color: rgb(72, 73, 74);
    margin-right: auto;
}

#eq56 {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 80px;
    clear: none;
    /*width: 811.37499241px;*/
    width: 1200px;
    position: relative;
    margin-right: auto;
}

#eq58 {
    float: right;
    width: 325px;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

#eq61 {
    float: left;
    min-height: 260px;
    height: auto;
    clear: none;
    /*width: 66.592205%;*/
    width: 900px;
    /*position: absolute;*/
    position: relative;
    top: 7px;
    left: 0%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: rgb(106, 106, 110) 0px 4px 13px 0px;
    box-shadow: rgb(106, 106, 110) 0px 4px 13px 0px;
    padding-bottom: 30px;
}

.elem-img {
    text-align: right;
    position: absolute;
    width: 100%;
}

#eq62 {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 30px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    padding-left: 5%;
}

#eq63 {
    float: left;
    font-size: 1em;
    width: auto;
    /*height: auto;*/
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 8px;
    clear: both;
    min-height: 0px;
    padding-left: 5%;
    padding-right: 5%;
    /*height: 80px;
    overflow: hidden;*/
}

#eq64 {
    float: none;
    font-size: 14px;
    line-height: 1.2em;
    font-family: 'Letter Gothic Std';
    color: rgb(156, 156, 158);
}

#eq65 {
    float: left;
    font-size: 16px;
    width: 100.000001%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 16px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    padding-left: 5%;
    display: block;
    margin-right: 0%;
}

#eq66 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 8px;
    clear: both;
    min-height: 0px;
    padding-left: 5%;
    display: block;
    margin-right: 0%;
}

#eq67 {
    float: none;
    font-size: 14px;
    line-height: 1em;
    font-family: 'Letter Gothic Std';
    color: rgb(156, 156, 158);
}

#eq68 {
    float: left;
    font-size: 16px;
    width: 100.000001%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 16px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    padding-left: 5%;
    display: block;
    margin-right: 0%;
}

#eq69 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 8px;
    clear: both;
    min-height: 0px;
    padding-left: 5%;
    display: block;
    margin-right: 0%;
}

#eq70 {
    float: none;
    font-size: 14px;
    line-height: 1em;
    font-family: 'Letter Gothic Std';
    color: rgb(156, 156, 158);
}

#eq57 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 1.109228%;
}

#eq59 {
    float: right;
    font-size: 20px;
        max-width: 670px;
    height: 21px;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    padding-left: 0px;
    display: block;
    margin-right: 315px;
    padding-right: 2%;
    overflow: hidden;
}

#eq60 {
    float: none;
    font-size: 13px;
    line-height: 1em;
    font-family: helvetica;
    font-style: italic;
}

#eq71 {
    float: left;
    height: auto;
    margin-left: 24.398887%;
    margin-top: 60.5px;
    clear: none;
    width: 811.37499241px;
    position: relative;
    margin-right: 0%;
    display: none;
    visibility: hidden;
}

#eq72 {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    clear: none;
    color: rgb(0, 0, 0);
    position: absolute;
    z-index: 1;
}

#eq85 {
    float: right;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}

#eq73 {
    float: right;
    font-size: 20px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    padding-left: 0px;
    display: block;
    margin-right: 0%;
    padding-right: 2%;
}

#eq74 {
    float: none;
    font-size: 13px;
    line-height: 1em;
    font-family: Helvetica-Light;
}

#eq75 {
    float: left;
    height: 267px;
    clear: none;
    width: 66.592205%;
    position: absolute;
    top: 22px;
    left: 0%;
    -webkit-box-shadow: rgb(106, 106, 110) 0px 4px 13px 0px;
    box-shadow: rgb(106, 106, 110) 0px 4px 13px 0px;
    background-color: rgb(255, 255, 255);
}

#eq76 {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 30px;
    clear: none;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    padding-left: 5%;
}

#eq77 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 8px;
    clear: both;
    min-height: 0px;
    padding-left: 5%;
    padding-right: 5%;
}

#eq78 {
    float: none;
    font-size: 14px;
    line-height: 1em;
    font-family: 'Letter Gothic Std';
    color: rgb(156, 156, 158);
}

#eq79 {
    float: left;
    font-size: 16px;
    width: 100.000001%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 16px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    padding-left: 5%;
    display: block;
    margin-right: 0%;
}

#eq80 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 8px;
    clear: both;
    min-height: 0px;
    padding-left: 5%;
    display: block;
    margin-right: 0%;
}

#eq81 {
    float: none;
    font-size: 14px;
    line-height: 1em;
    font-family: 'Letter Gothic Std';
    color: rgb(156, 156, 158);
}

#eq82 {
    float: left;
    font-size: 16px;
    width: 100.000001%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 16px;
    clear: both;
    min-height: 0px;
    font-family: 'Bebas Neue';
    color: rgb(106, 106, 110);
    min-width: 0px;
    padding-left: 5%;
    display: block;
    margin-right: 0%;
}

#eq83 {
    float: left;
    font-size: 1em;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 8px;
    clear: both;
    min-height: 0px;
    padding-left: 5%;
    display: block;
    margin-right: 0%;
}

#eq84 {
    float: none;
    font-size: 14px;
    line-height: 1em;
    font-family: 'Letter Gothic Std';
    color: rgb(156, 156, 158);
}

@media only screen and (max-width: 1440px) {
    #eq50 {
        display: none;
        visibility: hidden;
    }

    #eq71 {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 1280px) {
    #eq50 {
        display: none;
        visibility: hidden;
    }

    #eq71 {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 1024px) {
    #h24 {
        width: 40%;
        margin-top: 20px;
    }
    
    #eq7 {
        margin-top: 0px;
        margin-left: auto;
        clear: none;
        width: 580.578125px;
        margin-right: auto;
    }

    #eq8 {
        height: auto;
        width: 180px;
    }
    
    #eq6 .container {
        margin-top: 50px;
    }
    
    #eq55 {
        width: 90%;
    }
    
    .col-esfera {
        padding-left: 65px;
        padding-right: 65px;
    }
    
    .row-esfera {
        margin-top: 0px;
    }

    #eq9, #eq10 {
        height: auto;
    }
    
    #eq12 {
        padding-bottom: 30px;
    }

    #eq13 {
        height: auto;
        width: 180px;
    }

    #eq14 {
        height: 180px;
    }

    #eq18 {
        height: auto;
        width: 180px;
    }

    #eq19 {
        height: 180px;
    }

    #eq23 {
        height: auto;
        width: 96.09375%;
        margin-top: 17.5px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
    }

    #eq24 {
        width: 180px;
        height: auto;
    }

    #eq25 {
        height: 180px;
    }

    #eq29 {
        width: 180px;
        height: auto;
    }

    #eq30 {
        height: 180px;
    }

    #eq34 {
        width: 180px;
        height: auto;
    }

    #eq35 {
        height: 180px;
    }

    #eq39 {
        width: 180px;
        height: auto;
    }

    #eq40 {
        height: 180px;
    }

    #eq44 {
        width: 180px;
        height: auto;
    }

    #eq45 {
        height: 180px;
    }

    #eq50 {
        width: 180px;
        height: auto;
        display: none;
        visibility: hidden;
    }

    #eq51 {
        height: 180px;
    }

    #eq71 {
        display: none;
        visibility: hidden;
    }
    
    /* CORREÇÕES 28/01/2019 */
    #h29 {
        margin-top: 110px;
    }

    #h32 {
        padding-left: 10%;
        padding-right: 10%;
    }
    #eq5 {
        margin-bottom: 50px;
    }
    #carouselEquipaMobi .carousel-control-prev {
        text-align: left;
        margin-top: 220px;
        padding-left: 0px;
        position: absolute;
        z-index: 1;
        width: 50%;
    }
   #carouselEquipaMobi .carousel-control-next {
        text-align: right;
        margin-top: 220px;
        padding-right: 0px;
        position: absolute;
        z-index: 1;
        width: 100%;
    }
    #carouselGaleriaMobi .carousel-control-prev {
        text-align: left;
        margin-top: 115px;
        padding-left: 0px;
        position: absolute;
        z-index: 1;
        width: 50%;
    }
   #carouselGaleriaMobi .carousel-control-next {
        text-align: right;
        margin-top: 115px;
        padding-right: 0px;
        position: absolute;
        z-index: 1;
        width: 100%;
    }
    #carouselNoticiasMobi .carousel-control-prev {
        text-align: left;
        margin-top: 145px;
        padding-left: 0px;
        position: absolute;
        z-index: 1;
        width: 50%;
    }
   #carouselNoticiasMobi .carousel-control-next {
        text-align: right;
        margin-top: 145px;
        padding-right: 0px;
        position: absolute;
        z-index: 1;
        width: 100%;
    }
    #eq71 {
        margin-top: 30px;
    }
    #eq72 {
        margin-top: 20px;
        margin-left: 5%;
    }
    #eq73 {
        width: 100%;
        text-align: center;
        font-weight: normal;
        font-size: 26px;
    }
    #eq74 {
        position: absolute;
        margin-top: 4px;
        font-weight: normal;
        font-family: helvetica;
        font-style: italic;
    }
    #eq75 {
        position: relative;
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin-top: 20px;
    }
    #eq85 {
        margin-top: 60px;
        width: 100%;
    }
    
}

@media only screen and (max-width: 768px) {
    #eq23 {
        margin-top: 17.5px;
        margin-left: auto;
        clear: none;
        width: 74.025472%;
        margin-right: auto;
    }

    #eq50 {
        display: none;
        visibility: hidden;
    }

    #eq71 {
        display: none;
        visibility: hidden;
    }
}

@media only screen and (max-width: 600px) {
    #eq3 {
        margin-top: 66px;
        margin-left: 0%;
        clear: both;
    }

    #eq4 {
        width: 10%;
    }

    #eq6 {
        margin-top: 64px;
        margin-left: 0%;
        clear: both;
        height: auto;
    }

    #eq7 {
        display: none;
        visibility: hidden;
    }

    #eq23 {
        display: none;
        visibility: hidden;
    }

    #eq50 {
        display: block;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        clear: none;
        visibility: visible;
    }

    #eq71 {
        display: block;
        visibility: visible;
        margin-left: 0%;
        width: 100%;
    }

    #eq56 {
        display: none;
        visibility: hidden;
    }
    #n30 {
        height: 300px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media only screen and (max-width: 357px) {
    #eq85 {
        width: 90.910364%;
        margin-top: 320px;
        margin-left: auto;
        clear: none;
        margin-right: auto;
        float: none;
    }
}

