@import url("https://use.typekit.net/kjf4myf.css");

@keyframes slide-down {
    0% {
        top: -4rem;
    }
    25% {
        top: 2rem;
    }
    75% {
        top: 2rem;
    }
    100% {
        top: -4rem;
    }
}
@keyframes login-down {
    0% {
        top: -100rem;
    }
    100% {
        top: 0;
    }
}
@keyframes slide-up {
    0% {
        bottom: 0;
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        bottom: calc(100% - 35px);
        opacity: 0;
    }
}
html {
    display: flex;
    min-height: 100%;
    font-size: 10px;
}
body {
    flex: 1;
    width: 100%;
    margin: 0;
    font-family: bely, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #707070;
}
.heading {
    margin-top: 0;
    font-size: 2.5rem;
    font-weight: 700;
}
.sub-heading {
    font-size: 2rem;
    font-weight: 700;
}
h1,h2,h3,h4,.heading,.sub-heading{
    font-family: roboto-slab, serif;
    font-weight: 700;
    font-style: normal;
}
/* ul {
list-style-image: url(../images/arrow-circle-right.png);
}
ul li{
padding: 0 0 0 2rem;
} */
ul{
    list-style: none;
    padding-left: 0;
}
ul li{
    background-image: url(../images/arrow-circle-blue-right.png);
    background-position: top left;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 2rem 0 1rem 3rem;
}
.bg-blu{
    background-color: #063D85;
}
.bg-grey{
    background-color: #EEEEEE;
}
.bg-white{
    background-color: #FFFFFF;
}
.text-blu{
    color: #063D85;
}
.text-bianco{
    color: #FFFFFF !important;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.text-small{
    font-size: 1.3rem;
}
.text-center{
    text-align: center;
}
.w-100{
    width: 100%;
}
.w-90{
    width: 90%;
}
.hide{
    display: none;
}
.flex-2{
    flex: 2 !important;
}
.flex-3{
    flex: 3 !important;
}
.pad-topbot-1{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pad-topbot-2{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pad-topbot-5{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.pad-topbot-8{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.pad-lr-2{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.pad-05{
    padding: .5rem !important;
}
.pad-1{
    padding: 1rem !important;
}
.pad-2{
    padding: 2rem !important;
}
.pad-3{
    padding: 3rem !important;
}
.pad-6{
    padding: 6rem !important;
}
.mar-top-0{
    margin-top: 0!important;
}
.bg-25perc{
    background-color: rgba(112,112,112,.25);
    color: #063D85;
}
.visible-xs{
    display: none;
    visibility: hidden;
}
.hidden-xs{
    /* display: block; */
    visibility: visible;
}
.label {
    display: block;
    margin: 1.5rem 0;
    font-weight: 700;
    cursor: pointer;
    color: #063D85;
}
.input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: none;
    border: 1px solid #063D85;
    outline: none;
    background-color: #DDDDDD;
    /* font-family: Arial, sans-serif; */
    font-size: 1.5rem;
    resize: none;
}
.input:focus {
    border-bottom: 2px solid black;
}
.input[type="date"], .input[type="time"], select.input {
    height: 39px;
}
.hide {
    display: none !important;
}
.read {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #063D85;
    outline: none;
    background-color: #DDDDDD;
    /* font-family: Arial, sans-serif; */
    font-size: 1.5rem;
    resize: none;
}
.dati {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #063D85;
    outline: none;
    background-color: #DDDDDD;
    /* font-family: Arial, sans-serif; */
    font-size: 1.8rem;
    resize: none;
}
.datismall {
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 1rem;
    margin-bottom: 1rem;
    margin-right: 1rem;
    border: 1px solid #063D85;
    outline: none;
    background-color: #DDDDDD;
    font-size: 1.5rem;
    resize: none;
}
.dati:focus {
    border-bottom: 1px solid black;
}
.dati[type="date"], .dati[type="time"], select.dati {
    height: 39px;
}
.input-disabled {
    background-color: #dbdbdb;
    cursor: not-allowed;
}
.anchor {
    color: black;
}
.error {
    color: red;
    font-weight: 700;
}
.success {
    color: green;
    font-weight: 700;
}
.button {
    padding: 1rem;
    margin: 1rem 1rem 1rem 0;
    width: 100%;
    height: max-content;
    border: none;
    border-radius: 0.5rem;
    color: #ffffff;
    background-color: #063d85;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}
.button .material-icons {
    margin-right: 0.5rem;
}
.row {
    display: flex;
    align-items: center;
    height: max-content;
}
.row-top {
    display: flex;
    height: max-content;
}
.column {
    flex: 1;
}
.column:not(.column:last-child) {
    padding-right: 1rem;
}
.container-fluid {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    margin: auto;
}
.container {
    box-sizing: border-box;
    width: 100rem;
    max-width: 100%;
    padding: 1rem;
    margin: auto;
}
.navbar {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    color: black;
    background-color: #fff;
}
.navbar .row {
    justify-content: right;
}
.navbar-item {
    font-family: roboto-slab, serif;
    display: block;
    padding: 1rem;
    border-radius: 0.5rem;
    color: #063D85;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.navbar .navbar-item:not(.navbar .navbar-item:last-child){
    margin-right: 3rem;
}
.navbar .navbar-item:hover {
    background-color: #dbdbdb;
}
.navbar .navbar-item-active {
    border-bottom: 2px solid;
    border-radius: 0;
}
.navbar .link-area-riservata{
    background: #063D85;
    color: #fff;
}
.page {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.checkbox-container:not(.checkbox-container:last-child) {
    margin-right: 2.5rem;
}
.checkbox {
    position: relative;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    border: 1px solid #063d85;
    border-radius: 0.5rem;
    background-color: white;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.checkbox span {
    margin: auto;
    color: white;
}
.break {
    width: 75rem;
    max-width: 100%;
    margin: 2.5rem auto;
    border: 1px solid black;
    color: black;
}
.tab {
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    color: #063D85;
}
.tab:not(.tab-active):hover {
    background-color: #063D85;
    font-weight: 400;
    color:#FFF;
    border-radius: 5px;
}
.tab-bis {
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
}
.tab-bis:not(.tab-active):hover {
    background-color: #063D85;
    font-weight: 400;
    color:#FFF;
    border-radius: 5px;
}
.tab-area{
    color: white;
    background-color: #063D85;
}
.tab-area:not(.tab-active):hover {
    background-color: #FFF;
    font-weight: 400;
    color:#063D85;
    border-radius: 5px;
}
.tab-area a{
    color: white;
    text-decoration: none;
}
.tab-area:not(.tab-active):hover a{
    color:#063D85; 
}
.tab-active {
    background-color: #063D85;
    font-weight: 400;
    color:#FFF;
    border-radius: 5px;
}
.tab-bis-active {
    background-color: #FFF;
    font-weight: 400;
    color:#063D85;
    border-radius: 5px;
}
.tab-servizi{
    padding: 1rem 0 !important;
}
.table-container {
    overflow: auto;
}
.table {
    width: 98rem;
    margin: 2.5rem 0;
    border-collapse: collapse;
    text-align: left;
    color:#063D85;
}
.table caption {
    margin-bottom: 1rem;
    text-align: left;
}
.table th, .table td {
    padding: 1.5rem;
}
.table th{
    font-family: roboto-slab, serif;
    font-weight: 700;
    background-color: #eeeeee;
}
.table thead tr {
    background-color: #dbdbdb;
}
.table tbody tr:nth-child(even) {
    background-color: #eeeeee;
}
.table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.table-calcolatore tbody tr:nth-child(even) {
    background-color: #eeeeee;
}
.table-calcolatore tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
.table-calcolatore td:nth-child(1){
    width: 35%;
    font-size: 2rem;
    font-weight: 700;
}
.table-calcolatore td:nth-child(2){
    width: 15%;
    text-align: right;
    font-size: 2.1rem;
}
.table-calcolatore td:nth-child(1){
    width: 50%;
}
.table-calcolatore .radio {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    display: block;
    clear: left;
    float: left;
    background: none;
    border: none;
}
.table-calcolatore label{
    padding-top: .8rem;
    display: inline-block;
}
.table td, .table th{
    border: 1px solid #707070;
    border-collapse: collapse;
}
.table a {
    color: #063d85;
}
.table-circolari{
    width: 98%;
    margin: 0;
}
.streaming {
    display: flex;
    align-items: center;
    height: max-content;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    color: black;
    text-decoration: none;
}
.streaming:hover {
    background-color: #ededed;
}
.streaming .material-icons {
    margin-left: auto;
}
.question {
    display: flex;
    height: max-content;
    margin: 2.5rem 0;
}
.emoji {
    padding: 1rem;
    border: 2px solid #dbdbdb;
    border-radius: 0.5rem;
    background-color: #ededed;
    font-size: 2.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.emoji:not(.emoji:last-child) {
    margin-right: 1rem;
}
.emoji:hover {
    background-color: #dbdbdb;
}
.emoji.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.emoji.disabled:hover {
    background-color: #ededed;
}
.reaction {
    position: absolute;
    bottom: 0;
    opacity: 0;
    font-size: 2.5rem;
    -webkit-user-select: none;
    user-select: none;
    animation-name: slide-up;
    animation-duration: 10s;
    animation-fill-mode: forwards;
}
#toolbar {
    color: white;
    background-color: black;
}
#user {
    margin-left: 0.5rem;
}
#logout {
    display: flex;
    align-items: center;
    height: max-content;
    margin-left: auto;
    color: white;
    text-decoration: none;
}
#logout span {
    margin-left: 0.5rem;
}
#mobile-navbar {
    display: none;
}
#open-menu {
    display: block;
    color: #063D85 !important;
}
#menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #063D85;
    transition-property: right;
    transition-duration: 0.5s;
}
#menu .menu-item {
    display: block;
    padding: 1rem;
    color: white;
    font-weight: 700;
    text-align: right;
    text-decoration: none;
}
#menu .menu-item-active {
    text-decoration: underline;
}
#close-menu {
    display: block;
    margin: 2.5rem 0;
    color: white;
    font-size: 48px;
    text-align: right;
}
#snackbar-container {
    position: relative;
    width: 30rem;
    margin: auto;
}
#snackbar {
    position: fixed;
    top: -4rem;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    color: white;
    background-color: green;
    text-align: center;
    animation-name: slide-down;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
