.gn-bootslideAnimate{
	background-color:black;
	height:715px;
	position:relative;
	overflow:hidden;
}
.gn-bootsImage{
	height: auto !important;
	width: 100% !important;
	max-width: none !important;
	opacity:.7;
}
.carousel-caption{
	height:715px;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.gn-bootItem{
	height:715px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.gn-btnBoot{
	background-color: #6A9620;
	font-family: "Lato", Sans-serif;
	font-size: 18px;
	font-weight: 300;
	border-radius: 3px 3px 3px 3px;
	padding: 15px 30px 15px 30px;
	color: white;
}
.gn-btnBoot:hover{
	background-color: rgb(13, 60, 0);
	color: rgb(255, 255, 255);
}
.carousel-caption h5{
	color: white;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -2px;
	font-family: "Lato", Sans-serif;
	max-width: 70%;
	line-height: 50px;
}
.carousel-caption p{
	font-size: 25px;
	font-weight: 600;
	color: white;
	max-width: 70%;
	line-height: 32.5px;
}
.gn-bootFilter{
	background-color: transparent;
	background-image: linear-gradient(180deg, #111111 0%, #0a3000 100%);
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.gn-bootItem {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.gn-bootItem img {animation: kenburns 12s ease-in-out infinite;}
@keyframes kenburns {
  0% { transform: scale(1) translate(0, 0); }
  50% { transform: scale(1.1) translate(5px, 5px); }
  100% { transform: scale(1) translate(0, 0); }
}
.gn-barraVerdeBottom{
	background-color: #6A9620;
	opacity: .8;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 16px;
}
.gn-barraInfVerde{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 88px;
	border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.gn-barraVerdeBottom .gn-barraInfVerde:last-child{border-right: 0px solid transparent;}
.gn-barraInfVerde h3{
	color: white;
	font-size: 25px;
	margin: 0px;
	padding: 0px;
	margin-left: 21px;
}
.gn-barraInfVerde img{height: 49px !important;
}

@media (max-width: 768px){
	.gn-bootslideAnimate, .carousel-caption, .gn-bootItem{ height: 669px; }
	.carousel-caption h5{
		font-size: 32px;
		max-width: 100%;
		line-height: 32.35px;
	}
	.gn-bootsImage{
		height: 100% !important;
		width: auto !important;
		max-width: none !important;
	}
	.carousel-caption p{
		font-size: 18.72px;
		max-width: 100%;
		line-height: 24.33px;
	}
	.carousel-caption{
		height: 599px;
		justify-content:start;
	}
	.gn-barraInfVerde{
		justify-content: flex-start;
		border-bottom: 1px solid rgba(255, 255, 255, 0.17);
	}
	.gn-barraVerdeBottom .gn-barraInfVerde:last-child{border-bottom: 0px solid transparent;}
	.gn-barraInfVerde h3{
		font-size: 18.71px;
		line-height: 24.33px;
	}
}
@media (min-width: 769px) and (max-width: 992px){
	.gn-bootsImage{
		height: 110% !important;
		width: auto !important;
		max-width: none !important;
	}
	.carousel-caption h5{
		font-size: 32px;
		max-width: 100%;
		line-height: 32.35px;
	}
	.carousel-caption p{
		font-size: 18.72px;
		max-width: 100%;
		line-height: 24.33px;
	}
	.carousel-caption{
		height: 599px;
		justify-content:start;
	}
	.gn-barraInfVerde{
		flex-direction: column;
		justify-content: flex-start;
		border-bottom: 0px solid rgba(255, 255, 255, 0.17);
	}
	.gn-barraVerdeBottom .gn-barraInfVerde:last-child{border-bottom: 0px solid transparent;}
	.gn-barraInfVerde h3{
		font-size: 18.71px;
		line-height: 24.33px;
		margin-top: 11px;
		margin-left: 0px;
	}
}
@media (min-width: 993px) and (max-width: 1200px){
	.gn-bootsImage{
		height: auto !important;
		width: 100% !important;
		max-width: none !important;
	}
	.carousel-caption h5{max-width: 90%;}
	.carousel-caption p{max-width: 90%;}
	.gn-barraInfVerde{
		flex-direction: column;
		justify-content: flex-start;
		border-right: 1px solid rgba(255, 255, 255, 0.17);
	}
	.gn-barraVerdeBottom .gn-barraInfVerde:last-child{border-right: 0px solid transparent;}
	.gn-barraInfVerde h3{
		margin-top: 11px;
		margin-left: 0px;
	}
}