.section-banner-home {
  /* aspect-ratio: 4/1; */
  width: 100%;
}

.banner-home {
  width: 100%;
}

.body-destaques-home {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}

.aside-image-destaque {
  flex: 0 1 calc(30% - 1rem);
  width: 30%;
  display: flex;
  align-items: center;
}

.aside-slider-destaque {
  flex: 0 1 calc(60% - 1rem);
  max-width: 100%;
  width: 60%;
}

.image-destaque {
  width: 100%;
  aspect-ratio: 4/3;
  box-shadow: 2px 2px 8px 0px #000000;
}

.image-slider {
  aspect-ratio: 16/9;
  max-width: 100%;
}

.container-destaques-home {
  width: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.section-destaques-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 4rem;
  flex-direction: column;
}

.imagem-destaques-thumb {
  aspect-ratio: 16/9;
}

img.image-thumb {
  max-width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}

/* video */
section.section-video-home {
  display: flex;
  justify-content: center;
  margin: 5rem 0;
}

.body-video-home {
  display: flex;
  justify-content: space-between;
}

.content-video {
  flex: 0 1 calc(35% - 1rem);
}

.video-home {
  flex: 0 1 calc(60% - 1rem);
}

.video-home video {
  min-width: 35rem;
}

.titulo-video-home {
  margin: 0 0 3rem;
}

.descricao-video-home {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 2rem;
}

/* categorias */

.section-categorias-home {
  display: flex;
  justify-content: center;
  margin: 5rem 0;
}

.titulo-categorias-home {
  margin: 0 0 5rem;
}

.categoria-base-size {
  flex: 0 1 calc(100% / 4);
}

.cards-categorias {
  display: flex;
  flex-wrap: wrap;
}

[class^="div-card-categoria"] {
  display: flex;
  margin: 0 1rem 1rem 0;
  transition: 0.5s all;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

[class^="div-card-categoria"]:hover .body-card-categoria,
[class^="div-card-categoria"]:focus .body-card-categoria {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);

  box-shadow: 0px 4px 16px 0px #aaaaaa;
}

[class^="div-card-categoria"]:hover .body-card-categoria:before,
[class^="div-card-categoria"]:focus .body-card-categoria:before {
  display: block;
}

[class^="div-card-categoria"]:hover a,
[class^="div-card-categoria"]:focus a {
  display: block;
}

.body-card-categoria:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.body-card-categoria {
  height: 30rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  /* aspect-ratio: 4/3; */
}

.btn-categoria {
  font-size: 3rem;
  color: #ffffff !important;
  font-family: sans-serif;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
}

.section-cta-home {
  width: 100%;
  height: 5rem;
  background: var(--color-04);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.cta-home {
  /* width: 350px; */
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  gap: 5px;
  text-transform: uppercase;
}

.cta-home a {
  text-decoration: none;
  color: var(--color-10);
  /* font-size: 2rem; */
  font-weight: bold;
}

.icone-cta {
  color: var(--color-10);
  font-size: 2.5rem;
}

.texto-cta-home {}

@media screen and (max-width: 800px) {
  .section-banner-home {
    /* aspect-ratio: 4/2; */
    width: 100%;
  }

  .body-video-home {
    flex-direction: column;
  }

  .video-home {
    flex: 1;
    margin: 0 0 3rem;
  }

  .content-video {
    flex: 1;
  }
}

@media screen and (max-width: 1300px) {
  .body-video-home {
    flex-direction: column;
  }

  .video-home {
    flex: 1;
    margin: 0 0 3rem;
  }
}

/*
* home lobo
*/

.section-slider-home {
  aspect-ratio: 32/9;
  width: 100%;
  display: flex;
}

.div-img-banner-home {
  width: 100%;
  /* max-height: 580px; */
}

.img-banner-home {
  max-width: 100%;
  /* aspect-ratio: 4/1; */
}

.section-dna-home {
  /* min-height: 40rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #c0c3dd, #f3eaea);
}

.dna-home {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 4rem 0;
  /* border: brown solid; */
  max-width: var(--width-size);
  margin: auto;
}

.img-dna-home {
  flex: 1 1 calc(40% - 1rem);
  min-width: 300px;
  /* border: blueviolet solid; */
}

.img-dna-home img {
  width: 100%;
}

.conteudo-dna-home {
  /* border: green solid; */
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.header-dna-home {
  /* padding: 2rem 4rem; */
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: var(--color-04);
}

.titulo-dna-home span {
  font-weight: bold;
}

.texto-dna-home {
  font-size: 1.6rem;
  line-height: 2.5rem;
}


.botao-dna-home {
  text-align: center;
}

.titulo-padrao-destaques-home {
  width: 100%;
}

.titulo-padrao-destaques-home span {
  /* color: var(--color-02); */
}

.destaques-home {
  max-width: var(--width-size);
  width: 100%;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  margin: auto;
}

.card-destaques-home {
  padding: 1rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  box-shadow: 1px 1px 5px #ddd;
  border-radius: 5px;
  background: linear-gradient(90deg, #c0c3dd, #f3eaea);
  min-width: 200px;
}

.bg-card-destaques-home {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border: solid 1px var(--color-02);
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
  animation: cube 12s ease-in forwards infinite;
}

.cube:nth-child(2n) {
  border-color: var(--color-02);
}

.cube:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: 2vw;
  top: 40vh;
}

.cube:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  left: 7vw;
  top: 60vh;
}

.cube:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: 9vw;
  top: 1vh;
}

