.proc-flow {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: auto;
}

.proc-container {
    position: relative;
    width: 100%;
    height: 500px; /* Ajusta según diseño */
}
.proc-item.has-modal{
cursor: pointer;
}
.proc-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    transition: transform 0.3s ease;
    z-index: 9;
}

.proc-item .proc-icon {
    /* width: 150px;
    height: 150px; */
   display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 2;
}

.proc-item .proc-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
/* Hover efecto circular usando ::after */
.proc-item.has-modal .proc-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--proc-color, #0C26A3);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.35s ease, width 0s, height 0s;
  z-index: -1; /* debajo del icono */
}
.proc-item.has-modal:hover .proc-icon::after,
.proc-item.has-modal.active .proc-icon::after{
      width: 50px;
    height: 50px;
  transform: translate(-50%, -50%) scale(1);
}

/* .proc-item.active .proc-icon {
    background: var(--proc-color);
} */

/* .proc-item .proc-icon img {
    max-width: 50%;
    max-height: 50%;
} */

.proc-label {
    background-color: var(--proc-color);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 8px;
  
    border-radius: 5px;
    line-height: 1.3;
}


.proc-item.active .proc-icon {
    transform: scale(1.1);
}

.modal-icon-wrapper {
    width: 80px;
    height: 80px;
}

.modal-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--proc-color, #0C26A3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-icon img {
    width: 100px;
    height: auto;
}



.proc-item.item-0 {
    left: 0;
    top: 35px;
    display: flex;
    flex-direction: column-reverse;
}

svg.f1 {
    top: 165px;
    left: 70px;
    width: 170px;
    height: auto;
}

.item-0 .proc-label {
    color: white;
    width: 150px;
    padding: 5px;
    margin-bottom: 10px;
   
}

.proc-item.item-1 {
    top:100px;
    left: 170px;
}

.proc-item.item-2 {
    top: 65px;
    left: 250px;
    flex-direction: column-reverse;
}

.item-2 .proc-label, .item-3 .proc-label  {
    color: white;
    width: min-content;
    margin-bottom: 10px;
}

.proc-item.item-3 {
    top: 65px;
    left: 375px;
    flex-direction: column-reverse;
}

svg.f2 {
    top: 45px;
    left: 300px;
    width: 190px;
    height: auto;
}

.proc-item.item-4 .proc-icon img {
    width: 50px;
    height: 50px;
}

.proc-item.item-4 {
    top:35px;
    left: 475px;
}

.item-4 .proc-label  {
    color: white;
    width: min-content;
    margin-top: 10px;
}

.proc-item.item-5 {
    top: 65px;
    left: 595px;
}

svg.f3 {
    top: 56px;
    left: 665px;
    width: 85px;
    height: auto;
}
.proc-item.item-6 {
    top: 0px;
    left: 670px;
    flex-direction: row-reverse;
}
.item-6 .proc-label  {
    color: white;
    width: max-content;
    margin-right: 10px;
}
.item-6 .proc-label  {
    color: white;
    width: max-content;
    margin-right: 10px;
}
.item-7 .proc-label, .item-8 .proc-label {
    color: #0C26A3;
    width: 147px;
    padding: 5px;
    margin-right: 15px;
        font-size: 13px;
        
}
.item-8 .proc-label {
    width: 100px;
     margin-right: 0px;
}
.proc-item.item-7 {
  top: 80px;
    left: 802px;
    flex-direction: row-reverse;
}

svg.f4 {
        top: 115px;
    left: 520px;
    width: 550px;
    height: auto;
}
.proc-item.item-8 {
    top: 215px;
    left:1020px;
    
}
svg.f5 {
      top: 265px;
    left: 1065px;
    width: 10px;
    height: auto;
}
.proc-item.item-9 {
    top: 310px;
    left: 1020px;    
}
.item-9 .proc-label {
    color: #0C26A3;
    width: 100px;
    padding: 5px;
        font-size: 13px;
}
.proc-item.item-10 {
    top: 370px;
    left: 830px;    
}
.item-10 .proc-label {
    color: #0C26A3;
    width: max-content;
    padding: 5px;
        font-size: 13px;
        margin-top: 10px;
}
svg.f6 {
      top: 420px;
    left: 388px;
    width: 693px;
    height: auto;
}

