body{
    padding: 0;
    margin: 0;
}

body.fondoEntradaFeriaDefault {
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    background-image: url(fondos/fondoFeriaDemo.jpg);
    background-attachment: fixed;
    background-position: top center;
}
.Container {
    display: flex;
    flex-direction: column;
    width: 1365px;
    margin: auto;
    position: relative;
}
.tik-logo {
    display: flex;
    justify-content: space-between  ;
    padding: 25px 45px;
}


.logo {
    background-color: #fff;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 6px 6px 12px #9d9d9d;
}

.logo img {
    width: 309px;
}

.ticket {
    background-repeat: no-repeat;
    display: block;
    height: 126px;
    text-decoration: none;
    padding: 47px 0 0 20px;
    margin-right: 15px;
    color: #FFF;
    box-sizing: border-box;
    width: 409px;
    transition: all 0.5s;
    
}

.ticket > p {
    font-size: 13px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 4px 0;
    font-weight: 500;
}

.ticketes a:hover {
    transform: rotateY(7deg) rotateZ(-2deg) rotateX(6deg) translateX(20px);
}

.ticketes {
    display: flex;
    align-items: center;
}


.video {
   /* height: 252px;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-left: 5px;
    width: 435px;*/
    position: absolute;
    bottom: 20px;
    right: 135px;
    top: 98px;
}

.zona-video {
    /*justify-items: end;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 210px;*/
    position: relative;
}
.contendor_video{
    position: absolute;
    right: 114px;
    bottom: 0px;
    top: 20px;
}
.proximamente {
    height: 110px;
    width: 540px;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-top: 50px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 9px #00000059;
    animation: zoomOut 1s, fadeIn 1s;
    padding: 0 30px;
}

.proximamente > h1 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 38px;
    color: #FDD954;
    -webkit-text-stroke: 1px #01AE6A;
}
