/*
@font-face {
    font-family: 'Akkurat';
    src: url('Akkurat-Bold.woff2') format('woff2'),
        url('Akkurat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akkurat';
    src: url('Akkurat.woff2') format('woff2'),
        url('Akkurat.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/



.centered-and-cropped { 
	object-fit: cover 
}


.countdown-medium {
	display: inline-block;
	font-size: 30px !important;
	font-weight: 600;
	text-align: center;
}






.testo_bianco {
	color: #FFFFFF; 
}

.testo_nero {
	color: #000000; 
}


.button-size-small {
	width: 100px;
}


.textarea-registrati {
  	width: 100%;
  	height: 100px;
  	font-size: 10px;
  	font-family: Arial, sans-serif;
  	border: none;
  	text-align: justify;
}

.textarea-registrati_2 {
  	width: 100%;
  	height: 40px;
  	font-size: 10px;
  	font-family: Arial, sans-serif;
  	border: none;
  	text-align: justify;
}



.cart_rosso {
  width: 18px;
  height: 18px;
  background: #ff0000;
  border-radius: 5px;
}

.cart_giallo {
  width: 18px;
  height: 18px;
  background: #ffc000;
  border-radius: 5px;
}

.cerchio_grey {
  width: 18px;
  height: 18px;
  background: #d0d0d0;
  border-radius: 5px;
}



.colore-chart-0 {
  background-color:#7cb5ec;
}

.colore-chart-1 {
  background-color:#434348;
}

.colore-chart-2 {
  background-color:#90ed7d;
}

.colore-chart-3 {
  background-color:#f7a35c;
}

.colore-chart-4 {
  background-color:#8085e9;
}

.colore-chart-verde {
  background-color:forestgreen;
}

.colore-chart-rosso {
  background-color:darkred;
}


/* stile per l'icona usata per cancellare la fgotografia */
.ico_news {
    position:absolute;
    top: 0px;
    left: 0px;
	height: 50px;
	width: 50px;
    z-index: 2;
}

.shadowed { 
    -webkit-filter: drop-shadow(5px 5px 5px #222) !important; 
} 


.categoria_news {
    display: inline-block;
    position: relative;
    padding: 1px 9px 1px 9px;
    border-width: 1px;
    margin-right: 0;
    font-size: 13px;
    line-height: 16px;
    font-family: Poppins,Roboto,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: uppercase;
    vertical-align: middle;
    pointer-events: auto;
    border-style: solid;
    text-shadow: none;
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    color: #000;
    border-color: var(--main-color);
    color: var(--main-color);
    background-color: var(--second-color);
    
    transition: border-color 375ms ease-in-out,background-color 375ms ease-in-out,color 375ms ease-in-out;
    top: -30px;
    
    z-index: 2;
}








.fullwidth-page {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
}

.fullwidth-page .section-sm {
	padding-top: 60px;
	padding-bottom: 60px;
}

.fullwidth-page > * {
	flex-basis: 100%;
}

.fullwidth-page * + .countdown {
	margin-top: 45px;
}

.fullwidth-page * + h5 {
	margin-top: 35px;
}

@media (min-width: 768px) {
	.fullwidth-page * + h5 {
		margin-top: 55px;
	}
}

.fullwidth-page_mod-1 {
	min-height: 90vh;
}

.ie-10 .fullwidth-page,
.ie-11 .fullwidth-page {
	white-space: nowrap;
}

.ie-10 .fullwidth-page > *,
.ie-11 .fullwidth-page > * {
	display: inline-block;
	width: 100%;
	white-space: normal;
}

.ie-10 .fullwidth-page::after,
.ie-11 .fullwidth-page::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	min-height: inherit;
}


.bg-hero {
	background-image: url("../images_000001/bg-hero.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}




.heading-1 {
	font-size: 34px;
	font-weight: 400;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.heading-1 {
		font-size: 56px;
		line-height: 1.1;
	}
}

@media (min-width: 1200px) {
	.heading-1 {
		font-size: 80px;
	}
}

.button-hero {
	height: 40px;
}

@media (min-width: 768px) {
	.button-hero {
		height: 40px;
	}
}

@media (min-width: 1200px) {
	.button-hero {
		height: 50px;
	}
}


.big {
	font-size: 22px;
}


@media (max-width: 550px) {
	.div_button_hero_alto {
        display: none;
	}
    .div_button_hero_basso {
        display: block;
	}
	.titolo_premio {
     color: #fff;
	}
	.sottotitolo_premio {
     color: #fff;
	}
	.main_title {
     font-size: 24px !important;
	}
	
}

@media (min-width: 551px) {
	.div_button_hero_alto {
        display: block;
	}
    .div_button_hero_basso {
        display: none;
	}
	
	.titolo_premio {
     color: #e20c54;
	}
	.sottotitolo_premio {
     color: #221e3c;
	}.main_title {
     font-size: 34px;
	}
}

