/* ============= Breakpoint for Small Screens ============= */

@media (max-width: 768px) {


  label {
    font-size: 15px;
  }

  div.columns__two {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  input,
  select {
    text-align: center;
  }

  /* ============= SCHEDULE HERE FORM ============= */

  .btn__schedule-desktop,
  .progress__bar-desktop,
  .btn__step-desktop,
  .progress__bar-btn--desktop,
  .step__left-desktop {
    display: none;
  }

  .progress__bar-container .btn__step-desktop {
    display: none;
  }

  .container__step-form .step__right-container .btn__step-desktop {
    display: none;
  }

  .btn__submit-schedule--container .btn__submit-schedule--desktop {
    display: none;
  }

  .btn__submit-schedule--container .btn__submit-mobile--schedule {
    display: block;
  }

  .btn__submit-schedule--container .btn__submit-schedule--mobile {
    display: block;
  }

  .btn__submit-schedule--container .btn__submit-mobile--schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 70px;
    gap: 10px;
    left: 0;
    right: 0;
  }

  .btn__submit-schedule--container .btn__submit-mobile--schedule .btn__submit {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn__submit-schedule--container .btn__submit-schedule--mobile {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .btn__submit-schedule--container .btn__submit-schedule--mobile .btn__submit {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btns__mobile--step_one,
  .btns__absolute-mobile,
  .btns__relative-mobile,
  .btns__container-mobile,
  .progress__bar-mobile,
  .step__left-mobile {
    display: block;
  }




  .pdd__100-mobile {
    padding-bottom: 100px;
  }

  .pdd__100-mobile .btn__step {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .btns__container-mobile {
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-top: 30px;
    gap: 10px;
    left: 0;
    right: 0;
  }

  .btns__absolute-mobile {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btns__mobile--step_one {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  /* .step__left-content.position__progress {
    margin-top: -4%;
  } */

  .btns__container-mobile.absolute__progress {
    position: absolute !important;
    bottom: 0;
  }







  .btn__back-schedule--form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 600;
  }

  .btn__back-schedule--form i {
    font-size: 20px;
    font-weight: 600;
  }

  .container__form {
    padding-top: 80px;
  }

  .container__step-form {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
  }

  .container__step-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-items: start;
    position: relative;
    min-height: 100vh;
  }

  .step__two-number--content {
    min-height: 90vh;
  }

  .container__step-three--form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr;
    align-items: start;
    position: relative;
    min-height: 90vh;
  }

  .step__two-schedule {
    padding-top: 0;
  }

  .step__right-container {
    padding-right: 0;
  }

  .title__step-one {
    width: 100%;
  }

  .bar__step-one {
    width: 100%;
    margin-top: 0;
    gap: 50px;
  }

  .input__description-text {
    text-align: center;
  }



  .progress__bar-desktop .progress__bar-form--schedule {
    display: none;
  }


  .calendar__container .title__step {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }


  .calendar {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .calendar__weekdays {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 10px;
    gap: 10px;
  }

  .calendar__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
  }

  .calendar__days div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }

  div.selected__day {
    margin: 3px;
  }

  div.available__days {
    margin: 3px;
  }

  .information__time-slots {
    width: 100%;
    padding-right: 0;
    background: transparent;
    margin-top: 0;
  }

  .step__two-right {
    display: initial;
    padding-right: 0;
    width: 110%;
    margin-left: -5%;
    margin-top: 30px;
  }

  .business__hours-container {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    background: transparent;
  }

  .schedule__footer .footer {
    margin: 0;
  }

  .btn__step-mg {
    margin-bottom: 50px;
  }




  .progress__bar-container {
    display: initial;
    margin-bottom: 35px;
  }

  .container__step-three--form {
    padding: 0;
  }

  .btn__submit-schedule--desktop,
  .title__three-desktop,
  .subtitle__three-desktop,
  .description__three-desktop {
    display: none;
  }

  .info__step-three-mobile,
  .header__step-three--mobile {
    display: block;
  }

  .step__three-container {
    padding: 20px;
    width: 110%;
    margin-left: -5%;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }


  .header__step-three--mobile {
    display: flex;
    justify-content: left;
    flex-direction: column;
    align-self: self-start;
  }

  .header__step-three--mobile p {
    margin: 0;
    text-align: left;
  }

  .info__step-three-mobile {
    margin-top: 0;
    margin-bottom: 90px;
  }

  .progress__bar-container {
    width: 100%;
  }

  .bar__step-two {
    width: 100%;
    margin-top: 0;
    gap: 50px;
  }





  .custom__popupe-alert--modal {
    background: transparent linear-gradient(248deg, #052352 0%, #0876CD 100%) 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100% !important;
    height: 88vh !important;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    position: absolute !important;
    bottom: 0 !important;
  }

  .custom__popupe-alert {
    background: transparent linear-gradient(248deg, #052352 0%, #0876CD 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    min-height: 350px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;
    overflow: hidden !important;
    width: 100vw !important;
    height: 88vh !important;
    position: relative;
    padding: 20px;
    padding-top: 40px;
    grid-template-rows: auto 1fr;
  }

  .img__modal-alert--schedule {
    order: 2;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: -40px;
  }

  .img__modal-alert--schedule img {
    margin: 0;
    width: 100%;
    height: 450px;
    object-fit: contain;
    margin-top: 0;
  }

  .container__text-religious--five {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: left;
    padding-right: 0;
    width: 100%;
  }

  .custom__close-alert--modal {
    display: none !important;
  }


  .title__modal-alert {
    font-size: 35px;
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .btn__container-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  .btn__alert-modal {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn__container-modal .border__btn {
    height: 50px;
    width: 325px;
    margin: 0;
  }

  .swal2-container.swal2-bottom,
  .swal2-container.swal2-center,
  .swal2-container.swal2-top {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
  }


  .title__step-one {
    font-size: 25px;
  }


  .bottom__text-label {
    font-size: 14px;
  }


  .btn__step-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 50px;
  }


  /* ============= Login form ============= */

  .header__login-mobile {
    display: block;
  }

  .login__page {
    padding-top: 0;
  }

  .login__section-container .login__section-content {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 5px;
    z-index: 2;
    overflow: hidden;
  }

  .img__left-login {
    display: none;
  }

  .content__right-login input {
    background-color: transparent;
    color: #FFFFFF;
    text-align: left;
  }

  .content__right-login input::placeholder {
    color: #FFFFFF;
  }

  .btn__login-container .btn {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F57745;
  }

  .content__right-login {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 5px;
    height: 100vh;
  }

  .input__checkbox p {
    font-size: 15px;
    color: #FFFFFF;
  }

  .title__login {
    text-align: center;
    color: #F57745;
    margin-bottom: 10px;
  }

  .forgot__password-question {
    color: #FFFFFF;
  }

  .bg__overlay-login {
    position: absolute;
    background: transparent linear-gradient(180deg, #052352 0%, #043B67 100%) 0% 0% no-repeat padding-box;
    height: 50vh;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .white__mobile {
    color: #FFFFFF;
  }

  .title__left {
    text-align: left;
  }

  .reset__password-content label {
    color: #FFFFFF;
    font-size: 14px;
  }

  .btn__reset-container .btn {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F57745;
  }

  .custom__alert-modal--login {
    background: transparent linear-gradient(248deg, #052352 0%, #0876CD 100%) 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    border-radius: 10px !important;
    width: 100% !important;
    height: 100vh !important;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    position: absolute !important;
    bottom: 0 !important;
    border-radius: 0 !important;
    z-index: 80 !important;
  }


  .custom__popupe-alert--login {
    background: transparent linear-gradient(248deg, #052352 0%, #0876CD 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    min-height: 350px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;
    overflow: hidden !important;
    width: 100vw !important;
    height: 100vh !important;
    position: relative;
    padding: 20px;
    padding-top: 70px !important;
    grid-template-rows: auto 1fr;
    padding-top: 100px;
    z-index: 80 !important;
  }


  .header__login-mobile .header {
    z-index: 120 !important;
  }

  .img__modal-alert--login {
    order: 2;
  }

  .btn__alert-login {
    position: relative;
  }

  .title__alert-updated {
    text-align: center;
    margin-top: 40px;
  }

  .text__alert-login {
    text-align: center;
    font-family: var(--font-title-demi);
    font-size: 18px;
    line-height: 1.05;
    letter-spacing: 1px;
    color: #FAFAFA;
    opacity: 85%;
  }

  .btn__alert-login .border__btn {
    border: transparent;
  }

  .btn__alert-login {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn__alert-login .border__btn .btn__alert-modal {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F57745;
  }

  .img__modal-alert--login {
    width: 350px;
    height: 100%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    margin-bottom: -10px;
  }

  .img__modal-alert--login img {
    width: 350px;
    height: 500px;
    object-fit: contain;
    margin: 0;
  }

  /* ============= alert certificate ============= */


  .custom__popupe-alert--modal_certificate {
    background: transparent linear-gradient(248deg, #052352 0%, #0876CD 100%) 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 3px 6px #00000029 !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100% !important;
    height: 88vh !important;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    position: absolute !important;
    bottom: 0 !important;
  }

  .custom__popupe-alert--certificate {
    background: transparent linear-gradient(248deg, #052352 0%, #0876CD 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    min-height: 350px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    position: relative;
    overflow: hidden !important;
    width: 100vw !important;
    height: 88vh !important;
    position: relative;
    padding: 20px;
    padding-top: 40px;
    grid-template-rows: auto 1fr;
  }

  .img__modal-alert--certificate_200 {
    order: 2;
  }

  .img__modal-alert--schedule,
  .img__modal-alert,
  .img__modal-alert--certificate_200 {
    width: 100%;
    height: 55%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .img__modal-alert--schedule,
  .img__modal-alert img,
  .img__modal-alert--certificate_200 img {
    width: 100vw;
    height: 100%;
    object-fit: contain;
    margin: 0;
  }

  .btn__alert-certificate {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn__alert-certificate .border__btn .btn__alert-modal {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F57745;
  }

  .text__alert-contact,
  .text__alert-certificate {
    font-size: 18px;
    letter-spacing: 1.1;
  }

  .btn__alert-contact,
  .btn__container-modal--certificate {
    margin: 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .btn__container-modal--certificate .border__btn {
    margin: 0 auto;
    width: 100%;
  }

  .btn__container-modal--certificate .btn__alert-modal {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .container__text-certificate--500 {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: left;
    padding-right: 25px;
  }

  .btn__container-modal--certificate_500 {
    margin: 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .btn__container-modal--certificate_500 .border__btn {
    padding: 0;
    width: 83vw;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-left: 5%;
  }

  .btn__container-modal--certificate_500 .btn__alert-modal {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .btn__alert-updated--password .border__btn .btn__step,
  .btn__container-modal--certificate .btn__alert-modal--certificate {
    padding: 0;
    width: 80vw;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img__modal-alert--certificate_500 {
    order: 2;
    margin: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    margin: 0 auto;
  }

  .img__modal-alert--certificate_500 img {
    width: 100vw;
    height: 100%;
    object-fit: contain;
    margin: 0;
  }

  .container__text-certificate--500 .btn__alert-desktop--certificate {
    display: none;
  }

  .custom__popupe-alert--certificate .btn__alert-mobile--certificate {
    display: block;
  }

  .btn__alert-mobile--certificate {
    order: 3;
    margin: 0;
  }

  .title__alert-certificate {
    font-size: 35px;
  }



  .swal2-container.swal2-bottom,
  .swal2-container.swal2-center,
  .swal2-container.swal2-top {
    grid-template-columns: auto minmax(0, 1fr) auto;
    width: 100vw;
    height: 100vh;
  }

  .container__text-religious--five {
    width: 90vw;
  }


  .title__alert-contact {
    font-size: 35px;
  }


  .hidden__item {
    display: none;
  }

  .btn__slot {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
  }

  .bottom__info-scheduled,
  .title__information-time--service,
  .title__information-time--service .title__step {
    font-size: 17px;
  }

  .text__info-scheduled,
  .info__scheduled {
    font-size: 14px;
    text-align: left;
  }



  .btn__alert-updated--password {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
  }

  .text__alert-updated--password,
  .title__alert-updated--password {
    text-align: center;
  }

  .btn__alert-updated--password .border__btn {
    border: none;
  }

  .btn__alert-updated--password .border__btn .btn__step {
    background-color: #F57745;
  }


  .btns__relative-mobile {
    margin: 0 auto;
  }



  .step__one-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .left__step-one--content {
    all: unset;
  }

}


@media (min-width: 390px) and (min-height: 800px) {}


@media (min-width: 300px) and (max-height: 740px) {

  .custom__popupe-alert--login {
    padding-top: 30px;
  }


}












@media (max-width: 415px) and (max-height: 920px) {


  .img__modal-alert--schedule,
  .img__modal-alert,
  .img__modal-alert--certificate_200 {
    width: 100%;
    height: 50%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 25%;
    left: 0;
  }

  .img__modal-alert--schedule,
  .img__modal-alert img,
  .img__modal-alert--certificate_200 img {
    width: 100vw;
    height: 100%;
    object-fit: contain;
    margin: 0;
  }

  .btn__container-modal .border__btn {
    height: 50px;
    width: 325px;
    margin: 0;
    margin-bottom: 120%;
  }

  .custom__popupe-alert--login .img__certificate-alert--200,
  .custom__popupe-alert--certificate .img__certificate-alert--200 {
    width: 100%;
    height: 40%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 25%;
    left: 0;
  }

  .custom__popupe-alert--login .img__certificate-alert--200 img,
  .custom__popupe-alert--certificate .img__certificate-alert--200 img {
    width: 100vw;
    height: 100%;
    object-fit: contain;
    margin: 0;
  }

  .btn__certificate-alert--200 .border__btn {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 140%;
  }

  .img__certificate-alert--500 {
    order: 2;
    margin: 0;
    height: 70%;
    width: 100%;
    margin: 0;
    margin: 0 auto;
    align-self: flex-start;
  }

  .img__certificate-alert--500 img {
    width: 100vw;
    height: 100%;
    object-fit: contain;
    margin: 0;
  }

  .btn__certificate-alert--500 .border__btn {
    padding: 0;
    width: 83vw;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0;
    margin-left: 5%;
    margin-top: -12%;

  }



  .btn__submit-schedule--container .btn__submit-mobile--schedule {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 37%;
    gap: 10px;
    left: 0;
    right: 0;
  }






}



@media (max-width: 395px) and (max-height: 855px) {


  .img__modal-alert--schedule,
  .img__modal-alert,
  .img__modal-alert--certificate_200 {
    width: 100%;
    height: 50%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 20%;
    left: 0;
  }

  .btn__container-modal .border__btn {
    height: 50px;
    width: 325px;
    margin: 0;
    margin-bottom: 100%;
  }

  .custom__popupe-alert--login .img__certificate-alert--200,
  .custom__popupe-alert--certificate .img__certificate-alert--200 {
    width: 100%;
    height: 40%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 20%;
    left: 0;
  }

  .btn__certificate-alert--200 .border__btn {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 100%;
  }

  .img__certificate-alert--500 {
    order: 2;
    margin: 0;
    height: 55%;
    width: 100%;
    margin: 0;
    margin: 0 auto;
    align-self: flex-start;
  }

  .btn__certificate-alert--500 .border__btn {
    padding: 0;
    width: 83vw;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0;
    margin-left: 5%;
    margin-top: -10%;
  }



  .btn__submit-schedule--container .btn__submit-mobile--schedule {
    bottom: 31%;
  }


}


@media (max-width: 395px) and (max-height: 845px) {


  .img__modal-alert--schedule,
  .img__modal-alert,
  .img__modal-alert--certificate_200 {
    width: 100%;
    height: 50%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 20%;
    left: 0;
  }

  .custom__popupe-alert--login .img__certificate-alert--200,
  .custom__popupe-alert--certificate .img__certificate-alert--200 {
    width: 100%;
    height: 40%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 22%;
    left: 0;
  }


}







@media (max-width: 365px) and (max-height: 745px) {


  .img__modal-alert--schedule,
  .img__modal-alert,
  .img__modal-alert--certificate_200 {
    width: 100%;
    height: 50%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 0;
  }

  .btn__container-modal .border__btn {
    height: 50px;
    width: 325px;
    margin: 0;
    margin-bottom: 30%;
  }

  .custom__popupe-alert--login .img__certificate-alert--200,
  .custom__popupe-alert--certificate .img__certificate-alert--200 {
    width: 100%;
    height: 45%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 10%;
    left: 0;
  }

  .btn__certificate-alert--200 .border__btn {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40%;
  }

  .img__certificate-alert--500 {
    order: 2;
    margin: 0;
    height: 65%;
    width: 100%;
    margin: 0;
    margin: 0 auto;
    align-self: flex-start;
  }

  .btn__certificate-alert--500 .border__btn {
    padding: 0;
    width: 83vw;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0;
    margin-left: 5%;
    margin-top: -20%;

  }

  .btn__submit-schedule--container .btn__submit-mobile--schedule {
    bottom: 21%;
  }

  .bottom__info-scheduled,
  .title__information-time--service,
  .title__information-time--service .title__step {
    font-size: 16px;
  }

}






@media (max-width: 378px) and (max-height: 668px) {


  .img__modal-alert--schedule,
  .img__modal-alert,
  .img__modal-alert--certificate_200 {
    width: 100%;
    height: 55%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .btn__container-modal .border__btn {
    height: 50px;
    width: 325px;
    margin: 0;
  }

  .custom__popupe-alert--login .img__certificate-alert--200,
  .custom__popupe-alert--certificate .img__certificate-alert--200 {
    width: 100%;
    height: 50%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .btn__certificate-alert--200 .border__btn {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 0;
  }

  .img__certificate-alert--500 {
    order: 2;
    margin: 0;
    height: 80%;
    width: 100%;
    margin: 0;
    margin: 0 auto;
    align-self: flex-start;
  }

  .btn__certificate-alert--500 .border__btn {
    padding: 0;
    width: 83vw;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0;
    margin-left: 5%;
    margin-top: 0%;
  }


  .btn__submit-schedule--container .btn__submit-mobile--schedule {
    bottom: 10%;
  }


}








@media (max-width: 416px) and (max-height: 896px) {

  .custom__popupe-alert--login .img__certificate-alert--200,
  .custom__popupe-alert--certificate .img__certificate-alert--200 {
    width: 100%;
    height: 60%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0%;
    left: 0;
  }

  .custom__popupe-alert--login .img__certificate-alert--200 img,
  .custom__popupe-alert--certificate .img__certificate-alert--200 img {
    width: 100vw;
    height: 100%;
    object-fit: contain;
    margin: 0;
  }

  .btn__certificate-alert--200 .border__btn {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40%;
  }

  .img__modal-alert--schedule,
  .img__modal-alert,
  .img__modal-alert--certificate_200 {
    width: 100%;
    height: 65%;
    position: relative;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0%;
    left: 0;
  }

  .img__modal-alert--schedule,
  .img__modal-alert img,
  .img__modal-alert--certificate_200 img {
    width: 100vw;
    height: 100%;
    object-fit: contain;
    margin: 0;
  }

  .btn__container-modal .border__btn {
    height: 50px;
    width: 325px;
    margin: 0;
    margin-bottom: 40%;
  }

  .btns__container-mobile {
    bottom: 0%;
  }


}






@media (min-width: 400px) and (max-height: 930px) {

  .pdd__top {
    padding-top: 40px;
  }

}