:root {
	--fon-t: 'Inter', sans-serif;
	--fon-h: 'Inter', sans-serif;

	--fon-w1: 400;
	--fon-w5: 400;
	--fon-w7: 600;
	--fon-w9: 900;

	--col-pri: #005C48;
	--col-pri-bg: #013A2E;
	--col-acc: #FF7300;

	--rad-s: .25rem;
	--rad-m: .25rem;
	--rad-l: .25rem;
	--rad-bt: .25rem;
}

.header ul li a {
	position: relative;
}
.header ul li a:after {
	content: '';
	position: absolute;
	left: 50%;
	width: 0;
	bottom: 0;
	border-bottom: solid .125rem var(--col-acc);
	transition: var(--ani-f);
	transform: translateX(-50%);
}
.header ul li a:hover:after {
	width: 80%;
}
.featured .content {
	max-width: 35rem;
}
.featured h1 {
	text-transform: uppercase;
	position: relative;
	padding-bottom: var(--sca-mar);
}
.featured h1:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 6.375em;
	height: .625rem;
	background: var(--col-acc);
	transform: translate(-50% , 50%);
}
.featured .page > a {
	transition: var(--ani-f);
	background-repeat: no-repeat;
	background-position: 50% calc(100% - 0rem);
	background-size: 1.25rem auto;
	padding-bottom: 1.5rem;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L10 10L19 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.featured .page > a:hover {
	background-position: 50% calc(100% - .25rem);
}
.main h3,
.main h4 {
	color: var(--col-pri);
}
.main h4 {
	position: relative;
}
.main h4 .dec {
	position: absolute;
	font-size: 3em;
	left: -.25em;
	top: -.4em;
	line-height: 1em;
	font-weight: 900;
	z-index: -1;
	color: var(--col-acc);
	opacity: .2;
}
.col6 .card > * {
	max-width: 100%;
}
.col6 .card .block {
	margin-top: var(--sca-pad);
	padding-top: var(--sca-pad);
	position: relative;
	padding-left: 6em;
}
.col6 .card .block:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 7rem;
	height: .125rem;
	background: var(--col-acc);
}
.col6 .card .block > img {
	position: absolute;
	left: 0;
	top: var(--sca-pad);
}
.col6 .card .block > h5 {
	margin: 0;
	font-weight: var(--fon-w7);
}
.col6 .card .block > h5 + .bt {
	font-size: calc(var(--sca-t) * .875);
	margin: var(--sca-mar) 0 0;
	display: inline-block;
}
.bg button.bt {
    background: var(--col-acc);
    color: var(--col-bg);
}
.bg .bt:hover {
	border-color: transparent;
}
.logos {
	font-size: 0;
	margin: 1rem -1.25rem;
}
.logos img {
	display: inline-block;
	vertical-align: top;
	height: 5.25rem;
}
.logos img,
.logos img + img {
	margin: 1rem 1rem 0;
}
@media (min-width:960px) {
	.logos {
		white-space: nowrap;
	}
}
@media (min-width:960px) and (max-width:1400px) {
	.logos img {
		height: 6vw;
	}
}
.field label.checkbox {
	margin-top: calc(var(--sca-mar)*1.5);
	margin-bottom: calc(var(--sca-mar)*1.5);
}
.footer {
	background: var(--col-pri-bg);
	color: var(--col-bg);
	border-color: transparent;
}
.footer .azuite {
	color: var(--col-bg);
}
@media (max-width:960px) {
	#fichatecnica .col {
		text-align: center;
	}
	#fichatecnica .col img {
		max-width: 70%;
	}
}





