/* CLIENS
Alessandro Violini 23/04/2013 */


/* --------------------------------------------------
   Contenuto in questo CSS
-----------------------------------------------------
:: Estensione FW
:: Libreria
:: Tipografia
:: Struttura Layout
:: Alerts
:: Modali
:: Media Query App
*/


/* -----------------------------------------
   Estensione FW
----------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

::-moz-selection {
    background: #004871;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #004871;
    color: #fff;
    text-shadow: none;
}

a:link,
a:visited {
    text-decoration: none;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    transition: color .25s;
}

hr {
    display: none;
}

.NoPadding {
    padding: 0;
}

.NoMargin {
    margin: 0;
}

.Debug {
    margin-top: 15px;
}

.btn.disabled,
.btn[disabled] {
    cursor: not-allowed;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
    font-weight: bold;
    background: #005186;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff;
    text-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.Active .btn-primary.disabled,
.btn-primary[disabled] {
    background: #005186;
    border: 0;
    border-bottom: 1px solid #003152;
    -moz-box-shadow: 0 0 1px 0px #005186;
    -webkit-box-shadow: 0 0 1px 0px #005186;
    box-shadow: 0 0 1px 0px #005186;
}

.btn-primary span {
    font-size: 12px;
}

.btn-default,
.btn-default:link,
.btn-default:visited {
    font-weight: bold;
    background: #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border: 1px solid #ccc;
    text-shadow: none;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.Active {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow: 0 0 1px 0px #ccc;
    -webkit-box-shadow: 0 0 1px 0px #ccc;
    box-shadow: 0 0 1px 0px #ccc;
}

.btn-default span {
    font-size: 12px;
}

.text-error,
p.text-error,
.ModalContent p.text-error {
    color: #ff0000;
    font-weight: bold;
}


/* -----------------------------------------
   Libreria
----------------------------------------- */


/* Hide from both screenreaders and browsers: h5bp.com/u */

.hidden {
    display: none !important;
    visibility: hidden;
}


/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/* Hide visually and from screenreaders, but maintain layout */

.invisible {
    visibility: hidden;
}

.ClearFloats {
    display: block;
    clear: both;
    background: transparent;
    height: 0px;
    border: 0;
    overflow: hidden;
    font-size: 0.01em;
    margin: 0;
    padding: 0;
}

.lt-ie8 .ClearFloats {
    border: 1px solid transparent;
}


/* -----------------------------------------
   Tipografia
----------------------------------------- */

body {
    background: #fff;
    color: #333;
}

body,
input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
}

