﻿
/*.divMappaHeader {
    padding-top: 130px;
    height: 170px;
    background-image: url('../images/staticpages/image_marsh.jpg');
    margin-bottom: 10px;
}
.titoloMappa {
    color: var(--white);
    width: 1362px;
    margin: auto;
}*/
.divLeft, .divRight {
    width:350px;
    float:left;
}
.divRight {
    margin-left:50px;
    width:calc(100% - 400px);
}
.divSect {
    clear: both;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 0px 30px;
    background: var(--componenti) 0% 0% no-repeat padding-box;
    height: 70px;
    line-height: 70px;
    overflow:hidden;
}
.divSectOpen {
    background: var(--azure) 0% 0% no-repeat padding-box;
    height: auto;
    overflow: visible;
}
.divSectTitle {
    height: 70px;
    line-height: 70px;
    cursor:pointer;
}
.colorBlu {
    color:var(--blue);
}
.more, .arrow {
    float: right;
    font-size: var(--unnamed-font-size-20);
}
.divCatTitle {
    display: block;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
    cursor: pointer;
    border-bottom: solid 1px var(--light-blue);
    text-decoration: none;
    padding: 0px 10px;
}
.divCatTitle:last-of-type {
    border-bottom:none;
}

.colorLightBlue {
    background: var(--light-blue) 0% 0% no-repeat padding-box;
}
.divAffinity {
    text-transform: capitalize;
    clear: both;
    height: auto;
    overflow: auto;
    border-bottom: solid 1px var(--componenti);
}
.divAffinity > span, .divAffinity > a {
    float: left;
    height: 70px;
    line-height: 70px;
}
.divAffinity > a {
    float: right;
}
.divForMobileVersion {
    display: none;
}
.divForDesktopVersion {
    display: block;
    padding:20px 0px;
}