body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
}

a, button, input {
    outline: none;
    transition: color 0.3s;
}

header {

}
#header  {
    margin: 0;
    padding: 1rem 0;
    background-color: #f9f9f9;
}

._logo {
    display: inline;
}
._logo a {
    display: inline-block;
}
._logo img{
    max-width: 313px;
}

.descricao a {
    line-height: 1.6rem;
    text-decoration: none;
    font-size: 1.3rem;
}

#header p {
    margin: 0;
}
#header p a, #header a p, #header a h2 {
    color: #4aa844;
    text-decoration: none;
}

#header .contato-telefone {}
.contato-topo {
    line-height: 1.6rem;
    margin-top: 1rem;
}
.contato-topo .contato-icon {
    margin-right: 7px;
    font-size: 1.3rem;
}
.contato-topo a {
    font-size: 1rem;
    font-weight: bold;
}
.contato-telefone .contato-text p a{
    font-size: 1.6rem;
}

/**/
#slideshow {border-bottom: 1px solid #ddd;}
#slideshow .carousel-caption {
    text-shadow: 1px 1px 5px #000;
    color: #fff;
}
#slideshow .carousel-caption  h3 {font-size: 3rem; text-transform: uppercase; font-weight: bold}
#slideshow .carousel-caption  h3 a{color: #fff; text-decoration: none;}
#slideshow .carousel-caption p {font-size: 1.5rem; line-height: 1rem}
#slideshow .carousel-indicators {
    bottom: 0;
}
#slideshow .carousel-indicators li {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #666;
    background-color: #f4f4f4;
}
#slideshow .carousel-indicators li.active {
    background-color: #D1A53C;
}

.carousel-item > p > a > img, .carousel-item > p > img {
    width: 100% !important;
}

.carousel-item > p {
    margin: 0 !important;
}

/**/
#agendamento {
    background: rgb(238,238,238);
    background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
}
#agendamento article {
    padding: 2rem;
    text-align: center;
}


/**/
#servicosHome {
    margin: 3rem 0;
}
.section {
    position: relative;
    width: 100%;
}
.section header {
    text-align: center;
}
.section header h4 {
    font-size: 2rem;
    text-align: center;
    color: #736139;
}
.section header p {
    font-size: 17px;
    color: #999;
}
#servicosHome header{
    margin-bottom: 2rem;
}

.servicos-links ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}
.servicos-links ul li {
    overflow: hidden;
    border-radius: 7px;
    margin: auto;
}
.servicos-links ul li h5{margin: 0; line-height: 0; }
.servicos-links ul li h5 a{
    font-size: 18px;
    display: inline-block;
    height: 4rem;
    line-height: 3.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color:#4aa844;
    color: #fff;
    text-decoration: none;

    transition: background-color .25s;
}
/*
.servicos-links {
    text-align: center;
}
.servicos-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    overflow: hidden;
}
.servicos-links ul li {
    float: left;
    margin-right: 10px;
}
.servicos-links ul li:last-child{
    margin: 0;
}
.servicos-links ul li h5 {
    font-size: 1.3rem;
}
.servicos-links ul li a {
    display: block;
    height: 100px;
    line-height: 100px;
    color: #fff;
    text-decoration: none;
    background-color: #BC8400;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 10px;

    transition: background-color .25s;
}
.servicos-links ul li a em {
    margin-right: 1rem;
} */
.servicos-links ul li a:hover {
    background-color: #2fd025;
}


#servicosHome #items {
    margin: 2rem 0;
}
.items-item {
    text-align: center;
}

.items-item i {
    color: #736139;
    font-size: 1.7rem;
    margin-bottom: 10px;
}
.items-item h5 {
    font-size: 1.5rem;
}
.items-item h5 a {
    color: #999;
    text-decoration: none;
}
.items-item h5 a:hover{
    color: #736139;
}
.items-item p {
    color: #000;
}

/**/
.irow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.icol {
    flex: 25%;
    padding:0 4px;
}
.icol img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/**/
.bg-C6C0A8{
    background-color: #F9F8F8;
}
#news {
}



#news h3 {margin: 0;}
#news h3 a {color: #000; font-size: 18px; display: block;}
#news h3 time {
    font-size: 13px;
    color: #999;
}
.card-cartorio {
    background-color: #1D2124;
    color: #fff;
    padding: .5rem;
    text-align: center;
    font-weight: bold;
}
.card-cartorio h4{
    font-size: 2.5rem;
    color: #999;
}
.card-cartorio em {
    font-weight: normal;
    color: #736139;
}
.card-pesquisa {
    text-align: center;
    padding: 1rem;
    border: 3px dashed #736139;
    color: #736139;
}
.card-pesquisa h3 {
    font-size: 3rem;
}
.card-pesquisa p{color: #999;}
.card-pesquisa p a{
    display: inline-block;
}


#certificados {padding: 3rem 0;}
#certificados table img {max-width: 200px;}
#certificados table {max-width: 800px; margin: auto;}
#certificados table td{border: none; text-align: center;}

#estrutura {padding-bottom: 2rem;}

#estrutura header{
    margin: 2rem 0;
}
#estrutura header h4 {
    color: #BC8400;
}
#estrutura .images {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}
#estrutura .images img {
    max-height: 200px;
    width: 220px;
}
#estrutura .images > div {
}
.mais-fotos {
    text-align: center;
    font-size: 17px;
}
.mais-fotos a {
    color: #999;
}

