/* index */

    .profile-img {
      max-width: 150px;
    }
    .tab-clientes {
      position: fixed;
      top: 15px;
      right: 15px;
      z-index: 1050;
    }
    .text_lugo {
      font-weight: bold;
      font-size: 1.2em;
    }
    .text_contactanos {
      font-weight: bold;
      color: #d9534f;
    }
    .text_acerca {
      font-size: 1.1em;
    }



/* reglas CSS para formulario */
span.text_lugo {
  font-weight: bold;
  font-family: "Comic Sans MS";
  color: red;
  font-size: 30px;
  text-align: justify;
  text-justify: inter-word;
}
span.text_acerca {
  font-size: 20px;
}
span.text_contactanos {
  font-weight: bold;
  font-size: 25px;
}
.row {
   margin-top: 5%;
   margin-bottom: 38%;
}



/* Player */
    body {
      background-color: #000;
      color: #fff;
      font-family: Arial, sans-serif;
      text-align: center;
      padding-top: 30px;
      margin: 0;
    }
    video {
      width: 80%;
      max-width: 800px;
      border: 2px solid #fff;
      border-radius: 8px;
      margin-top: 20px;
    }
    select {
      padding: 10px;
      font-size: 16px;
      margin-top: 20px;
    }
