  .separator-type, .title-type, .intro-type, .content-type .intro-type p {
    position: relative;
  }
  .intro-type .container {
    padding: 107px 0px 102px 0px !important;
  }
  .company-heading h1 {
    margin-bottom: 60px;
    padding-bottom: 50px;
    line-height: 80px;
    color: #fff;
    font-weight: 700 !important;
    text-align: center;
  }
  .jumbo {
    margin-top: 50px;
  }
  .seo-header, .product-header, 
  .intro-type .container h1.white, 
  .company-heading h1 {
    font-weight: 100 !important;
    text-transform: capitalize;
    font-size: 55px;
    margin-bottom: 20px;
  }
  .parallax {
    background-attachment: inherit !important;
  }
  .parallax {
    background-attachment: inherit !important;
  }
  .parallax {
    background-attachment: inherit !important;
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: -10;
  }
  .ct-btn-scroll {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 500px;
    z-index: 9;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
  }
  img, 
  figure {
    max-width: 100%;
  }

/* ==================================================
  Navbar extras
================================================== */

  #ana:hover{
    
    text-decoration: none !important;
    background-color: transparent !important;
    color:#337ab7;
    cursor:default;

  }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }

    
/* ==================================================
  Index images
================================================== */

.wrapper {
  max-width: 80em;
  margin: 0 auto;
}
.wrapper li {
  display: inline-block;
  overflow: hidden;
  max-height: 200px;
}
.wrapper img {
  width:  200px;
  height: 150px;
}
.wrapper .overlay-container {
  display: block;
  position: relative;
}
.wrapper .overlay-container::before {
  content: attr(data-overlay-text);
  font: 1em/1.5em 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: absolute;
  z-index: 1;
  /*On top of parent*/
  top: 40%;
  width: 100%;
  text-align: center;
  color: #fff;
  background: rgba(128, 128, 128, 0.8);
  opacity: 0;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .overlay-container:hover::before {
  opacity: 1;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.wrapper .overlay-container .overlay-img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .overlay-container:hover .overlay-img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* ==================================================
  Index images - FIM
================================================== */

/* ==================================================
  Sobre nós
================================================== */

* {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  transition: all .1s ease;
}

html, body {
  height: 100%;
}

h1 {
  font-size: 25px;
}

.page-section {
  box-sizing: border-box;
  width: 75%;
  margin-left: 20%;
  margin-top: 2%;
  padding: 3em;
  /* background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);*/
  background-color: rgb(66, 168, 194);
  color: white;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.navigation {
  position: fixed;
  width: 15%;
  margin-left: 2%;
  margin-top: 2%;
  background-color: rgb(180, 30, 30);
  color: #fff;
}
.navigation__link {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding: 1em;
  font-weight: bold;
}
.navigation__link:hover {
  background-color: rgb(170, 170, 170);
}
.navigation__link.active {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.1);
}


/* ==================================================
  Sobre nós - FIM
================================================== */

.navbar-header .navbar-toggle {
  border-color: transparent; /* Removes border color */
}
.navbar-header .navbar-toggle .icon-bar {
  background-color:rgb(83, 170, 211); /* Changes regular toggle color */
}

.navbar-header .navbar-toggle .icon-bar:hover {
  background-color:rgb(83, 170, 211); /* Changes regular toggle color */
}




.new_logo {
   

  width: 100%;
  height: 65px;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 65px;

}

.new_logo a {
  text-decoration: none;
  color: #fff;
  font-size: 2.5rem;
}

.new_logo a:hover {
  color:red;
}

.navbar{
  z-index: 999;
  background-color: white;

}

.nav a{
  
  font-size: 1.5em !important;
}

.navbar-header a{
  
  font-size: 1.5em !important;
}

.nav{
  text-align: center;
  display: inline-block;
}