.clabs-banners{
	margin-top:40px;
	margin-bottom:40px;
	overflow: hidden;
	position: relative;
}

.clabs-corredizo-banners{
	width:400%;
	position: relative;
	left:0px;
}

.clabs-elemento-banner{
	width:25%;
	position: relative;
}

.clabs-elemento-banner img{
	display: block;
}

.clabs-banners .clabs-contenedor-titulo{
	position: absolute;
	top:40px;
	left: 20px;
	width: 100%;
	height: 100%;
	line-height: 
}

.clabs-banners .clabs-contenedor-logo-texto{
	position: absolute;
	top:0px;
	right: 0px;
	width: 100%;
	text-align: right;
	height: 100%;
}


.clabs-botones-banners{
	width:100%;
	position: absolute;
	bottom:5%;
	text-align: center;
	z-index: 2;
}

.clabs-boton-banner{
	margin-left: 5px;
	margin-right: 5px;
	background-color: #D8D8D8;
	width: 20px;
	height: 20px;
	cursor:pointer;
	border-radius: 50%;
	border:1px solid #75B62A;
}

.clabs-boton-banner:hover{
	background-color: #75B62A;
}

.clabs-texto-titulo{
	position: absolute;
	top:0px;
	left: 0px;
	color:white;
	font-family: fuente-bold;
	font-size: 40px;
	line-height: 60px;
	text-shadow: -4px -4px 2px rgba(50,50,50,1), 4px 4px 2px rgba(50,50,50,1);

}
.clabs-logo-texto{
	display: inline-block !important;
	width:280px;
}


@media only screen and (max-width: 1350px) {
	.clabs-logo-texto{
		width:250px;
	}

	.clabs-texto-titulo{
		font-size: 35px;
		line-height: 45px;
	}

	.clabs-banners .clabs-contenedor-titulo{
		top:35px;
	}


	.clabs-boton-banner{
		margin-left: 5px;
		margin-right: 5px;
		width: 18px;
		height: 18px;
	}
}

@media only screen and (max-width: 1000px) {
	.clabs-logo-texto{
		width:220px;
	}

	.clabs-texto-titulo{
		font-size: 30px;
		line-height: 40px;
	}

	.clabs-banners .clabs-contenedor-titulo{
		top:30px;
	}
	.clabs-boton-banner{
		margin-left: 4px;
		margin-right: 4px;
		width: 16px;
		height: 16px;
	}
}


@media only screen and (max-width: 768px) {
	.clabs-logo-texto{
		width:190px;
	}

	.clabs-texto-titulo{
		font-size: 25px;
		line-height: 35px;
	}

	.clabs-banners .clabs-contenedor-titulo{
		top:25px;
	}

	.clabs-boton-banner{
		margin-left: 4px;
		margin-right: 4px;
		width: 14px;
		height: 14px;
	}

	.clabs-banners{
		height:70vh 
	}

	.clabs-imagen-banner{
		display:block;margin:0 auto;height:100%;object-fit:cover;width:100%
	}

	.clabs-corredizo-banners{
		height:100%;
	}

	.clabs-elemento-banner{
		height:100%;
	}

}


@media only screen and (max-width: 600px) {
	.clabs-logo-texto{
		width:150px;
	}

	.clabs-texto-titulo{
		font-size: 20px;
		line-height: 30px;
	}

	.clabs-banners .clabs-contenedor-titulo{
		top:20px;
	}

	.clabs-boton-banner{
		margin-left: 3px;
		margin-right: 3px;
		width: 12px;
		height: 12px;
	}
}

@media only screen and (max-width: 450px) {
	.clabs-contenedor-logo-texto{
		display: none;
	}	
}