@charset "UTF-8";*{padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;text-decoration:none;transition:all .1s ease-out}::-webkit-scrollbar{display:none}body{background-color:#eee}.header{width:100vw;height:110px;display:flex;justify-content:space-between;align-items:center;padding:10px;box-sizing:border-box;border:1px solid #FFDE05;background-color:#ffde05;top:0;position:fixed;z-index:9}.header .logo{height:85px;-webkit-user-select:none;user-select:none}.header .logoHidden{display:none}.header .logoHidden .logoImg{height:45px}.header .logo:nth-child(2){display:none}.header .conteSearch{width:35%}.header .conteSearch form{position:relative;width:100%;min-width:280px}.header .conteSearch form .searchInput{width:100%;height:40px;min-width:100%;border-radius:10px;border:1px solid #868686;box-sizing:border-box;outline:none;font-size:16px;border:none;padding:4px 35px 4px 10px;color:#757575;font-weight:100;background-color:#fff}.header .conteSearch form #search_absolute{position:absolute;top:50%;left:95%;transform:translate(-50%,-50%);color:#757575;-webkit-user-select:none;user-select:none;cursor:pointer}.header .conteSearch .search::placeholder{font-weight:100;color:#757575}.header .profile{display:flex;justify-content:center;align-items:center;gap:30px;-webkit-user-select:none;user-select:none}.header .profile .info{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px}.header .profile .info .user,.header .profile .info .address{display:flex;justify-content:center;align-items:center;gap:5px}.header .profile .info .user .profile,.header .profile .info .address .profile{height:35px;border:1px solid #003869;border-radius:50%}.header .profile .info .user a,.header .profile .info .address a{color:#003869;text-decoration:none}.header .profile .info .user a:hover,.header .profile .info .address a:hover{transform:scale(1.01)}.header .profile .info .user i,.header .profile .info .address i{font-size:14px;color:#003869}.header .profile .info .address{border:1px solid rgb(125,125,125);width:100%;text-align:end;padding:3px;box-sizing:border-box;border-radius:5px}.header .profile .info .address a{font-size:11px}.header .profile .info .address:hover{transform:scale(1.04)}.header .profile .info #profile{display:none}.header .profile .login{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px}.header .profile .login .link{display:flex;justify-content:center;align-items:center;gap:20px}.header .profile .login .link a{color:#000;text-decoration:none;font-weight:100}.header .profile .login .location{display:flex;justify-content:center;align-items:center;text-decoration:none}.header .profile .login .location span{color:#333;font-size:14px;font-weight:100}.header .profile .login .location .icono{font-size:20px}.header .profile .login #user,.header .profile #user{display:none}.header .profile .cart,.header .profile .notification{font-size:20px;color:#003869}.header .profile .active{animation:ring .6s ease-in-out infinite}@keyframes ring{0%,to{transform:rotate(0)}33%{transform:rotate(10deg)}33%{transform:rotate(-10deg)}}.welcomeMain{width:100vw;margin-top:110px}.welcomeMain #menu{width:100%;padding:6px 10px;box-sizing:border-box;position:fixed;top:110px;z-index:8;background-color:#fff}.welcomeMain #menu .conte_links{width:100%}.welcomeMain #menu .conte_links .links{display:flex;justify-content:space-between;align-items:center;width:100%}.welcomeMain #menu .conte_links .links div,.welcomeMain #menu .conte_links .links div a{display:flex;justify-content:center;align-items:center;color:#003869;gap:5px;text-decoration:none;cursor:pointer}.welcomeMain #menu .conte_links .links div i,.welcomeMain #menu .conte_links .links div a i{font-size:18px}.welcomeMain #menu .conte_links .links div .fa-gift,.welcomeMain #menu .conte_links .links div a .fa-gift{color:#e53935;animation:toc .8s ease-in-out infinite}@keyframes toc{0%,to{transform:rotate(0)}33%{transform:rotate(10deg)}33%{transform:rotate(-10deg)}}.welcomeMain #menu .conte_links .links div .fa-book,.welcomeMain #menu .conte_links .links div a .fa-book{color:#1e88e5}.welcomeMain #menu .conte_links .links div .fa-credit-card,.welcomeMain #menu .conte_links .links div a .fa-credit-card{color:#43a047}.welcomeMain #menu .conte_links .links div .fa-bag-shopping,.welcomeMain #menu .conte_links .links div a .fa-bag-shopping{color:#fb8c00}.welcomeMain #menu .conte_links .links div .fa-heart,.welcomeMain #menu .conte_links .links div a .fa-heart{color:#8e24aa;color:#f61717}.welcomeMain #menu .conte_links .links div .fa-circle-info,.welcomeMain #menu .conte_links .links div a .fa-circle-info{color:#3949ab}.welcomeMain #menu .conte_links .links div .fa-filter,.welcomeMain #menu .conte_links .links div a .fa-filter{color:#00897b}.welcomeMain #menu .conte_links .links div:hover{transform:scale(1.1)}.welcomeMain #menu .conte_links .links .category{position:relative}.welcomeMain #menu .conte_links .links .category select{border:none;font-size:16px;color:#003869;background-color:transparent}.welcomeMain #menu .conte_links .links .category select:after{content:"▼";position:absolute;top:50%;right:0;transform:translate(-50%,-50%);pointer-events:none;color:#fff}.welcomeMain #menu .conte_links .links .home{display:none}.welcomeMain .anuncios{margin-top:180px;width:100%;display:flex;justify-content:start;align-items:center;flex-direction:column}.welcomeMain .anuncios .slider{position:relative;overflow:hidden;width:100%;height:400px;margin-inline:auto;display:flex;justify-content:center;align-items:center}.welcomeMain .anuncios .slider .slider-track{display:flex;text-align:center;transition:transform .5s ease-in-out;width:100%;height:90%}.welcomeMain .anuncios .slider .slide{position:relative;min-width:100%;height:100%;overflow:hidden}.welcomeMain .anuncios .slider .slide:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;pointer-events:none;z-index:3}.welcomeMain .anuncios .slider .slide img{max-width:90%;max-height:100%;object-fit:cover;margin-inline:auto}.welcomeMain .anuncios .slider .nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;padding:10px 15px;cursor:pointer;font-size:24px;z-index:7}.welcomeMain .anuncios .slider .prev{left:10px}.welcomeMain .anuncios .slider .next{right:10px}.welcomeMain .anuncios #products{width:100wv}.welcomeMain .anuncios #products #grid{display:grid;grid-template-columns:repeat(5,1fr);width:100%}.welcomeMain #products #grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;width:100%}.welcomeMain .products,.welcomeMain #products{display:flex;justify-content:start;align-items:center;flex-direction:column;padding:1rem;width:100%}.welcomeMain .products .grid,.welcomeMain #products .grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;width:100%;max-width:1600px}.welcomeMain .products .conte_sinproduct,.welcomeMain #products .conte_sinproduct{width:100%;display:flex;justify-content:center;align-items:center}.welcomeMain .products .conte_sinproduct img,.welcomeMain #products .conte_sinproduct img{height:40%}.welcomeMain .products .conte_sinproduct h5,.welcomeMain #products .conte_sinproduct h5{color:#003869}.welcomeMain .products a,.welcomeMain #products a{text-decoration:none}.welcomeMain .products .card,.welcomeMain #products .card{background-color:#fff;border-radius:10px;overflow:hidden;padding:.75rem;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column;justify-content:space-between;text-align:center;min-height:300px}.welcomeMain .products .card .conte_image,.welcomeMain #products .card .conte_image{border:1px solid #ccc;border-radius:6px;padding:1rem;background-color:#fff;display:flex;justify-content:center;align-items:center;height:160px}.welcomeMain .products .card .conte_image img,.welcomeMain #products .card .conte_image img{max-height:100%;max-width:100%;object-fit:contain;transition:all .2s ease}.welcomeMain .products .card .conte_image img:hover,.welcomeMain #products .card .conte_image img:hover{transform:scale(1.1)}.welcomeMain .products .card .info,.welcomeMain #products .card .info{margin-top:.75rem;text-align:left;height:120px;display:flex;justify-content:space-between;align-items:start;flex-direction:column}.welcomeMain .products .card .info h6,.welcomeMain #products .card .info h6{font-size:.85rem;font-weight:700;color:#003869;text-transform:uppercase;margin-bottom:.5rem}.welcomeMain .products .card .info .price,.welcomeMain #products .card .info .price{display:flex;justify-content:space-between;align-items:start;width:100%;position:relative;flex-wrap:wrap}.welcomeMain .products .card .info .price .base,.welcomeMain #products .card .info .price .base{position:absolute;top:-18px;left:18px;color:#757575}.welcomeMain .products .card .info .price .base span,.welcomeMain #products .card .info .price .base span{font-size:14px;color:#757575}.welcomeMain .products .card .info .price p,.welcomeMain #products .card .info .price p{font-size:1.2rem;font-weight:600;color:orange}.welcomeMain .products .card .info .price p .descuento,.welcomeMain #products .card .info .price p .descuento{color:#28a745;font-weight:400}.welcomeMain .products .card .info .price span,.welcomeMain #products .card .info .price span{font-size:.9rem;font-weight:200;color:#28a745;padding:2px 0;box-sizing:border-box}.welcomeMain .products .pagination,.welcomeMain #products .pagination{padding:12px;box-sizing:border-box;margin-top:20px}.welcomeMain .info-products{width:100%;display:flex;justify-content:space-around;align-items:center;margin-top:70px;margin-bottom:70px;background-color:#fff;padding:15px;box-sizing:border-box;height:250px;flex-wrap:wrap}.welcomeMain .info-products .info{display:flex;justify-content:center;align-items:center;flex-direction:column;width:33.3%}.welcomeMain .info-products .info .conte_image{display:flex;justify-content:center;align-items:center;flex-direction:column}.welcomeMain .info-products .info .conte_image img{height:60px}.welcomeMain .info-products .info .conte_image img:nth-child(3){border:1px solid black}.welcomeMain .info-products .info .conte_image h5{color:#003869;font-family:Arial,Helvetica,sans-serif}.welcomeMain .info-products .info .text{width:70%;text-align:center;font-size:14px;font-weight:100;color:#2a2a2a}.welcomeMain .ofertas{display:flex;justify-content:space-around;align-items:center;margin-top:70px;margin-bottom:70px;width:100%;flex-wrap:wrap;gap:30px}.welcomeMain .ofertas .oferta{display:flex;justify-content:center;align-items:center;height:250px;min-width:300px;gap:10px;background-color:#fff;border-radius:10px;box-shadow:0 2px 4px #0006}.welcomeMain .ofertas .oferta .img_oferta{height:100%;border-bottom-left-radius:10px;border-top-left-radius:10px}.welcomeMain .ofertas .oferta .info{display:flex;justify-content:space-between;align-items:center;flex-direction:column;height:100%;padding:10px 0;box-sizing:border-box}.welcomeMain .ofertas .oferta .info h4{font-weight:700;color:#003869;text-align:center;font-family:#757575}.welcomeMain .ofertas .oferta .info ul{width:100%;text-align:start}.welcomeMain .ofertas .oferta .info ul li{list-style:disc}.welcomeMain .ofertas .oferta .info a{text-decoration:none;background-color:#ffde05;color:#003869;padding:4px;box-sizing:border-box;border-radius:8px;width:60%;text-align:center;transition:all .1s ease-in-out;font-weight:700;animation:scale 1.6s ease-in-out infinite}@keyframes scale{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.welcomeMain .ofertas .oferta .info a:hover{animation:ease 1s ease-in-out infinite}.welcomeMain .info_product{margin-top:156px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:26px;width:100%;padding:20px 10px 0;box-sizing:border-box}.welcomeMain .info_product .product{display:flex;justify-content:space-around;align-items:start;gap:10px;width:100%;position:relative;flex-wrap:wrap}.welcomeMain .info_product .product .title{display:flex;justify-content:space-between;align-items:start;gap:15px;width:100%;display:none}.welcomeMain .info_product .product .title i{font-size:30px;color:#868686;cursor:pointer}.welcomeMain .info_product .product .title i:hover{transform:scale(1.1)}.welcomeMain .info_product .product .title i:active{transform:scale(1.2)}.welcomeMain .info_product .product .title .favorite{color:#e53935}.welcomeMain .info_product .product .title h3{font-size:20px;color:#003869;font-weight:700;text-transform:uppercase}.welcomeMain .info_product .product .conte_images{width:40%;display:flex;justify-content:center;align-items:center;gap:10px;flex-direction:column;background-color:#fff;border-radius:8px;padding:10px 0;box-sizing:border-box;min-width:300px}.welcomeMain .info_product .product .conte_images .conte_image{display:flex;justify-content:center;align-items:center;padding:10px;box-sizing:border-box;border:1px solid #868686;width:70%;min-width:300px;border-radius:8px;height:300px}.welcomeMain .info_product .product .conte_images .conte_image .img_main{max-height:90%}.welcomeMain .info_product .product .conte_images .images{width:100%;overflow:hidden;overflow-x:scroll;height:75px}.welcomeMain .info_product .product .conte_images .images .scroll{width:100%;min-width:300px;display:flex;justify-content:center;align-items:center;gap:15px}.welcomeMain .info_product .product .conte_images .images .scroll .img{height:60px;width:60px;border:1px solid #00897B;border-radius:5px;display:flex;justify-content:center;align-items:center;cursor:pointer}.welcomeMain .info_product .product .conte_images .images .scroll .img img{height:100%}.welcomeMain .info_product .product .info{display:flex;justify-content:space-between;align-items:start;flex-direction:column;width:50%;gap:15px;min-height:426px}.welcomeMain .info_product .product .info .title{display:flex;justify-content:space-between;align-items:start;gap:15px;width:100%}.welcomeMain .info_product .product .info .title i{font-size:30px;color:#868686;cursor:pointer}.welcomeMain .info_product .product .info .title i:hover{transform:scale(1.1)}.welcomeMain .info_product .product .info .title i:active{transform:scale(1.2)}.welcomeMain .info_product .product .info .title .favorite{color:#e53935}.welcomeMain .info_product .product .info .title h3{font-size:20px;color:#003869;font-weight:700;text-transform:uppercase}.welcomeMain .info_product .product .info .business{color:#2a2a2a}.welcomeMain .info_product .product .info .business a{color:#003869;text-decoration:none}.welcomeMain .info_product .product .info .business a:hover{color:#196dc2}.welcomeMain .info_product .product .info .values{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.welcomeMain .info_product .product .info .values .price{display:flex;justify-content:center;align-items:center;gap:15px}.welcomeMain .info_product .product .info .values .price p{color:#003869;margin:0}.welcomeMain .info_product .product .info .values .price .value{color:orange;font-weight:900;font-size:22px}.welcomeMain .info_product .product .info .values .price .valuebase{font-size:14px;text-decoration:line-through;color:#757575}.welcomeMain .info_product .product .info .values p{color:#003869}.welcomeMain .info_product .product .info .values p span{color:#d68a00}.welcomeMain .info_product .product .info .characteristic{display:flex;justify-content:start;align-items:start;flex-direction:column;margin-top:7px;gap:5px;margin-bottom:10px}.welcomeMain .info_product .product .info .characteristic h6{color:#003869;font-weight:600}.welcomeMain .info_product .product .info .characteristic .conte_items{display:flex;justify-content:start;align-items:start;flex-direction:column;gap:7px}.welcomeMain .info_product .product .info .characteristic .conte_items .view{color:#196dc2}.welcomeMain .info_product .product .info .conte_free{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.welcomeMain .info_product .product .info .conte_free .free{color:#28a745;font-size:18px;font-weight:600;cursor:default}.welcomeMain .info_product .product .info .conte_free .free i{transition:all 1s ease}.welcomeMain .info_product .product .info .conte_free .descuento{font-size:22px;font-weight:700;color:#28a745}.welcomeMain .info_product .product .info .free:hover i{transform:translate(200px);opacity:0}.welcomeMain .info_product .product .info .conte_buttton{margin-top:16px;width:100%;display:flex;justify-content:space-around;align-items:center}.welcomeMain .info_product .product .info .conte_buttton button{border-radius:10px;border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;height:40px;min-width:130px;width:30%}.welcomeMain .info_product .product .info .conte_buttton button:hover{transform:scale(1.05)}.welcomeMain .info_product .product .info .conte_buttton button:active{transform:scale(1.1)}.welcomeMain .info_product .product .info .conte_buttton button:disabled{opacity:.6}.welcomeMain .info_product .product .info .conte_buttton .add{background-color:#fff;color:#003869;border:1px solid #003869}.welcomeMain .info_product .product .info .conte_buttton .buy{background-color:#003869;color:#fff}.welcomeMain .info_product .product #absolutCard{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.welcomeMain .info_product .product #absolutCard .card{width:100%;height:100%;overflow:hidden;position:relative;text-align:left;display:flex;justify-content:center;align-items:center}.welcomeMain .info_product .product #absolutCard .header{padding:1.25rem 1rem 1rem;background-color:#ffde05;display:flex;justify-content:center;align-items:center;flex-direction:column;width:400px;height:200px;border-radius:8px}.welcomeMain .info_product .product #absolutCard .content{margin-top:.75rem;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.welcomeMain .info_product .product #absolutCard .content span{text-align:center;font-weight:600;color:#003869;width:auto}.welcomeMain .info_product .product #absolutCard .message{margin-top:.5rem;color:#003869;font-size:.875rem;line-height:1.25rem}.welcomeMain .info_product .product #absolutCard .actions{margin:.75rem 1rem}.welcomeMain .info_product .product #absolutCard .history{display:inline-flex;padding:.5rem 1rem;background-color:#28a745;color:#fff;font-size:1rem;line-height:1.5rem;font-weight:500;justify-content:center;width:100%;border-radius:.375rem;border:none;box-shadow:0 1px 2px #0000000d}.welcomeMain .info_product .product #absolutCard .history:hover{transform:scale(1.05)}.welcomeMain .info_product .product #absolutCard .history:active{transform:scale(1.2)}.welcomeMain .info_product .description{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%}.welcomeMain .info_product .description p{font-size:16px;font-weight:600;color:#003869}.welcomeMain .info_product .description .text{background-color:#fff;width:100%;padding:10px;box-sizing:border-box;border-radius:4px;border:1px solid #003869}.welcomeMain .info_product .qualification{display:flex;justify-content:space-around;align-items:start;width:100%;background-color:#fff;flex-wrap:wrap}.welcomeMain .info_product .qualification .container{width:50%;padding:10px;box-sizing:border-box}.welcomeMain .info_product .qualification .container .estadistica{width:300px}.welcomeMain .info_product .qualification .container .estadistica h5{color:#003869;font-weight:600}.welcomeMain .info_product .qualification .container .estadistica .number{display:flex;justify-content:start;align-items:start}.welcomeMain .info_product .qualification .container .estadistica .number span{font-size:90px;font-weight:700;color:#003869}.welcomeMain .info_product .qualification .container .estadistica .number .conte_stars .stars{display:flex;justify-content:center;align-items:end;height:50px;gap:2px}.welcomeMain .info_product .qualification .container .estadistica .number .conte_stars .stars i{color:#ffde05}.welcomeMain .info_product .qualification .container .estadistica .number .conte_stars small{font-size:12px}.welcomeMain .info_product .qualification .container .estadistica .conte_range{display:flex;flex-direction:column;gap:8px;max-width:300px}.welcomeMain .info_product .qualification .container .estadistica .range{display:flex;align-items:center;gap:8px}.welcomeMain .info_product .qualification .container .estadistica .range input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;background:#e5e5e5;border-radius:4px;overflow:hidden;cursor:default;pointer-events:none}.welcomeMain .info_product .qualification .container .estadistica .range input[type=range]::-webkit-slider-runnable-track{height:8px;background:#e5e5e5}.welcomeMain .info_product .qualification .container .estadistica .range input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;height:8px;box-shadow:-1000px 0 0 1000px #033e6b;border-radius:4px}.welcomeMain .info_product .qualification .container .estadistica .range input[type=range]::-moz-range-track{height:8px;background:#e5e5e5;border-radius:4px}.welcomeMain .info_product .qualification .container .estadistica .range input[type=range]::-moz-range-progress{height:8px;background:#033e6b;border-radius:4px}.welcomeMain .info_product .qualification .container .estadistica .range input[type=range]::-moz-range-thumb{width:0;height:0;border:none}.welcomeMain .info_product .qualification .container .estadistica .range small{white-space:nowrap;font-size:15px;color:#5f5f6d}.welcomeMain .info_product .qualification .container .estadistica .range small i{margin-left:4px;color:#5f5f6d}.welcomeMain .info_product .qualification .comments{width:50%;padding:10px;box-sizing:border-box;min-width:300px}.welcomeMain .info_product .qualification .comments h5{color:#003869;font-weight:600}.welcomeMain .info_product .qualification .comments .conte_comments{border:1px solid #003869;padding:10px;box-sizing:border-box;border-radius:10px;height:460px;overflow:hidden;overflow-y:scroll}.welcomeMain .info_product .qualification .comments .conte_comments .comment{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%;gap:10px;margin-bottom:8px}.welcomeMain .info_product .qualification .comments .conte_comments .comment .info{width:100%;display:flex;justify-content:space-between;align-items:start}.welcomeMain .info_product .qualification .comments .conte_comments .comment .info img{height:30px;border-radius:50%}.welcomeMain .info_product .qualification .comments .conte_comments .comment .info .conte_name{display:flex;justify-content:center;align-items:center;gap:4px}.welcomeMain .info_product .qualification .comments .conte_comments .comment .info .conte_name span{font-weight:600;color:#003869}.welcomeMain .info_product .qualification .comments .conte_comments .comment .info .conte_name .stars i{color:#ffde05}.welcomeMain .info_product .qualification .comments .conte_comments .comment .text{padding:0 5px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;gap:5px;flex-direction:column;width:100%}.welcomeMain .info_product .qualification .comments .conte_comments .comment .text .conte_comment{width:95%;display:flex;justify-content:space-between;align-items:center;gap:10px}.welcomeMain .info_product .qualification .comments .conte_comments .comment .text .conte_comment i{color:#f61717;cursor:pointer}.welcomeMain .info_product .qualification .comments .conte_comments .comment .text .conte_comment .text{display:flex;justify-content:start;align-items:start;text-align:justify}.welcomeMain .info_product .qualification .comments .conte_comments .comment .text .conte_reply{width:100%;display:flex;justify-content:end;align-items:center}.welcomeMain .info_product .qualification .comments .conte_comments .comment .text .conte_reply .reply{width:90%;text-align:start;color:#003869;display:flex;justify-content:end;align-items:end;flex-direction:column;gap:5px}.welcomeMain .info_product .qualification .comments .conte_comments .comment .text .conte_reply .reply span{font-weight:600}.welcomeMain .info_product .qualification .comments .conte_comments .comment .text .conte_reply .reply .text{display:flex;justify-content:end;align-items:end;text-align:justify}.welcomeMain .info_product .qualification .comments .conte_comments .comment .text .conte_reply .reply img{height:30px;border-radius:50%}.welcomeMain .info_product .opiniones{display:flex;justify-content:center;align-items:start;flex-direction:column;width:100%;gap:10px;position:relative}.welcomeMain .info_product .opiniones h4{color:#003869;font-weight:600}.welcomeMain .info_product .opiniones p{font-size:18px}.welcomeMain .info_product .opiniones .conte_form{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%;gap:10px}.welcomeMain .info_product .opiniones .conte_form .stars{display:flex;justify-content:center;align-items:center;gap:5px;font-size:22px}.welcomeMain .info_product .opiniones .conte_form .stars i{cursor:pointer}.welcomeMain .info_product .opiniones .conte_form .stars i:hover{transform:scale(1.1)}.welcomeMain .info_product .opiniones .conte_form .desactive{color:#868686}.welcomeMain .info_product .opiniones .conte_form .active{color:#ffde05}.welcomeMain .info_product .opiniones .conte_form .textarea{width:100%;color:#868686;border:1px solid #868686;background-color:#fff;height:120px;-webkit-user-select:none;user-select:none;padding:5px;box-sizing:border-box}.welcomeMain .info_product .opiniones .conte_form .conte_button{display:flex;justify-content:end;align-items:center;width:100%;gap:15px}.welcomeMain .info_product .opiniones .conte_form .conte_button a,.welcomeMain .info_product .opiniones .conte_form .conte_button button{border-radius:10px;border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;text-decoration:none;width:200px;height:40px;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center}.welcomeMain .info_product .opiniones .conte_form .conte_button .btn_send{background-color:#003869}.welcomeMain .info_product .opiniones .conte_form .conte_button .btn_whatsapp{background-color:#25d366;border:#25D366}.welcomeMain .info_product .opiniones .conte_form .conte_button a{border:none;padding:0}.welcomeMain .info_product .opiniones #absolutCard{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;width:100%}.welcomeMain .info_product .opiniones #absolutCard .card{height:100%;width:100%;overflow:hidden;position:relative;text-align:left;display:flex;justify-content:center;align-items:center;background-color:#00000029}.welcomeMain .info_product .opiniones #absolutCard .header{padding:1.25rem 1rem 1rem;box-sizing:border-box;background-color:#ffde05;display:flex;justify-content:center;align-items:center;flex-direction:column;width:400px;height:200px;border-radius:8px;margin-top:60px}.welcomeMain .info_product .opiniones #absolutCard .content{margin-top:.75rem;text-align:center}.welcomeMain .info_product .opiniones #absolutCard .title{color:#003869;font-size:1rem;font-weight:600;line-height:1.5rem}.welcomeMain .info_product .opiniones #absolutCard .message{margin-top:.5rem;color:#003869;font-size:.875rem;line-height:1.25rem}.welcomeMain .info_product .opiniones #absolutCard .actions{margin:.75rem 1rem}.welcomeMain .info_product .opiniones #absolutCard .history{display:inline-flex;padding:.5rem 1rem;background-color:#28a745;color:#fff;font-size:1rem;line-height:1.5rem;font-weight:500;justify-content:center;width:100%;border-radius:.375rem;border:none;box-shadow:0 1px 2px #0000000d}.welcomeMain .info_product .opiniones #absolutCard .history:hover{transform:scale(1.05)}.welcomeMain .info_product .opiniones #absolutCard .history:active{transform:scale(1.2)}.welcomeMain .searchProduct{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;gap:10px}.welcomeMain .searchProduct .conteSearch{width:100%;padding:10px;box-sizing:border-box}.welcomeMain .searchProduct .conteSearch form{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px}.welcomeMain .searchProduct .conteSearch form #menu-filter{font-size:20px;color:#033e6b;display:none}.welcomeMain .searchProduct .conteSearch form div{position:relative;min-width:200px}.welcomeMain .searchProduct .conteSearch form input{border-radius:10px;border:1px solid #868686;box-sizing:border-box;outline:none;font-size:16px;width:100%;padding:0 28px 0 15px;height:35px;color:#868686;background-color:#fff}.welcomeMain .searchProduct .conteSearch form #search_absolute{color:#868686;top:50%;left:93%;transform:translate(-50%,-50%);position:absolute;cursor:pointer}.welcomeMain .searchProduct .flex{width:100%;display:flex;justify-content:space-between;align-items:start}.welcomeMain .searchProduct .flex .filter{padding:0 0 0 10px;box-sizing:border-box;width:30%;min-width:220px;display:flex;justify-content:start;align-items:start;flex-direction:column;gap:26px}.welcomeMain .searchProduct .flex .filter .categories{width:230px}.welcomeMain .searchProduct .flex .filter .categories h5{color:#003869;font-weight:700}.welcomeMain .searchProduct .flex .filter .categories ul{width:auto}.welcomeMain .searchProduct .flex .filter .categories ul .selected{font-weight:600}.welcomeMain .searchProduct .flex .filter .categories ul li{color:#003869;cursor:pointer;list-style:circle}.welcomeMain .searchProduct .flex .filter .categories ul li:hover{transform:scale(1.05)}.welcomeMain .searchProduct .flex .filter .price h5{color:#003869;font-weight:700}.welcomeMain .searchProduct .flex .filter .price .conte_input{display:flex;justify-content:start;align-items:center;gap:5px;flex-wrap:wrap}.welcomeMain .searchProduct .flex .filter .price .conte_input input{border-radius:10px;border:1px solid #868686;outline:none;font-size:16px;padding:4px;box-sizing:border-box;color:#868686;width:150px}.welcomeMain .searchProduct .flex .filter .brands h5{color:#003869;font-weight:700}.welcomeMain .searchProduct .flex .filter .brands .brand{width:100%;min-width:210px;display:flex;justify-content:start;align-items:start;flex-wrap:wrap;gap:4px}.welcomeMain .searchProduct .flex .filter .brands .brand span{border:1px solid #868686;padding:3px;box-sizing:border-box;border-radius:8px;margin:2px;cursor:pointer}.welcomeMain .searchProduct .flex .filter .brands .brand .selected{background-color:#003869;color:#fff}.welcomeMain .searchProduct .flex .filter .brands .brand span:hover{transform:scale(1.1)}.welcomeMain .searchProduct .flex .filter .free h5{color:#003869;font-weight:700}.welcomeMain .searchProduct .flex .filter .free label{padding:6px;box-sizing:border-box;border:1px solid #868686;border-radius:6px}.welcomeMain .searchProduct .flex .filter .free .active{background-color:#003869;font-weight:700;color:#fff}.welcomeMain .searchProduct #products{overflow:hidden;overflow-y:scroll;height:120vh}.welcomeMain .searchProduct #text_free{font-size:10px}.welcomeMain .cart-shop{margin-top:150px;display:flex;justify-content:space-between;align-items:start;width:100%;padding:20px 10px;box-sizing:border-box;gap:10px}.welcomeMain .cart-shop .products{display:flex;justify-content:start;align-items:start;gap:10px;width:70%}.welcomeMain .cart-shop .products .conte_product{display:flex;justify-content:start;align-items:center;height:130px;min-width:300px;border:1px solid rgb(223,223,223);background-color:#fff;border-radius:8px;padding:5px;box-sizing:border-box;gap:7px;box-shadow:0 0 2px #a7a7a7;width:100%}.welcomeMain .cart-shop .products .conte_product .conte_img{height:95%;width:20%;min-width:90px;border-radius:8px;display:flex;justify-content:center;align-items:center;border:1px solid #868686}.welcomeMain .cart-shop .products .conte_product .conte_img img{height:100%;border-radius:8px}.welcomeMain .cart-shop .products .conte_product .conte_info{display:flex;justify-content:start;align-items:start;flex-direction:column;height:100%;width:100%;gap:1px}.welcomeMain .cart-shop .products .conte_product .conte_info h5{font-size:16px;font-weight:500;text-transform:uppercase}.welcomeMain .cart-shop .products .conte_product .conte_info h5 a{color:#003869;text-decoration:none}.welcomeMain .cart-shop .products .conte_product .conte_info .info{display:flex;justify-content:space-around;align-items:center;padding:0 10px;width:90%}.welcomeMain .cart-shop .products .conte_product .conte_info .info .conte_price{display:flex;justify-content:center;align-items:center;flex-direction:column}.welcomeMain .cart-shop .products .conte_product .conte_info .info .conte_price small{font-size:12px;text-decoration:line-through;color:#868686}.welcomeMain .cart-shop .products .conte_product .conte_info .info .conte_price span{color:#d68a00;font-size:18px;font-weight:700}.welcomeMain .cart-shop .products .conte_product .conte_info .info small{color:#28a745;font-size:14px}.welcomeMain .cart-shop .products .conte_product .conte_info .info .amount{border:1px solid #868686;border-radius:6px;width:80px;display:flex;justify-content:space-between;align-items:center}.welcomeMain .cart-shop .products .conte_product .conte_info .info .amount i{padding:5px;box-sizing:border-box;cursor:pointer}.welcomeMain .cart-shop .products .conte_product .conte_info .info .amount i:active{background-color:#003869;color:#fff}.welcomeMain .cart-shop .products .conte_product .conte_info .info .amount .left{border-right:1px solid #868686}.welcomeMain .cart-shop .products .conte_product .conte_info .info .amount .right{border-left:1px solid #868686}.welcomeMain .cart-shop .products .conte_product .conte_info .info .amount .text{font-size:10px;top:100%;left:70%;transform:translate(-50%,-50%)}.welcomeMain .cart-shop .products .conte_product .conte_info .info .delete i{color:#f61717;cursor:pointer}.welcomeMain .cart-shop .products .conte_product .conte_info .info .delete i:hover{transform:scale(1.1)}.welcomeMain .cart-shop .products .conte_sin_product{display:flex;justify-content:start;align-items:start;flex-wrap:wrap}.welcomeMain .cart-shop .products .conte_sin_product .sinproduct{height:340px;-webkit-user-select:none;user-select:none}.welcomeMain .cart-shop .products .conte_sin_product h3{color:#003869;width:60%}.welcomeMain .cart-shop .products .conte_sin_product h3 a{font-size:19px;text-decoration:underline}.welcomeMain .cart-shop .formAddress{background-color:#fff;width:70%;border-radius:8px;padding:10px;box-sizing:border-box}.welcomeMain .cart-shop .formAddress form{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;gap:22px;color:#003869}.welcomeMain .cart-shop .formAddress form h5{font-weight:600}.welcomeMain .cart-shop .formAddress form .container{display:flex;justify-content:space-around;align-items:center;gap:15px;flex-wrap:wrap}.welcomeMain .cart-shop .formAddress form .container .conteInput{display:flex;justify-content:start;align-items:start;flex-direction:column;position:relative}.welcomeMain .cart-shop .formAddress form .container .conteInput input,.welcomeMain .cart-shop .formAddress form .container .conteInput select{border-radius:10px;border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;height:35px;color:#868686}.welcomeMain .cart-shop .formAddress form .container .conteInput select{width:200px;height:35px}.welcomeMain .cart-shop .formAddress form .container .conteInput .error{color:#f61717;font-size:10px;position:absolute;top:115%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.welcomeMain .cart-shop .formAddress form .flex{display:flex;justify-content:space-between;align-items:center;width:90%;margin-top:15px}.welcomeMain .cart-shop .formAddress form .flex .back{cursor:pointer;-webkit-user-select:none;user-select:none}.welcomeMain .cart-shop .formAddress form .flex .back:hover{font-weight:700}.welcomeMain .cart-shop .methods{padding:10px;box-sizing:border-box;color:#003869;width:70%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px}.welcomeMain .cart-shop .methods .title{display:flex;justify-content:space-between;align-items:center;width:97%}.welcomeMain .cart-shop .methods .title h4{font-weight:600}.welcomeMain .cart-shop .methods .title span{cursor:pointer;-webkit-user-select:none;user-select:none}.welcomeMain .cart-shop .methods .container{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%;gap:18px;position:relative}.welcomeMain .cart-shop .methods .container .free{-webkit-user-select:none;user-select:none;color:#28a745}.welcomeMain .cart-shop .methods .container .price{color:#d68a00}.welcomeMain .cart-shop .methods .container .conte_option{border:1px solid #868686;width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#fff;height:46px;padding:4px 10px;box-sizing:border-box}.welcomeMain .cart-shop .methods .container .conte_option .flex{display:flex;justify-content:center;align-items:center;gap:4px}.welcomeMain .cart-shop .methods .container .option_date{width:100%;background-color:#fff;padding:10px;box-sizing:border-box;border:1px solid #868686;display:flex;justify-content:start;align-items:start;flex-direction:column;gap:10px}.welcomeMain .cart-shop .methods .container .option_date .conte_date{display:flex;justify-content:space-around;align-items:center;gap:10px;width:100%;flex-wrap:wrap}.welcomeMain .cart-shop .methods .container .option_date .conte_date .conteInput{display:flex;justify-content:start;align-items:start;flex-direction:column;min-width:200px;width:40%}.welcomeMain .cart-shop .methods .container .option_date .conte_date .conteInput input{border:1px solid #868686;box-sizing:border-box;outline:none;font-size:16px;border-radius:5px;padding:5px;width:70%}.welcomeMain .cart-shop .methods .container .option_date .conte_date .conteInput textarea{border:1px solid #868686;border-radius:5px;width:100%;padding:5px;box-sizing:border-box;font-size:14px;resize:none}.welcomeMain .cart-shop .conte_resumen{width:35%;min-width:300px;position:sticky;top:160px;align-self:flex-start;order:1}.welcomeMain .cart-shop .conte_resumen .resumen{border:1px solid #868686;width:100%;border-radius:8px;background-color:#fff;position:static}.welcomeMain .cart-shop .conte_resumen .resumen h6{color:#003869;font-weight:100;border-bottom:1px solid #003869;padding:15px;box-sizing:border-box;width:100%}.welcomeMain .cart-shop .conte_resumen .resumen .info_precio{padding:8px;box-sizing:border-box;width:100%;display:flex;justify-content:space-between;align-items:start;flex-direction:column;gap:5px}.welcomeMain .cart-shop .conte_resumen .resumen .info_precio div{display:flex;justify-content:space-between;align-items:center;width:100%}.welcomeMain .cart-shop .conte_resumen .resumen .info_precio div .title{color:#003869}.welcomeMain .cart-shop .conte_resumen .resumen .info_precio div .price{color:#d68a00}.welcomeMain .cart-shop .conte_resumen .resumen .info_precio div .free{color:#28a745}.welcomeMain .cart-shop .conte_resumen .resumen .conte_buy{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;width:100%;padding:8px;box-sizing:border-box}.welcomeMain .cart-shop .conte_resumen .resumen .conte_buy .total{width:100%;display:flex;justify-content:space-between;align-items:center}.welcomeMain .cart-shop .conte_resumen .resumen .conte_buy .total .title{color:#003869;font-weight:600}.welcomeMain .cart-shop .conte_resumen .resumen .conte_buy .total .price{font-weight:600;color:#d68a00}.welcomeMain .cart-shop .conte_resumen .resumen .conte_buy button{border-radius:10px;border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;width:100%;background-color:#003869;color:#fff;font-weight:600}.welcomeMain .cart-shop .conte_resumen .resumen .conte_buy button:active{transform:scale(1.05)}.welcomeMain .cart-shop .conte_resumen .sin_product{opacity:.6}.welcomeMain .cart-shop .add_products{position:fixed;top:55%;left:50%;padding:10px;box-sizing:border-box;transform:translate(-50%,-50%);background-color:#0000003c;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:99}.welcomeMain .cart-shop .add_products .conte_slide{padding:10px;box-sizing:border-box;border-radius:10px;width:350px;height:64vh;overflow:hidden;background-color:#fff;position:relative;top:10px}.welcomeMain .cart-shop .add_products h5{color:#003869;font-weight:600}.welcomeMain .cart-shop .add_products .scroll{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%;gap:10px;overflow:scroll;height:100%}.welcomeMain .cart-shop .add_products .scroll .product{width:100%;margin-bottom:20px}.welcomeMain .cart-shop .add_products .scroll .product .conte_image{display:flex;justify-content:start;align-items:start;gap:8px}.welcomeMain .cart-shop .add_products .scroll .product .conte_image img{height:80px;padding:2px;min-width:80px;box-sizing:border-box;border:1px solid #868686;border-radius:8px}.welcomeMain .cart-shop .add_products .scroll .product .conte_image .info{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%}.welcomeMain .cart-shop .add_products .scroll .product .conte_image .info .title{margin:0;font-size:14px;color:#003869}.welcomeMain .cart-shop .add_products .scroll .product .conte_image .info .price{color:orange}.welcomeMain .cart-shop .add_products .scroll .product .conte_image .info .buttons{display:flex;justify-content:center;align-items:center;gap:5px;width:100%}.welcomeMain .cart-shop .add_products .scroll .product .conte_image .info .buttons button{border-radius:10px;border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;font-size:14px;width:70px}.welcomeMain .cart-shop .add_products .scroll .product .conte_image .info .buttons .add{background-color:#6ba2d25e;color:#16105f}.welcomeMain .cart-shop .add_products .scroll .product .conte_image .info .buttons .add:hover{background-color:#003869;color:#fff}.welcomeMain .cart-shop .add_products .scroll .product .conte_image .info .buttons .delete:hover{background-color:#f61717}.welcomeMain .user_profile{margin-top:110px;display:flex;justify-content:space-between;align-items:start;width:100vw}.welcomeMain .user_profile #showMenu{display:none}.welcomeMain .user_profile .menu_profile{width:20%;min-width:230px;border-right:1px solid #868686;background-color:#fff;padding:10px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:start;flex-direction:column;top:100px;position:sticky;height:85vh}.welcomeMain .user_profile .menu_profile .conte_option{display:flex;justify-content:start;align-items:start;width:100%;flex-direction:column;gap:20px;color:#003869}.welcomeMain .user_profile .menu_profile .conte_option h4{text-align:center;width:100%}.welcomeMain .user_profile .menu_profile .conte_option .active{background-color:#6ba2d25e;color:#000}.welcomeMain .user_profile .menu_profile .conte_option .active a{color:#000}.welcomeMain .user_profile .menu_profile .option{border-radius:10px;border:1px solid #868686;box-sizing:border-box;outline:none;font-size:16px;width:100%;display:flex;justify-content:start;align-items:center;gap:7px;padding:7px}.welcomeMain .user_profile .menu_profile .option a{text-decoration:none;color:#003869;width:100%}.welcomeMain .user_profile .menu_profile .option:hover{transform:scale(1.05)}.welcomeMain .user_profile .menu_profile .logout{background-color:#003869;color:#fff}.welcomeMain .user_profile .menu_profile .logout a{color:#fff}.welcomeMain .user_profile .section{width:80%;display:flex;justify-content:center;align-items:start;height:86vh}.welcomeMain .user_profile .section .conte_form{background-color:#fff;border-radius:8px;width:70%;border:1px solid #868686;display:flex;justify-content:center;align-items:center;margin-top:45px}.welcomeMain .user_profile .section .conte_form form{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:35px;padding:15px;box-sizing:border-box;width:100%}.welcomeMain .user_profile .section .conte_form form .conte_image{height:130px;width:130px;border:1px solid #868686;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center}.welcomeMain .user_profile .section .conte_form form .conte_image img{height:98%;border-radius:50%}.welcomeMain .user_profile .section .conte_form form .conte_image i{position:absolute;top:90%;left:100%;transform:translate(-50%,-50%);color:#003869;cursor:pointer}.welcomeMain .user_profile .section .conte_form form .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px}.welcomeMain .user_profile .section .conte_form form .container .conte_input{display:flex;justify-content:start;align-items:start;flex-direction:column;position:relative;color:#003869;width:40%}.welcomeMain .user_profile .section .conte_form form .container .conte_input input{border-radius:10px;border:1px solid #868686;box-sizing:border-box;outline:none;font-size:16px;width:100%;height:40px;padding:0 0 0 35px;color:#003869}.welcomeMain .user_profile .section .conte_form form .container .conte_input i{position:absolute;top:70%;left:8%;transform:translate(-50%,-50%)}.welcomeMain .user_profile .section .conte_form form .container .conte_input .error{position:absolute;top:114%;left:50%;transform:translate(-50%,-50%);color:#f61717;font-size:12px;width:100%;text-align:center}.welcomeMain .user_profile .section .conte_form form .container .email{width:100%}.welcomeMain .user_profile .section .conte_form form .container .email i{top:70%;left:3%;transform:translate(-50%,-50%)}.welcomeMain .user_profile .section .conte_form form .btn_update{border-radius:10px;border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;background-color:#003869;color:#fff;width:90%;height:40px;font-size:18px;font-weight:550}.welcomeMain .user_profile .section .conte_form form .btn_update:active{transform:scale(1.05)}.welcomeMain .user_profile .section .conte_form .alert{position:absolute;top:10%;left:50%;transform:translate(-50%,-50%);background-color:#28a745;color:#fff;min-width:250px;transition:all .7s ease}.welcomeMain .user_profile .section .container_address{background-color:#fff;padding:20px 0 0;box-sizing:border-box;border-radius:8px;width:90%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px;border:1px solid #868686;margin-top:30px;position:relative}.welcomeMain .user_profile .section .container_address .conte_address{display:flex;justify-content:start;align-items:center;flex-direction:column;width:100%;gap:20px;padding:0 15px}.welcomeMain .user_profile .section .container_address .conte_address .address{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;border:1px solid #868686;padding:6px;border-radius:8px;gap:10px}.welcomeMain .user_profile .section .container_address .conte_address .address .info{display:flex;justify-content:start;align-items:start;flex-direction:column;color:#003869}.welcomeMain .user_profile .section .container_address .conte_address .address .info .title{display:flex;justify-content:center;align-items:center;gap:5px}.welcomeMain .user_profile .section .container_address .conte_address .address .info .title p{margin:0;padding:0;font-weight:700}.welcomeMain .user_profile .section .container_address .conte_address .address .info .title .predetermined{cursor:pointer;letter-spacing:.2px}.welcomeMain .user_profile .section .container_address .conte_address .address .info .barrio{color:#000}.welcomeMain .user_profile .section .container_address .conte_address .address .info .text{color:#757575;font-size:14px;margin:0;padding:0}.welcomeMain .user_profile .section .container_address .conte_address .address .conte_btn{display:flex;justify-content:center;align-items:center;gap:7px}.welcomeMain .user_profile .section .container_address .conte_address .address .conte_btn button{border-radius:10px;border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;font-size:14px;width:80px;color:#fff}.welcomeMain .user_profile .section .container_address .conte_address .address .conte_btn button:active{transform:scale(1.05)}.welcomeMain .user_profile .section .container_address .conte_address .address .conte_btn .edit{background-color:#003869;border:1px solid #003869}.welcomeMain .user_profile .section .container_address .conte_address .address .conte_btn .delete{background-color:#f61717;border:1px solid #F61717}.welcomeMain .user_profile .section .container_address .conte_address img{height:300px}.welcomeMain .user_profile .section .container_address .conte_add_address{display:flex;justify-content:space-between;align-items:center;width:100%;border-top:1px solid #868686;padding:15px;color:#003869;flex-wrap:wrap}.welcomeMain .user_profile .section .container_address .conte_add_address .add_address{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;background-color:#003869;color:#fff;font-size:14px;width:160px;border-radius:5px}.welcomeMain .user_profile .section .container_address .conte_add_address button:disabled{background-color:#b0c4d9;color:#fff;cursor:not-allowed;opacity:.7;border:none}.welcomeMain .user_profile .section .container_address .conte_add_address .add_address:active{transform:scale(1.05)}.welcomeMain .user_profile .section .container_address .conte_formulario{padding:20px;background-color:#fff;border:1px solid #868686;border-radius:7px;top:140%;left:50%;transform:translate(-50%,-50%);position:absolute;border:1px solid black}.welcomeMain .user_profile .section .container_address .conte_formulario form{display:flex;justify-content:start;align-items:center;flex-direction:column;width:100%;gap:25px}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_info{display:flex;justify-content:center;align-items:center;width:100%;gap:20px;flex-wrap:wrap}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_info .conte_input{display:flex;justify-content:start;align-items:start;flex-direction:column;gap:2px;color:#003869;position:relative}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_info .conte_input input,.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_info .conte_input select{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:4px;width:150px;color:#757575;height:35px}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_info .conte_input .error{position:absolute;top:114%;left:50%;transform:translate(-50%,-50%);width:100%;font-size:12px;color:#f61717;text-align:center}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_area{width:100%}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_area textarea{width:100%;border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:5px;font-size:14px;color:#757575;position:relative}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_area .error{position:absolute;top:105%;left:50%;transform:translate(-50%,-50%);width:100%;font-size:12px;color:#f61717;text-align:center}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_btn{display:flex;justify-content:center;align-items:center;width:100%;gap:10px;flex-wrap:wrap}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_btn button{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;width:120px;border-radius:5px;color:#fff}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_btn .save{background-color:#003869}.welcomeMain .user_profile .section .container_address .conte_formulario form .conte_btn .cancel{background-color:#f61717;border:1px solid #F61717}.welcomeMain .user_profile .section .security{display:flex;justify-content:center;align-items:center;flex-direction:column;width:90%;background-color:#fff;padding:15px;box-sizing:border-box;border-radius:7px;gap:15px;border:1px solid #868686;margin-top:30px}.welcomeMain .user_profile .section .security .conte_option{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;border:1px solid #868686;border-radius:7px;padding:8px;gap:10px;box-sizing:border-box;transition:all .3s ease}.welcomeMain .user_profile .section .security .conte_option #flex{display:flex;justify-content:space-between;align-items:center;width:100%}.welcomeMain .user_profile .section .security .conte_option #flex .conte_text{display:flex;justify-content:start;align-items:start;flex-direction:column;color:#003869;width:90%}.welcomeMain .user_profile .section .security .conte_option #flex .conte_text .title{font-weight:700}.welcomeMain .user_profile .section .security .conte_option #flex .conte_text p{font-size:14px;color:#757575}.welcomeMain .user_profile .section .security .conte_option #flex .conte_active{width:10%;display:flex;justify-content:center;align-items:center;text-align:center}.welcomeMain .user_profile .section .security .conte_option #flex .conte_active .rotate{transform:rotate(180deg)}.welcomeMain .user_profile .section .security .conte_option .conteForm{width:100%;display:flex;justify-content:center;align-items:center;position:relative}.welcomeMain .user_profile .section .security .conte_option .conteForm form{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px;margin-bottom:16px}.welcomeMain .user_profile .section .security .conte_option .conteForm form .containerInput{width:100%;display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap}.welcomeMain .user_profile .section .security .conte_option .conteForm form .containerInput .conte_input{display:flex;justify-content:start;align-items:start;flex-direction:column;position:relative;color:#003869}.welcomeMain .user_profile .section .security .conte_option .conteForm form .containerInput .conte_input label{font-size:14px}.welcomeMain .user_profile .section .security .conte_option .conteForm form .containerInput .conte_input input{border:1px solid #868686;outline:none;font-size:16px;border-radius:5px;padding:4px 4px 4px 28px;box-sizing:border-box;color:#757575}.welcomeMain .user_profile .section .security .conte_option .conteForm form .containerInput .conte_input .error{top:112%;left:50%;transform:translate(-50%,-50%);position:absolute;width:100%;text-align:center;color:#f61717;font-size:12px}.welcomeMain .user_profile .section .security .conte_option .conteForm form .containerInput .conte_input .ico,.welcomeMain .user_profile .section .security .conte_option .conteForm form .containerInput .conte_input .eye{position:absolute;top:67%;transform:translate(-50%,-50%)}.welcomeMain .user_profile .section .security .conte_option .conteForm form .containerInput .conte_input .eye{right:0}.welcomeMain .user_profile .section .security .conte_option .conteForm form .containerInput .conte_input .ico{left:8%}.welcomeMain .user_profile .section .security .conte_option .conteForm form button{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:5px;width:200PX;background-color:#003869;color:#fff}.welcomeMain .user_profile .section .security .conte_option .conteForm form button:hover{background-color:#015198}.welcomeMain .user_profile .section .security .conte_option .conteForm form button:active{transform:scale(1.05)}.welcomeMain .user_profile .section .security .conte_option .conteForm #alertpassword{position:absolute;top:99%;left:50%;transform:translate(-50%,-50%);width:100%;font-size:13px;text-align:center}.welcomeMain .user_profile .section .security .conte_option .contebank{display:flex;justify-content:space-around;align-items:start;width:100%;flex-wrap:wrap;gap:15px}.welcomeMain .user_profile .section .security .conte_option .contebank .accounts{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}.welcomeMain .user_profile .section .security .conte_option .contebank .accounts h5{color:#003869;text-align:center;width:100%}.welcomeMain .user_profile .section .security .conte_option .contebank .accounts .conte_account{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.welcomeMain .user_profile .section .security .conte_option .contebank .accounts .conte_account .name,.welcomeMain .user_profile .section .security .conte_option .contebank .accounts .conte_account .number{color:#262626;font-size:14px}.welcomeMain .user_profile .section .security .conte_option .contebank .accounts .conte_btn{display:flex;justify-content:center;align-items:center;gap:6px}.welcomeMain .user_profile .section .security .conte_option .contebank .accounts .conte_btn button{font-size:13px;cursor:pointer}.welcomeMain .user_profile .section .security .conte_option .contebank form{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px}.welcomeMain .user_profile .section .security .conte_option .contebank form h5{color:#003869}.welcomeMain .user_profile .section .security .conte_option .contebank form .container_input{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:14px}.welcomeMain .user_profile .section .security .conte_option .contebank form .container_input .conte_input{position:relative}.welcomeMain .user_profile .section .security .conte_option .contebank form .container_input .conte_input select,.welcomeMain .user_profile .section .security .conte_option .contebank form .container_input .conte_input input{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:4px;width:180px;height:30px;font-size:14px;color:#757575}.welcomeMain .user_profile .section .security .conte_option .contebank form .container_input .conte_input select:disabled,.welcomeMain .user_profile .section .security .conte_option .contebank form .container_input .conte_input input:disabled{cursor:no-drop}.welcomeMain .user_profile .section .security .conte_option .contebank form .container_input .conte_input .error{top:118%;left:50%;transform:translate(-50%,-50%);position:absolute;text-align:center;width:100%;color:#f61717;font-size:11px}.welcomeMain .user_profile .section .security .conte_option .contebank form button{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:5px;width:180px;height:30px;font-size:14px;background-color:#003869;color:#fff;margin-top:4px}.welcomeMain .user_profile .section .security .conte_option .contebank form button:hover{background-color:#035298}.welcomeMain .user_profile .section .security .conte_option .contebank form button:disabled{background-color:#0766ba82;cursor:no-drop}.welcomeMain .user_profile .section .security .conte_option .contebank form button:active{transform:scale(1.05)}.welcomeMain .user_profile .section .conte_menu_link{width:100%;height:100%;display:flex;justify-content:start;align-items:start;flex-direction:column}.welcomeMain .user_profile .section .conte_menu_link section.scroll{height:86vh;overflow:auto;width:100%}.welcomeMain .user_profile .section .conte_menu_link .conte_link{background-color:#fff;width:100%;padding:7px;box-sizing:border-box;gap:20px;height:47px;position:fixed;z-index:8}.welcomeMain .user_profile .section .conte_menu_link .conte_link .link{display:flex;justify-content:space-around;align-items:start;width:70%;gap:14px}.welcomeMain .user_profile .section .conte_menu_link .conte_link .link a{text-decoration:none;color:#003869}.welcomeMain .user_profile .section .conte_menu_link .conte_link .link .active{text-decoration:underline;font-weight:700}.welcomeMain .user_profile .section .conte_menu_link .business{width:100%;height:100%;display:flex;justify-content:center;align-items:start;padding-top:40px;box-sizing:border-box;position:relative;margin-top:40px}.welcomeMain .user_profile .section .conte_menu_link .business form{width:90%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:20px;height:80%}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info{width:90%;display:flex;justify-content:space-between;align-items:start;flex-wrap:wrap}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_img{display:flex;justify-content:start;align-items:start;gap:10px;flex-wrap:wrap}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_img .img{height:130px;width:130px;border:1px solid #868686;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background-color:#fff}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_img .img img{height:90%;width:90%;border-radius:50%}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_img .img i{position:absolute;top:90%;left:90%;transform:translate(-50%,-50%);color:#003869;cursor:pointer}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_img .conte_name{display:flex;justify-content:start;align-items:start;flex-direction:column;color:#003869}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_img .conte_name h5{margin:0;font-weight:600}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_follows{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_follows .numbers{display:flex;justify-content:start;align-items:start;gap:8px;color:#003869}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_follows .numbers .follows{display:flex;justify-content:center;align-items:center;flex-direction:column}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_follows .numbers .follows span{font-size:14px}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_follows .numbers .follows p{font-size:14px;margin:0}.welcomeMain .user_profile .section .conte_menu_link .business form .conte_info .conte_follows a{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:8px;width:100%;text-align:center;text-decoration:none;background-color:#003869;color:#fff}.welcomeMain .user_profile .section .conte_menu_link .business form .container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:90%;gap:27px}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_inputs{display:flex;justify-content:space-around;align-items:center}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_textarea{display:flex;justify-content:center;align-items:center}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_inputs,.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_textarea{width:100%;gap:20px;flex-wrap:wrap}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_inputs .conte_input,.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_textarea .conte_input{position:relative;width:25%;min-width:200px;display:flex;justify-content:start;align-items:start;flex-direction:column}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_inputs .conte_input input,.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_textarea .conte_input input{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:4px;width:100%;height:38px;background-color:#fff}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_inputs .conte_input label,.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_textarea .conte_input label{color:#003869}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_inputs .conte_input .error,.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_textarea .conte_input .error{position:absolute;top:118%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center;font-size:12px;color:#f61717}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_inputs .conte_textarea,.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_textarea .conte_textarea{position:relative;display:flex;justify-content:start;align-items:center;width:100%;flex-direction:column}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_inputs .conte_textarea label,.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_textarea .conte_textarea label{text-align:start;width:92%;color:#003869}.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_inputs .conte_textarea textarea,.welcomeMain .user_profile .section .conte_menu_link .business form .container .container_textarea .conte_textarea textarea{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:4px;width:93%;background-color:#fff;resize:none;font-size:14px}.welcomeMain .user_profile .section .conte_menu_link .business form button{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:5px;width:200px;background-color:#003869;color:#fff;font-weight:700}.welcomeMain .user_profile .section .conte_menu_link .business .success{position:absolute;top:10%;left:50%;transform:translate(-50%,-50%);text-align:center}.welcomeMain .user_profile .section .conte_menu_link .business .success .colunm{background-color:#28a745;padding:6px;box-sizing:border-box;border-radius:8px;color:#fff}.welcomeMain .user_profile .section .conte_menu_link .business .success .colunm h6{font-weight:700}.welcomeMain .user_profile .section .conte_menu_link .business .success .colunm p{margin:0}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen{display:flex;justify-content:"center";align-items:center;flex-direction:column;width:100%;padding:25px 10px;gap:30px;margin-top:40px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload{display:flex;justify-content:space-around;align-items:center;gap:5px;width:100%;position:relative;flex-wrap:wrap}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload a{text-decoration:none;color:#fff;padding:7px;background-color:#003869;border-radius:7px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload a i{color:#28a745;font-size:22px;background-color:#fff;border-radius:8px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload a:active{transform:scale(1.05)}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .filter{display:flex;justify-content:"center";align-items:center;flex-direction:column;padding:8px;box-sizing:border-box;border-radius:7px;color:#003869;gap:14px;border:1px solid #c7c7c7;background-color:#fff}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .filter .title{display:flex;justify-content:space-between;align-items:center;width:100%;gap:4px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .filter .title span{font-size:14px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .filter .conte_date{display:flex;justify-content:center;align-items:center;gap:14px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .filter .conte_date .date{display:flex;justify-content:center;align-items:center;gap:10px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .filter .conte_date .date span{font-size:14px;font-weight:700}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .filter .conte_date .date input{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:6px;font-size:14px;color:#757575}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .select select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:8px;padding:8px 36px 8px 12px;font-size:14px;color:#1e293b;font-weight:500;cursor:pointer;outline:none;transition:all .2s ease;width:160px;background-image:url("data:image/svg+xml;utf8,<svg fill='%231e293b' height='18' viewBox='0 0 20 20' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M5.25 7.5L10 12.25L14.75 7.5H5.25Z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .select select:hover{border-color:#3b82f6;box-shadow:0 0 4px #3b82f633}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .select select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb40}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute{background-color:#0000002d}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute .loader{width:fit-content;height:fit-content;display:flex;align-items:center;justify-content:center;padding:10px;box-sizing:border-box;border-radius:7px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute .truckWrapper{width:200px;height:100px;display:flex;flex-direction:column;position:relative;align-items:center;justify-content:flex-end;overflow-x:hidden}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute .truckBody{width:130px;height:fit-content;margin-bottom:6px;animation:motion 1s linear infinite}@keyframes motion{0%{transform:translateY(0)}50%{transform:translateY(3px)}to{transform:translateY(0)}}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute .truckTires{width:130px;height:fit-content;display:flex;align-items:center;justify-content:space-between;padding:0 10px 0 15px;position:absolute;bottom:0}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute .truckTires svg{width:24px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute .road{width:100%;height:1.5px;background-color:#282828;position:relative;bottom:0;align-self:flex-end;border-radius:3px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute .road:before{content:"";position:absolute;width:20px;height:100%;background-color:#282828;right:-50%;border-radius:3px;animation:roadAnimation 1.4s linear infinite;border-left:10px solid white}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute .road:after{content:"";position:absolute;width:10px;height:100%;background-color:#282828;right:-65%;border-radius:3px;animation:roadAnimation 1.4s linear infinite;border-left:4px solid white}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_filter_donwload .absolute .lampPost{position:absolute;bottom:0;right:-90%;height:90px;animation:roadAnimation 1.4s linear infinite}@keyframes roadAnimation{0%{transform:translate(0)}to{transform:translate(-350px)}}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_card{display:flex;justify-content:space-around;align-items:center;width:100%;flex-wrap:wrap;gap:10px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_card .card{width:200px;padding:12px;box-sizing:border-box;color:#003869}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_card .card p{margin:0;color:#d68a00;font-size:18px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .conte_card .card p span{font-size:20px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container{display:flex;justify-content:"center";align-items:center;flex-wrap:wrap;width:100%}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container .conte_listproduct{background-color:#fff;width:40%;min-width:440px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container .conte_listproduct h5{color:#000}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container .conte_listproduct .anality{display:flex;justify-content:center;align-items:center;gap:5px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container .conte_listproduct .anality .grafica .circule{height:120px;width:120px;border-radius:50%;border:1px solid #cecece}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container .conte_listproduct .anality .products{display:flex;justify-content:start;align-items:start;flex-direction:column;gap:7px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container .conte_listproduct .anality .products span i{font-size:10px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container #grafica{background-color:#fff;padding:10px}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container #grafica .barra span{position:relative}.welcomeMain .user_profile .section .conte_menu_link .conte_resumen .container #grafica .barra span .line-absolute{position:absolute;top:0%;left:386%;transform:translate(-50%,-50%);height:.8px;width:550%;background-color:#aeaeae}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones{display:flex;justify-content:center;align-items:start;margin-top:43px;flex-direction:column;width:100%;padding:35px 10px;gap:40px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter{width:100%;display:flex;justify-content:space-between;align-items:center}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter .flex{display:flex;justify-content:start;align-items:center;gap:40px;width:70%}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter .flex .conte_input{width:44%}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter .flex .conte_input input{border:1px solid #868686;padding:4px 34px 4px 4px;outline:none;font-size:16px;border-radius:7px;background-color:#fff;font-size:14px;height:38px;width:100%;min-width:200px;box-sizing:border-box}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter .flex .conte_input i{top:50%;left:94%;transform:translate(-50%,-50%);color:#003869}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter .flex .conte_date{display:flex;justify-content:center;align-items:center;gap:20px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter .flex .conte_date .date{display:flex;justify-content:center;align-items:center;gap:10px;color:#003869}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter .flex .conte_date .date span{font-size:14px;font-weight:700}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter .flex .conte_date .date input{font-size:14px;border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:6px;background-color:#fff}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .filter .result{color:#d68a00;font-size:20px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .conte_title{display:flex;justify-content:space-between;align-items:center;width:100%}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .conte_title .title{display:flex;justify-content:space-between;align-items:center;gap:8px;width:84%;background-color:#fff;padding:10px;box-sizing:border-box;color:#003869}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .conte_title a{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:6px;background-color:#003869;color:#fff;text-decoration:none;height:40px;text-align:center;display:flex;justify-content:center;align-items:center;gap:6px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .conte_title a i{font-size:18px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%;gap:17px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .date{color:#2a2a2a}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product{width:100%;padding:10px 40px 10px 10px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:10px;color:#003869}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_img{border:1px solid #b3b3b3;height:140px;width:140px;display:flex;justify-content:center;align-items:center;border-radius:8px;padding:10px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_img img{max-height:95%;max-width:95%}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_info{height:140px;display:flex;justify-content:start;align-items:start;flex-direction:column;gap:7px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_info .codigo{font-size:14px;color:#757575}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_info h6{text-transform:uppercase;width:400px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_info .count{color:#d68a00;font-size:16px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_price{display:flex;justify-content:center;align-items:center;flex-direction:column}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_price .descuento{font-size:14px;text-decoration:line-through}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_price .price{color:#d68a00;font-size:18px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_menu{position:relative}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_menu .menu_action{top:-140%;left:-100%;transform:translate(-50%,-50%);position:absolute;background-color:#fff;padding:8px;box-sizing:border-box;border:1px solid #c2c2c2;border-radius:8px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_menu .menu_action a{text-decoration:none}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_menu .menu_action a i{font-size:10}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_menu .menu_action a:nth-child(2){color:#00897b}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_menu .menu_action span i{font-size:12px}.welcomeMain .user_profile .section .conte_menu_link .conte_publicaciones .container_product .conte_product .product .conte_menu .menu_action span:hover{transform:scale(1.05)}.welcomeMain .user_profile .section .configuration{background:linear-gradient(180deg,#fafafa,#f3f4f6);border-radius:12px}.welcomeMain .user_profile .section .configuration .btn-save{background:linear-gradient(180deg,#00733b,#005c30);color:#fff;font-weight:600;border:none;border-radius:8px;padding:.6rem 1.2rem;box-shadow:0 3px 6px #0003;transition:all .25s ease;text-align:center;width:fit-content;margin-top:.5rem}.welcomeMain .user_profile .section .configuration .btn-save:hover{background:linear-gradient(180deg,#00994a,#00733b);box-shadow:0 5px 10px #00000040;transform:scale(1.03)}.welcomeMain .user_profile .section .configuration .btn-save:active{transform:translateY(2px);box-shadow:inset 0 3px 5px #0000004d}.welcomeMain .user_profile .section .configuration .input{border:1px solid #d1d5db;border-radius:8px;padding:.5rem .75rem;font-size:.95rem;transition:all .2s ease;width:100%}.welcomeMain .user_profile .section .configuration .flex small{top:116%;left:50%;transform:translate(-50%,-50%);text-align:center;font-size:12px}.welcomeMain .user_profile .section .configuration .input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb40;background-color:#f9fbff}.welcomeMain .user_profile .section .configuration form{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 3px 8px #0000000d;transition:all .3s ease}.welcomeMain .user_profile .section .configuration .configuration form:hover{box-shadow:0 4px 12px #0000001a}.welcomeMain .user_profile .section .configuration h4{font-size:1.15rem;font-weight:700;display:flex;align-items:center;gap:.5rem;color:#003869;border-bottom:2px solid rgba(0,56,105,.2);padding-bottom:.3rem;margin-bottom:1rem}.welcomeMain .user_profile .section .configuration input[type=file]{cursor:pointer;background-color:#f9fafb}.welcomeMain .user_profile .section .configuration p.text-gray-600{color:#4b5563}.welcomeMain .user_profile .section .configuration .success{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.welcomeMain .user_profile .absolute{top:50%;left:50%;transform:translate(-50%,-50%)}.welcomeMain .user_profile .absolute .loader{font-size:30px;display:flex;gap:10px}.welcomeMain .user_profile .absolute .loader span{display:flex;align-items:center;text-transform:capitalize;justify-content:center;font-family:sans-serif;font-weight:700;color:#003869;background-color:#dbd5f3;border-radius:8px;min-width:40px;animation:peek 1s both infinite;animation-delay:var(--d)}@keyframes peek{25%{transform:rotateX(30deg) rotate(-13deg)}50%{transform:translateY(-22px) rotate(3deg) scale(1.1);color:#6a45ed}}.welcomeMain .myBuys{margin-top:150px;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:28px}.welcomeMain .myBuys .conteFilter{display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px 0}.welcomeMain .myBuys .conteFilter .filters{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.welcomeMain .myBuys .conteFilter .filters form{position:relative;padding:10px 0}.welcomeMain .myBuys .conteFilter .filters form input{border:1px solid #868686;box-sizing:border-box;outline:none;font-size:16px;border-radius:6px;background-color:#fff;font-size:14px;height:35px;width:300px;padding:0 27px 0 4px}.welcomeMain .myBuys .conteFilter .filters form span{top:50%;left:95%;transform:translate(-50%,-50%);position:absolute;color:gray;font-size:21px}.welcomeMain .myBuys .conteFilter .filters .conte_date{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.welcomeMain .myBuys .conteFilter .filters .conte_date .date span{color:#2a2a2a}.welcomeMain .myBuys .conteFilter .filters .conte_date .date input{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;border-radius:5px;font-size:16px;background-color:#fff}.welcomeMain .myBuys .conteFilter .filters .conte_delete{cursor:pointer}.welcomeMain .myBuys .conteFilter .filters .conte_delete i,.welcomeMain .myBuys .conteFilter .filters .conte_delete p{font-size:14px}.welcomeMain .myBuys .conteFilter .filters .conte_delete:hover{transform:scale(1.05)}.welcomeMain .myBuys .conteFilter span{color:#d68a00}.welcomeMain .myBuys .conte_title{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px;background-color:#fff}.welcomeMain .myBuys .conte_title span{color:#003869;font-size:16px}.welcomeMain .myBuys .container_product{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%;gap:17px}.welcomeMain .myBuys .container_product .conte_product{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%}.welcomeMain .myBuys .container_product .conte_product .date{color:#2a2a2a}.welcomeMain .myBuys .container_product .conte_product #flex{margin-bottom:5px;gap:5px}.welcomeMain .myBuys .container_product .conte_product #flex .btn-success{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:4px;color:#fff;background-color:#28a745}.welcomeMain .myBuys .container_product .conte_product #flex .btn-success:hover{transform:scale(1.05)}.welcomeMain .myBuys .container_product .conte_product .product{width:100%;padding:10px 40px 10px 10px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:10px;color:#003869;flex-wrap:wrap;height:260px}.welcomeMain .myBuys .container_product .conte_product .product .conte_img{border:1px solid #b3b3b3;height:140px;display:flex;justify-content:center;align-items:center;border-radius:8px;padding:10px;width:130px}.welcomeMain .myBuys .container_product .conte_product .product .conte_info{height:140px;display:flex;justify-content:start;align-items:start;flex-direction:column;gap:7px}.welcomeMain .myBuys .container_product .conte_product .product .conte_info .codigo{font-size:14px;color:#757575}.welcomeMain .myBuys .container_product .conte_product .product .conte_info h6{text-transform:uppercase;width:100%}.welcomeMain .myBuys .container_product .conte_product .product .conte_info .count{color:#d68a00;font-size:16px}.welcomeMain .myBuys .container_product .conte_product .product .conte_price{display:flex;justify-content:center;align-items:center;flex-direction:column}.welcomeMain .myBuys .container_product .conte_product .product .conte_price .price{color:#d68a00;font-size:16px}.welcomeMain .myBuys .container_product .conte_product .product .conte_active{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:4px}.welcomeMain .myBuys .container_product .conte_product .product .conte_active button{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;font-size:16px;border-radius:4px;width:150px;color:#fff}.welcomeMain .myBuys .container_product .conte_product .product .conte_active .btn-cancel{background-color:#f61717;border:1px solid #F61717}.welcomeMain .myBuys .container_product .conte_product .product .conte_active .btn-success{background-color:#003869}.welcomeMain .myBuys .container_product .conte_product .product .conte_menu{position:relative}.welcomeMain .myBuys .container_product .conte_product .product .conte_menu .menu_action{top:-140%;left:-100%;transform:translate(-50%,-50%);position:absolute;background-color:#fff;padding:8px;box-sizing:border-box;border:1px solid #c2c2c2;border-radius:8px}.welcomeMain .myBuys .container_product .conte_product .product .conte_menu .menu_action a{text-decoration:none}.welcomeMain .myBuys .container_product .conte_product .product .conte_menu .menu_action a i{font-size:10}.welcomeMain .myBuys .container_product .conte_product .product .conte_menu .menu_action a:nth-child(2){color:#e53935}.welcomeMain .myBuys .container_product .conte_product .product .conte_menu .menu_action span i{font-size:12px}.welcomeMain .myBuys .container_product .conte_product .product .conte_menu .menu_action span:hover{transform:scale(1.05)}.welcomeMain .profileBusiness{margin-top:180px;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:22px}.welcomeMain .profileBusiness .profile{background-color:#fff;padding:20px;box-sizing:border-box;width:98%;border:1px solid #ccc;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 7px #c9c9c9;border-radius:7px;gap:20px}.welcomeMain .profileBusiness .profile .info{display:flex;justify-content:start;align-items:start;gap:20px}.welcomeMain .profileBusiness .profile .info .conte_logo{height:140px;width:140px;min-height:140px;min-width:140px;border-radius:50%;border:1px solid #b3b3b3;display:flex;justify-content:center;align-items:center}.welcomeMain .profileBusiness .profile .info .conte_logo .logo{height:96%;width:96%;border-radius:50%}.welcomeMain .profileBusiness .profile .info .information{display:flex;justify-content:start;align-items:start;flex-direction:column;width:100%}.welcomeMain .profileBusiness .profile .info .information .title h3{color:#033e6b}.welcomeMain .profileBusiness .profile .conteviewers{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:5px}.welcomeMain .profileBusiness .profile .conteviewers .numbers{display:flex;justify-content:center;align-items:center;gap:10px}.welcomeMain .profileBusiness .profile .conteviewers .numbers div{display:flex;justify-content:center;align-items:center;flex-direction:column}.welcomeMain .profileBusiness .profile .conteviewers .numbers div span{font-weight:700}.welcomeMain .profileBusiness .profile .conteviewers .numbers div p{margin:0}.welcomeMain .profileBusiness .profile .conteviewers .buttons{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:6px;width:100%}.welcomeMain .profileBusiness .profile .conteviewers .buttons button,.welcomeMain .profileBusiness .profile .conteviewers .buttons a{width:100%;border:1px solid #015198;border-radius:5px;height:32px;box-shadow:0 1px 4px #001628;display:flex;justify-content:center;align-items:center;gap:4px;text-decoration:none}.welcomeMain .profileBusiness .profile .conteviewers .buttons .btn-follow{background-color:#015198;color:#fff}.welcomeMain .profileBusiness .profile .conteviewers .buttons .btn-message{background-color:#fff;color:#015198}.welcomeMain .profileBusiness .profile .conteviewers .buttons button:hover,.welcomeMain .profileBusiness .profile .conteviewers .buttons a:hover{transform:scale(1.05);box-shadow:0 1px 4px transparent}.welcomeMain .profileBusiness .filters{width:98%;display:flex;justify-content:space-between;align-items:center;background-color:#e8e8e8;padding:14px;box-sizing:border-box;border:1px solid #bebebe;border-radius:7px}.welcomeMain .profileBusiness .filters .flex{gap:20px;align-items:center}.welcomeMain .profileBusiness .filters .flex .conteSearch input{border:1px solid #868686;padding:4px;box-sizing:border-box;outline:none;background-color:#fff;font-size:16px;width:270px;height:36px;border-radius:7px}.welcomeMain .profileBusiness .filters .flex .morefilter{padding:5px;box-sizing:border-box;background-color:#fff;border-radius:7px;cursor:pointer}.welcomeMain .profileBusiness .filters .flex .morefilter span{-webkit-user-select:none;user-select:none}.welcomeMain .profileBusiness .filters .flex .morefilter:hover span,.welcomeMain .profileBusiness .filters .flex .morefilter:hover i{color:#015198}.welcomeMain .profileBusiness .filters .count{color:#d68a00;font-size:18px}.welcomeMain .profileBusiness .cardFilter{position:fixed;top:10rem;right:1rem;width:320px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;padding:1rem;z-index:50;display:flex;flex-direction:column;gap:1rem}.welcomeMain .profileBusiness .cardFilter .flex{display:flex;justify-content:space-between;align-items:center}.welcomeMain .profileBusiness .cardFilter .flex h4{font-size:1rem;font-weight:600;color:#333}.welcomeMain .profileBusiness .cardFilter .flex i{font-size:1.2rem;cursor:pointer;transition:color .2s ease}.welcomeMain .profileBusiness .cardFilter .flex i:hover{color:#e63946}.welcomeMain .profileBusiness .cardFilter .brand h5,.welcomeMain .profileBusiness .cardFilter .categories h5,.welcomeMain .profileBusiness .cardFilter .price h5,.welcomeMain .profileBusiness .cardFilter .free h5{font-size:.9rem;font-weight:600;margin-bottom:.5rem;color:#444}.welcomeMain .profileBusiness .cardFilter .brand,.welcomeMain .profileBusiness .cardFilter .categories{display:flex;flex-direction:column;gap:.4rem}.welcomeMain .profileBusiness .cardFilter .brand span,.welcomeMain .profileBusiness .cardFilter .brand li,.welcomeMain .profileBusiness .cardFilter .categories span,.welcomeMain .profileBusiness .cardFilter .categories li{font-size:.85rem;padding:.4rem .6rem;border-radius:6px;cursor:pointer;transition:all .2s ease}.welcomeMain .profileBusiness .cardFilter .brand span.selected,.welcomeMain .profileBusiness .cardFilter .brand li.selected,.welcomeMain .profileBusiness .cardFilter .categories span.selected,.welcomeMain .profileBusiness .cardFilter .categories li.selected{background:#f2f2f2;font-weight:600;color:#0077b6}.welcomeMain .profileBusiness .cardFilter .brand span:hover,.welcomeMain .profileBusiness .cardFilter .brand li:hover,.welcomeMain .profileBusiness .cardFilter .categories span:hover,.welcomeMain .profileBusiness .cardFilter .categories li:hover{background:#f9f9f9}.welcomeMain .profileBusiness .cardFilter .brand ul,.welcomeMain .profileBusiness .cardFilter .categories ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.3rem}.welcomeMain .profileBusiness .cardFilter .price{display:flex;justify-content:center;align-items:center;gap:.5rem}.welcomeMain .profileBusiness .cardFilter .price input{padding:.4rem;border:1px solid #ddd;width:100px;border-radius:6px;font-size:.85rem;outline:none;transition:border .2s ease}.welcomeMain .profileBusiness .cardFilter .price input:focus{border-color:#0077b6}.welcomeMain .profileBusiness .cardFilter .free{display:flex;align-items:center;gap:.5rem}.welcomeMain .profileBusiness .cardFilter .free input[type=checkbox]{width:16px;height:16px;cursor:pointer}@media (max-width: 768px){.welcomeMain .profileBusiness .cardFilter{position:absolute;width:100%;min-width:300px;left:0;right:0;top:145px;border-radius:0;height:100vh;overflow-y:auto}.welcomeMain .profileBusiness .cardFilter .flex h4{font-size:1.2rem}.welcomeMain .profileBusiness .cardFilter .flex i{font-size:1.5rem}}@media (max-width: 1000px){.welcomeMain .profileBusiness .profile{flex-wrap:wrap}.welcomeMain .profileBusiness .profile .info .information .text{padding:4px;box-sizing:border-box;height:90px;overflow:scroll;border:1px solid #d0d0d0}.welcomeMain .profileBusiness .profile .info .information .text p{margin:0}.welcomeMain .profileBusiness .profile .conteviewers{width:100%}}@media (max-width: 768px){.welcomeMain .profileBusiness .profile{min-width:300px}.welcomeMain .profileBusiness .profile .info .conte_logo{height:90px;width:90px;min-height:90px;min-width:90px}.welcomeMain .profileBusiness .profile .info .information .title h3{font-size:20px}.welcomeMain .profileBusiness .profile .info .information .text p{font-size:12px}.welcomeMain .profileBusiness .profile .conteviewers .numbers div span,.welcomeMain .profileBusiness .profile .conteviewers .numbers div p,.welcomeMain .profileBusiness .profile .conteviewers .buttons a,.welcomeMain .profileBusiness .profile .conteviewers .buttons button{font-size:14px}.welcomeMain .profileBusiness .filters .flex{width:100%;display:flex;justify-content:space-between;align-items:center}.welcomeMain .profileBusiness .filters .flex .conteSearch input{width:200px;font-size:14px}.welcomeMain .profileBusiness .filters .flex .morefilter i{font-size:16px}.welcomeMain .profileBusiness .filters .flex .morefilter span{font-size:14px}.welcomeMain .profileBusiness .filters .count{display:none}}@media (max-width: 600px){.welcomeMain .profileBusiness .profile .info .information .text{display:none}.welcomeMain .profileBusiness .filters .flex .conteSearch input{width:140px;height:30px;font-size:13px}.welcomeMain .profileBusiness .filters .flex .morefilter{padding:2px}.welcomeMain .profileBusiness .filters .flex .morefilter span{font-size:13px}.welcomeMain .profileBusiness .filters .flex .morefilter i{font-size:12px}}.welcomeMain .footer{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;padding:50px 20px 20px;box-sizing:border-box;background-color:#003869;color:#fff;gap:70px}.welcomeMain .footer .conte_info{display:flex;justify-content:space-around;align-items:start;flex-wrap:wrap;gap:12px;width:100%}.welcomeMain .footer .conte_info .conte_seccion{display:flex;justify-content:start;align-items:start;flex-direction:column;gap:10px}.welcomeMain .footer .conte_info .conte_seccion a{color:#fff;text-decoration:none;font-weight:100;font-family:#757575;font-size:14px}.welcomeMain .footer .conte_info .conte_seccion .option:hover{transform:scale(1.1)}.welcomeMain .footer .conte_info .conte_seccion .options{display:flex;justify-content:start;align-items:start;flex-direction:column;gap:10px}.welcomeMain .footer .conte_info .conte_seccion .options .option{display:flex;justify-content:center;align-items:center;gap:5px}.welcomeMain .footer .conte_info .conte_seccion .options .option i{font-size:22px}.welcomeMain .footer .copy_right{font-size:14px;font-family:Arial,Helvetica,sans-serif;font-weight:100}
