h1 {
  font-weight: 300;
}

/** -----------------------------------------------------------------------
 *  HEADER
 *  -----------------------------------------------------------------------
 */
#header * {
  transition: all 0.3s ease;
}

#header #header-wrap > .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#header .logo-normal {
  display: none;
}

#header .logo-negative {
  display: initial;
}

#header #primary-menu a, #header #primary-menu span {
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
}

#header #primary-menu span {
  display: block;
  line-height: 22px;
  padding: 34px 15px;
}

#header.sticky-header #header-wrap {
  background-color: rgba(255, 255, 255, 0.9);
}

#header.sticky-header #header-wrap > .container {
  border-bottom: none;
}

#header.sticky-header .logo-normal {
  display: initial;
}

#header.sticky-header .logo-negative {
  display: none;
}

#header.sticky-header #primary-menu a, #header.sticky-header #primary-menu span {
  color: #003CA6;
}

#logo {
  margin-top: 30px;
  font-size: inherit;
}

#logo img {
  height: auto;
}

@media (max-width: 991px) {
  #header.transparent-header,
  #header.semi-transparent {
    position: absolute;
    width: 100%;
    background: transparent;
  }
  #header-wrap > .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #primary-menu-trigger {
    top: 20px;
    left: auto;
    right: 0;
    font-size: 30px;
    color: #FFF;
  }
  #primary-menu ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #primary-menu a {
    text-align: center;
  }
  #logo {
    height: 90px;
  }
  #logo img {
    height: 40px;
    margin-top: 25px;
  }
  #slider .heading-block {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  #header-wrap > .container {
    width: auto !important;
  }
  #primary-menu-trigger {
    font-size: 20px;
  }
  #slider {
    padding-top: 90px;
  }
  #slider .heading-block {
    margin-top: 120px;
  }
  #slider .center {
    margin-top: 50px !important;
    margin-bottom: 150px;
  }
  #slider h1 {
    font-size: 19px;
  }
  #logo {
    height: 90px;
  }
  #logo img {
    height: 30px;
    margin-top: 30px;
  }
}

/** -----------------------------------------------------------------------
 *  WELCOME SLIDER
 *  -----------------------------------------------------------------------
 */
#slider {
  color: #FFF;
  background: url("../img/adminit-bg.jpg") center center no-repeat;
  background-size: cover;
}

#slider h1 {
  color: inherit;
}

#slider .one-page-arrow {
  color: #FFF;
}

/** -----------------------------------------------------------------------
 *  CONTENT
 *  -----------------------------------------------------------------------
 */
.intro {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.intro-title {
  font-weight: 400;
  color: #003CA6;
}

.intro-title,
.intro p {
  margin-bottom: 15px;
}

.section {
  background-color: #F5F5F5;
}

.section .feature-item {
  margin-bottom: 50px;
}

.accordion .acctitle,
.accordion .acctitlec,
.accordion .acc_content {
  font-size: inherit;
  padding-left: 25px;
}

.accordion .acctitle {
  padding-top: 15px;
  padding-bottom: 15px;
}

.accordion .acctitle i {
  line-height: 56px;
}

.accordion .acc_content p {
  margin-bottom: 10px;
}

.quem-somos .heading-block h2 + span {
  line-height: 1.42857143;
}

.quem-somos-image {
  background: url("../img/quem-somos.jpg") center center/cover no-repeat;
}

/** -----------------------------------------------------------------------
 *  FORM
 *  -----------------------------------------------------------------------
 */
#contact-form-overlay-mini {
  margin-top: 90px;
  border-radius: 0;
}

.contactos .col_full {
  margin-bottom: 10px;
}

.contactos .contactos-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.contactos .sm-form-control {
  background-color: #F5F5F5;
  border-color: transparent;
}

.contactos .sm-form-control:focus {
  border-color: #003CA6;
}

.contactos .inline-divider {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

/** -----------------------------------------------------------------------
 *  PULSE SPINNER
 *  -----------------------------------------------------------------------
 */
#css3-spinner-svg-pulse-wrapper {
  position: absolute;
  overflow: hidden;
  width: 260px;
  height: 210px;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -130px;
  background-color: transparent;
  animation: none;
  -webkit-animation: none;
}

#css3-spinner-svg-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -275px;
}

#css3-spinner-pulse {
  stroke-dasharray: 281;
  -webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 814;
  }
  to {
    stroke-dashoffset: -814;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 814;
  }
  to {
    stroke-dashoffset: -814;
  }
}

/** -----------------------------------------------------------------------
 *  FOOTER
 *  -----------------------------------------------------------------------
 */
#footer {
  border: none;
  border-color: #003CA6;
}

#footer * {
  background-color: #FFF;
}

#footer p {
  margin-bottom: 10px;
}

#footer p:last-of-type {
  margin-bottom: 0px;
}

#footer .bizview {
  font-size: 13px;
}

#footer .bizview,
#footer .bizview a {
  color: #999;
}

/** -----------------------------------------------------------------------
 *  OTHER
 *  -----------------------------------------------------------------------
 */
#gotoTop {
  background: url("../img/go-to-top.svg") center center no-repeat;
  background-color: transparent;
  opacity: .5;
  border-radius: 0;
}

#gotoTop:hover {
  background-color: transparent;
  opacity: 1;
}

body:not(.device-touch) #gotoTop {
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
}

/*# sourceMappingURL=content.css.map */
