@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
::-moz-placeholder {
  color: black !important;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  color: black !important;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  color: black !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black !important;
}

@media screen and (max-width: 768px) {
  textarea {
    height: 100px !important;
  }
}
/*  CABEÇARIO  */
.iconesCabecario {
  font-size: 25px;
}
.iconesCabecario.zap {
  color: white;
  background: #13aa30;
  padding: 2px 4px;
  border-radius: 6px;
  font-size: 18px;
}
.iconesCabecario.phone {
  color: white;
  background: #94813b;
  padding: 2px 4px;
  border-radius: 6px;
  font-size: 18px;
}

.fontNumerosCabecario {
  font-size: 21px !important;
}

.espacoguiaCabecario {
  padding-top: 5px;
  list-style: none;
}

.redesCabecario {
  white-space: nowrap;
}

.redefb {
  background-color: #4267b2 !important;
}

.redeInsta {
  background-color: #b13690 !important;
}

.removePaddingLR {
  padding-left: 0px;
  padding-right: 0px;
}

.tituloPage {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
}
.tituloPage small {
  color: black !important;
}

.copyright {
  margin-bottom: 50px;
}

#headerfixo .principal .contact {
  padding: 20px 0 0 !important;
}

/*  BUTTON ZAP*/
section.zapbutton {
  background-color: #25d366;
  width: 70px;
  height: 70px;
  position: fixed;
  z-index: 100;
  bottom: 70px;
  right: 20px;
  border-radius: 75px;
  box-shadow: 3px 1px 15px #7b7b7b;
}
section.zapbutton .zapbutton {
  color: white !important;
  font-size: 55px !important;
  margin-top: 6px !important;
  margin-left: 11px !important;
}
@media screen and (max-width: 768px) {
  section.zapbutton {
    bottom: 20px !important;
  }
}

header .header nav ul {
  margin-top: unset !important;
}

ul.atendimento {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  header .topbar ul.atendimento li:nth-child(1) {
    display: initial !important;
  }
}
.mapa-contato iframe {
  width: 100%;
  height: 100%;
}

/*  BARRA DE BUSCA  */
.topbar.no-print.hide-for-medium .z-depth-1, .topbar.no-print.hide-for-medium .raised-button, .topbar.no-print.hide-for-medium .floating-action-button, .topbar.no-print.hide-for-medium .raised-accent-button, .topbar.no-print.hide-for-medium .floating-action-accent-button, .topbar.no-print.hide-for-medium .card, .topbar.no-print.hide-for-medium .callout, .topbar.no-print.hide-for-medium table, .topbar.no-print.hide-for-medium .top-bar {
  box-shadow: unset !important;
}
.topbar.no-print.hide-for-medium input#gsc-i-id2 {
  background: unset !important;
}
.topbar.no-print.hide-for-medium .gsc-search-button-v2 svg {
  fill: #ba9433 !important;
}
.topbar.no-print.hide-for-medium .gsc-search-button-v2, .topbar.no-print.hide-for-medium .gsc-search-button-v2:hover, .topbar.no-print.hide-for-medium .gsc-search-button-v2:focus {
  border-color: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  filter: none !important;
}
.topbar.no-print.hide-for-medium input.gsc-input, .topbar.no-print.hide-for-medium .gsc-input-box, .topbar.no-print.hide-for-medium .gsc-input-box-hover, .topbar.no-print.hide-for-medium .gsc-input-box-focus {
  border-bottom: 1px solid #ba9433 !important;
}
.topbar.no-print.hide-for-medium input#gsc-i-id2 {
  border: 0px solid transparent !important;
  border-bottom: 1px solid #b99332 !important;
  padding: 5px 5px !important;
  color: #b99332 !important;
}
.topbar.no-print.hide-for-medium input#gsc-i-id2::-moz-placeholder {
  color: #b99332 !important;
}
.topbar.no-print.hide-for-medium input#gsc-i-id2:-ms-input-placeholder {
  color: #b99332 !important;
}
.topbar.no-print.hide-for-medium input#gsc-i-id2::placeholder {
  color: #b99332 !important;
}
.topbar.no-print.hide-for-medium table thead, .topbar.no-print.hide-for-medium table tbody, .topbar.no-print.hide-for-medium table tfoot {
  border: 1px solid transparent !important;
  background-color: #fefefe !important;
}
.topbar.no-print.hide-for-medium input.gsc-input, .topbar.no-print.hide-for-medium .gsc-input-box, .topbar.no-print.hide-for-medium .gsc-input-box-hover, .topbar.no-print.hide-for-medium .gsc-input-box-focus {
  border-color: transparent !important;
}
.topbar.no-print.hide-for-medium td.gsc-search-button {
  display: none;
}
.topbar.no-print.hide-for-medium td.gsib_b {
  display: none;
}

/*  PROCEDIMENTO INTERNA  */
.menuRolante {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 768px) {
  .menuRolante {
    position: unset;
    top: unset;
  }
}

@media screen and (max-width: 768px) {
  .desativarAltura {
    height: auto !important;
  }
}

/*Formulario lateral procedimentos*/
form#procedimento {
  padding: 10px;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
}
form#procedimento h2 {
  text-align: center;
  font-weight: 700;
  font-size: 20px !important;
}

/*Menu Mobile*/
.botao-mobile.hide-for-medium {
  position: absolute;
  z-index: 999;
  right: 20px;
  top: 0px;
}

