.card-button{flex-direction:column;width:120px;height:100px;border-radius:8px;padding:14px;row-gap:8px;cursor:pointer}.card-button,.card-button>.logo>i:first-child{display:flex;justify-content:center;align-items:center}.card-button>.logo>i:first-child{padding:10px;font-size:24px;width:50px;height:50px;border-radius:1000px;background:#e6e6e6;color:#01132d}.card-button>span:last-child{font-weight:700;font-size:12px;text-align:center}.card-button:hover{background:#f2f2f2}.result-card{border-radius:5px;margin-bottom:3px;cursor:pointer;position:relative;padding:16px;display:flex;row-gap:8px;gap:12px}.result-card .first-block{display:flex;flex-direction:column;gap:8px;width:200px}.result-card .first-block .cups{color:#01132d;width:200px;font-weight:700}.result-card .first-block .codigo-container{display:flex;-moz-column-gap:8px;column-gap:8px;width:200px}.result-card .first-block .codigo-container .tag{padding:0 7px;border-radius:20px;font-size:12px}.result-card .first-block .codigo-container .tag.orange,.result-card .first-block .codigo-container .tag.red{background:#ffeeed;color:#9f2235}.result-card .first-block .codigo-container .tag.green{background:#eefaf3;color:#22795b}.result-card .first-block>:last-child{display:flex;gap:8px}.result-card .second-block{width:100%;display:flex;flex-direction:column;gap:8px;max-width:500px}.result-card .second-block .nombre{color:#01132d;width:200px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-card .second-block .direccion{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.result-card .tercer-block{display:flex;flex-direction:column;gap:8px}.result-card .tercer-block .email{overflow:hidden;text-overflow:ellipsis;background:#eefaf3;color:#22795b;padding:0 7px 1px;border-radius:20px;font-size:12px;margin:0 auto;margin-right:0}.result-card .tercer-block .identificador-phone-container{display:flex;-moz-column-gap:10px;column-gap:10px;margin:0 auto;margin-right:0}.result-card .tercer-block .identificador-phone-container .identificador{color:#01132d;font-weight:500}.result-card .tercer-block .identificador-phone-container .phone{white-space:nowrap}.result-card .tercer-block .identificador-phone-container .tarifa{display:flex;-moz-column-gap:8px;column-gap:8px;color:#5d5d5d}.result-card .tercer-block .identificador-phone-container .tarifa .tarifa-value{font-weight:700;font-size:12px}.result-card .tag{padding:0 7px;border-radius:20px;font-size:12px}.result-card .tag.orange,.result-card .tag.red{background:#ffeeed;color:#9f2235}.result-card .tag.green{background:#eefaf3;color:#22795b}.result-card>.left-border{background:#9f9f9f;position:absolute;left:0;top:8px;width:2px;height:48px}.result-card:hover{background:#eaf0ff}.result-card:hover>.left-border{background:#1b79f8}@media(max-width:800px){.result-card{display:flex;flex-direction:column}.result-card .tercer-block .email{margin:0 auto;margin-left:0}.result-card .tercer-block .identificador-phone-container{margin:0;margin-left:0}}.search-row{display:flex;flex-direction:column}.search-row .row{height:40px;display:flex;align-items:center;width:100%;border-radius:4px;padding:8px;justify-content:space-between;cursor:pointer}.search-row .row>span:first-child{color:#888}.search-row .row .fa-times{display:none;width:10px;height:10px;color:#fa004b}.search-row .row:hover{background:#eee}.search-row .row:hover>span:first-child{color:#01132d}.search-row .row:hover .fa-times{display:inherit}.search-row .line-separator{width:100%;height:1px;background:#cecece;margin-top:8px;margin-bottom:8px}.buscador{display:flex;flex-direction:column;align-items:center;font-size:12px;height:100%}.buscador .disabled-div{pointer-events:none}.buscador .icon-search{color:#abb6cc;cursor:pointer;font-size:16px}.buscador .fa-times{cursor:pointer}.buscador .icon-close{display:none}.buscador .input-search-container{display:flex;flex-direction:column;row-gap:4px;text-align:left;width:100%}.buscador .input-search-container .viu-input{width:100%}.buscador .input-search-container .info-circle-container{color:#888}.buscador .flex{display:flex;align-items:center}.buscador .justify-between{justify-content:space-between}.buscador .flex-nowrap{flex-wrap:nowrap!important}.buscador .box-results{width:100%;background:#fff;padding:15px 0;border-radius:10px;box-shadow:0 3px 4px rgba(53,66,91,.1);max-height:100%;overflow:auto;margin-top:16px;max-height:calc(100vh - 255px)}.buscador .box-results .recent-container{padding:0 15px}.buscador .box-results .recent-container>:first-child{margin-bottom:8px}.buscador .box-results .limpiar{color:#1b79f8;font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;white-space:nowrap}.buscador .box-results .title-line{color:#000;font-weight:700;font-size:14px}.buscador .box-results .title-line.ml-15{margin-left:15px}.buscador .box-results .chips{display:flex;flex-wrap:wrap;margin-top:10px}.buscador .box-results .chips .text-recent{display:flex;color:#fff;justify-content:center;align-items:center;padding:2px 10px 1px;background:#3f8ae2;border-radius:20px;margin-right:10px;margin-bottom:10px;font-size:12px;cursor:pointer}.buscador .box-results .line-more-results{width:100%;height:30px;display:flex;align-items:center;justify-content:space-between;padding:7px;cursor:pointer;color:#717781;font-style:italic;border-radius:5px}.buscador .box-results .line-more-results:hover{background:#3f8ae2;color:#fff}.buscador .box-results .no-results{text-align:center;margin-top:20px;color:#717781;font-weight:700;display:flex;flex-direction:column}.buscador .box-results .no-results>img{width:400px;margin:0 auto}.buscador .sin-resultados{height:175px;display:flex;align-items:center;justify-content:center;color:#888;font-size:16px;font-weight:500;margin-top:16px}@media(max-width:770px){.buscador .div-icon-input{display:flex;align-items:center}.buscador .icon-close{display:inline-block;font-size:30px;width:35px;height:30px;margin-right:20px;border-right:1px solid #d7e1ea;cursor:pointer}}.inicio360{display:flex;flex-direction:column;row-gap:16px}.inicio360>.logo img.logo{width:300px}.inicio360 .content{display:flex;width:100%;-moz-column-gap:16px;column-gap:16px}.inicio360 .content .left{display:flex;width:100%;flex-direction:column;row-gap:16px;height:auto}.inicio360 .content .right{width:100%;max-width:600px}.inicio360 .content .right .accesos-directos{display:flex;min-width:300px;-moz-column-gap:25px;column-gap:25px;row-gap:16px;align-items:baseline;flex-wrap:wrap;justify-content:space-around}.inicio360 .content .box{display:flex;flex-direction:column;row-gap:16px;background-color:#fff;border:1px solid #cecece;border-radius:8px;padding:16px;height:-moz-min-content;height:min-content}.inicio360 .content .box>span{font-weight:700;font-size:16px}@media(max-width:1100px){.inicio360 .content{display:flex;width:100%;-moz-column-gap:16px;column-gap:16px;flex-direction:column}.inicio360 .content .right{max-width:100%;margin-top:16px}}