#topo-cases {
  padding-top: 60px;
  margin-bottom: 60px;
  color: white;
}
#topo-cases .titulo {
  font-size: 49px;
  font-weight: 300;
}
#topo-cases .titulo span {
  font-weight: 300;
  font-size: 16px;
}
#topo-cases .lista {
  gap: 60px 120px;
  margin-top: 100px;
}

body {
  background: black;
}

#banner-case {
  height: 160px;
}
#banner-case .texto {
  color: white;
}
#banner-case .texto h2 {
  font-weight: 600;
  font-size: 28.4px;
}
#banner-case .texto span {
  font-size: 54.7px;
  font-weight: 300;
}

#secao-1 .container {
  padding-top: 70px;
  padding-bottom: 90px;
  background-color: white;
}
#secao-1 .container .imagem img {
  max-width: 98%;
}
#secao-1 .container .texto {
  font-size: 16px;
  line-height: 32px;
}
#secao-1 .container .texto p {
  font-weight: 300;
}
#secao-1 .container .texto strong {
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
}
#secao-1 .container .frase {
  padding-top: 70px;
  margin-left: 80px;
}
#secao-1 .container .frase small {
  font-size: 18px;
}
#secao-1 .container .frase h2 {
  font-weight: 300;
  font-size: 49px;
  line-height: 52px;
}

#secao-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#secao-3 .container {
  background-color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
#secao-3 .texto {
  font-size: 16px;
  line-height: 32px;
}
#secao-3 .texto p {
  font-weight: 300;
}
#secao-3 .texto h2, #secao-3 .texto strong {
  font-weight: 700;
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
}
#secao-3 .imagem img {
  max-width: 98%;
}

#secao-4 .container .galeria .imagem {
  text-align: center;
}
#secao-4 .container .galeria .imagem img {
  max-width: 100%;
}

iframe{
  width: 100%;
  height: 500px;
}
/*-xl*/
/*-lg*/
/*-md*/
/*-sm*/
@media (max-width: 767.98px) {
  #secao-1 .container .frase {
    margin-left: 0;
  }
  #secao-3 .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #secao-4 .container {
    background-color: white;
    --bs-gutter-x: 1.5rem;
  }

  #banner-case .texto span {
  font-size: 36px;
  font-weight: 300;
}

#secao-1 .container .frase h2 {
  font-size: 28px;
}

}
/*-xs*/
@media (max-width: 575.98px) {
 
}

/*# sourceMappingURL=cases.css.map */
