﻿.corpo {
    padding: 4%;
}

p {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px;
}
.imagens {
    text-align: center;
}
.mais-detalhes {
    margin-bottom: 10px;
}

.apresentacao-slides {
    display: table;
    width: 1000px;
    margin: auto;
}

.texto-download {
    margin-top: 15px;
}

    .texto-download .icone, .texto-download img {
        width: 64px;
        height: 64px;
        float: left;
    }

    .texto-download .link {
        float: left;
        font-size: 16px;
        line-height: 64px;
        padding-left: 5px;
        color: #32a2b9;
    }

        .texto-download .link a {
            color: #666;
            text-decoration: none;
        }

            .texto-download .link a:hover {
                color: #1f1f1f;
                text-decoration: none;
            }
