.gn-bootslide .carousel-inner,
.gn-bootslide .carousel-item{
	height: 900px;
	position: relative;
	overflow: hidden;
}
.gn-bootslide .gn-bootItem{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.gn-bootslide h5{
	font-family: var(--title-font-family);
	font-weight: bold;
	font-size: 52px !important;
	margin-bottom: 20px;
	animation: zoomInLeft .5s;
}

.gn-bootslide p{
	font-size: 24px;
	font-family: var(--text-font-family);
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 40px;
	animation: zoomInLeft 1s;
}
.gn-bootslide a{
	background-color: var(--primary-color);
	height: 50px;
	padding: 10px 25px;
	border-radius: 30px;
	font-size: 18px;
	cursor: pointer;
	color: white;
}
.gn-bootslide a i{margin-left: 30px;}
.gn-bootslide a:hover{
	background-color: white;
	border: 1px solid var(--primary-color);
	color: var(--primary-color) !important;
}
@-webkit-keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0)
	}
}

@keyframes zoomInLeft {
	0% {
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
	}

	60% {
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0)
	}
}
.gn-bootItem .carousel-caption{
	position: absolute;
	left: 13%;
	bottom: 50px;
	max-width: 35%;
	text-align: left;
}
.gn-bootslide .carousel-indicators{
	justify-content: flex-start !important;
	margin-left: 13%;
	bottom: 15px;
}
.gn-bootslide .carousel-indicators [data-bs-target]{
	height: 12px !important;
	width: 12px !important;
	background-color: var(--primary-color) !important;
	border-radius: 30px !important;
	opacity: 1;
	border: 0px !important;
}
.gn-bootslide .carousel-indicators .active{width: 55px !important;}
.gn-bootFilter{
	background: linear-gradient(360deg,rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	width: 100%;
	height: 400px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}


/****/

.gn-bootslideAnimate{
	margin: 0px;
	margin-top: 0px;
	display: flex;
	justify-content: center;
	
}
.gn-bootslideAnimate .carousel-inner,
.gn-bootslideAnimate .carousel-item{
	height: 850px;
	position: relative;
	overflow: hidden;
	border-radius: 0px 0px 30px 30px; 
	background-color: black;
	width: 85vw;
	left: 0px !important;
	right: 0px !important;

}
.gn-bootslideAnimate .gn-bootItem{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 850px;
}

.gn-bootslideAnimate h5{
	font-family: var(--title-font-family);
	font-weight: bold;
	font-size: 52px !important;
	margin-bottom: 20px;
	animation: zoomInLeft .5s;
	color: white !important;
}

.gn-bootslideAnimate p{
	font-size: 24px;
	font-family: var(--text-font-family);
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 40px;
	animation: zoomInLeft 1s;
	color: white !important;
}

.gn-bootslideAnimate a.gn-btnBoot{
	background-color: var(--primary-color);
	height: 50px;
	padding: 10px 25px;
	border-radius: 30px;
	font-size: 18px;
	cursor: pointer;
	color: white;
}

.gn-bootslideAnimate a.gn-btnBoot i{margin-left: 30px;}
.gn-bootslideAnimate a.gn-btnBoot:hover{
	background-color: white;
	border: 1px solid var(--primary-color);
	color: var(--primary-color) !important;
}
.gn-bootslideAnimate .gn-bootItemA{
	width: 100%;
	height: 100%;
	background-colo: red !important;
	color: white !important;
}
.gn-bootslideAnimate .carousel-indicators{
	justify-content: flex-start !important;
	margin-left: 9.5%;
	bottom: 15px;
}
.gn-bootslideAnimate .carousel-indicators [data-bs-target]{
	height: 12px !important;
	width: 12px !important;
	background-color: var(--primary-color) !important;
	border-radius: 30px !important;
	opacity: 1;
	border: 0px !important;
}
.gn-bootslideAnimate .carousel-indicators .active{width: 55px !important;}
.gn-bootslideAnimate .carousel-inner{
	overflow-y: initial !important;
}
.gn-bootslideAnimate .carousel-inner img{
	opacity: .8;
	max-width: none !important;
}
.gn-bootslideAnimate .gn-bootItem .carousel-caption{
	position: absolute;
	left: 25%;
	bottom: auto;
	top: 35%;
	max-width: 50%;
	text-align: center;
	right: 25%;
}

.gn-bootslideAnimate h5{
	font-family: var(--title-font-family);
	font-weight: bold;
	font-size: 52px !important;
	margin-bottom: 20px;
	animation: zoomInCenter 1s both;
}

.gn-bootslideAnimate p{
	font-size: 24px;
	font-family: var(--text-font-family);
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 40px;
	animation: zoomInCenter 1s;
}
.gn-bootslideAnimate .carousel-control-next.custom-preview, .gn-bootslideAnimate .carousel-control-prev.custom-preview{
	border-radius: 0px 0px 30px 30px;
}
@keyframes zoomInCenter {
  0% {
	opacity: 0;
	transform: scale3d(0.1, 0.1, 0.1); /* Muy pequeño */
	animation-timing-function: cubic-bezier(.55, .055, .675, .19); /* aceleración inicial */
  }
  100% {
	opacity: 1;
	transform: scale3d(1, 1, 1); /* Tamaño final real */
	animation-timing-function: cubic-bezier(.175, .885, .32, 1); /* suavidad al final */
  }
}

.carousel-control-next.custom-preview,
.carousel-control-prev.custom-preview {
	width: 6.5vw;
	top: 0;
	bottom: 0;
	right: 0;
	background: none;
	border: none;
	z-index: 5;
	padding: 0;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 30px;
	opacity: 1;
}



.carousel-control-next.custom-preview .preview-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: start center;
	transition: transform 0.3s ease;
	border-radius: 30px 0px 0px 30px;
}

