/*@charset "utf-8";
@media screen and (min-width:801px) and (max-width:999px) {
    body.fondoEntradaFeriaDefault {
        background-position: 0%;
    }
   
    .Container {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .logo {
        width: 330px;
        height: 172px;
    }

    .logo > img {
        width: 330px;
    }

    .proximamente {
        border-radius: 15px;
        margin-top: 100px;
    }
    .ticketes {
        margin-bottom: 67px;
    }

    .logo {
        margin-bottom: 0;
    }

    .ticketes {
        display: flex;
        flex-direction: column;
        margin-bottom: 2px;
    }

    .ticket {
        height: 122px;
        margin: 10px;
    }

    .video iframe {
        width: 250px;
        height: auto;
    }

    .video {
        padding-top: 40px;
        background-size: 100%;
    }

    .zona-video {
        margin-top: 90px;
    }

    .ticketes a {
        background-size: 80%;
    }

    .ticket{
        width: 60%;
        margin-right: 0%;
    }

    .ticket > p {
        font-size: 10px;
    }

    .tik-logo {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}
*/
.Container {
    width: 100%;
   
  }
  .logo  {
    width: 227px;
    margin-bottom: 32px;

  }
  .logo > img{
    width: 100%;
  }
  .tik-logo {
    padding: 23px 15px 23px 23px;
    flex-direction: column;
  }
  .contendor_video {
    right: 27px;
  }
  .video {
    right: 47px;
  }
  .ticketes {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }