body {
  padding-top: 60px;
  padding-bottom: 10px;
  text-align: center;
}

li {
    list-style-type: none;
}

.login {
    background-color: #F0FFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    padding: 1px;
    margin-top: 20px;
    border: #000 dotted 1px;
    text-align: center;
    box-shadow: 2px 2px 2px gray;
    border-radius: 5px;
}

.titulo {
    text-align: left;
    font-family: verdana, sans-serif;
    text-shadow: 1px 2px 1px gray;
}

.mapa {
    font-size: 12px;
    padding: 10px;
    width: 300px;
    text-align: left;
    font-weight: bold;
    border-radius: 5px;
    background-color: white;
}

.btn-modal {
    background-color: transparent;
    box-shadow: 0 0 0 0;
    border: none;
    color: #428bca;
}

.btn-modal:focus {
    outline: none;
}

#capa {
    margin-bottom: 15px;
}

#facebook {
    background-color: white;
    border-radius: 5px;
}

#rodape {
    margin-top: 20px;
}

.txtrodape {
    padding: 10px 0px 0px 0px;
    color: lightgray;
}