body {
  background: black;
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  color: white; }

a {
  color: white; }

a:hover {
  color: #ff2301;
  text-decoration: none; }

.loader {
  height: 100%;
  width: 100%;
  background-color: black;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

.loader img {
  position: absolute;
  width: 180px; }

.loader.hidden {
  animation: fadeOut 1s;
  animation-fill-mode: forwards; }

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }
.animate {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  font-family: Helvetica, sans-serif, Arial;
  animation: load 1.2s infinite 0s ease-in-out;
  animation-direction: alternate;
  text-shadow: 0 0 1px white; }

@keyframes load {
  0% {
    opacity: 0.08;
    /*         font-size: 10px; */
    /* 				font-weight: 400; */
    filter: blur(5px);
    letter-spacing: 3px; }
  100% {
    /*         opacity: 1; */
    /*         font-size: 12px; */
    /* 				font-weight:600; */
    /* 				filter: blur(0); */ } }
.encabezado {
  background: black; }

.navbar {
  background-color: transparent !important; }

.navbar .navbar-brand {
  color: white;
  font-weight: bolder;
  font-size: 0.8em;
  height: 80px;
  width: 80px; }

.navbar .navbar-brand .img-fluid {
  padding-left: 15px;
  padding-top: 5px; }

.navbar .navbar-nav {
  margin: 0 auto;
  font-size: 1.3em; }

.nav-link {
  color: #FFF !important;
  padding-right: .2rem;
  padding-left: .2rem; }

.nav-link:hover {
  color: #ff2301 !important;
  font-size: 1.3em; }

.mochasection {
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 10rem;
  margin-right: 10rem;
  margin-top: 9rem;
  justify-content: center;
  align-self: center;
  z-index: 10; }

.content {
  position: relative;
  margin: 0px;
  z-index: 0; }

.info-tr {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-family: monospace;
  justify-content: center; }

.text {
  margin: 5px;
  min-width: 800px;
  height: 450px;
  font-size: 18px; }

.triangulo-2 {
  width: 0;
  height: 0;
  border-left: 100px solid #ff2301 !important;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent; }

.modal .modal-content {
  background-color: transparent; }

.modal-dialog {
  margin: 5.75rem auto; }

.modal-header {
  justify-content: center;
  border-bottom: none; }

.modal-footer {
  justify-content: center;
  border-top: none; }

.modal .modal-body h6 {
  font-family: 'Racing Sans One', cursive;
  font-style: "NORMAL"; }

.modal .modal-header h5 {
  font-family: 'Racing Sans One', cursive;
  font-style: "NORMAL"; }

.modal .modal-body {
  font-size: 14.5px; }

button.close {
  color: white; }

.table-sm td, .table-sm th {
  /* padding: .3rem; */ }

.table a {
  color: #FFF; }

.table a:hover {
  color: #ff2301; }

.table .negro a:hover {
  color: black; }

.carousel-item .donatxt {
  display: flex;
  justify-items: center; }

.carousel-item .qr {
  display: flex;
  align-items: center; }

.row {
  padding: 20px; }

.l2 {
  padding-top: 7px; }

.l1 {
  padding-bottom: 0px; }

.l4 {
  padding-bottom: 0px; }

.footer {
  background: transparent;
  font-size: 1.0em;
  justify-content: center;
  display: inline-grid;
  padding: 0.1px;
  margin-bottom: 0.1px; }

.navbar .footer-l {
  background: transparent; }

.navbar .footer-l a {
  font-size: 1.3em;
  display: inline-block; }

.nav-bar .footer-left a {
  padding-left: 5; }

@media (max-width: 768px) {
  .streaming {
    position: relative;
    margin-top: 10.5rem; }

  .navbar-nav {
    align-items: flex-end;
    background: black;
    justify-content: center; }

  .navbar-toggler {
    margin-left: auto; }

  .img-fluid {
    max-width: 50%;
    height: auto; }

  .modal-dialog {
    margin: 3.4rem 0;
    background: black; }

  .footer {
    padding-top: 1.5rem;
    background-color: #ff2301 !important; }

  .logo {
    visibility: visible;
    max-width: 100%; }

  .l4 {
    padding-left: 0px;
    font-size: 0.8rem; } }
@media (max-width: 992px) {
  .logo {
    visibility: visible;
    max-width: 100%; }

  .streaming {
    position: relative;
    margin-top: 10.5rem; } }
@media (min-width: 992px) {
  .logo {
    visibility: hidden;
    max-width: 100%; } }
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
    margin: 5.75rem auto; } }

/*# sourceMappingURL=styles.css.map */
