* {
scroll-behavior: smooth;
}

html {
font-family: 'DM Sans', sans-serif !important;
}

body {

background-color: #01ABE6;
}
.body::-webkit-scrollbar {
display: none;
}


.wrapper {
width: 100vw;
height: 100vh;
max-width: 1920px;
overflow: hidden;

margin: 0 auto;

position: relative;
}


.logo {
width: 136px;

position: absolute;
top: 3%;
left: 4%;
}

.viva-image {
width: 42%; 

position: absolute;
top: 15vh;
left: 11%;
}

.rai-play-image {
width: 170px;

position: absolute;
top: 19%;
right: 4%;
}

.fiore-image {
width: 62%;
height: 100%;

position: absolute;
top: 11%;
right: 0;

z-index: -1;
}

.fiore-image img {
width: auto;
height: 100%;

position: absolute;
right: 0;
}

.information-box {
width: 100%;
max-width: 62%;

position: absolute;
bottom: 7.5%;
left: 4%;

display: -webkit-box;

display: -ms-flexbox;

display: flex;

}

.information-box__text {
font-weight: 400;
font-size: 30px;
color: white;
line-height: 1.3;

padding: 30px 40px 30px 0;
vertical-align: middle;
width: 75%;

}

.information-box__text:hover {
cursor: url('img/piu_25px.png'), auto;
cursor: -webkit-image-set(
  url('img/piu_25px.png') 1x,
  url('img/piu_50px.png') 2x
), auto;	
}


.information-box__text strong {
font-weight: bold;
color: #00174A;
}

.information-box__replay {
width: 25%;
min-width: 211px;

border-left: 1px solid #0B1B5C;
border-right: 1px solid #0B1B5C;

display: -webkit-box;

display: -ms-flexbox;

display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.information-box__replay p {
font-weight: bold;
font-size: 15px;
color: white;
text-transform: uppercase;

margin: 0;
padding: 0 16px 16px;
text-align: center;
}

.information-box__replay .play-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;

-webkit-box-pack: center;

    -ms-flex-pack: center;

        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;

position: relative;

-webkit-transition: -webkit-transform 0.3s ease-in-out;

transition: -webkit-transform 0.3s ease-in-out;

-o-transition: transform 0.3s ease-in-out;

transition: transform 0.3s ease-in-out;

transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.information-box__replay .play-link:before {
content: "";
display: block;
position: absolute;
width: 76px;
height: 76px;
background-color: white;
border-radius: 50%;
}

.information-box__replay .play-link:after {
content: "";
display: block;
position: absolute;
width: 100px;
height: 100px;
border: 1px solid white;
border-radius: 50%;
}

.information-box__replay .play-link svg {
z-index: 2;
margin: 12px;
}

.play-link:hover  {
-webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
        transform: scale(1.03);
}



/* MENU */

.menu-toggle
{
height: 45px;
display: block;
position: absolute;
top: 3%;
right: 4%;

z-index: 5;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
    user-select: none;
}

/*
* Just a quick hamburger
*/
.menu-toggle span
{
display: block;
width: 50px;
height: 2px;
margin-bottom: 5px;
position: relative;

background: white;

z-index: 1;

-webkit-transform-origin: 4px 0px;

    -ms-transform-origin: 4px 0px;

        transform-origin: 4px 0px;

-webkit-transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease,
            -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

transition: background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease,
            -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;

transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease;

transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
            opacity 0.55s ease,
            -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.menu-toggle span:first-child
{
-webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
}

.menu-toggle span:nth-last-child(2)
{
-webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
}

.menu-toggle.is-open-menu span
{
opacity: 1;
-webkit-transform: rotate(45deg) translate(2px, -9px);
    -ms-transform: rotate(45deg) translate(2px, -9px);
        transform: rotate(45deg) translate(2px, -9px);
}

/*
* But let's hide the middle one.
*/
.menu-toggle.is-open-menu  span:nth-last-child(3)
{
opacity: 0;
-webkit-transform: rotate(0deg) scale(0.2, 0.2);
    -ms-transform: rotate(0deg) scale(0.2, 0.2);
        transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-toggle.is-open-menu  span:nth-last-child(2)
{
-webkit-transform: rotate(-45deg) translate(-17px, 29px);
    -ms-transform: rotate(-45deg) translate(-17px, 29px);
        transform: rotate(-45deg) translate(-17px, 29px);
}


.menu-content {
position: absolute;
width: 100%;
height: 520px;
padding: 4.5%;
z-index: 4;

background: #00174A;
list-style-type: none;
-webkit-font-smoothing: antialiased;

-webkit-transform-origin: 0% 0%;

    -ms-transform-origin: 0% 0%;

        transform-origin: 0% 0%;
-webkit-transform: translate(0%, -100%);
    -ms-transform: translate(0%, -100%);
        transform: translate(0%, -100%);

-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

-o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);

background-image: -o-linear-gradient(top, rgba(0,23,74,0.00) 0%, rgba(0,42,129,0.90) 100%);

background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,23,74,0.00)), to(rgba(0,42,129,0.90)));