body.modal-open {
    /* Evita che il body scrolli sotto la modale aperta */
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.ModalH1 {
    font-size: 26px;
    line-height: 1.3em;
}

.ModalH2 {
    font-size: 18px;
    line-height: 1.1em !important;
}


/* -----------------------------------------
   Struttura Layout
----------------------------------------- */

.Login {
    opacity: 0;
    background: #fff;
    padding: 0 60px;
}

.AppStarted .Login {
    transition: all 0.9s ease-out 0;
    opacity: 1;
}

.AppStarted #AppLoadingIndicator,
.AppStarted .LoadingError {
    display: none;
}

.Logo {
    margin: 10% 0 45px 0;
    text-align: center;
}

.Logo img {
    max-width: 210px;
}

.Footer {
    margin-top: 4%;
}

.Copyright {
    color: #000000;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
}

.Copyright a:link,
.Copyright a:visited,
.Copyright span {
    color: #00639d;
    cursor: pointer;
}

.Copyright a:hover,
.Copyright a:active,
.Copyright span:hover {
    text-decoration: underline;
}

.FullSize {
    width: 100%;
    margin-top: 5px;
}

.ExtraPadding {
    padding-top: 19px;
    padding-bottom: 19px;
}

.FormLoginContainer2 {
    max-width: 410px;
    margin: auto;
    padding: 0 10px 0 10px;
}

.FormLoginContainer {
    max-width: 410px;
    margin: 0 auto 10px auto;
}

.PrimaryFieldset {
    max-width: 410px;
    margin: auto;
    padding: 0;
    background-color: #f9fafb;
    border: 2px solid #e7ecef;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.FormEntity {
    border-bottom: 1px solid #e7ecef;
}

.FormEntity.Last {
    border-bottom: 0;
}

.FormEntity label {
    display: block;
    width: 33%;
    height: 40px;
    padding-top: 10px;
    padding-left: 12px;
    float: left;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.FormEntity input {
    border: 0;
    margin: 0;
    padding: 0 0 0 15px;
    height: 40px;
    width: 67%;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -khtml-border-radius-bottomright: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
}

.FormEntityCheck {
    margin: 15px 0 0 0;
    padding: 0 10px 0 15px;
}

.FormEntityCheck label {
    display: inline;
    font-weight: bold;
    font-size: 16px;
    margin-left: 5px;
}

.FormEntityCheck input {
    vertical-align: top;
}

.FormEntityCheck .HelperText,
.FormEntityCheck .LinkText {
    display: block;
    color: #62626a;
    font-size: 12px;
    font-style: italic;
}

.FormEntityCheck .LinkText {
    color: #005186;
    cursor: pointer;
}

.ie8 .FormEntity input {
    padding-top: 10px;
}

.form-signin input.ng-invalid.ng-dirty {
    background-color: #FA787E;
}

.form-signin input.ng-valid.ng-dirty {
    background-color: #78FA89;
}


/* -----------------------------------------
   Modali
----------------------------------------- */

.modal-backdrop {
    background-color: #ccc;
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0 !important;
    left: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.modal-dialog {}

.modal-content {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px 50px 50px 50px;
}

.modal-content-sm .modal-content {
    box-sizing: border-box;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    left: calc(50% - 150px);
    padding: 25px 10px;
}

.modal-content-md .modal-content {
    box-sizing: border-box;
    position: fixed;
    width: 600px;
    height: 100%;
    top: 0;
    left: calc(50% - 300px);
    padding: 25px 10px;
}

.modal-body {
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    min-height: 120px;
    max-height: 93%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
}



.modal-body.variant1 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.modal-content-sm .close,
.modal-content-sm button.close {
    right: calc(50% - 160px);
    top: 7px;
}

.close,
button.close {
    height: 40px;
    width: 40px;
    outline: none;
    float: none;
    position: fixed;
    z-index: 1;
    top: 30px;
    right: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAARhSURBVFiF3Zl/aBtlGMc/SdNLbu2yXa5Ns07TrU26qlX/mPgDNjapoqzdgeCY/4iKonAwBIfiUBQF2WAgCHrg2m3+oeJAFA6EMZlSLNTpRJmz/thEWy3tLG1jG5su6xL/uGubpLkf+dEJfv/Lvc/zvh+ey/O87/uch2pJ1QXgZvPX92hKuhrTeioAuhe4H9gBbLWw+gboB06iKZ+Ws0xpgKq+EXgJeBAIlbjWFPAh8CqaMurWyR2gqq8DngWeAcQSwQqVAt4ADqEpfzsZOwOq+g7gAyBSIVihxoGH0JR+OyOv7RSq/ihwiurDYc55ylzDUtaAqn4QOA4IVcXKlwAcN9cqquKvWNUfB/pWCcpKT6ApRwsfrgRU9W3AaVY3csWUBrrQlIHch/mARrZeABqvHVeeJoB4bnYX/gefxwZO8EIsCOvKiG2gxvCt89maNZoMS1qOoFGEL2BR53xe6LunjhuaRBKpK+z/bIbzU1lXcGER3uyqp0UKMDF7mUdOzjI5b2mewojiKORH8BUrOIBOuYbtN0Vpi8XpbG/l7Z4InbJzGQ2LcLRb5s4bW2mLx+mMb+LuqN/ORTRZWAZUdRHYa+c1PJvFXx8kJMs0hpuIb45ypKfZFtKAa2DrlhbCkQihkIwkSfyScIz8XpNpKYIPAPV2HtPzGR5+/0dS6Sv4fD7WSxKxTddZQi7DRQnJDQiCQCaT4emPfubcX44HnXqTaQlwm5MHwOe/zqBoZxwhreCefPdb3jl7yc1SS0yLgHe59Tp9MWELaQd37Ksxt8ssMXlQ9RpgjhILc1dsPbp6B6JQy8LCAonpaX4fHWNqboFbNkcqhQOjcK/xoOoRoGTvYpCp1ByZTBZRFCuFW9QGLw7JYafC1712bZBgMFgtOIB6++OWCw2NJxm+ZOxMHo8Hr9eYcnLmH86OTFc6PV4gWa5zWIRju8M0B2tXjNXVeunbvYEOqaIYJL0YG3TJN7CwCL27Gri1NUJANDagbDbLXHoBAMHvp6W5kd6eMB1SWXezNDDhRVOuAkPlwN1WUEqeeu87dr31Jcn5ND6fD0kK0d4apbenqRzIITTl6mL8B8uBkxvyS0nv4J/0X5ymuzqQg7BcqAdsDF3B5WbrF7/NVANyIBfwYxySRfSBdp/sCOcGMrLGETJpMpmAmpICTth5bJFquL19I3KD7LrOFYNsizaz/Xrb4xbACZMp7zz4MjbZ/Ecyy+UaP4LgL6kIF0IGxDp+mMzYuaRNFmDlneQgBUfuXLWF/OyMy5wfm+XMyKwjXJ6vHGBnLMTXwwnOjc/ZmR5CUw5YAYaAn/hvL00daMrU4oP8Mm8M7KGMwl0FpYE9uXBQrLNg9Er2XSOoXO0r1qcpvlFqyhHg9dUmytFhc80Vst7JNWU/cMByvHp6EU15zmrQTfutG6OJVO3EmQAeQ1M+sTNyPgsZE8SBwxiX6kqVMueKO8FB6S3gKPAClbWAX0NTRtw6/c+a6HZapc8Q/wKVLKzkTQ0PCAAAAABJRU5ErkJggg==') no-repeat top left;
    margin: 0;
}

.close:hover,
button.close:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.ModalContent {}

.modal-content-sm .ModalContent h1 {
    font-size: 18px;
}

.ModalContent h1 {
    color: #656565;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

.ModalContent p {
    color: #656565;
}

.ModalContent ul {
    margin-left: 16px;
    padding-left: 0;
    color: #656565;
    line-height: 2em;
}

.NoteEnfasi {
    font-weight: bold;
    color: #007BC0;
}

.ButtonWrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.form-style1__label span {
    font-size: 12px;
}

.form-style1__label small {
    text-transform: capitalize;
    font-size: 10px;
}

.PolicyDisclaimerRadio label.input-style1-radio-option {
    font-family: "Open Sans", sans-serif;
    align-items: center;
    margin: 0 13px 0 0;
}

.PolicyDisclaimerRadio label.input-style1-radio-option input[type="radio"].input-style1-radio-option__input {
    margin: 0 0 6px;
}

.PolicyDisclaimerRadio label.input-style1-radio-option input[type="radio"].input-style1-radio-option__input::before {
    width: 14px !important;
    height: 14px !important;
}

.PolicyDisclaimerRadio label.input-style1-radio-option span {
    font-size: 12px;
}

.PolicyDisclaimerButton {
    border: 1px solid #005186;
    background-color: #005186;
    color: #fff;
    margin: 0;
    padding: 9px 18px 9px 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
}

.PolicyDisclaimerButton:hover {
    background-color: #fff;
    color: #005186;
}

.PolicyDisclaimerButton.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.PolicyDisclaimerButton.disabled:hover {
    background-color: #005186;
    color: #fff;
}

.PolicyDisclaimerButton.PolicyDisclaimerButton--Arrow {
    padding: 4px 14px 2px 14px;
    font-size: 32px;
}


/* -----------------------------------------
   Alerts
----------------------------------------- */

#Alerts {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    border: 2px solid #f80402;
    border-radius: 10px;
    padding: 22px;
    display: none;
    overflow-y: scroll;
    max-height: 200px;
}

#Alerts.On {
    display: block;
}

#Alerts h1 {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1em;
    font-size: 16px;
    color: #f80402;
}

#Alerts p {
    font-size: 12px;
    margin: -2px;
}


