html {
	font-size: 14px;
}

html,
body {
	margin: 0 !important;
	padding: 0 !important;
	color: #222;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

body,
div,
span,
td,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
fieldset,
legend,
a,
pre,
label {
	font-family: "Calibri", "Segoe UI", sans-serif;
}

.glyphicon {
	font-family: "Glyphicons Halflings" !important;
}

.clear {
	clear: both !important;
	font-size: 0 !important;
	line-height: 0 !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

input,
textarea,
select {
	padding: 3px;
	margin: 0px;
	color: #444;
	border: 1px solid #aaa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

input[type=button],
input[type=submit],
input[type=reset] {
	cursor: pointer;
}

label.required {
	font-weight: bold;
}

.tabs {
	min-width: 210px;
	margin-bottom: 10px;
	clear: both;
}

.tab-buttons {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.tabs .table-responsive {
	clear: both;
}

.tab-buttons>input {
	margin-right: 10px;
}

.button-bar {
	margin-bottom: 10px;
	float: left;
	clear: both;
}

.button-bar>input {
	margin-right: 4px;
	cursor: pointer;
}

/*-- formulário de cadastro --*/
.register-form input,
.register-form select,
.register-form textarea {
	float: left;
}

.register-form div>input[type=text],
.register-form div>select,
.register-form div>textarea {
	width: 70%;
}

.register-form .row {
	margin-bottom: 10px;
}

.register-form label {
	float: left;
}

.col-label {
	max-width: 160px;
}

.inside-label {
	margin-left: 10px;
	margin-right: 10px;
}

.inside-field {
	width: auto !important;
	margin-right: 10px;
}

div.required label {
	font-weight: 700;
}

div.required label:after {
	content: " *";
	color: red;
}

.form-fieldTip {
	display: block;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
}

.eco-upload {
	border: 1px solid #aaa;
	width: 100%;
	min-width: 240px;
	max-width: 600px;
	height: 70px;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.system-name {
	display: block;
	float: left !important;
	clear: none;
	margin-left: 10px;
	margin-top: 10px;
	padding: 2px;
}

.system-name h1,
.system-name a {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#eco-iframe-result,
#eco-iframe-form,
#eco-iframe-save {
	width: 100%;
	height: 100%;
	border: 0;
	display: none;
}

#default-iframe-form-result,
#default-iframe-form-result2,
#default-iframe-filter-result {
	width: 100%;
	height: 100%;
	border: 0;
	display: none;
}

/*-- formulário de cadastro --*/

/*-- match code --*/
.matchcode-value {
	float: left;
}

.matchcode-buttonFind {
	width: 16px;
	height: 16px;
	margin-left: 4px;
	padding: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.matchcode-buttonNew {
	width: 16px;
	height: 16px;
	margin-left: 4px;
	padding: 11px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}

.matchcode-text {
	margin-left: 4px;
	padding: 4px;
	float: left;
}

.matchcode {
	cursor: pointer;
	width: 16px;
	height: 16px;
	float: left;
	padding: 11px;
	margin-top: 0;
	margin-left: 4px;
	margin-right: 0;
	margin-bottom: 0;
	border: 0px solid #000;
	background-repeat: no-repeat;
	background-position: center center;
}

/*-- match code --*/

/*-- filtro --*/
.filter-container>div {
	min-width: 240px;
	margin-bottom: 10px;
}

/*-- filtro --*/

/*-- media queries --*/
@media screen and (max-width: 400px) {
	.range-operator {
		width: 20px;
	}

	.range-low,
	.range-high {
		width: 70px;
	}
}

@media screen and (min-width: 800px) {
	.range-operator {
		width: auto;
	}

	.range-low,
	.range-high {
		width: 120px;
	}
}

@media (max-width: 780px) {
	.wide-mobile {
		width: 100% !important;
	}

	.form-fieldTip {
		margin-left: 0px;
		display: block !important;
		width: 100% !important;
	}
}

/*-- media queries --*/

/*-- camada de carregamento --*/
#loading-page {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
	display: block;
	cursor: wait;
	background: url('/img/loader-page.gif') #fff center center no-repeat;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	font-size: 32px;
	text-align: center;
	padding-top: 100px;
}

/*-- camada de carregamento --*/

#container-menu {
	margin-left: -256px;
	float: left;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #1D1F20;
	background-image: linear-gradient(145deg, #1D1F20, #404348);
	width: 256px;
	min-height: 100vh;
	-webkit-overflow-scrolling: touch;
	border-radius: 0px;
	height: 100%;
	overflow-y: auto;
}

#container-menu a,
#navbar-menu a {
	color: #fff;
}

#container-menu a:hover {
	text-decoration: none;
}

#nav-navbar-header {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
}

.section-menu {
	margin: 25px 0;
}

.section-menu-title {
	text-transform: uppercase;
	color: #85888d;
	font-weight: 200;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 0 20px;
	margin: 0;
}

.section-menu-list {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

.section-menu-list a {
	display: block;
	padding: 10px 20px;
}

.section-menu-list a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	text-decoration: none;
}

#container-menu-button {
	float: left;
	margin-top: 15px;
}

