@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Playwrite+DE+SAS:wght@100..400&family=Playwrite+NZ+Guides&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&family=Playwrite+DE+SAS:wght@100..400&family=Playwrite+NZ+Guides&display=swap');
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    background:#FFF6F5;
}
.navbar{
    display:flex;
    flex-flow: row wrap;
    height: 100px;
    background:#6F4548;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
}
.logo h1{
    font-family:"Jaldi", sans-serif;
    color:#FFF6F5;
    font-size: 34px;

}
.logo{
    flex: 20%;
    margin-left:10%;
   /* border: 1px solid #ffffff;*/
    text-align: right;
}
.menu{
    flex:70%;
    /*border: 1px solid yellow;*/
    text-align: right;
    padding: 20px;
}
.menu a{
    color:#FFF6F5;
    text-decoration: none;
    font-size: 20px;
    padding: 20px 16px;
    font-family: "Krub", sans-serif;
}
.menu a:hover{
    color:#F2BDC1;
    border-top: 4px solid #FFF6F5;
}
#botao{
    background: #E6A5AA;
    padding: 10px 25px;
    border-radius: 10px;
    color:#6F4548;
    margin-right: 10%;
    margin-left: 5%;
}
#botao:hover{
    border:none;
    background:#FFF6F5;
}
.header{
    display: flex;
    flex-flow:row wrap;
    background: #FFF6F5;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top:150px;
}
.headline{
    margin-left:10%;
    flex:40%;
   /* border:1px solid yellow;*/
}
.headline h2{
    font-family: "Krub", sans-serif;
    font-weight: 100;
    font-size: 20px;
    color:#6F4548;
    padding: 0;
    margin: 10px;
    text-align: center;
}
.img-headline{
    margin-right:10%;
    flex:40%;
   /* border:10px solid blue;*/
  text-align: center;
 
}
.contact{
    display: inline-block;
    background: #6F4548;
    padding: 20px;
    border-radius: 10px;
    color:#FFF6F5;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px;

}
.contact:hover{
    background:#F2BDC1;
}
section{
    display: inline-block;
    margin-top: 80px;
    margin-left: 5%;
    margin-right: 5%;
   /* border: 1px solid black;*/
    text-align: center;
    padding: 5%;
    
}
section h2{
    width: 100%;
    font-size: 50px;
    margin: 0;
    font-family:"Jaldi", sans-serif;
    font-weight: bold;
    color: #6F4548;
}
.servicos{
    margin-top: 5%;
}
.card{
    display: inline-block;
    width: 30%;
    padding: 20px;
    margin: 1%;
    border: 1px solid #6F4548;
    border-radius: 10px;
}
.card:hover{
    background: #6F4548;
    color: #FFF6F5;
    padding: 40px;
}
.card:hover img{
    display: none;
}
.card:hover .card-text{
    display: none;
}
.card:hover .text-oculto{
    display:block;
}
.text-oculto{
    display: none;
}
.sobre-nos{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.sobre{
    margin-left: 10%;
    flex: 40%;
    text-align: center;
    
}
.sobre h2{
     font-family: "Jaldi", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color:#6F4548;
    padding: 0;
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
}
.sobre p{
    text-align: center;
    font-family: "Krub", sans-serif;
    font-weight: 400;
    color: #6F4548;

}
.img-sobre{
    margin-left:10%;
    flex:40%;
    /*border:1px solid blue;*/
  text-align: center;
  
}
footer{
    margin-top: 100px;
    height: 400px;
    background: #6F4548;
    text-align: center;
    border-top: 5px solid #E6A5AA;
}
.logo-footer{
    padding: 100px;
}
.nutri{
    font-family:"Jaldi", sans-serif;
    color:#FFF6F5;
    font-size: 34px;

}