/*@charset "utf-8";
@media screen and (max-width:369px) {
    body.fondoEntradaFeriaDefault {
        background-position: 27%;
    }

    .Container {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .logo {
        width: 300px;
        height: 155px;
        margin: 0;
    }

    .logo > img {
        width: 300px;
    }

    .proximamente {
        border-radius: 15px;
        margin-top: 200px;
        height: 134px;
        width: 261px;
    }

    .proximamente > h1 {
        font-size: 30px;
        text-align: center;
    }

    .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%;
        width: 255px;
    }

    .zona-video {
        margin-top: 90px;
    }
}*/
.Container {
    width: 100%;
   
  }
  .logo  {
    width: 227px;
    margin-bottom: 32px;

  }
  .logo > img{
    width: 100%;
  }
  .tik-logo {
    padding: 15px;
    flex-direction: column;
  }
  .contendor_video {
    right: 0;
left: 0;
margin: 0 auto;
width:336px;
  }
  .video {
    right: 0;
left: 0;
margin: 0 auto;
width: 313px;
height: auto;
top: 109px;
  }
  .ticketes {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .ticket {
    width: 350px;
    height: 100px;
    background-size: contain;
  }
  .ticket > p {
    font-size: 12px;
}