/* CONTATTI
----------------------------------------------------------------------------------*/
@import "../general/cf7.css";
@import "../Components/headerHalf.css";

#google-map a {
    height: 34.12vw; /* 655 */
    display: block;
}

#contacts .cell:not(:last-child):after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--gray-400);
}
#contacts .contact-icon {
    width: 2.34vw; /* 45 */
    height: 2.34vw; /* 45 */
    margin: 0 auto;
    margin-bottom: 1.04vw; /* 20 */
}
#contacts .contact-icon svg {
    width: 100%;
    height: 100%;
}
#contacts .cell {
    padding: 0 2.97vw; /* 57 */
}



@media screen and (max-width: 1366px) {
    #google-map iframe {
        height: 500px !important;
    }
}

@media screen and (max-width: 1366px) {
    .contact-icon {
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    #google-map iframe {
        height: 400px !important;
    }
    #contacts .cell {
        width: 100%;
        margin-bottom: 55px;
    }
    #contacts .cell:last-child {
        margin-bottom: 0;
    }
}