* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.pisos{
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#headercor{
    background-color: #F4EDF5;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

header{ 
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: aqua;
}

nav{ 
    width: 418px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color:lightgoldenrodyellow;
}

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: #E3686D;
}

#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: lightcyan;
}

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: 500;
    font-style: normal;

    font-size: 40px;
    line-height: 50px;
    text-align: left;

    color: #000000;
}

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;
    text-align: left;

    color: #000000;
}

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: #E3686D;
}

#cta{
    width: 130px;
    height: 40px;

    border-style: solid;
    border-color: #E3686D;
    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: #E3686D;
}

#cta:hover{
    background-color: #E3686D;
    color: #ffffff;

}

#receitas { 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 100px;

    background-color: aqua;
}

.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: #ffffff;
    text-align: center;
}

#saudavel { 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 100px;

    background-color: lightseagreen;
}

.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: #E3686D;
}

#ingredientes li{
    margin-bottom: 10px;
}

footer{
    display: flex;
    justify-content: space-between;
    margin-top: 100px;

    background-color: aquamarine;
}