@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: #ffffff;
    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;   
    position: relative;
    width: 100%;
    padding:20px;
   
    z-index: 60;

}



.m-bottom-45{
    padding-bottom: 45px !important;
}


#mapa {
    position: relative;   
     margin-top:20px;
}

.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-radius:4px;  
    
}


#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;
}