@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
html {
  overflow-x: hidden;
}
body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #333;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}
li {
 list-style-type: none;
}
a{
    color: #333;
    text-decoration: none;
}

a:hover{
    color: #01b6ad;
    text-decoration: none;
}

.navbar{
    padding:  0;
}
.navbar-right span{
    color: #fff;
    font-size: 20px
}
.navbar-right span a{
    color: #fff
}
.top-nav-collapse {
  background: #f37022;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #f37022 !important;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}


section{
    padding: 60px 0
}
.banner_full{
    background-color:#01b6ad;
    padding: 150px 0 100px 0;
}
.team-item:hover .team-overlay{
    opacity: 50%;
}
.footer{
    padding: 15px 0 0 0;
    background-color: #f37022;
    color: #fff
}
.footer a{
  color: #fff;
  text-decoration: underline;
}
a.back-to-top i{
background: #01b6ad    
}
#services .icon i{
    background:#01b6ad ;
    border: 1px solid #01b6ad;
}
.section-title:before{
    background-color: #c6c8ca
}

.box_servicos{
    margin: 30px 40px;
    text-align: center;
    
}
.box_servicos h3{
  color: #343434;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px 0 15px 0;
}

.icones{
    padding-bottom: 15px;
}
.icones i{
    width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  background: #01b6ad;
  border: 1px solid #01b6ad;
  color: #fff;
  border-radius: 50%;
 
}






.box_map{
    margin: 10px 0;
    box-shadow: 0 25px 35px -20px rgba(0, 0, 0, 0.10);
}
.box_map_frame{
    overflow: hidden;
    position: relative;
}
.box_map_frame iframe{
    left:0;
    top:0; 
    width:100%;
    position:relative;
}
.box_map_end{
    background: #fff;
    padding: 10px;
}
.box_map_end h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
  margin-bottom: 5px;
}
.box_map_end p{
    margin: 0
}


.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@media screen and (max-width:375px) {
  .navbar-header {
    width: 50%;
    padding-left: 4px;
  }
  .navbar-brand img {
    width: 100%;
  }
  .top-nav-collapse .navbar-brand img {
    width: 100%;
}
  .navbar-right span{
     padding-right: 4px;
  }
}

.whatsapp-button{
  position: fixed; 
  right: 15px;
  bottom: 25px;

}
.whatsapp-button img{
  opacity: 0.7;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(50,50,50,0.4);
  width: 65px;
}
.whatsapp-button img:hover{
  opacity: 1.0;
  
}
.whatsapp-button:hover .descricao{
  display: block;
}
.whatsapp-button .descricao{
  background-color: #fff;
  position: absolute;
  width: 100px;
  text-align: center;
  line-height: 18px;
  top: 6px;
  right: 70px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 5px;
  display: none;
  color: #000;
}