@charset "utf-8";
/* CSS Document */

/* ============================
	GENERALI
   ============================ */

:root {
	--c1: #222221;
	--c2: #158ac2;
	--c3: #a6a6a6;
	--c4: #f9dc1c;
	--c5: linear-gradient(90deg, rgba(255, 212, 0, 1) 0%, rgba(247, 167, 0, 1) 100%);
	--font: "Ubuntu";
	--wLight: 300;
	--wNormal: normal;
	--wBold: bold;
}

.c1,
.c1:hover,
.c1:active {
	color: #f26c08;
}

.c2,
.c2:hover,
.c2:active {
	color: #f26c08;
}

.c3,
.c3:hover,
.c3:active {
	color: #f26c08;
}

.c4,
.c4:hover,
.c4:active {
	color: #f26c08;
}

.c5,
.c5:hover,
.c5:active {
	color: #f26c08;
}

body {
	font-family: var(--font), sans-serif;
	font-weight: var(--wLight);
	font-style: normal;
	font-size: 16px;
	color: #f26c08;
	background-image: url('../img/sfondo.jpg');
	background-size: cover;
}

.row {
	margin-left:0px;
	margin-right:0px;
}

h1, h2, h3, h4, p, a, b {
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-style: normal;
	color: #f26c08;
}

p {
  	font-weight: var(--wLight);
}

a {
  	text-decoration: underline;
}

a:hover, a:focus, a:active {
  	color: var(--c1);
}

.navbar-toggler:focus,
button { /* rimuove l'ombra di selezione del bottone di Bootstrap */
  	box-shadow: 0 0 0 0px !important;
	border: 0px solid transparent !important;
}

.sfondo {
  	background: white;
	border-radius: 30px;
}

.button {
	color: white;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#459c46+0,275188+100 */
	background: linear-gradient(to right,  #459c46 0%,#275188 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	border: 0px solid transparent;
	outline: none;
	border-radius: 50px;
	font-family: var(--font), sans-serif;
	font-weight: var(--wBold);
	font-size: 1.8rem;
	padding: .5rem 2.5rem;
	width: max-content;
	max-width: 300px;
	text-decoration: none;
}

.button:hover {
	color: white;
	background: var(--c2) ;
}

#ocr.button {
	font-size: 1.4rem;
	max-width: 400px;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#459c46+0,275188+100 */
	background: linear-gradient(to right,  #459c46 0%,#275188 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


@media (min-width:1400px) {
	h1.c2,
	h2.c3 {
		font-size: 3rem;
	}
}



.list {
	margin-bottom: 1rem;
	padding-left: 1rem;
}


/* ============================
	MENU
   ============================ */

.skip-to-main-content-link {
	position: absolute;
	left: -9999px;
	z-index: 999;
	padding: 1em;
	background-color: black;
	color: white;
	opacity: 0;
}

.skip-to-main-content-link:focus {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

#attiva_menu {
	max-width: 30px;
	margin:10px 25px;
	cursor: pointer;
}

.bi-list {
	font-size: 2rem;
	color: var(--c1);
}

#menu {
	background-color: var(--c5);
}

.menu {
	position: absolute;
	top: 4rem;
	border-radius: 50px;
	background: var(--c4);
	box-shadow: 10px 10px 48px -15px #000;
	width: 95%;
}

.menu-list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 10px;
	color: var(--c1);
	font-weight: var(--wLight);
	font-size: 25px;
}

#logo {
	width: 50px;
}

@media (max-width: 991px) {
	.menu-list li a {
		text-align: right;
    	font-size: 21px;
	}
}

.menu-list li a:hover, .menu-list li a.active {
	text-decoration: none !important;
	color: var(--c1);
	font-weight: var(--wBold);
}

.modal-body {
	background-color: #fff;
}

/* ============================
	FORM
   ============================ */

.errore-test{
		color: #ac182d;
}

#errore {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}

#errore_ocr {
	color: #ac182d;
	font-weight: var(--wBold);
	text-align: center;
	font-size: 24px;
}


input, select {
  	color:#f26c08 !important;
	border-radius: 50px !important;
	border: 1.5px solid #f26c08 !important;
}

input[type="checkbox"]{
	border-radius: 3px !important;
}

input[type="file"]::file-selector-button {
	color: white;
	padding: 0px 8px !important;
	margin: 0px 5px 0px 0px !important;
	border-radius: 50px !important;
	background-color: #f26c08 !important;
}

label {
	color: #666666;
}

p.col-1 {
	width: 1%;
}

.form-group {
	margin-bottom: 15px;
}

small {
	color: #666666;
}

.bi-info-circle-fill,
.bi-info-circle-fill:hover {
  	color: #f26c08;
}

.form-select {
	background-image: url('../img/selectArrow.svg') !important;
	background-position: right .2rem center !important;
	background-size: 28px 28px !important;
}

/* ============================
	FOOTER
   ============================ */

footer p {
	color: var(--c1);
	font-family: var(--font), sans-serif;
	font-weight: var(--wLight);
	font-style: normal;
	text-align: center;
}

footer p a,
footer p a:hover {
	color: var(--c1);
	text-decoration: underline;
	font-weight: var(--wBold);
}

@media(max-width:576px) {
	.mail_info {
		word-break: break-all;
	}
}

/* =========================
	COOKIE BAR
	======================= */

.cc-window {
	font-size: .85rem !important;
	line-height: 1.2em !important;
}

@media (max-width:767px) {
	.cc-window {
		font-size: .75rem !important;
		line-height: 1.1em !important;
	}
}

.margine {
	margin-top:8rem;
}

@media (max-width:750px) {
	.margine {
	margin-top:7rem;
}
}
