@charset "UTF-8";

/*
Cores:

#8C7223
#F2B138
#594916 
*/

*{
    margin: 0px;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width:1536px) {
    body {
        font-family: Arial, Helvetica, sans-serif;
    }

    div.conv {
         margin: 0 auto;
         padding-top: 100px;
    }

    div.conv img {
    width: 700px;
    display: flex;
    margin: 0 auto;
}
}

@media  screen and (max-width:724px) {
    div.conv img {
        width: 470px;
    }
}

@media screen and (max-width: 768px) {

    body {
        font-family: Arial, Helvetica, sans-serif;
    }

    div.conv {
         margin: 0 auto;
         padding-top: 100px;
    }

        div.conv img {
        display: flex;
        margin: 0 auto;
    }

    main h1 {
        font-size: 2em;
    }

    main p{
        padding-bottom: 200px;
    }

    div.conteiner img{
        width: 100px;
        height: 100px;
    }

    #i2 img {
        margin-left: -40px;
    }

div.conteiner {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

#i2 {
    align-self: flex-start;
}

hr {
    display: flex;
    width: 600px;
    justify-content: center;
}

    }


main {
    height: 900px;
    height: 100%;
    background-color: #F2B138;
    color: white;
}

main h1 {
    text-align: center;
    font-size: 4em;
    padding-top: 50px;
    letter-spacing: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    width: 100%;
}

main p {
    text-align: center;
    color: #594916;
    padding-top: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 30px;
    padding-bottom: 50px;
}

#cereja {
    display: flex;
    padding-top: 30px;
}

#cereja img {
    display: block;
    margin: 0 auto;
    width: 104px;
    height: 56px;
}

nav {
    padding-top: 10px;
}

nav a {
    text-decoration: none;
    color: #594916;
    display: flex;
    margin: 0 auto;
    font-size: 1.3em;
    font-family: Arial, Helvetica, sans-serif;
}

nav a:hover {
    color: #927929;
}

nav ul{
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-right: 30px;
}

div.conv {
    margin: 0 auto;
    margin-top: -230px;
}

div.conv img{
    width: 100%;
    display: flex;
    margin: 0 auto;
}

#p2 {
    font-weight: bold;
    font-size: 1.6em;
}

div.conteiner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    flex-flow: row;
}

div.conteiner img{
    width: 158px;
    height: 161px;
}

div.item {
    text-align: center;
}

#i1 {
    align-self: flex-start;
}

#i1 h1{
    margin-top: -60px;
    font-size: 2.3em;
}

#i1 p{
    margin-top: -30px;
    text-align: center;
}

#i2 {
    align-self: center;
}

#i2 img {
    width: 200px;
    height: 270px;
}

#i3 {
   
}

#i3 h1{
    margin-top: -60px;
    font-size: 2.3em;
}

#i3 p{
    margin-top: -30px;
}

main button {
    width: 120px;
    height: 40px;
    background-color: #948224;
    border: none;
    color: white;
    font-weight: bold;
    margin-bottom: 80px;
}

section.contato {
    height: 850px;
    background-color: #948224;
    color: white;
    text-align: center;
    margin: 0 auto;
}

section.contato img{
    width: 100px;
    height: 70px;
    padding-top: 60px;
}

section.contato #p1{
    padding-top: 10px;
    font-weight: bold;
    font-size: 2em;
    padding-bottom: 70px;
}

.contatenos h1 {
    padding-top: 60px;
    padding-bottom: 10px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
}

.contatenos p{
    font-size: 1em;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

hr {
    width: 450px;
    margin: 0 auto;
}

footer {
    background-color: #594916;
    color: white;
    height: 130px;
}

.containerf {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.containerf img {
    margin-top: 20px;
    width: 30px;
    height: 30px;
    padding-left: 15px;
}

footer p{
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 20px;
}

input {
    margin: 10px;
    margin-bottom: 25px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid white;
    background-color: transparent;
    text-align: center;
    width: 120px;
    color: white;
}

input::placeholder {
    color: #594916;
}

#inome {
    padding: 12px;
}

#itel {
    padding: 12px;
}

textarea {
    width: 311px;
    border: 1px solid white;
    background-color: transparent;
    text-align: center;
    color: white;
}

textarea::placeholder {
    padding-top: 20px;
    color: #594916;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#enviar {
    width: 120px;
    padding: 10px;
    background-color: white;
    border: none;
    color: #948224;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

#enviar:hover {
    color: white;
    background-color: #594916;
    transition: 0.5s;
}