:root{
  --cor1: #111; 
  --cor2: #eee; 
  --cor3: #fff; 
  --cor4: #666;
  --cor5: #999;
}

body {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

a {
  font-weight: 600;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s;
}

a:hover {
  color: unset;
  opacity: 0.8;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 9999999999;
  background: rgba(255,255,255, 0.8);
  top: 0px;
  left: 0px;
}

.loader {
  position: absolute;
  top: calc( 50% - 25px);
  left: calc( 50% - 25px);
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--cor1);
  border-right-color: var(--cor2);
  animation: l2 1s infinite linear;
}
@keyframes l2 {to{transform: rotate(1turn)}}


section {
  padding-top: 80px;
  padding-bottom: 80px;
}

section:first-of-type {
  margin-top: 100px;
  padding-top: 50px;
  min-height: 60vh;
}

section.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
} 

.inverted {
  background-color: #333;
  color: var(--cor3);
}

light { 
  font-weight: 100;
}
h2.title {
  font-size: 42px;
}

.coll {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  height: auto;
  max-height: 50px;
}

.coll.active {
  max-height: 1000000px;
}

.coll .coll-toggle {
  position: absolute;
  right: 5px;
  top: 11px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 25px;
}

.alert-bottom {
  position: fixed;
  width: 40%;
  padding: 15px 20px;
  border-radius: 6px;
  bottom: 15px;
  right: -40%;
  /* opacity: 0.9; */
  z-index: 99999999999;
  transition: all 0.4s;
}

.alert-bottom.active {
  right: 15px;
}

.alert-bottom i {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
}

.alert-bottom.alert-danger {
  border: 1px solid #721c24;
}

.alert-bottom.alert-success {
  border: 1px solid #155724;
}

.alert-bottom.alert-warning {
  border: 1px solid #856404;
}

@media (max-width: 1199.98px) {
  .alert-bottom {
    width: 90%;
    right: -90%;
  }
}

.card {
  border-radius: 15px;
  border-color: #ddd !important;
  padding: 20px;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.05);
}

.card .card-header {
  background-color: transparent !important;
  border-color: #ddd !important;
}

.list-group-item {
  border: none !important;
}

.slick-track {
  margin-left: 0px !important;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

.country-select {
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 25px 17px;
  padding-left: 40px; /* Adjust padding to make room for flag */
}

input[type="date"] {
  overflow: hidden;
  position: relative;
}

input[type="date"]:before {
  color: #777;
  content: attr(placeholder) !important;
  margin-right: 0.5em;
  position: absolute;
  background-color: var(--cor2);
  padding-right: 10px;
}

input[type="date"]:focus:before {
  content: '' !important;
}

.scrollable {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scrollable-content {
  display: inline-block;
  height: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  scrollbar-width: none; /* Oculta a barra de rolagem no Firefox */
}

.scrollable-content::-webkit-scrollbar {
  display: none; /* Oculta a barra de rolagem no Chrome, Safari e Opera */
}

.scrollLeft, .scrollRight {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
  border: none !important;
  top: calc( 50% - 30px );
}

.scrollLeft {
  left: 0px;
  display: none;
}

.scrollRight {
  right: 0px;
  display: none;
}
/* header */
header {
  background: #fff;
}

header .logo {
  max-height: 43px;
}

.header-bot nav {
  padding: 10px 5px;
}

.header-bot nav .navbar-brand {
  margin-right: 50px;
}

.header-bot nav .nav-link {
  color: var(--cor1);
}

.header-sub {
  background: var(--cor1);
  padding: 3px;
}

.header-sub .container {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-sub a {
  color: var(--cor2);
  display: block;
  font-weight: 300;
  font-size: 14px;
  margin-left: 20px;
}

.right-menu i {
  margin: 5px 15px;
  font-size: 18px;
}

.right-menu .search {
  width: 300px;
  position: relative;
}

.right-menu .search i {
  position: absolute;
  right: 0px;
  top: 5px
}

.header-sub .lang-menu {
  margin-left: 20px;
  position: relative;
  color: var(--cor3);
}

.header-sub .lang-menu #lang-atual {
  cursor: pointer;
}

.header-sub .lang-menu #lang-atual i {
  font-size: 12px;
  margin-left: 5px;
}

.header-sub .lang-menu .lang {
  display: none;
  position: absolute;
  top: 25px;
  right: 0px;
  padding: 7px;
  background-color: var(--cor1);
}

.header-sub .lang-menu .lang.active {
  display: block;
}

.header-sub .lang-menu .lang a {
  margin-left: 0px;
  text-wrap: nowrap;
  display: block;
  padding: 3px;
}

.header-sub .cur-menu {
  margin-left: 20px;
  position: relative;
  color: var(--cor3);
}

.header-sub .cur-menu #cur-atual {
  cursor: pointer;
}

