.corpoemp {
    width: 100%;
    max-width: 1040px;
    height: 1149px;
    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: 1028px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8%;
    box-shadow: 0px 0px 15px black;
    margin-bottom: 3%;
}

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

.clientes {
    width: 830px;
    padding: 0;
    margin-top: 5%;
    margin-left: 14%;
}

.logoclientes {
    width: 235px;
    height: 90px;
    float: left;
    padding: 0;
    margin: 5px;
    list-style: none;
}

.logoclientes img {
    width: 100%;
    height: 100%;
}