@media screen and (max-width: 768px){.layout{display:flex;width:100%;height:100vh;justify-content:space-between}}.header{grid-area:header;background-color:#0f7627dd;color:#fff;display:flex;align-items:center;justify-content:space;padding:10px;font-size:24px;border-radius:.5%;height:130px}aside{flex:1;padding:20px;background-color:beige}main{flex:3;background-color:#eceada;padding:20px}#title-cin{font-size:4.5rem;font-weight:700;color:#e95e5e;text-align:center;margin-top:20px;margin-bottom:30px;letter-spacing:1px;font-family:Trebuchet MS,Helvetica,sans-serif;text-shadow:1px 1px 2px rgba(246,218,141,.587);top:.01%;left:35%;position:absolute}.input-mov{padding:12px 16px;border:1px solid #ccc;border-radius:19px;outline:none;font-size:16px;background-color:#f9f9f9;transition:all .3s ease;width:25%;box-sizing:border-box;color:#333;top:13%;left:65%;position:absolute}.input-mov:focus{border-color:#e95e5e;background-color:#fff;box-shadow:0 0 0 4px #3f83f833}ul{display:flex;gap:95px;list-style:none;padding:0;font-size:22px}ul li{color:#fff;place-content:center;margin:0;top:5%;left:5%;font-family:Trebuchet MS,Helvetica,sans-serif}.menu{position:relative;bottom:-51px;width:100%}.menu:before{content:"";position:absolute;width:100%;height:2px;background:#e95e5e;border-radius:5px;transform:scalex(0);transition:all .5s ease;bottom:-7px}.menu:hover:before{transform:scaleX(1)}.boton-moderno{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-size:16px;font-weight:600;padding:12px 24px;border:none;border-radius:12px;cursor:pointer;box-shadow:0 4px 15px #4f46e566;transition:all .3s ease;position:absolute;left:90.5%;top:13%}.boton-moderno:hover{background:linear-gradient(135deg,#6366f1,#4f46e5);transform:scale(1.05);box-shadow:0 6px 20px #4f46e580}.boton-moderno:active{transform:scale(.98);box-shadow:0 2px 8px #4f46e54d}.movies-container{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:20px}.movie-card{display:inline-block;justify-content:center;align-items:center;background:#fff;border-radius:10px;padding:10px;transition:transform .2s ease;font-family:Arial,Helvetica,sans-serif}.movie-card img{width:150px;height:auto;border-radius:8px}.movie-card:hover{transform:scale(1.05)}.img-contsinresult{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.img-sinresult{position:static;border-radius:10%;width:450px;height:450px;justify-content:center}.tx-sty{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:32px;justify-content:center;margin-top:20px;margin-bottom:30px;letter-spacing:1px;text-shadow:1.5px 1.5px 2px rgba(131,122,97,.587)}.header a,.header a:visited,.header a:active,.header a:focus{color:inherit!important;text-decoration:none!important;outline:none!important;box-shadow:none!important}
