.modal-content-caixa {
  max-width: 410px;
  border-radius: 20px;
}

.modal-header {
  border-radius: 15px 15px 0 0;
  position: relative;
  height: 205px;
  overflow: hidden;
  background: linear-gradient(180deg, #A5303E 0%, #EE6518 133.41%);
}

.modal-header .blur {
  background: rgba(252, 255, 126, 1);
  position: absolute;
  width: 286px;
  height: 116.8px;
  filter: blur(75px);
  left: 50%;
  right: 50%;
  transform: translate(-50%, 50%);
}

.modal-header img {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transform: translate(0, 37%);
  width: auto;
  height: auto;
}

.close-modal {
  color: #FFFFFF;
}

.modal-body {
  display: flex;
  justify-content: center;
}

.modal-body-content {
  width: 100%;
  max-width: 362px;
}

.modal-body-content h3 {
  text-align: center;
  color: black;
  font-family: 'Margem-medium';
  font-size: 1.3rem;
}

.modal-body-content h3 span {
  color: rgba(198, 33, 46, 1);
  font-size: 1.7rem;
}

.modal-body-content p {
  margin: 0;
  color: rgba(73, 75, 76, 1);
  text-align: center;
  font-family: 'Margem-regular';
}

.modal-footer-caixa {
  flex-direction: column;
}

.cta-button-modal-caixa {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 362px;
  height: 48px;
  border-radius: 12px;
  transition-duration: 0.4s;
}

.cta-button-modal-caixa:hover {
  text-decoration: none;
}

.cta-button-modal-caixa.assinatura-ilimitada {
  background: #0057FF;
  border: none;
  color: #FFFFFF;
}

.cta-button-modal-caixa.curso-avulso {
  border: 1px solid rgba(97, 99, 101, 1);
  color: rgba(97, 99, 101, 1);
}

.cta-button-modal-caixa.assinatura-ilimitada:hover,
.cta-button-modal-caixa.curso-avulso:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  /* transform: scale(1.01); */
}

@media screen and (max-width: 425px) {
  .modal-header {
    height: 180px;
  }

  .modal-header img {
    width: 100%;
  }
}

@media screen and (max-width: 370px) {
  .modal-header {
    height: 150px;
  }
}
