#Generate_Process.ErrorView {
  gap: 32px;
  align-items: center;
}
#Generate_Process.ErrorView .bug-icon {
  font-size: 5rem;
}

#Generate_Process.GenerateView form button:not(.bootstrap-btn) {
  padding: 12px 16px;
}

#Generate_Process.LoadingView {
  gap: 32px;
}

#Generate_Process.PreviewView {
  max-width: 100vw;
}
#Generate_Process.PreviewView button {
  padding: 12px 16px;
  font-size: 1rem;
}
#Generate_Process.PreviewView .btnPrimary {
  color: white;
  background: #255baa;
}
#Generate_Process.PreviewView .preview-main {
  display: flex;
  flex-grow: 1;
  gap: 24px;
  flex-direction: column;
}
#Generate_Process.PreviewView .preview-buttons {
  display: flex;
  gap: 12px;
  flex-direction: row;
  justify-content: center;
}
#Generate_Process.PreviewView .preview-content {
  display: flex;
  flex-grow: 1;
  padding: 8px;
  min-height: 85vh;
}
#Generate_Process.PreviewView .details-container {
  background-color: white;
  border: 1px solid #ccc;
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 12px;
}
#Generate_Process.PreviewView .processTitle {
  color: #255baa;
}
#Generate_Process.PreviewView .details-info-container {
  overflow: auto;
  flex-grow: 1;
}
#Generate_Process.PreviewView .preview-graph {
  flex-grow: 1;
  border: 2px solid #ccc;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#Generate_Process.PreviewView #Preview {
  height: 100%;
  width: 100%;
}
#Generate_Process.PreviewView [role=toolbar] {
  left: 0;
  position: absolute;
  top: 0;
}
#Generate_Process.PreviewView .maximized {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  position: fixed;
  background: white;
  z-index: 1100;
}
#Generate_Process.PreviewView .preview-project-details {
  display: flex;
  flex-basis: 350px;
  min-height: 600px;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
}
#Generate_Process.PreviewView .preview-indicators {
  flex-shrink: 0;
}
#Generate_Process.PreviewView .project_counters {
  margin-bottom: 12px;
}

/* WebKit-based browsers */
#GenerateTramite {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #a3a3a3 #fcfcfc;
  display: flex;
  background: white;
  flex-direction: row;
  inset: 0;
  padding: 0;
}
#GenerateTramite aside {
  position: sticky;
  top: 0;
  flex-basis: min(400px, 30vw);
  flex-shrink: 0;
  flex-grow: 0;
  border-right: 1px solid #bebebe;
  padding: 24px;
  gap: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0666666667);
  overflow: auto;
  height: 100vh;
}
#GenerateTramite aside form {
  gap: 16px;
  flex-grow: 1;
}
#GenerateTramite aside form .form_buttons {
  display: flex;
  gap: 8px;
  justify-content: end;
  margin-top: auto;
}
#GenerateTramite .check_field {
  display: flex;
  gap: 8px;
  align-items: center;
}
#GenerateTramite .check_field:is(*:not(.check_field) + .check_field) {
  padding-top: 1em;
}
#GenerateTramite .form-control {
  margin-bottom: 0;
}
#GenerateTramite textarea {
  height: 1em;
}
#GenerateTramite textarea:focus-visible, #GenerateTramite textarea:focus {
  outline: 1px solid #ccc;
}
#GenerateTramite main#Preview {
  width: 100%;
  padding: 32px;
  overflow-y: scroll;
  background: #eee;
}
#GenerateTramite main#Preview img {
  width: 300px;
  margin-bottom: 64px;
}
#GenerateTramite main#Preview .iconButton {
  align-self: end;
}
#GenerateTramite main#Preview textarea {
  border: none;
}
#GenerateTramite main#Preview #Sheet {
  background: white;
  border: 1px solid #999;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0666666667);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin: auto;
  width: 760px;
  padding: 64px;
}
#GenerateTramite main#Preview #Sheet ol, #GenerateTramite main#Preview #Sheet ol li {
  list-style: decimal;
}
#GenerateTramite main#Preview #Sheet ul, #GenerateTramite main#Preview #Sheet ul li {
  list-style: disc;
}
#GenerateTramite main#Preview #Sheet ul, #GenerateTramite main#Preview #Sheet ol {
  margin-left: 16px;
}
#GenerateTramite main#Preview #Sheet li {
  padding-left: 16px;
}
#GenerateTramite main#Preview #Sheet li > ul {
  margin: 12px;
}
#GenerateTramite main#Preview #Sheet h2 {
  margin-bottom: 64px;
  text-decoration: underline;
}
#GenerateTramite main#Preview #Sheet h2:not(:first-of-type) {
  margin-top: 64px;
}
#GenerateTramite main#Preview #Sheet h3 {
  margin-bottom: 32px;
}
#GenerateTramite main#Preview #Sheet h3:not(:first-of-type, h2 + *) {
  margin-top: 32px;
}
#GenerateTramite main#Preview #Sheet h4 {
  margin-bottom: 32px;
  margin-top: 32px;
}
#GenerateTramite main#Preview #Sheet h5:not(h4 + *) {
  margin-bottom: 24px;
  margin-top: 24px;
}

