/*Banners*/

.clabs-banner{
	height:80vh;
}

.clabs-contenido-banner{
	position: absolute;
	width:100%;
	height:80vh;
	top:0%;
	left: 0%;
}

.clabs-contenido-banner .clgral-ancho-contenido, .clabs-contenido-banner .clgral-margenes-laterales{
	height: 80vh;
	position: relative;
}

.clabs-contenedor-hashtag{
	position: absolute;
	bottom:10px;
	left: 10px;
	color:black;
	background-color: #ffea0c;
	line-height: 50px;
	font-size: 35px;
	font-family: fuente-bold;
	padding-left: 5px;
	padding-right: 5px;
}

@media only screen and (max-width: 768px) {
	.clabs-contenedor-hashtag{
		font-size: 30px;
	}
}

@media only screen and (max-width: 500px) {
	.clabs-contenedor-hashtag{
		font-size: 25px;
	}
}


/*CONTENIDO*/
.clabs-seccion-contenido{
	padding-top:50px;
	padding-bottom: 20px;
}

.clabs-contenedor-introduccion{
	font-size: 20px;
	margin-top:30px;
	font-family: fuente-semibold;
	text-align: center;
}



/*EQUIPOS*/
.clabs-contenedor-equipo{
	margin-top:50px;
}

.clabs-contenedor-equipo:last-child{
	margin-top:80px;
}

.clabs-celda-imagen{
	width:35%;
}

.clabs-celda-info{
	width:65%;
}

.clabs-celda-imagen img{
	width:100%;
	max-width: 280px;
}

.clabs-titulo-producto{
	font-family: fuente-bold;
	font-size: 25px;
}

.clabs-caracteristicas-producto{
	font-family: fuente-semibold;
	font-size: 20px;
	margin-top:20px;
	line-height: 30px;
}

.clabs-interno-caracteristicas{
	padding-left: 20px;
}

@media only screen and (max-width: 768px) {
	.clabs-celda-imagen{
		width:40%;
	}

	.clabs-celda-info{
		width:60%;
	}

}


@media only screen and (max-width: 500px) {
	.clabs-celda-imagen{
		width:100%;
	}

	.clabs-celda-info{
		width:100%;
	}	

	.clabs-contenedor-equipo{
		display: flex;
		flex-direction: column;
	}

	.clabs-celda-imagen{
		order:2;
		text-align: center;
	}

	.clabs-celda-info{
		order:1;
	}
}