/* IDCloud One */
.s-obrigado-formularios,
.s-obrigado {
  padding-top: 12.8rem;
  padding-bottom: 11.7rem;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
.s-obrigado-formularios::before, .s-obrigado-formularios::after,
.s-obrigado::before,
.s-obrigado::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.s-obrigado-formularios::before,
.s-obrigado::before {
  background: url(../../img/grafismo-esquerda.svg) no-repeat;
  width: 22.5rem;
  height: 21.5rem;
  bottom: 0;
  left: 0;
}
.s-obrigado-formularios::after,
.s-obrigado::after {
  background: url(../../img/grafismo-direita.svg) no-repeat;
  width: 18.3rem;
  height: 33.1rem;
  top: 0;
  right: 0;
}
.s-obrigado-formularios .container,
.s-obrigado .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.s-obrigado-formularios h1,
.s-obrigado h1 {
  max-width: 64.4rem;
  text-align: center;
}
.s-obrigado-formularios .txt,
.s-obrigado .txt {
  margin-top: 3.2rem;
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
}
.s-obrigado-formularios .txt img,
.s-obrigado .txt img {
  margin-left: 7px;
}
.s-obrigado-formularios p,
.s-obrigado p {
  color: #2d2f30;
  text-align: center;
}
.s-obrigado-formularios a,
.s-obrigado a {
  width: fit-content;
  min-width: 266px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background-color: #f22963;
  border-radius: 15.6rem;
  font: 500 1.6rem/150% "Unico Display", sans-serif;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.s-obrigado-formularios a::before,
.s-obrigado a::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 125%;
  background-color: rgba(231, 33, 90, 0.2);
  border-radius: 15.6rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.s-obrigado-formularios a:hover,
.s-obrigado a:hover {
  background-color: #cc0a42;
}
.s-obrigado-formularios a:hover::before,
.s-obrigado a:hover::before {
  opacity: 1;
}
@media (max-width: 550px) {
  .s-obrigado-formularios,
  .s-obrigado {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .s-obrigado-formularios .txt img,
  .s-obrigado .txt img {
    display: none;
  }
}

.s-obrigado h1 {
  font-size: 30px;
  text-align: center;
}
.s-obrigado p {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.s-idunico-obrigado {
  padding-top: 12.9rem;
  padding-bottom: 11.7rem;
  position: relative;
  background-color: #eee9f2;
  overflow: hidden;
}
.s-idunico-obrigado::before {
  content: "";
  position: absolute;
  background: url(../../img/idunico/bg-obrigado.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.s-idunico-obrigado .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-idunico-obrigado h1 {
  margin-bottom: 3.2rem;
  max-width: 64.4rem;
  text-align: center;
  font: normal 5rem/110% "Unico Display", sans-serif;
  color: #161818;
}
.s-idunico-obrigado p {
  margin-bottom: 4rem;
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 150%;
  color: #2d2f30;
}
.s-idunico-obrigado a {
  width: fit-content;
  min-width: 266px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  background-color: #f22963;
  border-radius: 15.6rem;
  font: 500 1.6rem/150% "Unico Display", sans-serif;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
}
.s-idunico-obrigado a::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 125%;
  background-color: rgba(231, 33, 90, 0.2);
  border-radius: 15.6rem;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.s-idunico-obrigado a:hover {
  background-color: #cc0a42;
}
.s-idunico-obrigado a:hover::before {
  opacity: 1;
}
@media (max-width: 550px) {
  .s-idunico-obrigado {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
  .s-idunico-obrigado h1 {
    font-size: 3.2rem;
  }
  .s-idunico-obrigado p {
    margin-bottom: 3rem;
    font-size: 16px;
  }
  .s-idunico-obrigado p svg {
    display: none;
  }
}

.s-idcloud-obrigado {
  background: url(../../img/idcloud/bg-obrigado.webp) no-repeat;
  background-size: cover;
}
.s-idcloud-obrigado::before {
  display: none;
}
.s-idcloud-obrigado h1,
.s-idcloud-obrigado p {
  color: #ffffff;
}