.mapsdimensioni{
    width:350px;
    height:350px;
}

.maps_title{
    color: #003A69;
    font-weight: bold;
}

.indirizzomaps{
    margin-top:43%;
}

@media  screen and (min-width:250px)  and (max-width : 350px) {
    .mapsdimensioni{
        width:250px !important;
    }
}

@media  screen and (min-width:350px)  and (max-width : 450px) {
    .mapsdimensioni{
        width:auto !important;
    }
}

@media  screen and (min-width:250px)  and (max-width : 800px) {
    /* .colindirizzo{
        display:none;
    } */

    .indirizzomaps{
        margin-top:0%;
    }

    .mapcenter{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        text-align: center;
    }
}


@media  screen and (min-width:768px)  and (max-width : 1000px) {
    .mapcenter{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        text-align: center;
    }
    .indirizzomaps {
        margin-top: 0%;
    }
    .mapsdimensioni {
        width: 500px;
        height: 500px;
    }
}


@media  screen and (min-width:1000px)  and (max-width : 1250px) {
    .mapcenter{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        text-align: center;
    }
    .indirizzomaps {
        margin-top: 0%;
    }
    .mapsdimensioni {
        width: 700px;
        height: 500px;
    }
}
