@font-face {
  font-family: 'CoreMellow-Bold';
  src: url('../fonts/CoreMellow-Bold.eot');
  src: url('../fonts/CoreMellow-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/CoreMellow-Bold.svg#CoreMellow-Bold') format('svg'),
       url('../fonts/CoreMellow-Bold.ttf') format('truetype'),
       url('../fonts/CoreMellow-Bold.woff') format('woff'),
       url('../fonts/CoreMellow-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CoreMellow-CnRegular';
  src: url('../fonts/CoreMellow-CnRegular.eot');
  src: url('../fonts/CoreMellow-CnRegular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/CoreMellow-CnRegular.svg#CoreMellow-CnRegular') format('svg'),
       url('../fonts/CoreMellow-CnRegular.ttf') format('truetype'),
       url('../fonts/CoreMellow-CnRegular.woff') format('woff'),
       url('../fonts/CoreMellow-CnRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



.banner{
	background-image: url('../img/banner.jpg');
	min-height: 918px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 40px;
}

h1{
	color: #fff;
	text-transform: uppercase;
	font-size: 38pt;
	font-family: 'CoreMellow-Bold';
	font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

.linha-construcao{
  width: auto;
  max-width: 800px;
  height: 80px;
  background-color: #4a4a49;
  border-radius: 15px;
  margin: auto;
  margin-top: 70px;
}

p{
	color: #e08f45;
	font-family: 'CoreMellow-CnRegular';
	font-size: 28pt;
  text-align: left;
}
.gato{
  margin-top: -30px;
}
.clique{
  width: 150px;
  background-color: #fbb933;
  border: none;
  padding: 5px;
  color: #fff;
  font-family: 'CoreMellow-CnRegular';
  border-radius: 5px;
  font-size: 16pt;
  box-shadow: ;
  box-shadow: 5px 5px #e5e9ea;
}

.col-sm-7{
  padding-top: 200px;
}

.pata{
  margin-top: -400px;
}

@media only screen and (max-width: 720px) {
  h1{
		font-size: 22pt;
	}

  .linha-construcao{
    height: 55px;
  }
  .gato{
  margin-top: -5px;
}
.col-sm-7{
  padding-top: 20px;
}
.pata{
  margin-top: 0px;
}
}



