@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@font-face{
    font-family: "Acuta-Bold";
    src: url("../../fontes/acuta/AcutaW03-Bold.eot");
    src: url("../../fontes/acuta/AcutaW03-Bold.eot?#iefix")format("embedded-opentype"),
	    url("../../fontes/acuta/AcutaW03-Bold.woff")format("woff"),
	    url("../../fontes/acuta/AcutaW03-Bold.woff2")format("woff2"),
	    url("../../fontes/acuta/AcutaW03-Bold.ttf")format("truetype"),
	    url("../../fontes/acuta/AcutaW03-Bold.svg#AcutaW03-Bold")format("svg");
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
@font-face{
    font-family: "Acuta-Medium";
    src: url("../../fontes/acuta/AcutaW03-Medium.eot");
    src: url("../../fontes/acuta/AcutaW03-Medium.eot?#iefix")format("embedded-opentype"),
	    url("../../fontes/acuta/AcutaW03-Medium.woff")format("woff"),
	    url("../../fontes/acuta/AcutaW03-Medium.woff2")format("woff2"),
	    url("../../fontes/acuta/AcutaW03-Medium.ttf")format("truetype"),
	    url("../../fontes/acuta/AcutaW03-Medium.svg#AcutaW03-Medium")format("svg");
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}

:root {
    --cor-1: #FFCF3F;
    --cor-2: #28226C;
    --cor-3: #F29100;
    --cor-4: #1ED46F;
    --cor-5: #F8F5EE;
    --cor-6: #161616;

    --bs-font-sans-serif: 'DM Sans',system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.titulo {
    font-family: "Acuta-Bold";
    font-size: 80px;
    line-height: 78px;
}
.titulo.cor-1 {
    color: var(--cor-1);
}
.titulo.cor-2 {
    color: var(--cor-2);
}
.titulo.cor-3 {
    color: var(--cor-3);
}

.texto {
    font-size: 20px;
    line-height: 160%;;
}
.texto.cor-6 {
    color: var(--cor-6);
}

.link {
    font-family: "Acuta-Medium";
    font-size: 16px;
    display: inline-block;
    padding: 13px 32px;
    border: 1px solid transparent;
    border-radius: 32px;
    letter-spacing: 2px;
}
.link.cor-2 {
    color: var(--cor-2);
    border-color: var(--cor-2);
}



a {
    text-decoration: none;
}

html, body {
    overflow-x: hidden;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: var(--i);
    position: fixed;
    width: 100%;
    height: 78px;
    background-color: rgba(255,255, 255, .8);
    transition: 0.4s;
}
header.scroll {
    background-color: white;
    box-shadow: 0px 2px 2px rgba(0,0,0, 0.2);
}
#menu {
    height: 78px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}
#menu a {
    font-size: 18px;
    color: var(--cor-2);
}
#menu a:hover, #menu a.active {
    color: var(--cor-3);
}

#banner {
    height: 740px;
    background-color: var(--cor-5);
}
#banner-img {
    height: 445px;
    width: 100%;
}
#banner .info {
    height: 740px;
}
#banner .info h1 span {
    color: transparent;
    font-size: 0;
}
#banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#banner .banner-obj-1 {
    width: 253px;
    height: 271px;
    right: 0;
    top: 440px;
}
#banner .banner-obj-1 .data {
    line-height: 30px;
}
#banner .banner-obj-1 span {
    font-size: 40px;
    font-family: 'Acuta-Medium';
    color: var(--cor-3);
}
#banner .banner-obj-1 strong {
    font-size: 40px;
    font-family: 'Acuta-bold';
    color: var(--cor-3);
}
#banner-obj-2 {
    right: 0;
    top: 235px;
}
#banner-obj-3 {
    bottom: -100px;
    left: 0;
}

#sobre {
    position: relative;
    z-index: var(--i);
}
#sobre .info {
    min-height: 760px;
    padding-top: 160px;
}
#sobre .objetos {
    height: 546px;
    transform: translateY(330px);
}
#sobre .obj-1 {
    bottom: -35px;
    right: 165px;
}
#sobre .obj-3 {
    top: -285px;
}
#sobre .img-1 {
    position: absolute;
    left: 115px;
}

#pratos {
    background-color: var(--cor-1);
    z-index: var(--i);
    padding-top: 150px;
}
#pratos .info {
    min-height: 370px;
}
#pratos .nome img {
    top: 50%;
    transform: translateY(-50%);
    left: -110px;
    position:absolute;
}
#pratos .titulo {
    filter: drop-shadow(0px 3px 3px rgba(0,0,0,.4));
}



