/* ==========================================================================
   style by ww.fpeitalia.com
   despar-iw25
   ========================================================================== */
:root {
    --yellow: #fecc00;
    --green: #008031;
    --red: #e40422;
}
a, a:active, a:focus, img[usemap], map area {
	outline: none;
}
html,button,input,select,textarea {
    color: #000;
}
html {
	scroll-behavior: smooth;
}
html, body {
	min-height: 100%;
}
body {
    font: 18px 'Poppins', sans-serif;
    color: #fff;
    background: var(--green);
}
hr {
    display: block;
    height: 5px;
    border: 0;
    margin: 50px 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
p {
    margin: 0;
    padding: 0 0 15px;
    position: relative;
    z-index: 0;
}
p:last-child {
    padding-bottom: 0;
}
h1 {
	font-size: 48px;
	padding: 0;
	margin: 0 0 25px;
    letter-spacing: -2px;
}
h2 {
	font-size: 42px;
    line-height: 42px;
    margin: 0 0 20px;
}
a {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
}
a:hover {
    color: var(--yellow);
}
.container ul li:not(:last-child) {
    margin-bottom: 5px;
}


main { display: block; }

header {
	text-align: center;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 40px;
    z-index: 1;
    background: var(--yellow) url(../images/bg-header.svg) no-repeat center top 20px/1470px 1490px;
    color: #000;
}
body:not(#home) header {
    padding-top: 20px;
}
header h1 {
    margin: 0;
}

.road {
    background: url(../images/bg-road.jpg) no-repeat bottom center/100% 480px;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}
#regolamento .road {
    background: url(../images/bg-road.jpg) no-repeat bottom center/100% 380px;
}
header .road {
    padding-bottom: 20px;
}
#home header .logo {
    display: block;
    margin: 0 auto -90px;
}
.road::before {
    content: '';
    display: block;
    pointer-events: none;
    height: 680px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,212,255,0) 70%);
}
#archivio .road {
    background: url(../images/bg-road.jpg) no-repeat bottom center/100% 310px;
}
#archivio .road::before {
    height: 500px;
}
.road img {
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 10;
}
.pb-0 {
    padding-bottom: 0 !important;
}

section {
	position: relative;
}
.premi {
    background: url(../images/bg-premi.svg) no-repeat;
    width: 450px !important;
    height: 406px;
    color: #3D1D3E;
    font-size: 22px;
    box-sizing: border-box;
    padding: 30px;
    margin: -30px 10px 0;
}
#regolamento .premi {
    margin: 10px 10px 0;
}
.premi-iw-02 {
    background: url(../images/premi-iw-02.png) no-repeat center right/contain;
    height: 100%;
}

