:root {
  --colorDefaut: #333;
  --colorDefautTwo: #4b4b4a;
  --colorprimary: #da5013;
  --colorBG: #cbd2de;
  --greenButton: #39aaa5;
}

body {
  font-family: 'houschka_promedium';
}

button, a {
  outline: 0 !important
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

.faixa-topo {
  background-color: var(--colorDefautTwo);
}

.bts {
  display: block;
  width: 20px;
  padding: 10px 0;
  height: 45px;
  float: right;
  display: none
}

.bts span,
.bts span:after,
.bts span:before {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.bts span:after,
.bts span:before {
  content: '';
  position: relative;
}

.bts span:after {
  top: 5px;
}

.bts span:before {
  top: 20px;
}

.listtop {
  padding: 0;
  list-style-type: none;
  float: right;
  margin: 0;
}

.listtop li {
  display: inline-block;
  border-left: thin solid #353535;
  border-right: thin solid #737373;
  float: left;
  padding: 0 14px;
}

.listtop li a,
.listtop li button {
  border: none;
  padding: 15px 6px;
  display: inline-block;
  color: #fff;
  font-size: 19px;
  font-family: 'houschka_prolight';
  background: none;
  outline: 0;
}

.listtop li a:hover,
.listtop li button:hover {
  color: var(--colorprimary)
}

.listtop li:first-child {
  border-left: 0
}

.listtop li:last-child {
  border-right: 0
}

.content-nav {
  background-color: #da5013;
  padding: 3px 0 12px;
}

h1.logo {
  margin: 0;
  padding: 0;
  font-size: 0
}

nav {
  float: right;
  padding-right: 18px
}

nav ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

nav ul > li {
  display: inline-block;
  position: relative;
  padding-left: .8em;
}

nav ul > li:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: var(--colorDefautTwo);
  top: 50%;
  margin-top: -2.5px;
  left: 2px;
}

nav ul > li > ul > li:before {
  content: none
}

nav ul > li:first-child:before {
  content: none
}

nav ul > li > a {
  color: #fff;
  font-family: 'houschka_proextrabold';
  text-transform: uppercase;
}

nav ul > li:hover > a {
  color: var(--colorDefautTwo);
  text-decoration: none
}

nav ul > li > ul {
  display: none;
  position: absolute;
  padding: 20px;
  left: 0;
  width: 250px;
  overflow-x: hidden;
  background-color: var(--colorDefautTwo);
  top: 2em;
  z-index: 999
}

nav ul > li > ul:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--colorprimary);
  position: absolute;
  top: -11px;
  transform: rotate(45deg);
}

nav ul > li > ul > li {
  display: block;
  padding: 5px 0;
}

nav ul > li > ul > li > a {
  font-family: 'houschka_promedium';
  font-size: 12px;
}

nav ul > li > ul > li:hover > a {
  color: var(--colorprimary);
  text-decoration: none
}

.hamburger {
  float: right;
  display: none
}

.hamburger-inner, .hamburger-inner:after,
.hamburger-inner:before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: var(--colorDefautTwo);
}

.slick-slide {
  position: relative;
}

.text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 300px;
  margin-top: -150px;
}

.legend {
  top: 50%;
  background-color: rgba(76, 76, 75, .9);
  padding: 30px;
  color: #fff;
  width: 100%;
  font-family: 'houschka_prolight';
  font-size: 20px;
  line-height: 1.2
}

.legend h2 {
  font-family: 'houschka_proextrabold';
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: thin solid #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: var(--colorprimary);;
  border-color: var(--colorprimary);
  box-shadow: none;
  outline: 0 !important
}

.btn-primary:hover {
  opacity: .9
}

/*slick dots*/
.slick-dots {
  position: absolute;
  padding: 0 20px;
  width: 1140px;
  padding: 0 15px;
  left: 50%;
  margin-left: -570px;
  max-width: 100%;
  bottom: 12px;
}

.slick-dots li {
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  background: none !important
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 0;
  background: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 0 !important
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
  background: var(--colorprimary)
}

#servicos {
  text-align: center;
  padding-top: 30px
}

