/* CSS Features */
/*  */
/*  */

#features-bg{
	display:flex;
	padding:50px;
	background-image: linear-gradient(to top right, #26347a,#292457,#26347a);
	color:#a0d8f6;
	font-family: 'Oswald', sans-serif;
	line-height:22px;
}
#features-bg .features-title h1{	
    width: 250px;
    font-size: 28px;
	animation: fadein 2s;
    line-height: 38px;
}
#features-bg .features-title .feature-infos{
  animation: fadein 2s;
}

#features-bg .features-title .feature-infos h2{
    width: 70%;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
}
#features-bg .features-title .feature-infos h2 span{
    font-weight: 100;
    font-family: oswald;
    font-size: 22px;
}
#features-bg .features-title .feature-infos p,#features-bg .features-title .feature-infos span{	
	font-size: 12px;
    font-family: verdana;
    text-transform: uppercase;
    line-height: 20px;
}
#features-bg .features-title .feature-infos span{
	font-weight:800;	
}
#features-bg .features-wrap .features-helper-mobile{
	display:none;	
}
#features-bg .features-title span {
    font-size: 45px;
    font-weight: 800;
}
#features-bg .features-helper{	
    width: 110px;
    line-height: 23px;
	float:right;
	animation: fadein 2s;
	color:#fff;
}
/* Video */
#features-bg .features-video-play{
    display: inline-block;
    text-align: center;
    float: right;
	animation: fadein 2s;
	cursor:pointer;
    margin: 30px 14px;	
}
#features-bg .features-video-play  img{	
	animation: pulseBorder 1s infinite;
	animation-direction: alternate;
	border-radius:50%;
}
#features-bg .features-video-play:hover {
	animation: resizing 2000ms infinite;
}

#features-bg .features-video{
	height:365px;
	animation: fadein 2s;
    margin: 120px 26px;
    border: 2px solid #56b2d5;
    overflow: hidden;
	animation: pulseBorder 1s infinite;
	animation-direction: alternate;
    border-radius: 20px;
}
#features-bg .features-video iframe {
	animation: fadein 2s;
    width: 100%;
    height: 100%;
}
#features-bg .features-video-play span{
	display: block;
    margin: 5px 0px;
}
/* / Video */
#features-bg .features-back{	
	font-size: 16px;
	animation: fadein 2s;
    padding: 5px 10px;
    margin: 30px;
    border: 2px solid #a0d8f6;
    border-radius: 10px;
    cursor: pointer;
    line-height: 23px;
    float: right;
    color: #fff;
	animation: pulseBorder 1s infinite;
	animation-direction: alternate;
}
#features-bg .features-back:hover{	
animation: resizing 2000ms infinite;
	
}
#features-bg  .features-wrap  .feature-more{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -25px;
	display:none;
}

#features-bg  .features-wrap  .feature-more p{
    font-size: 14px!important;
    color: #a0d8f6!important;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
}
#features-bg  .features-wrap{
	position:relative;	
}

#features-bg  .features-wrap  .house-box{
	margin-top:100px;	
}
#features-bg  .features-wrap .house-box .mobile-house{
		display:none;
}
#features-bg  .features-wrap .house-box img{
	width:100%;	
	 animation: pulse 1s infinite;
  animation-direction: alternate;
}

#features-bg  .features-wrap .feature-box{
	position:absolute;	
	animation: fadein 2s;
    cursor: pointer;
	transition: all .2s linear;
}

#features-bg  .features-wrap .feature-box p{
    max-width: 100px;
	font-size:13px;
	color:#fff;
    line-height: 18px;
}
#features-bg  .features-wrap .feature-box p span{
   	font-size:11px;
	font-weight:300;
}
#features-bg  .features-wrap  .feature-1{	
    top: 16%;
    left: 30%;
}
#features-bg  .features-wrap  .feature-1 img{
    margin-right: 10px;
    float: left;
}
#features-bg  .features-wrap  .feature-1 p{        
    margin: 5px 10px;
    float: left;
    max-width: 100px;
}
#features-bg  .features-wrap  .feature-2{	    
    top: 3%;
    right: 11%;
}
#features-bg  .features-wrap  .feature-2 p{          
    margin: 10px 5px;
}

#features-bg  .features-wrap  .feature-3{	    
   right: -2%;
    top: 34%;
}
#features-bg  .features-wrap  .feature-3 img{
    margin-left: 20px;
}

