@charset "UTF-8";
/* CSS Document */


/* STANDARDS  */
html
{
font-size:16px;
}
body
{
font-family: 'DM Sans', arial;
color:#3A3026;
font-weight:500;
background-color:#fff;
}

.focus
{
max-width:1080px;
position:relative;
z-index:2;
text-align: left;
}

h1 {
    font-size: 2.75rem;
    line-height:1.2em;
	font-weight:700;
	font-family:'Roboto Slab';
}

h2 {
    font-size: 2.25rem;
    line-height:1.2em;
    font-weight:700;
}
h2::after
{
display:block;
content:"";
margin-top:15px;
margin-left:0;
margin-right:auto;
width:37px;
height:6px;
border-radius:2px;
background-color:#FED307;
}
p
{
font-size:1.125rem;
line-height:1.5em;
margin-top:15px;
margin-bottom:15px;
font-weight:500;
}

.button,a.button
{
text-align:center;
max-width:100%;
position: relative;
z-index:1;
font-size:1.0625rem;
font-weight:700;
line-height:48px;
cursor:pointer;
display:inline-block;
color:#fff;
text-align:center;
background-color:#913505;
border:0;
padding-left:30px;
padding-right:30px;
border-radius: 13px;
}

.button:hover,a.button:hover
{
/*background-color:#000;
color:#fff; */
}

.custom-checkbox,.custom-radio {
    display:block;
    height: 21px;
    width: 21px;
    background-color: #fff;
border-radius: 5px;   
border: 1px solid #C1C1C1; 
background-repeat:no-repeat;
background-position: center center;
background-image:url("../img/app/checked.png");
}

.custom-checkbox.checked,.custom-radio.checked
{
background-color: #0266D6;
}

.textbox
{
width:100%;
padding-left:20px;
padding-right:20px;
color:#000;
font-size:1rem;
font-family: 'DM Sans';
outline:0;
border:0px;
background-color:#fff;
box-sizing:border-box;
height:48px;
border-radius:16px;
text-align:left;
font-weight:500;
margin-bottom:30px;
}

textarea.textbox
{
resize:none;
height:200px;
}

label
{
line-height:1.5em;
display:block;
font-size:1.3125rem;
margin-bottom:15px;
font-weight:400;
text-align:left;
}

label.label_check
{
margin-left:10px;
margin-right:40px;
}

label.label_check.last
{
margin-right:0;
}

.errore,.errore.uploadFoto .box_foto
{
background-color:#e1242b !important;
background:#e1242b !important;
color:#fff !important;
}

.error_text
{
color:#e1242b !important;
font-size:1rem;
font-weight:400;
line-height:1.5em;
}

input[placeholder],
    [placeholder],
    *[placeholder] {
      
    }

::-webkit-input-placeholder { 
    opacity:  0.35;    
}
:-moz-placeholder { 
   opacity:  0.35;
}
::-moz-placeholder { 
  opacity:  0.35;
}
:-ms-input-placeholder { 
  opacity:  0.35;
}

input.errore[placeholder],
    .errore_input[placeholder],
    *.errore_input[placeholder] {
      color: #ffffff !important;
	opacity:  1;
    }

.errore::-webkit-input-placeholder { 
    color:    #ffffff !important;
	opacity:  1;
}
.errore:-moz-placeholder { 
   color:    #ffffff !important;
   opacity:  1;
}
.errore::-moz-placeholder {
   color:    #ffffff !important;
   opacity:  1;
}
.errore:-ms-input-placeholder {
   color:    #ffffff !important;
	opacity:  1;
}

#overlay,#overlay3,#visore.obscured::before,#header.obscured::before,#footer.obscured::before,#richiedi_premio.obscured::before
{
position:absolute;
z-index:30;
top:0px;
left:0px;
width:100%;
height:100%;
background-color: #F58F01;
opacity:0.5;
}
#visore.obscured::before,#header.obscured::before,#footer.obscured::before,#richiedi_premio.obscured::before
{
content:"";
}

#popup
{
position:absolute;
}

#overlay,#popup
{
display:none;
}



#popup,#popup3
{
text-align: center;
z-index:31;
top:50%;
left:50%;
width:640px;
padding:30px;
transform:translateX(-50%);
border-radius: 16px;
background-color: #ffffff;
-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}
#popup3
{
position:absolute;
transform:translate(-50%,-50%);
}
#close_popup
{
cursor: pointer;
min-width: 0px;
text-align: center;
position: absolute;
z-index:2;
right: 15px;
top: 15px;
}
#close_popup::before
{
content:"X";
font-weight:700;
font-size:1.5625rem;
color:#000;
opacity:0.35;
}

#title_popup,#title_popup2
{
font-weight:700;
font-size:2.25rem;
line-height:1.2em;
padding-top:10px;
padding-bottom:10px;
width: 88%;
margin-left:auto;
margin-right:auto;
    position: relative;
    z-index: 3;
}

#contenuto_popup,#contenuto_popup2
{
font-weight:700;
font-size:1.25rem;
line-height:1.5em;
padding-bottom:10px;
padding-top:10px;
text-transform:none;
margin-left:auto;
margin-right:auto;
position: relative;
    z-index: 2;
color:#000;
}

.uploadFoto
{
margin-bottom:30px;
}

.custom-select-container
{
background-color:#ddd;
position:relative;
z-index:1;
height:60px;
width:100%;
box-sizing:border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
/*-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;*/
margin-bottom:30px;
}

