* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Head-Turn";
    src: url("../assets/fonts/font2//HeadTurn.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GT-Walsheim-Pro";
    src: url("../assets/fonts/font1/GT-Walsheim-Pro-Condensed-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GT-Walsheim-Pro-Thin";
    src: url("../assets/fonts/font1/GTWalsheimPro-Thin.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: "GT-Walsheim-Pro";
    font-weight: 700;
    font-size: 110px;
    color: #1D1D1B;
    text-transform: uppercase;
}

h2 {
    font-family: "GT-Walsheim-Pro";
    font-weight: 700;
    font-size: 64px;
    margin-top: 39px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    font-family: "GT-Walsheim-Pro";
    font-weight: 700;
    font-size: 50.19px;
    color: #1D1D1B;
}

h4 {
    font-family: "GT-Walsheim-Pro";
    font-weight: 700;
    font-size: 34.31px;
    letter-spacing: -0.6px;
}

h5 {
    font-family: "GT-Walsheim-Pro";
    font-weight: 700;
    font-size: 50.19px;
    color: #1D1D1B;
}

h6 {
    font-family: "GT-Walsheim-Pro";
    font-weight: 700;
    font-size: 32px;
}

p {
    font-family: "GT-Walsheim-Pro";
    font-weight: 400;
    color: #1D1D1B;
    font-size: 15.5965px;
    line-height: 24px;
}

p.second-type-size {
    font-size: 22.4153px;
}

p.third-type-size {
    font-size: 25.3647px;
    font-weight: bold;
}

h4.info-title-dark-spot {
    color: #ffffff;
}

p.info-size-dark-spot {
    color: #ffffff;
}

p.second-type-size.calories-dark-spot {
    color: #ffffff;
}

p.third-type-size.price-dark-spot {
    color: #ffffff;
}

p.tanzania-letter-dark-spot {
    font-family: "Head-Turn";
    color: #EE5240;
    font-weight: 400;
    font-size: 33px;
}

p.description-content-dark-spot {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 22px;
    font-family: 'GT-Walsheim-Pro-Thin';
}

p.info-description-letter {
    font-weight: 600;
    font-size: 23px;
    font-family: 'GT-Walsheim-Pro-Thin';
}

h4.cold-bar-letter-tittle {
    font-size: 28.72px;
}

p.cold-bar-letter-description {
    font-weight: 600;
    font-size: 21px;
    font-family: 'GT-Walsheim-Pro-Thin';
}

p.advancement-below {
    font-size: 18px;
    /* letter-spacing: 0.1px; */
    font-weight: 600;
    font-family: 'GT-Walsheim-Pro-Thin';
}

p.description-content {
    font-weight: 600;
    font-size: 24px;
    font-family: 'GT-Walsheim-Pro-Thin';
}

body {
    width: 1080px;
    height: 1920px;
}

.container-body {
    padding-top: 35px;
    padding-left: 71px;
}

.separator-line {
    /* background-image: url(../assets/Separador.svg); */
    position: absolute;
    width: 947.6px;
    height: 0px;
    border: 2px solid #1D1D1B;
}

.separator-line.top-line {
    margin-top: 17px;
}

.separator-line.bottom-line {
    margin-top: 19px;
}

.left-content-column {
    width: 434.72px;
    height: 365.64px;
}

.right-content-column {
    width: 434.72px;
    height: 365.64px;
}

.content-top-container {
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
    padding-right: 72px;
}

.info-content-container {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 21px;
}

.info-title {
    width: 243px;
    height: 35px;
    overflow: hidden;
}

.info-size {
    width: 50px;
    height: 18px;
    overflow: hidden;
}

.info-calories {
    width: 90px;
    height: 26px;
    overflow: hidden;
}

.info-price {
    width: 49px;
    height: 29px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.info-title.two-spaces {
    height: 85px;
}

.info-content-container.two-top {
    align-items: center;
}

.info-content-container.description {
    display: flex;
    flex-direction: column;
    align-items: normal;
    margin-bottom: 0px;
}

.info-content-container-top {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.info-description {
    width: 340px;
    height: 58px;
    overflow: hidden;
}

.info-content-container.dark-spot {
    padding-top: 12px;
    width: 464.2px;
    height: 133.1px;
    background-color: #1D1D1B;
    margin-left: -15px;
    margin-top: 29px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
}

.top-content-dark-spot {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.container-tanzania-letter-dark-spot {
    margin-top: 4px;
}

.container-description-content-dark-spot {
    margin-top: 8px;
}

.container-top-content {
    height: 591px;
}

.content-middle-container {
    padding-top: 52px;
    display: flex;
    justify-content: space-between;
    padding-right: 72px;
    height: 222px;
}

.info-description.middle {
    width: 430px;
    margin-top: 9px;
    height: 46px;
}

.separator-line.bottom2-line {
    margin-top: 22px;
}

.content-container {
    display: flex;
    padding-top: 57px;
    justify-content: space-between;
    padding-right: 72px;
}

.content-left-column {
    width: 434.72px;
    height: 115.64px;
}

.content-right-column {
    width: 434.72px;
    height: 115.64px;
}

.info-description-container {
    width: 393px;
}

.content-container-below {
    padding-top: 22px;
    /* width: 960px; */
    width: 960px;
    height: 585.9px;
    /* height: 538px; */
    background-image: url(../assets/Rec\ gris.jpg);
    /* margin-top: -68px; */
}

.section2-title-below {
    margin-left: 84px;
    /* margin-top: 140px; */
}

.section-separator-below {
    position: absolute;
    width: 867.4px;
    height: 0px;
    margin-left: 91px;
    margin-top: 17px;
    border: 2px solid #1D1D1B;
}

.image-icon {
    width: 170px;
    height: 307px;
    margin-top: 22px;
    margin-left: 69px;
}

.image-icon.one {
    background-image: url(../assets/PROFFEE\ img.png);
}

.image-icon.two {
    background-image: url(../assets/salted\ caramel\ img.png);
}

.image-icon.three {
    background-image: url(../assets/nitro\ img\ 1.png);
}

.content-column1-below {
    margin-left: 42px;
    width: 285px;
    height: 444.33px;
    overflow: hidden;
}

.content-container-below2 {
    display: flex;
    /* justify-content: center; */
    /* padding-left: 36px; */
}

.content-column2-below {
    margin-left: 19px;
    width: 270px;
    height: 409.33px;
}

.content-column3-below {
    margin-left: 19px;
    width: 270px;
    height: 409.33px;
}

.content-title {
    text-align: center;
    margin-top: -6px;
}

.content-info-container-below {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.content-description {
    text-align: center;
    /* width: 270px; */
    height: 48px;
}

.column--size {
    margin-right: 4px;
}

.column--calories {
    margin-right: 4px;
}

.advancement {
    margin-top: 37px;
    width: 920px;
    height: 44px;
}