body {
  background: white; }

.path {
  width: calc(100% - 120px);
  margin: 0px auto 24px;
  margin-top: 136px; }
  @media (max-width: 768px) {
    .path {
      margin-top: 128px;
      width: calc(100% - 48px); } }
  .path a {
    font-size: 14px;
    font-weight: 600;
    color: #3B69FF; }
  .path span {
    font-size: 14px;
    font-weight: 600;
    color: #3B69FF; }

iframe {
  width: 100%;
  height: 100vh; }
  @media (max-width: 768px) {
    iframe {
      height: calc(100vh - 168px); } }

.progress-bar-contratacao {
  width: 100%;
  height: 8px;
  background: #E4E5E9;
  position: fixed;
  top: 112px; }
  .progress-bar-contratacao .bar {
    background: #0BCC56;
    width: 50%;
    height: 100%;
    border-radius: 0 8px 8px 0;
    transition: 0.4s; }
  @media (max-width: 768px) {
    .progress-bar-contratacao {
      top: 106px; } }
