body {
  background-color: #ecf0f1;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  overflow-x: hidden;
}

.btn.is-fullwidth {
  width: 100%;
}

.is-primary {
  background-color: #F0856B;
  border-color: transparent;
  color: #fff;
}
.is-primary:hover {
  background-color: #741067;
}

.bg-laranja {
  background-color: #F0856B;
  color: #fff;
}
@media (min-width: 1200px) {
  .bg-laranja {
    padding-inline: 15rem;
  }
}

.animate-symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: float 2s ease-in-out;
}

@keyframes float {
  0% {
    transform: translateY(-100rem);
  }
  100% {
    transform: translateY(0);
  }
}
.btn-next {
  background-color: #741067;
  color: #fff;
}

.btn-sair {
  background-color: #fff;
  color: #F0856B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
.btn-sair:hover {
  transform: scale(1.1);
  color: #F0856B;
}

.label {
  color: #363636;
  display: block;
  font-size: 0.97rem;
  font-weight: 600;
}

.label-subtitle {
  color: #363636;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
}

.logo-divcorp {
  padding-bottom: 10px;
}

.logo-termo {
  margin-bottom: 30px;
}

.logo-empresa {
  max-width: 200px;
}

.title {
  color: #363636;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 0px;
  text-align: center;
}

.subtitle {
  color: #741067;
  font-weight: 700;
  font-size: 20px;
}

.color-second {
  color: #741067;
}

.form-censo-titulo {
  text-align: center;
  padding-top: 2rem;
  text-transform: uppercase;
  color: #741067;
}

.fundo-agradecimento {
  background: url("../img/fundo-gradient.jpg");
  background-size: cover;
}

.fundo-questionario {
  background: url("../img/fundo.jpg") no-repeat;
  background-size: cover;
  min-height: 100dvh;
}

.progress {
  background-color: #741067;
  height: 0.4rem;
  border-radius: 2rem;
}
.progress .progress-bar {
  position: absolute;
  height: 0.55rem;
  border-radius: 1rem;
  align-self: center;
}

.progress-bar {
  transition: width 0.8s ease-in-out;
}

.frase {
  background: url("../img/frase.png") no-repeat;
  background-size: 100% 100%;
  padding: 5rem 5rem 1rem 5rem;
  position: absolute;
  right: 0;
  top: 32rem;
  right: -8rem;
  color: #fff;
  height: 14rem;
  width: 50%;
}
@media (max-width: 1050px) {
  .frase {
    padding-top: 4rem;
  }
}
@media (min-width: 1300px) {
  .frase {
    width: 41%;
  }
}
@media (min-width: 1400px) {
  .frase {
    padding-top: 4rem;
    width: 35%;
  }
}
@media (min-width: 1600px) {
  .frase {
    padding-top: 5rem;
    width: 30%;
  }
}
.frase p {
  padding-right: 4.5rem;
}

@media (max-width: 1300px) {
  .frase {
    display: none;
  }
}
.tooltip {
  opacity: 1 !important;
}

.tooltip-inner {
  background-color: #F0856B !important;
  color: #fff;
  text-shadow: rgba(54, 54, 54, 0.3490196078) 0.1em 0.1em 0.1em;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #F0856B !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #F0856B !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #F0856B !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #F0856B !important;
}/*# sourceMappingURL=censo.css.map */