.header-sub .cur-menu #cur-atual i {
  font-size: 12px;
  margin-left: 5px;
}

.header-sub .cur-menu .cur {
  display: none;
  position: absolute;
  top: 25px;
  right: 0px;
  padding: 7px;
  background-color: var(--cor1);
}

.header-sub .cur-menu .cur.active {
  display: block;
}

.header-sub .cur-menu .cur a {
  margin-left: 0px;
  text-wrap: nowrap;
  display: block;
  padding: 3px;
}

#carrinho-quantidade {
  position: absolute;
  top: 0px;
  right: 6px;
  padding: .15em .50em;
  font-size: .65em;
}
/* menu */

menu {
  margin-top: 100px;
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: var(--cor3);
  top: -40px;
  padding: 20px 0px;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s;
}

menu.active {
  max-height: 390px;
  top: 0px;
  height: auto;
  border-top: 2px solid var(--cor2);
  border-bottom: 2px solid var(--cor2);
}

menu .menu-item {
  display: none;
}

menu .category-item {
  display: flex;
  align-items: center;
  border: 1px solid var(--cor1);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 22px;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
}

menu .category-item:hover, menu .category-item.active  {
  background-color: var(--cor1);
  color: var(--cor3);
}

menu .category-item .fa-chevron-right {
  
}
menu .category-item .fa-chevron-right {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 18px;
}

menu .subcategoria-list {
  display: flex;
  flex-direction: column;
  flex-direction: column;
  height: 350px;
  flex-wrap: wrap;
}

menu .subcategoria-item {
  width: auto;
  height: 100%;
}

menu .subcategoria-item:first-child {
  margin-top: 0px;
}

menu .subcategoria-item h5 {
  border-top: 2px solid var(--cor1);
    color: #bbb;
    padding: 10px 5px;
    font-size: 15px;
    margin: 5px;
}

menu .subsubcategoria-item {  
  padding: 10px 5px;
  display: flex;
  align-items: center;
  margin: 3px;
}

menu .subsubcategoria-item {  
  height: 30px;
  width: auto;
  margin-right: 10px;
}

menu .category-item img, menu .subsubcategoria-item img,
menu .level-subcategoria img, menu .category-item-mobile img {
  max-width: 20px;
  height: auto;
  max-height: 20px;
  margin-right: 5px;
}

/* transformando */
.transformando h4 {
  font-size: 40px;
}

.transformando h5 {
  font-size: 35px;
  text-align: end;
}

.transformando p {
  text-align: end;
}

.transformando p strong {
  font-weight: 700;
}

/* NS ACCORDION */
.nsaccordion {
  display: flex;
}

.nsaccordion .item {
  height: 600px;
  width: 180px;
  margin-left: 10px;
  transition: all 0.3s;
  border-radius: 20px;
  display: block;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
}

.nsaccordion .item.active {
  width: 1300px;
  filter: none;
}

/* btns */
.btn {
  transition: all 0.3s;
  
}

.btn:focus {
  box-shadow: 0 0 0 .25rem rgb(123 130 141 / 25%) !important;
}

.btn.btn-outline {
  background-color: transparent;
  color: var(--cor1);
  border: 1px solid;
  border-color: var(--cor1);
  display: inline-flex;
  justify-content: center;
  align-items: center;  
}

