 
  /* Inicio da Main */
  .main-container {
    background-color: #353535	;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 550px;
  }

  ul.links-menu{
    margin: 0;
  }

  .parallax{
    background-image: url(../img/site-fundo-1.jpg);
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  h1.titulo-pagina {
    padding-top: 90px;
    line-height: 115%;
    font-size: 7vh;
    text-align: center;
    font-weight: 300;
    color: rgb(255, 255, 255);
    overflow-wrap: break-word;
}
h2.sub-titulo-pagina {
  line-height: 120%;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
#texto{
    font-family: Roboto, Open Sans;
    font-size: 39px;
    font-weight: 30;
    margin-left: 50px;
    padding: 10px;

  }

  #area{
    padding: 50px 5%;
    overflow: hidden;
  }

  p{
    font-size: 16px;
    color: #666;
    font-weight: 300;
    padding-bottom: 15px;
    line-height: 22px;
  }

  main{
    margin-bottom: 30px;
  }
  #assunto {
    cursor: pointer;
  }
  
@media (min-width: 768px){
.col-md-12.colx-12 {
  margin: 0;
  }
}
  /* Fim da Main*/