.app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#fff;display:flex;justify-content:center;align-items:center;height:100vh;margin:0;margin-top:100px}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.photo-item img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.mercado-pago{width:30%;border-radius:50%}.content{margin-top:450px}.square-video{width:600px;height:600px;-o-object-fit:contain;object-fit:contain}.titulo{font-weight:700;font-size:xx-large;padding-bottom:30px}@media (max-width:480px){.content{font-size:small;margin-top:100px}.square-video{width:50%;height:auto}.titulo{font-size:x-large}.img{width:80%}}@media (min-width:481px) and (max-width:768px){.content{font-size:medium;margin-top:300px}.square-video{width:80%;height:auto}}body{background-color:#000;color:#fff;margin:0;font-family:Arial,sans-serif}