.btn.btn-outline:hover {
  background-color: var(--cor1);
  color: var(--cor3);
  border-color: var(--cor3);
  opacity: 1;
}

.btn.btn-outline.white {
  color: var(--cor3);
  border-color: var(--cor3);
}

.btn.btn-outline.black {
  color: var(--cor3);
  border-color: var(--cor1);
  background-color: var(--cor1);
}

.btn.btn-outline.white:hover, .btn.btn-outline.black:hover {
  background-color: var(--cor3);
  color: var(--cor1);
  border-color: var(--cor1);
  opacity: 1;
}

.btn.rounded {
  border-radius: 100px !important;
}

.btn.padder, .form-control.padder {
  padding: 12px 18px;
}


.btn i {
  margin: 0px 5px;
}

/* form */
.form-control {
  border: none !important;
  background-color: var(--cor2);
  border-radius: 100px !important;
}

textarea.form-control {
  border-radius: 20px !important;
}

.form-control:focus {
  background-color: var(--cor2);
  box-shadow: unset !important;
}

/* campanha slider */
.campanha-slider h5 {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.campanha-slider h5 .campanha-capa { 
  margin-right: 15px;
  height: 130px;
  width: 180px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.campanha-slider h5 .campanha-capa::after, .campanha-slider h5 .campanha-capa::before { 
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: var(--cor2);
  top: calc( 50% - 20px );
  left: 1px;
}

.campanha-slider h5 .campanha-capa::before {
  left: unset;
  right: 1px;
}

.campanha-slider h5 .campanha-capa span {
  display: block;
  width: 150px;
  height: 100px;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

/* product slider */
.item {
  margin: 10px;
  cursor: pointer;
}

.item .item-img {
  width: 100%;
  padding-top: 100%;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;

}

.item .item-img::after {
  content: '';
  position: absolute;
  width: 100%;
  width: 100%;
  padding-top: 100%;
  background: inherit;
  top: 0px;
  left: 0px;
  scale: 1;
  transition: all 0.3s;
}

.item .item-img:hover::after {
  scale: 1.1;
}

.item .item-img-tags {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
  left: 15px;
  bottom: 15px;
  z-index: 3;
}

.item .item-img .item-img-tag-item {
  height: 30px;
  width: auto;
  margin-right: 5px;
  background-color: var(--cor4);
  overflow: hidden;
  padding: 5px 8px;
  transition: all 0.3s;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

/*.item .item-img:hover .item-img-tag-item {
  width: auto;
  max-width: 1000px;
}*/

.item .item-img .item-img-tags .item-img-tag-item-img {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  margin-right: 10px;  
  flex-shrink: 0;
  display: none;
}

.item .item-img .item-img-tag-item span {
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.item .item-img-car {
  margin-top: 5px;
  display: none;
  align-items: center;
  overflow: hidden;
}

.item:hover .item-img-car {
  display: flex;
}

.item .item-img-car .item-img-car-item {
    margin-right: 3px;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}

.item h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
}

.item h4 .d1 {
  display: inline-block;
}

.item h4 .d2 {
  display: none;
}

.item:hover h4 .d1 {
  display: none;
}

.item:hover h4 .d2 {
  display: inline-block;
}

.item .item-venda-preco {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.item .item-venda-preco span {
  margin-right: 8px;
}

.item .item-venda-preco .desconto-valor {
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

.item .item-venda-preco .desconto-off {
  color: mediumseagreen;
}

.item .item-leilao .item-leilao-lance {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}

.item .item-leilao .item-leilao-lance .arrow {
  position: absolute;
  bottom: 40px;
  animation: moveUp 2s forwards;
  width: 25px;
  height: 25px;
  left: 100px;
}

@keyframes moveUp {
  0% {
      bottom: 0;
      opacity: 0.7;
  }
  100% {
      bottom: 60px;
      opacity: 0;
  }
}

.item .item-leilao .item-leilao-lance strong {
  font-weight: 700;
}

.item .item-leilao .item-leilao-lance span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}

.item .item-leilao .item-leilao-relogio {
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding-top: 5px;
  text-align: end;
}

.item .item-leilao .item-leilao-relogio i {
  font-size: 14px;
  margin-right: 5px;
}

/* slider */
.slider .prev-arrow, .slider .next-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s;
}

.slider .prev-arrow {
  top: -140px;
  right: 60px;
}

.slider .next-arrow {
  top: -140px;
  right: 0px;
}

.slider .prev-arrow.slick-disabled, .slider .next-arrow.slick-disabled {
  cursor: unset;
  opacity: 0.5;
}

.pisca {
  animation: colorize 1s;
}

@keyframes colorize {
  30% {
      color: green;
  }
  100% {
      color: var(--cor1);
  }
}

/* produto */

#product-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#main-image {
  position: relative;
  width: 95%;
}

#main-image img {
  width: 100%;
  border-radius: 15px;
  transition: all 0.3s;
  object-fit: cover; /* Ajusta a imagem para cobrir completamente o container */
}

#main-image .anterior, #main-image .proxima {
  position: absolute;
  bottom: 0px;
  transform: translateY(-50%);
  color: #000;
  font-size: 24px;
  text-decoration: none;
  background-color: var(--cor3);
  padding: 4px 13px;
  border-radius: 25px;
  font-size: 20px;
}

#main-image .anterior {
  right: 70px;
  display: none;
}