/*.container article:first-child {
	margin-top: 40px;
}*/
.container {
	width: 1000px;
    padding: 30px 20px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

/*body>div:has(+footer) {
    padding-bottom: 100px;
}*/
footer {
    position: relative;
}

footer h2::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(../images/sc.svg) no-repeat center center / contain;
    vertical-align: middle;
    margin-right: 15px;
}
.sc h2 {
    font-size: 38px;
    line-height: 38px;
}
.sc a {
    font-weight: bold;
    display: inline-block;
    background: var(--green);
    color: #fff;
    padding: 0 10px;
    margin: 0 5px;
    text-decoration: none;
}
.sc a:hover {
    color: var(--yellow);
}
.sc ul {
    margin-top: 5px;
    text-align: left;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.col {
    width: 50%;
}
.legal {
	padding: 100px 0 50px;
}
.legal p {
	padding: 0 0 15px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	color: #000;
}
.legal a { color: #fff; }

/* MENU */
nav {
    background: #fff;
}
.nav-content {
	margin: 0 auto;
	position: relative;
    max-width: 1320px;
    box-sizing: border-box;
    display: flex;
    padding: 20px 20px;
}
nav ul {
	list-style-type: none;
	margin: 0;
    padding: 0;
	width: 100%;
	display: flex;
	justify-content: end;
}
nav li {
	display: flex;
    align-items: center;
}
nav li a {
	color: #000;
	text-decoration: none;
	padding: 5px 20px;
	font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
	text-align: center;
	display: inline-block;
}
nav li.last { border: 0; }
nav a:hover { 
    color: var(--red);
    transition: none;
}
nav li.active {  }
nav li.active>a {
	 color: var(--green);
}
nav .active a, nav .active a:hover {  }

.via {
    padding: 20px 20px 20px 230px;
    max-width: 810px;
    margin: 60px auto 0;
    position: relative;
    text-align: left;
    box-sizing: border-box;
}
.via::before {
    display: block;
    content: url(../images/via.svg);
    position: absolute;
    top: -20px;
    left: -20px;
    width: 223px;
    height: 148px;
}
.pt {
    padding-top: 40px;
}
.pb {
    padding-bottom: 40px;
}
.padding {
    padding: 40px 0 60px;
}
mark {
    padding: 0 10px;
    background: var(--green);
    color: #fff;
    display: inline-block;
    font-weight: bold;
}
.img-tv {
    width: 282px;
    float: left;
}
.txt-tv {
    float: right;
    width: 640px;
}
#after-registrazione .txt-tv.floatL {
    width: 500px;
}
#after-registrazione .img-tv.floatR {
    width: 430px;
}
ul.custom {
    list-style-type: none;
}
ul.custom li::before {
    content: '';
    position: absolute;
    transform: translate(-34px, 18px);
    width: 25px;
    height: 6px;
    background: #fff;
}
#regolamento .custom li::before, #team .custom li::before {
    transform: translate(-34px, 12px);
    background: var(--green);
}

.button {
	background: var(--yellow);
    border-radius: 20px;
    border: 0;
    display: inline-block;
    color: #000;
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 60px 15px;
    box-sizing: border-box;
    vertical-align: middle;
}
.button.btn-secondary {
	background: var(--red);
	color: #fff;
}
:hover.button {
	text-decoration: none;
	background: var(--red);
	color: #fff;
}
:hover.button.btn-secondary, .bg-f :hover.button {
	background: var(--green);
	color: #fff;
}
.button.disabled {
	cursor: default;
	background: lightgrey;
	color: #fff;
}
.box-vittoria {
    background: url(../images/win.png) no-repeat center center/contain;
    height: 500px;
}
.vittoria-premio-inner {
    background: url(../images/bg-winbox.png) no-repeat center center/contain;
    width: 545px;
    height: 265px;
    margin: 40px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
}
.premio-img {
    padding: 20px 0;
}
.premio-img img {
    max-width: 100%;
}
.bg-vittoria {
    background: url(../images/bg-vittoria.png) no-repeat center center/cover;
}
    #anim-stage {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 900;
        background: var(--yellow) url(../images/bg-header.svg) no-repeat center center/200%;
    }

    #card-object-vf {
        width: 220px;
        height: 220px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        z-index: 905;
    }    
    
    #card-object-vf .face {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 50%;
        text-align: center;
    }
    #card-object-vf .front {
        background: url(../images/anim-vinto-v2.png) no-repeat center center/contain;
        z-index: 20;
    }
    #card-object-vf .back {
        background: url(../images/anim-perso-v2.png) no-repeat center center/contain;
        z-index: 10;
    }
    #perdita #card-object-vf .front {        
        background: url(../images/anim-perso-v2.png) no-repeat center center/contain;
    }
    #perdita #card-object-vf .back {
        background: url(../images/anim-vinto-v2.png) no-repeat center center/contain;
    }
    #card-object-vf .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    #card-object-vf .face .text {
        color: #fff;
        font-family: 'Arial';
        font-size: 26px;
        line-height: 170px;
        text-align: center;
        display: inline;
    }
    .rotate-vert-center {
        -webkit-animation: rotate-vert-center 0.4s linear 5 both;
                animation: rotate-vert-center 0.4s linear 5 both;
    }
    @-webkit-keyframes rotate-vert-center {
      0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
      }
    }
    @keyframes rotate-vert-center {
      0% {
        -webkit-transform: rotateY(0);
                transform: rotateY(0);
      }
      100% {
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
      }
    }

