body{
    /* background-color: #f1f1f1; */
    background-color: rgb(217, 189, 178, .4);;
    font-family: Montserrat;
}
h1{
    font-family: Montserrat;
    font-size: 52px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #fff;   
}
h2{
    font-family: Montserrat;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.05;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
h3{   
    font-family: Montserrat;
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.86px;
    text-align: center;
    color: #fff;
}
h4{   
    margin: 0; 
    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #002f6c;
}
h5{
    font-family: Montserrat;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #fff; 
}    
a{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    text-decoration: underline;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #002f6c;
}  
a:link {
    text-decoration: underline;
    color: #002f6c;
}
a:visited {
    text-decoration: underline;
    color: #002f6c;
}
a:focus {
    text-decoration: underline;
    color: #002f6c;
} 

p{
    margin: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #393939; 
}
label{
    margin-bottom: 10px;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: normal;
    text-align: left;
    color: #6d81a3;
}

#cabecera{
    background-color: #FFF;
    -webkit-box-shadow: 0px 4px 14px -6px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 4px 14px -6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 4px 14px -6px rgb(0 0 0 / 16%);
    
}
.max_width_cabcera {
    width: 100%;
    
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26);
}
#cabecera_logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 30px 10px;
    width: 100%;
    max-width: 1626px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
}

#cabecera_logo #logo{
    width: 100%;
    max-width: 465px;
    cursor: pointer; 
}
#menu_desktop{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#menu_desktop div p{
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: normal;
    text-align: left;
    color: #002f6c;
}
#contenuti{
    margin-right: 22px;
    padding: 15px 37.9px 14.6px 33px;
    border-radius: 30px;
    background-color: #FFFFFF;  
    transition: background-color 0.5s linear;
    cursor: pointer;
}
#contenuti i{
    display: block;
    width: 10px;
    height: 10px;    
    border-left:2px solid #103068;
    border-bottom:2px solid #103068;
    transform: rotate(-135deg); /*Giramos el cuadrado*/
    transition: all 0.25s ease;
    cursor: pointer;
}
#contenuti.seleccionado{
    padding: 15px 37.9px 14.6px 33px;
    border-radius: 30px;
    background-color: #103068;  
    transition: background-color 0.5s linear;
}
#contenuti.seleccionado p{
    color: #fff;    
}
#contenuti.seleccionado i {
    border-left:2px solid #FFFFFF;
    border-bottom:2px solid #FFFFFF;
}
#contenuti.desplegado{
    padding: 15px 37.9px 14.6px 33px;
    border-radius: 30px;
    background-color: #103068;  
    transition: background-color 0.5s linear;
}
#contenuti.desplegado p{
    color: #fff;    
}
#contenuti.desplegado i {    
    margin-top: -5px;
    border-left:2px solid #FFFFFF;
    border-bottom:2px solid #FFFFFF;
    transform: rotate(-45deg); /*Giramos el cuadrado*/
}
#contenuti_menu{
    display: none;
    position: absolute;    
    top: 110px;
    margin-left: -20px;
    align-items: self-start !important;
    flex-direction: column;
    padding: 25px 43.7px 28px 20.6px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 999;
}
#contenuti_menu p{
    padding: 13px 17.7px 9px 13.7px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    text-align: left;
    color: #103068 !important;
}
#contenuti_menu p:hover{    
    border-radius: 22px;
    background-color: #e5eaf0;
}
.premi{
    margin-right: 50px;
    padding: 15px 20px 14.6px 22.3px;
}
.premi.seleccionado{
    padding: 15px 20px 14.6px 22.3px;
    border-radius: 30px;
    background-color: #103068;  
    transition: background-color 0.5s linear;
}
.premi.seleccionado p{
    color: #fff;    
}
#notifiche{
    margin-right: 20px;
}
#notifiche_panel{
    display: none;
    position: absolute;  
    width: 100%;
    max-width: 522px;  
    top: 110px;
    right: 10px;
    align-items: self-start !important;
    flex-direction: column;
    padding: 25px 0 28px 20.6px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 999;
}
#notifiche_panel hr{
    width: 96%;
    opacity: 0.5;
    background-color: #103068;
    margin: 0 43px 0 0;
}
#container_btn_letto{
    display: flex;
    justify-content: right;
    margin: 15px 43px 30px 0;
}
#btn_letto{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 269px;
    height: 40px; 
    border-radius: 20px;
    border: solid 2px #103068;
    cursor: pointer;

    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #393939;
}
#container_notifiche{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 350px;
}
#container_notifica{
    display: flex;
    align-items: self-start;
    justify-content: left;
    margin: 10px 43px 30px 0;
    gap: 10px;
}
#bullet_nifica{
    width: 12px;
    height: 12px;
    margin-top: 5px;
    background-color: #ef7850;
    border-radius: 10px;
}
#notifiche_mobile{
    margin-right: 20px;
}
#notifiche_panel_mobile{
    display: none;
    position: fixed;
    width: 93%;
    top:180px;
    left: 0;
    right: 0;
    margin: auto;

    align-items: self-start !important;
    flex-direction: column;
    padding: 25px 0 28px 20.6px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 999;
}
#container_notifica_mobile{
    display: flex;
    align-items: self-start;
    justify-content: left;
    margin: 10px 43px 30px 0;
    gap: 10px;
}
.notifica_title{
    font-family: Montserrat;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #6d81a3;
    margin-bottom: 10px;

    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.notifica_descrizzione{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #393939;

    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.fecha_evento_notifica{
    width: 100%;
    height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;

    font-family: Montserrat;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #6d81a3;
}
#usu_log_out{
    margin-right: 16px;
}
.menu_foto_profilo {
    position: relative;
    width: 70px;
    height: 70px;
    padding: 4px;
    border: solid 1px #103068;
    border-radius: 80px;
}
.menu_foto_profilo img{
    width: 60px;
    height: 60px;
    border-radius: 80px;
    object-fit: contain;
}

#menu_desktop #contenuti,.premi,#notifiche,#usu_log_out{  
    display: flex;  
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
}
.cabecera_imagen{
    padding: 0;
}
#cabecera_imagen{
    display: flex;
    height: 179px;
    background-image: url(../img/imagen_cabecera.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#cabecera_imagen h2{
    /* width:1074px; */
    width: 100%;
    padding-left: 125px;
    margin:auto;
}



