.cancel{color:#FFF !important;position:absolute;right:10px;top:10px;font-size:18px;font-family:sans-serif;text-decoration:none;z-index:999}.main{width:100%;height:100vh;text-align:center}.main div{width:400px;height:400px;margin:0 auto;text-align:center}.main div button{top:500px;height:30px;margin:0 auto}.fondo-modal{display:none;width:100%;height:100vh;position:fixed;opacity:.9;background:#222;z-index:40000;top:0;left:0;overflow:hidden;animation-name:fadeIn_Container;animation-duration:1s}.modal{display:none;width:450px;margin:0 auto;position:fixed;z-index:40001;animation-name:fadeIn_Modal;animation-duration:.8s;bottom:0px}.content{width:100%;height:auto;padding:10px;padding-bottom:0px}.content imgv{max-width:100%;border-radius:0px;box-shadow:0px 0px 10px #000}@media screen and (max-width:720px){.modal{width:100% !important;margin:0 !important;top:150px;height:auto !important;bottom:auto !important}.modal img{margin:auto;text-align:center}}@keyframes fadeIn_Modal{from{opacity:0}to{opacity:1}}@keyframes fadeIn_Container{from{opacity:0}to{opacity:.9}}.card{text-align:center;padding:30px 30px;background:#fff;box-shadow:0px 2px 20px rgb(0 0 0 / 10%);border-radius:12px}.modal .content{background-image:none !important;background-color:transparent !important}.modal .cancel{color:#8c8c8c !important;right:20px;top:14px}.modal .card a{font-family:'Zilla Slab',serif}