/* CAB overrides finais */

#inicio > div > div:nth-child(1) {
  order: 2 !important;
}

#inicio > div > div:nth-child(2) {
  order: 1 !important;
  min-height: 420px !important;
  background: transparent url("/cab-logo.png") center / 120% auto no-repeat !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

#inicio > div > div:nth-child(2) > * {
  display: none !important;
}

#sobre figure:first-child {
  background: transparent url("/portfolio-baloes.png") center / contain no-repeat !important;
  box-shadow: none !important;
}

#sobre figure:first-child > * {
  display: none !important;
}

#marcas .grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

#marcas article:nth-child(6)::before {
  content: "";
  display: block;
  height: .75rem;
  background: linear-gradient(90deg, #dc2626, #facc15);
}

#marcas article:nth-child(6) > div:first-child {
  display: none !important;
}

#marcas article:nth-child(6) {
  overflow: hidden !important;
}

#galeria figure:nth-child(1) {
  background: #fff url("/galeria-coloreti.jpg") center / contain no-repeat !important;
}

#galeria figure:nth-child(2) {
  background: #fff7d6 url("/galeria-baloes.png") center / contain no-repeat !important;
}

#galeria figure:nth-child(3) {
  background: #fff url("/galeria-suspense.jpg") center / cover no-repeat !important;
}

#galeria figure:nth-child(4) {
  background: #fff url("/galeria-datas.jpg") center / cover no-repeat !important;
}

#galeria figure > div {
  display: none !important;
}

@media (max-width: 1024px) {
  #marcas .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  #inicio > div {
    display: flex !important;
    flex-direction: column !important;
  }

  #inicio > div > div:nth-child(2) {
    order: -1 !important;
    min-height: 280px !important;
    background-size: 115% auto !important;
    margin-bottom: 1rem !important;
  }

  #inicio > div > div:nth-child(1) {
    order: 1 !important;
  }
}

@media (max-width: 640px) {
  #marcas .grid {
    grid-template-columns: 1fr !important;
  }
}

/* CAB: aumenta logo no topo mobile */
@media (max-width: 767px) {
  #inicio > div > div:nth-child(2) {
    min-height: 380px !important;
    background-size: 165% auto !important;
    background-position: center center !important;
  }
}

/* CAB: logo mobile maior */
@media (max-width: 767px) {
  #inicio > div > div:nth-child(2) {
    width: 100vw !important;
    min-height: 430px !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background-size: 240% auto !important;
    background-position: center center !important;
  }
}
@media (max-width: 767px) {
  #inicio > div > div:nth-child(2) {
    background-size: 320% auto !important;
  }
}

/* CAB: logo mobile maior com cache novo */
@media (max-width: 767px) {
  #inicio > div > div:nth-child(2) {
    min-height: 360px !important;
    background-size: min(92vw, 520px) auto !important;
    background-position: center center !important;
  }
}

/* CAB: logo mobile +20% */
@media (max-width: 767px) {
  #inicio > div > div:nth-child(2) {
    background-size: min(110vw, 624px) auto !important;
  }
}