svg.f7 {
      top: 325px;
    left: 988px;
    width: 28px;
    height: auto;
}
.proc-item.item-11 {
    top: 300px;
    left: 930px;    
}
.item-11 .proc-label {
    color: #0C26A3;
    width: max-content;
    padding: 5px;
        font-size: 13px;
}

svg.f8 {
      top: 300px;
    left: 523px;
    width: 436px;
    height: auto;
}
svg.f9 {
      top: 265px;
    left: 522px;
    width: 436px;
    height: auto;
}

.proc-item.item-12 {
    top: 195px;
    left: 820px;
    flex-direction: column-reverse;
    
}
.item-12 .proc-label {
    color: white;
    width: max-content;
    padding: 5px;
        font-size: 13px;
}
.proc-item.item-12 .proc-icon img {
    width: 50px;
    height: 50px;
}

.proc-item.item-13 .proc-icon img {
    width: 120px;
    height: auto;
}
.proc-item.item-13 {
    top: 296px;
    left: 680px;    
}
.item-13 .proc-label {
    color: #0C26A3;
    width: max-content;
    padding: 5px;
        font-size: 13px;
    margin-top: 10px;
}


.proc-item.item-14 {
    top: 385px;
    left: 570px;
   flex-direction: column-reverse;
    
}
.item-14 .proc-label {
    color: white;
    width: max-content;
    padding: 5px;
        font-size: 13px;
    margin-bottom: 10px;
}

.proc-item.item-14 .proc-icon img {
    width: 120px;
    height: auto;
}

.proc-item.item-19 {
    top: 203px;
    left: 400px;
    flex-direction: column-reverse;
}
.item-19 .proc-label {
    color: white;
    width: max-content;
    padding: 5px;
        font-size: 13px;
    margin-bottom: 10px;
}

.proc-item.item-19 .proc-icon img {
    width: 117px;
    height: auto;
}

svg.f10 {
        top: 355px;
    left: 390px;
    width: 108px;
    height: auto;
}
svg.f11 {
        top: 356px;
    left: 391px;
    width: 91px;
    height: auto;
}

svg.f12 {
        top: 357px;
    left: 392px;
    width: 72px;
    height: auto;
}

.proc-item.item-15 {
    top: 175px;
    left: 596px;
    flex-direction: row;
    
}
.item-15 .proc-label {
    color: white;
    width: max-content;
    padding: 5px;
        font-size: 13px;
    margin-left: 10px;
}

svg.f13 {
    top: 132px;
    left: 620px;
    width: 11px;
    height: auto;
}

svg.f14 {
    top: 190px;
    left: 480px;
    width: 114px;
    height: auto;
}

.proc-item.item-16 {
   top: 398px;
    left: 226px;
    flex-direction: column-reverse;
    
}
.item-16 .proc-label {
    color: white;
    width: 150px;
    padding: 5px;
        font-size: 13px;
    margin-bottom: 10px;
}
.proc-item.item-16 .proc-icon img {
    height: auto;
    width: 120px;
}


.proc-item.item-18 {
    top: 215px;
    left: 20px;
    flex-direction: column;
    
}
.item-18 .proc-label {
    color: white;
    width: min-content;
    padding: 5px;
    font-size: 13px;
    line-height: 1.2;
        margin-top: 10px;
}


svg.f15 {
    top: 176px;
    left:196px;
    width: 200px;
    height: auto;
    z-index: -3;
}

svg.f16 {
    top: 162px;
    left: 344px;
    width: 112px;
    height: auto;
}



.proc-item.item-17 {
    top: 210px;
    left: 260px;
    flex-direction: column-reverse;
    
}
.item-17 .proc-label {
    color: white;
    width: min-content;
    padding: 5px;
    font-size: 13px;
    line-height: 1.2;
        margin-bottom: 10px;
}

.proc-item.item-17 .proc-icon img {
    height: 50px;
    width: 50px;
}


svg.f17 {
    top: 358px;
    left: 117px;
    width: 94px;
    height: auto;
}


