body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/static/media/videogame_background.c1539de1.png);background-repeat:no-repeat;background-attachment:fixed;background-size:cover;min-height:100vh;overflow-x:hidden;font-family:Calibri;top:0}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.container{position:relative;display:inline-block;text-align:center;width:100%;height:100%}.landing-img{width:1920px;height:1080px}.text{position:absolute;top:40%;left:40%;color:#000;width:450px;height:200px;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 0 50px #000;text-shadow:0 0 7px #fff,0 0 10px #fff,0 0 21px #fff,0 0 42px #fff,0 0 82px #fff,0 0 151px #fff}.text h1{margin-top:30px}.btn{margin-top:20px;padding:18px;display:inline-block;color:green;letter-spacing:1px;text-transform:uppercase;text-decoration:none;font-size:18px;overflow:hidden;border-radius:10px;cursor:pointer}.btn:hover{color:#111;background:#39ff14;box-shadow:0 0 50px #39ff14}@media (max-width:1366px){.text{top:36%;left:32%}.landing-img{width:1366px;height:768px}}@media (max-width:1280px){.text{top:40%;left:32%}.landing-img{width:1280px;height:950px}}@media (max-width:1024px){.text{top:40%;left:32%;width:360px;height:180px}.text h1{font-size:26px}.btn{font-size:15px}.landing-img{width:1024px;height:768px}}@media (max-width:800px){.text{top:40%;left:25%;width:360px;height:180px}.text h1{font-size:26px}.btn{font-size:15px}.landing-img{width:800px;height:1024px}}@media (max-width:500px){.landing-img{width:412px;height:770px}.text{top:40%;left:13%;width:300px;height:160px}.text h1{font-size:20px}.btn{font-size:10px}}@media (max-width:400px){.text{top:40%;left:17%;width:245px;height:145px}.text h1{font-size:18px}.btn{font-size:12px}.landing-img{width:400px;height:640px}}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:27px;gap:27px;grid-row-gap:50px;row-gap:50px;margin:auto}.home{padding-bottom:50px}.link-card{text-decoration:none;width:400px;margin-left:90px}.link-card:hover{-webkit-transform:scale(110%);transform:scale(110%)}.reload{margin-bottom:30px}.title h1{color:#fff}@media (max-width:1366px){.cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.link-card{width:350px;height:350px}}@media (max-width:800px){.cards{grid-template-columns:repeat(1,1fr);margin-left:120px}}@media (max-width:500px){.cards{display:block;width:300px;margin:0 0 0 55px}.link-card{width:250px;height:280px}}@media (max-width:400px){.cards{display:block;width:300px;margin:0 0 0 55px}.link-card{width:250px;height:280px}}.card{width:400px;height:auto;background:#17191e;background:linear-gradient(0deg,#17191e,#2a2d3c);border-radius:10px;display:flex;flex-direction:column;align-items:center;transition:.2s ease-in-out;position:relative;color:#fff;padding-top:5%;margin-bottom:30px;box-shadow:0 0 .2rem #fff,0 0 .2rem #fff,0 0 2rem #2bcac6,0 0 .8rem #2bcac6,0 0 2.8rem #2bcac6,inset 0 0 1.3rem #2bcac6}.card:after,.card:before{content:"";position:absolute;left:-2px;top:-2px;background:linear-gradient(45deg,#fb0094,#00f,#0f0,#ff0,red,#fb0094,#00f,#0f0,#ff0,red);background-size:400%;width:calc(100% + 4px);height:calc(100% + 4px);z-index:-1;-webkit-animation:steam 20s linear infinite;animation:steam 20s linear infinite;border-radius:10px}@-webkit-keyframes steam{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}@keyframes steam{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.card:after{-webkit-filter:blur(50px);filter:blur(50px)}.card:hover{box-shadow:none}.cardImg{border-radius:5px;border:1px solid #cccaca;object-fit:cover}.cardGenres:hover,.cardImg:hover,.cardTitle:hover{-webkit-transform:none;transform:none}.cardTitle{font-size:28px}.cardGenres{font-size:18px}@media (max-width:1024px){.card{width:350px;height:350px}.cardImg{width:250px;height:200px}.cardTitle{font-size:20px}.cardGenres{font-size:15px}}@media (max-width:500px){.card{width:300px;height:350px}.cardImg{width:250px;height:200px}.cardTitle{font-size:20px}.cardGenres{font-size:15px}}@media (max-width:400px){.card{width:250px;height:280px}.cardImg{width:200px;height:150px}.cardTitle{font-size:15px}.cardGenres{font-size:10px}}ul{list-style-type:none}.paginado{display:flex;justify-content:center;margin-bottom:30px}.number-btn{padding:20px 15px;height:32px;text-align:center;margin:auto 4px;color:rgba(0,0,0,.87);display:flex;box-sizing:border-box;align-items:center;letter-spacing:.01071em;border-radius:10px;line-height:1.43;min-width:32px;background-color:#fff;cursor:pointer;font-size:30px}.number-btn:hover{opacity:.6;transition:.3s}.number-btn:visited{background-color:#4caf50!important}@media (max-width:500px){.number-btn{padding:15px 10px;font-size:18px}}@media (max-width:400px){.number-btn{padding:15px 10px;font-size:18px}}.filterBar{background:#17191e;background:linear-gradient(0deg,#17191e,#2a2d3c);padding:15px;width:50%;margin:auto auto 30px;box-shadow:0 0 .2rem #fff,0 0 .2rem #fff,0 0 2rem #2bcac6,0 0 .8rem #2bcac6,0 0 2.8rem #2bcac6,inset 0 0 1.3rem #2bcac6}.filterBar,select{border-radius:10px}select{margin-inline:50px;padding:10px;font-size:15px}@media (max-width:1024px){select{font-size:12px}}@media (max-width:400px){select{font-size:10px}}.searchBar{display:inline-flex;grid-column-gap:180px;-webkit-column-gap:180px;column-gap:180px;background:#17191e;background:linear-gradient(0deg,#17191e,#2a2d3c);padding:15px;border-radius:10px;margin:auto auto 50px;box-shadow:0 0 .2rem #fff,0 0 .2rem #fff,0 0 2rem #2bcac6,0 0 .8rem #2bcac6,0 0 2.8rem #2bcac6,inset 0 0 1.3rem #2bcac6}.search{top:0;right:4%}.search input{width:400px}.search button,.search input{padding:10px;border-radius:10px;font-size:15px}.search button{width:100px;cursor:pointer}.search button:hover{background-color:#3f7284;transition:.3s;color:#fff}.btn-reload{padding:10px;border-radius:10px;font-size:15px;cursor:pointer}.btn-reload:hover{background-color:#3f7284;transition:.3s;color:#fff}.btn-create{padding:10px;border-radius:10px;font-size:15px;cursor:pointer;border:3px solid #2bcac6;color:#fff;background-color:grey}.btn-create:hover{transition:.3s;background-color:#fff;color:#000}.link-landing{color:#fff;font-size:30px}@media (max-width:1366px){.searchBar{grid-column-gap:100px;-webkit-column-gap:100px;column-gap:100px}.link-landing{font-size:25px!important}.search input{width:300px}}@media (max-width:1024px){.searchBar{grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px}.btn-create,.btn-reload,.search button,.search input{font-size:12px}.link-landing{font-size:20px!important}}@media (max-width:800px){.searchBar{display:block}.btn-create,.btn-reload,.search input{margin-top:10px}}@media (max-width:400px){.searchBar{display:block}.btn-create,.btn-reload,.search input{font-size:10px;margin-top:5px}.search button{font-size:10px}}.loading{background-color:#000}.img-loading{position:fixed;left:0;bottom:-1px;width:100%}@media (max-width:800px){.img-loading{width:800px;height:1024px}}@media (max-width:500px){.img-loading{width:412px;height:777px}}@media (max-width:400px){.img-loading{width:400px;height:640px}}.createVideogame{padding:20px 20px 50%}.createTitle{display:inline-flex;padding:15px;border-radius:10px;color:#fff;background:#17191e;background:linear-gradient(0deg,#17191e,#2a2d3c);box-shadow:0 0 .2rem #fff,0 0 .2rem #fff,0 0 2rem #2bcac6,0 0 .8rem #2bcac6,0 0 2.8rem #2bcac6,inset 0 0 1.3rem #2bcac6}.btn-home{float:left;margin-top:30px;margin-left:50px;border-radius:10px;font-size:15px;cursor:pointer;padding:10px}.btn-home:hover{background-color:#3f7284;transition:.3s;color:#fff}.sectionForm1{display:inline-block;margin-top:10px;margin-left:200px;text-align:left;padding:60px;background:#17191e;background:linear-gradient(0deg,#17191e,#2a2d3c);color:#fff;font-size:20px;box-shadow:0 0 .2rem #fff,0 0 .2rem #fff,0 0 2rem #2bcac6,0 0 .8rem #2bcac6,0 0 2.8rem #2bcac6,inset 0 0 1.3rem #2bcac6}.input1{margin-bottom:20px;width:400px;height:25px}.error-input{display:table;border:1px solid red;background-color:#520b0b;padding:10px;border-radius:10px}fieldset{display:inline}.btn-create-videogame{margin-top:40px;padding:10px;border-radius:10px;font-size:15px;cursor:pointer;border:3px solid #2bcac6;color:#fff;background-color:grey}.btn-create-videogame:hover{transition:.3s;background-color:#fff;color:#000}.btn-create-videogame:disabled{margin-top:40px;padding:10px;border-radius:10px;font-size:15px;cursor:pointer;border:3px solid red;color:#fff;background-color:red}.genres-select{margin-top:30px;margin-bottom:20px}.btn-reset{border-radius:10px;font-size:15px;cursor:pointer;padding:10px}.btn-reset:hover{background-color:#3f7284;transition:.3s;color:#fff}@media (max-width:1024px){.sectionForm1{margin:30px 0 0 30px}.createTitle{margin-left:0}}@media (max-width:800px){.createTitle{font-size:20px}.sectionForm1{font-size:15px}}@media (max-width:500px){.createVideogame{display:grid}.createTitle{font-size:20px;width:200px;margin-left:70px;margin-top:50px}.sectionForm1{font-size:15px;margin-left:5px;padding:30px}.btn-home{margin-left:20px}.input1{width:300px}}@media (max-width:400px){.createVideogame{display:grid}.createTitle{font-size:15px;width:150px;margin-left:70px;margin-top:50px}.sectionForm1{font-size:10px;margin-left:5px;padding:30px}.btn-home{margin-left:20px;font-size:10px}.input1{width:250px}.btn-create-videogame,.btn-reset{font-size:10px}}.details{padding:20px 20px 50%}.btn-home-detail{float:left;margin-top:30px;margin-left:50px;border-radius:10px;font-size:15px;cursor:pointer;padding:10px}.btn-home-detail:hover{background-color:#3f7284;transition:.3s;color:#fff}.btn-delete{float:right;border-radius:10px;font-size:15px;cursor:pointer;padding:10px}.btn-delete:hover{background-color:red;transition:.3s;color:#fff}.sectionDetail{display:flex;justify-content:center}.videogame-details{margin-top:150px;padding:20px;width:70%;height:auto;color:#fff;background:#17191e;background:linear-gradient(0deg,#17191e,#2a2d3c);box-shadow:0 0 .2rem #fff,0 0 .2rem #fff,0 0 2rem #2bcac6,0 0 .8rem #2bcac6,0 0 2.8rem #2bcac6,inset 0 0 1.3rem #2bcac6}.videogame-details img{width:600px;height:400px;border:1px solid #fff;border-radius:10px;object-fit:cover}.videogame-title{font-size:40px;margin-bottom:40px;text-shadow:0 0 7px #2bcac6,0 0 10px #2bcac6,0 0 21px #2bcac6,0 0 42px #2bcac6,0 0 82px #2bcac6,0 0 151px #2bcac6}.videogame-description{margin-top:40px;width:90%;margin-left:40px;text-align:justify;font-size:20px}.videogame-genres,.videogame-platforms,.videogame-rating,.videogame-released{margin-top:40px;margin-left:30px;text-align:left;font-size:20px}.videogame-title-db{margin-top:60px;font-size:40px;margin-bottom:40px;text-shadow:0 0 7px #2bcac6,0 0 10px #2bcac6,0 0 21px #2bcac6,0 0 42px #2bcac6,0 0 82px #2bcac6,0 0 151px #2bcac6}@media (max-width:1024px){.videogame-details img{width:500px;height:300px}}@media (max-width:800px){.sectionDetail{justify-content:left}.videogame-details{width:80%}.videogame-details img{width:400px;height:200px}.videogame-title{font-size:30px;margin-top:60px}.videogame-description,.videogame-genres,.videogame-platforms,.videogame-rating,.videogame-released{font-size:15px}.btn-delete{margin-bottom:0}}@media (max-width:500px){.details{padding-left:0;display:grid}.btn-div-home{width:100px;height:100px}.videogame-details{margin-top:30px;width:100%;margin-left:15px}.videogame-details img{width:300px;height:250px}.videogame-title{font-size:25px;margin-top:20px}.videogame-description,.videogame-genres,.videogame-platforms,.videogame-rating,.videogame-released{font-size:15px;margin-left:18px}}@media (max-width:400px){.details{padding-left:0;display:grid}.btn-div-home{width:100px;height:100px}.videogame-details{margin-top:30px;width:100%;margin-left:15px}.videogame-details img{width:250px;height:200px}.videogame-title{font-size:20px}.videogame-description,.videogame-genres,.videogame-platforms,.videogame-rating,.videogame-released{font-size:10px;margin-left:18px}.btn-delete,.btn-home-detail{font-size:10px}}
/*# sourceMappingURL=main.62438ac1.chunk.css.map */