@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    width: 100%;
    height: 100%;
	font-family: 'Lato', sans-serif;
    color: #666;
    background: #fff;
	font-weight: 400;
    line-height: normal;
 }

html {
    width: 100%;
    height: 100%;
}

 .wrapper {
    width: 80%;
    padding: 0;
    margin: 20px auto;
 }

 .logo_mobile {
	 display: block;
	 float: left;
	 margin: 0;
	 padding-bottom: 10px;
		}
		
	 .logo_mobile img {
			height: 25px;
		}
 
 .logo {
	 display: none;
		}

 .logo_Zanichelli {
	 float: right;
	 margin: 0;
	 padding: 0;
		}
		
	 .logo_Zanichelli img {
		height: 25px;
		}
	 
h1 {
    font-size: 25px;
	font-weight: 900;
	color: #fff;
}

h2 {
	font-size: 26px;
	text-align: center;
	font-weight: 900;
	color: #3c78d8;
	padding-bottom: 20px;
}

.evidenzio {
	text-align: center;
	font-weight: 900;
	color: #fff;
    background-color: #3c78d8;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	text-align: center;
	color: #000;
	font-weight: 700;
	padding-bottom: 20px;
}

h4 {
	font-size: 21px;
	text-align: left;
	color: #000;
	font-weight: 700;
	background: #f5c540;
	width: fit-content;
	width: -moz-fit-content;
	padding: 0 5px 0 5px;
}
	 
p {
	font-size: 16px;
	text-align: center;
	color: #666;
}

span {color:#000;}
.rosso-title {color:#fff;background-color: #e60000;
    padding: 2px 5px 2px 5px;}
.rosso {color:#e60000;}

a {color:#e60000; font-weight: 900;}
a:hover {color:#000;}

b {font-weight: 900;}
i {font-style: italic;}

.interlinea {line-height:11px;font-style: italic;font-size: 9px;color:#000;}

.img_Maknouz {
	width: 70%;
	padding: 0 15% 5% 15%;
}

#header {
    width: 100%;
    min-height: 450px;
    background: url(../img/hero-mobile.jpg) center center;
    background-size: cover;
    position: relative;
}

#header .wrapper {
    margin: 0 auto;
        display: table;
}

 .box-header  {
	width: 100%;
	margin-top: 210px;
	float: left;
}
	
	
.box-h1  {
	display: none;
}
	
.box-h1-mobile  {
	display: block;
	margin-top: 10px;
}

 .box-acquista-header  {
	background: #fff;
	position: relative;
	z-index: 2; 
	padding: 10px; 
}

 .box-acquista-header p  {
	color: #000;
	padding-top: 5px; 
}

 .cta {
    display: block;
    background: #e60000;
    color: #fff;
    line-height: 2.5em;
    text-decoration: none;
    text-align: center;
	width: 100%;
	margin: 0 auto;
    margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
 }
 
 a.cta:hover {
    background: #333;
	color: #fff;
}

 .box-acquista  {
	width: 100%;
   }

 #footer {
    margin: 50px 0 0 0;
	border-top: 1px solid #eaeaea;
	padding-top: 40px;
 }
 
  #footer p {
    text-align: left;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 40px;
 }

.ce-banner{position:fixed;bottom:0;left:0;width:100%;font-size:1rem;padding:1rem 0rem;z-index:16;background-color:#eaeaea; z-index: 9999;font-family: 'Lato', sans-serif;}
.ce-banner__inner{width:70%;margin:0 auto; font-size: 14px;}
.ce-banner__inner a{color:#000;text-decoration:underline}
.ce-accept{padding:.6rem 1.5rem;color:#000;text-transform:uppercase;border-radius:4rem;float:right;font-size:.8rem;margin-top:1.5rem}

.btn--high{background-color:#e60000;border-color:#e60000;color:#fff!important;}
.btn--high:focus{border-color:#000}
.btn--on-high{background-color:transparent}
.btn--on-high:hover{color:#fff!important;background-color:#000!important;border-color:#000!important}
.btn--right{float:right}
.btn--left{float:left}
.btn--small{line-height:1.8em;width:auto;padding:.2em 1em}

@media screen and (min-width:768px){

 .wrapper {
    width: 80%;
    padding: 0;
    margin: 0 25px 25px 25px auto;
 } 
	 
h1 {
    font-size: 32px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 32px;
}
	 
p {
	font-size: 18px;
	line-height: 1.2em;
}
	
.interlinea {
	font-size: 12px;
}
	
.img_Maknouz {
	float: left;
	width: 150px;
	padding:0 20px 0 0;
}
 .box-header  {
	margin-top: 240px;
}

 .cta {
    line-height: 2.5em;
	width: 100%;
	font-size: 16px;
 }
	 
  #footer p {
	font-size: 14px;
 }
	
.paddingtop {
	padding-top: 25px !important;
 }

}

@media screen and (min-width:960px){
    .wrapper {
        width: 860px;
    }

 .logo_mobile {
	 display: none;
		}
	
 .logo {
	 display: block;
	 float: left;
	 margin: 0;
	 padding: 0;
		}
		
	 .logo img {
			height: 60px;
		}

 .logo_Zanichelli {
	 float: right;
	 margin: 0;
	 padding: 0;
		}
		
	 .logo_Zanichelli img {
		height: 40px;
		}
	
#header {
    width: 100%;
    min-height: 450px;
    background: url(../img/hero.jpg) center center;
    background-size: cover;
    position: relative;
}
	
.box-header  {
	width: 380px; 
	float: right;
	margin-top: 240px;
}
	
.box-h1  {
	display: block;
	float: left;
	margin-top: 20px;
}
	
.box-h1-mobile  {
	display: none;
}
	
h1 {
	font-size: 30px;
}
	
.box-acquista-header  {
	padding: 20px; 
}
	  
 .cta {
	width: 340px;
	font-size: 14px;
 }
	
.interlinea {line-height:15px;}

}

@media screen and (min-width:1024px){   
.evidenzio {
    margin: 0 auto;
    margin-bottom: 10px;
	display: table;
}
    
}

@media screen and (min-width:1100px){  
	
.wrapper {
    width: 1000px;
}
	
.box-header  {
	width: 400px; 
	margin-top: 240px;
}
	
h1 {
	font-size: 33px;
}
	
 .cta {
	width: 360px;
	font-size: 16px;
 }
    
.evidenzio {
    font-size: 40px;
	width: 520px;
    margin: 0 auto;
    margin-bottom: 10px;
}

} 

@media screen and (min-width:1300px){
	
#header {
    min-height: 560px;
}
 .wrapper {
    width: 1200px;
 }
	
.txt {
	font-size: 20px;
}

h1 {
	font-size: 45px;
}
	
h2 {
	font-size: 45px;
    line-height: 40px;
}

h3 {
	font-size: 30px;
	line-height: normal;
}
	
h4 {
	font-size: 35px;
}
	
.box-header  {
	width: 500px; 
	margin-top: 330px;
}
	
 .cta {
	width: 460px;
	font-size: 20px;
 }
	
 }

@media screen and (min-width:1400px){
#header {
    width: 100%;
    min-height: 600px;
    background: url(../img/hero.jpg) center center;
    background-size: cover;
    position: relative;
}
	
 .wrapper {
    width: 1300px;
 }
	
.box-header  {
	margin-top: 350px;
}
 }