@font-face {
    font-family: 'Bree-Serif';
    src: url('./fonts/BreeSerif-Regular.eot');
    src: url('./fonts/BreeSerif-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/BreeSerif-Regular.woff2') format('woff2'),
        url('./fonts/BreeSerif-Regular.woff') format('woff'),
        url('./fonts/BreeSerif-Regular.ttf') format('truetype'),
        url('./fonts/BreeSerif-Regular.svg#BreeSerif-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.main-content{
    width: 1920px;
    height: 1080px;
    overflow: hidden;

    /* background: url('../assets/bg.png');
    background-size: cover;
    background-position: center; */

    background: transparent;
}

.content{
    margin: 50px auto 0;
    display: flex;
    width: 1900px;
}

.content-column.column-1 {
    width: 935px;
    padding-top: 15px;
}

.content-column.column-2 {
    width: 965px;
    padding-top: 15px;
}

h1.title-column-1 {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 78px;
    line-height: 88px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 340px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 95px;
}

.row-column-1{
    display: flex;
    padding-left: 60px;
}

.row-content-1{
    margin-top: 96px;
}

.row-content-2{
    margin-top: 46px;
    height: 230px;
    align-items: center;
}

.row-content-3{
    margin-top: 45px;
}

.product-column {
    width: 330px;
}

.size {
    margin-top: 8px;
}

h2.title-product{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-transform: capitalize;
    
    color: #FFFFFF;
}

p.item-size{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.item-info{
    display: flex;
    align-items: center;
    height: 22px;
}

p.item-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-right: 8px;
    text-transform: capitalize;
    color: #FFFFFF;
}

p.item-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}

h2.title-product.second-product {
    margin-top: 30px;
}

/* Segunda Columna de produictos*/

.title-content{
    height: 131px;
    border-top: 6px solid #AD1C1F;
    border-bottom: 6px solid #AD1C1F;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: 50px;
}

h1.title-column-2 {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 78px;
    line-height: 88px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    max-width: 900px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.principal-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 352px;
    margin-top: 24px;
    width: 455px;
    height: 205px;
    overflow: hidden;
}

h2.title-product.bubble{
    font-size: 44px;
    padding-left: 10px;
    margin-bottom: 14px;
}

.type-info{
    margin-bottom: 15px;
}

.item-qty-reg{
    height: 27px;
    border-radius: 100px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D6242E;
    margin-right: 10px;
}

.item-qty-lg{
    height: 27px;
    border-radius: 100px;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #610D1F;
    margin-right: 10px;
}

p.qty-txt{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 21px;
    color: #FFFFFF;
}

p.price-special-1{
    color: #D6242E;  
    font-size: 33px;
    line-height: 36px;
    margin-right: 14px;
}

p.calories-special-1{
    font-size: 33px;
    line-height: 36px;
    color: #000000;
    border-color: #000000;
}

.secondary-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 414px;
    margin-top: 8px;
    width: 455px;
    height: 165px;
    overflow: hidden;
}

h2.title-product.bubble-secondary{
    font-size: 39px;
    padding-left: 5px;
    margin-bottom: 8px;
    color: #000000;
}

p.price-special-2{
    color: #D6242E;  
    font-size: 30px;
    line-height: 33px;
    margin-right: 10px;
}

p.calories-special-2{
    font-size: 30px;
    line-height: 30px;
    color: #000000;
    border-color: #000000;
}

.reg-2{
    width: 84px;
    margin-right: 7px;
}

.lg-2{
    width: 84px;
    margin-right: 7px;
}

p.qty-txt-2{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 18px;
    color: #FFFFFF;
}

.row-items{
    display: flex;
}

.row-items-2{
    margin-top: 20px;
    padding-left: 128px;
}

.item{
    width: 215px;
    height: 222px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.item-1{
    margin-right: 42px;
    margin-left: 2px;
}

.item-2{
    margin-right: 34px;
}

.item-3{
    margin-right: 15px;
}

.item-5{
    margin-right: 40px;
}

.item-6{
    margin-right: 25px;
}

h3.item-title{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 39px;
    color: #000000;

    white-space: nowrap;
}

.row-items .item-info{
    margin-top: 8px;
}

p.row-item-price{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-right: 8px;
    text-transform: capitalize;
    color: #D6242E;
}

p.row-item-calories{
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.water-title{
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.water-title h2.second-product{
    margin-top: 0;
}

img.water {
    margin-left: 15px;
}

span {
    font-family: 'Bree-Serif';
    font-style: normal;
    font-weight: 700;
}