/*
 * NEOUPX CSS
 */

/*
 * GERAL
 * ----------------------------------------------
 */

html {
  font-size: 16px;
  height: 100%;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  height: 100%;
  padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  position: relative;
}

h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.absolute-center {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.largtoda {
  width:100%;
}

.altura-100pc {
  height: 100%;
}

.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.esp30 {
  padding-top: 30px;
}
.esp40 {
  padding-top: 40px;
}

.direita {
  text-align: right;
}

.azulescuro {
  background-color: #095d6e;
}

.azulpiscina {
  background-color: #58cdd3;
}

.verde {
  background-color: #A2DB58;
}

.laranja {
  background-color: #f1d019;
}
.azulcinza {
  background-color: #066375;
}

.innershadow {
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .4);
          box-shadow: inset 0 3px 3px rgba(0, 0, 0, .4);
}

.nopad-right {
  padding-right: 0px !important;
}

.panel-primary .panel-heading {
    background-color: #095D6E;
}

p.t600 {
  font-weight: 600;
}

.alert .tem-icone {
  float:left;
  padding-right: 15px;
  padding-left: 5px;
  padding-top: 4px;
}

/*
 * GLOBAL NAV
 * ----------------------------------------------
 */

.navbar-topheader:after,
.navbar-topheader:before {
  display: table;
  content: " ";
}

.navbar-topheader {
  clear: both;
  width:100%;
  background-color: #fff;
}

.navbar-topheader .btn {
  color: #fff;
  background-color: #00404c;
  border: none;
}

.navbar-topheader .btn:hover {
  color: #fff;
  background-color: #095d6e;
}

.oqueumtabpode {
  background-color: #00404c;
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-inverse .navbar-nav > li.oqueumtabpode > a:hover {
  color: #58cdd3;
  background-color: #00404c;
}

.navbar-inverse {
  background-color: #fff !important;
  border-color: #095d6e;
}

.navbar {
  margin-bottom: 0px !important;
}

ul.navbar-nav {
  width: 100%;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #58cdd3;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, .4);
          box-shadow: inset 0 3px 3px rgba(0, 0, 0, .4);
}

.nav > li > a {
  padding: 15px 26px;
}

.caixabaixa a {
  text-transform: none !important;
}

.alturaheader {
  height: 140px;
}

.alturafita {
  height: 6px;
}

.n2links {
  color: #045a6b;
  font-weight: 300;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}

.navbar-topheader .form-control {
  background-color: #f2f2f2;
}

/*
 * MEGA MENU STYLE
 * ----------------------------------------------
 */

.mega-menu {
  background-color: #f3f3f3;
  border-radius: 0;
  margin-top: 0px;
  padding: 10px 0px ! important;
  position: absolute;
  width: 100%;
}

.mega-servicos {
  left: -235px;
  width: 1170px;
}

.mega-1colg {
  width: 300px;
}

.mega-1colp {
  width: 210px;
}

.mega-menu li {
  display: inline-block;
  float: left;
  font-size: 0.94rem;
  padding: 3px 0px;
}

/*.mega-menu li.mega-menu-column {*/
/* margin-right: 20px;*/
/*  display: block;*/
/*  float: none; } */

.mega-menu li.mega-menu-column a {
  color: #1f3c3a;
  font-size: 0.9rem;
}

.mega-menu li.mega-menu-column a:hover {
  color: #00909d;
  text-decoration: none;
}

.mega-menu .nav-header {
  color: #00909d;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 4px 0px 0px 0px !important;
  text-transform: uppercase;
  width: 100%;
}

.mega-menu-column {
  margin-bottom: 10px;
}

.mega-menu-column li {
  width: 100%;
  padding-right: 30px;
}

.mega-menu-column ul {
  padding-left: 30px;
}

.fio-vert {
  border-left: 1px solid #fff;
}

/* Disable Toggle style
********************************/

/* Dropdown Toggle on style */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: inherit; /* Set to inherit when using mouse hover to open dropdown */
  color: inherit;
}
/* Toggle off style */
.navbar .nav li.dropdown.open.active > .dropdown-toggle,
.navbar .nav > li.dropdown > a:focus {
  background: inherit;
  color: inherit;
}
/* Toggle hover */
.navbar .nav li.dropdown > .dropdown-toggle:hover,
.navbar .nav li.dropdown.open > .dropdown-toggle:hover {
  background-color: #58cdd3;
}
/* Toggle caret*/
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color:;
  border-top-color:;
}
/* Toggle caret hover */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-bottom-color: #333;
  border-top-color: #333;
}
/* Toggle caret active */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color:#333;
  border-top-color: #333;
}

