	.gn-carousel{
	height: 680px;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.gn-carousel .carousel-inner,.gn-carousel .carousel-inner .carousel-item{height: 680px;}
.gn-carousel .carousel-inner .carousel-item{
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	position: relative;
}
.gn-carousel .carousel-item .carousel-content{
	position: absolute;
	max-width: 1320px;
	width: 100%;
	z-index: 99;
}
.gn-carousel .carousel-inner .carousel-item img{
	height: auto;
	width: 100%;
}
.gn-filtroCar{
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.gn-carousel .carousel-item .carousel-content h1{
	color: white;
	font-weight: 200;
	font-size: 48px;
	max-width: 35%;
}
.gn-carousel .carousel-item .carousel-content p{
	color: white;
	font-size: 22px;
	font-weight: 200;
	max-width: 45%;
}
.gn-btnCarousel{
	border: 1px solid white;
	background-color: transparent;
	border-radius: 30px;
	color: white;
	padding: 10px 20px;
	font-size: 16px;
}
.gn-btnCarousel:hover{
	border: 1px solid transparent;
	background-color: white;
	border-radius: 30px;
	color: black;
	padding: 10px 20px;
	font-size: 16px;
}
.gn-carButtons{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	width: 110px;
	height: 50px;
}
.gn-carButtons button{
	border: 1px solid white;
	width: 50px;
	border-radius: 100px;
	opacity: 1;
}
.gn-enviar{
	background-color: white;
	border: 2px solid black;
	border-radius: 100px !important;
	padding: 10px 20px !important;
}
.wpcf7-spinner{
	display: none !important;
}
@media (max-width: 1280px){
	.gn-carousel .carousel-inner .carousel-item img{
		height: 100%;
		width: auto !important;
		max-width: initial;
		display: flex;
	}
	.gn-carousel .carousel-item .carousel-content{padding-left: 30px;}
	.gn-carousel .carousel-item .carousel-content h1,.gn-carousel .carousel-item .carousel-content p{max-width: 80%;}
}
@media (min-width: 1280px) and (max-width:1593px){
	.gn-carousel .carousel-item .carousel-content{padding-left: 30px;}
}