.cube:nth-child(5) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  left: 17vw;
  top: 30vh;
}

.cube:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  left: 17vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(2) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(2) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}


@keyframes cube {
  from {
    transform: scale(2) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }

  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

.conteudo-destaques-home {
  background: #fff;
  width: 280px;
  height: max-content;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: linear-gradient(90deg, #c0c3dd, #f3eaea);
  color: #000;
  padding: 1rem;
  height: 100%;
  border-radius: 5px;
}

.conteudo-destaques-home .botao-dna-home {
  text-align: center;
  margin-top: auto;
}

.subtitulo-card-destaque-home {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

.texto-card-destaque-home {
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 1px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 3rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #000;
}

.btn-padrao-card-home {
  font-size: 1.8rem;
  padding: 1rem 4rem;
}

.div-btn-orcamento-especialidades {
  margin: 4rem 0 0;
  text-align: center;
}

.btn-padrao-orcamento-especialidades {
  font-size: 2rem;
  padding: 1rem 4rem;
}

.marcas-home {
  background: linear-gradient(rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)),
    url('../image/banners/img3.jpg');
  background-position: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.div-img-marca-home {
  width: 100%;
  /* max-height: 200px; */
}

.img-marca-home {
  max-width: 100%;
  aspect-ratio: 1/1;
}

.slider-marcas {
  max-width: var(--width-size);
  width: 100%;
  padding: 2rem 0 4rem;
}

.lobo {
  font-weight: 700;
}

.marcas:not(.lobo) {
  color: var(--color-07);
  font-weight: 500;
}

.conteudo-destaques-home .card-imagem-produto img {
  object-fit: cover;
  aspect-ratio: 1/1;
}


/** Media queries **/
@media screen and (max-width: 999px) {
  .conteudo-dna-home {
    flex: auto !important;
  }
}


/**/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
  padding-top: 30px;
  padding-bottom: 0;


}

.slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
}

.slide {
  width: 260px;
  height: auto;
  margin: 0;

}

.slide img {
  width: 85%;
}

.portifolio-home {
  padding: 2rem 0 4rem;
  background: linear-gradient(90deg, #c0c3dd, #f3eaea);
}

.portifolio-home .portifolio-home-content {
  margin: auto;
  max-width: var(--width-size);
  width: 100%;
}

.portifolio-home .portifolio-content__body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}

.portifolio-home .bg-portifolio-home {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 80%;
  background: var(--color-02);
  z-index: 0;
}

.portifolio-home .item-portifolio {
  z-index: 1;
}

.portifolio-home .item-portifolio img {
  max-width: 100%;
  filter: grayscale(1);
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.portifolio-home .item-portifolio img:hover {
  filter: grayscale(0);
}

.portifolio-home .botao-portifolio {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}


@media (min-width: 768px) and (max-width: 991px) {

  .container-destaques-home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 575px) and (max-width: 768px) {

  .container-destaques-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 0px) and (max-width: 575px) {

  .container-destaques-home {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}