@keyframes zoom-professor-new {
/* 0 & 100% might not be needed */
  50% {
	transform: scale(1.2);
  }
  0%,
  100% {
	transform: scale(1);
  }
}

.home .banner-feature .item.new>*{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:top left;
	position:absolute;
	opacity:0;
	margin:0;
	padding:0;
	overflow:hidden;
	/* tempo da transicao */
	-moz-transition: all 2s ease-in-out 0s;
	-webkit-transition: all 2s ease-in-out 0s;
	-o-transition: all 2s ease-in-out 0s;
	-ms-transition: all 2s ease-in-out 0s;
	transition: all 2s ease-in-out 0s;
	text-indent:-99999px;
}
.home .banner-feature .item.new.visible>*{
	opacity:1;
}

.home .banner-feature .item.new .professor{
	top:0;
	right:-40%;
	width:100%;
	height:100%;	
	
	animation: zoom-professor-new;
	animation-duration: 25s;
	animation-delay:0;
	animation-direction:normal;
	animation-timing-function:linear;
	animation-iteration-count:infinite;
	z-index:1;
}
.home .banner-feature .item.new.visible .professor{
	right:0;
}

.home .banner-feature .item.new .info{
	left:16%;
	z-index:2;
	/* tempo da transicao */
	-moz-transition: all 2s ease-in-out 1s;
	-webkit-transition: all 2s ease-in-out 1s;
	-o-transition: all 2s ease-in-out 1s;
	-ms-transition: all 2s ease-in-out 1s;
	transition: all 2s ease-in-out 1s;
}
.home .banner-feature .item.new.visible .info{
}
.home .banner-feature .item.new .info.zoom{
	transform:scale(0.8);
	/* tempo da transicao */
	-moz-transition: all 2s ease-in-out 0s;
	-webkit-transition: all 2s ease-in-out 0s;
	-o-transition: all 2s ease-in-out 0s;
	-ms-transition: all 2s ease-in-out 0s;
	transition: all 2s ease-in-out 0s;
}
.home .banner-feature .item.new.visible .info.zoom{
	transform:scale(1);
}

.home .banner-feature .item.new .logo,
.home .banner-feature .item.new .coordenador,
.home .banner-feature .item.new .online,
.home .banner-feature .item.new .mec{
	width:100%;
	border:none;
}



/* MILITAR 3 */
.home .banner-feature .item.new.militar3 .logo{
	width:703px;
	height:285px;
	top:120px;
}
.home .banner-feature .item.new.militar3 .coordenador{
	height:30px;
	top:460px;
}
.home .banner-feature .item.new.militar3 .online{
	height:38px;
	top:510px;
	margin-left:-12px;
}
.home .banner-feature .item.new.militar3 .mec{
	height:15px;
	top:570px;
}
/* END MILITAR 3 */

/* TRIBUTARIO */
.home .banner-feature .item.new.tributario .logo{
	width:758px;
	height:333px;
	top:100px;
}
.home .banner-feature .item.new.tributario .coordenador{
	height:20px;
	top:470px;
}
.home .banner-feature .item.new.tributario .online{
	height:38px;
	top:510px;
	margin-left:-12px;
}
.home .banner-feature .item.new.tributario .mec{
	height:15px;
	top:570px;
}
/* END TRIBUTARIO */





/* BUTTON */
.home .banner-feature .item.new a.button{
	color:#FFF;
	position:absolute;
	display:block;
	top:540px;
	right:100%;
	font-size:26px;
	line-height:40px;
	background-color:#e00109;
	text-transform:uppercase;
	padding:5px 20px;
	text-indent:0;
	z-index:2;
	overflow:visible;
	border-radius:var(--radius3);
	
	-webkit-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	transform: skew(-15deg);
}
.home .banner-feature .item.new.visible a.button{
	right:16%;
}
.home .banner-feature .item.new a.button:hover{
	background-color:#FFF;
	color:#000;
	
	/* tempo da transicao */
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home .banner-feature .item.new a.button:before{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:100%;
	width:20px;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	opacity:1;
	border-radius:0 var(--radius3) var(--radius3) 0;
	
	/* tempo da transicao */
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home .banner-feature .item.new a.button:after{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:100%;
	width:40px;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	opacity:1;
	border-radius:0 var(--radius3) var(--radius3) 0;
	
	/* tempo da transicao */
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home .banner-feature .item.new a.button span{
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:100%;
	width:60px;
	height:100%;
	background-color:rgba(0,0,0,0.15);
	border-radius:0 var(--radius3) var(--radius3) 0;
	
	/* tempo da transicao */
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.home .banner-feature .item.new a.button:hover:before{
	width:25px;
}
.home .banner-feature .item.new a.button:hover:after{
	width:50px;
}
.home .banner-feature .item.new a.button:hover span{
	width:75px;
}
/* END BUTTON */