/* Hover style
********************************/
.navbar .nav > li > a, .mega-menu a
 {
  -webkit-transition: all 200ms ease;
     -moz-transition: all 200ms ease;
      -ms-transition: all 200ms ease;
       -o-transition: all 200ms ease;
          transition: all 200ms ease;

  /* -webkit-transform: translate3d(0, 0, 0); Webkit Hardware Acceleration*/
  -webkit-backface-visibility: hidden; /* Safari Flicker Fix #2 */
  -webkit-transform: translateZ(0);
}



/*
 * FOTO DESTAQUE
 * ----------------------------------------------
 */

.hero-spacer {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
}

.hero-feature {
  margin-bottom: 0px;
}

.jumbotron {
  margin-bottom: 0px;
}

.jumbotron h1 {
  padding-top: 140px;
}

.btn-jumbo {
  color: #095d6e ;
  background-color: #fff;
  border-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
}

.bt-setadireita {
  background-color: #095d6e;
  border-radius: 2px;
  font-size: 1.4rem;
  padding: 0px 12px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
}

/*
 * DESTAQUES DA HOME
 * -----------------------------------
 */
a.dstq{
  display:block;
  color: #fff;
  height: 320px;
  margin-top: 30px;
}

.modulo-video-home{
  margin-top:30px;
}

a.dstq:nth-child(odd) .chamada{
  background: #A2DB58
}

a.dstq:nth-child(even) .chamada{
  background: #58CDD3
}

a.dstq:hover{
  text-decoration: none;
}

a.dstq h3{
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0px;
  text-transform: uppercase;
}

a.dstq h4 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2;
}

.chamada {
  height: 125px;
  padding: 15px;
}

.home-dstqmeio {
  padding-top: 10px;
  padding-right: 30px;
}

.home-dstqmeio h3 {
  color: #095d6e;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-dstqmeio h4 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 0.8rem;
}

.home-dstqmeio h4 a {
  color: #183439;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.home-dstqmeio h4 a:hover {
  color: #00909d;
}

.home-dstqmeio h5 {
  padding-bottom: 2.2rem;
}

.home-dstqmeio h5 a {
  color: #58cdd3;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 2.2rem;
}

.home-dstqmeio h5 a:hover {
  color: #095d6e;
}

.home-dstqmeio h5 a:hover, .home-dstqmeio h4 a:hover {
  text-decoration: none;
}

.agendehorario {
  background-color: #ededed;
  margin-top: 42px;
  margin-bottom: 42px;
  height: 160px;
}

.home-consultas {
  background-color: #cfcfcf;
  padding-left: 30px;
  padding-right: 30px;
}

.home-consultas .input-group {
  width:100%;
}

.home-consultas h3, .agendehorario h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px;
}

.agendehorario img {
  margin-top: 30px;
}

.agendehorario h3 {
  margin-bottom: 0px;
}
.agendehorario h4 {
  margin-top: 0px;
}

.home-consultas h4, .agendehorario h4 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.home-consultas .divider {
  height: 1px;
  margin: 0px -30px 30px -30px;
  overflow: hidden;
  background-color: #afafaf;
}

.home-consultas .btn {
  margin-top: 30px;
  margin-bottom: 20px;
}

.input-group h4 {
  font-weight: 600;
}

.outras-consultas {
  height: 163px;
  text-align: right;
  background-color: #c1c1c1;
  padding: 15px;
  margin-left: -30px;
  margin-right: -30px;
}

/*
 * INPUTS
 * ----------------------------------------------
 */

input.combobox {
  width: 100%;
  height: 34px;
  -webkit-box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .4);
          box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .4);
}

.bg-white .form-control {
    background-color: #F2F2F2;
}

#telefone {
  width: 140px;
}
#email {
  width: 320px;
}
#data_agend {
  width: 190px;
}
#horario {
  width: 80px;
}


/*
 * DUVIDAS
 * ----------------------------------------------
 */

.list-duvidas-letras {
  list-style-type: none;
  padding: 0 0rem 2rem 0;
}
.list-duvidas-item {
  font-size: 1.15rem;
  color: #066375;
  background-color: #f3f3f3;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 38px;
  margin-right: 2px;
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}
.list-duvidas-item:hover {
    color: #fff;
    background-color: #58cdd3;
}

