* {
    box-sizing: border-box;
}

body {
    text-align: center;
    margin: 0;
    background: gray;
}

.container1 {
    margin-top: 5px;
    width: 100%;
    height: 300px;
    border: 1px solid black;
    border-radius: 3%;
    background-image: url(/principal/imgprincipal/Mongagua.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.espaço1 {
    margin-top: 5px;
    width: 100%;
    height: 400px;
    justify-content: center;
    align-items: center;

}

.espaço1 img {
    max-width: 50%;
    height: auto;
    display: flex;
}

.container2 {
    margin-top: 5px;
    border: 1px solid black;
    border-radius: 3%;
    background-color: rgb(69, 69, 242);
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: auto;
    text-align: justify;
    word-wrap: break-word;
}

p {
    padding: 10px;
    font-size: 18px;

}

.slogan {
    font-size: 20px;
    color: bisque;
    font-weight: bold;
    font-family: cursive;
    text-align: center;
}

.p-tel {
    font-size: 35px;
    color: bisque;
    font-weight: bold;
    text-decoration: underline;
    text-shadow: 2px 2px 2px black;
}

.atendimento {
    padding: 10px;
    font-size: 25px;
    font-weight: bold;

}

.acesse {
    text-decoration: underline;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;

}

.valor {
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

h1 {
    font-size: 4em;
    color: black;
    text-shadow: 3px -4px gray;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 10px;

}

h2 {
    font-size: 2em;
    color: bisque;
    text-shadow:
        -2px -2px black,
        2px -2px black,
        -2px 2px black,
        2px 2px black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    align-items: center;
}

.botao {
    border: 1px solid black;
    background-color: blue;
    color: bisque;
    text-align: center;
    font-size: 21px;
    box-shadow: 2px 2px 2px black;
    margin: 10px;
    padding: 2px;
    text-decoration: none;
}

.botao:hover {
    cursor: pointer;
    font-weight: bold;
    font-size: 22px;
}

.botaoemail {
    border: 1px solid black;
    background-color: blue;
    color: bisque;
    max-width: 90%;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 2px black;
    margin: 10px;
    padding: 5px
}

.botaoemail:hover {
    background-color: rgb(2, 2, 54);

}

.quadrovoltar {
    margin-top: 100px;
}

.botaovoltar {
    border: 1px solid black;
    background-color: blue;
    color: bisque;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 2px 2px 2px black;
    margin: 10px;
    padding: 3px
}

.botaovoltar:hover {
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
}


.quadrovalor {
    margin-top: 100px;
}

.botaovalor {
    border: 1px solid black;
    background-color: rgb(6, 6, 92);
    color: bisque;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    box-shadow: 2px 2px 2px black;
    margin: 10px;
    padding: 3px
}

.botaovalor:hover {
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
}


footer {
    margin-top: 50px;
    width: 100%;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: 14px;
}