#sec-apresentacao{
    padding: 26px 0;
}
.post-apresentacao{
    display: none;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-border-radius: 50px;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
.post-apresentacao.leitura-on .descricao .titulo, .post-apresentacao.leitura-on .descricao p{
    color: rgba(255,255,255,0.8)!important;
}
.post-apresentacao.leitura-on{
    background-color: #043126;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}
#breve-sobre{
    width: 100%;
    display: table;
}
#breve-sobre p {
    text-align: justify;
    text-align: center;
    width: 580px;
    margin: 0 auto;
}
#breve-sobre .titulo{
    text-align: center;
    font: 30px 'ralewayregular';
    color: #204b15;
    margin-bottom: 14px;
}
.cols-apresentacao .btn-model-1 {
    background-color: #043126;
    border-radius: 50px;
    padding: 5px 35px;
    font: 14px 'ralewayregular';
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid transparent;
}
.cols-apresentacao .btn-model-1:hover{
    border: 1px solid #043126;
    color: #043126;
    background-color: transparent;
}
.post-apresentacao .image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
    position: relative;
}
.post-apresentacao .image img {
    width: 100%;
}
.post-apresentacao .descricao{
    padding: 0 80px;
    width: 100%;
}
.post-apresentacao .descricao .titulo{
    color: #0a634d;
    margin-bottom: 17px;
}
.post-apresentacao .descricao ul {
    width: 100%;
    padding-top: 45px;
}
.post-apresentacao .descricao ul li {
    width: 50%;
    padding: 0 30px 20px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: 'alleyn-regular';
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    float: left;
}

.post-apresentacao .descricao p b {
    font-size: 18px;
}
.post-apresentacao .descricao p {
    margin-bottom: 55px;
}

