#map {
    height: 85%;
    width: 100%;
}

html, body {
    border: 0;
    margin: 0;
    padding: 0;
}
.title{
    background: #F6F6F6;
    border-radius: 8px;
    text-align: center;
    font-size: 1.6rem;
    font-family: 'Roboto';
    margin-bottom: 5px;
}

.containerMap{
    border: 2px solid #6d6d6d;
}

#divGoogleMaps{
    display: none;
}

.imgLogin {
    width: 200px;
    height: 200px;
}
.row{
    --bs-gutter-x: 0rem;
}

body{
    background-color: #f2f2f2;;
}

p{
  font-weight: bold;
}

.imgBack{
    width: 50px;
    height: 50px;
}

#divGoogleMaps{
    display: none;
}

.goBack{
    font-family: initial;
}


.row {
    --bs-gutter-x: 0rem;
}

.styleSelect {
    width: 100%;
}

.imgSelect{
    width: 24px;
    height: 24px;
}