@charset "UTF-8";
/* ==========================================================================
   pages.scss  —  Estilos NUEVOS del tema ReVision
   --------------------------------------------------------------------------
   Este archivo se compila a /pages.css (hoja de estilos separada) y se
   encola aparte en functions.php, DESPUES de style.css. Asi los estilos de
   aca pueden sobreescribir al tema sin tocar el style.css original.

   Build:   npm run build       (compila una vez, expandido)
   Watch:   npm run watch       (recompila al guardar)
   Minify:  npm run build:min   (compila comprimido)

   Podes usar todo SCSS: variables, anidamiento, mixins, & , etc.
   ========================================================================== */
.white-text {
  color: white;
}

body #Common_Considerations .wpb_row {
  border-left: none !important;
  border-right: none !important;
}

.dash-list ul,
ul.dash-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dash-list li {
  position: relative;
  list-style: none;
  padding-left: 26px;
  margin-bottom: 1.4em;
  line-height: 1.3;
}
.dash-list li::marker {
  content: "";
}
.dash-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 14px;
  height: 1px;
  background: #78402E;
}
.dash-list li:last-child {
  margin-bottom: 0;
}

body:has(#payment-timeline) #Process-Phase-1:before, body:has(#payment-timeline) #Process-Phase-1:after,
body:has(#payment-timeline) #Process-Phase-3:before,
body:has(#payment-timeline) #Process-Phase-3:after,
body:has(#payment-timeline) #Process-Phase-5:before,
body:has(#payment-timeline) #Process-Phase-5:after {
  left: 30%;
  right: auto;
}
body:has(#payment-timeline) #Process-Phase-2:before, body:has(#payment-timeline) #Process-Phase-2:after,
body:has(#payment-timeline) #Process-Phase-4:before,
body:has(#payment-timeline) #Process-Phase-4:after {
  left: auto;
  right: 30%;
}
body:has(#payment-timeline) #Process-Phase-6 {
  overflow: visible;
}
body:has(#payment-timeline) #Process-Phase-6 > .wpb_row {
  overflow: visible;
}
body:has(#payment-timeline) #Process-Phase-6:before {
  content: "6";
  position: absolute;
  width: 80px;
  height: 80px;
  left: auto;
  right: 30%;
  top: -35px;
  background-color: transparent;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
}
body:has(#payment-timeline) #Process-Phase-6:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-left: 2px solid var(--color-charcole);
  left: auto;
  right: 30%;
  top: -41px;
  border-bottom: 2px solid var(--color-charcole);
  transform: rotate(-45deg);
  background-color: var(--color-linen);
  z-index: 99;
  clip-path: polygon(4% 0, 100% 96%, 100% 100%, 0 100%, 0 0);
}
body:has(#payment-timeline) #Process-Phase-6 .col.span_12:before {
  content: "";
  top: -62px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: var(--color-charcole);
  position: absolute;
}

#Get-Started.outline-none {
  outline: none !important;
}

#payment-timeline {
  padding-top: 50px !important;
}
#payment-timeline .image-desktop {
  display: block;
  margin-bottom: 0;
}
#payment-timeline .image-tablet,
#payment-timeline .image-mobile {
  display: none;
}
@media (max-width: 1024px) {
  #payment-timeline {
    padding-top: 30px !important;
  }
  #payment-timeline .image-desktop {
    display: none;
  }
  #payment-timeline .image-tablet {
    display: block;
  }
}
@media (max-width: 768px) {
  #payment-timeline {
    padding-top: 20px !important;
  }
  #payment-timeline .image-tablet {
    display: none;
  }
  #payment-timeline .image-mobile {
    display: block;
  }
}

body:has(#payment-timeline) h1.bottom-line::before {
  display: none !important;
}
