body {
    margin: 0;
    font-family: Tahoma;
}

/* === Estilos globais === */
.secao {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

h2 {
    font-weight: normal;
    color: #000;
    margin-top: 0;
}

h3 {
    color: #000;
    font-size: 28px;
    line-height: 42px;
}

.paragrafo {
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
    margin: 10px auto;
    width: 980px;
}
.imagem {
    width: 450px;
    border-radius: 10%;
    box-shadow: #1d1d1d  2px 5px 10px -2px;
    margin-bottom: 50px;
}

/* ===  estilos para destaques === */
.texto-amarelo {
    color: #d59600;
    font-weight: bold;
}

/* ===  1ª seção === */
.topo {
    width: 100%;
    background-color: #000;
    border-bottom: 1px solid #d5960054;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
}

h1 {
    color: #d59600;
    margin-bottom: 5px;
}

.paragrafo-topo {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}

.link-topo {
    color: #d59600;
    font-size: 18px;
    text-decoration: none;
    margin: 0 10px;
    border-bottom: 2px solid #d59600;
}

/* ===  2ª seção === */
.banner {
    padding-top: 0;
}

.banner-img {
    width: 100%;
}

/* ===  3ª e 4ª seção ===
    Todos os estilos usados nestas seções são estilos globais
*/

/* ===  5ª seção === */
.paragrafo-contato {
    text-align: center;
    color: #fff;
    background-color: #1d1d1d;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.link {
    text-decoration: none;
    border-bottom: 2px solid #d59600;
}

.maps {
    border-radius: 10%;
    box-shadow: #1d1d1d  2px 5px 10px -2px;
}