/* Letra selecionada na seÃ§ÃĢo de dÃšvidas. Azul escuro.*/
.list-duvidas-item.selected {
    font-size: 1.4rem;
  border-color: transparent;
  color: #fff;
  background-color: #095d6e;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}

/*Box de contato - faleconosco.html */
.box-contato {
  background-color: #e3e3e3;
  margin: 20px;
  padding: 10px 20px;
  min-height: 180px;
}
.box-contato .box-title {
  color: #095d6e;
  font-weight: 600;
}

.box-contato-link {
  color: #095d6e;
  cursor: pointer;
  text-align: left;
  padding-top: .5rem;
}
/*
 * MODAL
 * ----------------------------------------------
 */
.modal-title.section-title {
  margin-bottom: 0;
}
.modal-body {
  padding: 30px 15px;
}
.modal-body .row [class*="col"]:first-child {
  border-right: 0px solid #e3e3e3;
}

.modal-body .data-foto {
  font-size: 0.8rem;
  font-weight: 400;
  color: #066375;
}
.modal-body .data-credito {
  font-size: 0.7rem;
  font-weight: 300;
  color: #333;
}
.modal table {
  margin-top: 2rem;
}

/*
 * SCROLLSPY
 * ----------------------------------------------
 */
.nav-pills .active a {
  background-color: #095d6e !important;
  border-radius: 0;
}
.nav-pills a {
  border-radius: 0;
  color: #095d6e;
}
/*
 * SEPARACAO E DIVORCIO
 * ----------------------------------------------
 */
.page-title {
  background-color: #e3e3e3;
  color: #075d6e;
  margin: 0;
  padding: 2rem .5rem;
}
.lead-text {
  background-color: transparent;
  margin-bottom: 0;
  margin-right: -15px;
  padding: 1rem 1.5rem;
}

/*
 * Steps area
 *
 */
.step {
  background-color: #f2f2f2;
  min-height: 200px;
  padding-bottom: 15px;
}
.step-number {
  color: #3eb3ba;
  font-size: 1.5rem;
  font-weight: bold;
  padding: .5rem 1rem;
}
.step-number::after {
  content: '.';
}
.step.active{
  background-color: #fff;
  border-bottom: 5px solid #f0d019;
}
.step.active .step-number{
  color: #f0d019;
}
.step-text {
  padding: 0 1rem;
  padding-bottom: 15px;
}
/*
 * Main section area
 *
 */
.section-title {
  color: #075d6e;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.tem-icone .fa {
  font-size: 2rem;
  vertical-align: middle;
}
.tem-icone i {
  padding-right: 4px;
}

h3.section-title {
  font-size: 1.1rem;
  line-height: 1.2rem;
}

label {
  font-weight: 600;
  font-size: 1rem;
}

/*
 * Sidebar area
 *
 */
.sidebar {
  background-color: #3eb3ba;
  color: #17343a;
}
.sidebar-heading {
  color: #17343a;
  font-size: 1rem;
  font-weight: bold;
}
.sidebar hr {
  border: none;
  border-top: 1px solid #2b989d;
  margin: 20px -30px;
}

.sidebar .section-title,
.sidebar a {
  color: #fff;
}
.sidebar .media {
  margin-bottom: 1rem;
}
.sidebar h3.section-title {
  display: inline-block;
  margin-bottom: 2rem;
  margin-top: 3rem;
}

.sidebar ul >li, .sidebar ol >li {
  font-size: 1rem;
  font-weight: 200;
}

/*
 * Duvidas section area
 *
 */

.duvidas {
  background-color: #f2f2f2;
  border-top: 5px solid #e3e3e3;
  margin-top: 4rem;
  padding: 0 3rem 3rem 3rem;
}
.duvidas dd {
  padding-left: 1rem;
}

.duvidas h3.section-title {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

/*
 * CONHECA O TABELIONATO
 * ----------------------------------------------
 */
section {
  padding: 2rem 0;
}

.section-tabelionato {
  background-color: #e3e3e3;
  border-top: 5px solid #a2db58;
}
.section-tabelionato .section-title {
  color: #193539;
}
.section-tabeliao {
  background-color: #0a5d6f;
  color: #fff;
}
.section-tabeliao .section-title {
  color: #fff;
}
.section-parcerias {
  background-color: #e3e3e3;
}

section#premios .container{
  margin-bottom:50px;
}

#conheca ul >li {
  font-size: 1rem;
  font-weight: 200;
}

/*
 * RESULTADOS DA BUSCA / POST / NOTICIAS
 * ----------------------------------------------
 */
