
    .contatti p {
        color: #edf3ffff;
    }
    .contatti h1 {
         color: #fdd12a;
    }
    .contatti h2 {
        color: #fdd12a;
    }
    .contatti h3 {
        color: #fdd12a;
    }
    .contatti h4 {
        color: #fdd12a;
    }
    .contatti h5 {
        color: #fdd12a;
    }
    .contatti h6 {
        color: #fdd12a;
    }

    .contatti {
        min-height: 100vh;
        background-image: url(../img/background/background1.jpg);
    }
    .contatti .body {
        background: rgba( 31, 31, 31, 0.55 );
        box-shadow: 5px 6px 6px rgba(253, 209, 42, 0.37 );
        backdrop-filter: blur( 4.5px );
        -webkit-backdrop-filter: blur( 5.0px );
        border-radius: 15px;
        border: 1px solid rgba(253, 209, 42, 0.18 );
        margin-top: 12rem;
        padding-bottom: 4rem;
        text-align: center;
        margin-bottom: 4rem;
    }
    .contatti .body .title {
        padding: 4rem 0 2rem 0;
    }
    .contatti .body .description {
        padding: 1rem 4rem;
        text-align: center;
    }
    .contatti .body .description .titolo-corsivo {
        font-family: 'Kunstler Script';
        text-align: center;
        font-size: 72px;
        color: #3075ffff;
    }
    .contatti .body .description svg{
        vertical-align: text-bottom;
        height: 20px;
    }
    .contatti .body .description a{
        color: inherit;
        text-decoration: none;
    }
    .contatti .body .description .phone{
        text-align: center;
    }
    .contatti .body .description .mobile{
        text-align: center;
    }
    .contatti .body .description .pre-address{
        text-align: center;
    }
    .contatti .body .description .address{
        text-align: center;
    }
    .contatti .body .description .pre-social {
        text-align: right;
    }
    .contatti .body .description .social {
        text-align: left;
        padding-left: 3rem;
    }
    @media (min-width: 1024.98px) {
        .contatti .body .description .phone{
            /* text-align: right;
            padding-right: 5rem; */
            text-align: center;
        }
        .contatti .body .description .mobile{
            text-align: left;
            padding-left: 5rem;
        }
    }
    .contatti .body .rowContent {
        padding: 4rem;
    }
    .contatti .boxContainer {
        padding: 0 1rem;
    }

    .contatti .bodyContent {
        background: rgba( 31, 31, 31, 0.55 );
        box-shadow: 5px 6px 6px rgba(253, 209, 42, 0.37 );
        backdrop-filter: blur( 4.5px );
        -webkit-backdrop-filter: blur( 5.0px );
        border-radius: 15px;
        border: 1px solid rgba(253, 209, 42, 0.18 );
        text-align: center;
        margin: 1rem 1rem;
        min-height: 30rem;
    }
    .contatti .mapBox {
        padding:0;
        overflow:hidden;
    }

    .contatti .bodyContent .contactForm {

    }
    .contatti .bodyContent .map_box {
        /*background-image: url(../img/mappa.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;*/
        min-height: inherit;
        z-index:0;
    }