/*Noticias Listagem*/
.box-noticias {
  border: 4px double rgba(196, 171, 108, 0.4);
  padding: 10px;
}

.espacoTop {
  padding-top: 170px;
}
.espacoTop.tipo2 {
  padding-top: 200px;
}

@media screen and (max-width: 768px) {
  .apenasDesktop {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .apenasMobile {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  header {
    position: relative !important;
  }
}

section.fixarTopo {
  position: absolute;
  z-index: 99;
  width: 100%;
  /* Quando acontece a rolagem scroll*/
}
@media screen and (max-width: 768px) {
  section.fixarTopo {
    position: relative;
  }
}
section.fixarTopo.fixarMenu {
  position: relative;
}
@media screen and (min-width: 769px) {
  section.fixarTopo.fixarMenu .separador_middle {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
    padding-bottom: 20px;
  }
  section.fixarTopo.fixarMenu .separador_middle hr {
    display: none;
  }
}

section.cabecario {
  position: relative;
  /*  WHATSAPP  */
  /*ATENDIMENTO*/
  /*  MENU MOBILE*/
  /*  CABEÇÁRIO SUB - */
  /*  CABEÇÁRIO TOP - MOBILE */
}
section.cabecario .menuMobile {
  /*Oculta para desktop*/
  /*Button*/
  /*Listagem Menu*/
}
@media screen and (min-width: 769px) {
  section.cabecario .menuMobile {
    display: none;
  }
}
section.cabecario .menuMobile i.botaoMobile.fas.fa-bars {
  font-size: 25px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  padding: 17px;
  background-color: #b76523;
}
section.cabecario .menuMobile .listagemMenu {
  position: fixed;
  top: 0px;
  right: 100%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  z-index: 99;
  background-color: white;
  transition: 0.5s;
  /*ABRIR MENU*/
  /*BOTAO FECHAR*/
  /*PAGINAÇÃO*/
}
section.cabecario .menuMobile .listagemMenu.aberto {
  right: 0px;
}
section.cabecario .menuMobile .listagemMenu i.fas.fa-times {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  padding: 9px;
  font-size: 30px;
  background-color: #b76523;
}
section.cabecario .menuMobile .listagemMenu .menuSite ul li {
  display: grid;
  border-top: 1px solid #e2e2e2;
  font-size: 25px;
}
@media screen and (max-width: 340px) {
  section.cabecario .menuMobile .listagemMenu .menuSite ul li {
    font-size: 20px;
  }
}
section.cabecario .menuMobile .listagemMenu .menuSite ul:last-child {
  border-bottom: 1px solid #e2e2e2;
}
section.cabecario div.separador_middle {
  background-color: rgba(255, 255, 255, 0.75);
}
section.cabecario div.separador_middle .alturaTop {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle .alturaTop {
    padding-top: unset;
  }
}
section.cabecario div.separador_middle hr {
  width: calc(100% - 220px);
  margin-bottom: 0px;
  border-color: #c09e47;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle hr {
    display: none;
  }
}
section.cabecario div.separador_middle .logoHome {
  float: left;
  max-width: 270px;
  margin-top: 0px;
  position: relative;
}
section.cabecario div.separador_middle .logoHome img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.cabecario div.separador_middle .logoHome div.bandeiras-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 5px;
}
section.cabecario div.separador_middle .logoHome div.bandeiras-mobile img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  section.cabecario div.separador_middle .logoHome div.bandeiras-mobile {
    display: initial;
  }
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle .logoHome {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    max-width: unset;
  }
}
section.cabecario div.separador_middle .redesSociais {
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  font-size: 32px;
  margin-top: -7px;
  position: relative;
}
section.cabecario div.separador_middle .redesSociais div.bandeiras-normal {
  position: absolute;
  top: 0;
  right: 5px;
}
section.cabecario div.separador_middle .redesSociais div.bandeiras-normal img {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  section.cabecario div.separador_middle .redesSociais div.bandeiras-normal {
    display: none;
  }
}
section.cabecario div.separador_middle .redesSociais i.fa.fa-facebook-official {
  color: #4267b2;
}
section.cabecario div.separador_middle .redesSociais i.fa.fa-instagram {
  color: #b52c7e;
}
section.cabecario div.separador_middle .redesSociais img {
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.cabecario div.separador_middle .redesSociais img.fb {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle .redesSociais {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}
section.cabecario div.separador_middle .CabecarioButtons {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle .CabecarioButtons {
    clear: both;
    float: unset;
    padding: 10px 0px 0px 0px;
    text-align: center;
  }
}
section.cabecario div.separador_middle .CabecarioButtons a {
  border: 1px solid;
  border-radius: 10px;
  background-color: transparent;
  color: white;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
section.cabecario div.separador_middle .CabecarioButtons a.primeiro {
  color: #b35c15;
  border-color: #b35c15;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle .CabecarioButtons a.primeiro {
    margin-right: unset;
  }
}
section.cabecario div.separador_middle .CabecarioButtons a.primeiro:hover {
  color: white;
  background-color: #b35c15;
}
section.cabecario div.separador_middle .CabecarioButtons a.segundo {
  color: #565656;
  border-color: #565656;
}
section.cabecario div.separador_middle .CabecarioButtons a.segundo:hover {
  color: white;
  background-color: #565656;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle .CabecarioButtons a {
    font-size: 11px;
  }
  section.cabecario div.separador_middle .CabecarioButtons a.primeiro {
    margin-right: unset;
  }
}
@media screen and (max-width: 1220px) {
  section.cabecario div.separador_middle .CabecarioButtons {
    display: grid;
  }
  section.cabecario div.separador_middle .CabecarioButtons a {
    text-align: center;
  }
  section.cabecario div.separador_middle .CabecarioButtons a.primeiro {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
section.cabecario div.separador_middle .item {
  float: left;
  position: relative;
}
section.cabecario div.separador_middle .item a:hover {
  text-decoration: underline;
}
section.cabecario div.separador_middle .item h2 {
  font-size: 12px;
  color: #c09e47;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
section.cabecario div.separador_middle .item .item-text {
  color: #565656;
  display: block;
  font-size: 19px;
  line-height: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle .item .item-text {
    font-size: 15px;
  }
}
section.cabecario div.separador_middle .item .item-text.zap {
  color: #565656 !important;
}
section.cabecario div.separador_middle .item.atendimento h2 {
  font-size: 11px;
}
section.cabecario div.separador_middle .item.atendimento .item-text {
  margin-top: 0;
  font-size: 18px;
}
section.cabecario div.separador_middle .item.telefone {
  padding-left: 37px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle .item.telefone {
    margin-right: unset;
  }
}
section.cabecario div.separador_middle .item.telefone:before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  color: #c09e47;
  position: absolute;
  font-weight: 900;
  font-size: 35px;
  top: -12px;
  left: 0;
}
section.cabecario div.separador_middle .item.whatsapp {
  padding-left: 37px;
}
section.cabecario div.separador_middle .item.whatsapp:before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  color: #00cd00;
  position: absolute;
  font-weight: 100;
  font-size: 35px;
  top: -12px;
  left: 0;
}
section.cabecario div.separador_middle .item.whatsapp h2 {
  color: #00cd00;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_middle .item {
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
    width: 50%;
  }
  section.cabecario div.separador_middle .item:first-child {
    width: 50%;
    text-align: center;
  }
}
section.cabecario div.separador_top {
  background-color: #c8ad86;
  padding: 35px;
  /*  Horário de funcionamento*/
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_top {
    height: 100vw;
  }
}
section.cabecario div.separador_top .atendimentoTop, section.cabecario div.separador_top .horario {
  float: right;
}
section.cabecario div.separador_top .atendimentoTop .icone, section.cabecario div.separador_top .horario .icone {
  float: left;
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_top .atendimentoTop, section.cabecario div.separador_top .horario {
    float: unset;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  section.cabecario div.separador_top .redesSociais {
    text-align: center;
  }
}
section.cabecario div.separador_top .horario {
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  padding: 0px 30px;
  line-height: 1.2;
}
section.cabecario div.separador_top .texto {
  margin-left: 15px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0px 30px;
}
section.cabecario div.separador_top .texto small {
  font-size: 14px;
  font-weight: 300;
}
section.cabecario div.separador_top img.fb {
  margin-right: 10px;
}

#owl-home .item {
  height: 755px;
}
#owl-home .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.menuSite {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px 0px;
  /* Quando acontece a rolagem scroll*/
  /*===FIM===*/
}
@media screen and (min-width: 769px) {
  section.menuSite.fixarMenu {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
    padding-bottom: 20px;
  }
}
section.menuSite ul {
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
  justify-content: space-around;
  display: flex;
}
section.menuSite ul li {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  /*  PROCEDIMENTOS DROPDOWN  */
}
section.menuSite ul li::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 0px;
  height: 3px;
  background-color: #c09e47;
  transition: 0.3s;
}
section.menuSite ul li.active::before, section.menuSite ul li:hover::before {
  width: 100%;
}
section.menuSite ul li a {
  font-size: 14px;
  font-weight: 700;
  color: #565656;
}
section.menuSite ul li a .borda1 {
  position: relative;
}
section.menuSite ul li a .borda1::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0px;
  height: 3px;
  background-color: transparent;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  section.menuSite ul li a .borda1::before {
    display: none;
  }
}
section.menuSite ul li a .borda1::after {
  content: "";
  position: absolute;
  bottom: -37px;
  right: -10px;
  width: 0px;
  height: 3px;
  background-color: transparent;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  section.menuSite ul li a .borda1::after {
    display: none;
  }
}
section.menuSite ul li a .borda2 {
  position: relative;
}
section.menuSite ul li a .borda2::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 3px;
  height: 0px;
  background-color: transparent;
  transition: 0.7s;
}
section.menuSite ul li a .borda2::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: -10px;
  width: 3px;
  height: 0px;
  background-color: transparent;
  transition: 0.7s;
}
@media screen and (max-width: 768px) {
  section.menuSite ul li a .borda2::after {
    display: none;
  }
}
section.menuSite ul li a:hover .borda1::before {
  width: calc(100% + 20px);
  background-color: #b76a34;
  box-shadow: 0px 0px 6px 1px #d4d4d4;
}
section.menuSite ul li a:hover .borda1::after {
  width: calc(100% + 20px);
  background-color: #b76a34;
  box-shadow: 0px 0px 6px 1px #d4d4d4;
}
section.menuSite ul li a:hover .borda2::before {
  height: calc(100% + 45px);
  background-color: #b76a34;
  box-shadow: 0px 0px 6px 1px #d4d4d4;
}
section.menuSite ul li a:hover .borda2::after {
  height: calc(100% + 45px);
  background-color: #b76a34;
  box-shadow: 0px 0px 6px 1px #d4d4d4;
}
@media screen and (max-width: 768px) {
  section.menuSite ul li a {
    font-size: 20px;
    margin: 5px 0px;
  }
  section.menuSite ul li a .borda1, section.menuSite ul li a .borda2 {
    display: none;
  }
  section.menuSite ul li a.hoverProcedimentos {
    display: none;
  }
}
section.menuSite ul li.hoverProcedimentos {
  position: relative;
}
section.menuSite ul li.hoverProcedimentos .submenu {
  position: absolute;
  overflow: hidden;
  text-align: left;
  padding: 10px 25px;
  border-radius: 10px;
  width: 350px;
  max-height: 0px;
  transition: 0.5s;
  /*efeito hover transition*/
}
section.menuSite ul li.hoverProcedimentos .submenu.ativo {
  background-color: white;
  transition: 1s;
  max-height: 1000px;
}
section.menuSite ul li.hoverProcedimentos .submenu a {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #565656 !important;
  width: 100%;
  display: inherit;
  border-bottom: 1px solid #d6d6d68a;
  padding: 6px 0px;
  transition: 0.3s;
}
section.menuSite ul li.hoverProcedimentos .submenu a:hover {
  background-color: rgba(211, 174, 132, 0.21);
}
section.menuSite ul li.hoverProcedimentos .submenu a:last-child {
  border-color: transparent;
}

