*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: gray;
}

body{
    background-color: #d3d3d3;
    /*margin: 50px 0 20px 0;*/
    margin: 0;
}


/*CENTRO*/
.corpo{
    padding: 50px 0;
    transition: 0.6s;

}

.centro{
    padding: 20px;
    background-color: white;
    display: flex;
    text-align: center;
    flex-direction: row;
}

.centro-sx{
    float: left;
    width: 50%;
    text-align: left;
    margin: 50px;
}

.centro-dx{
    float: right;
    width: 50%;
    text-align: -webkit-center;
    margin: 50px;
    align-self: center;
}



.centro-info{
    font-size: 2vw !important;
    margin-top: 10px;
}

.centro-sottotitolo{
    font-size: 2vw !important;
    margin-top: 10px;
}

.centro-titolo{
    font-size: 4vw !important;
}

.corpo.active{
    margin-top: 55vw;
}

#recensioni{
    border-style: none;
    width: 90vw;
    height: 90vw;
}

#tel{
    color: black !important;
}

#mappaco{
    max-width: 100%;
    min-width: 100%;
    max-height: 50%;
    min-height: 50%;
}

#modulo{
    max-width: 100%;
    min-width: 100%;
    height: 150vh;
}


@media only screen and (max-width: 1000px) {
    .corpo{
        padding: 318px 0 37px 0;
    }
    .centro{
        flex-direction: column;
        font-size: 8vw  !important;
    }
    .centro-dx, .centro-sx{
        float: center;
        width: 90%;
        text-align: -webkit-center;
    }

    .centro-info{
        font-size: 2vw !important;
    }
    
    .centro-sottotitolo{
        font-size: 4vw !important;
    }
    
    .centro-titolo{
        font-size: 8vw !important;
    }
    
    #mappaco{
        max-width: 100%;
        min-width: 100%;
        height: 30vh;
    }
    
    #modulo{
        max-width: 100%;
        min-width: 100%;
        height: 50vh;
    }
    
}

.riv-stihl{
    text-align: center;
    border-color: black;
    border-style: groove;
    border-radius: 30px;
    width: 60%;
    margin: auto;
}

.riv-stihl img {
    margin: 10% 0 10% 0;
}

.riv-stihl p {
    margin: 10% 0 10% 0;
}


.alert{
    font-size: 50px;
}

.alert a{
    font-size: 50px;
    color:gray;
}

.dx, .sx{
    align-self: center;
}