footer.section {
    border-top:1px solid #736139;
    background-color: #4aa844;
    padding-top: 3rem;
}
.footer-block p {margin: 0; font-size: 17px; color: #f1f1f1;}
.footer-block  h4 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    color: #fff;
}
.footer-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-block ul li {
    margin-bottom: 10px;
}
.footer-block ul li a{
    font-size: 17px;
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    color: #f1f1f1;
    text-decoration: none;
}
.block-map p a{
    color: #f1f1f1;
    font-size: .9rem;
}
.footer-block ul li.active a,
.footer-block ul li a:hover {
    color: #fff;
    border-color: #fff;
}
.footer-block iframe {
    border: 2px solid #C5B99F;
    padding: 1px;
    width: 100%;
}


/* páginas internas */
main#page {

}

section.page-header {
    /*padding: 0;
    background-color: #f9f9f9;
    margin-bottom: 2rem;
    border-bottom: 1px solid #DDD8CC;
    height: 50px;
    line-height: 50px; */
}

main#page header.page-title {
    background-color: #86de7f;
    height: 54px;
    line-height: 64px;
    padding: 0 1rem;
    text-align: center;
    margin: 1.5rem 0 3rem 0;
}
main#page header.page-title h1 {
    text-transform: uppercase;
    font-size: 1.9rem;
    line-height: 0;
    margin: 0;
    display: inline-block;
}

.page-header .breadcrumb {
    float: right;
    background: none;
    margin: 0;
    padding: 0;
}
.page-header .breadcrumb li a {
    color: #000;
    text-decoration: none;
}

article#content {
    text-align: justify;
}
article#content p {
    font-size: 17px;
    color: #000;
}
article#content h3 {
    font-size: 1.3rem;
}

article#content  blockquote {
    padding-left: 2rem;
}
article#content  blockquote p {
    color: #666;
}
article#content  blockquote h3 {
    color: #D08F00;
}

.accordion .card .card-body h4{
    font-size: 1.1rem;
}
article#content .accordion .card .card-body p{
    font-size: 14px;
}

.card-consultas {
    margin-bottom: 2rem;
}
#servicos {

}

#servicos > div {}


#servicos .servicos-consulta {

}
.form-onsulta {
    padding: 2rem;
    max-width: 500px;
    margin: 0 auto;
}
#servicos .servicos-menu {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
#servicos .servicos-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-content: space-between;
}
#servicos .servicos-menu > ul > li {
    width: 33.33%;
}

#servicos .servicos-menu > ul li a {
    font-size: 1.3rem;
    color: #333;
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 1rem;
    border: 1px solid #ddd;
    border-bottom: none;
}
#servicos .servicos-menu > ul li.active > a,
#servicos .servicos-menu > ul li a:hover{
    background-color: #86de7f;
}
#servicos .servicos-menu > ul li a::before {
    font-family: "Font Awesome 5 Pro", Arial, sans-serif;
    display: inline-block;
    margin-right: 10px;
    width: 22px;
}
#servicos .servicos-menu > ul li:last-child a {
    border-bottom: 1px solid #ddd;
}
#servicos .servicos-menu > ul li:nth-child(1) a::before {
    content: "\f1c4";
}
#servicos .servicos-menu > ul li:nth-child(2) a::before {
    content: "\f15c";
}
#servicos .servicos-menu > ul li:nth-child(3) a::before {
    content: "\f5a2";
}

.form-control {
    border-radius: 0;
}
.form-control:focus{
    box-shadow: none;
    border-color: #A87A28;
}
#servicos form legend {
    font-weight: normal;
    font-size: 16px;
    color: #999;
}
#servicos form input {
    font-size: 18px;
    color: #A87A28;
}

/* Consulta results */
#sResults{
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #ddd;
}
ul.protocolo-progresso {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    counter-reset: step;
}

ul.protocolo-progresso li::before{
    content: counter(step);
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid #D7D7C9;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: inset 5px 1px 5px #D7D7C9;
    background-color: #fff;
    color: #999;
    z-index: 1;
    position: relative;
}

