@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #ffffff;
    min-height: 100vh;
    min-width: 460px;
    text-align: center;
    color:#3b3b3b;
}

main {
    background-color:#F2DFD3;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 460px;
}

.main2 {
    display: grid;
    grid-template-columns: 4fr 5fr;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
}

.into {
    min-width: 48%;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
    width: 100%;
}

.into img {
    max-width: 80%;
    min-width: 300px;
    max-width: 400px;
    width: 100%;
}

.into h1 {
    font-size: 4em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #bd6023;
    max-width: 600px;
    text-align: center;
    margin: auto;
}

p, .balao{
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2em;
}

.balao {
    max-width: 60%;
    min-width: 350px;
    text-align: center;
    margin: auto;
    background-color:#ffc37e;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.134);
    margin-top: 25px;
}

.cab {
    height: 70px;
    background-color: #ffefdc;
}

.cabeca {
    height: 70px;
    width: 100%;
    background-color: rgba(255, 239, 220, 0.342);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 450px;
    position: fixed;
    z-index: 1;
}

.sobre {
    max-width: 1000px;
    min-width: 400px;
    width: 100%;
    margin: 25px auto 0px;
    text-align: justify;
    padding: 35px;
}

.sobre h2 {
    text-align: center;
}

.demonst {
    max-width: 70%;
}

.sobre .demonst {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: auto;
}

a {
    text-decoration: none;
    color: #333;
    text-align: center;
}

a:hover {
    color: #9d501d;
}

@media screen and (max-width: 1150px) {
    .main2 {
        display: block;
    }

    .into {
        min-height: none;
    }

    .balao {
        max-width: 80%;
    }

    .cabeca {
        height: 90px;
        padding: 20px;
    }
    .cab {
        height: 90px;
    }
}

@media screen and (max-width: 650px) {
    .cabeca {
        height: auto;
        justify-content: center;
    }
    .cabeca p {
        display: none;
    }
    .cabeca div {
        display: flex;
    }
    .demonst {
        max-width: 90%;
    }
}















/******* Configurações do rodapé da pagina *******/

@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Playwrite+IT+Moderna:wght@100..400&display=swap');

footer {
    width: auto;
    height: auto;
    padding: 20px 30px;
    text-align: center;
    align-items: center;
    display: block;
    font-family: "Playwrite GB S", serif;
    background-color: #fff6f0;
}

.redes {
    width: auto;
    height: auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    font-family: "Playwrite GB S", serif;
}

.rod {
    width: 170px;
    margin: auto 30px;
}

.rod-img {
    width: 170px;
    margin: auto;
}

@media screen and (max-width: 950px) {
    .redes {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rod {
        width: 100px;
        margin: auto 30px;
    }

    .rod-img {
        width: 100px;
        margin: auto;
        margin: auto;
    }
    .redes a {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media screen and (max-width: 640px) {
    .redes {
        display: grid;
        align-items: center;
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        margin: auto;
        gap: 15px;
    }
    .rod {
        width: 100px;
        margin: auto 30px;
        align-items: center;
        justify-content: center;
    }
}