#main-image .proxima {
  right: 20px;
  display: none;
}

#thumbnail-images {
  display: flex;
  justify-content: center;
  width: 95%;
  align-items: flex-start;
  height: 115px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}

.thumbnail {
  cursor: pointer;
  margin-right: 15px;
}

.thumbnail img {
  width: 100px;
  height: 100px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid #fff;
}

.thumbnail img:hover {
  border: 2px solid #007bff;
}

.thumbnail .img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
}

.thumbnail .img:hover {  
  border: 2px solid #007bff;
}

/* footer */
footer {
  background: var(--cor1);
  color: var(--cor3);
  padding: 50px 0px;
}

footer .logo {
  max-width: 210px;
}

footer h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

footer a {
  color: var(--cor2);
  font-weight: 200;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

footer a i {
  margin-right: 10px;
  font-size: 20px;
  color: #666;
}

/* faq */
#faq .card {
  margin-bottom: 20px;
}

#faq h4 {
  margin-top: 50px;
  margin-bottom: 30px;
}

#faq h5 a {
  font-size: 18px;
  position: relative;
  display: block;
}

#faq h5 a::after {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  right: 10px;
  top: 0px;
  transition: transform 0.3s;
}

#faq h5 a.active::after {
  transform: rotateX(180deg);
}

#faq .collapse {
  margin-top: 20px;
}

/* produto */


#produto .lancesRapidos a {
  flex-grow: 1;
}

#produto .lancesRapidos a:nth-child(2) {
  margin: 0px 10px;
}

#produto .lancesBtn #darLance {
  flex-grow: 1;
  margin-right: 5px;
}

#produto .lancesBtn #darLanceMaximo {
  flex-grow: 2;
}

#produto .item-leilao-relogio {
  font-size: 22px;
  font-weight: 700;
}

#produto .item-leilao-relogio i {
  font-size: 16px;
}

#produto .item-leilao-relogio p {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
}

#produto .lanceAtual p {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 5px;
}

#produto .valorAtualDiv {
  text-align: end;
  line-height: 14px;
}

#produto .valorAtualDiv small {
  font-size: 11px;
}

#produto .valorAtualDiv small strong {
  font-weight: 700;
}

#produto .valorAtualDiv .valorAtual {
  font-size: 25px;
}

#produto .arremate p {
  font-size: 14px;
}

#produto .arremate .valorArremate {
  font-weight: 700;
}

#produto .arremate small {
  color: green;
  font-size: 12px;
}

#produto .arremate .valorApoio {
  font-weight: 700;
}

#produto .infoInstituicao {
  padding-top: 10px;
  color: var(--cor4)
}

#produto .infoInstituicao .core {
  background-color: #dbefdb;
  border-radius: 3px;
  font-size: 15px;
  color: green;
  padding: 1px 5px;
  margin-right: 10px;
}