#live-container {
    position: relative;
    padding-top: 56.25%;
}
#live {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#emoji-container {
    margin-top: 1rem;
}
.navbar-logo{
    display: flex;
    align-items: center;
    height: max-content;
    margin-right: auto;
    color: white;
    text-decoration: none;
}

.navbar-logo img{
    width: 70%;
}
.banner-home{
    /* background-color: #063D85; */
    background-image: url(../images/bg-home.jpg?v=0.2);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 6rem 0 3rem 0;
}
.banner-home h1{
    font-size: 5rem;
}
.banner-home a{
    font-family: roboto-slab, serif;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    color: #063D85;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    border-radius: 5px;
}
.box {
    box-shadow: 2px 2px 12px 12px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 2px 2px 12px 12px rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 2px 12px 12px rgba(0,0,0,0.15);
    width: 85%;
    text-align: left;
    font-size: 1.7rem;
    padding-bottom: 10rem;
    flex: 1;
    margin: 0 2rem;
    position: relative;
    border-radius: 5px;
}
.box img{
    width: 100%;
}
.box p{
    padding: 0 2rem;
}
.box a{
    text-decoration: none;
    background-color: #063D85;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    border-radius: 5px;
    display: block;
    position: absolute;
    bottom: 2rem;
}
.row-25anni{
    background-color: #063D85;
    color: white;
    padding: 6rem 0;
}
.row-25anni h2{
    font-size: 3rem;
    margin: 0 0 2rem 0;
}
.row-25anni p{
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.row-25anni a{
    font-family: roboto-slab, serif;
    font-weight: 700;
    text-decoration: none;
    background-color: #fff;
    color: #063D85;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    border-radius: 5px;
    display: inline-block;
    margin-top: 2rem;
}
.row-frase{
    /* background-color: rgba(112,112,112,.35); */
    background-color: #FFFFFF;
    /* color: #707070; */
    color: #063D85;
    padding: 6rem 0;
    text-align: center;
}
.bg-apici{
    background-image: url(../images/apici_grey.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.row-frase p{
    width: 80%;
    margin: 2rem auto;
    line-height: 2.4rem;
}
.footer{
    background-color: #33413C;
    color: white;
    padding: 4rem 0;
    font-size: 1.3rem;
}
.footer a{
    color: #fff;
    text-decoration: underline;
}
.banner-interno{
    background-color: #063D85;
    color: white;
    padding: 2rem 0;
}
.bread{
    font-size: 1.3rem;
}
.bread a{
    text-decoration: none;
    color: #707070;
}
.banner-interno .bread a{
    color: #fff;
}
.banner-interno h1{
    font-size: 5rem;
}
.col-titolari{
    text-align: center;
    padding: 2rem;
}
.foto-titolari{
    border-radius: 50%;
    width: 40%;
}
.nome-titolari{
    font-family: roboto-slab, serif;
    font-weight: 700;
    font-size: 2rem;
    color: #063D85;
}
.col-titolari p{
    width: 60%;
    margin: 3rem auto;
    color: #063D85;
}
.bt-link{
    text-decoration: none;
    background-color: #063D85;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    border-radius: 5px;
    display: inline-block;
}
.bt-link-grey{
    text-decoration: none;
    background-color: rgba(112,112,112,.25);
    color: #063D85;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    border-radius: 5px;
    display: inline-block;
}
#div-login{
    position: absolute;
    left: 0;
    background: rgba(0,0,0,.55);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    top: -100rem;
    transition-property: top;
    transition-duration: 1s;
}
#div-login.show{
    animation-name: login-down;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-fill-mode: forwards;
}
#login {
    box-sizing: border-box;
    width: 30rem;
    max-width: 100%;
    padding: 2.5rem;
    /* margin: 2.5rem auto auto auto; */
    background: #eeeeee;
}
#login h3{
    color: #063D85;
    font-size: 2.5rem;
}
#login-admin {
    box-sizing: border-box;
    width: 30rem;
    max-width: 100%;
    padding: 2.5rem;
    margin: 2.5rem auto auto auto;
    background: #eeeeee;
}
#login-admin h3{
    color: #063D85;
    font-size: 2.5rem;
}
#close-login{
    font-family: roboto-slab, serif;
    cursor: pointer;
    color: #063D85;
    font-size: 1.6rem;
    font-weight: 700;
}
#error-login{
    font-family: roboto-slab, serif;
    color: red;
    font-weight: 700;
}
.banner-area-riservata{
    background-color: #063D85;
    color: white;
    padding: 2rem 0;
}
.banner-area-riservata h1{
    font-size: 3.5rem;
    margin: 0 0 1rem 0;
}
.banner-area-riservata h2{
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
    font-family: bely, serif;
    font-weight: 400;
}
.bt-esci{
    font-family: roboto-slab, serif;
    color: #063D85;
    background-color: white;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    margin-left: 2rem;
}
.box-contatti{
    background-color: #063D85;
    padding: 1.5rem;
    color: white;
}
.box-contatti strong{
    font-family: roboto-slab, serif;
    font-weight: 700;
}
.box-contatti a {
    color: white;
    text-decoration: none;
}
#cookie-banner{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #063d85;
    color: #ffffff;
}
.bt-cookie-accept{
    text-decoration: none;
    background-color: #FFFFFF;
    color: #063D85;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
}
.note_calcolatori{
    font-style: italic;
    font-size: 1.2rem;
    color: #063D85;
}
.ui-menu .ui-menu-item {
    background-image: none !important;
}
.col-doc{
    padding: 1rem;
    color: #063D85;
}
.col-doc a{
    color: #063D85;
}
.link{
    color: #063D85;  
    padding-left: 1.5rem;
}
img.bm-cert{
    width: 12rem;
}