ul.protocolo-progresso li::after{
    content: "";
    position: absolute;
    width: 100%;
    top: 15px;
    left: 50%;
    height: 1px;
    background-color: #D7D7C9;
    z-index: 0;
}
ul.protocolo-progresso li:last-child::after{
    content: none;
}

ul.protocolo-progresso li {
    width: 20%;
    float: left;
    text-align: center;
    font-size: .8rem;
    counter-increment: step;
    flex-grow: 1;
    position: relative;
}
ul.protocolo-progresso li span{
    display: inline-block;
    font-size: .7rem;
    color: #999;
}

ul.protocolo-progresso li.complete::before {
    background-color: #A57503;
    color: #fff;
}

ul.protocolo-info {
    list-style: none;
    margin:2rem 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

ul.protocolo-info li {
    font-size: .9rem;
}
ul.protocolo-info li strong {
    color: #000;
}

.protocolo-andamentos {
    padding: 1rem;
    margin-top: 1rem;
    overflow: hidden;
}
.protocolo-andamentos p {
    margin: 0 10px;
    color: #999;
}

#content .faq-card:hover > div.card-header {
    background-color: #D7D7C9;
}
#content .accordion .faq-card {
    border-radius: 0;
}
#content .accordion .faq-card p {
    font-size: 15px;
    color: #333;
}
#content .accordion .card-header {
    padding: .35rem 1.25rem;
    background: transparent;
}

#content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#content ul li a.fr-file{
    color: #AE873C;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    display: inline-block;
}
#content ul li a.fr-file::before{
    font-family: "Font Awesome 5 Pro", Arial, sans-serif;
    content: "\f15b";
    margin-right: 10px;
}
#content ul li a.fr-file:hover{
    border-color: #A57522;
}

/* aside */
.side-block {
    margin-bottom: 2rem;
}
.side-block h3 {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 1rem;
}

.side-block h3::before {
    font-family: "Font Awesome 5 Free", Arial, sans-serif;
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
}

.side-block .row {
    margin-bottom: 1rem;
}

.side-posts h4 {
    margin: 0;
    font-size: 1.1rem;
}
.side-posts h4 a {
    color: #000;
    text-decoration: none;
}
.side-posts h4 a:hover{
    color: #786129;
}
.side-posts time {
    font-size: 0.7rem;
    color: #666;
}

.side-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.side-block ul li {
    margin-bottom: 5px;
}
.side-block ul li a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    text-decoration: none;
    color: #000;
    font-size: 1.1rem;
}
.side-block ul li a:hover{
    border-color: #786129;
}

/* Blog */
#blog {

}
#blog ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-item {
    margin-bottom: 40px;
}
.blog-item header {
    margin-bottom: 20px;
}
.blog-item header h2 {
    font-size: 2.1rem;
    margin: 0;
}
.blog-item p {
    text-align: justify;
    font-size: 1.1rem;
}

.blog-item header h2 a {
    color: #000;
    text-decoration: none;
}
.blog-item header p {
    color: #999;
    font-size: 1.2rem;
    margin-top: 10px;
}
.blog-item header h2 a:hover{
    color: #786129;
}
.blog-item header time {}

.blog-item p a {
    color: #786129;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
.blog-item p a:hover{
    border-color: #786129;
}

/**/

#AgendamentoPage {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;

    padding: 2rem;
    border: 1px solid #ddd;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
}
#AgendamentoPage form {}

/**/


#accessibility {
    position: fixed;
    bottom: 50%;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #ddd;
}
#accessibility .btn-group-vertical {
    text-align: left;
}

#accessibility .btn {
    border-radius: 0;
    outline: none;
    border: 1px solid #ddd;
    border-bottom: none;
    box-shadow: none;
}
#accessibility .btn-dark{background: #000}

/**/
#btnToTop{
    position: fixed;
    bottom: 2rem;
    right: 3rem;
    border: none;
    font-size: 3rem;
    color: #1D2124;
    padding: 0;
    outline: none;
    background: transparent;
    cursor: pointer;
    display: none;
}
.tooltip .arrow::before {border-right-color: #004B93}
.tooltip .tooltip-inner{background: #004B93}

/* Tabela de custas em áudio */
#audio-values table {}
#audio-values table tbody tr td {padding-left:0; padding-right: 0; border-top: 0;}
#audio-values table tbody tr td h3,
#audio-values table tbody tr td h4 {margin:0;}
#audio-values table tbody tr td h4 {font-size: 1.1rem;}
#audio-values table tbody tr td audio {margin-top: .5rem; display: block; width:100%;}


.bg-warning {
    background-color: #86de7f !important;
}

.oc-text-gray {
    color: #AAA !important;
}

.oc-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}

.oc-text-spaced {
    letter-spacing: 1px;
}

.oc-text-uppercase {
    text-transform: uppercase;
}