section.petronio {
  padding: 50px 0px !important;
}
section.petronio .conteudo {
  font-size: 23px;
  font-weight: 500;
}
section.petronio .conteudo h1 {
  color: #937f38;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  border-left: 5px solid #937f38;
  padding-left: 20px;
  margin-bottom: 20px;
}
section.petronio .conteudo .strong {
  font-size: 25px;
  font-weight: 700;
  display: inherit;
}
section.petronio .titulos {
  font-size: 20px;
}
section.petronio .titulos strong {
  font-size: 25px;
  font-weight: 700;
  color: #937f38;
}
section.petronio .midia {
  height: 435px;
  width: 100%;
  border: 4px double #b5b5b5;
  border-radius: 2px;
}
section.petronio .midia img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.petronio .midia iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  section.petronio .titulos {
    margin-bottom: 30px;
  }
  section.petronio .midia {
    height: 280px;
  }
}

section.barraFixa {
  /*  WHATSAPP  */
  /*ATENDIMENTO*/
  box-shadow: 0px 0px 7px 2px #c1c1c1;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  padding: 15px;
  display: none;
  /* Quando acontece a rolagem scroll*/
}
@media screen and (min-width: 991px) {
  section.barraFixa.fixarMenu {
    z-index: 99;
    display: inherit;
  }
}
section.barraFixa .item {
  float: left;
  position: relative;
}
section.barraFixa .item a:hover {
  text-decoration: underline;
}
section.barraFixa .item h2 {
  font-size: 12px;
  color: #c09e47;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
section.barraFixa .item .item-text {
  color: #565656;
  display: block;
  font-size: 19px;
  line-height: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.barraFixa .item .item-text {
    font-size: 15px;
  }
}
section.barraFixa .item .item-text.zap {
  color: #565656 !important;
}
section.barraFixa .item.atendimento h2 {
  font-size: 11px;
}
section.barraFixa .item.atendimento .item-text {
  margin-top: 0;
  font-size: 18px;
}
section.barraFixa .item.telefone {
  padding-left: 37px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  section.barraFixa .item.telefone {
    margin-right: unset;
  }
}
section.barraFixa .item.telefone:before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  color: #c09e47;
  position: absolute;
  font-weight: 900;
  font-size: 35px;
  top: -12px;
  left: 0;
}
section.barraFixa .item.whatsapp {
  padding-left: 37px;
}
section.barraFixa .item.whatsapp:before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  color: #00cd00;
  position: absolute;
  font-weight: 100;
  font-size: 35px;
  top: -12px;
  left: 0;
}
section.barraFixa .item.whatsapp h2 {
  color: #00cd00;
}
@media screen and (max-width: 768px) {
  section.barraFixa .item {
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
    width: 50%;
  }
  section.barraFixa .item:first-child {
    width: 50%;
    text-align: center;
  }
}
section.barraFixa .CabecarioButtons {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  section.barraFixa .CabecarioButtons {
    clear: both;
    float: unset;
    padding: 10px 0px 0px 0px;
    text-align: center;
  }
}
section.barraFixa .CabecarioButtons a {
  border: 1px solid;
  border-radius: 10px;
  background-color: transparent;
  color: white;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
section.barraFixa .CabecarioButtons a.primeiro {
  color: #b35c15;
  border-color: #b35c15;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  section.barraFixa .CabecarioButtons a.primeiro {
    margin-right: unset;
  }
}
section.barraFixa .CabecarioButtons a.primeiro:hover {
  color: white;
  background-color: #b35c15;
}
section.barraFixa .CabecarioButtons a.segundo {
  color: #565656;
  border-color: #565656;
}
section.barraFixa .CabecarioButtons a.segundo:hover {
  color: white;
  background-color: #565656;
}
@media screen and (max-width: 768px) {
  section.barraFixa .CabecarioButtons a {
    font-size: 11px;
  }
  section.barraFixa .CabecarioButtons a.primeiro {
    margin-right: unset;
  }
}

