.carousel h2{
	font-size: 2rem;
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-primary-font-weight );
	width: 38%;
	margin-bottom: 20px;
}
.carousel p{
	font-size: 20px !important;
	font-weight: 400;
	width: 38%;
}
.carousel-indicators{
	display: flex;
	justify-content: flex-end;
	position: relative !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	align-content: center;
	align-items: center;
}
.carousel-indicators .btn-indicators.active{
	height: 10px;
	width: 10px;
	background-color: #03b1e6;
}
.carousel-indicators button.btn-indicators{
	height: 10px;
	width: 10px;
	background-color: white;
	border: 1px solid black;
	opacity: 1;
}
.gn-btncarousel{display: flex;}
.gn-btncarousel .carousel-control-prev,
.gn-btncarousel .carousel-control-next{
	background-color: #03b1e6;
	height: 30px;
	width: 30px;
	position: relative;
	opacity: 1;
	margin-left: 5px;
	padding: 5px;
}
.carousel-inner {
	height: 580px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 10px;
}
.carousel-item{background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 21%, rgba(3, 177, 230, 1) 100%);}
.carousel-item img{
	opacity: .8;
}
.gn-imageCar img{
	width: 100%;
	height: auto;
	max-width: none;
}

@media(max-width: 767px){
	.carousel h2,.carousel p{width: 100%;}
	.carousel-inner,
	.carousel-item .gn-imageCar{
		height: 250px;
	}
	.carousel h2{
		font-size: 24px;
	}
	.carousel p{
		font-size: 18px;
	}
	.carousel-item .gn-imageCar{
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	.carousel-item .gn-imageCar img{
		height: auto !important;
		width: 120% !important;
		max-width: none !important;
	}
	.carousel-item .gn-imageCar img.gn-imagenHor{
		height: 100% !important;
		width: auto;
	}
}
@media (min-width: 768px) and (max-width: 1025px ){
	.carousel h2,.carousel p{width: 60%;}
	.carousel-inner {height: 430px;}
}