.gabiall {
  display: block;
}

.mult-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.full-width-header {
  width: 100%;
  height: auto;
  display: block;
}

.divider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}

.divider {
  flex-grow: 1;
  height: 1px;
  background-color: #7c0505;
  border: none;
  margin: 0 15px;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: 35px;
  height: 35px;
  color: #ff0300;
  background-color: #ffffff;
  border-radius: 50%;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.social-icons a:hover {
  background-color: #ffffff;
  color: #001838;
}

.social-icons svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.section--credits {
  color: #000000;
  font-size: 0.8125rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
  margin: 9.375rem auto 6.875rem;
  max-width: 30.625rem;
  text-align: center;
}

.credits__title {
  font-size: 0.9rem;
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.hrcredit {
  border-color: #000000;
}

.credit__role,
.credit__role2,
.credit__role3 {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.credit__role {
  margin-top: 10px;
  margin-bottom: 3px;
}

.credit__role2,
.credit__role3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph {
  max-width: 670px;
  margin: 30px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 2.06rem;
  box-sizing: border-box;
  color: #000000;
}

.wrapper {
  max-width: 2249px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}

.image-full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.imagem-centralizada {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.imagem-centralizada img {
  max-width: 100%;
  height: auto;
}
.img-container {
  width: 100%;
  display: flex;
  justify-content: center; /* Centraliza horizontalmente */
  margin: 40px 0;
}

.img-container picture,
.img-container img {
  width: 1200px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 690px) {
  .imagem-centralizada img {
    width: 50%; /* ou max-width: 50%; dependendo da sua necessidade */
    height: auto; /* mantém a proporção da imagem */
    margin-bottom: -20px;
    margin-top: 50px;
  }
}
