#block-mahi-facelift-popupagendamento {
  position: fixed;
  z-index: 9999;
  /* background: red; */
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

.area-popup {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-popup-agendamento {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ccebcc;
  padding: 20px 0px 0px 70px;
  background: url(https://accamargo.org.br/sites/default/files/2025/07/bk.jpg);
  background-size: cover;
  width: 700px;
  height: 350px;
}

.close-popup {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-right: 20px;
}

.close-popup a {
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  background: var(--verde-camargo);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 22px;
  cursor: pointer;
}

.box-agendamento {
  display: flex;
}

.box-agendamento h2 {
  font-weight: 800;
  font-size: 28px;
  margin: 0;
  color: rgb(20 56 56);
  line-height: 29px;
}

.texto-popup {
  max-width: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.texto-popup p {
  font-size: 20px;
  line-height: 26px;
  color: var(--verde-nobre);
}

.texto-popup a {
  justify-content: center;
  align-items: center;
  width: fit-content;
  display: flex;
  margin: auto;
  text-decoration: none;
  text-transform: uppercase;
  margin: 30px auto;
  background: rgb(20 56 56);
  padding: 10px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}

.filter-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  /* background: #ccebcc; */
  background: rgba(0, 0, 0, 0.2);
  /* opcional */
  backdrop-filter: blur(8px);
  text-indent: -999px;
}

.closedpop {
  display: none !important;
}

.texto-popup a:hover,
.close-popup a:hover {
  color: white;
}


@media (max-width:767px) {
  #block-mahi-custom-popupagendamento {
    position: fixed;
    z-index: 9999;
    /* background: red; */
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
  }

  .area-popup {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-popup-agendamento {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ccebcc;
    padding: 20px 0px 0px 40px;
    background: url(https://accamargo.org.br/sites/default/files/2025/07/bk-mobile-popuip.jpg);
    background-size: cover;
    width: 360px;
    height: 400px;
  }

  .close-popup {
    display: flex;
    justify-content: end;
    align-items: end;
    padding-right: 20px;
  }

  .close-popup a {
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    background: var(--verde-camargo);
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 22px;
    cursor: pointer;
  }

  .box-agendamento {
    display: flex;
    /* margin-top: -20px; */
  }

  .box-agendamento h2 {
    font-weight: 800;
    font-size: 27px;
    margin: 0;
    color: rgb(20 56 56);
    line-height: 29px;
  }

  .texto-popup {
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .texto-popup p {
    font-size: 20px;
    line-height: 26px;
    color: var(--verde-nobre);
  }

  .texto-popup a {
    justify-content: center;
    align-items: center;
    width: fit-content;
    display: flex;
    margin: auto;
    text-decoration: none;
    text-transform: uppercase;
    margin: 30px auto;
    background: rgb(20 56 56);
    padding: 10px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
  }

  .filter-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: #ccebcc; */
    background: rgba(0, 0, 0, 0.2);
    /* opcional */
    backdrop-filter: blur(8px);
  }

  .closedpop {
    display: none !important;
  }

  .texto-popup a:hover,
  .close-popup a:hover {
    color: white;
  }
}



#block-mahi-custom-popupagendamento {
  position: fixed;
  z-index: 9999;
  /* background: red; */
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

.area-popup {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-popup-agendamento {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ccebcc;
  padding: 20px 0px 0px 70px;
  background: url(https://accamargo.org.br/sites/default/files/imagens/popup/desk.jpg);
  background-size: cover;
  width: 700px;
  height: 350px;
}

.close-popup {
  display: flex;
  justify-content: end;
  align-items: end;
  padding-right: 20px;
}

.close-popup a {
  padding: 5px 10px;
  color: white;
  font-weight: bold;
  background: var(--verde-camargo);
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 22px;
  cursor: pointer;
}

.box-agendamento {
  display: flex;
}

.box-agendamento h2 {
  font-weight: 800;
  font-size: 28px;
  margin: 0;
  color: rgb(20 56 56);
  line-height: 29px;
  color: transparent !important;
}

.texto-popup {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: transparent;
}

.texto-popup p {
  font-size: 20px;
  line-height: 26px;
  color: var(--verde-nobre);
  margin-top: 23px;
  /* visibility: hidden; */
  color: transparent;
  background: transparent;
}

.texto-popup a {
  justify-content: center;
  align-items: center;
  width: fit-content;
  display: flex;
  margin: auto;
  text-decoration: none;
  text-transform: uppercase;
  margin: 30px auto;
  background: rgb(20 56 56);
  padding: 10px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  color: transparent !important;
  background: transparent !important;
  width: 300px;
}

.filter-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  /* background: #ccebcc; */
  background: rgba(0, 0, 0, 0.2);
  /* opcional */
  backdrop-filter: blur(8px);
  text-indent: -999px;
}

.closedpop {
  display: none !important;
}

.texto-popup a:hover,
.close-popup a:hover {
  color: white;
}


@media (max-width:767px) {
  #block-mahi-custom-popupagendamento {
    position: fixed;
    z-index: 9999;
    /* background: red; */
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
  }

  .area-popup {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container-popup-agendamento {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ccebcc;
    padding: 20px 0px 0px 40px;
    background: url(https://accamargo.org.br/sites/default/files/2025/07/bk-mobile-popuip.jpg);
    background-size: cover;
    width: 360px;
    height: 400px;
  }

  .close-popup {
    display: flex;
    justify-content: end;
    align-items: end;
    padding-right: 20px;
  }

  .close-popup a {
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    background: var(--verde-camargo);
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 22px;
    cursor: pointer;
  }

  .box-agendamento {
    display: flex;
    /* margin-top: -20px; */
  }

  .box-agendamento h2 {
    font-weight: 800;
    font-size: 27px;
    margin: 0;
    color: rgb(20 56 56);
    line-height: 29px;
  }

  .texto-popup {
    max-width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .texto-popup p {
    font-size: 20px;
    line-height: 26px;
    color: var(--verde-nobre);
  }

  .texto-popup a {
    justify-content: center;
    align-items: center;
    width: fit-content;
    display: flex;
    margin: auto;
    text-decoration: none;
    text-transform: uppercase;
    margin: 30px auto;
    background: rgb(20 56 56);
    padding: 10px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
  }

  .filter-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: #ccebcc; */
    background: rgba(0, 0, 0, 0.2);
    /* opcional */
    backdrop-filter: blur(8px);
  }

  .closedpop {
    display: none !important;
  }

  .texto-popup a:hover,
  .close-popup a:hover {
    color: white;
  }

  .box-agendamento a {
    margin-top: 105px;
    width: 212px;
    margin-left: 123px;
  }

  .box-agendamento h2 {
    width: 1px;
    height: 1px;
  }

  .container-popup-agendamento {
    width: 401px;
    height: 400px;
    background: url(https://accamargo.org.br/sites/default/files/imagens/popup/mob.jpg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}


@media (max-width:430px) {
  .container-popup-agendamento {
    width: 300px;
    height: 300px;
  }

  .box-agendamento a {
    margin-top: 47px;
    width: 180px;
    margin-left: 56px;
  }
}