#container-module {
	float: left;
	margin-top: 15px;
}

#default-iframe-filter-result {
	display: none;
}

.input-10perc {
	width: 10% !important;
	display: inline-block !important;
}

.input-20perc {
	width: 20% !important;
	display: inline-block !important;
}

.input-40perc {
	width: 40%;
	display: inline-block !important;
}

.input-80perc {
	width: 80%;
	display: inline-block !important;
}

.centerOnPage {
	display: block;
	margin: 0 auto;
	max-width: 1300px;
}

#btn-menu-toggle2 {
	margin-top: 10px;
	margin-right: 10px;
	background-color: transparent;
	color: #ffffff;
	border: none;
	float: left;
}

#btn-menu-toggle2:hover {
	background-color: #333;
}

#btn-menu-mobile {
	float: left;
	margin-left: 10px;
	margin-right: 0px;
}

#navbar-menu-close,
#container-menu-close {
	color: #ffffff;
	margin-right: 10px;
}

/*-- estilos de formulario --*/
.form-row {
	width: 100%;
	margin: 4px 0;
	float: left;
	clear: both;
}

.form-component {
	float: left;
	width: 80%;
}

.form-label {
	width: 20%;
	min-width: 100px;
	padding: 4px;
	float: left;
}

.form-inline-label {
	padding: 4px;
	margin-left: 10px;
	width: 100%;
	max-width: 100px;
	float: left;
}

.form-checkbox-label {
	font-weight: 100 !important;
}

.form-text {
	float: left;
	padding: 4px;
	margin: 0 10px;
}

.form-input {
	padding: 5px;
	border-radius: 3px;
	float: left;
}

.form-help {
	padding: 5px;
}

.form-checkbox-container {
	float: left;
	margin-right: 20px;
}

/*-- estilos de formulario --*/

/*-- input group button --*/
.input-group button {
	background-color: #39d96d !important;
	border-radius: 0 !important;
	border: 1px solid #39d96d !important;
}

/*-- input group button --*/

/*-- input checkbox --*/
.custom-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	user-select: none;
}

.custom-checkbox input {
	display: none;
}

.custom-checkbox .checkmark {
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	border-radius: 50%;
	position: relative;
	transition: border-color 0.2s;
}

.custom-checkbox:hover .checkmark {
	border-color: black;
}

.custom-checkbox .checkmark::after {
	content: "";
	position: absolute;
	inset: 2px;
	background: #000000;
	border-radius: 50%;
	transform: scale(0);
	transition: transform 0.2s ease;
}

.custom-checkbox input:checked+.checkmark::after {
	transform: scale(1);
}

.custom-checkbox.disabled {
	cursor: not-allowed;
}

.custom-checkbox.disabled .checkmark {
	border-color: #ccc;
}

/*-- input checkbox --*/

/*-- input group with float label --*/
.input-group-label {
	position: relative;
}

.input-group-label>input,
.input-group-label>select {
	width: 100%;
	min-height: 40px;
	border: 1px solid #000;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 400;
	padding-inline: 24px;
	outline: none;
	appearance: none;
}

.input-group-label>label {
	position: absolute;
	top: 50%;
	left: 24px;
	transform: translateY(-50%);
	color: #A7A7A7;
	font-size: 16px;
	font-weight: 400;
	transition:
		top 0.2s ease,
		font-size 0.2s ease,
		color 0.2s ease,
		transform 0.2s ease;
	pointer-events: none;
	background: transparent;
	line-height: 1;
	text-align: left;
	padding-right: 16px;
}

.input-group-label.has-value label,
.input-group-label>input:focus+label,
.input-group-label>input:-webkit-autofill+label,
.input-group-label>select:focus+label {
	top: 0;
	transform: translateY(-50%);
	font-size: 12px;
	color: #000;
	background: #fff;
	padding-inline: 1px;
}