/* -----------------------------------------
   Media Query App
----------------------------------------- */


/* Mobile iPad/Tablet portrait*/

@media handheld,
only screen and (max-width: 1024px) {}


/* Mobile iPad/Tablet portrait*/

@media handheld,
only screen and (max-width: 768px) {
    body {
        padding: 0;
    }
}


/* Mobile Smartphone */

@media handheld,
only screen and (max-width: 640px) {
    .Logo {
        padding: 0 25px 25px 25px;
        margin-bottom: 0;
    }
    .FormLoginContainer {
        margin-bottom: 0px;
    }
    .Footer {
        padding-bottom: 5px;
    }
    .Debug {
        display: none;
    }
    .FormEntity label {
        font-size: 12px;
    }
    .ModalContent h1 {
        font-size: 20px;
        line-height: 1.2em;
    }
}


/* Mobile Smartphone */

@media handheld,
only screen and (max-width: 480px) {
    .Logo {
        margin-top: 5%;
    }
    #AppLoadingIndicator .Logo {
        margin: 30px auto 20px auto;
        width: 80%;
    }
    #AppLoadingIndicator .IcoLoading {
        width: 40%;
    }
    .LoadingError .Reload {
        width: 220px;
    }
    .PolicyContent h1 {
        font-size: 20px;
        line-height: 0.9em;
    }
    .PolicyContent p,
    .PolicyContent li {
        font-size: 12px;
        line-height: 1.4em;
    }
    .LinkCookiePolicy {
        display: block;
    }
    .Copyright .Sparator {
        display: none;
    }
    .modal-content {
        padding: 20px 20px 50px 20px;
    }
    .close,
    button.close {
        top: 0px;
        right: 0px;
    }
    .ButtonWrapper {
        bottom: 0px;
        left: 0;
    }
}