.carousel-control-prev.custom-preview .preview-img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: start center;
	transition: transform 0.3s ease;
	border-radius: 0px 30px 30px 0px;
}

.carousel-control-next.custom-preview:hover .preview-img,
.carousel-control-prev.custom-preview:hover .preview-img {
	transform: scale(1.05);
	opacity: 1;
}



@media (max-width: 768px){
	
	.gn-bootslideAnimate .gn-bootItem img{
		transform: translateY(0px);
		height: 100% !important;
		width: auto !important;
		max-width: none;
	}
	.gn-bootItem .carousel-caption{max-width: 100%;}
	.gn-bootslideAnimate .gn-bootItem .carousel-caption{
		max-width: 100%;
		left: 0px;
		right: 0px;
		width: 100%;
	}
	
	.gn-bootslideAnimate .carousel-inner, .gn-bootslideAnimate .carousel-item{
		height: 600px;
	}
	.gn-bootslideAnimate h5{
		font-size: 28px !important;
	}
	.gn-bootslideAnimate p{
		font-size: 16px !important;
		width: 80% !important;
	}
	.gn-bootslideAnimate .gn-bootItemA{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	.gn-bootslideAnimate a.gn-btnBoot{
		font-size: 14px !important;
	}
	.gn-navMenuCategoriesCol{
		overflow: scroll !important;
	}
}

@media (min-width: 769px) and (max-width: 992px){
	.gn-bootItem .carousel-caption{max-width: 100%;}
	.gn-bootslide .gn-bootItem img{
		transform: translateY(0px);
		height: 100% !important;
		width: auto !important;
		max-width: none;
	}
}

@media (min-width: 993px) and (max-width: 1200px){
	.gn-bootItem .carousel-caption{max-width: 50%;}
	.gn-bootslide .gn-bootItem img{
		transform: translateY(0px);
		height: auto !important;
		width: 100% !important;
		max-width: none;
	}
}
@media (min-width: 1401px ) and (max-width:1680px){
	.gn-bootslideAnimate .carousel-inner img{
		height: 100% !important;
		width: auto !important;
		max-width: none !important;
	}
}

.gn-bootslideAnimate .carousel-item 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); }
}
