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

html, body{background-color:#000; color:#fff; font-family: 'Lexend Deca', sans-serif;}
body{background-image: url("../images/background.svg"); background-size: cover; background-position: top center; overflow-x: hidden;}

a, a:hover{color:#fff; text-decoration: none;}

.light{font-weight: 300;}
.regular{font-weight: 400;}
.medium{font-weight: 500;}
.semibold{font-weight: 600;}
.bold{font-weight: 700;}

.fixed{position: fixed;}
.absolute{position: absolute;}
.relative{position: relative;}

.color_bianco{color:#fff;}
.color_oro{color:#AF8E32;}

.bg_nero{background-color: #000;}
.bg_bianco{background-color: #fff;}
.bg_oro{background-color:#AF8E32;}

.btn{color:#fff; background-color:#7B000B; font-weight: bold; text-transform: uppercase; padding: 10px 50px; border-radius: 30px;}
.btn:hover{color:#7B000B; background-color:white; font-weight: bold; text-transform: uppercase; padding: 10px 50px; border-radius: 30px;}


.z10{z-index: 10; position: relative;}

.overflow-h{overflow: hidden;}

.testo_grande{font-size: 85px; line-height: 90px;}
.testo_medio{font-size: 55px; line-height: 60px;}
.testo_piccolo{font-size: 26px; line-height: 28px;}

.header{width:100%; top:0; left:0; z-index: 999;}

.sezione_1{height: 100vh;}

/*.countdown{bottom:5%; right: 5%;}*/

.footer{font-size: 14px;}


.sezione_1{overflow: hidden;}
.summus{bottom: -5%; width: 100%; z-index: 1;}
.summus img{max-width: 100%; transform: translateY(0); transition: .5s;}

.sezione_3{padding-top: 50px;}

.sezione_ty{padding: 200px 0;}

.top_neg{margin-top: -1px; border-radius: 0 0 25px 25px;}

.logo{max-width: 200px;}


.img_asset_01{position: absolute; top:-50%; right: -15%;}
.img_asset_02{position: absolute; top:-120%; left: -15%;}
.img_asset_04{position: absolute; right: -20px;}


.CTA{padding: 30px 0;}

.text_alert{
    color:#7B000B;
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
    .testo_grande{font-size: 60px; line-height: 62px;}
    .testo_medio{font-size: 35px; line-height: 37px;}
    .testo_piccolo{font-size: 20px; line-height: 22px;}

    .sezione_3{padding-top:0px;}

    .img_asset_01{display: none;}
}
