.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;
	
}
.gn-bootslideAnimate .carousel-inner,
.gn-bootslideAnimate .carousel-item{
	height: 850px;
	position: relative;
	overflow: hidden;
	border-radius: none;
	background-color: black;
}
.gn-bootslideAnimate .gn-bootItem{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

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

.gn-bootslideAnimate p{
	font-size: 24px;
	font-family: var(--text-font-family);
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 40px;
	animation: zoomInLeft 1s;
}
.gn-bootslideAnimate a{
	background-color: var(--primary-color);
	height: 50px;
	padding: 10px 25px;
	border-radius: 30px;
	font-size: 18px;
	cursor: pointer;
	color: white;
}
.gn-bootslideAnimate a i{margin-left: 30px;}
.gn-bootslideAnimate a:hover{
	background-color: white;
	border: 1px solid var(--primary-color);
	color: var(--primary-color) !important;
}
.gn-bootslideAnimate .carousel-indicators{
	justify-content: flex-start !important;
	margin-left: 3%;
	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 img{
	opacity: .8;
}
.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;
}

@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 */
  }
}

@media (max-width: 768px){
	.gn-bootslideAnimate .carousel-inner,
	.gn-bootslideAnimate .carousel-item{height: 800px;}
	.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%;
	}
}

@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;
	}
}