.search-area {
  margin: 80px 0;
}


#main-banner {
  margin: 150px 0 150px;
  text-align: center;
  
}
#main-banner .content {
  max-width: 800px;
  margin: 0 auto;
}


.numeros {
  background: #000 url(../img/bg-numeros.jpg) center bottom no-repeat;

}

.numeros .number {
  text-align: center;
  font-size: 82px;
  font-weight: bold;
  font-family: "exomediumitalic", Geneva, sans-serif;
  color: #62c3a5;
  text-shadow: rgba(0, 0, 0, 0.42) 2px 2px;
}
.numeros .label-number {
  display: block;
  font-size: 19px;
}

a:hover{  
  color: #858e92;
}


@media screen and (max-width: 768px) {
  #main-banner {
    margin: 50px 0;
  }

}

#menu-navegacao-primaria li a.active{
  color: #6e7072;
}
/******************************************
CAROUSEL
******************************************/
.carousel .item-carousel {
  position: relative;
}
.item-carousel .icon-round {
  position: absolute;
  z-index: 7;
  left: 45%;
  width: 60px;
  top: 165px;
  height: 60px;
  margin-left: -30px;
  border-radius: 30px;
  font-size: 38px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.item-carousel .icon-round .icon-link {
    padding-top: 12px;
  font-size: 32px;
  display: block;
  text-align: center;
}

.carousel .item-carousel .link-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.carousel .item-carousel {
  background-color: #fff;
  height: 320px;
}
.bg-white .carousel .item-carousel {
  background-color:#ECF0F2;
    border: #E3E3E3 solid;
}
.item-carousel .item-texto {
  text-align: center;
  padding-top: 35px;
}

.owl-buttons {
  text-align: center;
  margin: 20px 0;
}
.owl-prev, .owl-next {
  font-size: 26px;
  padding:10px 4px;
  background-color: #FFF;
  display: inline-block;
  border-bottom: #B2B2B2 solid 3px;
  border-radius: 10px;
  margin: 0 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bg-white .owl-prev, .bg-white .owl-next {
  background-color: #ECF0F2;
}

.owl-controls {
  position: absolute;
  left: 0;
  z-index: 9;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#linha-noticias {
  padding-bottom: 80px;
}
#linha-noticias .owl-controls {
  bottom: -40px;
}

.single-carousel {
overflow: hidden;
}
/******************************************
BANNER
******************************************/


.owl-dots .owl-dot {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border-color: #fff;
  border-width: 3px;
  border-style: solid;
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow:2px 2px 0 rgba(0, 0, 0, 0.19);
  box-shadow:2px 2px 0 rgba(0, 0, 0, 0.19);
}

.owl-dots .owl-dot.active {
  background-color: #fff;
}