@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,700;1,900&display=swap");

body {
    background-color: #efefef;
    font-family: "Roboto", sans-serif;
}

.btn:hover {
    transition: 1s;
}


#svg-map {
    width: 100%;
    background-color: transparent;
}

#svg-map path {
    fill: #93a944;
    transition: 1s;
}

#svg-map text {
    fill: #fff;
    font: 12px Arial-BoldMT, sans-serif;
    cursor: pointer
}

#svg-map a {
    text-decoration: none;
}

#svg-map a:hover {
    cursor: pointer;
    text-decoration: none
}

#svg-map a:hover path {
    fill: #cde214 !important
}

#svg-map .circle {
    fill: #546027;
}

#svg-map a:hover .circle {
    fill: #1f240e !important;
    cursor: pointer
}

#topo {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 60;

}

.navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.m-bottom-45{
    padding-bottom: 45px !important;
}

#busca-topo {
    width: 100%;
    height: 60vh;

    background: linear-gradient(rgba(147, 169, 68, 0.86), rgba(7, 7, 7, 0.719)),
        url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;

    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
    margin-top: 40px;

    overflow: hidden;

   

}

#busca-topo h1 {
    color: #fff;
    text-align: center;
    padding-top: 35px;
    font-size: 46px;
}

#perfil-topo {
    width: 100%;
    height: 22vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*#mapa {
    position: relative;
    top: -13vh;
    margin-bottom: -13vh;
}*/

#mapa {
    position: relative;
     transform: translateY(-5em);
}

.m-top-45 {
    top: 45px;
}

.centro {
    position: relative;
    display: block;
    float: none !important;
    margin: 0 auto !important;

}

#mapa .container {
    background-color: #fff;
    padding: 15px;
    border-top: solid 1px #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 45px;
}


#footer {
    position: relative;
    margin-top: 45px;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    padding-bottom: 14px;
    background-color: #fff;
}

#retornoProfissional {
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: scroll;

}

.perfil-profissional {
    width: 98%;
    background-color: #fff;
    padding: 8px;
    border-radius: 2px;
    margin-bottom: 6px;
    border: solid 1px #ddd;
}

.nome-profissonal p {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom: 2px;

    border-bottom: solid 1px #ccc;
}

.panel {
    background-color: transparent;
    border: solid 1px #ddd;
    box-shadow: 0 0 5px #ccc;
}

.separa-info {
    margin-top: 4px;
}

.panel-heading {
    background-color: #fff;
}

.box-shadow {
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
}

.box-shadow:hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.box-shadow-inverse {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.box-shadow-inverse:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}

.trata-input {
    padding: 2px;
}

.trata-input input {
    height: 45px;
    border-radius: 2px;
}

.trata-input button {
    height: 45px;
    font-size: 16px;
    background-color: #93a944;
    border-radius: 2px;
    border:solid 1px #1f240e;
}

.box-formulario {
    height: auto;
    padding-top: 14px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 2px;
    background-color: #fff;
    display: block;
    overflow: hidden;
    
}


.resetar-busca{
    position:absolute;
    top:10px;
    right: 25px;
}

.btn-primary{
    background-color:#93a944;
    border:solid 1px #1f240e;
}