.popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:99}.popup-content{background-color:#fff;padding:2rem;width:27%;height:-webkit-max-content;height:-moz-max-content;height:max-content;border-radius:5px;min-height:225px;min-width:300px}.popup-content h2,.popup-content h3{font-family:Quicksand-Medium;font-weight:500;font-size:clamp(1.8rem,.447vw + .741rem,1.6rem);color:#000;text-align:center}.textoPopUp{width:180px;display:flex;justify-content:center;align-items:center;margin-right:10px}.textoPopUp .tituloPopUp{margin-right:10px;font-family:Quicksand-Medium;font-weight:500;font-size:clamp(1.2rem,.447vw + .741rem,1.6rem);color:#343434;max-width:100px}.popup-wrapper{display:flex;flex-direction:column;justify-content:space-between}.popup-wrapper .popup-botones{display:flex;margin-top:15px}.popup-wrapper .popup-botones .popup-cerrar,.popup-wrapper .popup-botones .popup-guardar{cursor:pointer;background:#cecece;border-radius:5px;padding:1rem;font-family:Quicksand-Medium;font-weight:500;font-size:clamp(1.2rem,.447vw + .741rem,1.6rem);color:#343434}.popup-wrapper .popup-botones .popup-cerrar{margin-left:20px}.popup-wrapper .popup-input input{border:2px solid #e3e4e6;border-radius:6px;padding:5px}.postalCodeInput{margin-right:5px;font-size:clamp(1.6rem,.447vw + .741rem,1.6rem)}.popup-editar,.postalCodeInput{font-family:Quicksand-Medium;font-weight:500;color:#343434}.popup-editar{cursor:pointer;background:#cecece;border-radius:5px;font-size:clamp(1.2rem,.447vw + .741rem,1.6rem);padding:1rem}@media screen and (max-width:1024px){.textoPopUp{width:unset;margin:10px auto}.tituloPopUp{max-width:unset!important}.popup-editar{padding:.6rem}.popup-input{display:flex;flex-direction:column;gap:5px}.popup-botones,.popup-input{justify-content:center}}