section.procedimentos {
  padding: 50px 0px;
}
section.procedimentos .chamada {
  text-align: center;
  margin-bottom: 50px;
}
section.procedimentos .chamada h2 {
  font-size: 28px !important;
  font-weight: 700;
  margin-bottom: 0px !important;
}
section.procedimentos .chamada h5 {
  font-size: 23px !important;
  font-weight: 600;
  margin-bottom: 0px !important;
}
section.procedimentos .box-procedimento {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  section.procedimentos .box-procedimento {
    padding: 15px;
    border: 1px solid #937f38;
    border-radius: 5px;
  }
}
section.procedimentos .imagem {
  width: 100%;
  height: 100%;
}
section.procedimentos .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.procedimentos .titulos {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  color: #565656;
  margin-top: 10px;
}
section.procedimentos .botoes {
  margin-top: 10px;
}
section.procedimentos .botoes a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  border-radius: 5px;
  border: 2px solid;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
section.procedimentos .botoes a.bt1 {
  border-color: #565656;
  color: #565656;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.procedimentos .botoes a.bt1:hover {
  background-color: #565656;
  color: white;
}
section.procedimentos .botoes a.bt2 {
  background-color: #937f38;
  border-color: #937f38;
  color: white;
}
section.procedimentos .botoes a.bt2:hover {
  background-color: white;
  color: #937f38;
}

