/*
Front-end developer: Felipe Golfetto
Facebook: https://www.facebook.com/felipe.golfetto
*/

/* HEADERS */
.logo img{
  width: 100%;
  max-width: 280px;
}

.menu a{
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

.menu a:hover{
  color: #21cf9a;
}

.menu-drop{
  font-family: 'Montserrat', sans-serif;
}

.bt-trans-green{
  color: #21cf9a;
  border: 1px solid #21cf9a;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

.bt-trans-blue{
  color: #2f3e55;
  border: 1px solid #2f3e55;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}

.bt-trans-blue:hover{
  background-color: #2f3e55;
  color: #fff;
}

.bt-trans-green:hover{
  color: #fff;
  background-color: #21cf9a;
}

.bt-green{
  color: #fff;
  background-color: #21cf9a;
  display: inline-block;
  text-align: center;
}

.banner{
  padding: 160px 0 70px;
}

.banner h1{
  font-size: 100px;
}

.banner h2{
  font-weight: 100;
}

.banner hr, .lineheight{
  width: 3px;
  display: inline-block;
  height: 50px;
  border: none;
  background-color: #21cf9a;
}

.bhome{
  padding-bottom: 150px;
}

.dropdown-menu{
  left: auto;
  right: 0;
  background-color: #2f3e55;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.dropdown-menu a{
  padding: 5px 0;
  color: #21cf9a;
  font-weight: 600;
  font-size: 17px;
}

.dropdown-menu li{
  width: 100%;
}

/* HOME */
.seg-card{
  background-color: #2f3e55;
  margin-top: -68px;
}

.seg-card figure{
  height: 120px;
}

.seg-card img{
  margin: 30px 0;
}

.seg-card h3{
  margin-bottom: 30px;
}

#clientes .owl-controls .owl-page span{
  display: block;
  width: 30px;
  height: 12px;
  margin: 10px 2px 0;
  background: #e4e4e4;
  border-radius: 0;
  opacity: 1;
}

#clientes .owl-controls .owl-page.active span, #clientes .owl-controls.clickable .owl-page:hover span{
  background-color: #67d4ae;
}

/* FORMs */
#form{
  background-color: #2f3e55;
  padding: 30px;
  margin-bottom: -135px;
  position: relative;
}

.form h2{
  font-weight: 100;
  margin-bottom: -5px;
  margin-top: 35px;
}

.form h1{
  font-size: 70px;
  font-weight: 100;
  color: #fff;
}

.form input, .form textarea{
  border: 1px solid #67d4ae;
  float: left;
  width: 100%;
  padding: 10px;
  background: none;
  margin: 10px 0;
  color: #67d4ae;
}

.form input[type="submit"]{
  margin-top: 12px;
  background-color: #67d4ae;
  color: #2f3e55;
}

.form input[type="submit"]:hover{
  background-color: #fff;
  border-color: #fff;
}

/* FOOTER */
footer{
  padding-top: 180px;
  padding-bottom: 50px;
}

footer i{
  position: relative;
  top: 3px;
}


/* INTERNAS */
.imgdestaque{
  background: #2f3e55;
  height: 100px;
  margin-top: 190px;
  padding-bottom: 40px;
  text-align: center;
}

.imgdestaque img{
  margin-top: -114px;
  max-width: 1200px;
}

.modal-body{
  background-color: #22cf9a;
}

.modal hr{
  border-color: #2f3e55 !important;
}

.modal-dialog{
  margin: 0.5% auto;
}

.close-s{
  position: absolute;
  right: 15px;
  top: 15px;
}

label.error{
	float:left;
	width:100%;
	color:#FFF;
	font-size:11px;
	margin-bottom:2px;
	margin-top:-10px;
}




#awhatsapp {
	position: fixed;
	bottom: 50px;
	/*top: 210px;*/
	left: -138px;
	z-index: 200;
	transition: 300ms;
	display: block;
}
#awhatsapp:hover {
	left: -5px;
}