/*akzidenz*/
@font-face {
    font-family: 'akzidenz-grotesk_proBdCn';
    src: url('./fonts/akzidenzgroteskpro-boldcn-webfont.woff2') format('woff2'),
        url('./fonts/akzidenzgroteskpro-boldcn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_proBdCnIt';
    src: url('./fonts/akzidenzgroteskpro-boldcnit-webfont.woff2') format('woff2'),
        url('./fonts/akzidenzgroteskpro-boldcnit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_proRgCn';
    src: url('./fonts/akzidenzgroteskpro-cn-webfont.woff2') format('woff2'),
        url('./fonts/akzidenzgroteskpro-cn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_proCnIt';
    src: url('./fonts/akzidenzgroteskpro-cnit-webfont.woff2') format('woff2'),
        url('./fonts/akzidenzgroteskpro-cnit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_proLtCn';
    src: url('./fonts/akzidenzgroteskpro-lightcn-webfont.woff2') format('woff2'),
        url('./fonts/akzidenzgroteskpro-lightcn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_proLtCnIt';
    src: url('./fonts/akzidenzgroteskpro-lightcnitalic-webfont.woff2') format('woff2'),
        url('./fonts/akzidenzgroteskpro-lightcnitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_proMdCn';
    src: url('./fonts/akzidenzgroteskpro-mdcn-webfont.woff2') format('woff2'),
        url('./fonts/akzidenzgroteskpro-mdcn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_proMdCnIt';
    src: url('./fonts/akzidenzgroteskpro-mdcnit-webfont.woff2') format('woff2'),
        url('./fonts/akzidenzgroteskpro-mdcnit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akzidenz-grotesk_proXBdCn';
    src: url('./fonts/akzidenzgroteskpro-xbdcn-webfont.woff2') format('woff2'),
        url('./fonts/akzidenzgroteskpro-xbdcn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*futura*/
@font-face {
    font-family: 'futura_stdbold_oblique';
    src: url('./fonts/futurastd-boldoblique-webfont.woff2') format('woff2'),
        url('./fonts/futurastd-boldoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'futura_stdbook';
    src: url('./fonts/futurastd-book-webfont.woff2') format('woff2'),
        url('./fonts/futurastd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*motorinobold*/
@font-face {
    font-family: 'motorinobold';
    src: url('./fonts/motorino-bold-2-webfont.woff2') format('woff2'),
        url('./fonts/motorino-bold-2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*sackers_gothic*/
@font-face {
    font-family: 'sackers_gothic_stdheavy';
    src: url('./fonts/sackersgothicstd-heavy-webfont.woff2') format('woff2'),
        url('./fonts/sackersgothicstd-heavy-webfont.woff') format('woff');
}

@font-face {
    font-family: 'sackers_gothic_stdmedium';
    src: url('./fonts/sackersgothicstd-medium-webfont.woff2') format('woff2'),
        url('./fonts/sackersgothicstd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    width: 1920px;
    height: 1080px;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    color: #412020;
}

/*Titulo ............................*/

.conteinet-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 198px;
    margin-bottom: 24px;
}

.title {
    text-align: left;
    font-size: 225px;
    font-family: akzidenz-grotesk_proXBdCn;
    font-weight: bold;
    transform: scaleY(1.2);
    color: #412020;
}

/*Menu...............................*/

.content {
    display: flex;
}

.column {
    width: 422px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-right: 36px;
}

.column h2 {
    font-family: akzidenz-grotesk_proXBdCn;
    font-size: 58px;
    margin-right: 10px;
}

.price {
    font-family: akzidenz-grotesk_proXBdCn;
    font-size: 38px;
    margin-bottom: 5px;
}

.title-price {
    display: flex;
    justify-content: space-between;
    width: 430px;
    align-items: flex-end;
    height: 73px;
    border-top: 2px solid #4a3b38;
    border-bottom: 2px solid #4a3b38;
    padding-bottom: 3px;
    letter-spacing: -1.5px
}

.title-menu-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.menu-item {
    width: 430px;
    margin-top: 22px;
    /*height: 757px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.menu-item p {
    font-family: futura_stdbook;
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
    max-height: 165px;
    overflow: hidden;
}

h3 {
    font-family: sackers_gothic_stdheavy;
    font-size: 26px;
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 20px;
}

.item-afogato {
    display: flex;
    flex-wrap: wrap;
}

sup {
    font-family: sackers_gothic_stdheavy;
    font-size: 19px;
    width: 50px;
    margin: 5px;
    margin-left: 10px;
    font-weight: bold !important;
}

.sold-out {
    font-family: 'motorinobold';
    font-size: 27px;
    font-style: italic;
    transform: scaleY(1.5);
    display: inline-block;
  }

/*Lineas.............................*/

.lines {
    position: absolute;
}

.line-1 {
    position: absolute;
    background-color: #ece8e8;
    width: 2px;
    height: 669px;
    top: 112px;
    left: 438px;
}

.granita-text {
    font-family: sackers_gothic_stdheavy;
    font-size: 29px;
}
.granita-text-cont{
    margin-top: 120px;
}

.line-2 {
    position: absolute;
    background-color: #ece8e8;
    width: 2px;
    height: 669px;
    top: 112px;
    left: 894px;
}

.line-3 {
    position: absolute;
    background-color: #ece8e8;
    width: 2px;
    height: 669px;
    top: 112px;
    left: 1356px;
}