.corpo {
    width: 100%;
    background-image: url(../imgs/fundos/fund3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 40% 50%;
}

.cabecalhoPrincipal {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    height: 70px;
}

.cabecalhoPrincipal__nav {
    font-family: 'Poppins', sans-serif;
    color: rgb(250, 248, 246);
    background-color: transparent;
    position: absolute;
    justify-content: space-around;
    align-items: center;
}

.cabecalhoPrincipal__nav__link {
    font-family: 'Poppins', sans-serif;
    color: rgb(214, 203, 195);
    font-size: 1em;
    display: inline;
}

.principal__titulo__1 {
    opacity: 60%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 100;
    display: flex;
    flex-wrap: wrap;
    height: 15%;
}

.principal__texto__1 {
    background: rgb(128, 128, 6);
    color: rgb(240, 231, 231);
    border-radius: 10%;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-size-adjust: initial;
    font-weight: normal;
    width: 100%;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}

.principal__imagem {
    image-resolution: inherit;
    background-color: var( --azul-claro);
    width: 40%;
    box-sizing: border-box;
    border-radius: 1%;
    margin-left: 30%;
}

.principal__imagem__1 {
    width: 33%;
    opacity: 80%;
    align-items: center;
    width: 45%;
    border-radius: 50%;
    margin-top: 1%;
    margin-left: 30%;
}

.contato__1 {
    font-family: 'Poppins', sans-serif;
    font-size: .9em;
    color: rgb(220, 220, 230);
    text-align: center;
    margin-bottom: 1.25rem;
}

.contato__titulo__1 {
    font-family: 'Poppins', sans-serif;
    color: rgb(220, 220, 230);
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.rodapePrincipal {
    align-items: center;
    display: flex;
    width: 100%;
}

.principal__titulo__1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: bolder;
    margin: 15% 5%;
    display: flex;
}

.rodapeContainer {
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 6% 5% 6%;
}

.rodape__RedesSociais {
    align-items: center;
    margin-left: 10%;
    width: 5%;
    size: auto;
}