background-image: linear-gradient(-180deg, rgba(0,23,74,0.00) 0%, rgba(0,42,129,0.90) 100%);
}
.menu-content.is-open-content  {
-webkit-transform: none;
    -ms-transform: none;
        transform: none;
}

.menu-content .logo {
top: 3%;
left: 4%;
}

.menu-content__content {
position: relative;
top: 40%;
left: 0%;
width: 45%;
}

.menu-content__content__title {
font-size: 30px;
color: white;
font-weight: 400;
margin-top: 0;
}


.menu-content__content__text {
font-size: 20px;
color: white;
font-weight: 400;
}

.menu-content__content__text strong {
font-weight: bold;
}

.menu-content__copy {
width: 100%;
position: absolute;
bottom: 0;
left: 0;

display: -webkit-box;

display: -ms-flexbox;

display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;

padding: 0 4%;

background-color: #002B8F;
}

.menu-content__copy p {
font-size: 15px;
color: white !important;
font-weight: 400;
}

.menu-content__copy p:last-child {
margin-left: 20px;
}


.text-content {
width: 100vw;
height: 100vh;
max-width: 1920px;

top: 0;
left: 0;

z-index: 10;

position: absolute;


-webkit-transform: translateY(100%);


    -ms-transform: translateY(100%);


        transform: translateY(100%);
-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
transition: -webkit-transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
-o-transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
transition: transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0), -webkit-transform 0.7s cubic-bezier(0.77,0.2,0.05,1.0);
}

.background {
width: 100vw;
height: 100vh;
max-height: 100%;
max-width: 1920px;
overflow: scroll;
position: relative;
}

.background::-webkit-scrollbar {
display: none;
}

.text-content:before {
content: "";
width: 90vw;
max-width: 1920px;
height: 25%;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
z-index: 1;
display: inline-block;
position: fixed;
bottom: 0;
background-image: -o-linear-gradient(top, rgba(0,23,74,0.17) 0%, rgba(0,42,129,0.90) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,23,74,0.17)), to(rgba(0,42,129,0.90)));
background-image: linear-gradient(-180deg, rgba(0,23,74,0.17) 0%, rgba(0,42,129,0.90) 100%);
pointer-events: none;
}

.text-content.is-visible-content {
-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
        transform: translateY(0%);
}

.inner-wrap {
position: relative;
width: 90vw;
height: auto;
max-width: 1920px;
margin: 4% auto 0;

background: #00174A;
}

.close-content {
position: absolute;
top: 30px;
right: 30px;

cursor: pointer;
z-index: 10;
}

.wrapper-scroll {
position: relative;
width: 100%;
max-width: 1920px;
}

.content-white {
width: 100%;
max-width: 872px;
padding: 130px 0 0;
margin: 0 auto;
}

.content-white__date {
font-weight: bold;
font-size: 15px;
text-transform: uppercase;
color: white;
margin: 0;
}
.content-white__title {
font-weight: bold;
font-size: 30px;
text-transform: uppercase;
color: white;
margin: 22px 0 67px;
}
.content-white__text {
font-weight: 400;
font-size: 20px;
color: white;
margin: 0;
}

.content-white__text p {
margin-bottom: 30px;
}

.content-white__text p:first-child {
margin-top: 0;
margin-bottom: 65px
}


.content-white__text strong {
font-weight: bold;
}

