#block-mahi-facelift-popoff {
  position: fixed;
  background: white;
  z-index: 700;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* display: none; */
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  background: #00000080;
  background: rgb(0 0 0 / 50%);
  /* backdrop-filter: blur(10px); */
  -webkit-backdrop-filter: blur(5px);
  /* display: none; */
  z-index: 1001;
}



.popupoff {
  width: 767px;
  background: white;
  max-height: 767px;
  border-radius: 30px;
  overflow: hidden;
  padding-bottom: 60px;
  min-height: 650px;
}

.close-popoff {
  display: flex;
  justify-content: end;
  margin-right: 20px;
  position: relative
}


#closepopoff {
  width: 28px;
  position: absolute;
  top: 20px;
}



.header-popoff {
  background-image: url(https://accamargo.org.br/sites/default/files/2026/02/bk-popoff.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: normal;
  padding: 0 40px;
  background-position: 0 0px;
  height: 386px;
  padding-top: 60px;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-popoff {
  padding-top: 20px;
}

.text-popoff {
  font-weight: bold;
  color: white;
  font-size: 44px;
  line-height: 44px;
  margin-left: 40px;
}

.text-popoff strong,
.text-popoff b {
  color: var(--laranja-facelift-1);
}

.body-popoff {
  display: flex;
  padding: 0 100px;
  align-items: center;
  justify-content: center;
}


.box-body-popoff {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.box-body-popoff a {
  font-weight: bold;
}

.icon-body-popoff.v2 img {
  width: 80px;
  margin-top: -20px;
}

.icon-body-popoff img {
  width: 60px;
}


.text-body-popoff {
  font-size: 19px;
  color: black;
  text-align: center;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}


@media (min-width:767px) and (max-height:700px) {

  .popupoff {
    width: 767px;
    background: white;
    max-height: 767px;
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 0;
    min-height: 500px;
  }

  .header-popoff {
    background-image: url(https://accamargo.org.br/sites/default/files/2026/02/bk-popoff.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: normal;
    padding: 0 20px;
    background-position: 0px -117px;
    height: 264px;
    padding-top: 43px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .icon-popoff {
    padding-top: 0;
  }

  .icon-popoff img {
    width: 180px;
  }

  .text-popoff {
    font-weight: bold;
    color: white;
    font-size: 33px;
    line-height: 38px;
    margin-left: 40px;
  }
}



@media (max-width:767px) {
  .popupoff {
    max-width: 400px;
    background: white;
    /* max-height: 767px; */
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 60px;
    min-height: auto;
    margin: auto;
    width: auto;
  }

  .header-popoff {
    background-image: url(https://accamargo.org.br/sites/default/files/2026/02/bk-popmob.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: normal;
    padding: 0 20px;
    background-position: 0 -0px;
    height: 340px;
    padding-top: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .icon-popoff {
    padding-top: 20px;
  }

  .icon-popoff img {
    width: 160px;
  }

  .text-popoff {
    font-weight: bold;
    color: white;
    font-size: 26px;
    line-height: 28px;
    margin-left: 20px;
  }



  .body-popoff {
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    margin-top: -75px;
    flex-direction: column;
  }

  .box-body-popoff {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
  }

  .text-body-popoff {
    font-size: 15px;
    color: black;
    text-align: start;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    max-width: calc(100% - 120px);
  }

  .icon-body-popoff {
    width: 100px;
  }

  .icon-body-popoff.v2 img {
    width: 71px;
    margin-top: 0px;
  }

}



@media (max-width: 400px) {
  .popupoff {
    max-width: 90%;
    background: white;
    /* max-height: 767px; */
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 60px;
    min-height: auto;
    margin: auto;
    width: auto;
  }


  .header-popoff {
    background-image: url(https://accamargo.org.br/sites/default/files/2026/02/bk-popmob.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: normal;
    padding: 0 20px;
    background-position: 0 -0px;
    height: 247px;
    padding-top: 30px;
    background-size: cover;
    background-repeat: no-repeat;

  }

  .body-popoff {
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
  }
}