section.destaqueProdutos {
  overflow-x: hidden;
}
section.destaqueProdutos .titulo {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  padding-top: 30px;
  color: #937f38;
}
section.destaqueProdutos .titulo.small {
  padding-top: unset;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  section.destaqueProdutos .titulo {
    padding-top: unset;
  }
}
section.destaqueProdutos h3.categoria {
  color: #937f38;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: -25px;
}
section.destaqueProdutos .boxProduto {
  margin-top: 25px;
  padding: 10px;
  margin-bottom: 25px;
  border: 1px solid rgba(193, 193, 193, 0.93);
  transition: 0.3s;
}
section.destaqueProdutos .boxProduto:hover {
  background-color: rgba(187, 187, 187, 0.15);
}
@media screen and (max-width: 768px) {
  section.destaqueProdutos .boxProduto {
    margin-top: 20px;
    padding: 0px 10px;
    margin-bottom: unset;
    height: 570px;
    border: 1px solid rgba(193, 193, 193, 0.93);
  }
}
section.destaqueProdutos .boxProduto .titulo_produto {
  font-size: 17px;
  font-weight: 700;
  color: #937f38;
  text-align: left;
  text-transform: uppercase;
  height: 60px;
  overflow: hidden;
  padding-top: 15px;
}
section.destaqueProdutos .boxProduto .epilogo {
  height: 170px;
  color: black;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 100;
  padding-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.destaqueProdutos .boxProduto .epilogo {
    height: 150px;
    font-size: 15px;
  }
}
section.destaqueProdutos .boxProduto .imagem {
  height: 220px;
  width: 100%;
  transition: 0.3s;
}
section.destaqueProdutos .boxProduto .imagem:hover img {
  filter: opacity(0.7);
}
section.destaqueProdutos .boxProduto .imagem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.destaqueProdutos .boxProduto .botoes a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  border-radius: 5px;
  border: 2px solid;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s;
}
section.destaqueProdutos .boxProduto .botoes a.bt1 {
  border-color: #565656;
  color: #565656;
  margin-top: 10px;
  margin-bottom: 10px;
}
section.destaqueProdutos .boxProduto .botoes a.bt1:hover {
  background-color: #565656;
  color: white;
}
section.destaqueProdutos .boxProduto .botoes a.bt2 {
  background-color: #937f38;
  border-color: #937f38;
  color: white;
}
section.destaqueProdutos .boxProduto .botoes a.bt2:hover {
  background-color: white;
  color: #937f38;
}

section.mapaIframe {
  height: 400px;
  width: 100%;
}
section.mapaIframe iframe {
  height: 100%;
  width: 100%;
}

section.newsletter {
  background-color: #b9a046;
  color: #fff;
  padding: 15px 0px;
}
@media screen and (max-width: 768px) {
  section.newsletter {
    padding: 16px 6px 26px;
    text-align: center;
  }
}
section.newsletter h1 {
  font-size: 28px;
  margin-bottom: -3px;
  font-weight: 700;
}
section.newsletter p {
  font-size: 16px;
}
section.newsletter form {
  position: relative;
}
section.newsletter form input {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 32px !important;
  padding: 22px 32px;
  color: #fff;
  margin: 0;
  font-size: 17px;
  margin-top: 9px;
}
section.newsletter form input:focus {
  background: transparent;
  border: 1px solid #fff;
}
section.newsletter form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
section.newsletter form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
section.newsletter form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
section.newsletter form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
section.newsletter form input.has-error {
  border-color: #ba0000;
}
section.newsletter form button {
  position: absolute;
  right: 0;
  top: -2px;
  margin-top: 2px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 19px;
  font-size: 16px;
  border-radius: 0 20px 20px 0 !important;
  background-color: white;
  color: #b9a046 !important;
  border: 1px solid white !important;
  transition: 0.3s all;
}
section.newsletter form button:before {
  background-color: #b9a046;
}
section.newsletter form button:hover {
  border-color: white;
  background-color: #b9a046 !important;
  color: white !important;
}

