#aplication-tubo-mcdt .modal-sm {
  width: 460px;
  max-width: 460px;
}

@media (max-width: 770px) {
  #aplication-tubo-mcdt .modal-sm {
    width: auto;
    max-width: auto;
  }

  #aplication-tubo-mcdt .modal-dialog-fullscreen-mobile {
    height: 100vh;
    background: white;
  }

  #aplication-tubo-mcdt .modal-dialog-fullscreen-mobile .modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
  }

  #aplication-tubo-mcdt .modal-dialog-fullscreen-mobile .modal {
    height: 100dvh;
    margin: 0;
  }

  #aplication-tubo-mcdt .modal-dialog-fullscreen-mobile .modal-dialog {
    height: 100%;
    margin: 0;
  }

  #aplication-tubo-mcdt .modal-dialog-fullscreen-mobile .modal-content {
    height: 100%;
    border-radius: 0px !important;
    border: 0px !important;
  }
}
