    @media (max-width: 768px) {
      .detail {
        margin-top: 300px;
      }
    }

   /* Botones Flotantes Ajustes para pantallas de 768px */
@media screen and (max-width: 768px) {
  .bottom-nav {
    bottom: 10px;
    right: 10px;
  }

  .bottom-nav a {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}