  .no-link{
	color:#000000;
  text-decoration:none;
  font-family: 'Roboto';
  font-size: larger;
  font-weight: 500px;
}

 a:hover{
	text-decoration:none;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-carousel{
	width: 800px;
	height: 400px;
  margin-left: 50px !important;
}

.centerz{
    float: none;
    margin: 0 auto;
}

.form-area
{
  padding: 10px 40px 60px;
  margin: 10px 0px 60px;
}

  .contact-info{
    font-family: Roboto;
    margin-left: 50%;
    margin-top: 8%;
}

  .roboto-font{
    font-family: Roboto;
}

  .grey-background{
    background-color: #DCDCDC
}

  .dark-background{
   background-color: #696969
}

.text1-slider{
  text-align: left;
  margin-bottom: 25%;
  font-family: 'Raleway';
  font-size: 430%;
  opacity: 0.7;
}

.text2-slider{
  text-align: left;
  margin-bottom: 25%;
  font-family: 'Raleway';
  font-size: 430%;
  opacity: 0.7;
}

.text3-slider{
  text-align: center;
  margin-bottom: 60%;
  margin-left: 4%;
  font-family: 'Raleway';
  color: #035485;
  font-size: 430%;
  opacity: 0.9;
}

.index-row{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.col-md-3 {
  float: none;
  display: inline-block;
  text-align: left; /*reset the text alignement to left*/
}

.line-horizontal {
    display: block !important;
    height: 1px !important;
    border: 0 !important;
    border-top: 2px solid #0174b5 !important;
    margin: 1em 0 !important;
    padding: 0 !important; 
    margin-top: 1.5% !important;
  }

  .vtop{
    vertical-align: text-top !important;
  }

  /* INDEX CSS */

  .row-servico{
    margin: 3% 20% 11% 20%;
  }

  .div-servico{
    text-align: center;
    font-family: 'Roboto';
  }

  .image-servico{
    width: 100%;
  }

  .titulo-servico{
    font-weight: bold;
    font-size: larger;
  }

  .link-servico{
    color:#000000;
      text-decoration:none !important;
      font-family: 'Roboto';
  }

  a.link-servico:hover{
    color:#000000;
      text-decoration:underline !important;
      font-family: 'Roboto';
  }

  .header-servicos{
    margin-top: 2%;
    margin-left: 21%;
    font-family: 'Roboto';
    font-size: larger;
  }