.toggle-password {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	font-size: 18px;
	padding: 0;
	line-height: 1;
}

/*-- input group with float label --*/

/*-- customs --*/
.custom-div-border-radius,
.custom-div-swa2-border-radius {
	border-radius: 30px;
}

.custom-btn-primary,
.custom-btn-swal2-primary,
.custom-btn-secondary,
.custom-btn-swal2-secondary {
	width: 100%;
	min-height: 40px;
	border-radius: 30px;
	border: none;
	transition: 0.3s ease;
}

.custom-btn-primary,
.custom-btn-swal2-primary {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background-color: #000;
}

.custom-btn-primary:hover,
.custom-btn-swal2-primary:hover {
	background-color: #383838;
}

.custom-btn-secondary,
.custom-btn-swal2-secondary {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	background-color: #EAEAEA;
	border: 1px solid #DBDBDB;
}

.custom-btn-secondary:hover,
.custom-btn-swal2-secondary:hover {
	background-color: #DBDBDB;
}

.custom-btn-swal2-primary,
.custom-btn-swal2-secondary {
	width: auto;
}

.custom-modal-dialog {
	margin: 30px auto;
	padding-inline: 8px;
}

.custom-modal-content {
	margin: 0 auto;
	border-radius: 30px;
}

.custom-modal-close {
	width: 30px;
	height: 30px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #000;
	background-color: #fff;
	transition: 0.3s ease;
	border-radius: 50%;
	margin-right: 20px;
	margin-top: 20px;
	float: right;
}

.custom-modal-close:hover {
	color: #fff;
	background-color: #383838;
	border: none;
}

.custom-modal-header {
	border: 0;
	padding: 30px 20px 0 20px;
}

.custom-modal-title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.custom-modal-body {
	padding: 0 20px 20px 20px;
}

/*-- customs --*/

/*-- checkout-timeline-container --*/
#checkout-timeline-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 60px auto;
}

#checkout-timeline-container .checkout-timeline-step {
	position: relative;
	flex: 1;
	text-align: center;
}

#checkout-timeline-container .checkout-timeline-step::before,
#checkout-timeline-container .checkout-timeline-step::after {
	content: "";
	position: absolute;
	top: 26px;
	width: 50%;
	height: 2px;
	background: #000;
	z-index: 0;
}

#checkout-timeline-container .checkout-timeline-step::before {
	left: 0;
}

#checkout-timeline-container .checkout-timeline-step::after {
	right: 0;
}

#checkout-timeline-container .checkout-timeline-step:first-child::before,
#checkout-timeline-container .checkout-timeline-step:last-child::after {
	display: none;
}

#checkout-timeline-container .checkout-timeline-circle {
	position: relative;
	z-index: 1;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	margin: 0 auto 6px;
}

#checkout-timeline-container .checkout-timeline-step span {
	font-size: 16px;
}

#checkout-timeline-container[data-step="1"] .checkout-timeline-step[data-step="1"] span,
#checkout-timeline-container[data-step="2"] .checkout-timeline-step[data-step="2"] span,
#checkout-timeline-container[data-step="3"] .checkout-timeline-step[data-step="3"] span {
	font-weight: 700;
}

/*-- checkout-timeline-container --*/

.sweet-alert button {
	background-color: #39d96d !important;
	border-radius: 0px;
}

.sweet-alert {
	border-radius: 0px;
}

#armored_website {
	width: auto !important;
	height: auto !important;
	float: left;
}

#armored_website img {
	width: 94px;
	height: 24px;
	margin-top: 6px;
}

#sslblindado {
	width: auto !important;
	height: auto !important;
	float: left;
}

#sslblindado img {
	width: 60px;
	height: 35px;
	margin-left: 10px;
}

.form-checkbox-label {
	padding-left: 5px;
}

@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
	@media {

		.row:before,
		.row:after {
			width: 0;
		}
	}
}

.btn-customkit {
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	background-color: #39d96d;
	border-color: #39d96d;
	color: white;
	border-radius: 0%;
	width: 100%;
}

/*-- modulo texto cabeçalho --*/
.module-carousel1text-container,
.module-carousel1text-fixed-container {
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	min-height: 40px;
}

.mc1tc-aerocool {
	background: #43A4E7;
}

