@media screen and (max-width: 768px) { 


body {
	background-image: url(../img/carmap/landing/img7.jpg);
	background-position: center top;
	background-attachment: fixed;
}

.tit-center {
  color: white;
  z-index: 998;
  position: inherit;
}

.tit-center h1 {
  background: rgba(0, 0, 0, 0.33) none repeat scroll 0 0;
  font-size: 45px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1px;
  margin: auto;
  padding: 9px 24px;
  text-shadow: 1px 1px 1px black;
  width: 100%;
}

#result-table_ > p {
  background: rgba(0, 0, 0, 0.33) none repeat scroll 0 0 !important;
  font-size: 21px;
  margin: 6px auto auto;
  padding: 10px;
  width: 100%;
  
}
.area1 {
  background-color: transparent;
  height: 700px;
  overflow: hidden;
}

.area2 {
  background-color: white;
}

.car-map-coluns-border {
  border-left: none;
}

.area-terras {
  background-image: url("../img/bg-rodape-mobile-terrasarea.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 546px;
}

.bt-criar {
  background-color: #87b51c;
  border: 2px solid #669900;
  border-radius: 3px;
  box-shadow: 1px 1px 0 black;
  color: white;
  font-size: 18px;
  padding: 14px 20px;
  text-decoration: none;
}

.img-logo-header {
  height: 77px;
  margin-top: 8px;
  transition: all 0.3s ease 0s;
}


}

