body{
        font-family: arial;
    	font-size: 22px;
}

@font-face {
	font-family: sans-serif;
	src: url(../fonts/Verdana.ttf);
}

#mainContainer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/fondoludotecas.jpg) no-repeat center fixed;
}

/* Fondo más pequeño para móviles */
@media (max-width: 1600px) {
    #mainContainer {
        background: url(../img/fondoludotecas.jpg) no-repeat center center;
        background-size: cover;
        background-attachment: scroll; /* evita problemas en móviles */
    }
}

/* Fondo aún más ligero para móviles muy pequeños */
@media (max-width: 480px) {
    #mainContainer {
        background: url(../img/fondoludotecas.jpg) no-repeat center center;
        background-size: cover;
    }
}

#secondContainer {
	position: relative;
	padding: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 1rem;
	border: 12px solid #dd0505;

	@media (max-width: 800px) {
		flex-direction: column;
	}
}

#currentSong{
	border: 5px solid #dd0505;
	border-radius: 10px;
	background: #8f8f8f7a;
	color: rgb(0, 0, 0);
	font-weight: 700;
}

.container-data{
	width: 100%;
	@media (max-width: 800px) {
		order: 2;
	}
}

.controls{
	display: flex;
	gap: 10px;
	margin-top: 10px;
	justify-content: center;

	@media (max-width: 800px) {
		justify-content: center;
	}
}
#songContainer {
	border-top: 4px solid #dd0505;
	padding: 1rem;
	display: flex;
	align-items: center;
	gap: 10px;
}

#songContainer img,
#artistContainer img {
	display: block;
}


#artistContainer {
	padding: 1rem;
	display: flex;
	align-items: center;
	gap: 10px;
}
#secondContainer .sub_container{
    background: #ffffff;
    position: absolute;
    opacity: 0.8;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}

.container-logo {
	position: relative;
	padding: 1rem;
        margin-top: -81px;

	@media (max-width: 800px) {
		order: 1;
                margin-top: 50px;
	}
}

.info-detail{
	position: relative;
	z-index: 1;
	margin: 1rem;
}

.playerContainer{
	max-width: 900px;
	margin: auto;
	width: 100%;
}

.volume{
	display: flex;
	align-items: center;
	gap: 20px;
}

.info-detail img {
	width: 50px;
}

.volume img {
	width: 50px;
}


footer {
	text-align: center;
	position: absolute;
	bottom: 0%;
	width: 100%;
	height: 40px;
        color: #fbfbfb;
}