.mc1tc-streamplify {
	background: #B601BC;
}

.mc1tc-aria {
	background: #B90A0C;
}

.mc1tc-hh {
	background: #EE2F35;
}

.mc1tc-laney {
	background: #A3865A;
}

.mc1tc-fortrek {
	background: #051C2C;
}

.mc1tc-harmonics {
	background: #131230;
}

.mc1tc-thunderx3 {
	background: #55D2C1;
}

.module-carousel1text p {
	line-height: 1;
	font-size: 14px;
	color: #fff;
}

#carousel1-text-fixed-header {
	display: none;
}

.module-carousel1text:not(:first-child),
.module-carousel1text-item:not(:first-child) {
	display: none !important;
}

.slick-initialized.module-carousel1text,
.slick-initialized.module-carousel1text-item {
	display: flex;
}

/*-- modulo texto cabeçalho --*/

/*-- modulo contagem regressiva texto --*/
.module-countdowntext-container,
.module-countdowntext-fixed-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	text-align: center;
	min-height: 70px;
}

.mctc-aerocool {
	background: #43A4E7;
}

.mctc-streamplify {
	background: #B601BC;
}

.mctc-aria {
	background: #B90A0C;
}

.mctc-hh {
	background: #EE2F35;
}

.mctc-laney {
	background: #A3865A;
}

.mctc-fortrek {
	background: #051C2C;
}

.mctc-harmonics {
	background: #131230;
}

.mctc-thunderx3 {
	background: #55D2C1;
}

.module-countdowntext {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 36px;
}

.module-countdowntext p {
	margin-bottom: 0;
	line-height: 1;
	font-size: 16px;
	color: #fff;
}

.module-countdowntext-timer {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.module-countdowntext-timer>div {
	margin: 2px;
	padding: 0;
}

.module-countdowntext-timer>div>p {
	width: 36px;
	font-size: 24px;
	font-weight: 700;
}

.module-countdowntext-timer>div>span {
	font-size: 14px;
}

.module-countdowntext-timer .sep {
	visibility: hidden;
}

.module-countdowntext a {
	padding: 8px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	transition: opacity .3s ease;
	cursor: pointer;
	background-color: #ffffff;
}

.mctc-btn-aerocool,
.mctc-btn-aerocool:hover {
	color: #43A4E7;
}

.mctc-btn-streamplify,
.mctc-btn-streamplify:hover {
	color: #B601BC;
}

.mctc-btn-aria,
.mctc-btn-aria:hover {
	color: #B90A0C;
}

.mctc-btn-hh,
.mctc-btn-hh:hover {
	color: #EE2F35;
}

.mctc-btn-laney,
.mctc-btn-laney:hover {
	color: #A3865A;
}

.mctc-btn-fortrek,
.mctc-btn-fortrek:hover {
	color: #051C2C;
}

.mctc-btn-harmonics,
.mctc-btn-harmonics:hover {
	color: #131230;
}

.mctc-btn-thunderx3,
.mctc-btn-thunderx3:hover {
	color: #55D2C1;
}

#countdowntext-fixed-header {
	display: none;
}

@media (max-width: 899px) {
	.module-countdowntext {
		gap: 8px;
	}

	.module-countdowntext-timer {
		gap: 10px;
	}
}

/*-- modulo contagem regressiva texto --*/

/*-- skeleton --*/
.lazy-skeleton {
	background: #eee;
	animation: lazy-skeleton-loading 2s cubic-bezier(.4, 0, .6, 1) infinite;
}

@keyframes lazy-skeleton-loading {
	50% {
		opacity: .5;
		background-color: hsl(0, 0%, 95%);
	}
}

/*-- skeleton --*/

/*-- fixed skeleton-v2 --*/
.lazy-skeleton-v2 {
	background: #eee;
	position: relative;
	overflow: hidden;
}

.lazy-skeleton-v2::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
	animation: lazy-skeleton-v2-loading 1.3s infinite;
}

@keyframes lazy-skeleton-v2-loading {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

/*-- fixed skeleton-v2 --*/

/*-- fixed skeleton --*/
.fixed-lazy-skeleton {
	background: #eee;
	animation: fixed-lazy-skeleton-loading 2s cubic-bezier(.4, 0, .6, 1) infinite;
}

@keyframes fixed-lazy-skeleton-loading {
	50% {
		opacity: .5;
		background-color: hsl(0, 0%, 95%);
	}
}

/*-- fixed skeleton --*/