#produto .infoInstituicao .texto {
  font-size: 14px;
}

#produto .infoLeilao p {
  margin-bottom: 3px;
  font-weight: 700;
}

#produto .infoLeilao strong {
  font-weight: 700;
}

#produto .infoLeilao .icon {
  background-color: #dff2ff;
  border-radius: 3px;
  font-size: 18px;
  color: var(--cor1);
  padding: 1px 5px;
  margin-right: 10px;
}

#produto .infoLeilao .texto {
  color: var(--cor4);
  font-size: 14px;
}

#produto .lances .lance-item {
  align-items: center;
  padding: 10px;
}

#produto .lances .lance-item:nth-child(odd) {
  background-color: var(--cor2);
  border-radius: 8px;
}

#produto .lances .lance-item .nome {
  font-size: 14px;
}

#produto .lances .lance-item .valor {
  font-size: 16px;
  font-weight: 600;
}

#produto .lances .lance-item .data {
  font-size: 12px;
  color: var(--cor4);
}

#produto .produtoDescricao table {
  border: none !important;
  width: 100% !important;
  margin: 15px 0px;
}

#produto .produtoDescricao table tr:nth-child(odd) {
  background-color: var(--cor2);
}

#produto .produtoDescricao table td {
  padding: 12px;
  font-size: 14px;
}

#produto .produtoDescricao table td:first-child {
  font-weight: 600;
  border-radius: 8px 0px 0px 8px;
}

#produto .produtoDescricao table td:last-child {
  border-radius: 0px 8px 8px 0px;
}

#produto .produtoDescricao h1 {
  font-size: 24px;
  font-weight: 700
}

#produto .produtoDescricao h2 {
  font-size: 22px;
  font-weight: 700
}

#produto .produtoDescricao h3 {
  font-size: 18px;
  font-weight: 700
}

#produto .produtoDescricao h4 {
  font-size: 16px;
  font-weight: 700
}

#produto .tags {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
  left: 15px;
  top: 5px;
  z-index: 3;
}

#produto .tags .tag-item {
  height: 35px;
  width: auto;
  margin-right: 10px;
  background-color: var(--cor4);
  padding: 5px 8px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

#produto .tags .tag-item .tag-item-img {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: center;
  margin-right: 10px;  
  flex-shrink: 0;
  display: none;
}

#produto .tags .tag-item span {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: -1px;
}

#produto .sticky-gallery {
  position: sticky;
  top: 130px;
}

#produto .scroll-button {
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 100px;
}

#produto .desconto-valor {
  margin-left: 15px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

#produto .desconto-off {
  margin-left: 15px;
  color: mediumseagreen;
}

#produto .image-list {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  left: 0;
}

#produto .scroll-up {
  left: 0;
  top: 35px;
}
#produto .scroll-down {
  right: 0;
  top: 35px;
}

/* minha conta */

.account-menu a i {
  display: inline-block;
  width: 20px;
  text-align: center;
}

#favoritosList i {
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
}

/* busca */

#busca .page-link {
  color: var(--cor1);
}

#busca .page-item.active .page-link {
  background-color: var(--cor1);
  border-color: var(--cor1);
  color: var(--cor3);
}

#busca .show-more {
  font-size: 14px;
  padding: 5px 0px;
  display: block;
}

#busca #filtro {
  display: block;
}

/* leiloes slider */

.leiloes-slider h5 {
  display: flex;
  align-items: center;
  margin-bottom: 18px;  
  position: relative; 
  padding: 40px 15px;
}

.leiloes-slider h5::before { 
  content: '';
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: var(--cor2);
  top: calc( 50% - 20px );
  left: 1px;
}

.leiloes-slider h5 .campanha-capa::before {
  left: unset;
  right: 1px;
}

/* entrar */