#features-bg  .features-wrap  .feature-3 .feature-rain-effect{
	top: 55px;
    filter: brightness(10000%);
    position: absolute;
	opacity:0;
    transform: rotate(26deg);
    width: 95px;	
}
#features-bg  .features-wrap  .feature-3 p{        
    margin: 5px 10px;
}

#features-bg  .features-wrap  .feature-4{	    
    right: 10%;
    bottom: -1%;
}
#features-bg  .features-wrap  .feature-4 img{
    margin-right: 10px;
    float: left;
}
#features-bg  .features-wrap  .feature-4 p{        
    margin: 90px 10px 0px;
    float: left;
    max-width: 135px;
}
#features-bg  .features-wrap  .feature-5{	
    bottom: 0%;
    left: 25%;
}
#features-bg  .features-wrap  .feature-6{	    
    left: 5%;
    bottom: 6%;
}
#features-bg  .features-wrap  .feature-6 p{          
    margin: 10px 0px;
}

/* IMG Hovers */





#features-bg  .features-wrap  .feature-1:hover > img{
  animation: heat 2000ms infinite;	
}
#features-bg  .features-wrap  .feature-2:hover > img{	
  animation: sunlight 3000ms infinite;	
}
#features-bg  .features-wrap  .feature-3:hover > .feature-cloud{
	filter: brightness(70%);
}
#features-bg  .features-wrap  .feature-3:hover > .feature-rain-effect{
	opacity:.8;
	transition: all .2s linear;
}
#features-bg  .features-wrap  .feature-4:hover > img{
  animation: wiggle 775ms infinite;
}
#features-bg  .features-wrap  .feature-6:hover > img{
	animation: resizing 2000ms infinite;
}


#features-bg .feature-hide{
	display:none;
}
#features-bg .feature-opacity{
	opacity:0;
	transition: all .2s linear;
}
#features-bg .feature-enlarge{
	width: 41.66667%!important;	    
	flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}



/* Media querys */

@media (max-width: 1350px){
	#features-bg  .features-wrap  .feature-1{	
		top: 14%;
		left: 30%;
	}

	#features-bg  .features-wrap  .feature-2{	    
		top: 0%;
		right: 8%;
	}

	#features-bg  .features-wrap  .feature-3{	    
	   right: -5%;
		top: 34%;
	}

	#features-bg  .features-wrap  .feature-4{	    
		right: 2%;
		bottom: -2%;
	}	
	#features-bg  .features-wrap  .feature-5{	
		bottom: -3%;
		left: 24%;
	}
	#features-bg  .features-wrap  .feature-6{	    
		left: 4%;
		bottom: 10%;
	}
}
@media (max-width: 1100px){
	
	#features-bg .features-title h1{	
	font-size:22px;
	}
	#features-bg .features-title span{
	font-size:31px;
		
	}
	#features-bg  .features-wrap .feature-box p{
		font-size:11px;
		line-height:18px;
	}
	#features-bg  .features-wrap  .feature-1{	
		top: 14%;
		left: 30%;
	}

	#features-bg  .features-wrap  .feature-2{	    
		top: 1%;
		right: 3%;
	}

	#features-bg  .features-wrap  .feature-3{	    
		right: -9%;
		top: 36%;
	}
	#features-bg .features-wrap .feature-3 .feature-rain-effect{
		top: 31px;
		right: 47%;
		width: 56px;		
	}
	#features-bg  .features-wrap  .feature-4{	    
		right: -6%;
		bottom: -6%;
	}	
	
	#features-bg  .features-wrap  .feature-5{	
		bottom: -6%;
		left: 21%;
	}
	#features-bg  .features-wrap  .feature-6{	    
		left: 7%;
		bottom: 9%;
	}
	#features-bg  .features-wrap  .feature-1 img{	
		width:30%
	}

	#features-bg  .features-wrap  .feature-2 img{	    
		width:50%
	}

	#features-bg  .features-wrap  .feature-3 img{	    
		width:50%
	}

	#features-bg  .features-wrap  .feature-4 img{	    
		width:30%
	}	
	#features-bg .features-wrap .feature-4 p{
		margin:0px;
		
	}
	#features-bg  .features-wrap  .feature-6 img{	    
		width:50%
	}
}

	
@media (max-width: 980px){
	#features-bg .features-wrap .feature-6{		
		left: 13%;
		bottom: 13%;	
	}	
}

