:root{
  --amarillo:#ffc400;
  --negro:#050607;
}

*{
  box-sizing:border-box;
}

html,body{
  margin:0;
  padding:0;
  background:#050607;
  overflow-x:hidden;
  font-family:Arial, Helvetica, sans-serif;
}

/* 🔥 FIX DEFINITIVO */
.page{
  width:100%;
  display:block;
  margin:0;
  padding:0;
  line-height:0;
}

/* CONTENEDOR */
.mockup-wrap{
  position:relative;
  width:100%;
  max-width:1536px;
  margin:0 auto;
  overflow:hidden;
  background:#000;
}

/* IMAGEN */
.mockup-img{
  width:100%;
  height:auto;
  display:block;
  vertical-align:top;
}

/* HOTSPOTS */
.hotspot{
  position:absolute;
  display:block;
  z-index:5;
}

/* NAV */
.nav-inicio{left:19.4%;top:2.8%;width:5.3%;height:4.5%}
.nav-radios{left:25.9%;top:2.8%;width:5.6%;height:4.5%}
.nav-noticias{left:32.2%;top:2.8%;width:6.5%;height:4.5%}
.nav-tv{left:39.2%;top:2.8%;width:9.3%;height:4.5%}
.nav-programacion{left:48.4%;top:2.8%;width:11.4%;height:4.5%}
.nav-contacto{left:59.0%;top:2.8%;width:8.3%;height:4.5%}

/* REDES */
.social-facebook{left:81.0%;top:1.5%;width:3.4%;height:5.3%}
.social-instagram{left:85.0%;top:1.5%;width:3.4%;height:5.3%}
.social-youtube{left:89.1%;top:1.5%;width:3.4%;height:5.3%}
.social-twitch{left:93.2%;top:1.5%;width:3.4%;height:5.3%}

/* PLAY */
.hotspot-play{left:2.5%;top:36.6%;width:17.5%;height:6.6%}

/* RADIOS */
.radio1{left:4.7%;top:61.7%;width:11.4%;height:24%}
.radio2{left:17.3%;top:61.7%;width:11.4%;height:24%}
.radio3{left:30.0%;top:61.7%;width:11.4%;height:24%}
.radio4{left:42.6%;top:61.7%;width:11.4%;height:24%}
.radio5{left:55.2%;top:61.7%;width:11.4%;height:24%}
.radio6{left:67.9%;top:61.7%;width:11.4%;height:24%}
.radio7{left:80.5%;top:61.7%;width:11.4%;height:24%}

/* ANCLA */
#radios{
  position:absolute;
  top:60%;
}

/* FOOTER */
.footer-contacto{
  background:#08090a;
  color:#fff;
  text-align:center;
  padding:30px;
}

/* 📱 MOBILE FIX FINAL */
@media (max-width:768px){

  .page{
    display:block;
  }

  .mockup-wrap{
    margin:0;
    padding:0;
  }

  .mockup-img{
    width:100%;
    height:auto;
  }

}