* {
    box-sizing: border-box;
}

body {
    border: 1px solid black;
    margin: 0;
    background-color: gray;
    text-align: center;
}

.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;
}

.acesse {
    font-size: 28px;
    text-shadow: 2px 2px black;
    color: bisque;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: underline double;
}

.container2 {
    margin-bottom: 5px;
    text-align: center;
    border: 1px solid black;
    border-radius: 3%;
    background-color: rgb(69, 69, 242);
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.item1 {
    text-align: center;
    margin: 1%;
    border: 2px solid black;
    border-radius: 4%;
    background-color: rgb(43, 17, 187);
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: auto;
}

.img1 {
    border: 1px solid black;
    border-radius: 3%;
    width: 60%;
    height: auto;
}

.item2 {
    text-align: center;
    margin: 1%;
    border: 2px solid black;
    border-radius: 4%;
    background-color: rgb(43, 17, 187);
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: auto;
}

.img2 {
    border: 1px solid black;
    border-radius: 3%;
    width: 60%;
    height: auto;
}

.item3 {
    text-align: center;
    margin: 1%;
    border: 2px solid black;
    border-radius: 4%;
    background-color: rgb(43, 17, 187);
    width: 98%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: auto;
}

.img3 {
    border: 1px solid black;
    border-radius: 3%;
    width: 60%;
    height: auto;
}

h3 {
    font-size: 25px;
    color: bisque;
    text-align: center;
    text-decoration: underline;
}

p {
    font-size: 20px;
    color: bisque;
    margin: 2%;
}

.botao-maps {
    border: 1px solid black;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    color: bisque;
    font-weight: bold;
    text-align: center;
    background-color: gray;
    padding: 5px;
    display: flex;
    position: relative;
    margin-bottom: 5px;
}

.botao-maps:hover {
    box-shadow: 2px 2px black;
    font-size: 12px;
    border: 2px solid black;
}

.voltar {
    color: white;
    font-size: 13px;
    font-weight: bold;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 80px;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
    border: 2px solid black;
    background-color: blue;
    padding: 2px;

}

.voltar:hover {
    font-size: 14px;
    box-shadow: 2px 2px black;
}


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

footer a {
    font-size: 20px;
    color: #00aaff;
    text-decoration: none;
}

footer a:hover {
    font-weight: bold;
    text-decoration: underline;

}