.content-popup img,.popup{width:100%}.popup{height:100vh;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);position:fixed;z-index:1000;animation:1s ease-in-out fadeIn}.content-popup{width:65%}.content-popup button{width:100%;border:none;display:flex;padding:5px;justify-content:end;background-color:transparent}.content-popup button i{font-size:25px;color:var(--primario)}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@media(max-width:768px){.content-popup{width:90%}}