/* instituicoes */
.instituicoes {
  background-image: url('../img/bginst.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 750px !important;
}

.instituicoes h3 {
  font-size: 44px;
  font-weight: 300;
  margin: 0 auto;
  width: 560px;
  margin-top: 65px;
}

.instituicoes h3 strong {
  font-weight: 500;
}

.instituicoes p {
  width: 500px;
  margin: 0 auto;
}

.inst-image {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

#instituicao #instituicaoImg {
  max-width: 160px;
}

#instituicao .sticky-gallery {
  position: sticky;
  top: 130px;
  display: flex;
}

#instituicao .scroll-button {
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 100px;
}

#instituicao .desconto-valor {
  margin-left: 15px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

#instituicao .desconto-off {
  margin-left: 15px;
  color: mediumseagreen;
}

#instituicao .image-list {
  position: absolute;
  top: 0;
  width: 100%;
}

#instituicao .scroll-up {
  top: 0;
  left: 35px;
}
#instituicao .scroll-down {
  bottom: 0;
  left: 35px;
}

#instituicao .numeros {
  padding: 64px;
  background-color: #313436;
  border-radius: 24px;
  color: #A6A5A1;
}

#instituicao .numeros h3 {
  font-size: 48px;
}

#instituicao .numeros i {
  font-size: 55px;
}

/* parceiros */

.parceiros {
  background-image: url('../img/bgparca.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 750px !important;
}

.parceiros h3 {
  font-size: 44px;
  font-weight: 300;
  margin: 0 auto;
  width: 560px;
  margin-top: 65px;
}

.parceiros h3 strong {
  font-weight: 500;
}

.parceiros p {
  width: 500px;
  margin: 0 auto;
}

.parc-image {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

#parceiro #parceiroImg {
  max-width: 160px;
}

#parceiro .sticky-gallery {
  position: sticky;
  top: 130px;
  display: flex;
}

#parceiro .scroll-button {
  display: none;
  position: absolute;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  border-radius: 100px;
}

#parceiro .desconto-valor {
  margin-left: 15px;
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

#parceiro .desconto-off {
  margin-left: 15px;
  color: mediumseagreen;
}

#parceiro .image-list {
  position: absolute;
  top: 0;
  width: 100%;
}

#parceiro .scroll-up {
  top: 0;
  left: 35px;
}
#parceiro .scroll-down {
  bottom: 0;
  left: 35px;
}


#parceiro .numeros {
  padding: 64px;
  background-color: #313436;
  border-radius: 24px;
  color: #A6A5A1;
}

#parceiro .numeros h3 {
  font-size: 48px;
}

#parceiro .numeros i {
  font-size: 55px;
}

/******************* responsivo */

@media (max-width: 1024px) {

  .container, .container-lg, .container-md, .container-sm {
      max-width: 1080px !important;
  }

  .right-menu .search {
    width: 208px;
  }

  .nsaccordion {
    flex-direction: column;
  }

  .nsaccordion .item {
    height: 100px;
    width: 99%;
    margin-bottom: 10px;
    transition: all 0.3s;
    border-radius: 20px;
    display: block;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
  }

  .nsaccordion .item.active {
    height: 600px;
    width: 99%;
    filter: none;
  }

  #search-top-field::placeholder {
    font-size: 13px;
  }

  .btn {
    font-size: 14px;
  }
}

