@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;500;700&family=Poppins:wght@100;400&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #fc4548; 
    border-radius: 10px;
  }
  

/*----- MENU -----*/
header{
    width: 100%;
    background: #fbf3ed;
    top: 0;
    position: fixed;
    z-index: 999;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.148);
}

nav{
    margin: auto;
    width: 100%;
    max-width: 1400px;
    height: 70px;
    justify-content: space-between;
    position: relative;
}

nav .links a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-decoration: none;
    width: 110px;
    height: 40px;
    margin: 0 10px;
    color: #e4282c;
    font-size: 16px;
}

.toggle{
    display: none;
}

nav .links a.active{
    background: #e4282c;
    color: #fff;
}

header img{
    width: 100%;
    max-width: 240px;
    padding: 5px;
}
/*----- MENU -----*/

/*----- HOME -----*/
.home{
    width: 100%;
    min-height: 75vh;
    background: #fbf3ed;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.container, .home, nav,.links{
    display: flex;
    align-items: center;
}

.container{
    max-width: 1400px;
    margin: auto;
    flex-wrap: wrap-reverse;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    gap: 10px;
    padding-top: 30px;
}

.container > *{
    flex: 1;
}

.image{
    min-width: 340px;
    max-width: 600px;
    width: 100%;
    position: relative;
}

.image::before{
    content: '';
    position: absolute;
    background: #fc4548;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
    width: 100%;
    height: 100%;
}

.image img{
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(15px 31px 7px #320e0ec9);
}

.contentInfo{
    width: 100%;
    min-width: 340px;
    max-width: 500px;
    width: 100%;
    padding: 20px;
}

.contentInfo h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    white-space: nowrap;
    font-size: 2.8rem;
    font-weight: bold;
    color: #332b46;
}

.contentInfo p{
    font-size: 1.1rem;
    margin: 20px 0;
}

.contentInfo .btn{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contentInfo .btn a{
    height: 40px;
    outline: none;
    background: #fc4548;
    border: none;
    color: #fff;
    border-radius: 5px;
    width: 280px;
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentInfo .btn a:nth-child(2){
    color: #e4282c;
    background: none;
    border: 1px solid #e4282c;
}
/*----- HOME -----*/

/*----- SERVICES -----*/
.serviceProcess{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    min-height: 60vh;
    padding: 20px;
}

.service_content{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
    gap: 30px;
}

.service_content > *{
    flex: 1;
}

.containerServices{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    text-align: center;
    position: relative;
}

.containerServices h1 i{
    color: #e4282c;
}

.services{
    min-width: 250px;
    max-width: 400px;
    width: 100%;
    position: relative;
    color: #332b46;
    margin: 20px 0;
}

.services p{
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    font-size: 18px;
}

.services::before{
    content: '';
    position: absolute;
    background: #fc4548;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
    width: 100%;
    height: 100%;
}

.services img{
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(15px 10px 7px #00000063);
    height: 200px;
}

.services:nth-child(1):before{
    background: #fdb796;
}
.services:nth-child(2):before{
    background: #fdce5e;
}
.services:nth-child(3):before{
    background: #e77879;
}
.services:nth-child(4):before{
    background: #fed57b;
}
/*----- SERVICES -----*/

.cardapio{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    gap: 30px;
    min-height: 50vh;
    position: relative;
    flex-wrap: wrap;
}

.imgSalgados{
    width: 100%;
    min-width: 300px;
    min-height: 100%;
    padding: 10px;
}

.cardapio ul{
    width: 100%;
    min-width: 300px;
    height: 100%;
    padding: 10px;
 }

.imgSalgados img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.cardapio > *{
    flex: 1;
}

.itemCardapio{
    border-bottom: 1px dotted #332b46;
    width: 100%;
}

.cardapio p{
    display: flex;
    align-items: end;
    padding: 0 8px;
    font-size: 18px;
    font-weight: bold;
}

.cardapio ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contentCardapio h1{
    text-align: center;
    padding: 35px 0;
 }

 .contentCardapio h1 i{
    color: #e4282c;
 }

 .contentCardapio{
    background: #fbf3ed;
 }

.cardapio.reverse{
    flex-direction: row-reverse;
    padding-bottom: 30px;
}

.cardapio ul a{
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: #fc4548;
    outline: none;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.btn{
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.location{
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 40px 10px;   
}

.contentMap{
    width: 100%;
}

.contentMap h1{
    text-align: center;
    padding-bottom: 30px;
}

.contentMap h1 i{
    color: #e4282c;
}

.location iframe{
    width: 100%;
    border-radius: 20px;
}

.formContainer{
    width: 100%;
    position: relative;
    background: #fbf3ed;
    padding: 10px;
}

.formContainer h1{
    text-align: center;
    padding-bottom: 20px;
}

.formContainer h1 i{
    color: #e4282c;
}

.contentForm{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.contentForm form {
    display: flex;
    width: 100%;
    max-width: 900px;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
    gap: 15px;
    background: #fde1e1;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

form input{
    width: 100%;
    height: 40px;
    border-radius: 7px;
    padding: 5px 10px;
    outline: none;
    border: 1px solid #332b46;
}

form textarea{
    width: 100%;
    height: 120px;
    resize: none;
    border-radius: 7px;
    outline: none;
    padding: 5px 10px;
    border: none;
    border: 1px solid #332b46;
}

form button{
    height: 45px;
    font-size: 16px;
    border-radius: 7px;
    border: none;
    outline: none;
    background: #fc4548;
    color: #fff;
    cursor: pointer;
}

.inputContent{
    position: relative;
    padding: 10px 0;
}

.inputContent small{
    position: absolute;
    top: -8px;
    left: 5px;
}

.inputContent.error input{
    border: 2px solid red;
}

.inputContent.success input{
    border: 2px solid green;
}

.inputContent.error textarea{
    border: 2px solid red;
}

.inputContent.success textarea{
    border: 2px solid green;
}

.inputContent.success small{
    display: none;
}

.concluido{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffcaca;
    display: none;
    color: #333;
}

.concluido.finalizado{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.concluido i{
    font-size: 2rem;
}

footer{
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #332b46;
    color: #fff;
}

.contetBtnWpp a{
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    background: linear-gradient(45deg, #2bcc46, #5af075);
    cursor: pointer;
}

.contetBtnWpp{
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.contetBtnWpp a{
    text-decoration: none;
}

.contetBtnWpp .fa-arrow-down{
    position: absolute;
    top: -10px;
    left: 20px;
    animation: animate 2s ease-in-out infinite;
}

@keyframes animate{
    0%{
       transform: translateY(-30px);
    }
    100%{
        transform: translateY(-10px);
    }
}

@media (max-width: 900px)
{
    .links{
        top: 70px;
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 5px;
        background: #fbf3ed;
    }

    nav .links{
        display: none;
    }

    .links.active{
        display: flex;
    }

    nav .links a{
        display: flex;
        width: 100%;
        height: 50px;
        margin-bottom: 5px;
    }

    .toggle{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #ebd8c9;
        border-radius: 5px;
        margin-right: 10px;
        cursor: pointer;
    }
}