section.solicite-ligacao {
  background-color: #f3ede7;
  padding: 3rem 2rem;
}
section.solicite-ligacao .left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.solicite-ligacao .left {
    display: block;
    text-align: center;
  }
}
section.solicite-ligacao .left .icone {
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  section.solicite-ligacao .left .icone {
    margin-bottom: 16px;
  }
}
section.solicite-ligacao .left .icone img {
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
section.solicite-ligacao .left .conteudo .titulo {
  font-size: 25px;
  color: #b9a046;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 9px;
}
section.solicite-ligacao .left .conteudo .descricao {
  color: black;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  section.solicite-ligacao .left .conteudo .descricao {
    margin-top: 20px;
  }
}
section.solicite-ligacao .right .formulario {
  padding-top: 1rem;
}
section.solicite-ligacao .right .formulario form {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  section.solicite-ligacao .right .formulario form {
    display: block;
  }
}
section.solicite-ligacao .right .formulario form label {
  color: #565656;
}
section.solicite-ligacao .right .formulario form .input-place {
  padding-right: 1rem;
}
section.solicite-ligacao .right .formulario form .input-place ::-webkit-input-placeholder {
  color: #565656 !important;
}
section.solicite-ligacao .right .formulario form .input-place :-moz-placeholder {
  color: #565656 !important;
}
section.solicite-ligacao .right .formulario form .input-place ::-moz-placeholder {
  color: #565656 !important;
}
section.solicite-ligacao .right .formulario form .input-place :-ms-input-placeholder {
  color: #565656 !important;
}
section.solicite-ligacao .right .formulario form .input-place input {
  background: transparent;
  margin: 0;
  color: #b9a046;
  border-color: #565656;
}
@media screen and (max-width: 768px) {
  section.solicite-ligacao .right .formulario form .input-place {
    margin-bottom: 20px;
  }
}
section.solicite-ligacao .right .formulario form .button-place {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  section.solicite-ligacao .right .formulario form .button-place {
    margin-top: 30px;
    text-align: center;
  }
}
section.solicite-ligacao .right .formulario form .button-place .botao {
  background-color: transparent;
  padding: 5px 20px;
  border: 3px solid #565656;
  border-radius: 1.5rem;
  color: #565656;
  text-transform: uppercase;
  font-size: 20px;
  transition: 0.3s;
}
section.solicite-ligacao .right .formulario form .button-place .botao:hover {
  background-color: #565656;
  color: white;
}
section.solicite-ligacao .right .formulario form .button-place .botao:active {
  opacity: 0.75;
}

section.separadorAgende {
  padding: 50px 0px;
}
section.separadorAgende .conteudo1 {
  font-size: 23px;
  border-bottom: 2px solid #565656;
}
section.separadorAgende .conteudo1 strong {
  color: #b76a34;
  font-size: 140%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.separadorAgende .conteudo1 {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
  }
  section.separadorAgende .conteudo1 strong {
    display: -webkit-inline-box;
    padding-bottom: 10px;
  }
}
section.separadorAgende .conteudo2 {
  padding-top: 15px;
  font-size: 19px;
}
section.separadorAgende .conteudo2 strong {
  color: #b76a34;
}
@media screen and (max-width: 768px) {
  section.separadorAgende .conteudo2 {
    text-align: center;
    padding-bottom: 15px;
  }
}
section.separadorAgende .agendar .zap {
  position: relative;
  margin-left: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  section.separadorAgende .agendar .zap {
    display: block;
    margin-left: calc(50% - 70px);
  }
}
section.separadorAgende .agendar .zap .text {
  color: #00b900;
  font-size: 15px;
  font-weight: 700;
}
section.separadorAgende .agendar .zap .number {
  font-size: 27px;
  color: black;
  margin-top: -10px;
}
section.separadorAgende .agendar .zap::before {
  position: absolute;
  top: 5px;
  left: -50px;
  content: url("../../backend/assets/img/zap_agende.png");
}
section.separadorAgende .agendar .botaozinho a {
  background-color: #b76a34;
  border: 2px solid #b76a34;
  color: white;
  padding: 0px;
  display: inherit;
  border-radius: 15px;
  text-align: center;
  transition: 0.3s;
}
section.separadorAgende .agendar .botaozinho a:hover {
  background-color: white;
  color: #b76a34;
}

section.depoimentos {
  color: #676566;
}
section.depoimentos .boxDepoimento {
  background: white;
  padding-top: 30px;
}
section.depoimentos .titulo {
  font-size: 30px;
  font-weight: 600;
  color: #b76523;
}
section.depoimentos .item.depoimento {
  padding: 15px;
}
section.depoimentos h2 {
  margin-top: 40px;
  font-size: 2em;
  padding: 0 0 1rem;
  line-height: 1;
  color: #565656;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
section.depoimentos blockquote {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  color: #000;
  border-left: 0px transparent solid;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 100;
  padding: 0px 20px;
  border-left: 5px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  section.depoimentos blockquote {
    font-size: 15px;
  }
}
section.depoimentos blockquote:after {
  content: "";
  clear: both;
}
section.depoimentos p {
  display: inline-block;
}
section.depoimentos .perfil {
  padding-top: 1em;
  position: relative;
  padding-left: 25px;
}
section.depoimentos .perfil i.fa.fa-comments {
  position: absolute;
  top: 19px;
  left: -8px;
  color: #b45e17;
  font-size: 25px;
}
section.depoimentos .perfil::before {
  color: #565656;
  font-size: 18px;
  display: inline-block;
  float: left;
  margin-right: 9px;
  margin-top: -6px;
  height: 46px;
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
section.depoimentos .perfil h3 {
  font-weight: 700;
  font-size: 23px;
}
@media screen and (max-width: 768px) {
  section.depoimentos .perfil h3 {
    font-size: 18px;
  }
}
section.depoimentos .perfil h3::before {
  position: relative;
  z-index: 2;
  left: -10px;
}
section.depoimentos .perfil h4 {
  font-weight: 200;
  font-size: 1.075em;
  margin-top: -10px;
}
@media screen and (max-width: 39.9375em) {
  section.depoimentos .perfil {
    width: 100%;
  }
}
section.depoimentos .owl-stage-outer {
  height: auto !important;
}
section.depoimentos .owl-prev, section.depoimentos .owl-next {
  background: transparent !important;
}
section.depoimentos .imgDepoimento {
  margin-left: calc(50% - 150px);
  height: 300px;
  width: 300px;
  border-radius: 150px;
  overflow: hidden;
  box-shadow: 2px 1px 15px 1px grey;
}
section.depoimentos .imgDepoimento img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.depoimentos i.fas.fa-angle-left {
  font-size: 50px;
  color: #bdbcbc;
  position: absolute;
  top: calc(50% - 50px);
  left: 0px;
}
section.depoimentos i.fas.fa-angle-right {
  font-size: 50px;
  color: #bdbcbc;
  position: absolute;
  top: calc(50% - 50px);
  right: 0px;
}
@media screen and (max-width: 768px) {
  section.depoimentos i.fas.fa-angle-right {
    right: 0% !important;
    font-size: 35px !important;
  }
  section.depoimentos i.fas.fa-angle-left {
    left: 0% !important;
    font-size: 35px !important;
  }
}

.listagemprocedimentos ul.categorias-procedimentos li {
  border: 2px solid #937f38 !important;
  padding: 10px 10px 10px 10px !important;
  border-radius: 10px;
  font-size: 14px;
  margin: 0 10px !important;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  color: #937f38 !important;
}
.listagemprocedimentos ul.categorias-procedimentos li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  display: block;
  transition: 0.3s;
}
.listagemprocedimentos ul.categorias-procedimentos li:hover, .listagemprocedimentos ul.categorias-procedimentos li.active {
  color: white !important;
  background-color: #937f38 !important;
}
.listagemprocedimentos ul.categorias-procedimentos li:hover a, .listagemprocedimentos ul.categorias-procedimentos li.active a {
  color: white !important;
}

section.videos h1 {
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-weight: 100;
}

section.separador-videos {
  margin: 50px 0px;
  padding: 30px 0px;
  border-top: 2px dashed #cacaca;
  border-bottom: 2px dashed #cacaca;
}
section.separador-videos .row {
  max-width: 1596px;
}
section.separador-videos .ver-todos a {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 160px;
  font-size: 18px;
  font-weight: 700;
  background-color: #937f38;
  border: 2px solid #937f38;
  color: white;
  padding: 3px 10px;
  border-radius: 17px;
  margin: 20px auto 0px auto;
  transition: all 0.3s;
}
section.separador-videos .ver-todos a:hover {
  background-color: white;
  color: #937f38;
}
section.separador-videos .title {
  font-size: 32px;
  font-weight: 300;
  padding: 10px 0px;
  text-align: center;
  color: #937f38;
}
section.separador-videos .box-video-externo {
  display: flex;
  margin: 25px 0px 0px 0px;
  flex-wrap: wrap;
  text-align: center;
}
section.separador-videos .box-video-externo .box-video-interno {
  padding: 5px 15px;
  margin: 0px auto 10px auto;
  /*Mobile*/
  flex: calc(100% - 10px) 1 0;
}
@media screen and (min-width: 992px) {
  section.separador-videos .box-video-externo .box-video-interno {
    flex: calc(33% - 10px) 0 0;
  }
}
@media screen and (min-width: 1199px) {
  section.separador-videos .box-video-externo .box-video-interno {
    flex: calc(33.33% - 10px) 0 0;
  }
}
@media screen and (min-width: 1400px) {
  section.separador-videos .box-video-externo .box-video-interno {
    flex: calc(33.33% - 10px) 0 0;
  }
}
section.separador-videos .box-video-externo .box-video-interno iframe {
  width: 100%;
  height: 277px;
  border: none;
}
section.separador-videos .box-video-externo .box-video-interno .txt {
  font-size: 15px;
  font-weight: 700;
  color: #616161;
}

@media (min-width: 992px) {
  footer .copyright {
    padding-bottom: 95px;
  }
}

section.barra-lgpd {
  font-family: "Source Sans Pro", sans-serif;
  padding: 0 15px;
  background-color: #fafafa;
  position: fixed;
  bottom: 0px;
  font-size: 12px;
  left: 0px;
  width: 100%;
  z-index: 13;
  display: none;
}
@media (max-width: 991px) {
  section.barra-lgpd {
    padding: 10px;
    position: fixed;
    top: auto;
  }
}
section.barra-lgpd.exibir {
  display: block;
}
@media (min-width: 992px) {
  section.barra-lgpd.scroll {
    bottom: 64px;
  }
}
section.barra-lgpd .row, section.barra-lgpd .container {
  max-width: 1400px !important;
  margin: auto;
  justify-content: center;
}
section.barra-lgpd .row .conteudo-lgpd-in, section.barra-lgpd .container .conteudo-lgpd-in {
  display: flex;
  align-items: center;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in, section.barra-lgpd .container .conteudo-lgpd-in .txt-in {
  width: 100%;
}
section.barra-lgpd .row .conteudo-lgpd-in .txt-in a, section.barra-lgpd .container .conteudo-lgpd-in .txt-in a {
  color: gray;
  text-decoration: underline;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button, section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
  background-color: white;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  margin-left: 20px;
  padding: 5px 10px;
  margin: 5px 0 5px 15px;
  color: black;
  border: 1px solid gray;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  transition: 0.3s all;
}
section.barra-lgpd .row .conteudo-lgpd-in .button-in button:hover, section.barra-lgpd .container .conteudo-lgpd-in .button-in button:hover {
  background-color: #f9f9f9;
}
@media screen and (max-width: 991px) {
  section.barra-lgpd .row .conteudo-lgpd-in, section.barra-lgpd .container .conteudo-lgpd-in {
    flex-direction: column;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in, section.barra-lgpd .container .conteudo-lgpd-in .button-in {
    text-align: center;
  }
  section.barra-lgpd .row .conteudo-lgpd-in .button-in button, section.barra-lgpd .container .conteudo-lgpd-in .button-in button {
    margin-top: 10px;
    margin-left: auto;
  }
}

/*=================================
=            NOVIDADES            =
=================================*/
#content[role=novidades] .title {
  padding: 2em 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
}
#content[role=novidades] .title h1 {
  font-weight: 300;
  text-transform: uppercase;
}
#content[role=novidades] .body {
  padding: 0 0 2em;
}
#content[role=novidades] .body h2 {
  font-size: 1em;
  color: #4f4940;
  margin-top: 1em;
  font-weight: 400;
}
#content[role=novidades] .body p {
  color: #000;
  font-size: 0.8em;
}
#content[role=novidades] .body .item {
  margin-bottom: 1.5rem;
}
#content[role=novidades] .body span {
  display: block;
  color: #c4ab6c;
  font-weight: 600;
  text-transform: uppercase;
}
#content[role=novidades] .body span:hover {
  text-decoration: underline;
}
#content[role=novidades] .body span:before {
  display: block;
  float: left;
  content: "";
  color: #dcd6cc;
  margin-right: 0.5em;
  font-family: "FontAwesome";
}
#content[role=novidades] .paginacao-blog ul {
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin: auto;
  max-width: 350px;
  margin-bottom: 20px;
}
#content[role=novidades] .paginacao-blog ul a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
#content[role=novidades] .paginacao-blog ul a.active {
  background-color: #b9a046;
  color: #fff;
}

