.corpoemp {
    width: 100%;
    max-width: 1040px;
    height: 930px;
    margin-top: 80px;
    background-color: rgba(255, 255, 255, .4);
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    box-shadow: 15px 15px 15px black;
}

.corpomed {
    width: 95%;
    height: 800px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8%;
    box-shadow: 0px 0px 15px black;
}

.caixastopgrd {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 40px 40px 0 0;
    background: rgba(107, 94, 94, 0.4);
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    text-shadow: 0 0 10px #fff;
}

.caixaleft p {
    text-align: justify;
}

.titulo {
    font-weight: bold;
}

.caixaleft {
    width: 55%;
    float: left;
    padding: 3%;
    font-weight: bold;
    font-size: 1em;
}

.caixaright {
    width: 45%;
    float: left;
    padding: 3%;
}

.caixaright {
    padding-top: 5%;
}

.caixaright img {
    border-radius: 40px;
}