article {
  border-bottom: 1px solid #e3e3e3;
  padding: 1.5rem 0;
}

article.destaque {
  border-bottom: 0px solid transparent;
  padding-bottom: 3rem;
}

article .media {
  width: 100%;
}
.article-category {
  background-color: #095d6e;
  color: #fff;
  font-size: .75rem;
  font-weight: normal;
  text-transform: uppercase;
  padding: 6px 8px;
}
.article-meta {
  font-size: .75rem;
  padding: .5rem 0 0 0;
}
.article-title a {
  color: #095d6e;
}

.article-prev-text a {
  color: #333;
}
.pagination {
  padding: 1rem 0;
  text-align: center;
}

h3.article-title {
  margin-top: 10px;
}

h2.article-title {
  margin-bottom: 30px;
  font-size: 2rem;
  color: #095d6e;
}

h4.article-title a {
  font-size: 1.4rem;
}
hr.thickhr {
  border-width: 2px 0px 0px;
  border-color: #095d6e;
  margin-top: 6px;
}

.lateral-dstq {
  padding-top: 10px;
  padding-right: 30px;
}

.lateral-dstq h3 {
  color: #095d6e;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.lateral-dstq h4 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 0.8rem;
}

.lateral-dstq h4 a {
  color: #183439;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.lateral-dstq h4 a:hover {
  color: #00909d;
}

.lateral-dstq h5 {
  padding-bottom: 2.2rem;
}

.lateral-dstq h5 a {
  color: #58cdd3;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 2.2rem;
}

.lateral-dstq h5 a:hover {
  color: #095d6e;
}

.lateral-dstq h5 a:hover, .lateral-dstq h4 a:hover {
  text-decoration: none;
}

/*
 * AGENDAMENTOS, MENSALISTAS, DELIVERY
 * ----------------------------------------------
 */

.agendamentos {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:260px;
}
.mensalista {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:260px;
}

.delivery {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height:260px;
}
.texto-imgdstq {
  color: #fff;
  padding: 30px;
  top: 160px;
}

.texto-imgdstq-mensal {
  color: #fff;
  padding: 30px;
  top: 180px;
}

.row.steps {
  margin-bottom: 0rem;
}
.step-delivery {
  float: left;
  width: 20%;
}

/*
 * FOOTER
 * ----------------------------------------------
 */

footer {
  background-color: #fff;
  color: #fff;
  margin: 0rem 0px 0px 0px;
}

.pre-footer {
  margin-top: 6rem;
}

.altfooter {
  min-height: 275px;
}

.ft-3col {
  padding-left: 30px;
  padding-right: 15px;
}

.ft-3col .form-control {
  width: 70%;
  float: left;
}

footer .rodape {
  padding-top: 6px;
  color: #80d4e5;
  font-size: 0.65rem;
  font-weight: 300;
  background-color: #00404c;
  height: 25px;
  text-transform: uppercase;
    z-index: 20;
}

footer h5 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4rem;
}

.ft-icons {
  margin-right: 12px;
  margin-bottom: 40px;
  margin-top: 15px;
}

footer .btn-primary {
  margin-left: 8px;
  color: #fff;
  background-color: #00404C;
  border-color: #00404C;
}

footer .btn-primary:hover {
  color: #fff;
  background-color: #58cdd3;
  border-color: #58cdd3;
}

#form-tireduv {
  position: relative;
}

.alt76 {
  height:76px;
}

.tireduvidas {
  background-color: #f1d019;
  height: auto;
  bottom: 0;
  color: #00404c;
  position: absolute;
  padding-bottom: 15px;
}
.tireduvidas h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0px;
}
.tireduvidas h4 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1rem;
  margin-top: 3px;
}

.tireduvidas-body {
  background-color: #fff;
  padding: 15px;
  margin-top: 15px;
  display:none;
}

.tireduvidas-body .btn-primary {
    margin-left: 0px;
}

#tduvidas2 {
  bottom: 0px;
  overflow: visible;
  z-index: 10;
}


/*
 * MQUERIES: container 970
 * ----------------------------------------------
 */

