* {
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", Arial, sans-serif;
    background-color: #F6F2EF;
}

p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.box {
    float: left;
    width: 49%;
    margin: 1px;
    padding: 15px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.logo {
	text-align: center;
}

.contact {
	text-align: center;
}

.admin {
	text-align: center;
}

.download {
	text-align: center;
    text-transform: uppercase;
    color: #4CAF50;
    font-size: 18px;

    margin: 10px 0;
}

/****************************************************************************/

.corpo00 {
    width: 100%;
    height: 100%;
}


.corpo01 {
    width: 670px;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.caixa00 {
    height: 90px;
    width: 800px;
    margin-top: 0px;
    margin-bottom: 15px;
    float: right;
}

.caixa01 {
    height: 90px;
    width: 231px;
    margin-right: 15px;
}

.caixa02 {
    height: 90px;
    width: 670px;
    align-content: center;
    color: #333;
    font-size: 15px;
    line-height: 20px;
    margin-top: 4px;
}


.caixad {
    width: 670px;
    margin-top: 35px;
    float: left;
}

.caixadtit {
    width: 670px;
    height: 30px;
    font-size: 22px;
    color: #025d17;
    text-align: center;
}

.caixadtopo {
    width: 670px;
    height: 180px;
    background: lightgray;
    align-content: center;
}

.caixadtexto {
    margin-top: 15px;
    margin-left: 15px;
    width: 50%;
}

.botao {
    display: inline-block;
    background-color: #dbdbdb;
    color: #444;
    padding: 10px 12px;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 14px;
    border: 0px;
}

    .botao:hover {
        display: inline-block;
        background-color: #bcbcbc;
        color: #444;
        padding: 10px 12px;
        text-decoration: none;
        box-sizing: border-box;
        cursor: pointer;
        font-weight: bold;
        text-transform: uppercase;
        border: 0px;
    }