@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&family=Oswald:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    overflow-x: hidden;
}


.container {
    max-width: 1140px;
    margin: auto;
}

.bar {
    background-color: red;
    width: 168px;
    height: 22px;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 90px;
    line-height: 100px;
    margin: 0;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 45px;
    margin: 20px 0;
}

/* .button {
    display: inline-block;
    border: 2px solid #454545;
    padding: 10px 30px;
    border-radius: 3px;
    color: red;
    text-decoration: none;
}*/


header {
    height: 100px;
    background-color: #2347A2;
    color: white;
}

.header {
    max-width: 1140px;
    height: 100px;
    margin: auto;
    display: flex;
    align-items: center;
}

/*header .line {
    background-color: yellow;
    height: 10px;
}
.header--area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}
.header-left img {
    width: 64px;
    height: 64px;
}

.header--right {
    display: flex;
    align-items: center;
}
.header--search form {
    display: flex;
}
.header--search input {
    font-size: 16px;
    padding: 8px 15px;
    border: 1px solid #999999;
    outline: 0;
    width: 100%;
    max-width: 250px;
}
.header--search button {
    border: 0;
    background: transparent;
    margin-left: -30px;
    cursor: pointer;
}
.header--search button img {
    width: 16px;
    height: 16px;
}

.header--menu {
    margin-left: 50px;
    cursor: pointer;
}
.header--menu img {
    width: 24px;
    height: 24px;
}
*/
.logo {
    width: 100px;
}
.menu-icon{
    display: none;
}


.menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: static;
}


.menu-toggle{
    display: none;
}

.menu ul,
.menu li {
    list-style: none;
}

.menu ul {
    display: flex;
}

.menu li a {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid yellow;
}


.menu li :hover,
.menu .active a {
    border-bottom: 3px solid red;
    color: yellow;
}

.logoimg a img {
    width: 80px;
    height: 80px;
    background-color: #2347A2;
}

.button {

    display: inline-block;
    background-color: #2347A2;
    color: white;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 20px;
    width: 100%;
    text-align: center;
}

.button:hover {
    color: red;
    background-color: yellow;
}

