.tratt-dati{
    font-size: 0.8rem !important;
}

.form-icone{
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    padding-left: 3rem;
}

.single-icon{
    align-items: center;
    display: flex;
    justify-content: center;
}

.single-text{
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
}

.text-contact{
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 0.5rem;
}

iframe{
    width: 100%;
    height: 100%;
}

/*.iframe{
    padding-top: 3rem;
}*/

.mappa{
    width: 100%;
    height: 30rem;
}

.indicazioni-group{
    padding-top: 3rem !important;
}

.text-dove-siamo{
    height: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    background-image: url(../img/svg/Disegno_Position.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1rem;
}

.col-form{
    padding: 0 10rem 0 10rem !important;
}

.w-80{
    width: 80% !important;
}


/*-----MEDIA QUERY-----*/


@media screen and (max-width: 767px){

    .col-form{
        padding: 0 1rem 0 1rem !important;
    }

}

@media screen and (max-width: 991px){
    
    .text-contact{
        display: flex;
        justify-content: start;
        padding-left: 0;
        padding-top: .5rem;
    }
    
    .form-icone{
        text-align: center;
        display: flex;
        justify-content: center;
        height: 100%;
        padding-left: 0;
    }
}


@media screen and (max-width: 1199px){
    
    .title{
        margin-top: 5rem;
    }
    
    .a{
        width: 100%;   
        height: 100%;
        align-items: center;
        flex-direction: column;
        display: flex;
        justify-content: center;
    }
    
    .iframe{
        padding-top: 0;
    }
   
    .indicazioni-group{
        padding-top: 0 !important;
    }

    .col-form{
        padding: 0 5rem 0 5rem !important;
    }
}
