.c_title{
    margin: 5rem 0;
    margin-left: -50%;
    width: 1200px;
    padding: 1rem 0;
    padding-left: 50%;
    background-color: var(--bordeaux);
    color: var(--white);
}
.c_title h4{
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.margin > div:nth-child(4){
    margin-top: 7rem;
    margin-bottom: 3rem;
}
.margin > div:nth-child(6){
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.row{
    /* margin-top: 5rem; */
    height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
}
.col{
    width: calc((100% - 5rem) / 2);
    height: 100%;
}
.col p{
    text-align: justify;
}
.google{
    height: 100%;
    border: 3px solid var(--bordeaux);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pdf{
    display: block;
    margin-top: 1rem;
    color: var(--dark_gold);
    text-transform: uppercase;
    font-weight: 500;
}
.pdf i{
    color: var(--bordeaux);
    font-size: 1.5rem;
    margin-right: .5rem;
}
.pdf:hover{
    text-decoration: underline;
}
.c_sede_operativa{
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 1.5rem;
}
.c_sede_legale li,
.c_sede_operativa li{
    width: calc((100% - 1.5rem) / 2);
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    pointer-events: none;
}
.c_sede_operativa li:nth-child(2),
.c_sede_operativa li:nth-child(4){
    padding-left: 5rem;
}
.c_sede_operativa li i,
.c_sede_legale li i{
    color: var(--bordeaux);
    margin-right: 1rem;
}
.c_sede_operativa li span,
.c_sede_legale li span{
    line-height: 1.8rem;
    color: var(--dark_gold);
}
.c_sede_legale li:not(li:last-child){
    margin-bottom: 2rem;
}
@media screen and (max-width: 2033px){
    .c_title{
        margin: 5rem 0;
        margin-left: -20%;
        width: 800px;
        padding: 1rem 0;
        padding-left: 20%;
        background-color: var(--bordeaux);
        color: var(--white);
    }
}
@media screen and (max-width: 1512px){
    .c_title{
        width: 700px;
    }
    .c_sede_operativa li:nth-child(2),
    .c_sede_operativa li:nth-child(4){
        padding-left: 3rem;
    }
}
@media screen and (max-width: 1430px){
    .c_sede_operativa li:nth-child(2),
    .c_sede_operativa li:nth-child(4){
        padding-left: 1rem;
    }
    .c_title{
        width: 600px;
    }
    .c_title h4{
        font-size: 1.2rem;
    }
    .row{
        gap: 2rem;
    }
    .col{
        width: calc((100% - 2rem) / 2);
    }
    .c_sede_operativa{
        margin-top: 2rem;
    }
}
@media screen and (max-width: 1212px){
    .c_sede_operativa li:nth-child(2),
    .c_sede_operativa li:nth-child(4){
        padding-left: 0;
    }
}
@media screen and (max-width: 1130px){
    .c_sede_operativa li{
        padding-left: 5rem;
    }
    .c_sede_operativa li:nth-child(2),
    .c_sede_operativa li:nth-child(4){
        padding-left: 5rem;
    }
    .row{
        flex-direction: column-reverse;
        height: auto;
    }
    .col{
        width:100%;
    }
    .google{
        height: 400px;
    } 
    .margin > div:nth-child(4){
        margin-top: 3rem;
    }
    .c_title{
        margin: 3rem 0;
        margin-left: -20%;
        width: 500px;
        padding: 1rem 0;
        padding-left: 20%;
    }
    .c_title h4{
        font-size: 1rem;
    }
}
@media screen and (max-width: 1024px){
    .c_title{
        width: 450px;
    }
}
@media screen and (max-width: 768px){
    .c_sede_operativa li{
        padding-left: 3rem;
    }
    .c_sede_operativa li:nth-child(2),
    .c_sede_operativa li:nth-child(4){
        padding-left: 2rem;
    }
    .google{
        height: 300px;
    } 
}
@media screen and (max-width: 800px){
    .c_sede_operativa li{
        padding-left: 0;
    }
    .c_sede_operativa li:nth-child(2),
    .c_sede_operativa li:nth-child(4){
        padding-left: 0;
    }
    .c_title{
        margin: 3rem auto;
        width: 100%;
        padding: 1rem 0;
        padding-left: 0;
        text-align: center;
    }
    .c_sede_operativa{
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
    }
    .c_sede_legale li,
    .c_sede_operativa li{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        pointer-events: none;
    }

}
@media screen and (max-width: 548px){
    .pdf{
        font-size: .85rem;
        text-align: center;
    }
}
/* DEBUG PER SAFARI CHE LEGGE I NUMERI DI TELEFONO COME <a> DA CHIAMARE */
.c_sede_legale li a,
.c_sede_operativa li a{
    color: var(--dark_gold);
}
/************************************************************************/