.splide__slide img {
  width: 100%;
  height: auto;
}
.splide__arrow {
    background: #fff;
}
.splide__arrow--next {
    right: -2em;
}
.splide__arrow--prev {
    left: -2em;
}

.bordered {
	border: 2px solid #ffda00;
}
.col-3 {
	width: 33.33333%;
	padding: 10px;
	box-sizing: border-box;
    float:left;
}
.col-3 img {
	max-width: 100%;
}
.col-9 {
	width: 66.66666%;
	padding: 10px;
	box-sizing: border-box;
    float:left;
}
.col-9 img {
	max-width: 100%;
}
.m-0 {
    margin:0;
}


.table-responsive {
    margin-bottom: 30px;
}

/* SALDO PUNTI */
.saldo {
    background: var(--yellow);
    color: var(--red);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 60px;
    border: 3px solid #fff;
}
.team {
    background: var(--yellow) url(../images/bg-header.svg) no-repeat center top 20px/1470px 1490px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 30px;
    color: #000;
}
.team .col:not(.tLeft) {
    box-sizing: border-box;
    padding-right: 30px;
}

.modifica-profilo {
	background: #fff;
	color: #54110f;
	font-size: 18px;
	float: right;
	margin: -7px -20px 0 0;
	padding: 10px 10px 9px;
}

