/* Space out content a bit */
body {
    padding-bottom: 20px;}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 50px;
}

/* Custom page header */
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

header{
    background: #264e36;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
}
header .titulo-cartorio{
    color:#fff;
}
header .titulo-cartorio h1{
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
}
header .titulo-cartorio h1.border-bottom{
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
header .titulo-cartorio p{}
header h1.titulo-consulta{
    color: #fff;
    display: -moz-stack;
    float: right;
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 12%;
    padding: 13px;
    text-align: right;
}