#content[role=novidade] .title {
  padding: 2em 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2em;
}
#content[role=novidade] .title h1 {
  font-weight: 300;
  text-transform: uppercase;
}
#content[role=novidade] .body {
  padding: 0 0 2em;
}
#content[role=novidade] .body .conteudo h1 {
  color: #937f38;
  font-weight: 600;
  font-size: 2em;
}
#content[role=novidade] .body .conteudo h2 {
  color: #937f38;
  font-weight: 600;
  font-size: 1.563em;
}
#content[role=novidade] .body .conteudo h3 {
  font-size: 1.3em !important;
}
#content[role=novidade] .body .conteudo h4 {
  font-size: 1em !important;
}
#content[role=novidade] .body .conteudo h5 {
  font-size: 0.9em !important;
}
#content[role=novidade] .body .conteudo h6 {
  font-size: 0.8em !important;
}
#content[role=novidade] .body .conteudo a {
  font-weight: 600;
}
#content[role=novidade] .body .conteudo strong,
#content[role=novidade] .body .conteudo b {
  font-weight: 600;
  color: #000;
}
#content[role=novidade] .body .conteudo a.voltar {
  color: #333333;
  font-size: 1.125em;
  padding: 0 0 0.5em;
  display: block;
}
#content[role=novidade] .body .conteudo .publicacao-info {
  display: block;
  font-size: 0.75em;
  margin-bottom: 1em;
}
#content[role=novidade] .body .conteudo .share {
  padding: 1em 0;
}
#content[role=novidade] .body .conteudo p {
  color: #4a4a4a;
  font-size: 0.8em;
}
#content[role=novidade] .body aside h2 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 1.625em;
  margin-bottom: 0.5em;
}
#content[role=novidade] .body aside h3 {
  font-size: 1em;
  color: #4f4940;
  margin-top: 1em;
  font-weight: 400;
}
#content[role=novidade] .body aside .box {
  margin-bottom: 1em;
}
#content[role=novidade] .body aside .box p {
  color: #4a4a4a;
  font-size: 0.8em;
}
#content[role=novidade] .body aside .box span {
  display: block;
  color: #c4ab6c;
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
}
#content[role=novidade] .body aside .box span:hover {
  text-decoration: underline;
}
#content[role=novidade] .body aside .box span:before {
  display: block;
  float: left;
  margin-top: 0.15em;
  content: "";
  color: #dcd6cc;
  margin-right: 0.5em;
  font-family: "FontAwesome";
}/*# sourceMappingURL=app.css.map */