#realizacao {
    z-index: var(--i);
    
}
#realizacao h2 {
    font-family: "Acuta-Medium";
    font-size: 24px;
    color: var(--cor-2);
}
#realizacao .obj-1 {
    background-color: var(--cor-1);
    height: 103px;
}
#realizacao .obj-1 img {
    left: 50%;
    transform: translateX(-50%);
}
#realizacao .info {
    gap: 80px;
    min-height: 180px;
}
#realizacao .logos {
    gap: 55px;
}
#realizacao .logos .logo img{
    height: 38px;   
}
#realizacao .obj-2 {
    height: 188px;
}
#realizacao .obj-2 img {
    left: 50%;
    transform: translateX(-50%);
}
#realizacao .img-1 {
    top: -600px;
    left: 50px;
}


footer {
    background-color: var(--cor-4);
}

footer .sociais {
    gap: 32px;
}

#direitos {
    color: var(--cor-2);
    font-size: 16px;
    letter-spacing: -2%;
}

/*-xl*/
@media (max-width: 1399.98px) {
}

/*-lg*/
@media (max-width: 1199.98px) {

    #realizacao .img-1 {
        width: 300px;
        height: 303px;
        top: -300px;
    }
    #realizacao img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/*-md*/
@media (max-width: 991.98px) {
    #banner {
        height: 650px;
    }
    #banner .info {
        height: 650px;
    }
    #banner-img {
        height: 320px;
    }
    #banner h1 {
        margin-bottom: 20px;
    }
    #banner .banner-obj-1 {
        height: auto;
        width: auto;
    }

    #pratos {
        padding-top: 0;
        text-align: center;
        background: url('../../imagens/site/sobre-obj-5.png') center top no-repeat var(--cor-1);
        background-size: contain;
    }
    #pratos .nome img {
        position: static;
        transform: none;
    }
    #pratos .info {
        min-height: auto;
    }
    .sobre-obj-2 {
        background-color: var(--cor-1);
        height: auto;
    }
    .sobre-obj-2 img { 
        width: 100%;
        display: block;
    }

    
    #sobre {
        text-align: center;
        position: static;
    }
    #sobre .info {
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 50px;
    }
    #sobre .objetos {
        height: auto;
        transform: none;
        margin-top: 70px;
    }
    #sobre .obj-2 {
        height: auto;
    }
    #sobre .obj-2 img {
        width: 100%;
    }
    #sobre .obj-3 {
        top: -70px;
    }
    #sobre .img-1 {
        position: relative !important;
        left: auto;
    }

    #realizacao .logos {
        flex-wrap: wrap;
        justify-content: center;
    }

}

/*-sm*/
@media (max-width: 767.98px)  {
    html.active, body.active {
        overflow-y: hidden;
    }
    #bt-menu {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        box-shadow: 0px 3px 3px rgba(0,0,0,.2);
        background-color: var(--cor-2);
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 100%;
        border: none;
    }
    #bt-menu i {
        color: white;
        font-size: 28px;
    }
    #bt-menu .bi-x {
        display: none;
    }
    #bt-menu.active .bi-x {
        display: inline;
    }
    #bt-menu.active .bi-list {
        display: none;
    }
    header {
        height: 100vh;
        background: var(--cor-2);
        left: -101vw;
        transition: 0.4s;
    }
    header.active {
        left: 0;
    }
    #menu {
        height: 100vh;
        width: 100%;
        flex-direction: column;
        gap: 55px;
        text-align: center;
    }
    #menu a {
        font-size: 22px;
        color: white;
    }
    #menu a.active {
        color: var(--cor-1);
    }
    #realizacao .img-1 {
        display: none;
    }
}

/*-xs*/
@media (max-width: 575.98px) {
    .titulo {
        font-size: 50px;
        line-height: 50px;
    }
    .texto {
        font-size: 16px;
        line-height: 150%;
    }
    #banner {
        height: 325px;
    }
    #banner .info {
        height: 420px;
    }
    #banner .obj-4 {
        margin-top: -100px;
    }
    #banner-img {
        height: 190px;
    }
    #banner h1 img {
        width: 175px;
    }
    #banner-obj-3 {
        bottom: 55px;
        left: -20px;
    }
    #banner-obj-3 img {
        width: 90px;
    }
    #banner .banner-obj-1 span, #banner .banner-obj-1 strong {
        font-size: 20px;
    }

    #sobre {
        margin-top: 55px;
    }
    #sobre .img-1 img {
        width: 255px;
    }
    #sobre .obj-3 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #sobre .obj-3 img {
        width: 460px;
    }

    #direitos {
        font-size: 12px;
    }
}