.custom-select-container::after
{
content:"";
display:block;
position:absolute;
z-index:2;
top: 26px;
right: 20px;
/*  width: 0; height: 0; line-height: 0; 
border-top: 4px solid #003273; 
border-left:   4px solid transparent; 
border-right:  4px solid transparent; */
background-image:url('../img/app/select.png');
width:14px;
height:8px;
}

.custom-select-container.errore::after
{
background-image:url('../img/app/select_error.png');
}

.custom-select {
    line-height: 60px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
    text-align: left;
}

select {
    max-width: 100%;
width:100% !important;
    color: #666;
font-size: 18px;
line-height: 24px;
font-family: 'DM Sans';
font-weight:500;	
z-index: 10;
text-align: left;
}


.upper
{
text-transform:uppercase;
}

#header
{
padding-top:30px;
padding-bottom:30px;
position:relative;
z-index:1;
}

#footer {
padding-top: 30px;
padding-bottom: 30px;
background-color:#EBEBEB;
position:relative;
z-index:1;
}
#footer .focus
{
text-align:center;
}
#footer ul li {
	display:inline-block;
	padding-left:25px;
	padding-right:25px;
	position:relative;
	z-index:1;
}
#footer ul li::after
{
position:absolute;
top:0;
left:auto;
right:-1px;
width: 0;
border-right: 2px solid #707070;
height:100%;
content:"";
}
#footer ul li.last::after
{
display:none;
}
#footer a
{
display:inline-block;
text-transform:uppercase;
font-weight:700;
font-size:0.875rem;
cursor:pointer;
}

#footer img
{
margin-top:40px;
}

#richiedi_premio
{
position:relative;
z-index:1;
}

.data_center input
{
text-align:center;
padding-left:5px;
padding-right:5px;
}

#risultati_ricerca .response
{
margin-top:30px;
margin-bottom: 0;
text-align:center;
}

.form_radio
{
height:60px;
}

.form_radio.check
{
height:auto;
}

.button.invia
{
margin-top:30px;
width:100%;
box-sizing:border-box;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}

/* END STANDARDS  */



/* CUSTOM  */
#visore,#visore img
{
position:relative;
z-index:1;
}
#visore img
{
width:100%;
}
#visore .caption
{
position:absolute;
z-index:3;
margin-top:5%;
left:auto;
top:0;
right:5%;
width:320px;
max-width:100%;
}
#visore .caption p
{
margin-top:8px;
padding-left:6px;
}
#premi
{
position:relative;
z-index:2;
overflow:visible;
}
#premi .focus::before
{
content:"";
width:100%;
height:50px;
position:absolute;
top:0;
left:0;
z-index:1;
transform:skewY(1.2deg);
transform-origin: top right;
background-color:#FDF0E5;
}
#premi .focus,#richiedi_premio .focus
{
padding-top:70px;
padding-bottom:70px;
padding-left:30px;
padding-right:30px;
box-sizing: border-box;
}
#premi .focus
{
background-color:#FDF0E5;
}
#richiedi_premio .focus
{
background-color:#F58F01;
}

.steps
{
margin-top:70px;
}
#scelta_premio
{
margin-top:30px;
}
#scelta_premio img
{
max-width: 318px;
margin-left: auto;
margin-right: auto;
}
.steps .col3,.steps .col4,.steps img,#scelta_premio,#scelta_premio img
{
position:relative;
z-index:1;
}
.steps img.fiore,#scelta_premio img.fiore
{
position:absolute;
top:-25px;
left:auto;
right:0;
width:73px;
z-index:2;
}
.steps p
{
font-size:0.95rem;
color:#A5A5A5;
margin-bottom:0;
}
.steps p.full
{
max-width:100%;
}
.steps img.logo_premio
{
margin-left:0;
margin-top: 15px;
height:45px;
}
#scelta_premio img.logo_premio
{
margin-top: 15px;
max-height:56px;
}
.steps .actions
{
display:none;
}
.steps .actions.on
{
display:block;
}
.steps a.tc
{
display:inline-block;
margin-bottom:20px;
font-size:0.9375rem;
text-decoration:underline;
line-height:1.2em;
font-weight:400;
}
.steps .button
{
width:110px;
}

#richiedi_premio .textbox
{
height:60px;
-webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.16);
-moz-box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.16);
box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.16);
}
#richiedi_premio .button,#scelta_premio .button
{
line-height:60px;
}
#scelta_premio .button
{
width: 115px;
margin-top: 20px;
}
#form_codice
{
margin-top:15px;
}
#popup .textbox
{
border:1px solid #C1C1C1;
margin-bottom: 20px;
}
#myform
{
margin-top:30px;
}
#myform label
{
font-size:1rem;
margin-bottom:5px;
}
#myform label.label_check {
  font-size: 0.85rem;
}
#myform label.label_check a
{
text-decoration:underline;
color:#0354ae;
}
#myform.off
{
display:none;
}
#privacy .cella
{
vertical-align:top;
}

.skip-to-main-content-link {
  position: fixed; top:0;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white !important;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

#richiedi_premio label
{
color: #000;
}
.steps img.premio_img
{
border-radius:10px;
}

#popup p.descr_mini
{
font-size:0.8rem;
}
#popup img.esclamativo
{
margin-top:30px;
}
#popup .fiore
{
display:none;
}
/* END CUSTOM  */