svg.f18 {
    top: 359px;
    left: 100px;
    width: 110px;
    height: auto;
}

svg.f19 {
    top: 359px;
    left: 80px;
    width: 129px;
    height: auto;
}

svg.f20 {
    top: 359px;
    left: 59px;
    width: 149px;
    height: auto;
}
.text-pro h3.modal-tt {
    font-size: 18px;
    font-weight: 600;
      color: #0C26A3;
}

.text-pro p.modal-desc{
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
}

#procModal .modal-body {
    display: flex;
    align-items: center;
    gap: 20px;
}

#procModal button.close {
    position: absolute;
    right: 10px;
    top: 3px;
    z-index: 999;
    color:#0C26A3;
    opacity: 1;
}

#procModal .modal-content{
    border-radius: 20px;
    border: none;
}

#procModal button.close span {
    font-size: 2rem;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    border-radius: 25px;
}

 .video-wrapper .wp-video-shortcode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.tt-video h2{
    color: #0C26A3;
    font-weight: 600;
}



/* .proc-flow {
    position: relative;
    width: 1220px;
    min-height: 550px;
    margin: 0 auto;
     transform-origin: top center;
} */
/* .proc-scroll-wrapper{
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1440px){
  .proc-scroll-wrapper{ overflow-x: hidden; }
  .proc-flow{ margin: 0 auto; transform: scale(0.85); }
}

@media (max-width: 1439px) and (min-width: 992px){
  .proc-scroll-wrapper{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
} */
/* 
@media (max-width: 1600px) {
    .proc-flow {
        transform: scale(0.95);
    }
}

@media (max-width: 1440px) {
    .proc-flow {
        transform: scale(0.9);
    }
}

@media (max-width: 1280px) {
    .proc-flow {
        transform: scale(0.85);
    }
} */
 @media (max-width: 424px){
.proc-flow{
    overflow: auto;
}

 }
