body {
	
}


.no-flick{
	-webkit-overflow-scrolling: touch;
	background:#f4f4f4;
	overflow: hidden;
}

.no-flick > * {
    -webkit-transform: translateZ(0px);
	background:#f4f4f4;
	overflow: hidden;
}



.TITPROJECT_MOB{
	text-align:center;
	float:left;
	width:100%;
	min-height:35px;
}

.TITPROJECT_MOB span{
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	word-wrap: break-word;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:3px solid #000;
}

.UMMOBMENU{
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	word-wrap: break-word;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:left;
	padding-left:20px;
	cursor:pointer;
}

.TEX_MOB{
	font-family: 'Oswald', sans-serif;
	font-weight: 900;
	word-wrap: break-word;
	font-size:15.5px;
	font-weight:bold;
}


.BARR_MOB{
		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight:lighter;
		vertical-align: bottom;
		position:absolute;
		display:inline;
}


	
	#CAPAMOBILE{
		position:absolute;
		left:0px;
		top:0px;
		z-index:9999999999999;
	}
	
	
	#CAPA_MOB{
		background: #ffe83f url(/SALT2015/SEA/ok3_MOB.jpg) no-repeat center bottom;
		background-size:contain;
	}
	
	#CAPAAMARELA_MOB{
		position:absolute;
		z-index:9999999;
		background-color:#FFE840;
		background-image:url(/SALT2015/SEA/ok3_MOB.jpg);
		background-repeat: no-repeat;
		background-position:center bottom;
		background-size:contain;

	}
	
	
.DOSENDEFRECOS_MOB{
	line-height:20px;
	width:100%;
	float:right;
}	
	
	
	
	
.FORMULARIOCONTATOS_MOB{
	border:none;
	padding:20px;
	background:none;
}
	
	
	
	
.YESMOBILE{
	display:none;
}
	
	
	
	
	
.mobile-menu-btn {
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  position:fixed;
  right:15px;
  top:0px;
  margin-top:10px;
}
.mobile-menu-btn span {
  left: 5px;
  top: 20px;
}
.mobile-menu-btn span:before {
  top: -8px;
}
.mobile-menu-btn span:after {
  bottom: -8px;
}
.mobile-menu-btn span:before, .mobile-menu-btn span:after {
  content: '';
}
.mobile-menu-btn span,
.mobile-menu-btn span:before,
.mobile-menu-btn span:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  background-color: #000;
  height: 3px;
  position: absolute;
  width: 40px;
}
.mobile-menu-btn.active span {
  background-color: transparent;
}
.mobile-menu-btn.active span:before, .mobile-menu-btn.active span:after {
  background-color: #000;
  top: 0;
}
.mobile-menu-btn.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-btn.active span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}