/*cadastro-negocio-2.html
meu-negocio.html
meus-produtos.html*/

* {
    margin: 0;
    padding: 0;
    box-sizing: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Poppins', sans-serif;
    background-image: #ffffff;
    height: 100vh;
}

body{
	font-size: 1.6rem;
}

a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

header {
    background-color: #47A3A6;
    width: 40rem;
    height: 12rem;
    border-radius: 16px;
    margin: 0.5rem;
    margin-bottom: 3rem;
    display: block;
}

header h1 {
    margin-top: 5rem;
    color: #ffffff;
    text-align: center;
}

header p img{
    float: right;
    margin-top: 2rem;
    margin-right: 4rem;
}

form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;
}

form .minha-conta-2 input {
    display: block;
}

input.input-text {
    margin: auto;
    width: 25em;
    height: 3em;
    border-radius: 12px;
    border: 1px solid #596273;
    text-indent: 30px;
    margin-bottom: 1rem;
}

button {
    margin-bottom: 2rem;
    margin-top: 3.5rem;
    width: 20rem;
    height: 5rem;
    font-weight: bold;
    border-radius: 16px;
    color: #ffffff;
    border: 1px solid #596273;
    background-color: #260178;
    box-shadow: 0px 2px 5px rgb(110, 110, 110);
}

form button {
    display: block;
}

.container h1 span {
    color: #ffffff;
}

.redes-sociais img{
    width: 4rem;
    margin: 1rem;
   
}

.redes-sociais {
    display: flex;
    justify-content: center;
    align-items: center;
}

.minha-conta p {
    color: #240074;
}

.produtos img {
    width: 15rem;
    height: 15rem;
    margin: 1.5rem;
}

.produtos p, h3, h5{
    margin-left: 1.5rem;
}

.produtos h3 {
    color: #47A3A6;
}

.produtos p {
    color: #AAAAAA;
}

.produtos {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 640px) {

    header {
        width: 35rem;
        height: 10rem;
        border-radius: 16px;
        margin: 1rem;
        display: block;
    }
}