#punteggiatura{
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: -3%;
}
.caja_punteggi{
    width: 100%;  
    max-width: 290px;  
    padding: 15px 31px 26px 16px;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 99;
}
.caja_punteggi p{ 
    font-family: Montserrat;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #103068;
}
.caja_punteggi h1{
    width: fit-content;
    margin: 0;
    font-family: Montserrat;
    font-size: 70px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.3;
    letter-spacing: normal;
    text-align: left;
    color: #002f6c;
}
#puntos_prossimo p{
    color: #8696b0;
}
.caja_punteggi #prossimo {
    color: #8696b0;
}
.progress_1{
    width: 100%;
    height: 12px;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #c9d0dc;
    border: none;
    border-radius: 10px;
}
.progress_2{
    width: 0;
    height: 12px;
    margin: -13px 0 0 0;
    background-color: #103068;
    border: none;
    border-radius: 10px;
}
    

/*MENU MOBILE*/
#menu_mobile{
    display: none;
}
#options_menu_mobile div p{
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.73;
    letter-spacing: normal;
    text-align: left;
    color: #002f6c;
}
#contenuti_menu_mobile{
    display: none;
    align-items: self-start !important;
    flex-direction: column;
    width: 100%;
    height: 0;
}
#contenuti_menu_mobile p{
    padding: 13px 17.7px 9px 13.7px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    text-align: left;
    color: #103068 !important;
}
#contenuti_menu_mobile p:hover{    
    border-radius: 22px;
    background-color: #e5eaf0;
}
.hamburger{
    background-color:transparent;
    margin: auto;

	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;

    z-index:1002;
	cursor:pointer;
}
.hamburger.is-active{
  background-color:none;
}
._layer{
	background:#103068;
	margin-bottom:4px;
	border-radius:2px;
	width:28px;
	height:4px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
/*
.hamburger:hover .-top{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}
.hamburger:hover .-bottom{
	-webkit-transform:translateY(100%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
}*/
.hamburger.is-active .-top{
	-webkit-transform:translateY(200%) rotate(45deg) !important;
	-ms-transform:translateY(200%) rotate(45deg) !important;
	transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
	opacity:0;
}
.hamburger.is-active .-bottom{
	-webkit-transform:translateY(-200%) rotate(135deg) !important;
	-ms-transform:translateY(-200%) rotate(135deg) !important;
	transform:translateY(-200%) rotate(135deg) !important;
}
#panel_menu_mobile{
    position: fixed;
    width: 100%;
    height: 0;
    top:155px;   

    align-items: self-start !important;
    flex-direction: column;
    background-color: #f1f1f1;
    z-index: 995;
}

#options_menu_mobile{
    display: none;
    width: 100%;
    margin-top: 30px;
    padding: 0 20px;
}

.policy_container{
    width: 100%;
    max-width: 1074px;
    margin: auto;
    margin-bottom: 157px;
}
.title_policy{
    margin-top: 74px;
    margin-bottom: 50px;

    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #002f6c;
}
.policy_container p{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #393939;
}
@media (max-width: 520px) {
    h1{
        width: 70%;
        margin: auto;

        font-family: Montserrat;
        font-size: 36px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.11;
        letter-spacing: normal;
        text-align: center;
        color: #fff;   
    }     
    
    h5{
        width: 80%;
        margin: auto;

        font-family: Montserrat;
        font-size: 21px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: center;
        color: #fff; 
    }      

    #cabecera_logo{
        position: fixed;  
        background-color: #FFFFFF;
        width: 100%;
        padding: 47px 0 47px 20px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        z-index: 999;
    }
    #cabecera_logo #logo{
        max-width: 241px;
    }

    #menu_desktop{
        display: none;
    }

    .cabecera_imagen{
        padding: 0;
        margin-top:160px;
    }
    #cabecera_imagen{
        height: 250px;
    }
    #cabecera_imagen h2{
        top:33px;
        left: 20px;
    }

    #punteggiatura {
        margin-top: -37%;
    }
    .caja_punteggi{
        max-width: none;
    }

    /*MENU MOBILE*/
    #menu_mobile{
        display: flex;
        gap: 10px;
        padding-right: 20px;
    }
    #notifiche_mobile{
        margin-right: 0;        
    }
    #notifiche_mobile svg{
        width: 50px;
    }
    #usu_log_out {
        margin-right: 0;
    }
    #contenuti{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        margin: 30px 5px 30px 0;
        padding: 15px 27.4px 14.6px 20px;
        border-radius: 30px;
        background-color: transparent;
        transition: background-color 0.5s linear;
        cursor: pointer;
    }
    #contenuti i{
        margin-left: auto;
    }
    #contenuti.desplegado{
        margin: 30px 5px 30px 0;
        padding: 15px 27.4px 14.6px 20px;
        border-radius: 30px;
        background-color: #103068;  
        transition: background-color 0.5s linear;
    }
    .premi{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 38px;
        margin-right: 0;
        padding: 30px 33px 30px 30px;
        border-radius: 0;
        background-color: transparent;
        transition: background-color 0.5s linear;
        cursor: pointer;
    }
}