h3{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
}
ol li{
    
    
    justify-content: left;
    padding: 6px;
    list-style: none;
    line-height: 30px;
    
}


.secao-localizacao{
    text-align: center;
    
}
iframe{
        max-width: 90%;
        max-height: 400px;
        max-height: 800px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
.mapa-container{
    max-width: 1000px;
    margin: 20px auto 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}