@media (max-width: 820px) {

  .container, .container-md, .container-sm {
    max-width: 720px !important;
  }

  .btn {
    font-size: 16px;
  }

  section:first-of-type {
    margin-top: 60px;
  }

  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container-menu {
    min-height: 73px;
  }
  .right-menu {
    width: 100%;
  }
  .right-menu .search {
    width: 230px;
  }

  #search-top-field::placeholder {
    font-size: 13px;
  }

  menu {
    top: -70px;
  }

  #busca #filtro {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s;
  }

  #busca #filtro.active {
    max-height: 1000px;
  }

  menu.active {
    max-height: unset;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 7px 27px 0px inset;
    top: -27px;
    height: calc(100vh - 73px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .mobile-menu {
    overflow: hidden;
    height: calc(100vh - 300px);
    display: flex;
    flex-direction: row;
  }

  .mobile-menu .level {
    width: 0px;
    opacity: 0;
    height: 410px;
    overflow: hidden;
    transition: all 0.3s;
  }
  
  .mobile-menu .level.active {
    opacity: 1;
    width: 100%;
  }

  .mobile-menu .level a {
    display: block;
    font-size: 18px;
    padding: 20px;
    border-top: 1px solid var(--cor4);
    position: relative;
    overflow: hidden;
  }

  .mobile-menu .level a .fa-chevron-right {
    position: absolute;
    right: 20px;
    top: 25px;
  }

  .mobile-menu .level-3 {
    overflow: hidden;
  }

  .mobile-menu .level .links {
    -webkit-overflow-scrolling: touch; /* Permite o scroll suave em dispositivos iOS */
    scrollbar-width: none; /* Oculta a barra de rolagem no Firefox */
    overflow: auto;
    max-height: 100%;
  }

  .mobile-menu .level .voltar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .mobile-menu .level .voltar a {
    border: none;
    padding: 0px;
    font-size: 20px;
    font-weight: 400;
  }

  .mobile-menu .level .voltar .title {
    font-size: 20px;
    font-weight: 400;
    color: var(--cor5);
  }

  

  light {
    font-weight: 300;
  }

  h2.title {
    font-size: 26px;
  }
  .transformando h4 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
  }

  .transformando h5 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }

  .transformando p {
    text-align: center;
  }
  .campanha-slider h5 .campanha-capa {
    height: 105px;
    width: 125px;
  }
  .campanha-slider h5 .campanha-capa span {
    width: 90px;
    height: 70px;
    border-radius: 10px;
  }

  .slider .prev-arrow, .slider .next-arrow {
    width: 35px;
    height: 35px;
  }

  .slider .prev-arrow {
    top: -40px;
    right: 55px;
  }

  .slider .next-arrow {
    top: -40px;
    right: 10px;
  }

  #produto .sticky-gallery {
    margin-bottom: 30px;
  }

  #main-image {
    margin: 0px 15px 0px 15px;
  }

  #main-image .anterior, #main-image .proxima {
    padding: 2px 9px;
    font-size: 17px;
  }

  #main-image .anterior {
    right: 57px;
  }

  #thumbnail-images {
    width: 100%;
    height: 115px;
  }

  .thumbnail {
    margin-bottom: 10px;
  }

  .thumbnail .img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }

  .instituicoes {
    min-height: auto !important;
  }
  
  .instituicoes h3 {
    font-size: 30px;
    margin: 0 auto;
    width: auto;
    margin-top: 65px;
  }
  
  .instituicoes h3 strong {
    font-weight: 500;
  }
  
  .instituicoes p {
    width: auto;
    margin: 0 auto;
  }

  .parceiros {
    min-height: auto !important;
  }
  
  .parceiros h3 {
    font-size: 30px;
    margin: 0 auto;
    width: auto;
    margin-top: 65px;
  }
  
  .parceiros h3 strong {
    font-weight: 500;
  }
  
  .parceiros p {
    width: auto;
    margin: 0 auto;
  }

  #produto .item-leilao-relogio {
    font-size: 16px;
    font-weight: 700;
  }

  #instituicao #instituicaoImg, #parceiro #parceiroImg {
    max-width: 125px;
  }

  #instituicao .numeros, #parceiro .numeros {
    padding: 35px;
  }

  #instituicao .numeros h3, #parceiro .numeros h3 {
    font-size: 28px;
  }

  /*#produto .scroll-button {
    line-height: 20px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px) !important;
  }*/
}
@media (max-width: 525px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100% !important;
  }

  .zoomContainer {
    display: none !important;
  }

  #produto .tags .tag-item {
    height: 26x;
    margin-right: 5px;
    padding: 4px 7px;
  }

  #produto .tags .tag-item span {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
  }

  #thumbnail-images {
    width: 95%;
    height: 95px;
  }

  .thumbnail img {
    width: 80px;
    height: 80px;
  }

  #produto .scroll-button {
    top: 30px;    
  }

}
@media (max-width: 400px) {
  .right-menu .search {
    width: 188px;
  }

  #search-top-field::placeholder {
    font-size: 12px;
  }

  
}