.quem-somos {
  position: relative;
}

.quem-somos::after {
  content: "";
  width: 100%;
  height: 300px;
  background-color: #fdf9f5;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.quem-somos .fundo-quem-somos {
  background-position: 50% 70%;
  min-height: 787px;
  padding-top: 70px;
}

.quem-somos .texto-ouro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 850px;
  margin: 1rem auto 1rem auto;
  gap: 1rem;
}

.quem-somos .fundo-quem-somos .titulo p {
  max-width: 700px;
}

.quem-somos .texto-ouro img {
  width: 120px;
}

.quem-somos .texto-quem-somos {
  transform: translateY(-10px);
}

@media screen and (max-width: 768px) {
  .quem-somos .fundo-quem-somos {
    padding-top: 30px !important;
  }

  .quem-somos .texto-ouro {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 600px;
    margin: 1rem auto -3rem auto;
    gap: 0;
  }
}

.fancybox-content {
  background: #fff !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px !important;
  position: relative;
  text-align: left;
  vertical-align: middle;
  max-width: 500px;
}

/* header */
header.menu-scroll .info-contato {
  background: none !important;
}

@keyframes rodar {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

header.menu-home .selo {
  position: absolute;
  width: 150px;
  left: auto;
  right: 35px;
  top: 335px;
  transform: translate(-50%, -50%);
  transition: 0.7s;
}

header.menu-home .selo::before {
  content: "";
  width: 180px;
  height: 180px;
  background-image: url(../img/selo-ouro-qualidade.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline;
  position: absolute;
  top: -14px;
  left: -15px;
  filter: contrast(0.7);
  animation: rodar 40s infinite linear;
}

header.menu-ob .selo {
  position: relative;
  width: 70px;
  left: 11px;
  top: 10px;
  transform: none;
  display: inline-block;
  transition: 0.7s;
}

header.menu-home.menu-scroll .selo::before {
  display: none;
}

header.menu-scroll .selo {
  position: relative;
  width: 68px;
  left: 11px;
  top: -15px;
  transform: none;
  display: inline-block;
  transition: 0.7s;
  display: none;
}

header .mobileSelo {
  display: none !important;
}

header.menu-scroll-mobile .selo {
  position: relative;
  width: 69px;
  left: 123px;
  top: 0px;
  transform: none;
  display: inline-block;
  transition: 0.7s;
}

header.menu-ob .selo {
  display: none !important;
}

@media screen and (max-width: 960px) {
  header .mobileSelo {
    display: block !important;
  }

  header.menu-home .selo::before {
    height: 150px;
    width: 150px;
  }

  header.menu-ob .selo {
    display: none !important;
  }

  header.menu-home .selo {
    top: 155px;
    width: 120px;
    right: 135px;
    z-index: -1;
  }

  header.menu-scroll-mobile .selo {
    display: none !important;
  }
}

@media screen and (max-width: 500px) {
  .home .banner-home .logo-banner-home img {
    width: 115px;
    margin-top: 10px;
  }

  header.menu-home .selo {
    top: 230px;
    width: 90px;
    left: 289px;
    right: auto;
    z-index: -1;
  }

  header.menu-home .selo::before {
    height: 110px;
    width: 110px;
    top: -9px;
    left: -9px;
  }
}

header.menu-home .seloU {
  position: absolute;
  width: 150px;
  left: auto;
  right: -170px;
  top: 335px;
  transform: translate(-50%, -50%);
  transition: 0.7s;
}

header.menu-home .seloU::before {
  content: "";
  width: 180px;
  height: 180px;
  background-image: url(../img/selo-ouro-qualidade-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline;
  position: absolute;
  top: -14px;
  left: -15px;
  filter: contrast(0.7);
  animation: rodar 40s infinite linear;
}

header.menu-ob .seloU {
  position: relative;
  width: 70px;
  left: 11px;
  top: 10px;
  transform: none;
  display: inline-block;
  transition: 0.7s;
}

header.menu-home.menu-scroll .seloU::before {
  display: none;
}

header.menu-scroll .seloU {
  position: relative;
  width: 68px;
  left: 11px;
  top: -15px;
  transform: none;
  display: inline-block;
  transition: 0.7s;
  display: none;
}

header .mobileSelo {
  display: none !important;
}

header.menu-scroll-mobile .seloU {
  position: relative;
  width: 69px;
  left: 123px;
  top: 0px;
  transform: none;
  display: inline-block;
  transition: 0.7s;
}

header.menu-ob .seloU {
  display: none !important;
}

@media screen and (max-width: 960px) {
  header .mobileSelo {
    display: block !important;
  }

  header.menu-home .seloU::before {
    height: 150px;
    width: 150px;
  }

  header.menu-ob .seloU {
    display: none !important;
  }

  header.menu-home .seloU {
    top: 155px;
    width: 120px;
    right: -35px;
    z-index: -1;
  }

  header.menu-scroll-mobile .seloU {
    display: none !important;
  }

  @media screen and (max-width: 500px) {
    header.menu-home .seloU {
      top: 230px;
      width: 90px;
      left: 157px;
      right: auto;
      z-index: -1;
    }

    header.menu-home .seloU::before {
      height: 110px;
      width: 110px;
      top: -9px;
      left: -9px;
    }
  }
}

.contato form {
  background-color: rgba(230, 165, 73, 0.89);
  padding: 20px 20px 40px 20px;
  width: 420px;
  float: right;
  margin: 120px 0;
  position: absolute;
  right: 0;
}

.contato h1 {
  font-size: 2rem !important;
  line-height: 100% !important;
  margin-bottom: 1rem !important;
}

.contato .item {
  padding: 0.625rem 1rem;
  background: #00416f;
  width: 240px;
  margin: 0.313rem auto;
}

.contato .item a {
  font-family: "Franklin Gothic", "Arial";
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 1.3rem;
  transition: 0.3s;
}

.contato .item a:hover {
  transform: scale(1.05);
}

.contato .item img {
  width: 40px;
}

@media screen and (max-width: 479px) {
  .contato .fundo {
    height: 644px;
  }

  .contato form {
    width: 100%;
    margin: 0px 0 70px 0;
    background-color: transparent;
    padding: 0px;
  }
}
