

body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;

}

#banner {
    width: 100%;
}

.titulo-principal {
    text-transform: uppercase;
    text-align: center;
    color: #1d362b;
    background-color: #e6fdcf;
    padding: 40px;
    margin: 0px;

}

.principal {
    background-color: #f9fdf7;
    padding: 40px;
    margin: 0px;

}

.titulo2 {
    text-align: center;
    background-color: #e6fdcf;
    margin: 0px;
}

.beneficios {
    background-color: #f9fdf7;
    padding: 20px;
    margin: 0px;

}

/* tem que por o principal aqui pra nao alterar todas as listas */
.principal ul {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-right: 10%

}

.itens {
    font-style: italic;

}

.imagembeneficios {
    width: 50%;

}

p {
    text-align: center;

}


/* MENU */
header {
    background: #e6fdcf;
    padding: 20px 0;

}

.caixa {
    position: relative;
    width: 800px;
    margin: 0 auto;

}

nav {
    position: absolute;
    top: 110px;
    right: 0 auto;

}

nav li {
    display: inline;
    margin: 0 0 0 15px;

}

nav a {
    text-transform: uppercase;
    color: #023305;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    text-align: center;

}

nav a:hover {
    color: #e100ff;
    text-decoration: underline;
    color: rgb(21, 255, 0);
    text-decoration: underline;

}