* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}

#headercor {
    background-color: beige;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
}

.piso {

    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;

}

header {
    display: flex;
    justify-content: space-between;
    align-items: center ;
}

nav {
    width: 418px;
    display: flex;
    justify-content: space-between;
    align-items: center ;
}

h1 {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 80px;

    font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  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;
}

#dicatext {
    width: 575px;
    display: flex;
    flex-direction: column;
}

h3 {
    margin-bottom: 12px;

    font-family: "Inria Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size: 24px;
    line-height: 36px;
    color: #BCC99B;
}

h2 {
    margin-bottom: 12px;

    font-family: "Inria Sans", sans-serif;  
  font-weight: 700;
  font-style: normal;
    font-size: 40px;
    line-height: 50px;
    color: #333;
}

p {
    margin-bottom: 30px;

    font-family: "Inria Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

#cta {
    width: 130px;
    height: 40px;

 border-color: #E3686b ;
 border-style: solid;
 border-width: 1px;
 border-radius: 6px;

 display: flex;
 justify-content: center;
 align-items: center;

 text-decoration: none;


      font-family: "Inria Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    font-size: 16px;
    color: #E3686b;
}

#cta:hover {
    background-color: #E3686b;
    color: #fff;
    transition-duration: s;
   
}

#receitas {
    display: flex;
    justify-content: space-between;
    align-items: flex-start ;
    margin-bottom: 100px;
}

.receitascard {
    width: 235px;
}

a {
     text-decoration: none;


      font-family: "Inria Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    font-size: 16px;
    color: #E3686b;
}

#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;
}

.saudaveltxt {
    width: 490px;
}

.destaque {
    font-weight: 900;
}

#galeria {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:20px;
    margin-bottom: 100px;
}

#ingredientes {
        font-family: "Inria Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
    font-size: 16px;
    color: #E3686b;
    margin-bottom: 10px;
}

#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;
}

#socials {
    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: "Inria Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #BCC99B;
}