/*#region GENERALI */
html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
}

/*#endregion*/

/*#region* FLEX */
.mm-flexContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mm-flexWrap {
    flex-wrap: wrap;
}

/*#endregion*/

/*#region ALLINEAMENTI */
.mm-center {
    text-align: center;
}

.mm-left {
    text-align: left;
}

.mm-right {
    text-align: right;
}

/*#endregion*/

/*#region FLOAT */
.mm-floatLeft {
    float: left;
}

.mm-floatClear {
    display: block;
    clear: both;
}

/*#endregion*/

/*#region BOX */
.mm-boxPagineInterne {
    border: 1px #CED4DA solid;
    padding: 10px;
    background-color: #F8F9FA;
    font-size: 95%;
}

.mm-boxColumns {
    column-width: 20em;
    column-gap: 2.5em;
}

.mm-boxColumns p:first-child {
    margin-top: 0px;
}

.mm-boxApprovazioni {
    border: 1px solid #CED4DA;
    padding: 15px;
}

.mm-boxApprovazioniEtichetta {
    background-color: #6C757D;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    top: -30px;
    left: 10px;
    width: max-content;
}

/*#endregion*/

/*#region BORDER */
.mm-borderTop {
    border-top: 2px solid #ADB5BD;
}

.mm-borderTopDarkGray {
    border-top: 2px #343A40 dotted;
}

.mm-borderLeft {
    border-left: 2px solid #ADB5BD;
}

.mm-borderRadius10 {
    border-radius: 10px;
}
/*#endregion*/

/*#region COLONNA DESTRA */

.mm-colonnaDestra {
    border-left: 1px solid #ADB5BD;
    padding-left: 15px;
}

/*#endregion*/

/*#region LINK */
a {
    color: #9B1818;
    font-weight: 500;
}

a:hover {
    color: #495057;
}

.mm-linkBlack {
    color: black;
    text-decoration: none;
}

.mm-linkBlack:hover {
    color: #9B1818;
    text-decoration: underline;
}

/*#endregion*/

/*#region HEADER */
#mm-headerMobile {
    display: none;
}

#mm-headerDesktop,
#mm-headerMobile {
    position: relative;
}

/*#endregion*/

/*#region SOCIAL */
.mm-pulsantiSocial {
    max-width: 30px;
    height: 30px;
    cursor: pointer;
}

.mm-pulsantiSocial:hover {
    opacity: 0.7;
}

/*#endregion*/

/*#region BREADCRUMB */
.mm-breadcrumb {
    margin-bottom: 90px;
    border-top: #CED4DA 2px solid;
    padding-top: 8px;
    font-weight: 500;
}

/*#endregion*/

/*#region SIDEBAR */
#mm-idSidebar {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    text-align: right;
    border: 2px #495057 solid;
    background-color: #F8F9FA;
}

.mm-iframeSidebar {
    border: none;
    height: 90%;
}

.mm-sidebarColumns {
    column-width: 250px;
}

#mm-idSidebarClose {
    font-weight: bold;
    cursor: pointer;
    max-width: 250px;
    padding: 5px;
    text-align: left;
}

#mm-idSidebarClose>span {
    font-size: 110%;
}

.mm-sidebarHome {
    height: 95%;
    width: 250px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto;
    text-align: right;
    right: calc((100% - 1198px) / 2);
    border-left: #495057 1px solid;
    border-right: #495057 1px solid;
}

/*#endregion*/

/*#region MARGINI */

.mm-marginTopZero {
    margin-top: 0;
}

.mm-paddingBottom20 {
    padding-bottom: 20px;
}

.mm-marginBottom10 {
    margin-bottom: 10px;
}

.mm-marginTop10 {
    margin-top: 10px;
}

.mm-marginTop20 {
    margin-top: 20px;
}

.mm-marginTop30 {
    margin-top: 30px;
}

.mm-marginTop50 {
    margin-top: 50px;
}

.mm-marginLeft10x100 {
    margin-left: 10%;
}

/*#endregion*/

/*#region IMMAGINI */
.mm-image {
    max-width: 100%;
}

.mm-imageBox {
    padding: 10px;
    border: 1px #CED4DA solid;
}

/*#endregion*/

/*#region BLOCKQUOTE */
.mm-blockquote {
    border-left: 5px solid #DEE2E6;
    padding-left: 20px;
    font-style: italic;
}
/*#endregion*/

/*#region FOOTER */
.mm-footer {
    background-color: #DEE2E6;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 70px;
    border-top: #ADB5BD 1px solid;
    border-left: #ADB5BD 1px solid;
    border-right: #ADB5BD 1px solid;
}

.mm-footerDiv {
    display: inline-block;
    padding-left: 5px;
}

.mm-footerSvg {
    height: 30px;
    width: 20px;
}

/*#endregion*/

/*#region MENU */
.mm-testataMenu {
    cursor: pointer;
    color: white;
}

.mm-testataMenuDesktop {
    position: absolute;
    bottom: max(-0.5vw, -10px);
    right: 16px;
    font-size: 60px;
    color: white;
}

.mm-testataMenuMobile {
    font-size: 60px;
    color: white;
    padding-left: 25px;
    position: absolute;
    top: -5px;
    left: -5px;
}

.mm-testataMenu:hover {
    color: #ADB5BD;
}

.mm-menuChiudi {
    text-align: left;
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 10px;
}

/*#endregion*/

/*#region TESTATA */
.mm-testataImmagine {
    width: 100%;
    height: auto;
}

.mm-testataPeriodicoPagineInterne {
    padding-top: 20px;
    text-align: right;
    width: 35%;
}

.mm-testataPagineInterne {
    padding-top: 30px;
}

.mm-testataPeriodicoDataNumero {
    border-bottom: 1px solid #ADB5BD;
}

.mm-testataPeriodico {
    width: 68%;
    margin-top: -3px;
}

.mm-testataDataNumero {
    width: 32%;
    margin-top: -3px;
}

.mm-testataTemi {
    width: 68%;
}

.mm-testataSegnalazioni {
    width: 32%;
    font-style: italic;
}

.mm-noMobile {
    padding-top: 5px;
}

.mm-testataClear {
    display: block;
    clear: both;
    padding-bottom: 50px;
}

/*#endregion*/

/*#region LARGHEZZE */
.mm-widthBody {
    max-width: 1198px;
    margin-left: auto;
    margin-right: auto;
}

.mm-width100 {
    width: 100%;
}

/*#endregion*/

/*#region LARGHEZZE HOMEPAGE */
.mm-width32 {
    width: 32%;
}

.mm-width34 {
    width: 34%;
}

/*#endregion*/

/*#region LARGHEZZE COLONNE */
.mm-1colonna {
    width: 15%;
}

.mm-2colonne {
    width: 32%;
}

.mm-3colonne {
    width: 49%;
}

.mm-4colonne {
    width: 66%;
}

.mm-5colonne {
    width: 83%;
}

.mm-6colonne {
    width: 100%;
}

/*#endregion*/

/*#region ALTRE LARGHEZZE */
.mm-width50 {
    width: 50%;
}

.mm-width50-50 {
    width: 50%;
    margin-left: 50%;
}

.mm-width60-40 {
    width: 60%;
    margin-left: 40%;
}

.mm-width70-30 {
    width: 70%;
    margin-left: 30%;
}

.mm-width80-20 {
    width: 80%;
    margin-left: 20%;
}

.mm-interColonna {
    display: block;
    min-width: 2%;
}

/*#endregion*/

/*#region SVG */
.mm-svgHover:hover {
    opacity: 0.50;
}

/*#endregion*/