#map {
    width: 100%;
    height: 70vh;
    background-color: grey;
}

#sec-mapa {
    color: white;
    z-index: 3;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;


}

.gm-style-iw.gm-style-iw-c, .gm-style-iw-d {
    max-width: 80vw!important;
    max-height: 200px!important;
    height: 200px;
}

.info_content {
    color: black;
    height: 126px;
    width: 70vw!important;
    text-align: center;
}

.info_content p {
    margin-bottom: 25px;
}

@media only screen and (min-width: 600px) {
    .gm-style-iw.gm-style-iw-c, .gm-style-iw-d {
        max-width: 700px!important;
    }

    .info_content {
        width: 700px!important;
    }
}



.btn-success {

    background-color: var(--amarelo);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    color: black;
    text-decoration: none;
    z-index: 1;
    width: 120px;
    padding: 10px;
    /* : ; */

}

#pac-input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  margin-bottom: 10px;

}

.pac-container { z-index: 10000 !important; }


.gm-style .gm-style-iw-d::-webkit-scrollbar {
    width: 18px;
    height: 12px;
    -webkit-appearance: none;
}

.gm-style .gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar-corner {
    background: transparent;
}