#servicos h3 {
  color: var(--colorDefaut);
  font-family: 'houschka_proextrabold';
  font-size: 19px;
  text-transform: uppercase;
}

.internas #servicos {
  padding-top: 16px;
}

.service {
  margin-bottom: 20px
}

.service:hover {
  opacity: .9
}

.outline {
  display: none
}

#noticiaHome {
  padding: 30px 0 40px;
}

.boxnoticia {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'houschka_promedium';
  line-height: 1.2
}

.tprince {
  font-family: 'houschka_proextrabold';
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #4b4b4a;
  margin-bottom: 40px;
  margin-top: 0
}

.figborda {
  border: thin solid var(--colorDefautTwo);
  padding: 15px;
}

.boxnoticia h2,
article h2 {
  color: var(--greenButton);
  font-family: 'houschka_proextrabold';
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 28px;
}

.boxnoticia h3 {
  color: var(--greenButton);
  font-family: 'houschka_proextrabold';
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 22px
}

.boxnoticia p {
  margin-bottom: 20px
}

.internas .boxnoticia {
  font-size: 15px
}

.hoverop:hover {
  opacity: .9
}

.nbtn {
  text-transform: uppercase;
  padding: .4em .8em
}

#quemsomos {
  padding: 50px 0 40px;
  background: url(../layout/bg-orange.jpg) no-repeat center top;
  /*background-color:#da5013;*/
  background-size: cover;
  color: #fff;
}

#quemsomos .tprince {
  color: #fff;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.maker {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
  bottom: -28px;
  left: 0;
}

#rodape {
  background-color: var(--colorDefautTwo);
  color: #fff;
  font-size: 17px;
  font-family: 'houschka_promedium';
}

#rodape big {
  color: var(--colorprimary);
  font-family: 'houschka_prodemibold';
  font-size: 26px;
  display: block;
}

.text-footer {
  padding: 20px 15px;
  display: block;
}

.bdrs {
  border-left: thin solid #353535;
  border-right: thin solid #353535;
}

.linksbottom {
  background-color: #cacaca;
  padding: 10px 0;
  color: #4c4c4b;
  font-family: 'houschka_probold';
  font-size: 18px;
}

.linksbottom ul {
  list-style-type: none;
  padding: 15px 0 0;
}

.linksbottom ul li:hover a {
  color: var(--colorprimary)
}

.brdleft {
  border-left: 2px solid #4c4c4b;
}

.copy {
  text-align: center;
  padding: 20px 0
}

.banner-iternas {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: url(../layout/bg-bannerinternas.jpg) no-repeat center top;
}

.banner-iternas h2 {
  font-family: 'houschka_probold';
  font-size: 48px;
  margin: 0 auto;
  padding: .8em 0;
}

article {
  padding: 40px 0;
  font-size: 20px;
  line-height: 1.2
}

article#noticia img{
  padding: 10px 0px 10px 10px;
  border-radius: 20px;
}

article ul {
  list-style-type: square;
}

article ul li {
  margin-bottom: 15px;
}

article .share {
  border-top: 2px solid #353535;
  border-bottom: 2px solid #353535;
  padding: 10px 0;
  font-size: 18px;
  margin-bottom: 30px
}

.data span {
  color: var(--greenButton);
}

.comissao h6 {
  text-transform: uppercase;
  font-family: 'houschka_proextrabold';
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1
}

.comissao div {
  font-size: 20px;
  color: var(--greenButton);
  text-transform: uppercase;
}

.internas .mt-5 {
  margin-top: 1.2rem !important
}

.blockquote {
  background: var(--greenButton);
  color: #fff;
  font-size: 20px;
  padding: 30px;
  line-height: 1.2;

}

.blockquote h3 {
  text-transform: uppercase;
  font-family: 'houschka_proextrabold';
  font-size: 36px;
  margin-bottom: 30px
}

.navegue h3 {
  color: var(--colorDefaut);
  padding-bottom: 10px;
  font-size: 30px;
  font-family: 'houschka_probold';
  text-transform: uppercase;
  border-bottom: 3px solid var(--colorDefaut);
  margin-bottom: 20px
}

