
            .slid{
                white-space: nowrap;
                position: relative;
                transition:all 0.3s;
                overflow:hidden;
            }
            .slid>div{
                white-space: normal !important;
                opacity:0;
                display:none;
                left:100%;
                position:absolute;
            }
            .posser{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #f0f2f721;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter:  blur(2px);
    top:0;left:0;
    opacity:0;overflow:hidden;transition:all 0.5s;
}
.lds-grid {
  display: inline-block;position: absolute;
    top: 50%;
    left: 50%;transition:all 0.5s;
    transform: translate(-50%, -50%) scale(3);
  width: 80px;
  height: 80px;
  opacity:0;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffdc00;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.popupbox{
    /* position: absolute; */
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgb(25 37 61 / 14%);
    backdrop-filter: blur(2px);
    transition:all 0.5s;
    opacity:0;z-index:2;
    }
.popupbox .popcontainer{
    position: absolute;
    width: 600;
    height: 400;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0px 5px 0px rgb(194 194 201);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition:all 0.5s;
    opacity:0;
}

    .onoffhub{
    position: relative;
    width: 100%;
    min-height: 30;
    text-align: left;
    margin: 10 0;
    border: 1px solid #9b9ba9;
    padding: 3;
    }
        .onoffbtn{
    position: absolute;
    right: 10;
    top: 4;
    height: 20;
    width: 40;
    background-color: #f0f2f7;
    border-radius: 20px;
    transition: all 0.3s;
    box-shadow: 0 0px 2px 0px rgb(194 194 201);
    cursor:pointer;
        }
        .onoffbtn div{
    position: absolute;
    width: 17;
    height: 17;
    background-color: white;
    top: 1;
    border-radius: 20px;
    left: 2;
    transition: all 0.3s;
        }
        .onoffbtn.actv{
    background-color: rgb(0,177,0);
        }
        .onoffbtn.actv div{
    left: 21;
        }
        
    .verif{width: 300;text-align: right;
    }
    .verif p{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: var(--azulCielo);
    margin: 0 10;
    }
    .verif img{
    height: 20;
    display: inline-block;
    vertical-align: middle;
    }
    .brTool .orderSlctr{
    position: absolute;
    width: 500;
    height: 15;
    right: 20;
    bottom: 15;
    text-align: left;
    }
    .brTool .orderSlctr .ptin{
    display: inline-block;
    font-weight: bold;
    font-size: 12;
    background-color: white;
    padding: 2 6;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 10 0 0;
    }
    .brTool .orderSlctr .ptin.active{
    background-color: #19253d;
    color: white;
    }
    .ptin .arrw{
    width: 10;
    height: 10;display:none;
    margin: 0 3 0 5;
    overflow: hidden;
    transition: all 0.5s;
    }
    .ptin .arrw div{background-image: url(https://anmeco.mx/i/bttmArrowW.png);background-position: center center;background-size: contain;width: 10;height: 10;background-repeat: no-repeat;transition: all 0.5s;
    }
    .ptin.d_ .arrw div{
        transform: rotate(180deg);
    }
    .ptin.active .arrw{
        display:inline-block;
    }
    .orderSlctr .txtNg{
        display: inline-block;font-weight: bold;font-size: 12;
    }
    
    .ilt{
       width: 100%;height: 30; 
       text-align: center;
    }
    .ilt .xplist{
    position: absolute;
    width: 100%;
    max-height: 200;
    background-color: white;
    border: 1px solid #9b9ba9;
    transition: all 0.3s;
    opacity: 0;
    display:none;
    height: 30;
        z-index:2;
        padding: 30 5 5 5;
    }
    .ilt .xplist .__pool{
    position: relative;
    max-height: 150;
    overflow: auto;
    }
    .ilt .xplist .__pool div{
    padding: 5 10;
    font-size: 12;
    border-radius: 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 5 0;
    transition:all 0.3s;
    }
    .ilt .xplist .__pool div:hover{
    background-color: #f0f2f7;
    }
    .ilt .rslt{
    position: absolute;
    top: 2;
    left: 2;
    right: 2;
    bottom: 2;
        z-index:2;
        cursor:pointer;
    }
    .ilt .rslt ._txt{
    position: absolute;
    right: 30;
    left: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    padding: 4 10;
    font-weight: bold;
    font-size: 14;
    }
    .ilt .rslt ._arrhldr{
    position: absolute;
    right: 8;
    top: 5;
    bottom: 5;
    width: 15;
    }
    .ilt .rslt ._arrhldr div{
        background-image: url(https://anmeco.mx/i/bttmArrowB.png);
    background-position: center center;
    background-size: contain;width: 15;height: 15;
    background-repeat: no-repeat;
    transition: all 0.5s;position: absolute;left: 0;top: 0;
    }
    .ilt.elgnd{
        z-index:4;
    }
    .ilt.elgnd .rslt ._arrhldr div{
        transform: rotate(180deg);
    }
    .ilt.elgnd .xplist{
        opacity:1;
        height: auto;
        display:block;
    }
    .ilt span{
        z-index:3;
    }
ifo {
    background-color: #f0f2f7;
    border: 1px solid #9b9ba9;
    width: 10;
    height: 10;
    border-radius: 20px;
    padding: 2 8;
    font-size: 12;
    vertical-align: middle;
    margin: 0 5;
    cursor: help;
    color: #9b9ba9;
}
ifo:after{
    content:"i";
}