@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 {
	display: inline-block;
	margin: 0 0.2rem;
	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;

		display: inline-block;

	animation: 0.1s linear fadeIn; /* 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: 1s linear fadeIn; /* referring directly to the animation's @keyframe declaration */
	opacity: 0;
	animation-fill-mode: forwards;
}

figcaption {
	width: 100%;
	height: 4.6vw;
	padding-left: 0.4rem;
	padding-right: 0.2rem;
	background: rgba(0, 0, 0, 0.3);
	border-left: 1px solid #2b2b2e;
	border-right: 1px solid #2b2b2e;
	color: #e0dfe7;
	font-weight: 430;
	text-align: left;
	font-family: "Arial";
	font-size: 3vw;
	line-height: 4.2vw;
	font-stretch: ultra-condensed;
	position: absolute;
	bottom: 1px;
	left: 0px;
	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;

		display: inline-block;

	animation: 1s linear fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-delay: 0.3s;
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes fadeIn {
	from {
	  /* pushes the sun down past the viewport */
		opacity: 0;
	  }
	
	to {
	  /* returns the sun to its default position */
	  opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-webkit-keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-o-keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @-moz-keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-webkit-keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @-o-keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }
  @keyframes fadeIn {
	0% {
	  opacity: 0;
	  transform: scale(1);
	}
	100% {
	  opacity: 1;
	  transform: scale(1);
	}
  }

.icone-excusiva {
	width: 56%;
	height: 3vw;
	float: left ;
	position: absolute;
	margin-top: 0.2rem;
	margin-left: 0.2rem;
	border: 0px;
	top: 1px;
	left: 1px;
	background: rgba(247, 1, 149, 0.6);
	border-bottom: 1px solid rgba(251, 174, 221, 0.6);
	border-radius: 0 0 7px 0;
	text-align: left;
	padding-left: 0.2rem;
	line-height: 3vw;
	letter-spacing: 0.2px;
	font-family: "Arial";
	font-weight: 550;
	font-size: 1.9vw;
	font-style: italic;
	font-stretch: ultra-condensed;
    color: rgb(250, 213, 238);
	z-index: 998;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);

	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;

		display: inline-block;

	animation: 1s linear fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-delay: 0.3s;
	opacity: 0;
	animation-fill-mode: forwards;
}

.icone-com-video {
	width: 32%;
	height: 3vw;
	float:left ;
	position:absolute;
	margin-top: 0.2rem;
	margin-right: 0.2rem;
	border: 0px;
	top: 1px;
	right: 1px;
	background: rgba(87, 1, 247, 0.7);
	border-bottom: 1px solid rgba(157, 106, 251, 0.6);
	border-radius: 0 0 0 7px;
	text-align: right;
	padding-right: 0.2rem;
	line-height: 3vw;
	letter-spacing: 0;
	font-family: "Arial";
	font-weight: 550;
	font-size: 1.9vw;
	font-style: italic;
	font-stretch: ultra-condensed;
    color: rgb(250, 213, 238);
	z-index: 998;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);

	box-sizing: border-box;
	word-break: break-all;
	overflow-y: hidden;

		display: inline-block;

	animation: 1s linear fadeIn; /* referring directly to the animation's @keyframe declaration */
	animation-delay: 0.3s;
	opacity: 0;
	animation-fill-mode: forwards;
}

.nome-site-novas-inclusoes {
	width: 90%;
	height: 14%;
	float:center ;
	position:absolute;
	top: 42%;
	left: 5%;
	opacity: 0.25;
	z-index: 998;
}

.nome-site-novas-inclusoes img {
	border: 0px;
}

#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) {

	figcaption {
		height: 3.5vw;
		font-size: 2.4vw;
		line-height: 3.3vw;
	}

	.icone-excusiva {
		height: 2.6vw;
		line-height: 2.6vw;
		font-size: 1.6vw;
	}
	
	.icone-com-video {
		height: 2.6vw;
		line-height: 2.6vw;
		font-size: 1.6vw;
	}
}

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


	figcaption {
	height: 3.2vw;
	font-size: 2vw;
	line-height: 3vw;
}

.icone-excusiva {
	height: 2.2vw;
	line-height: 2.3vw;
	font-size: 1.3vw;
}

.icone-com-video {
	height: 2.2vw;
	line-height: 2.3vw;
	font-size: 1.3vw;
}

	}



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

	figcaption {
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}

		.icone-excusiva {
		width: 50%;
		height: 20px;
		margin-top: 5px;
		margin-left: 5px;
		padding-right: 5px;
		line-height: 20px;
		font-size: 80%;
	}
	
	.icone-com-video {
		width: 35%;
		height: 20px;
		margin-top: 5px;
		margin-right: 5px;
		padding-left: 5px;
		line-height: 20px;
		font-size: 12px;
	}


}

