/*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;
}

@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;
    font-family: futura_stdbook;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    color: #412020;
}

.container-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 182px;
    margin-left: -14px;
    margin-bottom: 40px;
}

.content {
    display: flex;
    height: 802px;
}

/* Titulos--------------------------------------------*/
.title {
    text-align: left;
    font-size: 257px;
    font-family: akzidenz-grotesk_proBdCn;
    font-weight: bold;
    color: #412020;
}

.price {
    display: flex;
    align-items: baseline;
    font-family: akzidenz-grotesk_proBdCn;
    font-size: 61px;
    margin: 147px 443px 0px 23px;
}

.price span {
    font-size: 17px;
    font-family: sackers_gothic_stdheavy;
}

/* Scoops----------------------------------------------*/

.left {
    width: 430px;
    display: flex;
    flex-direction: column;
}

.left .menu-item {
    margin-bottom: 19px;
}

.conteinet-scoop {
    width: 430px;
    height: 70px;
    overflow: hidden;
    display: flex;
}

.conteinet-scoop h3 {
    font-family: sackers_gothic_stdheavy;
    font-size: 28px;
    letter-spacing: 1px;
    overflow: hidden;
    margin-left: 0px;
}

.cotainet-scoops {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 650px;
    margin: 10px;
}

sup {
    font-size: 18px;
    width: 50px;
    margin: 5px;
    margin-left: 10px;
    font-weight: bold !important;
}


.title-menu-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}



/*PINTS---------------------------------------*/

.center {
    width: 1370px;
    margin-left: 35px;
}

h2 {
    font-family: sackers_gothic_stdheavy;
    font-size: 18px;
    margin-bottom: 20px;
    border-bottom: 2px solid #412020;
    border-top: 2px solid #412020;
    padding: 13px 0px 10px 0px;
}

.center h2 {
    width: 1370px;
}

.menu-item {
    margin: 0px;
    text-align: justify;
    height: 132px;
}

.menu-item h3 {
    font-family: sackers_gothic_stdheavy;
    font-size: 28px;
    letter-spacing: 1.5px;
    height: 36px;
    overflow: hidden;
}

.menu-item p {
    font-size: 24px;
    font-family: futura_stdbook;
    height: 93px;
    overflow: hidden;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0px 5px 0px 5px;

}

.columns {
    display: flex;
    flex-direction: column;
    margin: 10px;
    width: 1370px;
    height: 707px;
}

.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: 3px;
    height: 689px;
    top: 91px;
    left: 448px;
}

.line-2 {
    position: absolute;
    background-color: #ece8e8;
    width: 3px;
    height: 689px;
    top: 97px;
    left: 1134px;
    display: none;
}