body { margin: 0; font-family: Arial, sans-serif; background-color: #f5f5f5; color: #333; } .container { display: flex; width: 1250px; margin: 0px auto; } .sidebar { width: 240px; background-color: #ffffff; padding: 10px; box-shadow: 2px 0 5px rgba(0,0,0,0.1); position: fixed; height: 100%; /*overflow-y: auto;*/ } .profile { text-align: center; margin-bottom: 20px; } .profile img { /*width: 100px;*/ /*border-radius: 50%;*/ } .profile h2 { margin: 10px 0 5px; font-size: 18px; } .profile p { margin: 0; font-size: 14px; color: #777; } .menu, .library { margin-top: 20px; } .menu a, .library a { display: block; padding: 10px 0; text-decoration: none; color: #555; font-size: 16px; } .menu a.active, .menu a:hover, .library a:hover { color: #000; font-weight: bold; } .library h3 { margin-bottom: 10px; font-size: 16px; color: #888; } .content { /* flex: 1; */ display: flex; /* padding: 10px; */ background-color: #f9f9f9; margin-left: 275px; /* to make room for the fixed sidebar */ } .left-content { /* flex: 3; */ margin-right: 10px; margin-top: 20px; width: 640px; } .titulocancion-artista { text-decoration: none; color: #03A9F4; } .titulocancion-artista:hover { text-decoration: none; color: #4CAF50; } .trending, .hottest-releases, .most-popular { margin-bottom: 20px; } .trending h2, .hottest-releases h2, .most-popular h2 { margin-bottom: 10px; font-size: 22px; } .featured-artist { background-color: #fff; padding: 20px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .featured-artist img { width: 100%; border-radius: 10px; } .featured-artist h3 { margin: 10px 0; font-size: 18px; } .featured-artist button { padding: 10px 20px; background-color: #1db954; border: none; border-radius: 20px; color: #ffffff; cursor: pointer; font-size: 16px; } .featured-artist button:hover { background-color: #1ed760; } .hottest-releases-list, .most-popular-list { display: flex; justify-content: space-between; flex-wrap: wrap; } .release { background-color: #fff; padding: 10px; border-radius: 10px; text-align: center; width: 20%; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 20px; } .release a { text-decoration: none; color: #006064; } .release a:hover { text-decoration: none; color: #99ca48; } .release img { width: 100%; border-radius: 10px; } .release h3 { margin: 10px 0 5px; font-size: 16px; } .release p { margin: 0; font-size: 14px; color: #777; } .popart { background-color: #fff; padding: 10px; border-radius: 10px; text-align: center; width: 15%; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 20px; } .popart img { width: 100%; border-radius: 10px; width: 90px; height: 90px; } .popart h3 { margin: 10px 0px 5px 0px; font-size: 13px; } .popart a { text-decoration: none; color: #000; } .popart a:hover { text-decoration: none; color: #2196F3; } .popart p { margin: 0; font-size: 14px; color: #777; } .now-playing { width: 300px; background-color: #ffffff; padding: 10px; box-shadow: 2px 0 5px rgba(0,0,0,0.1); display: flex; flex-direction: column; /*position: fixed;*/ right: 20px; top: 20px; height: calc(100% - 40px); /*overflow-y: auto;*/ } .playing { background-color: #fff; padding: 20px; border-radius: 10px; display: flex; flex-direction: column; align-items: center; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 20px; border: 1px solid rgba(100,121,143,.12); } .playing img { width: 100%; border-radius: 10px; margin-bottom: 20px; } .playing h3 { margin: 0 0 20px; font-size: 18px; } .controls { display: flex; margin-bottom: 20px; } .controls button { padding: 10px 20px; background-color: #1db954; border: none; border-radius: 20px; color: #ffffff; cursor: pointer; font-size: 16px; margin-right: 10px; } .controls button:hover { background-color: #1ed760; } .progress { display: flex; align-items: center; width: 100%; } .progress span { font-size: 14px; color: #777; } .progress-bar { flex: 1; height: 10px; background-color: #ddd; border-radius: 5px; margin: 0 10px; overflow: hidden; } .progress-filled { height: 100%; background-color: #1db954; border-radius: 5px; } .next-songs { background-color: #fff; padding: 5px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); border: 1px solid rgba(100,121,143,.12); } .next-songs ul { list-style: none; padding: 0; margin: 0; } .next-songs li { padding: 10px 0; border-bottom: 1px solid #eee; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .next-songs li:last-child { border-bottom: none; } .next-songs a { text-decoration: none; color: #012b38; /* font-weight: bold; */ } .next-songs a:hover { text-decoration: none; color: #2196F3; font-weight: bold; } /* Estilos para la barra de busqueda */ .search-form { display: flex; justify-content: center; margin-bottom: 20px; } .search-form input[type="text"] { width: 70%; padding: 10px; border: 1px solid #ccc; border-radius: 5px 0 0 5px; outline: none; } .search-form button { padding: 10px; border: 1px solid #ccc; border-left: none; background-color: #1db954; color: white; border-radius: 0 5px 5px 0; cursor: pointer; } .search-form button:hover { background-color: #1ed760; } /* Estilos para la tabla de resultados */ table { width: 100%; border-collapse: collapse; margin-bottom: 20px; } table th, table td { border: 1px solid #ddd; padding: 8px; text-align: left; } table th { background-color: #f4f4f4; font-weight: bold; } .track-image { width: 35px; height: 35px; object-fit: cover; margin-right: 10px; border-radius: 5px; } /* Estilos para los albumes */ .album { margin-bottom: 5px; width: 312px; display: inline-block; } .album-info { display: flex; align-items: center; margin-bottom: 10px; background: #e3e3e3ee; border-radius: 10px; box-shadow: 2px 2px 4px 0 rgba(20, 20, 20, 0.3); margin-left: 5px; } .album-details { display: flex; flex-direction: column; align-items: flex-start; padding: 10px; } .album-name { font-size: 18px; font-weight: bold; margin-bottom: 5px; } .album-name a { text-decoration: none; color: #1b95ba; } .album-name a:hover { text-decoration: none; color: #4CAF50; } .album img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; display: block; border: 16px solid #161616; margin-left: 5px; transition: transform 0.9s ease-in-out; } .album img:hover { transform: rotate(360deg); } .album h4 { margin-top: 10px; font-size: 15px; width: 215px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .album p { font-size: 14px; color: #777; } .album table { margin-top: 10px; } /* Estilos para la seccion de reproduccion */ .playing img { width: 100%; height: auto; border-radius: 10px; } /* Estilos para los top tracks */ .top-tracks table td img { width: 50px; height: 50px; object-fit: cover; border-radius: 10px; } /* Estilos para los artistas relacionados */ .related-artists { /* margin-top: 20px; */ } .related-artist { display: flex; align-items: center; margin-bottom: 10px; } .related-artist img { border-radius: 50%; margin-right: 10px; } /* Estilos para la biografia */ .biography { margin-bottom: 20px; } .bio-content { display: flex; align-items: flex-start; } .bio-content img { width: 150px; height: 150px; object-fit: cover; border-radius: 10px; margin-right: 20px; } .bio-text { max-width: 635px; } .bio-text img { float: left; margin: 0px 20px 10px 0px; border-radius: 5px; box-shadow: 2px 2px 4px 0 rgba(20, 20, 20, 0.3); } /*Artista top*/ .song-list { margin: 20px 0; } .song-item { display: flex; align-items: center; padding: 3px 0; border-top: 1px solid #000; } .song-item:last-child { border-bottom: 1px solid #000; } .song-number { width: 30px; text-align: center; margin-right: 10px; font: bold 18px Verdana; color: #009688; text-shadow: 1px 2px 1px #000000; } .song-image { width: 32px; height: 32px; object-fit: cover; margin-right: 10px; margin-top: 0; /* height: 100%; */ margin-left: auto; border-radius: 9px; border: 2px solid #9E9E9E; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); } .song-title { flex-grow: 1; } .song-title a { text-decoration: none; color: #000; font-weight: bold; } .song-title a:hover { text-decoration: none; color: #2196F3; } /* Estilos para la seccion de letras */ .lyrics { margin-bottom: 20px; text-align: center; } .lyrics h2 { font-size: 24px; margin-bottom: 10px; } .lyrics-content { background: #f4f4f4; padding: 20px; border-radius: 10px; white-space: pre-wrap; } /*estilo artista album*/ .track-list { display: table; width: 100%; border-collapse: collapse; margin-top: 10px; } .track-header { display: table-header-group; background-color: #f4f4f4; font-weight: bold; } .track-row { display: table-row; } .track-cell { display: table-cell; border: 1px solid #ddd; padding: 8px; text-align: left; } .track-cell a { text-decoration: none; color: #000; } .track-cell a:hover { text-decoration: underline; } /*Banner index*/ .banner { position: relative; /* width: 700px; */ height: 300px; border-radius: 15px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); overflow: hidden; } .banner-image { width: 100%; height: 100%; object-fit: cover; } .banner-content { position: absolute; bottom: 20px; left: 20px; right: 20px; display: flex; justify-content: space-between; align-items: center; color: white; } .text-content { display: flex; flex-direction: column; } .album-name { font-size: 15px; font-weight: bold; text-shadow: black 0.1em 0.1em 0.2em; } .artist-info { margin-top: 5px; } .artist-info p { margin: 0; font-size: 16px; } .artist-info h2 { margin: 5px 0; font-size: 20px; text-shadow: black 0.1em 0.1em 0.2em; } .listen-now { padding: 10px 20px; font-size: 16px; background-color: transparent; border: 2px solid white; color: white; border-radius: 20px; cursor: pointer; text-decoration: none; display: inline-block; } .listen-now:hover { background-color: white; color: #333; } /*Columnas*/ .conten-colum { display: flex; justify-content: space-between; width: 100%; max-width: 600px; } .conten-colum a { color:#000; text-decoration: none; } .conten-colum a:hover { color:#03A9F4; text-decoration: none; } .column { flex: 1; margin: 0 5px; } .column h2 { font-size: 15px; margin-bottom: 10px; } .item { background-color: #fff; padding: 5px; margin-bottom: 10px; border-radius: 5px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); color: #03A9F4; } /*ultimos agregados*/ .newsletter form { display: flex; gap: 10px; } .newsletter input[type="email"] { padding: 10px; border: 1px solid #ccc; border-radius: 5px; outline: none; width: 300px; } .newsletter button { padding: 10px 20px; background-color: #1db954; border: none; border-radius: 5px; color: white; cursor: pointer; } .newsletter button:hover { background-color: #1ed760; } /*ultimos albums agregados*/ .most-albumreciente { margin-bottom: 20px; } .most-albumreciente h2 { margin-bottom: 10px; font-size: 22px; } .most-albumreciente-list { display: flex; justify-content: space-between; flex-wrap: wrap; } .album-item { background-color: #fff; padding: 5px; margin: 5px; border-radius: 10px; text-align: center; width: 16%; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); margin-bottom: 20px; display: inline-block; } .album-item a { text-decoration: none; color: #000; } .album-item a:hover { text-decoration: none; color: #F44336; } .album-item img { width: 50%; border-radius: 50%; border: 20px solid #000; transition: transform 0.9s ease-in-out; } .album-item img:hover { transform: rotate(360deg); } .album-item h3 { margin: 10px 0 5px; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .album-item p { margin: 0; font-size: 14px; color: #777; } /*Album canciones*/ /* Contenedor principal */ .album-container { display: flex; justify-content: center; margin: 20px 0; } /* Tarjeta del Ã¡lbum */ .album-card { display: flex; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); width: 100%; padding: 20px; align-items: center; } /* Contenedor de la imagen */ .album-image-container { flex-shrink: 0; margin-right: 20px; } .album-image { width: 150px; height: 150px; object-fit: cover; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* Contenido del Ã¡lbum */ .album-content { display: flex; flex-direction: column; justify-content: center; flex: 1; } /* Estilos del titulo del album */ .album-title { font-size: 1.6rem; font-weight: bold; color: #333; margin-bottom: 10px; } /* Estilos del artista */ .album-artist { font-size: 1rem; color: #666; margin-bottom: 5px; } .artist-name { font-weight: bold; color: #333; } /* Estilos para las canciones y la fecha de lanzamiento */ .album-songs, .album-release { font-size: 0.9rem; color: #666; } .album-release { color: #999; margin-top: 5px; } /*------------------*/ .track-list { width: 100%; max-width: 600px; margin: 20px auto; } .track-item { display: flex; /* justify-content: space-between; */ padding: 3px 0; border-bottom: 1px solid #ddd; } .track-item:nth-child(even) { background-color: #f9f9f9; } .track-index { width: 30px; text-align: center; margin-right: 10px; } .related-artists { /* margin: 20px 0; */ /* text-align: center; */ } .related-artists h3 { margin-bottom: 20px; } .related-artists { display: inline-block; width: 125px; /* margin: 10px; */ /* text-align: center; */ } .related-artists { width: 100%; border-radius: 10px; } /*Artistassimiliares*/ .similares-container { display: flex; flex-wrap: wrap; justify-content: space-around; padding: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); border-radius: 10px; border: 1px solid rgba(100,121,143,.12); } .similares-item { width: 50%; margin-bottom: 20px; text-align: center; } .similares-item a { text-decoration: none; color: #333; } .similares-item img { width: 80px; height: 80px; border-radius: 50%; border: 2px solid #036; margin-bottom: 10px; transition: transform 0.3s ease; } .similares-item img:hover { transform: scale(1.1); } .similares-item p { font-size: 15px; font-weight: bold; color: #036; } .similares-item p:hover { font-size: 15px; font-weight: bold; color: #67b800; } /*----inicio---*/ .artist-item { background-color: #fff; padding: 10px; border-radius: 10px; text-align: center; width: 16.2%; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 20px; display: inline-block; } .artist-item img { width: 100%; border-radius: 10px; width: 90px; height: 90px; } .artist-item h3 { margin: 10px 0px 5px 0px; font-size: 13px; } .artist-item a { text-decoration: none; color: #000; } .artist-item a:hover { text-decoration: none; color: #00ac07; } .artist-item p { margin: 0; font-size: 14px; color: #777; } /*aqui fin*/ /*----inicio album pop---*/ .latest-albums, .most-popular-albums, .new-albums { display: flex; justify-content: space-between; flex-wrap: wrap; } .album-pop-item { background-color: #fff; padding: 10px; border-radius: 10px; text-align: center; width: 21.2%; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-bottom: 20px; display: inline-block; } .album-pop-item img { width: 100%; border-radius: 10px; width: 90px; height: 90px; } .album-pop-item h3 { margin: 10px 0px 5px 0px; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .album-pop-item a { text-decoration: none; color: #000; } .album-pop-item a:hover { text-decoration: none; color: #00ac07; } .album-pop-item p { margin: 0; font-size: 14px; color: #777; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: left; } /*aqui fin*/ .release-date { font-size: 14px; color: #777; } .track-list { display: flex; flex-direction: column; margin-top: 10px; } .track-index { width: 30px; text-align: center; } .track-title { /* flex: 2; */ /* text-align: left; */ padding: 5px; width: 120px; flex-grow: 1; } .track-title a { display: flex; align-items: center; text-decoration: none; color: #000; } .track-title a:hover { text-decoration: none; color:#008010; font-weight: bold; } .tracks-header { background-color: #f4f4f4; font-weight: bold; display: flex; border-bottom: 1px solid #cecece; } .track-number-header { /* flex: 1; */ /* text-align: left; */ /* padding: 5px; */ width: 27px; display: flex; align-items: center; } .track-title-header { /* flex: 1; */ text-align: left; padding: 5px; width: 282px; } .track-artist-header { /* flex: 1; */ text-align: left; padding: 5px; width: 142px; } .track-album-header { flex: 1; text-align: left; padding: 5px; width: 15px; } .track-artist { /* flex: 1; */ /* text-align: left; */ padding: 5px; width: 140px; display: flex; align-items: center; } .track-album { flex: 1; text-align: left; padding: 5px; /* width: 18px; */ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .track-artist a { text-decoration: none; color: #5ba700; /* display: flex; */ /* align-items: center; */ } .track-artist a:hover { text-decoration: underline; } .track-album { font-size: 15px; color: #777; display: flex; align-items: center; } .right-content { width: 300px; background-color: #ffffff; padding: 10px; box-shadow: 2px 0 5px rgba(0,0,0,0.1); display: flex; flex-direction: column; /* position: fixed; */ right: 330px; top: 20px; height: calc(100% - 40px); /* Ajusta esto segÃºn sea necesario */ /* overflow-y: auto; */ } /*Mas canciones*/ .lista-canciones { list-style-type: none; padding: 0; } .item-cancion { display: flex; align-items: center; padding: 8px; border-bottom: 1px solid #ddd; } .imagen-cancion { width: 32px; height: 32px; object-fit: cover; margin-right: 10px; border-radius: 9px; border: 1px solid #99ca48; } .detalles-cancion { display: flex; flex-direction: column; justify-content: center; } .detalles-cancion strong { font-size: 16px; color: #000; margin-bottom: 5px; } .detalles-cancion p { font-size: 14px; color: #666; margin: 0; } .item-cancion a { text-decoration: none; color: #000; } .item-cancion strong:hover { text-decoration: none; color: #2196F3; } /*SeccionLetras*/ /* Estilos para la secciÃ³n de letras mÃ¡s visitadas */ .letra-mas-visitadas h2 { background-color: #00BCD4; color: white; padding: 10px; border-radius: 5px; font-size: 1.5em; } .letra-mas-visitadas ul { list-style-type: none; padding: 0; } .letra-mas-visitadas ul li { display: flex; align-items: center; margin-bottom: 10px; /* padding: 10px; */ background-color: #eef7ff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .letra-mas-visitadas ul li img { width: 32px; height: 32px; margin-right: 15px; border-radius: 9%; } .letra-mas-visitadas ul li a { color: #007bff; font-weight: bold; text-decoration: none; padding-right: 10px; } .letra-mas-visitadas ul li a:hover { text-decoration: none; color: #28a745; } /* Estilos para la secciÃ³n de letras reciÃ©n agregadas */ .letra-ultimos-add h2 { background-color: #28a745; color: white; padding: 10px; border-radius: 5px; font-size: 1.5em; } .letra-ultimos-add ul { list-style-type: none; padding: 0; } .letra-ultimos-add ul li { display: flex; align-items: center; margin-bottom: 5px; padding: 5px; background-color: #eaffea; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .letra-ultimos-add ul li img { width: 35px; height: 35px; margin-right: 15px; border-radius: 50%; } .letra-ultimos-add ul li a { color: #28a745; font-weight: bold; text-decoration: none; } .letra-ultimos-add ul li a:hover { text-decoration: none; color: #03A9F4; } /* Estilos para la secciÃ³n de letras destacadas */ .letra-destacada h2 { background-color: #83838330; color: #000000; padding: 10px; border-radius: 5px; font-size: 1.5em; } footer { background-color: #ebebeb; color: #000000; padding: 11px; text-align: center; margin-top: 20px; } footer a { color: #1db954; text-decoration: none; margin: 0 10px; } footer a:hover { text-decoration: underline; color: #1ed760; } footer p { margin: 5px 0; } .track-busca-item { display: flex; justify-content: space-between; padding: 5px; border-bottom: 1px solid #ddd; } .track-busca-number { width: 20px; text-align: center; font-weight: bold; display: flex; align-items: center; } .track-busca-title { flex-grow: 1; padding: 0px 5px; white-space: normal; display: flex; align-items: center; width: 100px; } .track-busca-title a { text-decoration: none; color: #000; display: flex; align-items: center; font-weight: bold; } .track-busca-title a:hover { text-decoration: none; color: #8BC34A; } .track-busca-img { width: 35px; height: 35px; margin-right: 10px; object-fit: cover; border-radius: 5px; } .track-busca-album { flex: 1; padding-left: 10px; white-space: normal; /* Permitir que los nombres se ajusten */ } .track-busca-artist a{ color: #000; font-size: 16px; display: block; text-decoration: none; } .track-busca-artist b{ color: #00BCD4; } .track-busca-album-name a{ color: #525252; font-size: 14px; display: block; text-decoration: none; color:#99ca48 } .track-busca-album-name b{ color: #4CAF50; } .track-busca-album-name { color: #777; } .track-busca-artist b:hover { text-decoration: none; color:#000 } .track-busca-album-name a:hover { text-decoration: none; color:#000 } .track-busca-title-header { /* flex: 1; */ text-align: left; /* padding: 5px; */ width: 58%; } .track-busca-album-header { text-align: left; width: 40%; } /*      Biografia commpleto     */ .titulo-biografia { text-align: left; font-size: 23px; font-family: 'Oswald',sans-serif; color: #f97803; font-weight: bold; /* text-decoration: overline; */ /* text-decoration: underline; */ margin: 10px 0px; border-bottom: 1px solid #4c707c; background: #0000001c; } .bio-text p { font-size: 15px; color: #000; margin: 0px; } .bio-text h2 { color: #0b90b9; font-family: Oswald, sans-serif; font-size: 20px; text-align: left; margin: 0px; } .bio-text h3{ color: #03A9F4; font-family: Oswald, sans-serif; font-size: 18px; text-align: left; margin: 0px; } .bio-text a { color: #8fc600; font-size: 15px; font-weight: bold; } .bio-text { line-height: 1.6; color: #012226; font-size: 15px; text-align: inherit; margin-top: 0px; /* margin-left: 10px; */ /* margin-right: 10px; */ /* margin-bottom: 10px; */ } /*datos artis*/ #datosartis { background-color: #ffffff; border: 1px solid rgba(100,121,143,.12); border-radius: 10px; font-family: Arial, sans-serif; color: #000000; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } #datosartis h2 { /* background-color: rgba(100,121,143,.12); */ /* color: #1a73e8; */ padding: 12px; margin-top: 0; border-radius: 5px 5px 0 0; text-align: center; font-size: 18px; border-bottom: 1px solid rgba(100,121,143,.12); } #datosartis ul { list-style-type: none; padding: 0; margin: 15px 10px; } #datosartis li { margin-bottom: 10px; font-size: 15px; } #datosartis li strong { color: #003366; font-weight: bold; } #datosartis li span { display: block; margin-top: 2px; color: #333; } /* Estilo general para la lista de redes sociales */ .social-links { display: flex; justify-content: center; gap: 15px; list-style: none; padding: 0; } .social-links li { display: inline-block; } /* Estilo para los enlaces */ .social-links a { display: inline-block; width: 25px; height: 25px; border: 1px solid rgb(185 185 185 / 64%); border-radius: 50%; display: flex; justify-content: center; align-items: center; text-decoration: none; transition: all 0.3s ease; } .social-links a:hover { border-color: #00BCD4; box-shadow: 0px 0px 10px #ff980080; } .active-song { background-color: #137eb3; /* Cambia el color de fondo */ font-weight: bold; /* O cualquier otro estilo que quieras */ } .biografia-item { display: flex; justify-content: space-between; padding: 20px 0px; border-bottom: 1px solid #ddd; } .biografia-text { width: 80%; } .biografia-text h3 { color: #8BC34A; } .biografia-text h3:hover { color: #00bcd4; } .biografia-text span { color: #007195; font-style: oblique; } .biografia-text a { text-decoration: none; } .biografia-img { max-width: 25%; margin-left: 5px; } .biografia-img img { width: 100%; height: auto; object-fit: cover; border-radius: 10px; } .video-container { position: relative; width: 100%; padding-bottom: 10px; /* 16:9 Aspect Ratio */ } .video-container img { width: 100%; height: auto; display: block; } .video-container .play-button { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 50px; height: 50px; background: url('/img/play-icon.png') no-repeat center; background-size: cover; cursor: pointer; } .iframe-video { display: none; } .img-alinear-todo { display: flex; justify-content: space-between; flex-wrap: wrap; } @media only screen and (max-width: 768px) { .tracks-header { /* width: 64%; */ } .track-title, .track-artist-album { width: 100%; display: block; } .track-number { width: 20px; } .track-title a { flex-direction: column; align-items: flex-start; } .track-number-header { width: 27px; } .track-title-header {width: 175px;} .track-artist-header { width: 140px; } .track-album-header {width: 15px;} .menu { display: flex; justify-content: center; flex-wrap: wrap; padding: 0; list-style: none; width: 100%; } .artist-item{ width: 27.5%; } .menu a { display: block; padding: 10px 20px; margin: 5px; background-color: #f0f0f0; /* Color de fondo de los botones */ color: #333; /* Color del texto */ text-align: center; text-decoration: none; border-radius: 5px; } .menu a:hover { background-color: #007bff; /* Color de fondo en hover */ color: #fff; /* Color del texto en hover */ } .menu a[href="#"], /* Selector para Noticias */ .menu a[href="#contacto"] { /* Selector para Contacto */ display: none; } .search-form button { width: 40%; } body { font-size: 16px; padding: 0; } .container { display: block; width: 100%; margin: 1px; } .sidebar { width: 100%; position: relative; box-shadow: none; height: auto; } .content { margin-left: 5px; padding: 0px; width: 99%; /* margin: 5px; */ flex-direction: column; } .left-content { width: 96%; margin-left: 0; padding: 0 10px; margin-bottom: 20px; } .right-content { width: 100%; margin-right: 0; padding: 0 10px; margin-bottom: 20px; } .trending { width: 100%; margin-bottom: 20px; } .hottest-releases { width: 100%; margin-bottom: 20px; } .most-popular { width: 100%; margin-bottom: 20px; } .artist-highlight { width: 100%; margin-bottom: 20px; } .album-item { width: 44%; margin-bottom: 20px; } .popart, .release { width: 44%; margin-bottom: 10px; } .now-playing { width: 100%; /*position: relative;*/ /*height: auto;*/ margin-bottom: 20px; margin: 0px; padding: 5px; } .library { display: none; } img { max-width: 100%; height: auto; } /* Ajustes para botones */ button { width: 100%; padding: 10px; font-size: 16px; } .search-form { width: 95%; } footer { width: 95%; margin: 0px; } } @media only screen and (max-width: 480px) { .left-content, .right-content { width: 95%; padding: 0 5px; } .sidebar { text-align: center; margin: 0px 0px 10px 0px; padding: 0px; } .menu { justify-content: center; } .menu a { padding: 8px 16px; font-size: 14px; } .song-title, .artist-name { font-size: 1.2em; } .next-songs ul { font-size: 14px; } .artist-item{ width: 26.5%; } .album-item { width: 43.5%; margin-bottom: 20px; } .content { flex-direction: column; } .search-form { width: 95%; } footer { width: 95%; margin: 0px; } } 