/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/BRAND/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/**
 * VISIOFRAMEWORK
 * This file is part of VISIOFRAMEWORK.
 * @package		visioframework
 * @author		Agência Visio <contato@agenciavisio.com.br>
 * @copyright	Copyright (c) 2023-present. M. Souza & Souza LTDA. (CNPJ: 21.284.748/0001-33). All rights reserved.
 * @license		Proprietary
 * @link		https://www.agenciavisio.com.br
 */

[class^='brand-'],
[class*=' brand-'] {
	height			: var(--brand-height)	!important;
	width			: auto					!important;
	max-width		: 100%;
	--brand-height	: 0;
}

.brand-smallest {
	--brand-height: 25px !important;
}

.brand-small {
	--brand-height: 50px !important;
}

.brand-medium {
	--brand-height: 75px !important;
}

.brand-large {
	--brand-height: 125px !important;
}

.brand-largest {
	--brand-height: 220px !important;
}