/*****************************
  *  MODAL MENSALIDADE
  ******************************/
.fcp-modal-interesse .modal-content {
  color: var(--f-global-color-white);
  background-color: var(--f-global-color-green-cyan-turquoise);
}

.fcp-modal-interesse .modal-content a:not(.btn-fecap) {
  color: var(--f-global-color-guppie-green);
  font-weight: 900;
}

.fcp-modal-interesse .modal-content a:hover:not(.btn-fecap),
.fcp-modal-interesse .modal-content a:focus:not(.btn-fecap) {
  color: var(--f-global-color-guppie-green);
  text-decoration: underline;
}

.fcp-modal-interesse .modal-content .btn-fecap {
  line-height: 1.5;
  padding: 1rem;
}

.fcp-modal-interesse .modal-header {
  align-items: center;
}

.fcp-modal-interesse .modal-header .close {
  position: absolute;
  padding: 1rem;
  color: var(--f-global-color-white);
  right: 10px;
  font-size: 1.5rem;
  font-weight: 900;
  outline: none;
  text-shadow: none;
}

.fcp-modal-interesse .modal-header .close:active {
  outline: none;
  box-shadow: 0;
}

.fcp-modal-interesse .modal-body {
  padding: 3rem;
}

.fcp-modal-interesse .modal-body .modal-heading {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.fcp-resultado-content {
  display: none;
  padding: 0;
}

.fcp-resultado-content .alert {
  display: flex;
  align-items: center;
}

.fcp-resultado-content .alert i {
  margin-right: 10px;
}

.fcp-resultado-content .alert p {
  margin: 0;
  color: inherit;
}

.fcp-resultado-card {
  padding: 50px;
  background-color: white;
  color: var(--f-global-color-green-cyan-turquoise);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fcp-resultado-mensagem {
  font-size: 1.2rem;
}

.fcp-resultado-investimento-texto {
  font-size: 2rem;
  font-weight: 900;
}

.fcp-resultado-investimento-dado {
  color: var(--f-global-color-guppie-green);
  font-size: 2rem;
  font-weight: 900;
}

.fcp-resultado-obs {
  font-size: 0.75rem;
}

@media (max-width: 991.98px) {
  .fcp-modal-interesse .modal-body {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {

  .fcp-modal-interesse .modal-title,
  .fcp-modal-interesse .modal-header .btn-close {
    font-size: 1rem;
  }

  .fcp-modal-interesse .modal-body {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .fcp-modal-interesse .modal-body .modal-heading {
    font-size: 1rem;
  }

  .fcp-form-content,
  .fcp-resultado-content {
    padding: 0;
  }

  .fcp-modal-interesse .modal-content .btn-fecap {
    font-size: 0.8rem;
    padding: 0.8rem;
  }

  .fcp-resultado-card {
    padding: 20px;
  }

  .fcp-resultado-mensagem {
    font-size: 1rem;
  }

  .fcp-resultado-investimento-texto,
  .fcp-resultado-investimento-dado {
    font-size: 1.5rem;
  }
}