@font-face 
 {
  font-family: "SF Light";
  src: url("https://sf.abarba.me/SF-UI-Display-Light.otf");
}


@font-face 
{
  font-family: "SF ULight";
  src: url("https://sf.abarba.me/SF-UI-Display-Ultralight.otf");
}



.menui {
  background: #fff;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon-2{
  z-index: 9999;
  position: absolute;
  display: block;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 10px 0px 0px 0px;
  top: 0;
  left: 90%;
}

.mobilenav {
  font-family: SF Light;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #20BDC6;

	overflow: auto;
}

.mobilenav li {
  list-style-type: none;
}

.mobilenav li a {
  font-size: 180%;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
  font-family: SF Light;
}

.mobilenav li:first-child { margin-top: 60px; }


.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #fff;
}

.hamburger{
	float: right;
	text-align: right;
	padding-top: 50%;
}

.logo-2{
	position: absolute;
	text-align: center;
	font-size: 1.45em;
	left: 25%;
	right: 25;
	margin: auto;
	z-index: 10;
}

.menu_novo_esquerda{
	text-align: right;
	margin-top: -1%;
}

.menu_novo_direita{
	width: 50%;
	margin-left: 45%;
}


.lileft {
  font-size: 2em;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
	margin-left: 30%;
	padding: 5px;
	text-align: left;
}


.liright {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  width: 100%;
	margin-left: -20%;
	padding: 5px;
	text-align: right;
  font-family: SF Light;
}


.mobilenav li {
  list-style-type: none;
}

.nada{

}

.fixar {
    margin-top: 0px !important;
		transition: 0.8s;
}

@media screen and (max-width: 768px){
	.lileft {
		margin-left: 20%;
		font-size: 1em;
	}

	.icon-2{
	  z-index: 9999;
	  position: fixed;
	  display: block;
	  padding: 9px;
	  height: 32px;
	  width: 32px;
	  margin: 10px 0px 0px 0px;
	  top: 3%;
	  left: 90%;
		float: right;

	}

	img {
	  border:0;
	  display:block;
	  height:auto;
	  max-width:40%;
	  width:auto;
	}
	.owl-carousel .owl-item img{
		max-width: none;
		width: 100%;
		left: 50%;
	}

	.carousel{
			width: 200%;
	}
	.response{
		max-width: 100%;
	}
}

@media screen and (max-width: 483px){
	.lileft {
		margin-left: 20%;
		font-size: 1em;
	}

	.icon-2{
	 z-index: 9999;
    position: fixed;
    display: block;
    padding: 9px;
    height: 32px;
    width: 32px;
    margin: -16px 0px 0px 0px;
    left: 87%;
    float: right

	}

	img {
	  border:0;
	  display:block;
	  height:auto;
	  max-width:50%;
	  width:auto;
	}

.owl-carousel .owl-item img{
	max-width: none; 
    background-position: center;
}

	.carousel{
			width: 200%;
	}

	.response{
		max-width: 100%;
	}
}

.gallery {
  background: #EEE;
	margin-top: 5%;
	margin-bottom: 5%;
}

.gallery-cell {
  width: 30%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}
@media screen and (max-width: 483px) {
	.gallery-cell {
		width: 100%;
		height: 200px;
		margin-right: 10px;
		background: #8C8;
		counter-increment: gallery-cell;
	}

	.gallery img {
		width: 100%;
		height: 100%;
		max-width: 100%;
	}
}

@media screen and (max-width: 768px){
.gallery-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}


.gallery img{
	width: 100%;
	height: 100%;
	max-width: 100%;
}

}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: '';
  line-height: 100px;
  font-size: 80px;
  color: white;
}

.gallery img{
	width: 100%;
	height: 100%;
}