.margin-bottom {
    margin-bottom: 20px;
}

.text-primary {
    color: #005186 !important;
}

.text-danger {
    color: #f80402 !important;
}

.text-warning {
    color: #f0ad4e !important;
}

.text-info {
    color: #5bc0de !important;
}

.text-success {
    color: #24d02f !important;
}


/*$brand-secondary:       #ff8800 !default;
$brand-calm:            #417505 !default;
$brand-neutral:         #e7ecef !default;
$brand-success:         #24d02f !default;
$brand-info:            #5bc0de !default;
$brand-warning:         #f0ad4e !default;
$brand-danger:          #f80402 !default;*/


/* Mobile Smartphone */

@media handheld,
only screen and (max-height: 500px) {}

@media handheld,
only screen and (max-height: 350px) {}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/* inset */

.inset-style2-left {
    padding-left: 22px;
    position: relative;
}

.inset-style2-left:after {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #005186;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.inset-style2-left.danger:after {
    background-color: #f80402;
}


/* --------------------------------------------------
    AVVISI
    Da tenere allineati a quelli in 
    \web\libes6\sass\_avvisi.scss
-------------------------------------------------- */
.avvisi {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    overflow-y: auto;
    text-align: left;
    background: #fff; 
}

.avvisi__inner {    
    padding: 32px;    
    overflow-y: auto;
    max-height: 260px;
    box-sizing: border-box;
}

.avvisi__avviso {   
    max-width: 960px;
    margin: 0 auto;
}

.avvisi__avviso:not(:last-child) {    
    padding-bottom: 16px; 
    margin-bottom: 24px;
    border-bottom: 1px solid #ddd;
}

.avvisi__intestazione {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: bold;
}

.avvisi__testo {
    font-size: 13px;
    line-height: 1.5;
}

.avvisi__testo p:last-child {
    margin-bottom: 0;
}

.avvisi__titolo,
.avvisi__testo h1 {  
    margin: 0 0 16px;
    font-size: 18px;
}

.avvisi__testo h1:first-of-type {
    padding-top: 32px;
    border-top: 1px solid #ddd;
}

.avvisi__titolo,
.avvisi__testo h1,
.avvisi__testo h2,
.avvisi__testo h3,
.avvisi__testo h4,
.avvisi__testo h5,
.avvisi__testo h6 { 
    line-height: 1; 
    font-weight: 700;
}

.avvisi__testo h2 { font-size: 16px; }
.avvisi__testo h3 { font-size: 15px; }
.avvisi__testo h4 { font-size: 14px; }
.avvisi__testo h5 { font-size: 13px; }
.avvisi__testo h6 { font-size: 12px; }



