/*  CRIADOR: ALBERTO PEREIRA DE SOUZA
    ANO: 2023
*/
@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    --limao: rgb(35, 255, 71);
}

/* termino da configuração geral*/

body {
    max-width: 100%;
    min-height: 100%;
    font-family: cookie;
}

/************************************inicio configuracao**************************************************/

header {
    width: 100%;
}

.inicio {}

.cabecalho {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.introdu {
    display: flex;
    justify-content: center;
    padding: 5px 5px 5px 5px;
    width: 99%;
    height: 160PX;
}

.cabprin {
    width: 100%;
    width: 500px;
}

.cab {
    display: flex;
    width: 100%;
    height: 100%;
}

.cabimg {
    display: block;
    margin: auto;
    width: 180px;
    height: 90%;
}

.locali {
    display: flex;
    justify-content: center;
    width: 500px;
    border-radius: 10px;
    border: 2px solid darkgray;

}

.local {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    height: 100%;
}

.locimg {
    position: relative;
    top: 12px;
    margin: 0px auto 0px auto;
    width: 200px;
    height: 40%;
}

.local h1 {
    position: relative;
    top: -27px;
    text-align: center;
    margin: 0px;
    font-size: 35px;
    font-weight: 400;
    color: white;
    text-shadow: 1px 1px 10px black;
}

.local h2 {
    position: relative;
    top: -22px;
    margin: 0px;
    font-size: 25px;
    font-weight: 400;
    color: darkgrey;
    text-align: center;
    text-shadow: 4px 4px 5px;
}

.localpt {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    top: -15px;
}

label {
    font-size: 20px;
}

.localpt1,
.localpt2,
.localpt3 {
    display: flex;
    line-height: 18px;
}

.localpt h3 {
    font-size: 20px;
    ;
}

.menubot {
    display: flex;
    justify-content: center;
    width: 500px;
    height: 100%;
}

.botmenu {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 30%;
    height: 100%;
    border-radius: 10%;
    border: 2px solid darkgray;
    align-items: center;
    cursor: pointer;
}

.botimg {
    display: block;
    margin: auto;
    width: 120px;
    height: 90%;
}

.sacite {
    display: block;
    position: absolute;
    top: 83px;
}

.texit {
    font-weight: 400;
    font-size: 35px;
    color: white;
    text-shadow: 1px 1px 10px black;
}

.texit:hover {
    color: aqua;
}

.texit:active {
    color: var(--limao);
}

/*****  PONTO 1 *****/
.divisor {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.linha {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    border-top: 2px solid var(--limao);
}

.imgdivisor {
    top: -25px;
    width: 50px;
    height: 40px;
}

.cabnav {
    display: flex;
    height: 70px;
    justify-content: center;
}

.cabul {
    display: flex;
    width: 90%;
    height: 100%;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
}

.menuimg2,
.menuimg3 {
    display: none;
}

.menuimg {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}

.imgmenu {
    width: 60%;
    height: 100%;
}

.cabul a {
    display: flex;
    text-decoration: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-left: 2px solid white;
    border-right: 2px solid white;
}

.inativo {
    border-bottom: 2px solid red;
    color: darkgray;
}

.inativo:hover {
    border-left: 2px solid red;
    border-right: 2px solid red;
    color: red;
    background-color: yellow;
}

.inativo:active {
    border-left: 2px solid var(--limao);
    border-right: 2px solid var(--limao);
    color: var(--limao);
}

.cabil h1 {
    font-size: 30px;
}

.ativo {
    border-left: 2px solid red;
    border-right: 2px solid red;
    background-color: red;
    color: white;
}

/***********************************corpo***********************************/
#parteinicial {
    display: block;
}

.mensag {
    display: block;
    font-size: 3rem;
    color: darkgray;
    text-shadow: 4px 4px 5px;
}

.corpo {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

.promo {
    width: 90%;
    height: 100%;
    text-align: center;
    margin: auto;
}

.promo h1 {
    font-size: 3rem;
    color: red;
    font-weight: 500;
}

.promocao {
    width: 100%;
    height: 100%;
}

.inicio {
    display: grid;
    position: relative;
    justify-content: space-around;
    grid-template-columns: 22% 22% 22% 22%;
    column-gap: 10px;
    grid-template-areas:
        "promo1 promo2 promo3 promo4";
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.inicio h1 {
    font-weight: 400;
    font-size: 1.2rem;
    color: red;
}

.inicio h2 {
    font-weight: 500;
    font-size: 1rem;
    color: darkolivegreen;
    text-decoration: line-through;
}

.promo1 {
    grid-area: promo1;
    display: block;
    margin: auto;
}

.promo2 {
    grid-area: promo2;
    display: block;
    margin: auto;
}

.promo3 {
    grid-area: promo3;
    display: block;
    margin: auto;
}

.promo4 {
    grid-area: promo4;
    display: block;
    margin: auto;
}

.imgpromo {
    width: 100%;
    height: 100%;
}

.valor {
    background-color: var(--limao);
}

/***********************************meio***********************************/
.meio {
    display: block;
    width: 90%;
    height: 100%;
    margin: auto;
    text-align: center;
}

.meioh1 {
    text-align: center;
    font-size: 3rem;
    color: red;
    font-weight: 500;
}

.lojas {
    width: 100%;
    height: 100%;
    text-align: center;
}

.parceiros {
    display: grid;
    position: relative;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
    gap: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    grid-template-areas:
        "parc1 parc2 parc3 parc4 parc5"
        "parc6 parc7 parc8 parc9 parc10";
}

.parc1 {
    grid-area: parc1;
    display: block;
    margin: auto;
    border-radius: 10%;
}

.parc2 {
    grid-area: parc2;
    display: block;
    margin: auto;
}

.parc3 {
    grid-area: parc3;
    display: block;
    margin: auto;
}

.parc4 {
    grid-area: parc4;
    display: block;
    margin: auto;
}

.parc5 {
    grid-area: parc5;
    display: block;
    margin: auto;
}

.parc6 {
    grid-area: parc6;
    display: block;
    margin: auto;
}

.parc7 {
    grid-area: parc7;
    display: block;
    margin: auto;
}

.parc8 {
    grid-area: parc8;
    display: block;
    margin: auto;
}

.parc9 {
    grid-area: parc9;
    display: block;
    margin: auto;
}

.parc10 {
    grid-area: parc10;
    display: block;
    margin: auto;
}

.imgparc {
    position: relative;
    width: 100%;
    height: 100%;
}

.loj {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: yellow;
    height: 35px;
}

.loj h1 {
    font-weight: 400;
    font-size: 1.2rem;
    color: red;
}

/*************************************rodape*************************************/

.rodape {
    display: block;
    width: 100%;
    height: 100%;
    position: static;
    border-bottom: 0;
    background-color: rgb(239, 234, 234);
    ;
}

.final {
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    height: 100%;
}

.final h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: RGB(95, 98, 98);
    font-size: 2rem;
    font-weight: 500;
}

.final p {
    font-family: Arial, 'Helvetica', sans-serif;
    line-height: 1.5rem;
    color: darkgray;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: italic;
}


/*** media 1 ***/

@media screen and (max-width: 1333px) {

    /************************************inicio configuracao**************************************************/
    body {
        max-width: 100%;
        min-height: 100%;
        font-family: cookie;
    }

    header {
        width: 100%;
    }

    .inicio {}

    .cabecalho {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .introdu {
        display: flex;
        justify-content: center;
        padding: 5px 5px 5px 5px;
        width: 99%;
        height: 160PX;
    }

    .cabprin {
        width: 100%;
        width: 500px;
    }

    .cab {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .cabimg {
        display: block;
        margin: auto;
        width: 180px;
        height: 90%;
    }

    .locali {
        display: flex;
        justify-content: center;
        width: 500px;
        border-radius: 10px;
        border: 2px solid darkgray;

    }

    .local {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        height: 100%;
    }

    .locimg {
        position: relative;
        top: 12px;
        margin: 0px auto 0px auto;
        width: 200px;
        height: 40%;
    }

    .local h1 {
        position: relative;
        top: -27px;
        text-align: center;
        margin: 0px;
        font-size: 35px;
        font-weight: 400;
        color: white;
        text-shadow: 1px 1px 10px black;
    }

    .local h2 {
        position: relative;
        top: -22px;
        margin: 0px;
        font-size: 25px;
        font-weight: 400;
        color: darkgrey;
        text-align: center;
        text-shadow: 4px 4px 5px;
    }

    .localpt {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        top: -15px;
    }

    label {
        font-size: 20px;
    }

    .localpt1,
    .localpt2,
    .localpt3 {
        display: flex;
        line-height: 18px;
    }

    .localpt h3 {
        font-size: 20px;
        ;
    }

    .menubot {
        display: flex;
        justify-content: center;
        width: 500px;
        height: 100%;
    }

    .botmenu {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 30%;
        height: 100%;
        border-radius: 10%;
        border: 2px solid darkgray;
        align-items: center;
        cursor: pointer;
    }

    .botimg {
        display: block;
        margin: auto;
        width: 120px;
        height: 90%;
    }

    .sacite {
        display: block;
        position: absolute;
        top: 83px;
    }

    .texit {
        font-weight: 400;
        font-size: 35px;
        color: white;
        text-shadow: 1px 1px 10px black;
    }

    .texit:hover {
        color: aqua;
    }

    .texit:active {
        color: var(--limao);
    }

    /*****************************************************************************/

    .divisor {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .linha {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        border-top: 2px solid var(--limao);
    }

    .imgdivisor {
        top: -25px;
        width: 50px;
        height: 40px;
    }

    .cabnav {
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .cabul {
        display: flex;
        display: flex;
        /*flex-direction: column;*/
        width: 90%;
        height: 100%;
        align-items: center;
        justify-content: center;
        justify-content: space-evenly;
    }

    .menuimg2,
    .menuimg3 {
        display: none;
    }

    .menuimg {
        display: block;
        text-align: center;
        width: 80%;
        height: 100%;
    }

    .imgmenu {
        width: 100%;
        height: 100%;
    }

    .cabul a {
        display: flex;
        text-decoration: none;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        border-left: 2px solid white;
        border-right: 2px solid white;
    }

    .inativo {
        border-bottom: 2px solid red;
        color: darkgray;
    }

    .inativo:hover {
        border-left: 2px solid red;
        border-right: 2px solid red;
        color: red;
        background-color: yellow;
    }

    .inativo:active {
        border-left: 2px solid var(--limao);
        border-right: 2px solid var(--limao);
        color: var(--limao);
    }

    .cabil {
        width: 100%;
        height: 100%;
    }

    .cabil h1 {
        font-size: 1.5rem;
    }

    .ativo {
        border-left: 2px solid red;
        border-right: 2px solid red;
        background-color: red;
        color: white;
    }

    /***********************************corpo***********************************/
    #parteinicial {
        display: block;
    }

    .mensag {
        display: block;
        font-size: 3rem;
        color: darkgray;
        text-shadow: 4px 4px 5px;
    }

    .corpo {
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .promo {
        width: 90%;
        height: 100%;
        text-align: center;
        margin: auto;
    }

    .promo h1 {
        font-size: 3rem;
        color: red;
        font-weight: 500;
    }

    .promocao {
        width: 100%;
        height: 100%;
    }

    .inicio {
        display: grid;
        position: relative;
        justify-content: space-around;
        grid-template-columns: 22% 22% 22% 22%;
        column-gap: 10px;
        grid-template-areas:
            "promo1 promo2 promo3 promo4";
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

    }

    .inicio h1 {
        font-weight: 400;
        font-size: 1.2rem;
        color: red;
    }

    .inicio h2 {
        font-weight: 500;
        font-size: 1rem;
        color: darkolivegreen;
        text-decoration: line-through;
    }

    .promo1 {
        grid-area: promo1;
        display: block;
        margin: auto;
    }

    .promo2 {
        grid-area: promo2;
        display: block;
        margin: auto;
    }

    .promo3 {
        grid-area: promo3;
        display: block;
        margin: auto;
    }

    .promo4 {
        grid-area: promo4;
        display: block;
        margin: auto;
    }

    .imgpromo {
        width: 100%;
        height: 100%;
    }

    .valor {
        background-color: var(--limao);
    }

    /***********************************meio***********************************/
    .meio {
        display: block;
        width: 90%;
        height: 100%;
        margin: auto;
        text-align: center;
    }

    .meioh1 {
        text-align: center;
        font-size: 3rem;
        color: red;
        font-weight: 500;
    }

    .lojas {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .parceiros {
        display: grid;
        position: relative;
        grid-template-columns: auto auto auto auto;
        grid-template-rows: auto;
        gap: 20px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        grid-template-areas:
            "parc1 parc2 parc3 parc4"
            "parc5 parc6 parc7 parc8"
            "parc9 parc10";
    }

    .parc1 {
        grid-area: parc1;
        display: block;
        margin: auto;
        border-radius: 10%;
    }

    .parc2 {
        grid-area: parc2;
        display: block;
        margin: auto;
    }

    .parc3 {
        grid-area: parc3;
        display: block;
        margin: auto;
    }

    .parc4 {
        grid-area: parc4;
        display: block;
        margin: auto;
    }

    .parc5 {
        grid-area: parc5;
        display: block;
        margin: auto;
    }

    .parc6 {
        grid-area: parc6;
        display: block;
        margin: auto;
    }

    .parc7 {
        grid-area: parc7;
        display: block;
        margin: auto;
    }

    .parc8 {
        grid-area: parc8;
        display: block;
        margin: auto;
    }

    .parc9 {
        grid-area: parc9;
        display: block;
        margin: auto;
    }

    .parc10 {
        grid-area: parc10;
        display: block;
        margin: auto;
    }

    .imgparc {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .loj {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: yellow;
        height: 35px;
    }

    .loj h1 {
        font-weight: 400;
        font-size: 1.2rem;
        color: red;
    }

    /*************************************rodape*************************************/

    .rodape {
        display: block;
        width: 100%;
        height: 100%;
        position: static;
        border-bottom: 0;
        background-color: rgb(239, 234, 234);
        ;
    }

    .final {
        display: flex;
        justify-content: space-evenly;
        width: 90%;
        height: 100%;
    }

    .final h1 {
        font-family: Arial, Helvetica, sans-serif;
        color: RGB(95, 98, 98);
        font-size: 2rem;
        font-weight: 500;
    }

    .final p {
        font-family: Arial, 'Helvetica', sans-serif;
        line-height: 1.5rem;
        color: darkgray;
        font-size: 1.2rem;
        font-weight: 400;
        font-style: italic;
    }
}

/*** media 2 ***/

@media screen and (max-width: 800px) {

    /************************************inicio configuracao**************************************************/
    body {
        max-width: 100%;
        min-height: 100%;
        font-family: cookie;
    }

    header {
        width: 100%;
    }

    .inicio {}

    .cabecalho {
        display: block;
        margin: auto;
    }

    .introdu {
        display: flex;
        justify-content: center;
        padding: 5px 5px 5px 5px;
        width: 99%;
        height: 160PX;
    }

    .cabprin {
        width: 100%;
        width: 300px;
    }

    .cab {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .cabimg {
        display: block;
        margin: auto;
        width: 160px;
        height: 90%;
    }

    .locali {
        display: flex;
        justify-content: center;
        width: 300px;
        border-radius: 10px;
        border: 2px solid darkgray;

    }

    .local {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        height: 100%;
    }

    .locimg {
        position: relative;
        top: 12px;
        margin: 0px auto 0px auto;
        width: 200px;
        height: 40%;
    }

    .local h1 {
        position: relative;
        top: -27px;
        text-align: center;
        margin: 0px;
        font-size: 35px;
        font-weight: 400;
        color: white;
        text-shadow: 1px 1px 10px black;
    }

    .local h2 {
        position: relative;
        top: -22px;
        margin: 0px;
        font-size: 15px;
        font-weight: 400;
        color: darkgrey;
        text-align: center;
        text-shadow: 4px 4px 5px;
    }

    .localpt {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        top: -15px;
    }

    label {
        font-size: 18px;
    }

    .localpt1,
    .localpt2,
    .localpt3 {
        display: flex;
        line-height: 18px;
    }

    .localpt h3 {
        font-size: 18px;
    }

    .menubot {
        display: flex;
        justify-content: center;
        width: 300px;
        height: 100%;
    }

    .botmenu {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 40%;
        height: 100%;
        border-radius: 10%;
        border: 2px solid darkgray;
        align-items: center;
        cursor: pointer;
    }

    .botimg {
        display: block;
        margin: auto;
        width: 98%;
        height: 90%;
    }

    .sacite {
        display: block;
        position: absolute;
        top: 83px;
    }

    .texit {
        font-weight: 400;
        font-size: 35px;
        color: white;
        text-shadow: 1px 1px 10px black;
    }

    .texit:hover {
        color: aqua;
    }

    .texit:active {
        color: var(--limao);
    }

    .divisor {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .linha {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        border-top: 2px solid var(--limao);
    }

    .imgdivisor {
        top: -25px;
        width: 50px;
        height: 40px;
    }

    .cabnav {
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .cabul {
        display: flex;
        flex-direction: column;
        width: 73%;
        height: 100%;
        align-items: center;
        justify-content: center;
        justify-content: space-evenly;
    }

    .menuimg {
        display: none;
    }

    .imgmenu {
        display: none;
    }

    .menuimg2 {
        display: block;
        width: 20%;
        height: 40%;
    }

    .imgmenu2 {
        padding: 0px 5px 0px 0px;
        width: 100%;
        height: 100%;
    }

    .menuimg3 {
        display: none;
        width: 20%;
        height: 40%;
    }

    .imgmenu3 {
        padding: 0px 5px 0px 0px;
        width: 100%;
        height: 100%;
    }

    .cabul a {
        display: flex;
        text-decoration: none;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        border-left: 2px solid white;
        border-right: 2px solid white;
    }

    .inativo {
        border-bottom: 2px solid red;
        color: darkgray;
    }

    .inativo:hover {
        border-left: 2px solid red;
        border-right: 2px solid red;
        color: red;
        background-color: yellow;
    }

    .inativo:active {
        border-left: 2px solid var(--limao);
        border-right: 2px solid var(--limao);
        color: var(--limao);
    }

    .cabil h1 {
        font-size: 2rem;
    }

    .ativo {
        border-left: 2px solid red;
        border-right: 2px solid red;
        background-color: red;
        color: white;
    }

    /***********************************corpo***********************************/
    #parteinicial {
        display: block;
    }

    .mensag {
        display: block;
        font-size: 3rem;
        color: darkgray;
        text-shadow: 4px 4px 5px;
    }

    .corpo {
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .promo {
        width: 90%;
        height: 100%;
        text-align: center;
        margin: auto;
    }

    .promo h1 {
        font-size: 3rem;
        color: red;
        font-weight: 500;
    }

    .promocao {
        width: 100%;
        height: 100%;
    }

    .inicio {
        display: grid;
        position: relative;
        justify-content: space-around;
        grid-template-columns: 22% 22% 22% 22%;
        column-gap: 10px;
        grid-template-areas:
            "promo1 promo2 promo3 promo4";
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

    }

    .inicio h1 {
        font-weight: 400;
        font-size: 1.2rem;
        color: red;
    }

    .inicio h2 {
        font-weight: 500;
        font-size: 1rem;
        color: darkolivegreen;
        text-decoration: line-through;
    }

    .promo1 {
        grid-area: promo1;
        display: block;
        margin: auto;
    }

    .promo2 {
        grid-area: promo2;
        display: block;
        margin: auto;
    }

    .promo3 {
        grid-area: promo3;
        display: block;
        margin: auto;
    }

    .promo4 {
        grid-area: promo4;
        display: block;
        margin: auto;
    }

    .imgpromo {
        width: 100%;
        height: 100%;
    }

    .valor {
        background-color: var(--limao);
    }

    /***********************************meio***********************************/
    .meio {
        display: block;
        width: 90%;
        height: 100%;
        margin: auto;
        text-align: center;
    }

    .meioh1 {
        text-align: center;
        font-size: 3rem;
        color: red;
        font-weight: 500;
    }

    .lojas {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .parceiros {
        display: grid;
        position: relative;
        gap: 10px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        grid-template-areas:
            "parc1 parc2 parc3"
            "parc4 parc5 parc6"
            "parc7 parc8 parc9"
    }

    .parc1 {
        grid-area: parc1;
        border-radius: 10%;
    }

    .parc2 {
        grid-area: parc2;
        border-radius: 10%;
    }

    .parc3 {
        grid-area: parc3;
        border-radius: 10%;
    }

    .parc4 {
        grid-area: parc4;
        border-radius: 10%;
    }

    .parc5 {
        grid-area: parc5;
        border-radius: 10%;
    }

    .parc6 {
        grid-area: parc6;
        border-radius: 10%;
    }

    .parc7 {
        grid-area: parc7;
        border-radius: 10%;
    }

    .parc8 {
        grid-area: parc8;
        border-radius: 10%;
    }

    .parc9 {
        grid-area: parc9;
        border-radius: 10%;
    }

    .parc10 {
        display: none;
        grid-area: parc10;
        border-radius: 10%;
    }

    .imgparc {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .loj {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: yellow;
        height: 35px;
    }

    .loj h1 {
        font-weight: 400;
        font-size: 1rem;
        color: red;
    }

    /*************************************rodape*************************************/

    .rodape {
        display: block;
        width: 100%;
        height: 100%;
        position: static;
        border-bottom: 0;
        background-color: rgb(239, 234, 234);
        ;
    }

    .final {
        display: flex;
        justify-content: space-evenly;
        width: 90%;
        height: 100%;
    }

    .final h1 {
        font-family: Arial, Helvetica, sans-serif;
        color: RGB(95, 98, 98);
        font-size: 1.5rem;
        font-weight: 500;
    }

    .final p {
        font-family: Arial, 'Helvetica', sans-serif;
        line-height: 1.5rem;
        color: darkgray;
        font-size: 1rem;
        font-weight: 400;
        font-style: italic;
    }
}

/*** media 3 ***/

@media screen and (max-width: 412px) {

    /************************************inicio configuracao**************************************************/
    body {
        max-width: 100%;
        min-height: 100%;
        font-family: cookie;
    }

    header {
        width: 100%;
    }

    .inicio {}

    .cabecalho {
        display: block;
        margin: auto;
    }

    .introdu {
        display: flex;
        justify-content: center;
        padding: 5px 5px 5px 5px;
        width: 99%;
        height: 120PX;
    }

    .cabprin {
        width: 100%;
        height: 100%;
    }

    .cab {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .cabimg {
        display: block;
        margin: auto;
        width: 100px;
        height: 90%;
    }

    .locali {
        display: flex;
        justify-content: center;
        width: 250px;
        height: 100%;
        border-radius: 10px;
        border: 2px solid darkgray;
    }

    .local {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .locimg {
        position: relative;
        top: 12px;
        margin: 0px auto 0px auto;
        width: 110px;
        height: 30%;
    }

    .local h1 {
        position: relative;
        top: -17px;
        text-align: center;
        margin: 0px;
        font-size: 20px;
        font-weight: 400;
        color: white;
        text-shadow: 1px 1px 10px black;
    }

    .local h2 {
        position: relative;
        top: -8px;
        margin: 0px;
        font-size: 12px;
        font-weight: 400;
        color: darkgrey;
        text-align: center;
        text-shadow: 4px 4px 5px;
    }

    .localpt {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        top: -3px;
    }

    label {
        font-size: 10px;
    }

    .localpt1,
    .localpt2,
    .localpt3 {
        display: flex;
        line-height: 10px;
    }

    .localpt h3 {
        font-size: 10px;
    }

    .menubot {
        display: flex;
        justify-content: center;
        width: 300px;
        height: 100%;
    }

    .botmenu {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 60%;
        height: 100%;
        border-radius: 10%;
        border: 2px solid darkgray;
        align-items: center;
        cursor: pointer;
    }

    .botimg {
        display: block;
        margin: auto;
        width: 98%;
        height: 90%;
    }

    .sacite {
        display: block;
        position: absolute;
        top: 58px;
    }

    .texit {
        font-weight: 400;
        font-size: 25px;
        color: white;
        text-shadow: 1px 1px 10px black;
    }

    .texit:hover {
        color: aqua;
    }

    .texit:active {
        color: var(--limao);
    }

    .divisor {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .linha {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        border-top: 2px solid var(--limao);
    }

    .imgdivisor {
        top: -25px;
        width: 50px;
        height: 40px;
    }

    .cabnav {
        display: flex;
        height: 100%;
        justify-content: center;
    }

    .cabul {
        display: flex;
        flex-direction: column;
        width: 73%;
        height: 100%;
        align-items: center;
        justify-content: center;
        justify-content: space-evenly;
    }

    .menuimg {
        display: none;
    }

    .imgmenu {
        display: none;
    }

    .menuimg2 {
        display: block;
        width: 40%;
        height: 80%;
    }

    .imgmenu2 {
        padding: 0px 5px 0px 0px;
        width: 100%;
        height: 100%;
    }

    .menuimg3 {
        display: none;
        width: 40%;
        height: 80%;
    }

    .imgmenu3 {
        padding: 0px 5px 0px 0px;
        width: 100%;
        height: 100%;
    }

    .cabul a {
        display: flex;
        text-decoration: none;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        border-left: 2px solid white;
        border-right: 2px solid white;
    }

    .inativo {
        border-bottom: 2px solid red;
        color: darkgray;
    }

    .inativo:hover {
        border-left: 2px solid red;
        border-right: 2px solid red;
        color: red;
        background-color: yellow;
    }

    .inativo:active {
        border-left: 2px solid var(--limao);
        border-right: 2px solid var(--limao);
        color: var(--limao);
    }

    .cabil h1 {
        font-size: 2rem;
    }

    .ativo {
        border-left: 2px solid red;
        border-right: 2px solid red;
        background-color: red;
        color: white;
    }

    /***********************************corpo***********************************/
    #parteinicial {
        display: block;
    }

    .mensag {
        display: block;
        font-size: 3rem;
        color: darkgray;
        text-shadow: 4px 4px 5px;
    }

    .corpo {
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
    }

    .promo {
        width: 90%;
        height: 100%;
        text-align: center;
        margin: auto;
    }

    .promo h1 {
        font-size: 3rem;
        color: red;
        font-weight: 500;
    }

    .promocao {
        width: 100%;
        height: 100%;
    }

    .inicio {
        display: grid;
        position: relative;
        justify-content: space-around;
        grid-template-columns: 22% 22% 22% 22%;
        column-gap: 10px;
        grid-template-areas:
            "promo1 promo2 promo3 promo4";
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

    }

    .inicio h1 {
        font-weight: 400;
        font-size: 1.2rem;
        color: red;
    }

    .inicio h2 {
        font-weight: 500;
        font-size: 1rem;
        color: darkolivegreen;
        text-decoration: line-through;
    }

    .promo1 {
        grid-area: promo1;
        display: block;
        margin: auto;
    }

    .promo2 {
        grid-area: promo2;
        display: block;
        margin: auto;
    }

    .promo3 {
        grid-area: promo3;
        display: block;
        margin: auto;
    }

    .promo4 {
        grid-area: promo4;
        display: block;
        margin: auto;
    }

    .imgpromo {
        width: 100%;
        height: 100%;
    }

    .valor {
        background-color: var(--limao);
    }

    /***********************************meio***********************************/
    .meio {
        display: block;
        width: 90%;
        height: 100%;
        margin: auto;
        text-align: center;
    }

    .meioh1 {
        text-align: center;
        font-size: 3rem;
        color: red;
        font-weight: 500;
    }

    .lojas {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .parceiros {
        display: grid;
        position: relative;
        gap: 10px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        grid-template-areas:
            "parc1 parc2 parc3"
            "parc4 parc5 parc6"
            "parc7 parc8 parc9";
    }

    .parc1 {
        grid-area: parc1;
        border-radius: 10%;
    }

    .parc2 {
        grid-area: parc2;
        border-radius: 10%;
    }

    .parc3 {
        grid-area: parc3;
        border-radius: 10%;
    }

    .parc4 {
        grid-area: parc4;
        border-radius: 10%;
    }

    .parc5 {
        grid-area: parc5;
        border-radius: 10%;
    }

    .parc6 {
        grid-area: parc6;
        border-radius: 10%;
    }

    .parc7 {
        grid-area: parc7;
        border-radius: 10%;
    }

    .parc8 {
        grid-area: parc8;
        border-radius: 10%;
    }

    .parc9 {
        grid-area: parc9;
        border-radius: 10%;
    }

    .parc10 {
        display: none;
        grid-area: parc10;
        border-radius: 10%;
    }

    .imgparc {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .loj {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: yellow;
        height: 35px;
    }

    .loj h1 {
        font-weight: 400;
        font-size: 1rem;
        color: red;
    }

    /*************************************rodape*************************************/

    .rodape {
        display: block;
        width: 100%;
        height: 100%;
        position: static;
        border-bottom: 0;
        background-color: rgb(239, 234, 234);
        ;
    }

    .final {
        display: flex;
        justify-content: space-evenly;
        width: 90%;
        height: 100%;
    }

    .final h1 {
        font-family: Arial, Helvetica, sans-serif;
        color: RGB(95, 98, 98);
        font-size: 1rem;
        font-weight: 500;
    }

    .final p {
        font-family: Arial, 'Helvetica', sans-serif;
        line-height: 1rem;
        color: darkgray;
        font-size: 0.6rem;
        font-weight: 400;
        font-style: italic;
    }
}