@media (min-width: 992px) and (max-width: 1199px) {
  .dstq-texto h4, .dstq-video h4 {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .n2links {
    font-size: 0.8rem;
    padding-left: 8px;
    padding-right: 8px;
  }
  .nav > li > a {
    padding: 15px 16px;
    font-size: 0.8rem;
  }
  .mega-servicos {
    width: 970px;
    left: -208px;
  }
}

/*!
 * MQUERIES: container 750
 * ----------------------------------------------
 */

@media (min-width: 768px) and (max-width: 991px) {
  .dstq-texto h4, .dstq-video h4 {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .n2links {
    font-size: 0.8rem;
    padding-left: 2px;
    padding-right: 2px;
  }
  .nav > li > a {
    padding: 15px 24px;
    font-size: 0.8rem;
  }
  .mega-servicos {
    width: 750px;
    left: -208px;
  }
}

/*!
 * MQUERIES: smartphone
 * ----------------------------------------------
 */

@media (max-width: 767px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
  }
  .hero-spacer {
    background-position: center top;
    background-size: 100% auto;
  }
  #servicos-home-select{
    margin-bottom:15px;
  }
  .section-title{
    display:inline-block;
  }
  .jumbotron {
    padding: 0px 15px;
  }
  .jumbotron h1 {
    padding-top: 0px;
  }

  .agendehorario {
    height: auto;
    padding-bottom: 15px;
  }

  .agendehorario img {
    text-align: center;
  }

  .oqueumtabpode {
    background-color: #095D6E;
  }

  .navbar-inverse .navbar-nav > li.oqueumtabpode > a {
    color: #fff;
    background-color: #095D6E;
  }

  .navbar-inverse .navbar-nav > li.oqueumtabpode > a:hover {
    color: #fff;
    background-color: #095D6E;
  }

  .navbar-inverse .navbar-nav > li.oqueumtabpode > a:active {
    color: #095D6E;
    background-color: #58CDD3;
  }

  .navbar-inverse .navbar-nav > li > a:active {
    color: #095D6E;
    background-color: #58CDD3;
  }

  .navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
  }

  .home-dstqmeio {
    padding-left: 30px;
  }
}
.sidebar{
  padding-bottom:20px;
}
.tireduvidas-ativa{
  cursor: pointer;
}
@media (max-width: 768px) {
  .consultas-nav {
    cursor: pointer;
  }
  .navbar .nav li.dropdown > .dropdown-toggle:hover, .navbar .nav li.dropdown.open > .dropdown-toggle.consultas-nav:hover{
    background-color: transparent;
  }
  .nav.nav-pills.nav-stacked{
    position:relative !important;
    margin-bottom: 20px !important;
    top:0 !important;
  }
}
footer .phone-link, footer .mail-link{
  color:#fff;
}
.marcas-parceiros{
  display:inline-block;
  padding:20px;
  background: url(../img/textura-parceiros.gif);
}
.img-parceiro{
  height:74px;
  float: left;
  margin:0 4px;
}
.autenticidade-input{
  padding: 6px 9px;
}
.envia-valores-input{
  margin-bottom:15px;
}
.twitter-typeahead{
  width: 100%;
  margin-top:6px;
}
.col-md-12.esp40, .col-md-8.esp40, .col-md-4.esp30, .col-md-12.esp30 {
  padding-top:10px;
}
.row.esp40, .section-title.esp40{
  padding-top: 20px;
}
.limpa-valor{
  margin-left:-10px;
}
.sidebar .media.media-contato {
    margin-bottom: 3rem;
}
.modal-body .media.media-contato {
    margin-bottom: 2rem;
}
.enviando-form{
  margin-top:6px;
}
.no-bold{
  font-weight:normal;
}
.envia-email-documentos, .form-enviando-email{
  float: left;
  margin-right:15px;
}
.inner-contact-blocks .col-md-6{
  min-height:120px !important;
}
.nav-pills#sidebar.affix{
  top:40px;
}
.box-item .box-contato{
  margin:20px 8px;
  height:230px;
  min-height: 230px;
  overflow: hidden;
  padding-bottom: 20px;
  display: block;
}
span.no-b{
  font-weight: normal !important;
}
.nav-pills.tabelionato-nav#sidebar a {
  color: #000;
}
.nav-pills.tabelionato-nav#sidebar .active a {
  color: #FFF;
}
.noticias-sidebar {
  background-color:#f4f4f4;
  margin-top: 0 !important;
  padding-bottom: 40px;
}
article.single{
  padding-top:0;
}
.blocos-more-link{
  margin-left:10px;
  font-weight: 400;
  display: block;
  float: right;
  margin-top: 10px;
}
.box-more{
  display:none;
  visibility: hidden;
  margin-left:-3px;
}

.fale-conosco-footer a{
  font-weight: 400;
  font-size:18px;
  text-decoration: underline;
  color:#fff;
}
.galeria-titulo{
  margin-top: 0;
}
.texto-escritura p{
  text-align: justify;
}