.justificar {
  text-align: justify;
}

.reloj-nic-div {
  position: relative;
  width: 300px;
  height: 100px;
}

.reloj-nic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 200px;
  height: 150px;
}

.text-primary {
  cursor: pointer !important;
}

a {
  cursor: pointer;
}

.cursor {
  cursor: pointer;
}

body {
  background-color: #f0fff0;
}

.container {
  background-color: white;
  font-size: x-large;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.jumbotron {
  background-color: #f5f5f5;
}
.ventajas-audio {
  border-color: deepskyblue;
  border-width: 5px;
  border-style: solid;
  border-radius: 20px;
}
.footer {
  background-color: deepskyblue;
  color: white;
  border-radius: 10px;
  border: 5px;
}
.equipos {
  font-size: 20px;
}

.iframe-reproductor {
  width: 100%;
  height: 100vh;
  border: 0;
  max-height: 500px;
  text-align: left;
}
