*,
::before,
::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style:
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x: ;
	--tw-pan-y: ;
	--tw-pinch-zoom: ;
	--tw-scroll-snap-strictness: proximity;
	--tw-gradient-from-position: ;
	--tw-gradient-via-position: ;
	--tw-gradient-to-position: ;
	--tw-ordinal: ;
	--tw-slashed-zero: ;
	--tw-numeric-figure: ;
	--tw-numeric-spacing: ;
	--tw-numeric-fraction: ;
	--tw-ring-inset: ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur: ;
	--tw-brightness: ;
	--tw-contrast: ;
	--tw-grayscale: ;
	--tw-hue-rotate: ;
	--tw-invert: ;
	--tw-saturate: ;
	--tw-sepia: ;
	--tw-drop-shadow: ;
	--tw-backdrop-blur: ;
	--tw-backdrop-brightness: ;
	--tw-backdrop-contrast: ;
	--tw-backdrop-grayscale: ;
	--tw-backdrop-hue-rotate: ;
	--tw-backdrop-invert: ;
	--tw-backdrop-opacity: ;
	--tw-backdrop-saturate: ;
	--tw-backdrop-sepia: ;
	--tw-contain-size: ;
	--tw-contain-layout: ;
	--tw-contain-paint: ;
	--tw-contain-style:
}

*,
::after,
::before {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #eeeeee
}

::after,
::before {
	--tw-content: ''
}

:host,
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-feature-settings: normal;
	font-variation-settings: normal;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	line-height: inherit;
	font-family: 'Noto Sans Display', sans-serif;
	color: #000;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}

a:hover {
	opacity: .5;
}

b,
strong {
	font-weight: bolder
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-feature-settings: inherit;
	font-variation-settings: inherit;
	font-size: 90%;
	font-weight: inherit;
	letter-spacing: inherit;
	color: #000 !important;
	padding-left: 5px;
}

button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
	-webkit-appearance: button;
	background-color: transparent;
	background-image: none
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	font-weight: 500;
	color: #9ca3af
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
	display: block;
	vertical-align: middle
}

img,
video {
	max-width: 100%;
	height: auto
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.left-0 {
	left: 0px
}

.top-0 {
	top: 0px
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.flex {
	display: flex
}

.grid {
	display: grid
}

.h-full {
	height: 100%
}

.w-full {
	width: 100%
}

.max-w-4xl {
	max-width: 52rem
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))
}

.items-center {
	align-items: center
}

.gap-1 {
	gap: .6rem 1rem
}

.gap-2 {
	gap: 1rem
}

.rounded {
	border-radius: 0.25rem
}

.rounded-lg {
	border-radius: 0.5rem
}

.border {
	border-width: 1px
}

.bg-gray {
	--tw-bg-opacity: 1;
	background-color: rgb(220 220 220 / var(--tw-bg-opacity, 1))
}

.bg-sky-blue {
	--tw-bg-opacity: 1;
	background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1))
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.p-1 {
	padding: 1rem 0 1rem 0
}

.p-2 {
	padding: 1.4rem 2rem 1.2rem 2rem
}

.text-center {
	text-align: center
}

.text-3xl {
	font-size: 1.675rem;
	line-height: 2.2rem
}

.text-xl {
	font-size: 1.1rem;
	line-height: 1.25rem
}

.text-result {
	color: #2a6eb0;
	font-size: 1.1rem;
	line-height: 1.7rem;
	font-weight: 600;
	text-align: center;
	margin: 14px 4px -6px 4px !important;
}

.text-concentration {
	color: #004161;
	font-size: 1.1rem;
	line-height: 1.8rem;
	font-weight: 600;
	text-align: center;
	margin-top: 2px;
	padding-bottom: 70px;
}

.text-error {
	color: #ff0000;
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 600;
	text-align: center;
	margin: -75px 0 15px 0;
}

.text-refer {
	color: #004161;
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 600;
	text-align: center;
	margin: 1.1rem 0 1.1rem 0;
}

.text-copyright {
	color: #004161;
	font-size: .9rem;
	line-height: 1.5rem;
	font-weight: 500;
	text-align: center;
	margin-top: .8rem;
}

.font-bold {
	font-weight: 700
}

.font-semibold {
	font-weight: 600
}

.opacity-75 {
	opacity: 0.75
}

