@charset "UTF-8";
/*
	Theme Name: Franciliano Baccar
	Theme URI: https://www.francilianobaccar.adv.br/
	Author: Mídia Marketing
	Author URI: https://www.sitecontabil.com.br/
	Description: Franciliano Baccar - Site criado em 2019
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: inherit;
  color: #272727;
  font-size: 15px;
  font-family: 'Archivo Narrow', sans-serif;
}

body, html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 320px;
}

.redes a {
  display: inline-block;
  padding: 6px;
  border-radius: 50%;
  background: #fafafa;
  border: 1px solid #c8c8c8;
  margin: 2px;
}

.redes a i.fa-facebook {
  color: #12599a;
}

.redes a i.fa-twitter {
  color: #5bb8df;
}

.redes a i.fa-skype {
  color: #50c7f5;
}

.redes a i.fa-linkedin {
  color: #0270ad;
}

.redes a i.fa-instagram {
  color: #d41b49;
}

.banner {
  overflow: hidden;
  position: relative;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
}

.banner .fotos {
  width: 100%;
  height: 280px;
  background-size: cover;
}

.banner-botoes {
  position: absolute;
  z-index: 999;
  bottom: 10px;
  right: 10px;
}

.banner-botoes i.fa {
  width: 32px;
  line-height: 32px !important;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-faixa {
  background: linear-gradient(to top, #a28246, #bea169);
}

.menu li {
  position: relative;
  flex-grow: 1;
}

.menu li:not(:last-child) {
  border-right: 1px dotted #bea169;
}

.menu li a {
  display: block;
  padding: 10px 5px;
  color: #e1d3ba;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 19px;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms;
}

.menu li a:hover {
  background-color: #7e6537;
}

.menu li:hover > .sub-menu {
  display: block;
}

@media screen and (min-width: 992px) {
  .menu .sub-menu {
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 100%;
    list-style: none;
    margin: 0;
    padding: 5px;
    background-color: #fff;
    display: none;
    transform: translate(-50%, 0);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  }
  .menu .sub-menu li {
    border: 0;
  }
  .menu .sub-menu li a {
    white-space: nowrap;
    color: #333;
    font-size: 16px;
  }
  .menu .sub-menu li a:hover {
    background-color: #7e6537;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .menu {
    position: fixed;
    z-index: 999;
    right: -100%;
    top: 0;
    margin: auto;
    background: linear-gradient(to top, #a28246, #bea169);
    padding: 10px;
    width: 50%;
    min-width: 290px;
    max-width: 320px;
    height: 100%;
    overflow: auto;
  }
  .menu li {
    border: 0;
  }
  .menu li a {
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    margin: 5px 0 0;
    transition: background-color 200ms;
  }
  .menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.07);
    list-style: none;
    margin: 0;
    padding: 5px;
    display: block;
  }
  .menu .sub-menu a {
    margin: 0;
    font-size: 16px !important;
  }
}

.menu-rodape {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}

.menu-rodape li {
  flex-grow: 1;
}

.menu-rodape li:not(:last-child) {
  border-right: 1px dotted #bea169;
}

.menu-rodape li a {
  padding: 5px;
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.menu-responsivo {
  cursor: pointer;
  border: none;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 10px;
  color: #d9c8a8;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 19px;
  background-color: #7e6537;
}

.menu-responsivo span {
  margin-left: 15px;
}

.menu-responsivo-fundo {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.menu-responsivo-fechar {
  cursor: pointer;
  border: none;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 10px;
  color: #d9c8a8;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 19px;
  background-color: #7e6537;
}

.borda {
  border-top: 3px solid #900;
  border-bottom: 1px dotted #000;
}

.texto-titulo {
  color: #900;
  font-weight: 300;
  font-size: 21px;
}

.texto-light {
  color: #858585;
}

.texto-link {
  color: #900;
  text-decoration: none;
}

.texto-link:hover {
  text-decoration: underline;
}

a.botao {
  display: inline-block;
  padding: 10px 20px;
  background-color: #900;
  color: #fff;
  border-radius: 2px;
  text-decoration: none;
}

.formulario input, .formulario textarea, .formulario select {
  width: 100%;
  border: 1px solid #e1e1e1;
  padding: 7px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-family: inherit;
}

.formulario:not(.busca) input, .formulario:not(.busca) textarea, .formulario:not(.busca) select {
  margin-bottom: 5px;
}

.formulario .botao {
  width: auto;
  cursor: pointer;
  background-color: #efefef;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 10px;
}

.formulario.busca .botao {
  background-color: #e0aa55;
  border: 0;
  color: #fff;
}

.img-home {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 160px;
  width: auto;
}

.programacao {
  display: block;
  color: inherit;
  padding: 5px;
  text-decoration: none;
  transition: 250ms all;
}

.programacao:hover {
  background-color: #f7f7f7;
}

.links-importantes a {
  text-decoration: none;
  color: inherit;
  transition: color 250ms;
}

.links-importantes a:hover {
  color: #900;
}

.utilitarios {
  display: block;
  flex: 1;
  border: 1px solid #e1e1e1;
  padding: 5px;
  margin: 5px;
  text-decoration: none;
  transition: 250ms all;
}

.utilitarios:hover {
  background-color: #f7f7f7;
}

.rodape {
  border-top: 5px solid #a28246;
}

@media screen and (max-width: 991px) {
  .rodape {
    text-align: center;
  }
}

.conteudo {
  padding-bottom: 20px;
}

.conteudo-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 5px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.conteudo .mapa iframe {
  width: 100% !important;
  height: 200px !important;
}

/* WORDPRESS */
.divisoria {
  width: 100%;
  border-bottom: 1px dotted #bbb;
  margin: 25px 0;
}

