ul.parc1{
        width: 570px;
    margin: 0px auto;
}

ul.parc2{
           width: 764px;
    margin: 0px auto;
}

ul li{
    
    font-size: 18px;
    font-weight: 300;
    color: #494949;
    line-height: 1.6em;
}

ul.info li{
    
    
    color: #fff;
    
}

i.facebook{
      width: 20px;
    height: 20px;
    background: url('../img/facebook.png') no-repeat;
    background-size: cover;
    display: block;
}

i.instagram{
    width: 20px;
    height: 20px;
    background: url('../img/instagram.png') no-repeat;
    background-size: cover;
    display: block;
}

i.whatsapp{
    width: 18px;
    height: 18px;
    background: url(../img/whatsapp.png) no-repeat;
    background-size: cover;
    display: block;
    float: left;
        margin-top: 4px;
}

 span.whatsapp{
       width: 18px;
    height: 18px;
    background: url(../img/whatsapp.png) no-repeat;
    background-size: cover;
    display: inline-block;
    /* float: left; */
    margin-top: 0px;
    vertical-align: middle;
} 

.map-info-container ul li{
    
    font-size: 15px;
    
}

.custom-margin-bottom{
    
    margin-bottom: 5px !important;
}

img.img-title {
    width: 250px;
}