body {
  background: #fafafa;
}

.calc-height {
  height: calc(100vh - 143.45px);
}

.separator {
  margin: 1.5rem 0;
  border-bottom: 1px solid #dddddd;
}

#root {
  background: #fafafa;
  height: 100vh;

  .form-group {
    margin-bottom: 1rem;
  }

  #brandingContainer {
    margin-bottom: 1rem;
    margin-top: 1rem;

    img {
      width: 120px;
    }
  }

  #firmaResultado {
    /* margin-top: 3rem; */

    #firmaCuerpo { }

    #firmaPie { }
  }

  @font-face {
    font-family: 'InterTight-Regular';
    src: url('../fonts/onenext/InterTight-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'InterTight-Bold';
    src: url('../fonts/onenext/InterTight-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
}

