/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/SECTION/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
 */

.section--outer {
	padding-top		: 3.5rem	!important;
	padding-bottom	: 4.5rem	!important;
}

.section--outer[class*=vh-] .section--inner {
	position: absolute !important;
}

/* #region		Navs */

.section--outer .nav-link:not(.active) .when-active,
.section--outer .nav-link.active .when-inactive {
	display: none !important;
}

/* Bootstrap overrides */
.section--outer .nav-pills .nav-link.active {
	cursor : default !important;
}

.section--outer .nav-pills .nav-link.active,
.section--outer .nav-pills .show>.nav-link {
	color				: unset;
	background-color	: unset;
}

.section--outer .nav-pills .nav-link {
	background		: unset;
	border			: unset;
	border-radius	: unset;
}

.section--outer .nav-link {
	color		: unset;
	font-size	: unset;
	font-weight	: unset;
	padding		: unset;
	transition	: unset;
}

/* #endregion	Navs */