@charset "UTF-8";
@font-face {
  font-family: "Arial";
  text-align: center;
}

* {
	margin: 0; 
	padding: 0; 
	border: none;
}

body {
	margin:0;
	padding:0; 
	background-color: #171717;
}


/* ========== FINAL DO RESET ========== */

.fundo {
	width: 100%;
	height: 100%;
	float: left;
	margin:0px;
}

.owl-carousel, .owl-theme {
	width: 100%;
	float: left;
}

.item {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 0 0%;
	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;

		display: inline-block;

	animation: .5s linear ease-in-out; /* referring directly to the animation's @keyframe declaration */
	opacity: 0;
	animation-fill-mode: forwards;
}

.item img {
	border: 1px solid #2d2d2d;
}

figure {
	position: relative;
}

figure img {
	width: 100%;
	height: 100%;
	border: 1px solid #2d2d2d;
	border-radius: 0px 0px 0 0;
	padding: 0.2rem;
	
	vertical-align: bottom;

	animation: 0.1s linear ease-in-out; /* referring directly to the animation's @keyframe declaration */
	opacity: 0;
	animation-fill-mode: forwards;
}



@keyframes ease-in-out  {
	from {
	  /* pushes the sun down past the viewport */
		opacity: 0;
	  }
	
	to {
	  /* returns the sun to its default position */
	  opacity: 1;
	}
}
@-moz-keyframes ease-in-out  {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-webkit-keyframes ease-in-out  {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-o-keyframes ease-in-out  {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes ease-in-out  {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-moz-keyframes ease-in-out  {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-webkit-keyframes ease-in-out  {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-o-keyframes ease-in-out  {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @keyframes ease-in-out  {
	0% {
	  opacity: 0;
	  transform: scale(.8);
    top: 10px;
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
    top: 0;
	}
  }

#botao_anterior, #botao_proximo {
	position: absolute;
	z-index: 1;
	top: 24vw;
}

#botao_anterior {
	left: 1.5%;
	position: absolute;
	top: 42%;
	z-index: 993;
}

#botao_proximo {
	right: 1.5%;
	position: absolute;
	top: 42%;
	z-index: 993;
}




/* ========== INICIO BREAKPOINTS ========== */

/* ========== MEDIUM DEVICES ========== */
@media only screen and (min-width: 464px) and (max-width: 813px) {

}

/* ========== LARGE DEVICES ========== */
@media only screen and (min-width: 814px) and (max-width: 960px) {

}

/* ========== LARGE DEVICES ========== */
@media only screen and (min-width: 961px) {

}

