html, body{
    margin: 0; padding: 0; width: 100%;
    height: 100%;
    overflow: hidden !important;
    font-family: 'Eurostile LT Std';
    position: fixed;
    background-color: black;
  }
  @font-face {
    font-family: 'Eurostile LT Std';
    src: url('EurostileLTStd-Bold.eot');
    src: url('EurostileLTStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('EurostileLTStd-Bold.woff2') format('woff2'),
        url('EurostileLTStd-Bold.woff') format('woff'),
        url('EurostileLTStd-Bold.ttf') format('truetype'),
        url('EurostileLTStd-Bold.svg#EurostileLTStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
a:link {
    color: #f6f6f3;
;
    text-decoration: none;
  }
  a:visited {
    color: #f6f6f3;
;
    text-decoration: none;
  }
  a:hover {
    color: #282828;
;
    text-decoration: none;
  }
  a:active {
    color: #f6f6f3;
;
    text-decoration: none;
  }
/*@import url('https://fonts.cdnfonts.com/css/eurostile-mn');*/
.trampa{
    height: auto;
    width: auto;
    display: -webkit-box;
}
.bgImage{
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(bg1920.png);
    background-size: cover;
    z-index: 0;
}
.logo{
position: absolute;
width: 440px;
height: 77.38px;
left: calc(50% - 440px/2);
}
.monitos{
position: absolute;
width: 1528px;
height: 1087px;
right: -90px;
top: 0px;
background: url(monitos.png);
}

.content{
display: block;
align-items: center;
padding: 40px 0px;
position: relative;
width: 1360px;
height: 1024px;
left: calc(50% - 1360px/2);
top: 250px;
text-align: center;
}



.infoLayout{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 40px 0px 0px;
gap: 40px;
margin: 0 auto;
width: 1360px;
height: 925px;
}


.insideautolayout{
flex: none;
order: 0;
align-self: stretch;
flex-grow: 1;
}


.autolayout{
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
padding-top: 40px;
gap: 40px;
width: 100%;
}

.autolayoutinner{
flex: none;
order: 0;
flex-grow: 0;}


/* HORARIO */
.horario{
font-family: 'Eurostile LT Std';
font-style: bold;
font-size: 24px;
line-height: 29px;
color: #f6f6f3;
text-transform: uppercase;
}
/* identical to box height */
.box{
display: flex;
align-items: center;
text-align: center;
color: #F6F6F3;
}

.insideautolayout1{
/* Inside auto layout */
flex: none;
order: 0;
flex-grow: 0;
}

/* CTA */
.cta{
box-sizing: border-box;
}

/* Auto layout */
.autolayout2{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 18px;
gap: 10px;
width: 254px;
height: 42px;
border: 2px solid #F6F6F3;
}

/* Inside auto layout */
.insideautolayout2{
flex: none;
order: 1;
flex-grow: 0;
}


/* Menu */
.menu{
  outline: 3px solid #f6f6f3;
  margin-top: 35px;
  padding: 10px;
  font-family: 'Eurostile LT Std';
  font-style: bold;
  color: #f6f6f3;
  }
  .menu:hover{
    background-color:#CD2C3C;
    cursor: pointer;
 }

/* RESERVACIONES */
.reservaciones{
outline: 3px solid #f6f6f3;
margin-top: 35px;
padding: 10px;
font-family: 'Eurostile LT Std';
font-style: bold;
color: #f6f6f3;
}
.reservaciones:hover{
    background-color:#CD2C3C;
    cursor: pointer;
 }

.leadingtrim{
leading-trim: both;
text-edge: cap;
text-align: center;
color: #F6F6F3;
}

.insideautolayout3{
flex: none;
order: 0;
flex-grow: 0;
}

.footerautolayout{
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-start;
padding: 0px;
margin: 0 auto;
width: 1360px;
height: 19px;
}


/* Inside auto layout */
.insideautolayout4{
flex: none;
order: 1;
align-self: stretch;
flex-grow: 0;
}


/* ALFONSO REYES 120, HIPÓDROMO CONDESA, CDMX */
.address{
font-family: 'Eurostile LT Std';
font-style: bold;
font-size: 1em;
color: #F6F6F3;
position: fixed;
bottom: 2%;
left: 2%;
}


/* Inside auto layout */
.insideautolayout5{
flex: none;
order: 0;
flex-grow: 1;
}


/* Frame 2 */

/* Auto layout */
.insideautolayout6{
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding: 0px;
gap: 30px;
width: 325px;
height: 19px;
}


/* Inside auto layout */
.insideautolayout7{
flex: none;
order: 1;
flex-grow: 0;
}


/* @TRAMPA.BAR */
.trampabar{
font-family: 'Eurostile LT Std';
font-style: bold;
font-size: 1em;
text-align: right;
color: #F6F6F3;
position: fixed;
bottom: 2%;
right: 20%
}

/* Inside auto layout */
.insideautolayout8{
flex: none;
order: 0;
flex-grow: 0;
}

/* INFO@TRAMPA.BAR */
.info{
font-family: 'Eurostile LT Std';
font-style: bold;
font-size: 1em;
text-align: right;
color: #F6F6F3;
position: fixed;
bottom: 2%;
right: 2%
}

/* Inside auto layout */
.insideautolayout9{
flex: none;
order: 1;
flex-grow: 0;
}

@media screen and (max-device-width: 432px) {

/*.bgImage {
        position: fixed;
        width: 100%;
        height: 100%;
        background: url(mobileBG.png);
        background-size: cover;
        background-position-x: 0;
}*/
.bgImage {
    position: fixed;
    width: 100%;
    height: 3485px;
    background: url(mobileBG.png);
    background-size: cover;
    background-position-x: -279px;
}
/*.monitos {
  position: absolute;
  width: 120%;
  height: 176%;
  right: 0;
  top: auto;
  background: url(monitos.png);
  background-position-y: center;
}*/
.monitos{
position: absolute;
width: 250vw;
height: 100vh;
right: 0;
top: -100px;
background: url(monitos.png);
background-position-y: center;
background-size: contain;
}
.logoIMG{
  position: relative;
  display: block;
  width: 65%;
  left: 19%;
  top: 355%;
}
.autolayout{
  padding-top: 50vh;


}
    .address {
      position: fixed;
      font-size: 2em;
      bottom: 5%;
      left: 3%;
  }
    .trampabar{
  position: fixed;
  bottom: 3%;
  left: 1%;
  right: 100%;
  font-size: 2em;
  }
  .info{
    position: fixed;
    bottom: 3%;
    right: 1%;
    font-size: 2em;
    }
  .logo {
        position: fixed;
        width: 96%;
        height: 1vh;
        left: 0;
    }
  .reservaciones {
        font-size: 2em;
    }
  .menu{
        font-size: 2em;
    }
}

@media screen and (min-device-width: 433px) {
  .address{
    bottom: 5%;
    left: calc(50% - 440px/2);
  }
  .trampabar{
    right: auto; 
    left: 2%;
  }
  
}