@font-face {







    font-family: 'Orbitron';

    src: url('../../fonts/Orbitron-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}
body {
    background-color: #131416;
    color: #ccc;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
   
    align-items: center;
    overflow-x: hidden;
}
a {
  text-decoration: none;
}
        /* Contenedor principal */
.contenedor-principal {
    max-width: 800px;
    margin: 35px auto;
    background-color: #1F1F1F;
    padding: 7px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    margin-top: 20px;
    
}
/*  Botón de categoría */
.categorie-info-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31%;
    height: 22px;
    padding: 0;
    background-color: darkorange;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.1s;
    margin-top: -2px;
}

.categorie-info-button:hover {
    background-color: orangered;
}

.categorie-info-logo {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.categorie-title-info {
    font-size: 11px;
    margin: 0;
}
.categorie-info-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 1px;
    border-bottom: 1px   ;
    
}

.contenedor {
    display: flex;
    align-items: flex-end;
    gap: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Contenedor imagen e info*/
.imagen-con-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 160px;
}
.imagen-movie {
    width: 175px;
    height: 210px;
    border-radius: 12px;
    display: block;
    border: solid black;
}
.movie-info-externo {
    padding: 4px 6px;
    background-color: #1F1F1F;
    border-radius: 5px;
    width: 110%;
    box-sizing: border-box;
    border: 1px;
    margin-bottom: 1px;
    margin-left: -5px;
}



.titulo {
    font-weight: bold;
    font-size: clamp(13px, 5vw, 26px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    width: 107%;
    margin: 0;
}

.genero {
    font-size: 12px;
    color: #ccc;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 106%;
}

.metadata {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 170px;
}

.elemento {
    margin-top: 12px;
    border: 1px solid #fff;
    padding: 11px;
    background-color: #1F1F1F;
    border-radius: 17px;
    text-align: left;
}

 .metadata-label {
    font-weight: bold;
    font-size: 16px;
    display: block;
    color: white;
}

 .metadata-value {
    font-size: 13px;
    color: #ccc;
    display: block;
    margin-top: 5px;
}

        /* Botón de descarga */
        .descarga {
            max-width: 800px;
            margin: 10px auto;
            padding: 0;
            background-color: transparent;
            border-radius: 10px;
            text-align: center;
            
        }

        .descarga button {
            padding: 12px 18px;
            background-color: #444;
            color: #fff;
            border: none;
            border-radius: 8px;
            font-weight: bold;
            cursor: pointer;
            font-size: 18px;
        }

        .descarga button:hover {
            background-color: orangered;
        }

        /* Ventana flotante (modal) */
        .modal {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #1F1F1F;
            padding: 15px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
            width: 300px;
            text-align: center;
            z-index: 200;
        }

        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.7);
            z-index: 100;
        }

        .modal ul {
            list-style: none;
            padding: 0;
           
        }

        .modal ul li a {
            color: #fff;
            text-decoration: none;
            padding: 8px;
            display: block;
            border: 1px solid #fff;
            border-left: 5px solid #fff;
            border-right: 5px solid #fff;
            border-radius: 7px;
            background-color: #2A2A2A;
        }

        .modal ul li a:hover {
            background-color: #1F1F1F;
        }

        .modal .close-btn {
            background: red;
            color: white;
            border: none;
            padding: 5px 10px;
            border-radius: 5px;
            cursor: pointer;
            margin-top: 10px;
            font-size: 16px;
        }

  .contenedor-info {
    background-color: #1F1F1F; 
    padding: 10px; 
    padding-top: 1px;
    border-radius: 8px; 
    border: 1px solid #444; 
    max-width: 800px; 
    margin: 18px 0; 
        }

  .info-pass h2 {
    color: #fff; 
    font-size: 24px; 
    margin-bottom: 10px; 
  }
       
  .info-pass h3{
    color: #fff; 
    font-size: 19px; 
    margin-bottom: 15px;
  }
        
.info-pass ul {
    list-style-type: none; 
    padding: 0;
    margin: 0; 
}
       

.info-pass ul li {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 10px;
}

.info-pass ul li:last-child {
    margin-bottom: 0;
}

        
.descripcion {
    max-width: 800px;
    margin: 18px auto;
    padding: 15px;
    background-color: #1F1F1F;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    border: 1px solid #444;
  }
        
  .full-name {
    color: ghostwhite;
    text-align: center;
    font-size: clamp(14px, 5.5vw, 28px);
  }