label {
  font-weight: bold;
  margin-bottom: 0;
}

#Generate_Process {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  max-width: min(1100px, 90vw);
  min-height: calc(100vh - 100px);
  padding: 1rem 0 2rem 0;
  scroll-margin-top: 66px;
}
#Generate_Process form button {
  align-self: center;
}
#Generate_Process form textarea {
  border-color: #333;
  font-size: 1.5em;
  font-weight: normal;
}
#Generate_Process form textarea::placeholder {
  font-size: 24px;
}
#Generate_Process *:not(ul) {
  margin: 0;
}
#Generate_Process .display-1 {
  font-size: 4em;
}
#Generate_Process .display-2 {
  font-size: 3.5em;
}
#Generate_Process .display-3 {
  font-size: 3em;
}
#Generate_Process .display-4 {
  font-size: 2.5em;
}
#Generate_Process .display-5 {
  font-size: 2em;
}
#Generate_Process .display-6 {
  font-size: 1.5em;
}

.project_counters {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.counter {
  filter: grayscale(0.7) brightness(1.2);
  height: 50px;
  position: relative;
  transition: filter 0.3s;
  width: 82px;
}
.counter:hover {
  filter: unset !important;
}
.counter::before {
  content: "";
  border-radius: 10000px;
  background: conic-gradient(#c0c0c0 0deg, #c0c0c0 135deg, transparent 135deg, transparent 225deg, #c0c0c0 225deg, #c0c0c0 360deg);
  position: absolute;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 16px;
}
.counter .counter_value_wrapper {
  position: absolute;
  border-radius: 10000px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 16px;
  z-index: 1;
}
.counter .counter_value {
  border-radius: 10000px;
  margin: 2px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  font-family: arial black;
  color: inherit;
  background: #f5f8fc;
  color: #333;
}
.counter .counter_name {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
  padding-top: 45px;
  z-index: 2;
  position: relative;
  color: #333;
}

.card-counter {
  width: 100px;
  height: 80px;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background: white;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.1098039216);
  cursor: pointer;
  transition: background 400ms, box-shadow 400ms;
}
.card-counter:hover, .card-counter.active {
  background: #ffffde;
  box-shadow: 1px 1px 9px 0px rgba(243, 255, 0, 0.33);
}
.card-counter .card-counter-name {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}
.card-counter .card-counter-value {
  font-size: 20px;
  font-family: arial black;
}

#StickyHeader {
  position: sticky;
  top: 0;
  z-index: 2;
}
#StickyHeader .iconos-menu a {
  display: inline-flex;
  align-items: center;
}
#StickyHeader ul {
  margin: 0;
}
#StickyHeader.stick {
  margin-top: 80px;
}
#StickyHeader.stick .hed-top {
  display: none !important;
}
#StickyHeader.stick .sticky-container {
  padding-top: 8px;
  padding-bottom: 8px;
}
#StickyHeader.stick .sticky-container > div > div {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: flex;
  align-items: center;
}
#StickyHeader.stick .sticky-container .app-logo {
  max-width: 230px;
}
#StickyHeader.stick .sticky-container .iconos-menu {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.lang__selector {
  position: fixed;
  top: 8px;
  right: 16px;
}
.lang__selector .dropdown-toggle {
  margin-right: 16px;
  background: transparent;
  border: none;
  color: black;
  padding: 0;
}
.lang__selector .dropdown-toggle:hover {
  color: #555;
}
.lang__selector .dropdown-toggle:active {
  color: black;
  background: transparent;
}