/* CONTACT FORM 7 */
div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-radius: 3px;
  border: 2px solid #bfe3b1 !important;
  font-size: 13px !important;
}

div.wpcf7-validation-errors {
  color: #a94442;
  background-color: #f2dede;
  border-radius: 3px;
  border: 2px solid #dd9f9f !important;
  font-size: 13px !important;
}

div.wpcf7-response-output {
  margin: 15px 0 0 !important;
  padding: 15px !important;
}

span.wpcf7-not-valid-tip {
  color: #a94442 !important;
  font-size: 12px !important;
  text-align: left;
}

pre {
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  padding: 15px;
  font-family: monospace;
}

blockquote {
  border-left: 5px solid #900;
  padding: 5px 15px;
  font-size: 0.8em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

table thead {
  background-color: #bea169;
  color: #fff;
}

table tr td, table tr th {
  border: 1px solid #ccc;
  padding: 5px;
}

table tbody th {
  background-color: #eee;
}

address {
  font-style: italic;
}

s, strike, del {
  text-decoration: line-through;
}

u, ins {
  text-decoration: underline;
}

q {
  display: inline;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

.post-card {
  margin: 0 0 20px 0;
  border-color: #900;
  border-style: solid;
  border-width: 3px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 25px;
}

.post-card.sticky {
  border-color: #900;
}

.post-card img {
  max-width: 100%;
  height: auto;
}

.post-card img.thumbnail {
  display: block;
  margin: auto;
  border-radius: 2px;
  width: auto;
  max-height: 500px;
}

.post-card *[style] {
  max-width: 100%;
}

.post-card .thumbnail {
  display: block;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.post-card .link-category a {
  color: #900;
  text-decoration: none;
}

.post-card .link-category a:hover {
  text-decoration: underline;
}

.pages .page-numbers {
  text-decoration: none;
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: linear-gradient(to bottom, #fff, #eee);
  color: #666;
}

.pages .page-numbers.current {
  color: #fff;
  border-color: #bea169;
  background: #bea169;
}

.alignleft {
  float: left;
  margin: 5px;
}

.alignright {
  float: right;
  margin: 5px;
}

.aligncenter {
  margin: 5px auto;
}

.wp-caption-text {
  font-size: 0.8em;
  color: #333;
}

.sidebar .widget {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 15px;
}

.sidebar .widget .searchform {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 0;
}

.sidebar .widget .searchform div {
  display: flex;
}

.sidebar .widget .searchform div label {
  display: none;
}

.sidebar .widget .searchform div input, .sidebar .widget .searchform div button {
  border: none;
  padding: 5px;
  background-color: #fff;
}

.sidebar .widget .searchform div input[type=text], .sidebar .widget .searchform div button[type=text] {
  flex: 1;
  min-width: 100px;
}

.sidebar .widget .searchform div input[type=submit], .sidebar .widget .searchform div button[type=submit] {
  width: auto;
  border-left: 1px solid #eee;
  cursor: pointer;
  padding: 5px 10px;
  white-space: nowrap;
}

.sidebar .widget a {
  color: inherit;
  transition: all 300ms;
}

.sidebar .widget a:hover {
  text-decoration: underline;
  color: #900;
}
