#title {
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.subTitle1{
    padding-top: 10%;
    font-weight: bold;
    text-align: center;
}

.subTitle{
    padding-top: 10%;
    font-weight: bold;
    text-align: left;
}

p{
    text-align: left;
    padding-left: 10%;
    padding-top: 5%;
}

#imgLogo{
    padding-top: 15%;
}

#img1{
    display: block;
    margin-right: auto;
    margin-left: auto;
}

#mapGoogle{
    display: block;
}

.thead-dark > tr > th{
    background-color: #353A40;
    color: white;
}

.table-responsive{
    margin-left: 10px;
    margin-right: 20px;
}