body {
    background: url("../images/fundo_web.jpg") fixed no-repeat;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.corpo {
    width: 100%;
    max-width: 1040px;
    height: 1150px;
    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;
}

.cabecalho {
    width: 100%;
}

.logodiv {
    width: 100%;
    max-width: 1040px;
    height: 50px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.logodivleft {
    width: 30%;
    float: left;
    padding-left: 8%;
}

.logodivleft img {
    width: 200px;
    height: 200px;
}

.logodivright {
    width: 70%;
    padding-top: 25px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 50px;
    text-shadow: 5px 5px 5px white;
    text-align: center;
    line-height: 50px;
    float: right;
    padding-right: 12%;
}

.soluc {
    font-size: 23px;
    text-shadow: 1px 1px 1px #fff;
    color: rgba(255, 255, 255, .0);
}

.logo {
    position: absolute;
    z-index: 9999999;
}

.menu {
    width: 100%;
    height: 70px;
    border-radius: 20px 20px 0 0;
    background: gray;
}

nav ul li {
    list-style: none;
    float: right;
    padding-right: 25px;
    text-decoration: none;
}

nav ul li a {
    text-transform: uppercase;
    text-shadow: 2px 2px 2px black;
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 70px;
}

li a:hover {
    color: #000;
    text-shadow: -2px -2px 2px #fff;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:active {
    color: #9982BE;
}

.slideshow {
    width: 100%;
    height: 380px;
    background: rgba(0, 0, 0, .7);
}

.corpopeq {
    width: 100%;
    margin-top: 2%;
}

.caixas {
    width: 31%;
    height: 650px;
    border-radius: 20px;
    float: left;
    margin-left: 1.8%;
    box-shadow: 0px 0px 15px black;
    color: #000;
}

.caixas h1 {
    font-size: 1.5em;
    padding: 5%;
    padding-bottom: 0;
    text-align: center;
    font-weight: bold;
}

.caixas p {
    padding: 5%;
    font-weight: bold;
    text-align: justify;
}

.caixa-peq-foto img {
    width: 100%;
    height: 190px;
}

.caixa-peq-foto {
    text-align: center;
    width: 100%;
}

.caixastop {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(107, 94, 94, 0.4);
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.rodape {
    width: 100%;
}

.allright {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: white;
    text-shadow: 2px 2px 2px black;
    text-align: center;
}

.logoowl {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: -10px;
    margin-bottom: 10px;
}

footer a {
    color: #CeCECE;
    font-weight: bold;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 10px #000;
}