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



.pisos {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#headercor {
    background-color: crimson;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: aliceblue;
}

nav {
    width: 418px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: lightpink;
}

h1 {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 80px;

    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 50px;
    line-height: 74px;
    text-align: center;
    color: #E3686B;
}

#dicasemana {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;

    background-color: lightpink;
}

#dicatxt {
    width: 575px;

    display: flex;
    flex-direction: column;

    background-color: aliceblue;
}

h3 {
    margin-bottom: 20px;

    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: left;
    color: #BCC99B;
}

h2 {
    margin-bottom: 12px;

    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;

    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #333;
}

p {
    margin-bottom: 30px;

    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;

    color: #333;
}

a {
    text-decoration: none;

    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: auto;
    color: #E3686B;
}


#cta {
    width: 130px;
    height: 40px;

    border-style: solid;
    border-color: #E3686B;
    border-width: 1px;
    border-radius: 6px;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;

    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: auto;
    color: #E3686B;
}

#cta:hover {
    background-color: #E3686B;
    color: #fff;

}

#receitas {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 100px;

    background-color: aliceblue;
}

.receitascard {
    width: 235px;
}

#separador {
    width: 1000px;
    height: 300px;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url(imgs/separador.jpg);
    margin-bottom: 100px;
}

#branco {
    width: 660px;
    color: #fff;
    text-align: center;
}

#saudavel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;

    background-color: aliceblue;
}

.saudaveltxt {
    width: 490px;
}

.destaque {
    font-weight: 700;
}


#galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 100px;
}

#ingredientes {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: auto;
    color: #E3686B;
}

#ingredientes li {
    margin-bottom: 10px;
}

footer {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 3px #F4EDE5;

    
}

#social {
    width: 136px;
    display: flex;
    justify-content: space-between;
}

#copy {
    width: 260px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    flex-direction: column;
}

h6 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #BCC99B;
}