@charset "utf-8";
/*---------------------TESTI---------------------*/
html, :root { font-size: 10px; }
@media (max-width: 1025px)	{ html, :root	{ font-size: 9px; } }
@media (max-width: 767px) { html, :root { font-size: 7.12px; } }

:root {
    --font-thin: robotothin;
    --font-bold: robotobold;
    --font-light: robotolight;
    --font-medium: robotomedium;
    --font-black: robotoblack;
    --font-regular: robotoregular;
}
.testatabando{background-image:url(../../image/corporate/headerbando.jpg);  height:364px; background-position:top center;background-size:contain;background-repeat:no-repeat}	
.testatabando a{width:40%;height:364px;position:absolute;top:0;left:0;}
#bando{background-color:#f9b234;font-family: var(--font-light);font-size: 1.9rem;line-height: 2.4rem;color:#333333}
#bando h1{font-family: var(--font-regular);font-size: 32px;padding-bottom: 15px;}

.bgbando{background-image:url(../../image/corporate/bgheaderbando.png);background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;width:100%;height:560px;}

#bando .testo{background-color:#fee8c1;margin-top:56px;padding:100px 50px;}

#bando .testo ul{padding-top:15px;padding-bottom:15px;}

@media(max-width:992px){
	#bando .testo{margin-top:20px;padding:50px 20px;}
	.testatabando{background-image:url(../../image/corporate/headerbando_ipad.jpg);}	
}
@media(max-width:767px){
	.testatabando{background-image:url(../../image/corporate/headerbando_mobile.jpg);}
	.testatabando a{width:100%;height:200px;position:absolute;top:0;left:0;}

}