.banner-interna {
    background-color: var(--cor-5);
    height: 550px;
}
.banner-interna .info {
    height: 635px;
    text-align: center;
}
.banner-interna h1 {
    margin-bottom: 50px;
}
.banner-interna h1 span {
    color: transparent;
    font-size: 0;
}
.banner-interna h2 {
    font-size: 64px;
    color: var(--cor-3);
}
.banner-interna h2 strong {
    font-family: "Acuta-Bold";
}
.banner-interna h2 span {
    font-family: "Acuta-Medium";
}
.banner-obj-4 {
    margin-top: -45px;
    height: 160px;
    position: relative;
    z-index: -1;
}
.banner-obj-4 img {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

#pratos-participantes {
    padding-top: 75px;
    text-align: center;
}
#pratos-participantes .swiper-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 98%;
    margin: 0 auto;
    text-align: initial;
}
#pratos-participantes .swiper-slide {
    width: 23%;
    padding: 16px 8px;
    border-radius: 16px;
    background-color: var(--cor-5);
    position: relative;
    margin-bottom: 120px;
    height: auto;
}

#pratos-participantes .swiper-slide .imagem {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 24px;
}
#pratos-participantes .restaurante.swiper-slide .imagem {
    margin-bottom: 0;
}
#pratos-participantes .swiper-slide .logo {
    width: 260px;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    padding: 5px;
    background-color: #f9f9f9;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
#pratos-participantes .swiper-slide .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
#pratos-participantes .swiper-slide .info {
    padding: 0 10px;
}
#pratos-participantes .swiper-slide .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#pratos-participantes .swiper-slide .estabelecimento {
    padding: 3px 12px;
    font-family: "Acuta-Medium";
    font-weight: 300;
    font-size: 16px;
    color: var(--cor-2);
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 4%;
    border-radius: 14px;
    background-color: var(--cor-1);
}
#pratos-participantes .swiper-slide h3 {
    font-size: 32px;
    color: var(--cor-2);
    text-transform: capitalize;
    font-family: "Acuta-Medium";
    font-weight: 300;
    padding-top: 8px;
    height: 90px;
    overflow: hidden;
}
#pratos-participantes .swiper-slide .descricao {
    font-size: 14px;
    line-height: 20px;
    color: var(--cor-6);
 
}

#pratos-participantes .swiper-slide .tagDelivery {
   
    background-color: var(--cor-1);
    color: var(--cor-2);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 8px;
    font-family: "Acuta-Medium";
    display: inline-block;
    position: absolute;
    bottom: 10px;

}
#pratos-participantes  .swiper-slide address {
   
    margin: 0;
    padding: 10px 15px 0px 10px;
    color: var(--cor-6);
    font-size: 14px;
    line-height: 20px;
    height: 175px;
}

#realizacao .img-1,
#realizacao .obj-1 {
    display: none;
}

/*-xl*/
@media (max-width: 1399.98px) {
    #pratos-participantes .swiper-slide {
        width: 30%;
    }
}

/*-lg*/
@media (max-width: 1199.98px) {
    #pratos-participantes .swiper-slide {
        width: 30%;
    }
    #pratos-participantes .swiper-slide .imagem {
        height: 325px;
    }
    #pratos-participantes .swiper-slide .logo {
        width: 220px;
        height: 147px;
        bottom: -50px;
    }
}
/*-md*/
@media (max-width: 991.98px) {
    .banner-interna {
        height: 460px;
    }
    .banner-interna .info {
        height: 556px;
    }

    #pratos-participantes .swiper-slide {
        width: 47%;
    }
}

/*-sm*/
@media (max-width: 767.98px) {
    #pratos-participantes .swiper-wrapper {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 0;
    }
    #pratos-participantes .swiper-slide .imagem {
        height: 340px;
    }
    .banner-interna {
        height: 250px;
    }
    .banner-interna .info {
        height: 360px;
    }
    .banner-interna h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .banner-interna h1 img {
        width: 150px;
    }
        #pratos-participantes .swiper-slide .logo {
        height: 105px;
        bottom: -40px;
        width: 190px;
    }
    #pratos-participantes .swiper-slide .logo img {
        object-fit: contain;
    }
}

/*-xs*/
@media (max-width: 575.98px) {
    .area-slide-pratos {
        width: 90%;
    }
    #pratos-participantes .swiper-slide .imagem {
        height: 370px;
    }
}
.swiper {
    overflow: visible !important;
}
.swiper-button-next {
    right: -20px;
}
.swiper-button-prev {
    left: -20px;
}
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    line-height: normal;
    color: white;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: green;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
}
