/* GIUNONE */
/*
**************************************************************************
				VARIABILI GLOBALI A TUTTI I CSS
**************************************************************************
*/

:root {

  --sfondo : white;
  --colore : #05387e;
  --link: #8babd6;
  --link-hover: #db9600;
  --acceso: #db9600;

}

html,
body {
	font-family: 'Roboto Condensed', sans-serif !important;
}

body {
	color: var(--colore);
	background-color: var(--sfondo) !important;
}


a {
	color: var(--link);
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	font-weight:bold;
	text-decoration: none;
}

a:hover,
a:focus,
a:active  {
	color: var(--link-hover);
	text-decoration: none;
}


.involucro {
	width: 99% !important;
    margin-right: auto;
    margin-left: auto;
}

.locandina {
	width: 100%;
	height: auto;
}


.loghi-box {
    background-color: #EEEEEE;
    text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.loghi-box:hover {
    background-color: #fffcd0;
}

.loghi-padding {
	padding:2px;
}

.loghi-sponsor {
	width: 100%;
	height: auto;
	max-width: 600px;
}

.ombra-png {
	-webkit-filter: drop-shadow(3px 3px 3px #666);
	filter: drop-shadow(3px 3px 3px #666);
}

.barra {
    text-align: left;
}



/*
**************************************************************************
								GRUPPI
**************************************************************************
*/

.gruppo {
	color: white;
    text-align: left;
	padding-top:10px;
	padding-bottom: 3px;
	margin: 2px;
}

.gruppo-0 {
	background: rgb(198,179,9);
	background: linear-gradient(152deg, rgba(198,179,9,1) 0%, rgba(255,247,201,1) 23%, rgba(212,191,113,1) 51%, rgba(252,247,214,1) 79%, rgba(255,253,219,1) 100%); ; 
}

.gruppo-1 {
	background: rgb(168,168,168);
	background: linear-gradient(152deg, rgba(168,168,168,1) 0%, rgba(240,240,240,1) 26%, rgba(194,193,193,1) 50%, rgba(255,255,255,1) 79%, rgba(235,235,235,1) 100%); 
}

.gruppo-2 {
	background: rgb(116,159,193);
	background: linear-gradient(152deg, rgba(116,159,193,1) 0%, rgba(210,229,244,1) 24%, rgba(161,193,217,1) 53%, rgba(224,236,242,1) 75%, rgba(255,255,255,1) 100%); 
}



/*
**************************************************************************
								CREDITS
**************************************************************************
*/
.credits {
    text-align: right;
	font-size: 12px;
	color: silver;
	padding-top: 35px;
}

.credits a {
	text-decoration: none;
	color: silver;
	font-weight:normal;
}


/*
**************************************************************************
								RESPONSIVE
**************************************************************************
*/

.loghi-barra {
	width: auto;
	height: auto;
	max-height: 50px;
}

.testo-barra {
	display: inline-block;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 14px;
}

@media (min-width: 480px) {
.loghi-barra {
	max-height: 70px;
}
.testo-barra {
	padding-left: 25px;
	padding-top: 23px;
	font-size: 18px;
}
}



@media (min-width: 768px) {
.loghi-barra {
	max-height: 90px;
}
.testo-barra {
	padding-left: 30px;
	padding-top: 32px;
	font-size: 22px;
}
}



@media (min-width: 1200px) {
.loghi-barra {
	max-height: 120x;
}
.testo-barra {
	padding-left: 40px;
	padding-top: 30px;
	font-size: 26px;
}
}



@media (min-width: 1600px) {
.loghi-barra {
	max-height: 150px;
}
.testo-barra {
	padding-left: 50px;
	padding-top: 60px;
	font-size: 30px;
}
}



/*
**************************************************************************
							DIV SPONSOR
**************************************************************************
*/
#sponsor {
	display: flex;
	justify-content: center;
	align-items: center;
}

