/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: white;
}

.sect1{
  width: 100%;
  position: relative;
  min-height: 400px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-image: url(../img/1.jpg);
  background-attachment: fixed;
}


.form-container{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 2%;
  width: 100%;
  max-width: 700px;
}

.flow-text{
  color: #777;
  font-size: 18px;
}

.meu-titulo{
  position: relative;
  text-align: center;
}

.meu-titulo h2{
  background-color: white;
  display: inline-block;
  font-size: 25px;
  z-index: 2;
  position: relative;
  color: #311b92;
  padding-right: 10px;
  padding-left: 10px;
}

.meu-titulo .line{
  width: 100%;
  height: 2px;
  z-index: 1;
  position: absolute;
  top: 51px;
  background-color: #311b92;
}
