@font-face {
    font-family: Helvetica-Condensed;
    src: url("../font/HelveticaNeueLTPro-Cn.otf");
}

@font-face {
    font-family: Helvetica-Black;
    src: url("../font/HelveticaNeueCondensedBlack.ttf");
}

html, body{
    width: 100%;
    height: 500vw;
    margin: 0px;
    display: flex;
    justify-content: center;
    font-family: Helvetica-Condensed;
    font-size: 1.7vw;
}

.container{
    width: 90vw;
    height: 500vw;
    display: grid;
    grid-template-columns: 1fr 6fr 1fr 2fr 1fr 1fr 2fr 1fr 3fr 5fr 1fr;
    grid-template-rows: 2fr 2fr 7fr 1fr 2fr 2fr 6fr 1fr 6fr 3fr 3fr 7fr 2fr 9fr 1fr 13fr 10fr 2fr 8fr 9fr 9fr 20fr 2fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

section p{
    margin: 0px;
    line-height: 1.5;
    color: #535353;
}

section p span{
    font-weight: bold;
}

.header { 
    grid-area: 1 / 1 / 2 / 12;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header img{
    height: 35%;
}

.section-0{
    grid-area: 3 / 6 / 4 / 11;
    color: #fff;
    z-index: 10;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.section-0 p{
    color: #fff;
}

.section-0 p span{
    font-weight: bold;
}

.section-1{
    grid-area: 2 / 1 / 3 / 12;
    background-color: #ffffff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.section-1 p{
    margin: 0px;
    margin-bottom: -2%;
    font-family: Helvetica-Black;
    color: #adbda2 ;
    font-size: 2.6em;
}

.section-2{
    grid-area: 3 / 1 / 6 / 12;
    background-color: #adbda2;
}

.section-3{
    grid-area: 3 / 2 / 7 / 5;
    background-image: url("../img/01-kitchenaid-pistachio.png");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 10;
}

.section-4{
    grid-area: 4 / 6 / 5 / 12;
    z-index: 50;
}

.section-4 p{
    font-family: Helvetica-Black;
    color: #ffffff;
    font-size: 2.2em;
    z-index: 20;
}

.section-5{
    grid-area: 5 / 4 / 9 / 12;
    background-image: url("../img/02-kitchenaid-pistachio.png");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: -4%;
}

.section-6{
    grid-area: 7 / 2 / 9 / 3;
    text-align: right;
}

.section-6 p span{
    color: #adbda2;
}

.section-7{
    grid-area: 8 / 10 / 12 / 12;
    background-image: url("../img/04-kitchenaid-pistachio.png");
    background-position: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.section-8{
    grid-area: 9 / 5 / 10 / 10;
    display: flex;
    flex-direction: column;
    padding: 12%;
    margin-right: -20%;
    align-items: center;
}

.section-9{
    grid-area: 10 / 2 / 11 / 10;
}

.section-10{
    grid-area: 11 / 2 / 12 / 10;
}

.section-10, .section-9{
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 4%;
    padding-left: 14%;
}

.section-8 p span, .section-9 p span, .section-10 p span, .section-11 p span{
    color: #adbda2;
}

.section-11{
    grid-area: 12 / 9 / 13 / 11;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-12{
    grid-area: 14 / 2 / 15 / 6;
    z-index: 10;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;    
}

.section-12 p{
    color: #ffffff;
    text-align: right;
}

.section-13{
    grid-area: 14 / 1 / 15 / 12;
    background-color: #adbda2;
}

.section-14{
    grid-area: 13 / 7 / 16 / 12;
    background-image: url("../img/06-kitchenaid-pistachio.png");
    background-position: left;
    background-size: 100% AUTO;
    background-repeat: no-repeat;
    z-index: 10;
}

.section-15{
    grid-area: 15 / 1 / 17 / 12;
    background-image: url("../img/07-kitchenaid-pistachio.png");
    background-position: center;
    background-size: auto 100%  ;
    background-repeat: no-repeat;
}

.section-16{
    grid-area: 17 / 1 / 19 / 8;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: right; 
    background-image: url("../img/08-kitchenaid-pistachio.png");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.section-17{
    grid-area: 17 / 8 / 19 / 11;
    padding: 12%;
}

.section-18{
    grid-area: 19 / 7 / 20 / 12;
    background-image: url("../img/09-kitchenaid-pistachio.png");
    background-position: center;
    background-size: auto 90% ;
    background-repeat: no-repeat;
}

.section-19{
    grid-area: 19 / 2 / 20 / 7;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-19 p{
    margin: 0;
}

.section-21{
    grid-area: 9 / 1 / 10 / 5;
    background-image: url("../img/03-kitchenaid-pistachio.png");
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.section-22{
    grid-area: 12 / 1 / 14 / 9;
    background-image: url("../img/05-kitchenaid-pistachio.png");
    background-position: center;
    background-size: auto 100%  ;
    background-repeat: no-repeat;
}

.section-23{
    grid-area: 20 / 1 / 21 / 5;
    background-image: url("../img/10-kitchenaid-pistachio.png");
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.section-24{
    grid-area: 20 / 5 / 21 / 12;
    background-color: #adbda2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10%;
}

.section-24 p{
    color: #ffffff;
}

.section-24 p span{
    font-size: 3.6vw;
    font-family: Helvetica-Black;
}

.section-25{
    grid-area: 25 / 1 / 26 / 8;
    text-align: right;
    color: #ffffff;
    background-color: #ad0014;
    line-height: 1.5;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 12%;
    padding-left: 12%;
}

.section-20{
    grid-area: 21 / 1 / 22 / 8;
    background-image: url("../img/12-kitchen-aid-empire-red-preparando-recheio.png");
    background-size: auto 100% ;
    background-repeat: no-repeat;
}

.section-28{
    grid-area: 21 / 8 / 22 / 12;
    line-height: 1.5;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 11%;
}

.section-28 p{
    color: #535353;
    margin-bottom: 7%;
}

.section-28 span{
    font-family: Helvetica-Black;
    color: #8a8a8a ;
    font-size: 1.8em;
    line-height: 1;
    text-transform: uppercase;
}

.section-29{
    grid-area: 22 / 1 / 23 / 12;
    display: flex;
    justify-content: center;
}

.section-29 table{
    border-collapse: collapse;
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 3vw;
}

.section-29 table th{
    border: 0.7vw solid #fff;
    width: 20%;
    background-color: #e6e7e8;
    color: #6d6e71;
}

.section-29 table th img {
    width: 87%;

}

.section-29 table td{
    border: 0.7vw solid #fff;
    width: 20%;
    background-color: #f3f4f4;
    color: #6d6e71;
}

.section-29 table tr:nth-child(1) th{
    background-color: #fff;
}


.section-30{
    grid-area: 23 / 1 / 24 / 12;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-30 img{
    height: 35%;
}