/* ========================
   ESTILO GLOBAL
======================== */
body {
    margin: 0;
    font-family: 'Georgia', serif;
    background-color: #eee5dc;
}

/* ========================
   ESTRUTURA DE SEÇÕES
======================== */
.secao {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
}

/* ========================
   TOPO (LOGO + MENU)
======================== */
.topo {
    background-color: rgb(119, 75, 75);
    box-shadow: 1px 1px 6px #1d1d1d;
}

.topo img {
    width: 900px;
    box-shadow: 1px 1px 6px #1d1d1d;
}

/* Container dos links do topo */
.paragrafo-topo {
    font-size: 18px;
    color: #1d1d1d;
}

/* Links de navegação do topo */
.linktopo {
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    margin-right: 30px;
}

/* ========================
   TÍTULOS GERAIS
======================== */
h1 {
    text-align: center;
    font-family: 'Georgia', serif;
    color: #4b2c2c;
    font-size: 32px;
    margin-bottom: 10px;
}

h2 {
    text-align: center;
    font-family: 'Georgia', serif;
    color: #1d1d1d;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
}

h3 {
    text-align: center;
    font-family: 'Georgia', serif;
    color: black;
    font-size: 25px;
}

/* ========================
   PARÁGRAFOS PADRÃO
======================== */
.paragrafo {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    margin: 15px auto;
    width: 980px;
}

.paragrafo-sobre {
    font-size: 18px;
    color: #1d1d1d;
    text-align: justify;
    line-height: 28px;
    margin: 15px auto;
    width: 980px;
}

.paragrafo-servico {
    font-size: 18px;
    text-align: justify;
    font-family: 'Georgia', serif;
    width: 980px;
    margin: 0 auto 20px;
}

.paragrafo-contato {
    font-size: 18px;
    font-family: 'Georgia', serif;
    text-align: center;
    margin: 10px auto;
}

/* ========================
   TEXTOS EM DESTAQUE
======================== */
span {
    font-weight: bold;
}

/* ========================
   BOTÕES DE MENSAGEM
======================== */
.mensagem {
    background-color: gold;
    padding: 5px 5px;
    border-radius: 10px;
    font-weight: bold; 
    display: inline-block;
    font-family: 'Georgia', serif;
    color: black;
    text-decoration: none;
    margin-top: 5px;
}

/* ========================
   BANNER DE IMAGEM
======================== */
.banner {
    box-shadow: 3px 3px 6px #1d1d1d;
    background-color: rgb(119, 75, 75);
    margin-top: 20px;
    padding: 20px;
}
