section#textoSimples{
    margin-top: 50px;
    padding-bottom: 50px;
}
.primerio_texto{
    font-weight: 400;
    font-size: 13px;
    color: #704B1C;
    padding-bottom: 30px;
}
.tituloLateral{
    position: relative;
}
.linha_castanha{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: 1px;
    background-color: #704B1C;
    z-index: 1;
    margin-top: 9px;
    margin-left: 5px;
}
.titulo_lateral{
    position: relative;
    z-index: 2;
}
.titulo_lateral span{
    font-size: 15px;
    font-weight: 400;
    color: #F6CE3C;
    background-color: #704B1C;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.titulo_lateral i{
    position: absolute;
    color: #704B1C;
    font-size: 20px;
    margin-left: -1px;
}
.texto_lateral{
    padding-top: 30px;
    font-weight: 400;
    font-size: 13px;
    color: #704B1C;
}