@font-face {
	font-family: 'OpenSans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('res/fonts/OpenSans-Light.woff2') format('woff2');
}

.footer {
	font-family: "OpenSans", sans-serif;
	font-weight: 300;
	line-height: 18px;
	.logo svg {
		width: 88px;
		height: 30px;
		opacity: 0.8;
	}
}

.ico_italia {
	position: absolute;
	top: 16px;
	right: 0;
	z-index: 0;
}

#head_catnat .ask-start-btn:hover {
	background-color: #49b3de;
	color: #ffffff;
}

#head_catnat .ask-start-btn svg path {
  fill: black;
}
#head_catnat .ask-start-btn svg circle {
	stroke: black !important;
}
#head_catnat .ask-start-btn:hover svg path {
  fill: white;
}
#head_catnat .ask-start-btn:hover svg circle {
	stroke: white !important;
}

#blueSection::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 30px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.12) 40%,
    rgba(0, 0, 0, 0.06) 70%,
    rgba(0, 0, 0, 0.02) 90%,
    rgba(0, 0, 0, 0) 100%
  );
	opacity: 0.6;
  pointer-events: none;
}


.ask-start-btn:hover {

	background-color: #47BEEB;
	/* leggermente più scuro */
	color: #ffffff;
}

.btn-blue.btn-blue-home.ask-start-btn path {
	fill: #FFFFFF;
}

.faq-question {
	border-radius: 8px;
	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
	padding: 16px;
	min-height: auto;
	height: auto;
	cursor: pointer;

	svg path {
		fill: #3796C2;
	}
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
	padding-left: 35px;
}

#head_catnat .blueCheck svg path {
	fill: #6DD5FF;

}