body{
    font-family: "Times New Roman", serif;
    color: #222220;
}
.container{
    max-width: 1600px;
    margin: 0 auto;
}
.header img{
    display: block;
    max-width: 100%;
    height: auto;
}
.header .col{
    justify-content: center;
    align-items: center;
    display: flex
}
.title{
    text-align: center;
    font-size: 72px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 35px;
}
.titCol{
    font-size: 60px;
    text-align: center;
    font-weight: 500;
    margin-top: 25px;
    line-height: normal;
    margin-top: 15px;
}
.tbl{
    display: table;
    width: 100%;
}
.tr{
    display: table-row;
}
.td{
    display: table-cell;
    font-size: 48px;
    line-height: normal;
    position: relative;
    padding-top: 15px;
}
.td-right{
    text-align: right;
}
.tr .td:first-child{
    padding-right: 15px;
}
.td span{
    font-size: 30px;
    display: inline-block;
}
.td .span1{
    position: relative;
    top: -20px
}
.td .span2{
    position: relative;
    display: inline-block;
    line-height: normal;
    margin-top: 20px;
}
.separator{
    background: #222220;
    height: 3px;
    margin: 55px 0;
}
.row .col{
    padding: 0 65px;
}
.row .td>div{
    font-size: 30px;
    margin: 25px 0 40px;
}
.titSalados,
.titSweet {
    min-height: 150px;
}
.titSweet em{
    font-style: normal;
    font-size: 38px;
    color: #6a933d;
    font-weight: 600;
    position: relative;
    top: -15px;
    display: inline-block;
    background: url('./images/icon.png') left center no-repeat;
    padding-left: 45px;
}
.td i{
    position: absolute;
    top: 8px;
    left: -34px;
    display: inline-block;
    background: url('./images/icon.png') left center no-repeat;
    width: 29px;
    height: 37px;
}
.titCafe >div{
    font-style: normal;
    font-size: 38px;
    font-weight: 600;
    position: relative;
    top: -15px;
}

#footer{
    background: #000;
    color: #FFF;
    font-size: 36px;
}
#footer .col{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#footer .row>.col:last-child{
    text-align: right;
}

@media(max-width: 1480px){
    .title {
        font-size: 60px;
    }
    .titCol {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .td {
        font-size: 35px;
    }
    .td span {
        font-size: 24px;
    }
    .td .span1 {
        top: -12px;
    }
    .td .span2 {
        margin-top: 8px;
    }
    .titSalados, .titSweet {
        min-height: 90px;
    }
    .titSweet em {
        font-size: 33px;
        top: -10px;
    }
}
@media (max-width: 1280px) {
    .title {
        font-size: 50px;
    }
    .titCol {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .td {
        font-size: 30px;
    }
    .titSweet em {
        font-size: 25px;
        top: -6px;
    }
    .td span {
        font-size: 19px;
        font-weight: 400;
    }
    #footer {
        padding: 25px 0;
        font-size: 26px;
    }
    .row .td > div {
        font-size: 24px;
    }
    .titSweet em {
        background-size: auto 100%;
        padding-left: 30px;
    }
    .titCafe > div {
        font-size: 23px;
        font-weight: 400;
    }
}
@media (max-width: 1050px) {
    .td .span1{
        position: initial;
        display: block;
    }
    .td .span1_1{
        top: -2px;
    }
    .td .span2 {
        margin-top: 0;
    }
}
@media (max-width: 1020px) {
    .title {
        font-size: 40px;
    }
    .titCafe > div {
        top: -5px;
    }
    .titCol {
        font-size: 30px;
    }
    .titSalados, .titSweet {
        min-height: 70px;
    }
}
@media (max-width: 991px) {
    .row .col {
        padding: 0 45px;
    }
    #footer {
        padding: 25px 0;
        font-size: 20px;
    }
    #footer .col:first-child{
        flex-basis: 55%;
    }
    #footer .row > .col:last-child {
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .title {
        font-size: 35px;
    }
    .titCol {
        font-size: 25px;
    }
    .td {
        font-size: 23px;
    }
    .td span {
        font-size: 16px;
    }
    .titSweet em {
        background-size: auto 20px;
        padding-left: 20px;
    }
    .titSweet em {
        font-size: 20px;
    }
    .td i{
        background-size: auto 20px;
        left: -20px;
    }
    .row .td > div {
        font-size: 17px;
    }
    .row .col {
        padding: 0 30px;
    }
    .titCafe > div {
        font-size: 18px;
    }
}
@media (max-width: 680px) {
    #footer {
        padding: 25px 0;
        font-size: 17px;
    }
    #footer .row > .col:first-child {
        flex-basis: 60%;
    }
    #footer .row > .col:last-child{
        flex-basis: 40%;
    }
}
@media (max-width: 650px) {
    .row{
        flex-wrap: wrap;
        flex-direction: column;
    }
    #footer .row {
        flex-wrap: initial;
        flex-direction: row;
    }
}
@media (max-width: 480px) {
    #footer .row{
        flex-wrap: wrap;
        flex-direction: column;
        text-align: center;
    }
    #footer .row > .col:last-child{
        text-align: center;
        padding-right: 0;
    }
}
