.span-popup-portal {
  display: none !important;
}

.caixa-popup-portal {
    max-height: 700px;
}

@media (max-width: 767px) {
  .footer-popup-portal {
    margin: 0;
    padding: 0;
    height: auto;
    /* margin-bottom: 20px; */
    background: url(/themes/custom/mahi_facelift/images/popup/portal-paciente/bk-verde-mob.png);
    padding: 20px;
    border-radius: inherit;
    height: 117px;
    justify-content: end;
    align-items: center;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .ct-footer-text>div {
    color: white;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
  }

  .ct-footer-text {
    color: white !important;
    max-width: 70%;
    margin-bottom: 0 !important;
    text-align: center;
    width: 100%;
  }
}



.ct-footer-text {
  color: white !important;
  max-width: 100%;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}

.ct-footer-text p {
  color: white;
  font-size: 20px;
  max-width: 100%;
}


@media (min-width: 767px) {


  .footer-popup-portal {
    max-width: 100%;
    padding: 15px 30px;
    border-radius: 0 30px 30px 0;
    /* border: solid 2px var(--verde-nobre); */
    border-left: 0;
    /* margin: 0 10%; */
    padding-left: 100px;
    /* display: flex; */
    margin-top: 0;
    background: url(/themes/custom/mahi_facelift/images/popup/portal-paciente/bk-verde.png);
    background-size: 708px;
    background-repeat: no-repeat;
    height: 281px;
    background-position: 68px 17px;
    margin-top: -100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    margin-left: 5%;
  }

  .footer-popup-portal {
    margin-left: 0;
    padding: 0;
  }
}
