#sp-header .logo {
    margin: auto !important;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #005C90;
}
#sp-logo {
  text-align: center;
}
#sp-header {
    background: #efefef;
    border-bottom: 1px solid #005C90;
}
.sp-contact-info {
    
    float: right;
}
.grow img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.grow img:hover {
    cursor: pointer;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
h1.sppb-addon-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #02598b !important;
    font-size: 30px;
}
h2.sppb-addon-title {
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #02598b !important;
    font-size: 30px;
}
h3.sppb-addon-title {
  margin-bottom: 25px;
  text-transform: uppercase;
  
      color: #02598b !important;
    font-size: 30px;
}
.ponto_count h4{
  color: white;
      text-transform: uppercase !important;
    font-weight: 100;
    font-size: 18px;
}
.greyscale {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.table tr:hover {
  background-color: #cecece;
  transition: 300ms all;
}

body {background: white;}

section#section-id-1524130131238 {background: #dadada;}

section#sp-top-bar {background: #171717;color: aaaaaa;}





.cc-compliance.cc-highlight > .cc-deny {
    order: 3 !important;
    color: black !important;
    background: #ffffff !important;
}

.cc-compliance.cc-highlight > .cc-allow {
    order: 2 !important;
}

.cc-compliance.cc-highlight > .cc-allowall {
    order: 1 !important;
    background: #333333 !important;
    color: white !important;
}