.products {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.products .item {
    width: 33.333333%;
    box-sizing: border-box;
    padding: 10px;
}
.products .item img {
    max-width: 100%;
    flex-flow: wrap;
}

.danger {
	padding: 20px 10px;
	text-align: center;
	background: #d51e29;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	text-transform: uppercase
}
.fader, fader:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* OVERLAY */
/*.overlay-cta {
    color: var(--green);
    text-decoration: none;
    font-weight: bold;
}
.overlay-cta:hover {
    color: var(--red);
}
.overlay-cta::after {
    content: '';
    display: inline-block;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22" height="22" viewBox="0 0 22 22"><defs><clipPath id="clip-path"><rect id="Rettangolo_362" data-name="Rettangolo 362" width="10.95" height="9.02" transform="translate(0 0)" fill="none"/></clipPath></defs><g id="Raggruppa_224" data-name="Raggruppa 224" transform="translate(-482 -684)"><g id="Raggruppa_215" data-name="Raggruppa 215" transform="translate(3.833 3.833)"><circle id="Ellisse_4" data-name="Ellisse 4" cx="11" cy="11" r="11" transform="translate(478.167 680.167)" fill="%23008031"/></g><g id="Raggruppa_219" data-name="Raggruppa 219" transform="translate(487.525 690.49)"><g id="Raggruppa_218" data-name="Raggruppa 218" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Tracciato_384" data-name="Tracciato 384" d="M10.692,3.88l-3.6-3.6a.883.883,0,0,0-1.28,1.216l.031.031L7.969,3.65H.883a.883.883,0,0,0,0,1.765H7.95L5.839,7.529A.883.883,0,0,0,7.087,8.777l3.6-3.6a.876.876,0,0,0,.258-.624.146.146,0,0,0,0-.022.146.146,0,0,0,0-.022.883.883,0,0,0-.258-.624" transform="translate(0 0)" fill="%23fff"/></g></g></g></svg>');
    width: 22px;
    height: 22px;
    margin-left: 10px;
    vertical-align: middle;
}
.overlay-cta:hover::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22" height="22" viewBox="0 0 22 22"><defs><clipPath id="clip-path"><rect id="Rettangolo_362" data-name="Rettangolo 362" width="10.95" height="9.02" transform="translate(0 0)" fill="none"/></clipPath></defs><g id="Raggruppa_224" data-name="Raggruppa 224" transform="translate(-482 -684)"><g id="Raggruppa_215" data-name="Raggruppa 215" transform="translate(3.833 3.833)"><circle id="Ellisse_4" data-name="Ellisse 4" cx="11" cy="11" r="11" transform="translate(478.167 680.167)" fill="%23e40422"/></g><g id="Raggruppa_219" data-name="Raggruppa 219" transform="translate(487.525 690.49)"><g id="Raggruppa_218" data-name="Raggruppa 218" transform="translate(0 0)" clip-path="url(%23clip-path)"><path id="Tracciato_384" data-name="Tracciato 384" d="M10.692,3.88l-3.6-3.6a.883.883,0,0,0-1.28,1.216l.031.031L7.969,3.65H.883a.883.883,0,0,0,0,1.765H7.95L5.839,7.529A.883.883,0,0,0,7.087,8.777l3.6-3.6a.876.876,0,0,0,.258-.624.146.146,0,0,0,0-.022.146.146,0,0,0,0-.022.883.883,0,0,0-.258-.624" transform="translate(0 0)" fill="%23fff"/></g></g></g></svg>');
}*/
body.noscroll {
	overflow: hidden;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:99999;
	display: none;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}
.overlay-content {
	width: 860px;
	box-sizing: content-box;
	position: relative;
	margin: 100px auto 0;
	background: #fff;
	z-index: 100001;
	/*border-radius: 20px;*/
	padding: 20px;
    color: #000;
}
.overlay-cta-close {
	background: url(../images/overlay-close.png) no-repeat;
	color: #fff;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	position: absolute;
	top: 30px;
	right: 50px;
	cursor: pointer;
	padding: 0 !important;
}
.ov-premio-tit {
	margin: 0;
	font-size: 27px;
    font-weight: bold;
	line-height: 27px;
	padding: 20px 0 20px 0;
	position: relative;
	color: var(--green);
	text-transform: uppercase;
}
.ov-premio-img {
	/*height: 480px;*/
	text-align: center;
	position: relative;
    padding-bottom: 20px;
}
.ov-premio-img p { padding-left: 10px; text-align: center }
.ov-premio-cont {
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: normal;
}
.ov-premio-cont a {
    color: var(--green);
}
.ov-premio-cont a:hover {
    color: var(--red);
}
.ov-premio-cont>p:first-child {
	margin-top: 0;
}

/* OVERLAY DISCLAIMER REGISTRAZIONE */
.alertdisclaimer .overlay-content {
	width: 400px;
	padding: 30px;
}

/* FORM */
.form-row {
	clear: both;
	padding: 5px 0;
}
.form-col-left {
	float: left;
	width: 50%;
}
.form-col-right {
	float: right;
	width: 50%;
}
.form-col-wide {
	
}
label { 
    color: #fff;
    cursor: pointer;
}
div#recaptchadiv > div {
    margin: 0 auto;
}
input.text, select, textarea {
	vertical-align: middle;
	border: 1px solid #D0D0D0;
	font-size: 14px;
	padding: 10px 10px;
	box-sizing: border-box;
	border-radius: 10px;
    font-family: 'Poppins';
}
input.text {
	width: 98%;
	z-index: 3;
}
select#citta, select#oggetto {
	width: 93%;
}
#loginForm input.text {
	max-width: 500px;
}
#ind_toponimo {
	width: 58%;
}
#ind_civico {
	width: 10%;
}
#data_nascita_anno {
	width: 20%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    width: 100%;
    height: 200px;
	box-sizing: border-box;
	padding: 10px;
}
input.text:read-only { 
    background-color: transparent;
    color: #fff;
}
.attivo_su_precedenti_concorsi {
	background-color: rgba(255,246,246,0.60);
	padding: 10px 20px;
	font-size: 15px;
}
.container-gioca {
    width: 720px;
    margin: auto;
}
.gioca-inner {
    
}
.gioca-content {
    background: var(--yellow) url(../images/bg-header.svg) no-repeat center top 20px/1470px 1490px;
    color: #000;
}
#giocaForm {
    width: 720px;
    margin: 0 auto 0;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    background:#fff;
    border-radius: 30px;
}
#giocaForm label {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
}
#giocaForm .form-row {
    line-height: 20px;
}
input#importo {
    width: 60%;
}
input#importo_decimali {
    width: 27%;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    transform: translate(0, -50%);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #51284E;
    color: #fff;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background: #D61F84;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -25px;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -25px;
}

