* {
    box-sizing: border-box;
}

body {
    margin: 0;
    text-align: center;
    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 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    border: 1px solid black;
    border-radius: 3%;
    background-color: rgb(69, 69, 242);
    max-width: 100%;
    height: auto;
    overflow: auto;
    text-align: center;
}

h1 {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.5em;
    text-shadow: 1px -1px gray;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 10px;
}

h2 {
    display: block;
    margin-top: 0;
    margin-top: 10px;
    font-size: 1em;
    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;
}

h3 {
    text-decoration: underline;
    font-size: 24px;
}

.p-descreve {
    font-size: 15px;
    padding: 10px;
}


.container3 {
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid black;
    border-radius: 2%;
    width: 100%;
    height: auto;
    background-color: rgb(2, 2, 82);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.outdoor1 {
    padding: 3%;
    border: 1px solid black;
    border-radius: 5%;
    background-color: rgb(48, 35, 216);
    margin: 5px;
    width: 98%;
    height: auto;
    text-align: center;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    position: relative;
}


.outdoor1 img {
    margin-left: 25%;
    border-radius: 5%;
    max-width: 50%;
    max-height: 60%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.outdoor2 {
    padding: 3%;
    border: 1px solid black;
    border-radius: 5%;
    background-color: rgb(74, 67, 164);
    margin: 5px;
    width: 98%;
    height: auto;
    text-align: center;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    position: relative;
}

.outdoor2 img {
    margin-left: 25%;
    border-radius: 5%;
    max-width: 50%;
    max-height: 60%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.outdoor3 {
    padding: 3%;
    border: 1px solid black;
    border-radius: 5%;
    background-color: rgb(118, 109, 238);
    margin: 5px;
    width: 98%;
    height: auto;
    text-align: center;
    word-wrap: break-word;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    position: relative;
}

.outdoor3 img {
    margin-left: 25%;
    border-radius: 5%;
    max-width: 50%;
    max-height: 60%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.p-name {
    color: bisque;
    font-size: 26px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 5px;
    text-decoration: underline;
    text-align: center;
}

.p-slogan {
    color: bisque;
    font-size: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}

.p-end {
    color: bisque;
    font-size: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}

.p-email {
    color: bisque;
    font-size: 20px;
    text-decoration: underline;
    margin-top: 2px;
    margin-bottom: 0px;
    text-align: center;
}

.p-text {
    color: bisque;
    font-size: 18px;
    text-align: center;
}

.p-text2 {
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 4px;
    color: cornsilk;
    font-size: 15px;
    text-align: center;
}

.p-tel {
    color: bisque;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


.botao-whats {
    border: 1px solid black;
    font-size: 17px;
    background-color: white;
    color: black;
    box-shadow: 3px 3px 3px black;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    bottom: 6px;
    left: 15%;
    transform: translateX(-50%);
    padding: 3px;
    border-radius: 5px;
}

.botao-whats:hover {
    border: 2px solid black;
    cursor: pointer;
    font-size: 18px;
}

.botao-insta {
    border: 1px solid black;
    font-size: 17px;
    background-color: white;
    color: black;
    box-shadow: 3px 3px 3px black;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    bottom: 6px;
    left: 43%;
    transform: translateX(-50%);
    padding: 3px;
    border-radius: 5px;
}

.botao-insta:hover {
    border: 2px solid black;
    cursor: pointer;
    font-size: 18px;
}

.botao-face {
    border: 1px solid black;
    font-size: 17px;
    background-color: white;
    color: black;
    box-shadow: 3px 3px 3px black;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    bottom: 6px;
    left: 70%;
    transform: translateX(-50%);
    padding: 3px;
    border-radius: 5px;
}

.botao-face:hover {
    border: 2px solid black;
    cursor: pointer;
    font-size: 18px;
}


.botao-site {
    border: 1px solid black;
    font-size: 17px;
    background-color: white;
    color: black;
    box-shadow: 3px 3px 3px black;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    bottom: 6px;
    left: 90%;
    transform: translateX(-50%);
    padding: 3px 15px;
    border-radius: 5px;
}

.botao-site:hover {
    border: 2px solid black;
    cursor: pointer;
    font-size: 18px;
}

.botao-voltar {
    border: 1px solid black;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    background-color: blue;
    color: bisque;
    padding: 5px;
    box-shadow: 2px 2px 2px black;
}

.botao-voltar:hover {
    border: 2px solid black;
    font-size: 15px;
    cursor: pointer;
}

.atendimento {
    font-size: 12px;

}

footer {
    margin-top: 15px;
    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;
}