@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(tagsinput.css);
body {
  font-size: 10pt;
  margin: 0;
  opacity: 1;
  font-family: Montserrat, sans-serif
}

.btn.focus, .btn:focus {
  box-shadow: 0 0!important
}

::selection {
  background: #fdcc03;
  color: #000
}

::-moz-selection {
  background: #fdcc03;
  color: #000
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none
}

a {
  text-decoration: none!important
}

a:hover {
  color: inherit
}

a.text-light:focus {
  color: #000!important
}

#newsletter {
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, .5);
  animation-delay: 10s;
  animation: newsletter .6s linear;
  display: flex
}

.newsletter-div {
  width: 450px;
  height: 550px
}

.img-newsletter {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

.img-newsletter:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(253, 204, 3, .5)
}

.img-newsletter img {
  z-index: 9999
}

.icon-newsletter {
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 9999
}

.bg-1 {
  background-color: #fdcc03
}

.bg-2 {
  background-color: #000
}

.bg-3 {
  background-color: #ededed
}

.bg-4 {
  background-color: #e4e4e4
}

.bd-1 {
  border-top: 3px #fdcc03 solid
}

.bd-2 {
  border-right: 5px solid #fff
}

.bd-3 {
  border-bottom: 2px solid #000
}

.gd-1 {
  opacity: .6!important
}

.fc-1 {
  color: #000
}

.fc-2 {
  color: #fff
}

.fc-3 {
  color: #fdcc03
}

.fs-icon {
  font-size: 2rem;
  transition: all .4s ease-in-out
}

.fs-1 {
  font-size: .4rem
}

.fs-footer {
  font-size: 10.4px
}

.text-decoration-overline {
  text-decoration: line-through
}

.z-index-1 {
  z-index: -1!important
}

.btn-pagina {
  width: 35px;
  height: 35px
}

.edital-lote {
  height: 180px;
  overflow-y: scroll
}

.desocupado {
  background-color: #0007aa;
  transform: rotate(45deg);
  z-index: 2;
  right: -45px;
  top: 40px;
  width: 200px
}

.desconto-leilao {
  bottom: 0
}

.pracas-leilao {
  height: 140px
}

.pracas-destaques {
  height: 130px
}

.titulo-leilao {
  height: 60px;
  position: absolute;
  left: -10px;
  width: calc(100% + 20px)
}

.botao-seta-leilao {
  top: 0;
  right: 0
}

.trapezio {
  border-top: 45px solid #c1c1c1;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  width: calc(100% + 20px);
  position: absolute;
  top: 100%
}

.titulo-leilao-box {
  height: 60px
}

.desconto-leilao {
  background: linear-gradient(to top, grey, transparent);
  height: 30px
}

.banner-leilao {
  width: 100%;
  height: 220px
}

.lote-box {
  height: 350px
}

.lote-box-img {
  height: 350px
}

.carousel-indicators li {
  width: 10px!important;
  height: 10px!important;
  border-radius: 50%;
  background-color: #000!important
}

.nav-pills .nav-link {
  background-color: #ededed
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #b5b5b5;
  color: #000;
  transition: all .4s ease-in-out
}

.slick-arrow {
  background: 0 0!important;
  border: 0
}

.leiloes {
  z-index: 1
}

.navbar-gra {
  transition: all .4s ease-in-out;
  margin-top: 52px;
  background: #fff
}

.logo {
  height: 112px;
  transition: all .4s ease-in-out
}

.busca {
  padding-top: 140px
}

@keyframes newsletter {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes mail-animation {
  0% {
    display: none
  }
  100% {
    display: block
  }
}

@media(min-width:996px) {
  #minha-conta {
    min-width: 400px
  }
  #categorias {
    min-width: 400px
  }
  #login {
    min-width: 300px
  }
  .busca {
    padding-top: 200px
  }
  .bd-5 {
    border-left: 1px solid #fff
  }
}

@media(max-width:768px) {
  .newsletter-div {
    width: 350px;
    height: 500px
  }
  .img-newsletter {
    height: 190px
  }
}

@media(max-width:996px) {
  .social-navbar {
    font-size: 10px
  }
}

@media(min-width:768px) {
  .bd-4 {
    border-right: 1px solid #fff
  }
}

.fancybox-content {
  max-height: 800px!important
}

.table-scroll {
  max-height: 350px;
  overflow: auto;
  
}
.custom-file-input {
  cursor: pointer;
}