.banner {
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.banner-salgados {
    background-image: url('../images/bg-salgados.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.banner-pasteis {
    background-image: url('../images/bg-pasteis.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.banner-massa {
    background-image: url('../images/bg3.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.banner-local {
    background-image: url('../images/bg-local.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.banner-ambiente {
    background-image: url('../images/bg-ambiente.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

.banner--images {
    margin-top: 60px;
}

.banner--images img {
    width: 148px;
    height: 148px;
    border: 6px solid yellow;
    border-radius: 50%;
    margin-right: 40px;
}


.area1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}


.area1--content {
    padding: 80px;
}

.area1--quote {
    margin-bottom: 30px;
}

.area1--text {
    margin-bottom: 50px;
    line-height: 25px;
}

.area1--img1 {
    background-color: red;
    height: 350px;
    background-image: url('../images/risole-frango.jpeg');
    background-size: cover;
    background-position: center;
}

.area1--img2 {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    background-image: url('../images/salgados6.jpg');
    background-size: cover;
    background-position: center;
}

.area2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.area2--content {
    padding: 80px;
}

.area2--text {
    margin-bottom: 50px;
    line-height: 25px;
}

.area2--img1 {
    background-color: red;
    height: 450px;
    background-image: url('../images/pastel-frito1.jpeg');
    background-size: cover;
    background-position: center;
}

.area2--img2 {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    background-image: url('../images/pastel-producao.jpeg');
    background-size: cover;
    background-position: center;
}

.area3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.area3--content {
    padding: 100px 80px;
    background-image: url('../images/bg2.jpg');
    background-size: cover;
    background-position: left;
}

.area3--text {
    margin-bottom: 50px;
    line-height: 25px;
}

.area3--img1 {

    display: none;
    background-image: url('../images/embalados1.jpeg');
    height: 250px;
    background-size: cover;
    background-position: top;
}

.area3--img2 {

    grid-column: 2 / 3;
    grid-row: 1/3;
    background-image: url('../images/embalados1.jpeg');
    background-size: cover;
    background-position: center;
}


.area4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: white;
}

.area4--content {
    padding: 200px 80px;
}

.area4--text {
    margin-bottom: 50px;
    line-height: 25px;
}

.area4--img1 {
    display: none;
    height: 250px;
    background-image: url('../images/frente-loja.jpeg');
    background-size: cover;
    background-position: center;
}

.area4--img2 {
    grid-column: 2 / 1;
    grid-row: 1 / 3;
    background-image: url('../images/frente-loja.jpeg');
    background-size: cover;
    background-position: center;
}


.area5 iframe {
    width: 100%;
    height: 600px;
}

footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #333;
    color: #FFF;
    padding: 80px;
    text-align: left;
}

footer .footer-center a,
.footer-left a {
    text-decoration: none;
    color: yellow;

}

.footer-center :hover,
.footer-left :hover {

    color: yellow;
}

.area1--content-salgados,
.area1--content-pasteis {
    margin-top: 40px;
}

.tipos-salgados1,
.tipos-pasteis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;


}

.tipos-salgados1 span {
    font-style: italic;
    font-size: 15px;
}

.area1--titulo {
    font-size: 25px;
    margin-bottom: 20px;
    padding-right: 30px;
}

.area1-ambiente,
.area2-salgados,
.area2-pasteis,
.area1-somos {


    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    grid-gap: 10px;



}

.area1-salgados-img2 img {
    border-radius: 50px;
    width: 340px;

}

.area1-pasteis-img2 img {
    border-radius: 50px;
    width: 340px;

}

.area1-somos-img2 img {
    border-radius: 50px;
    width: 340px;

}

.spanbotao {
    display: grid;
    grid-template-rows: repeat(2);
    justify-items: center;
    font-style: italic;
    font-size: large;
    color: red;
    padding: 10px;


}

.spanbotao span {
    background-color: yellow;
    margin-bottom: 20px;
    border-radius: 7px;
}

.spanbotao a img {
    width: auto;
    margin-bottom: 30px;
    box-shadow: 0px 5px 5px gray;
    border-radius: 14px;
}



@media (min-width: 769px) and (max-width: 1140px) {
 
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu{
        display: none;
    }

    .menu-toggle{
        display: block;
    }
    .menu-toggle {

        flex: 2;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: flex-end;
        margin-right: 20px;



    }
  
   
    .menu.ativo {
        margin: 20px;
        display: flex;
        justify-content: flex-end;


    }

    .menu.ativo ul,
    .menu.ativo li {
        list-style: none;
    }

    .menu.ativo ul {
        display: block;
        margin-top: 440px;
        opacity: 80%;
    }

    .menu.ativo li a {
        background-color: #2347A2;
        height: 54px;
        position: relative;
    }

    .menu.ativo li :hover {
        background-color: red;
    }

    .logoimg a img {
        margin: 8px 8px;

    }

    .logo {
        margin-left: 20px;
    }



    .area1-salgados,
    .area2-salgados,
    .area2-pasteis,
    .area1-somos,
    .area1-ambiente {
        padding-left: 20px;
        padding-right: 20px;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;

    }

    .area1--content-pasteis {
        padding: 80px;

    }

    .area1-salgados-img2 img {
        border-radius: 50px;
        width: 300px;

    }


    .area1-pasteis-img2 img {
        border-radius: 50px;
        width: 300px;

    }

    .area1 {
        display: block;
    }

    .area1-somos-img2 img {
        width: 300px;
    }

    footer .footer-center {
        margin-left: 20px;
    }

}

@media (min-width: 426px) and (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logoimg {
        margin: 10px 10px;
    }

    .menu {
        display: none;
    }
  

    .menu-toggle {

        flex: 2;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: flex-end;
        margin-right: 20px;
        position:relative;



    }

    .menu.ativo {
        margin: 20px;
        display: flex;
        justify-content: flex-end;
        font-size: 14px;


    }

    .menu.ativo ul {
        display: block;
        margin-top: 440px;
        opacity: 80%;
    }

    .menu.ativo li a {
        background-color: #2347A2;
        height: 54px;
        position: relative;
    }

    .menu.ativo li :hover {
        background-color: red;
    }

    .area1 {
        grid-template-columns: 3fr 2fr;
    }

    .area2 {
        grid-template-columns: 2fr 3fr;
    }

    .area3 {
        grid-template-columns: 3fr 2fr;
    }

    .area4 {
        grid-template-columns: 2fr 3fr;
    }

    .tipos-salgados1 {
        display: block;
    }

    .area2-salgados,
    .area1-ambiente,
    .area1-somos {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .area1-salgados-img2 img {
        height: 300px;

    }

    .area1--content-salgados {
        padding: 40px;
    }

    .area2-pasteis {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .area1-pasteis-img2 img {
        height: 400px;

    }

    .area1-somos-img2 img {
        border-radius: 50px;

        width: 400px;

    }

    .area1 {
        display: block;
    }

    footer {
        grid-template-columns: 1fr;

    }

    footer .footer-right,
    .footer-center {
        margin-bottom: 20px;
    }

}

@media (min-width: 375px) and (max-width: 425px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu {
        display: none;
    }
 

    .menu-toggle {

        flex: 2;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: flex-end;
        margin-right: 20px;



    }

    .menu.ativo {
        margin: 0;
        display: flex;
        justify-content: flex-end;
        font-size: 14px;


    }

    .menu.ativo ul {
        display: block;
        margin-top: 440px;
    }

    .menu.ativo li a {
        background-color: #2347A2;
        height: 54px;
        position: relative;
    }

    .menu.ativo li :hover {
        background-color: red;
    }

    .header--menu {
        margin-left: 20px;
    }

    .header--search input {
        max-width: 80px;
    }

    h1 {
        font-size: 50px;
        line-height: 50px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner--images img {
        width: 70px;
        height: 70px;
        border: 3px solid #117050;
        border-radius: 50%;
        margin-right: 10px;
    }

    .area1,
    .area2,
    .area3,
    .area4 {
        display: block;
    }

    .area1-salgados,
    .area2-pasteis,
    .area2-salgados,
    .tipos-salgados1,
    .area1-ambiente,
    .area1-somos {

        grid-template-columns: 1fr;
        justify-items: center;
    }

    .tipos-pasteis {
        grid-template-columns: 1fr;
    }

    .area1--content,
    .area2--content,
    .area3--content,
    .area4--content {
        padding: 40px;

    }


    .area3--img1,
    .area4--img1 {
        display: block;
    }


    .spanbotao a img {
        width: 250px;
    }

    .button {
        width: 250px;
    }

    footer {
        grid-template-columns: 1fr;


        padding: 40px 20px;
    }

    footer .footer-right,
    .footer-center {
        margin-bottom: 20px;
    }


    .area1-salgados-img2 img {
        border-radius: 50px;

        width: 300px;

    }

    .area1-pasteis-img2 img {
        border-radius: 50px;

        width: 300px;

    }

    .area1-somos-img2 img {
        border-radius: 50px;

        width: 300px;

    }
}

@media (min-width: 360px) and (max-width: 374px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo {
        margin: 10px 10px;
    }
    .menu {
        display: none;
    }
 

    .menu-toggle {

        flex: 2;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: flex-end;
        margin-right: 20px;



    }

    .menu.ativo {
        margin: 0;
        display: flex;
        justify-content: flex-end;
        font-size: 14px;


    }

    .menu.ativo ul {
        display: block;
        margin-top: 440px;
    }

    .menu.ativo li a {
        background-color: #2347A2;
        height: 54px;
        position: relative;
    }

    .menu.ativo li :hover {
        background-color: red;
    }

    .header--search input {
        max-width: 80px;
    }

    h1 {
        font-size: 50px;
        line-height: 50px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner--images img {
        width: 100px;
        height: 100px;
        border: 3px solid yellow;
        border-radius: 50%;
        margin-right: 10px;
    }

    .button {
        width: 150px;
    }

    .area1,
    .area2,
    .area3,
    .area4,
    .area5 {
        display: block;
    }

    .area1-salgados,
    .area2-pasteis,
    .area2-salgados,
    .area1-ambiente,
    .area1-somos {

        grid-template-columns: 1fr;
        justify-items: center;
    }

    .area1--content,
    .area2--content,
    .area3--content,
    .area4--content {
        padding: 40px;

    }

    .area3--img1,
    .area4--img1,
    .tipos-salgados1,
    .tipos-pasteis {
        display: block;
    }


    .spanbotao a img {
        width: 250px;
    }



    footer {
        grid-template-columns: 1fr;

        font-size: 12px;
        padding: 40px 20px;
    }

    footer .footer-right,
    .footer-center {
        margin-bottom: 20px;
    }




    .area1-salgados-img2 img {
        border-radius: 50px;

        width: 300px;

    }

    .area1-pasteis-img2 img {
        border-radius: 50px;

        width: 300px;

    }

    .area1-somos-img2 img {
        border-radius: 50px;

        width: 300px;

    }
}


@media (min-width: 200px) and (max-width:359px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu {
        display: none;
    }
 

    .menu-toggle {

        flex: 2;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: flex-end;
        margin-right: 20px;

    }

    .menu-toggle div{
        background-color: #FFF;
    }
    .menu.ativo {
        margin: 0;
        display: flex;
        justify-content: flex-end;
        font-size: 13px;

    }

    .menu.ativo ul {
        display: block;
        margin-top: 440px;
    }

    .menu.ativo li a {
        background-color: #2347A2;
        height: 54px;
        position: relative;
    }

    .menu.ativo li :hover {
        background-color: red;
    }

    .header--search input {
        max-width: 80px;
    }

    h1 {
        font-size: 50px;
        line-height: 50px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .banner--images img {
        width: 100px;
        height: 100px;
        border: 3px solid yellow;
        border-radius: 50%;
        margin-right: 10px;
    }

    .button {
        width: 150px;
    }

    .area1,
    .area2,
    .area3,
    .area4,
    .area5 {
        display: block;
    }


    .area1-salgados,
    .area2-pasteis,
    .area2-salgados,
    .area1-ambiente,
    .area1-somos {

        grid-template-columns: 1fr;
        justify-items: center;
    }

    .area1--content,
    .area2--content,
    .area3--content,
    .area4--content {
        padding: 20px;
        margin: 30px;
    }

    .area1--img2,
    .area4--img1,
    .area3--img1,
    .tipos-salgados1,
    .tipos-pasteis {
        display: block;
    }

    .spanbotao a img {
        width: 250px;
    }


    footer {

        grid-template-columns: 1fr;

        font-size: 12px;
        padding: 40px 20px;
    }

    footer .footer-right,
    .footer-center {
        margin-bottom: 20px;
    }




    .area1-salgados-img2 img {
        border-radius: 50px;

        width: 263px;

    }

    .area1-pasteis-img2 img {
        border-radius: 50px;

        width: 263px;

    }

    .area1-somos-img2 img {
        border-radius: 50px;

        width: 263px;

    }
}