/*html, body {
	display: table;
	height: 100%;
	width: 100%;
	font-family: gotham;
	position: relative;
}

a {
	text-decoration: none;
}

#content-slow {
	display: none;
}

.widget {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.widget.hidden {
	background-color: #000;
	opacity: .6;
}

#modal-informa {
	position: fixed;
    left: 17px;
    right: 0px;
    width: 100%;
    bottom: 35%;
    z-index: 1;
    top: 260px;
}

#modal-informa .container {
	margin: auto;
	background: #ffffff;
	width: 534px;
	height: 114px;
	position: absolute;
	top: 86px;
	left: 394px;
}

#modal-informa2 {
	left: 27px;
	right: 0px;
	width: 100%;
	bottom: 35%;
	z-index: 1;
	top: 260px;
}

#modal-informa2 .container2 {
	margin: auto;
	width: 170px;
	height: 38px;
	position: absolute;
	top: 615px;
	left: 1161px;
}

.close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 10px;
	background: #7b7b40;
}

#logoContainer {
	width: 190px;
	height: 190px;
	display: inline-block;
}
#logoContainer>{
	width: 180px;
	height: 90px;
	padding-top: 55px;
}

#artistContainer {
	position: absolute;
	left: 74px;
	top: 7px;
	font-size: 21px;
	color: rgb(255, 255, 255);
	max-width: 265px;
	overflow: hidden;
	max-height: 40px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#songContainer {
	position: absolute;
	left: 66px;
	top: -75px;
	font-size: 22px;
	color: rgb(255, 255, 255);
	max-width: 265px;
	overflow: hidden;
	max-height: 42px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#title, #artist {
	display: inline-block;
}

.jp-controls {
	position: absolute;
	right: 118px;
	top: 309px;
	width: 131px;
}
.jp-controls .jp-play {
	position: absolute;
	top: -84px;
	left: -300px;
}

.jp-controls .jp-stop {
	position: absolute;
	top: -82px;
	left: 259px;
	right: 17px;
	display: inline-block;
	width: 120px;
	z-index: 2;
}

.jp-volume-down {
	position: relative;
	height: 11px;
	width: 32px;
	left: -87px;
	top: 47px;
}

.jp-volume-up {
	position: relative;
	height: 32px;
	width: 32px;
	left: -78px;
	top: 51px;
}

.volumeControl{
	width: 20px;
}
.jp-controls a.jp-pause, .jp-controls a.jp-pause:hover {
	opacity: 0.3;
	width: auto;
}

.jp-play .jp-img {
	position: relative;
	height: 70px;
	width: 70px;
	left: -288px;
	top: 144px;
}
.jp-stop .jp-img {
	position: absolute;
	height: 70px;
	left: -770px;
	width: 70px;
	top: 139px;
}

.jp-img {
	width: 88px;
}

.jp-volume-bar-value {
	height: 12px;
	max-width: 100%;
	background: #ffffff;
	border-radius: 20px;
}
#logoContainer {
	width: 0px;
	height: 0px;
	top: 116px;
	position: absolute;
	left: 456px;
}
#logo img {
	width: 50px;
	height: 50px;
}
#logo4 img{
	width: 67px;
	height: 38px;
}
#logo2 img {
	width: 68px;
	height: 38px;
}
#logos {
	width: 68px;
	height: 38px;
}
#logos5 img {
	width: 68px;
	height: 38px;
}
@media screen and (max-width:630px) {
	#logoContainer { display: none; }
}
@media screen and (max-width:435px) {
	#logoContainer { display: none; }
}
#logoContainer1 {
	width: 0px;
	height: 0px;
	top: 116px;
	position: absolute;
	left: 344px;
}
#logoContainer2 {
	width: 0px;
	height: 0px;
	top: 116px;
	position: absolute;
	left: 402px;
}
#logoContainer3 {
	width: 0px;
	height: 0px;
	top: 0px;
	position: absolute;
	left: 134px;
}
#logoContainers {
	width: 0px;
	height: 0px;
	top: -75px;
	position: absolute;
	left: 147px;
}

.Texto {
	width: 50px;
	height: 50px;
	position: absolute;
}*/
a .backbtn {
	background: url("../img/Boton Backup.png")no-repeat center;
	width: 39px;
	height: 120px;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 640px;
	top: 421px;
}

/*.jp-play {
	position: absolute;
	top: -20px;
}

.jp-stop {
	position: absolute;
	right: 0;
	top: -17px;
}

.whatsapp {
	position:fixed;
	width:100px;
	height:40px;
	bottom:95px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:80px;
	text-align:center;
	z-index:100;
	font-size: 20px;
	cursor: pointer 
}
.whatsapp-icon { margin-top:8px; }
.whatsapp span { vertical-align: text-bottom !important; }


!* ===== HOTFIX: restaurar layout original ===== *!
#mainContainer {
  background: url(../img/fondoludotecas.jpg) no-repeat center fixed;
  background-color: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}


.playerContainerV2 {

}

.playerContainer {
  background-image: url('../img/fondoDisplay.png');
  background-repeat: no-repeat;
  background-position: bottom;
  max-width: 1004px;
	width: 100%;
  height: 531px;
}

#info {
  background-image: url(../img/Display.png);
  background-repeat: no-repeat;
}

#currentSong {
  padding-left: 43px;
  padding-top: 38px;
  height: 153px;
  margin-bottom: -42px;
  top: 108px;
  left: 23px;
  position: relative;
}

#controlContainer {
  height: 66px;
  top: 50px;
  left: -25px;
  position: relative;
  text-align: right;
}

.jp-volume-bar {
  overflow: hidden;
  width: 296px;
  height: 11px;
  cursor: pointer;
  display: inline-block;
  background: #060606;
  padding: 5px 5px 6px 5px;
  left: -165px;
  top: 99px;
  position: relative;
  border-radius: 20px;
}

.volume {
  height: 68px;
  max-width: 385px;
  position: relative;
  display: inline-block;
  float: none;
  vertical-align: text-bottom;
  margin-left: 16px;
}*/