.opacity-50 {
	opacity: 0.5
}

.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.titlebar {
	font-size: 1.1rem;
	line-height: 1.25rem;
	font-weight: 600;
	color: #fff;
	background-color: #004161;
	width: 100%;
	min-height: 30px;
	max-height: 60px;
	padding-top: 4px;
	padding-bottom: 5px
}

.titlebarsm {
	font-size: .95rem;
	line-height: 1.25rem;
	font-weight: 600;
	color: #fff;
	background-color: #004161;
	width: 100%;
	min-height: 30px;
	max-height: 60px;
	padding-top: 4px;
	padding-bottom: 5px
}

.iscontainer {
	border-width: 2px;
	border-radius: 10px;
	border-color: #004161;
	text-align: center;
	overflow: hidden
}

@media (min-width: 768px) {
	.md\:col-span-2 {
		grid-column: span 2 / span 1
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
	
	.md\:grid-cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr))
	}
}

@media (max-width: 767px) {
	.sm\:col-span-2 {
		grid-column: span 2 / span 1
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
	.md\:grid-cols-5 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}	
}

@media (max-width: 720px) {
	.sm\:col-span-2 {
		grid-column: span 2 / span 1
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
	
	.md\:grid-cols-5 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
	
	.radio-format>.radio-option>span {
		width: 65px !important;
		display: inline-block;
		line-height: 10px;
	}
}

@media (max-width: 491px) {
	.sm\:col-span-2 {
		grid-column: span 2 / span 1
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
	
	.md\:grid-cols-5 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}
	
	.radio-format>.radio-option>span {
		width: 65px !important;
		display: inline-block;
		line-height: 10px;
	}
}

@media (max-width: 431px) {
	.sm\:col-span-2 {
		/*tabarnak de câlisse kill me now*/
		grid-column: span 2 / span 1
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(1, minmax(0, 1fr))
	}

	.md\:grid-cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
	
	.md\:grid-cols-5 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}
	
	.radio-format>.radio-option>span {
		width: 65px !important;
		display: inline-block;
		line-height: 10px;
	}
}

h3 {
	color: #333;
}

label {
	color: #000;
}

input[type="radio"] {
	accent-color: #4A90E2;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	margin-bottom: 5px;
}

input[type="number"] {
	border: 1px solid #000;
	width: 60px;
	padding: 0 0 0 5px;	
	margin-right: 25%;
	display: none;
}

.button {
	background-color: #2a6eb0;
	border: 0px solid #2a6eb0;
	border-radius: 5px;
	color: white !important;
	padding: 4px 0px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	transition-duration: 0.1s;
	cursor: pointer;
}

.button:hover {
/*	color: #000 !important;*/
	opacity: .6;
}

.button:active {
	background-color: #2a6eb0;
	box-shadow: 0 1px #666;
	transform: translateY(1px);
}

.btn {
	min-width: 80px;
	max-width: 150px
}

.bacwater {
	display: block;
	text-align: center;
	margin-bottom: -20px;
}

.checkbox-format,
.radio-format>.radio-option,
.swatch-format>.swatch-option {
	background-color: #f3f4f6;
	position: relative;
	cursor: pointer;
}

.radio-format {
	font-size: .96em;
	text-align: center;
}

.radio-format>input[type="radio"] {
	display: none;
	position: absolute;
}

.radio-format>.radio-option {
	background-color: #b9c7dc;
	padding: 1px 9px 2px 9px;
	color: #000;
	border-radius: 5px;
	cursor: pointer;
	margin-left: 0px;
}

.radio-format>.radio-option>span {
	width: 75px;
	display: inline-block;
	line-height: 10px;
}

.radio-format>.radio-option:hover {
	background-color: #93aacf;
	opacity: 1;
}

.radio-format:hover,
.radio-format:focus,
.radio-format:hover:focus,
.radio-format.focus {
	border-radius: 5px;
	border-width: 0px;
	opacity: 1;
}

.radio-format>input[type="radio"]:checked+label.radio-option {
	border-radius: 5px;
	padding: 1px 9px 2px 9px;
	box-shadow: 2px 2px 6px gray;
	background-color: #2a6eb0;
	color: #fff;
	opacity: 1;
}

.radio-format>input[type="radio"]:checked+label.radio-option:hover {
	opacity: .7;
}
