
.box-plan button {
  background-color: transparent;
}
.cancel-bottom {
  font-family: Apercu Pro, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  background-color: transparent;
  color: #ffa9a4;
@media (max-width: 640px) {
    font-size: 12px;
    line-height: 12px;
}
}
.efect-rotate {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.efect-rotate-z {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