.links a {
  color: var(--colorDefaut);
  padding: .6em 0;
  display: block;
}

.links a:hover,
.links a.act {
  color: var(--greenButton)
}

.linkitem,
.links section {
  border-bottom: thin dotted var(--colorDefaut);
}

#filtros {
  background: var(--colorprimary);
  display: block;
  padding: 20px;
}

#filtros input,
#filtros label,
#filtros select {
  display: block;
  border: none;
  width: 100%;
  color: #fff;
}

#filtros input[type='text'],
#filtros select {
  padding: 0 10px;
  margin-bottom: 20px;
  height: 40px;
  background: #89310b;
  outline: 0
}

#filtros option {
  color: #fff;
  background: #89310b;
}

#filtros option:hover {
  background-color: var(--colorprimary);
}

#filtros ::placeholder {
  color: #fff;
}

#filtros input[type='reset'] {
  background: none;
  display: inline-block;
  text-align: right;
  outline: 0;
  width: auto;
}

#filtros input[type='reset']:hover {
  text-decoration: underline;
}

#filtros label {
  font-family: 'houschka_probold';
}

.result {
  margin: 15px 0;
}

.itembusca {
  background: #dadbdd;
  font-size: 20px;
  margin-bottom: 15px;
  padding: 0 15px
}

.docs {
  padding: 10px 0;
  text-align: right;
}

.subtitle {
  font-size: 27px;
  font-family: 'houschka_probold';
  text-transform: uppercase;
  line-height: .9;
  margin-bottom: 42px;
}

.formbusca {
  margin-bottom: 80px
}

.title-link a {
  /*color: var(--greenButton);*/
  font-size: 18px
}

.title-link {
  margin-bottom: 0
}

.title-link a:hover {
  text-decoration: underline;
}

.links ul {
  padding-left: 20px
}

.links ul li a {
  padding: 5px 0
}

.contato input,
.contato textarea,
.contato span {
  display: block;
  width: 100%;
  border: none;
  background: #cbd2de;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 10px;
  outline: 0
}

.contato input[type="submit"] {
  background: #39aaa5;
  border-radius: 5px;
  font-size: 20px;
  font-family: 'houschka_probold';
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
}

.contato input[type="submit"]:hover {
  opacity: .9;

}

.input {
  height: 50px;
  position: relative;
}

.input:after {
  content: '';
  width: 20px;
  right: 17px;
  height: 20px;
  display: block;
  position: absolute;
  top: 16px;
  background: url(../layout/paperclip.png) no-repeat center top;
  background-size: cover;
  opacity: .4;
}

.file {
  position: relative;
}

.file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.constratar main *,
.constratar header *,
.constratar #rodape *,
.constratar article *,
.constratar section *,
.constratar #rodape,
.constratar section,
.constratar .linksbottom,
.constratar main {
  background: #000 !important;
  color: #fff !important
}

.constratar .maker,
.constratar .maker img {
  background: none !important
}

.constratar input,
.constratar textarea,
.constratar .input,
.constratar select,
.constratar select option,
.constratar .itembusca,
.constratar .itembusca * {
  background: #fff !important;
  color: #000 !important
}

.constratar hr {
  border-color: #fff
}

.dropme {
  display: none
}