/* COLLECTION */
.collection table {
	font-size: 16px;
	text-align: center;
    color: #000;
}
th {
	background: #f7bf23;
	color: #000;
	padding: 10px 20px;
}
td {
	padding: 10px 15px;
	background-color: #fff;
}
.td1 { background-color: #f4eee5; }
.tdleft {
	padding: 0 10px;
}
.td1cent, .td2cent {  }
.td1right, .td2right { padding-right: 20px; }
.collection .td3 {
	
}

.lista-pdv {
    padding: 40px;
    margin: 30px auto 0;
    width: 680px;
    border-radius: 30px;
}
.lista-pdv ul {
    list-style-type:none;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.lista-pdv ul li {
    width: 50%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    line-height: 15px;
}
.lista-pdv ul a {
    color: var(--green);
    text-decoration: none;
}
.lista-pdv ul a::before {
    content: '';
    display: inline-block;
    background: url(../images/pdf.svg) no-repeat center center/contain;
    width: 30px;
    height: 37px;
    vertical-align: middle;
    margin-right: 10px;
}
.lista-pdv ul a:hover {
    color: var(--red);
}
.lista-pdv ul span {
    display: inline-block;
    padding-top: 5px;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}


/* ==========================================================================
   Stuff
   ========================================================================== */
#disclaimer {
	height: 230px; overflow: auto;
	border: 0;
	padding: 5px 10px;
	font-size: 15px;
	background-color: #fff;
	border-radius: 10px;
    margin-top: 20px;
    color: #000;
}

.tLeft, .text-left { text-align: left; }
.tCenter, .text-center { text-align: center; }
.tRight, .text-right { text-align: right; }
.upper, .text-uppercase { text-transform: uppercase }
.floatL { float: left; }
.floatR { float: right; }
.bg-v01 { background: #692F74; }
.bg-v02 { background: #3D1D3E; }
.bg-g { background: var(--green); }
.bg-r { background: var(--red); }
.bg-w { background: #fff; color: #000; }
.bg-y { background: var(--yellow); color: #000; }
a.g { color: var(--green); }
a.g:hover { color: var(--red); }
.y { color: var(--yellow); }
.f { color: #D61F84; }
.w { color: #fff; }
.v { color: #51284E; }
.o { color: #FC7B32; }
.g { color: var(--green); }
.r { color: var(--red); }
.big { font-size: 24px; line-height: normal; }
.small { font-size: 13px; }
.xb { font-weight:  900; }
.m-auto { margin: auto; }
.p-10 { padding: 10px; }
.p-20 { padding: 20px; }
.cookie { clear:both; }
.cookie a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	background: #bbac8e;
	float: right;
	padding: 3px 10px;
	color:#fff;
	border-radius: 5px 5px 0 0;
	margin-right: 18px;
}
.cookie a:hover { background: #c91f26 }

/* Errori */
input.error, select.error  {
	border: 1px solid #C91F26 !important;
}
div.errorPage {
	border: 3px solid #fbc2c4;
	padding: 10px 10px 10px 10px;
	color: #9e2f14;
	background: #fce9e9;
}
.errorPage a {
	color: #C91F26 !important;
}
div.error {
	border: 1px solid #c91f26;
	border-radius: 5px;
	padding: 5px 5px 5px 35px;
	margin-top: 4px;
	color: #9e2f14;
	background: #fce9e9 url(../images/error.gif) no-repeat 10px center;
}
div.notice {
	border: 3px solid #d0de92;
	padding: 10px 10px 10px 10px;
	background-color:#ebf1cd;
	color: #315307;
	margin-bottom: 20px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { display: block; clear: both; padding: 0; margin: 0; position: relative; height: 0; font-size: 0px; line-height: 0; }

