.Buscador{display:flex;align-items:center;width:100%;font-family:Arial,Helvetica,sans-serif}.Buscador input{width:90%;height:40px;border-radius:20px 0 0 20px;background:#fff;padding:1px 1px 1px 20px;border:2px solid grey;border-right-width:0;box-sizing:content-box}.Buscador a{text-decoration:none}.Buscador .lupa{font-size:20px;display:none;color:grey;display:flex;justify-content:flex-end;align-items:center;width:25px;height:40px;padding:1px 5px 1px 1px;border-radius:0 20px 20px 0;background:#fff;border:2px solid grey;border-left-width:0;box-sizing:content-box}.Buscador .lupa:hover{background-color:#aaa;color:#fff;cursor:pointer}.Buscador .lupa:active{background-color:#888}.autocomplete button[type=submit]{background-color:#1e90ff;color:#fff}.autocomplete-items{position:absolute;overflow:auto;max-height:80vh;border-bottom:none;border-top:none;z-index:99;top:100%;left:0;right:0}.autocomplete-items div:hover{background-color:#e9e9e9}.autocomplete-active{background-color:#1e90ff!important;color:#fff}.lds-grid{display:inline-block;position:relative;width:64px;height:64px}.lds-grid div{position:absolute;width:13px;height:13px;border-radius:50%;background:#0c51ac;-webkit-animation:lds-grid 1.2s linear infinite;animation:lds-grid 1.2s linear infinite}.lds-grid div:first-child{top:6px;left:6px;-webkit-animation-delay:0s;animation-delay:0s}.lds-grid div:nth-child(2){top:6px;left:26px;-webkit-animation-delay:-.4s;animation-delay:-.4s}.lds-grid div:nth-child(3){top:6px;left:45px;-webkit-animation-delay:-.8s;animation-delay:-.8s}.lds-grid div:nth-child(4){top:26px;left:6px;-webkit-animation-delay:-.4s;animation-delay:-.4s}.lds-grid div:nth-child(5){top:26px;left:26px;-webkit-animation-delay:-.8s;animation-delay:-.8s}.lds-grid div:nth-child(6){top:26px;left:45px;-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.lds-grid div:nth-child(7){top:45px;left:6px;-webkit-animation-delay:-.8s;animation-delay:-.8s}.lds-grid div:nth-child(8){top:45px;left:26px;-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.lds-grid div:nth-child(9){top:45px;left:45px;-webkit-animation-delay:-1.6s;animation-delay:-1.6s}@-webkit-keyframes lds-grid{0%,to{opacity:1}50%{opacity:.5}}@keyframes lds-grid{0%,to{opacity:1}50%{opacity:.5}}.Modal{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;justify-items:center}.Modal__container{position:relative;background-color:#fff;padding:1rem;width:400px}.Modal__close-button{position:absolute;top:0;right:0;border:0;background-color:#f5f5f5;padding:.5rem 1rem}.mensaje-temporal{-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-name:mensajeTemporal;animation-name:mensajeTemporal}@-webkit-keyframes mensajeTemporal{0%{opacity:0}10%{opacity:1}50%{opacity:1}to{opacity:0}}@keyframes mensajeTemporal{0%{opacity:0}10%{opacity:1}50%{opacity:1}to{opacity:0}}