@media (max-width: 880px){
	
	#features-bg  .features-wrap .house-box .desktop-house{
		display:none;
	}
	#features-bg  .features-wrap .house-box .mobile-house{
		display:inherit;
	}
	#features-bg .features-title{
		width:100%;		
	}
	#features-bg .features-title h1{
		width:100%;
		margin: 0px auto 60px;
		display:block!important;
	}
	#features-bg  .features-wrap{
		width:100%;
		
	}
	#features-bg .feature-infos,#features-bg .features-back{
		display:none!important;
		
	}
	#features-bg  .features-wrap .feature-box{
		display:inherit!important;
		position:inherit;
		top:inherit;
		text-align:center;
		left:inherit;
		right:inherit;
		bottom:inherit;
		border: 4px solid #60cbea;
		border-radius: 20px;
		padding: 30px 0px;
		margin: 50px auto;
		max-width: 300px;
		animation: pulseBorder 1s infinite;
		animation-direction: alternate;
	}
	
	#features-bg  .features-wrap .feature-box img{
		width:inherit;
		float:inherit;
		
	}
	#features-bg  .features-wrap .feature-box p{
		margin: 20px auto 50px;
		max-width: 200px;
		float:inherit;    
		font-size: 21px;
		line-height: 29px;		
	}
	#features-bg .features-wrap .feature-3 .feature-rain-effect{
		top: 86px;
		right: 34%;
		width: 95px;
	}	
	#features-bg  .features-wrap .house-box{
		margin-top:0px;		
	}	
	#features-bg  .features-wrap  .feature-more{
		display:block;
	}
	#features-bg .features-video{
		display:block!important;
	}
	#features-bg .features-video{
		height: 260px;		
	}
	#features-bg  .features-video-play{
		display:none!important;		
	}
}

@media (max-width: 765px){
	
	#features-bg{
		display:block;
		padding:100px 10px;		
	}
	#features-bg .features-title{
		max-width:100%!important;		
	}	
	#features-bg .features-title h1{
		text-align:center;		
	}	
	#features-bg .features-wrap .features-helper-mobile{
		display: block;
		font-size: 15px;
		margin: 30px auto;
		font-style: italic;
		line-height: 31px;
		text-align: center;
	}
	#features-bg .features-helper{
		display:none;				
	}
	#features-bg .features-wrap .feature-box p{
		max-width: 255px;		
	}
	#features-bg .features-video{
		height: 300px;
		margin: 60px 0px;		
	}
}


@media (min-width:880px){
	#features-bg .features-wrap{
		display:table;
	}	
	
}
/* Animações */

@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes pulseBorder {
  0% {
    border: 2px solid #60cbea17;
  }
  100% {
    border: 2px solid #60cbea;
  }
}

@keyframes wiggle {
  0% { transform: translate(0px, 2px); }
  50% { transform: translate(0px, -2px); }
  100% { transform: translate(0px, 2px); }
}

@keyframes heat {
  0% { filter: brightness(110%) drop-shadow(1px 2px 20px #ff2f2fa3); }
  25% { filter: brightness(110%) drop-shadow(1px 2px 10px #ff2f2fa3); }
  50% { filter: brightness(105%) drop-shadow(1px 2px 15px #ff2f2fa3); }
  75% { filter: brightness(110%) drop-shadow(1px 2px 10px #ff2f2fa3); }
  100% { filter: brightness(110%) drop-shadow(1px 2px 20px #ff2f2fa3); }
}

@keyframes sunlight {
  0% { filter: brightness(170%) drop-shadow(1px 2px 21px #ffffffa1); }
  25% { filter: brightness(110%) drop-shadow(1px 2px 10px #ffffffa1); }
  50% { filter: brightness(140%) drop-shadow(1px 2px 15px #ffffffa1);}
  75% { filter: brightness(110%) drop-shadow(1px 2px 10px #ffffffa1); }
  100% { filter: brightness(170%) drop-shadow(1px 2px 21px #ffffffa1); }
}

@keyframes resizing {
  0% { transform:scale(1.0); }
  50% { transform:scale(1.1); }
  100% { transform:scale(1.0); }
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*  */
/*  */
/*  */	
/* /CSS Features */