@media screen and (max-width: 1199px) {
  nav ul > li > a {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .faixa-topo {
    height: 40px;
    padding: 5px 0
  }

  .pfjf {
    display: inline-block;
    width: 120px;
    max-width: 100%
  }

  .listtop {
    position: absolute;
    top: 20px;
    right: -6px;
    background-color: var(--colorDefautTwo);
    display: none;
    z-index: 99;
  }

  .listtop li {
    display: block;
    float: none;
    text-align: center;
  }

  .bts {
    display: block;
    position: absolute;
    z-index: 999;
    top: -22px;
    right: -14px;
  }

  .content-nav {
    height: 56px;
    position: relative;
  }

  .content-nav div[class*="col-"] {
    position: static;
  }

  .logo {
    width: 120px;
    max-width: 100%
  }

  nav {
    position: absolute;
    background-color: var(--colorprimary);
    width: 100%;
    left: 0;
    top: 56px;
    height: calc(100vh - 56px);
    display: none;
    z-index: 99
  }

  nav ul {
    padding: 0 20px;
  }

  nav ul li {
    display: block;
    padding: 0 10px;
    border-bottom: thin dotted #fff
  }

  nav ul li:last-child {
    border: none;
  }

  nav ul > li > a {
    font-size: 13px;
    padding: 8px 0;
    display: inline-block;
  }

  nav ul li:before {
    content: none
  }

  nav ul > li > ul {
    position: relative;
    top: 0;
    width: 100%;   
  }

  .hamburger {
    display: block;
  }

  .hamburger-box {
    position: absolute;
    top: 15px;
  }

}

@media screen and (max-width: 600px) {
  .bts {
    display: block;
    position: absolute;
    z-index: 999;
    top: -22px;
    right: 13px;
  }

  .listtop {
    right: 0;
  }

  .hamburger-box {
    right: 15px;
  }

  .legend h2 {
    
    font-size: 15px;
  }
  .legend {
    font-size: 13px
  }
  .text{
    top: 66%;
    opacity: .8
  }
  .tprince {
    font-size: 38px !important
  }

  .service img {
    margin: auto;
  }

  #servicos h3 {
    font-size: 14px;
  }

  #rodape {
    padding: 20px 0;
    text-align: center;
  }

  .bdrs {
    border: none;
    border-top: thin solid #353535;
    border-bottom: thin solid #353535;
    margin: 13px auto;
  }

  .map-responsive {
    padding-bottom: 55%;
  }

  .boxnoticia h2,
  article h2 {
    font-size: 22px
  }

  .blockquote h3 {
    font-size: 27px
  }

  .banner-iternas h2 {
    font-size: 30px;
    padding: .6em 0;
  }

  .navegue h3 {
    font-size: 22px;
    position: relative;
  }

  .navegue h3 span {
    display: block;
    border-right: 2px solid #353535;
    border-bottom: 2px solid #353535;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 14%;
    transform: rotate(45deg);
    transition: 250ms;
  }

  .navegue h3 span.act {
    transform: rotate(-135deg);
    top: 10px;
  }

  aside {
    margin-bottom: 40px;
    display: block;
  }

  .links {
    display: none
  }
}

.paginacao {
  border-radius: 35px;
  overflow: hidden;
  display: inline-block;
  background: #fff;
  text-align: center;
  margin-top: 50px;
}

.paginacao a {
  display: inline-block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  cursor: pointer
}

.paginacao a.ativo, .paginacao a:hover {
  background: var(--colorprimary);
  color: #fff !important;
}

.paginacao span {
  position: relative;
  top: 2px;
  display: inline-block;
}

.paginacao a.anterior span {
  transform: rotate(-180deg);
}

.paginacao a.anterior,
.paginacao a.proxima,
.paginacao a.primeira,
.paginacao a.ultima {
  background: #777;
  color: #fff;
}

.paginacao a.anterior:hover,
.paginacao a.proxima:hover,
.paginacao a.primeira:hover,
.paginacao a.ultima:hover {
  background: var(--colorprimary);
  color: #fff;
}

.carregando {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  min-height: 219px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid var(--colorprimary);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--colorprimary) transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.vazio {
  width: 100%;
  text-align: center; /**/
  font-size: 20px;
  margin-top: 10px;
}

.title-sobreposto {
  font-size: 27px;
}

.aside-left ul li a {
  font-size: 15px;
}

.box-filtros h5 {
  font-size: 20px;
}

.sel-filtro select, input.sel {
  font-size: 15px;
}

.navegue .links .linkitem ol {
  list-style-type: disc;
}

.navegue .links .linkitem a.sub:after {
  content: '';
  display: block;
  position: absolute;
  right: 7px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #83878f;
  border-left: 2px solid #83878f;
  transform: rotate(-135deg);
  top: 22px;
}

.docs span {
  font-size: 35px !important;
}