/*//////////////////////////////////////////////////////////////////
[ PAGINA HOME ]*/

/* Secciones texto e imagen */
.seccion-crema {
	background-color: #F6F2E4;
}

.seccion-negra {
	background-color: #000;
}

.seccion-blanca {
	background-color: #fff;
}

.texto-negro {
	color: #000;
}

.texto-negro-bold {
	color: #000;
	font-weight: bold;
}

.texto-blanco {
	color: #fff;
}

.borde-cafe {
	border-right: 2px solid #56371F;
}

@media (min-width: 768px) {
	.seccion-negra .col-md-6.order-md-1 {
		padding-left: 0;
	}

	.seccion-negra .borde-cafe {
		padding-right: 40px;
	}
}

/* Contadores fondo negro */
.stat-box {
	background-color: #111;
	border-radius: 10px;
}

.stat-num {
	color: rgba(255, 255, 255, 0.7);
	font-size: 26px;
}

.stat-label {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.img-manufactura {
	max-width: 80%;
}

/* Sección marcas */
.seccion-marcas {
	background-color: #fff;
}

.seccion-marcas .container {
	max-width: 100%;
}

.marca-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.marca-item img {
	width: 100%;
	max-height: 220px;
	height: auto;
	object-fit: contain;
}

/* Responsivo movil */
@media (max-width: 767px) {
	.borde-cafe {
		border-right: 0;
	}

	.stat-num {
		font-size: 22px;
	}

	.marca-item img {
		max-height: 120px;
	}
}
