@font-face {
    font-family: 'Gotham Ultra Italic';
    src: url(./Gotham/GOTHAM-ULTRAITALIC.TTF);
}

@font-face {
    font-family: 'Gotham Extra Light Italic';
    src: url(./Gotham/GOTHAM-XLIGHTITALIC.TTF);
}

@font-face {
    font-family: 'Gotham Book Italic';
    src: url(./Gotham/GothamBookItalic.ttf);
}



*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
}

body{
    background-color: #000;
    color: #fff;
}

.cont{
    width: 340px;
    height: 100%;
    margin: auto;
    margin-top: 40px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.cont-img{
    width: 100%;
    height: 98px;
    margin: auto;
    margin-top: 25px;
    position: relative;
}

#grande{
    height: 200px;
}

.dosimagenes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cont-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dosimagenes img{
    width: 49% !important;
}


.cont-img div{
    width: 95%;
    height: 80px;
    border: 1.5px solid #FFC200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#grande div{
    width: 95%;
    height: 180px;
}

.acolor{
    color: #FFC200;
}

.ultraitalic{
    font-family: 'Gotham Ultra Italic';
}

.extralightitalic{
    font-family: 'Gotham Extra Light Italic';
}

.bookitalic{
    font-family: 'Gotham Book Italic';
}

#logo{
    margin: auto;
    margin-top: 20px;
    width: 146px;
}

h2{
    margin-top: 15px;
    font-size: 19px;
}

hr{
    width: 80%;
    margin: auto;
    margin-top: 20px;
    border: 1px solid #FFC200;

}

#titulo{
    margin: auto;
    margin-bottom: 30px;
    width: 290px;
    z-index: 0;
}



#avsanmartin{
    font-size: 16px;
    margin-bottom: 15px;
}

#uno{
    object-position: 0% 75%;
}

#dos{
    object-position: 50% 75%;
}

#tres{
    object-position: 50% 70%;
}

#cuatro{
    object-position: 50% 65%;
}

#cinco{
    object-position: 50% 65%;
}

#seis{
    object-position: 50% 90%;
}

#siete{
    object-position: 50% 50%;
}

/* #ocho{
    object-position: 50% 70%;
}

#nueve{
    object-position: 50% 60%;
} */

.reservas{
    margin-top: 15px !important;
    font-size: 16px;
}

.reservas a{
    padding: 5px;
    border-radius: 2px;
    text-decoration: none !important;
    color: #FFC200 !important;
}

#reservaraqui{
    font-family: 'Gotham Ultra Italic';
    font-weight: bold;
}




@media (min-width:1000px) {
    .cont{
        width: 800px;
    }

    .cont-img{
        height: 140px;
    }

    .cont-img div{
        height: 120px;
    }

    h2{
        font-size: 24px;
    }

    .reservas{
        font-size: 20px;
    }
    
    #avsanmartin{
        font-size: 20px;
    }

    #titulo{
        width: 340px;
    }
    
}


@media (max-width:370px) {
    .cont{
        width: 300px;
    }
    
}
