
video {
  max-width: 100%; 
  height: auto;
}

.new-tittle h1, h2 {
	  font-family: 'Molengo', sans-serif;
    font-size: 1.60rem;
  }
.item .title-slide h2 {
    font-family: 'Molengo', sans-serif;
    font-size: 0.3rem;
    text-align: center;
    font-weight: 10;
}

.logo-head{
 padding: 1em;
}

.site-footer {
  padding: 0em 0;
  background: #494D3A !important;
  color: rgba(255, 255, 255, 0.5); }
  .site-footer .footer-heading {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em; }
  .site-footer a {
    color: rgba(255, 255, 255, 0.3); }
  .site-footer a:hover {
      color: #fff; }
  .site-footer ul li {
    margin-bottom: 10px; }

/* POP UP DESAFÍO PEULLA */
.lity2 {
  z-index: 1!important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}