.social-content {
width: 100%;
max-width: 90%;

margin: 129px auto 0;
padding-bottom: 66px;
position: relative;

display: -webkit-box;

display: -ms-flexbox;

display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.share-text {
display: inline-block;
font-weight: bold;
font-size: 15px;
color: white;
text-transform: uppercase;
margin-right: 13px;
}

.share-text-2 {
margin-right: 0;
margin-left: 13px;
}

.share-line {
display: inline-block;
width: 100%;
height: 2px;

background-color: white;
}

.socials {
position: absolute;
top: 0;
}

.social-icon {
display: inline-block;
}

.social-icon-middle {
margin: 0 40px;
}

.mobile-leggi {
display: none
}

@media only screen and (max-width: 1300px) {
.information-box__text {
    padding: 20px 30px 20px 0;
    font-size: 25px;
}
}

@media only screen and (max-width: 1100px) {
.menu-content__content {
    width: 70%;
}
.menu-content__copy p {
    font-size: 13px;
}
.information-box__text {
    font-size: 22px;
    padding: 10px 15px 10px 0;
}
.information-box__replay p {
    font-size: 13px;
    padding: 0 10px 10px;
}

.information-box__replay  {

    min-width: 182px;
}

.inner-wrap {
    width: 95vw;
    margin: 7% auto 0
}

.text-content:before {
    width: 95vw;
    left: 2.5vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

.play-link {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
}

.rai-play-image {
    width: 100px;
    right: 2%;

}
.fiore-image {
    right: -7%;
}
}



@media only screen and (max-width: 768px) {
.mobile-leggi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu-content .logo {
    top: 3%;
    left: 14px;
}

.mobile-leggi p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 0;
}


.socials {
top: auto;
}


.mobile-leggi img {
    width: 15px;
    margin:10px 0 0 10px;
}

.menu-content {
    height: 100vh;
    padding: 14px;
}
.menu-content__content {
    width: 100%;
    padding-right: 30px;
    top: 20%;
}
.menu-content__content__text {
margin-top: 14%;
}
.menu-content__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 0;
}
.menu-content__copy p {
    margin: 0px 8px;
    text-align: center;
}

.inner-wrap {
    width: 100%;
    margin: 0;
}

.text-content:before {
    width: 100%;
    left: 0;
}

.background {
    padding-top: 19.5vh;
}
.content-white {
    margin: 0;
    max-width: 100%;
    padding: 82px 15px 0 15px;
}

.content-white__text {
    font-size: 15px;
    line-height: 23px;
}

.share-text {
    display: none;
}

.information-box {
    max-width: 100%;
    padding: 0 15px;
    bottom: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: visible;
}

.information-box:after {
    content: "";
    width: 100%;
    height: 60vh;
    left: 0;
    bottom: 0;
    position: absolute;
    display: inline-block;
    background-image: -o-linear-gradient(top, rgba(0,23,74,0.00) 0%, rgba(0,42,129,0.90) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,23,74,0.00)), to(rgba(0,42,129,0.90)));
    background-image: linear-gradient(-180deg, rgba(0,23,74,0.00) 0%, rgba(0,42,129,0.90) 100%);
}

.information-box__text {
    width: 100%;
    line-height: 1.1;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00174A;
    z-index: 1;
}

.information-box__replay {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    z-index: 1;
}
.information-box__replay p {
    padding-left: 0;
}
.play-link {
    -webkit-transform: translateX(15px) scale(.7);
        -ms-transform: translateX(15px) scale(.7);
            transform: translateX(15px) scale(.7);
}

.logo {
    width: 94px;
}

.menu-toggle {
    top: 4%;
    height: 30px;
}

.menu-toggle span {
    width: 40px;
    margin-bottom: 8px;
}

.menu-toggle.is-open-menu span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-5px, -17px);
        -ms-transform: rotate(45deg) translate(-5px, -17px);
            transform: rotate(45deg) translate(-5px, -17px);
}

.menu-toggle.is-open-menu span:nth-last-child(2) {
    -webkit-transform: rotate(-45deg) translate(-7px, 19px);
        -ms-transform: rotate(-45deg) translate(-7px, 19px);
            transform: rotate(-45deg) translate(-7px, 19px);
}

.rai-play-image {
    display: none;
}
.viva-image {
    width: 100%;
    padding: 0 30px;
    top: 50px;
    left: 0;
    z-index: -1;
}
.fiore-image {
    z-index: 0;
    width: 52vh;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
}
.fiore-image img {
    width: 100%;
    height: auto;
    bottom: 0;
    right: -20%;
}

.content-white__text p {
    margin-bottom: 20px;
}

.content-white__text p:first-child {
    margin-top: 0;
    margin-bottom: 45px
}

}