@font-face {
  font-family: 'Veneer L';
  src: url('../fonts/VeneerLowRes.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Veneer';
    src: url('../fonts/Veneer.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Basic Sans';
    src: url('../fonts/basicsans.ttf');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'Tomarik';
    src: url('../fonts/tomarik.ttf');
    font-weight: normal;
    font-style: normal;
  }

.img-80{
    width: 90%;
}
img{
    width: 100%;
}
img.im{
    width: 100%;
    display: none;
}
img.id{
    display: block;
    width: 100%;
}
.show-d{
    display: block;
}
.show-m{
    display: none;
}

header{
    background-color: #BF304A;
    padding: 7px 0;
}

header nav a i{
    color: #fff;
}

.banner .buttons {
    position: absolute;
    top: 50px;
    right: 25px;
    transform: translate(-50%, -50%);
}
.banner .buttons a {
    font-size: 25px;
    color: #d79818;
}
.banner{
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
}

.btn-whats:hover{
    color:#FF9E01;
}

.btn-whats{
    position: absolute;
    top: -24px;
    left: calc(50% - 131px);
    z-index: 99999999;
    font-family: 'Veneer';
    color: #fff;
    background-color: #E20016;
    text-transform: uppercase;
    padding: 8px 25px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 25px;
}

.chefs{
    background-color: #E2AE2A;
}
.chefs .title{
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
}
.chefs .title div{
    font-family: Tomarik;
    font-weight: bold;
    font-size: 40px;
    color: white;
    padding: 35px 40px 25px 40px;
    background-color: #BF304A;
    width: max-content;
    text-transform: uppercase;
}
.chefs .chef-grid{
    padding: 0;
}

.palestras{
    background-color: #FFFDEA;
}
.palestras .title{
    display: flex;
    justify-content: center;
    background-color: #BF304A;
}
.palestras .title div{
    font-family: Tomarik;
    font-weight: bold;
    font-size: 40px;
    color: white;
    padding: 35px 60px 25px 60px;
    background-color: #002147;
    width: max-content;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.palestras .eventos{
    padding-top: 50px;
    padding-bottom: 50px;
}
.palestras .eventos-top{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.palestras .eventos .dia{
    padding: 50px 0 25px 0;
    display: flex;
    justify-content: center;
    background-color: #F1274C;
    font-size: 1.8rem;
}
.palestras .eventos .dia .semana{
    font-family: Tomarik;
    background-color: #002249;
    padding: 7px;
    color: white;
    text-transform: uppercase;
}
.palestras .eventos .dia .data{
    font-family: Tomarik;
    background-color: #E2AE2A;
    padding: 7px;
    color: white;
}
.palestras .eventos .dia2{
    padding: 50px 0 25px 0;
    display: flex;
    justify-content: center;
    background-color: #00C923;
    font-size: 1.8rem;
}
.palestras .eventos .dia2 .semana{
    font-family: Tomarik;
    background-color: #0079BC;
    padding: 7px;
    color: white;
    text-transform: uppercase;
}
.palestras .eventos .dia2 .data{
    font-family: Tomarik;
    background-color: #BF304A;
    padding: 7px;
    color: white;
}
.palestras .eventos .evento{
    margin-bottom: 35px;
}
.palestras .eventos .evento .evento-title{
    display: table;
    margin-bottom: 7px;
}
.palestras .eventos .evento .hora1{
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
}
.palestras .eventos .evento .hora1 div:first-child{
    font-family: Tomarik;
    background-color: #DE2C4A;
    padding: 5px;
    color: #FFB100;
    min-width: 70px;
}
.palestras .eventos .evento .hora1 div:last-child{
    font-family: Tomarik;
    background-color: #001B47;
    padding: 5px;
    color: #FFB100;
    min-width: 70px;
}
.palestras .eventos .evento .hora2{
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
}
.palestras .eventos .evento .hora2 div:first-child{
    font-family: Tomarik;
    background-color: #0079BC;
    padding: 5px;
    color: #FFB100;
    min-width: 70px;
}
.palestras .eventos .evento .hora2 div:last-child{
    font-family: Tomarik;
    background-color: #DE2C4A;
    padding: 5px;
    color: #FFB100;
    min-width: 70px;
}
.palestras .eventos .evento .nome{
    /* text-transform: uppercase; */
    padding-left: 7px;
}
.palestras .eventos .evento .assunto{
    border: 1px solid #F3AF04;
    padding: 5px 7px;
}
.pratos{
    background-color: #002147;
}
.pratos .title{
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}
.pratos .title div{
    font-family: Tomarik;
    font-weight: bold;
    font-size: 40px;
    color: white;
    padding: 75px 50px 25px 50px;
    background-color: #BF304A;
    width: max-content;
    text-transform: uppercase;
    line-height: .9;
}
.pratos .title div span{
    color: #E2AE2A;
    text-transform: uppercase;
}
.pratos .valores{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 70px;
    font-family: Tomarik;
    font-weight: bold;
    color: #E2AE2A;
    text-align: center;
}
.pratos .valores span{
    font-size: 30px;
}
.pratos .ilhas h2{
    font-family: Tomarik;
    margin-top: 60px;
    color: white;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
}
.pratos .ilhas p{
    margin-top: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
}
.icones img{
    z-index: 100000;
    position: relative;
}
.icones{
    position: relative;
    padding: 50px 0;
    background: #E2AE2A;
}

.icones::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #002147;
    top: 0;
    left: 0;
}

.patrocinio{
    position: relative;
    padding: 0 0 50px 0;
    background: #66A33E;
}
.patrocinio .title{
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    z-index: 100000;
}
.patrocinio .title div{
    font-family: Tomarik;
    font-weight: bold;
    font-size: 40px;
    color: white;
    padding: 35px 40px 25px 40px;
    background-color: #BF304A;
    width: max-content;
    text-transform: uppercase;
    z-index: 100000;

}
.patrocinio::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #002147;
    top: 0;
    right: 0;
}
.patrocinio img{
    z-index: 100000;
    position: relative;
}

.doc{
    position: relative;
    padding: 50px 0;
    background: #002147;
}

.btn-inscreva:hover{
    color: #002147;
}
.btn-inscreva{
    background: #66A33E;
    color: white;
    padding: 15px 30px;
    font-family: Tomarik;
    font-size: 30px;
    text-decoration: none;
}
.programacao{
    padding: 30px;
    background-color: #002249;
}
.programacao-img{
    max-width: 75%;
}

.video{
    display: none;
}
.video video{
    max-width: 100%;
}

@media (min-width: 1450px) AND (max-width: 1762px) {
}
@media (min-width: 1450px) AND (max-width: 1800px) {
}
@media (min-width: 992px) AND (max-width: 1449px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    img.id, .show-d{
        display: none;
    }
    img.im, .show-m{
        display: block;
    }

    .show-m{
        display: block;
    }
    .programacao-img{
        max-width: 100%;
    }
    .palestras .eventos{
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .icones img{
        padding-bottom: 10px;
    }
    .icones::before{
        background-color: #E2AE2A;
    }
    .programacao {
        padding: 30px 0;
    }
    .video{
        display: block;
    }
}
@media (max-width: 590px) {
    .pratos .title div{
        font-size: 30px;
    }
    .pratos .valores{
        font-size: 50px;
    }
    .pratos .valores span{
        font-size: 20px;
    }
    .chefs .title div{
        font-size: 30px;
    }
    .patrocinio .title div{
        font-size: 20px;
    }
    .icones .icone{
        padding-right: calc(var(--bs-gutter-x)* .2);
        padding-left: calc(var(--bs-gutter-x)* .2);
    }
    .pratos .ilhas h2{
        font-size: 30px;
    }
    .pratos .ilhas p{
        font-size: 16px;
    }
    .btn-inscreva{
        font-size: 20px;
    }
}
@media (max-width: 417px) {
    .chefs .title div{
        font-size: 20px;
    }
    .btn-inscreva{
        font-size: 15px;
    }
    .pratos .title div{
        font-size: 20px;
    }
    .patrocinio .title div{
        font-size: 15px;
    }
}

.bg-vermelho{
    background-color: #BF304A;
}
.bg-verde{
    background-color: #66A33E;
}