@charset "UTF-8";
.Card {

  background: #FFFFFF;
  padding: 10px 42px;
  padding-bottom: 25px;
  margin-bottom: 50px;

}

@media screen and (min-width: 640px) {

  .Card {
    box-shadow: 20px 4px 50px -28px rgba(0, 0, 0, 0.29);
    border-radius: 10px;
    border-style: solid;
    border-color: #c7c7c7;
    border-width: 1px;
  }

}

.Card .Card-application {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  margin-top: 50px;
}

.Card-info {
  padding: 16px;
  width: 352px;
  background: #FFFFFF;
  border: 1px solid #D4D3D9;
  box-sizing: border-box;
  box-shadow: 0px 10px 59px -13px rgba(6, 7, 40, 0.91);
  border-radius: 10px;
  position: fixed;
  right: 3%;
  top: 5%;
  cursor: pointer;
  opacity: 0;
}

.Card-info .Card-info-title {
  font-weight: 600;
  font-size: 16px;
  color: #00001A;
  display: flex;
  align-items: center;
}

.Card-info .Card-info-text {
  font-size: 12px;
  color: #26213F;
}


/* TEXTS */

.Text-bold {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.0015em;
  color: #232325;
}

.Text-default {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.0015em;
  color: #4B4B4D;
  margin-top: 7px;
}

/** OTHERS */

.Divider {
  height: 1px;
  background: #BEBECB;
  border-radius: 10px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  margin: 15px 0;
}
