.popUpCTC {
  .popUp {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: $light-black;
    z-index: 200;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    .popUp_container {
      padding: 40px 16px;
      background-color: $white;
      border-radius: 10px;
      max-height: 80vh;
      width: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .popUp_container.grey {
      background-color: $extra-light-gray;
    }

    .popUp_content {
      height: 100%;
      overflow-y: auto;
    }

    .popUp_img {
      width: 16px;
      height: 16px;
      position: absolute;
      right: 16px;
      top: 16px;
      cursor: pointer;
      border: none;
      background-color: transparent;
    }

    .popUpFilter_title {
      font-family: "Geomanist-WZ-Book";
      font-size: 28px;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: $blue;
    }

    .TabNav .popUpFilter_title {
      display: none;
    }

    .popUpFilter .newsSearch {
      flex-direction: column;
      width: 100%;
    }

    .popUpFilter .newSearch_item.trash {
      justify-content: flex-start;
    }

    .popUpFilter .newSearch_item {
      width: 100%;
      margin: 12px 0;
    }
  }

  .popUpCTC_cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 auto; /* top margin, centered */
    background: none;
    border: 2px solid #152a69;
    cursor: pointer;
    border-radius: 22px;
  }

  .popUpCTC_cancel_content {
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .popUpCTC_cancel_content .text_button {
    font-size: 14px;
    font-weight: 700;
    font-family: "Geomanist-WZ-OT-Book";
    line-height: 20px;
    color: #152a69;
  }

  .popUp_img_cancel {
    width: 16px;
    height: 16px;
  }

  .popUp.popUpRiesgo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: $light-black;
    z-index: 200;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
  }

  @media (min-width: 768px) {
    .popUp {
      padding: 50px 150px;
    }
  }

  .iframe_form {
    min-height: 60vh;
    width: 100%;
  }
}