.screen-locker {
  align-items: center;
  background: rgba(0, 0, 0, 0.0666666667);
  display: flex;
  left: 0;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1600;
}
.screen-locker.blocking {
  bottom: 0;
}
.screen-locker .progress {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  border-radius: 0;
  height: 9px;
}

form .invalid_field {
  border-left: 3px solid #a60000;
}
form .field_error {
  font-weight: bold;
  color: #a60000;
}

.form-section, form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.autogrow_textarea {
  overflow: hidden;
}

.form-check {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
}
.form-check input[type=checkbox] {
  padding: 0;
  margin: 0;
}

.modal-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hide {
  display: none;
  opacity: 0;
}

.show {
  opacity: 1;
}

form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
form textarea.form-control {
  color: inherit;
  height: 30vh;
  font-family: inherit;
}
form button {
  align-self: end;
}

.display-1, .display-2 {
  font-weight: bold;
}

.flex-row-1 {
  display: flex;
  gap: 4px;
}

.flex-row-2 {
  display: flex;
  gap: 8px;
}

.flex-row-3 {
  display: flex;
  gap: 12px;
}

.flex-column-1 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.flex-column-2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.flex-column-3 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.no-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.react-tooltip {
  background: white;
  color: #333;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.1098039216);
}
div.react-tooltip .react-tooltip-arrow {
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
}
div.react-tooltip .tooltip-head {
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 8px 12px;
}
div.react-tooltip .tooltip-body {
  padding: 12px;
}

div.react-tooltip__show {
  opacity: 1;
}

.btnPrimary {
  background-color: #0d6efd !important;
  border-color: #0d6efd solid;
}

.PROCESOS_YA_GENERAL_LAYOUT {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.PROCESOS_YA_GENERAL_LAYOUT main {
  flex: 1;
}

.current_date {
  display: none;
}

@media print {
  *, html, body, #GenerateTramite {
    overflow: visible;
    height: max-content;
    position: static;
    inset: unset;
  }
  .current_date {
    display: block;
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
  }
  body * {
    visibility: hidden;
  }
  #Sheet {
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible;
  }
  #Sheet * {
    visibility: visible;
  }
}
#politica-de-privacidad h2#politica-procesos-heading {
  color: #255baa !important;
}

#contactar-con-nosotros h2#contactar-procesos-heading {
  color: #255baa !important;
}

#acerca-de-paypal h2#paypal-procesos-heading {
  color: #255baa !important;
}

#procesos-ya-banners .banner_container {
  height: 395px;
}
#procesos-ya-banners .banner_container .banner_inner_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#planes .card-list-item {
  display: flex;
  gap: 16px;
}
#planes .card-list-icon {
  color: #255baa;
}
#planes .blueBg-whiteText {
  background-color: #255baa;
  color: white;
}
#planes .lightblueBg-whiteText {
  background-color: #255acc;
  color: white;
}
#planes .card-base-styles {
  border-radius: 12px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
#planes .plans-card .card-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#planes .plans-card .card .card-body {
  border: 3px solid transparent;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-width: 0px;
}
#planes .plans-card .card .card-body.highlighted {
  border: 3px solid #255acc;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-width: 0px;
}

#condiciones-generales h2#condiciones-procesos-heading {
  color: #255baa !important;
}

/*# sourceMappingURL=index.css.map */
