/*@font-face {
  font-family: myriadaplle;
  src: url('myriadapple/MYRIADAT.TTF');
}*/

@font-face {
  font-family: lato;
  src: url('lato/Lato-Black.ttf');
  src: url('lato/Lato-BlackItalic.ttf');
  src: url('lato/Lato-Bold.ttf');
  src: url('lato/Lato-BoldItalic.ttf');
  src: url('lato/Lato-Hairline.ttf');
  src: url('lato/Lato-Light.ttf');
  src: url('lato/Lato-LightItalic.ttf');
  src: url('lato/Lato-Regular.ttf');
}

@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?rtpg54');
  src:url('fonts/icomoon.eot?rtpg54#iefix') format('embedded-opentype'),
  url('fonts/icomoon.ttf?rtpg54') format('truetype'),
  url('fonts/icomoon.woff?rtpg54') format('woff'),
  url('fonts/icomoon.svg?rtpg54#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


a:hover {
  color: #999 !important;
}

body {
  /*background-image: url(img/bg_body.png);*/
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  font-family: lato;
  /*background: url(img/bg_body.png);*/
  background-repeat: no-repeat;
  font-size: 16px !important;
}

.topo1 {
    margin-top: 26px;
}
.title_services{
  padding-top: 0px !important;
  margin-top: 0px !important;;
}

.services:hover{
  background-color: #64adbc;
  color: #ffffff !important;
}

.services:hover p{
  color: #fff;
}
.services p{
  color: #4d4d4f;
  padding-top: 10px;
  margin-bottom: 0px;
}
.services  a{
  padding: 20px 0;
  text-decoration: none;
  font-size: 14px;
}
.space{
  display: block;
  margin-top: 20px;
}

.border-bottom{
 /* border-bottom: 4px solid #00abb7 !important;
  margin-top: 0px;*/
}

.border-bottom2{
  border-bottom: 4px solid #00abb7 !important;
  margin-top: 0px;
}
.conteudo-footer{
  margin: auto !important;
  /*min-width: 742px;*/
}
.logo_footer{
  float: left;
  padding-right: 20px;
}
.text-footer{
  display: inline-block;
  padding-left: 20px;
  color: #bdbdbd;
  border-left: 1px #bdbdbd solid !important;
}
.align-center {
  margin: auto !important;
  max-width: 752px;
  top: 1px;
  position: relative;
}

.form-control{
  border: 1px solid #ccc;
}

.btn-primary {
  background-color: #4d4d4f;
  border-color: #525254;
}


@media(max-width: 768px){
  #pesquisar{
  width: 100%;
  max-width: 600px;
  }
}
@media(min-width: 992px){
  .services_padding_rigth{
  padding-right: 3px;
}

.subtitulo{
  font-weight: 200;
}

.space{
  
}