@media (max-width: 600px){
    .tt-video h2{
  font-size: 20px;
}
.proc-flow {
    height: 1850px;
    overflow: visible;
}
.proc-item{
   position: static;
           opacity: 0.1;
}
.proc-item.item-0 {
    position: absolute;
    left: 0;
    top: 0;
     opacity: 1;
}
.proc-item.item-1 .proc-icon img {
    width: 65px;
    height: auto;
}
.proc-item.item-1{
    position: absolute;
    top: 58px;
    left: 162px;
     opacity: 1;
}
.proc-item.item-2 {
    position: absolute;
    top: 20px;
    left: 277px;
     opacity: 1;
}
.proc-item.item-18 .proc-icon img {
    width: 75px;
    height: auto;
}
.proc-item.item-18 {
    position: absolute;
    top: 227px;
    left: 0;
     opacity: 1;
}
.item-18 .proc-label {
    width: 150px;
    padding: 7px;
    font-size: 14px;
}
svg.f1 {
    top: 150px;
    left: 65px;
    width: 157px;
}
.proc-item.item-17 {
    position: absolute;
    top: 212px;
    left: 177px;
    opacity: 1;
}
.proc-item.item-17 .proc-icon img {
    height: 65px;
    width: 65px;
}
.item-17 .proc-label{
    font-size: 15px;
}
    svg.f2 {
        top: 32px;
        left: 210px;
        width: 70px;
    }
    .proc-item.item-3 {
    position: absolute;
    top: 160px;
    left: 288px;
    opacity: 1;
}
.proc-item.item-4 {
    position: absolute;
    top: 310px;
    left: 278px;
    opacity: 1;
}
.proc-item.item-4 .proc-icon img {
    width: auto;
    height: 65px;
}
  svg.f3 {
          top: 32px;
        left: 360px;
        width: auto;
        height: 379px;
    }
 svg.f4 {
          top: 405px;
        left: 32px;
        width: auto;
        height: 125px;
    }
    .proc-item.item-16 .proc-icon img {
    height: auto;
    width: 150px;
}
.proc-item.item-16 {
    position: absolute;
    top: 540px;
    left: 0;
    opacity: 1;
}
    svg.f5 {
        top: 560px;
        left: 145px;
        width: auto;
        height: 45px;
    }
    .proc-item.item-19 {
    position: absolute;
    top: 480px;
    left: 198px;
    opacity: 1;
    }

     svg.f6 {
               top: 555px;
        left: 318px;
        width: auto;
        height: 130px;
    }
      svg.f7 {
                top: 655px;
        left: 0px;
        width: auto;
        height: 927px;
    }
    .proc-item.item-14 {
    position: absolute;
    top: 740px;
    left: 45px;
    opacity: 1;
    }
    .proc-item.item-14 .proc-icon img {
    width: 160px;
    height: auto;
    }
    .item-14 .proc-label, .item-16 .proc-label {
    width: 150px;
    font-size: 15px;
    }
        svg.f8 {
        top: 630px;
        left: 73px;
        width: 169px;
        height: auto;
    }
        svg.f9 {
             top: 650px;
        left: 204px;
        width: auto;
        height: 844px;
    }
    .proc-item.item-15 {
    position: absolute;
    top: 710px;
    left: 305px;
    opacity: 1;
    flex-direction: column;
}
.item-15 .proc-label {
    font-size: 15px;
    margin-top: 10px;
    margin-left: 0;
}
.proc-item .proc-icon img {
    width: 65px;
    height: auto;
}
svg.f10 {
    top: 835px;
    left: 332px;
    width: 15px;
    height: auto;
}
    svg.f11 {
        top: 975px;
        left: 332px;
        width: 15px;
        height: auto;
    }
.proc-item.item-5 {
    position: absolute;
    top: 900px;
    left: 304px;
    opacity: 1;
}
.proc-item.item-6 {
    position: absolute;
    top: 1035px;
    left: 294px;
    flex-direction: column;
    opacity: 1;
}
.item-6 .proc-label {
    width: min-content;
    margin-right: 0;
    margin-top: 10px;
}
.proc-item.item-8 {
    position: absolute;
    top: 1493px;
    left: 255px;
    opacity: 1;
}
.item-10 .proc-label {
    width: min-content;
    font-size: 15px;
}
.proc-item.item-10 {
    position: absolute;
            top: 1222px;
        left: 270px;
    opacity: 1;
}
.proc-item.item-12 {
    position: absolute;
    top: 913px;
    left: 160px;
    flex-direction: column-reverse;
    opacity: 1;
}
.item-12 .proc-label {
    font-size: 15px;
    margin-bottom: 10px;
}
.proc-item.item-12 .proc-icon img {
    width: 65px;
    height: auto;
}
.proc-item.item-13 {
    position: absolute;
    top: 1223px;
    left: 37px;
    opacity: 1;
}
.proc-item.item-13 .proc-icon img {
    width: 155px;
    height: auto;
}
.item-13 .proc-label{    
    font-size: 15px;
}
.item-8 .proc-label {
    width: 115px;
    margin-right: 0px;
    font-size: 15px;
}
 svg.f12 {
        top: 1337px;
        left: 107px;
        width: auto;
        height: 51px;
    }
     svg.f13 {
       top: 1437px;
        left: 107px;
        width: auto;
        height: 51px;
    }
    .proc-item.item-11 {
    position: absolute;
    top: 1397px;
    left: 76px;
    opacity: 1;
}
.item-11 .proc-label{
    font-size: 15px;
}
.item-9 .proc-label {
    margin-top: 10px;
    width: min-content;
    font-size: 15px;
}
    .proc-item.item-9 .proc-icon img {
        width: 80px;
        height: auto;
    }
.proc-item.item-9 {
    position: absolute;
    top: 1501px;
    left: 59px;
    opacity: 1;
}
 svg.f14 {
      top: 1520px;
        left: 184px;
        width: auto;
        height: 80px;
    }

.proc-item.item-7 {
    position: absolute;
    top: 1636px;
    left: 200px;
    flex-direction: column;
    opacity: 1;
}
.item-7 .proc-label {
    width: 170px;
    margin-right: 0;
    font-size: 15px;
    margin-top: 10px;
}
 svg.f15 {
           top: 1555px;
        left: 279px;
        width: auto;
        height: 57px;
    }
}