@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/*
acessorios de estilo
*/
.linha_titulo{
    width: 50px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #b66565;
}
/* globais */

::-webkit-scrollbar{
    background-color: #b6aeae;
    width: 10px;
    
}
::-webkit-scrollbar-thumb{
    background-color: #3b3b3b;
    border-radius: 30px;
}
:root{
    --font-size: 22px; 
    --font-color:#070707 ;
}
/*globais*/
header{
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+/Edge */
    user-select: none; /* Padrão */

}
*{
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    background-color: rgb(208, 208, 208);
    height: 100%;
    
}
.container{
    display: flex;
    flex-direction: column;
}
/* mobile menu */
@keyframes navLinkFade {
    from {
      opacity: 0;
     
    }
    to {
      opacity: 1;
      
    }
  }
.mobile_menu{
    display: none;
    cursor: pointer;
    
}
.mobile_menu div{
    width: 32px;
    height: 3px;
    background-color: #f7d1d1;
    margin: 8px;
    transition: 0.3s;
}
@media (max-width:999px) {
    body{
        overflow-x: hidden;
    }
    .nav_header{
        opacity: 0;
        display: flex;
        position: absolute;
        top: 8vh;
        right: 0;
        width: 50vw;
        height: 92vh;
        background-color: #ababab;
        flex-direction: column;
        margin-bottom: 30px;
        justify-content: space-around;
        
    }
    .nav_header li{
        margin-left: 0;
        opacity: 0;
        border: none;
    }
    .nav_header li:hover{
        border-bottom: none;
    }
    
    .mobile_menu{
        display: block;
    }

   


 
 
  
    
}
.nav_header.active{
    display: flex;
    animation: navLinkFade 1s forwards;  
}

.mobile_menu.active .line1 {
    transform: rotate(-45deg) translate(-8px, 8px);
  }
  
  .mobile_menu.active .line2 {
    opacity: 0;
  }
  
  .mobile_menu.active .line3 {
    transform: rotate(45deg) translate(-7px, -7px);
  }




/*main/ header/ video inicial*/
#pridutos{
    margin-top: 3px;
    border-bottom: 3px solid red;
}
.header_main{
    height: 8vh;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #000;
}
.nav_main{
    width: 100%;
    height: 6vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav_main img{
    height: 5vh;
    margin-left: 25px;
}
.nav_header{
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.nav_header li{
    margin-right: 15px;
    text-transform: uppercase;
    font-weight:bold;
    height: calc(8vh - 3px);
    color: #d4d4d4;
    padding: 6px 6px 6px 6px;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.nav_header a{
    text-decoration: none;
    color: var(--font-color);
}

.nav_header li:hover{
    margin-top: 3px;
    border-bottom: 3px solid #cbcbcb;
}

/* video banner */
.article_main{
    width: 100%;
    height: calc(60vh - 10px);
    
}

.banner{
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding: 30px;
    padding-left: 0;
}
.banner a {
    color:  #2e2e2e;
    font-size: 12px;
    text-decoration: none;  
    background-color: #ababab67;
    text-transform: uppercase;
    font-weight: bold; 
    border-radius: 0px;
    padding:5px 8px;  
    height: 22px; 
    align-self:flex-end;
    border-radius: 10px;
}
.banner a p{
    color: #000;
    opacity: 1;
}
.banner a:hover{
    color: #f7d1d1;
    background-color: #fff;
}
.banner video{
    position: absolute;
    top: 7%;
    z-index: -1;
    width: 100%;
    height: 60%;
    object-fit: cover;
}
.banner h1{ 
    text-shadow: 0.5px 0.5px 15px #000000;
    padding: 20px;
    font-size: 70px;
    width: 20ch;
    color: #fff;
    line-height: 90px;
}
/**/
/*article*/
/* .article_content{
    display: flex;
    justify-content: center;
    width: 1300px;
    flex-direction: column;
    align-items: center;
} */
.primeiro_escopo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.foto_prato{
    background-image: url(/assets/media/photos/WhatsApp\ Image\ 2023-07-12\ at\ 09.06.49\ \(2\).jpeg);
    width: 550px;
    height: 700px;
    background-size: cover;
}
.article_content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 50px;
    padding-right: 50px;
    /* border:2px solid red; */
    width: 100%;
    }
.text_article{
    text-align: justify;
    width: 100%;
    padding-left: 20px;
    /* border: 2px solid yellow; */
}
.text_article h1{
    font-size: 40px;
    color: #E1251B;
}
.text_article h2{
    color: #E1251B;
}
.text_article h3{
    color: grey;
}
.text_article p{
    font-size: 20px;
}
.text_article ul{
    font-size: 20px;
    margin-left: 30px;
}

.img_article img{
    width: 390px;  
    /* border: 2px solid green; */
}
.img_article_content {
    display: flex;
    flex-direction: row;
}
.img_article_content img{
    width: 50%;
}
.angatti{
    flex-direction: column-reverse;
    align-items: flex-start;
}
.angatti img{
    width: 250px;
}

/* Imagem das farinhas (produtos) */
.farinhas img{
    object-fit: cover;
    background-size: cover;
}
.img_farinhas{
    display: flex;
    justify-content: space-around;
}
.img_farinhas h3{
    color: rgba(0, 0, 0, 0.801);
}
/* footer */
footer{
    background-color: #000000;
    width: 100%;
    height: 250px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
footer img{
    width: 100px;
}


h2{
    font-weight: bold;
}

.farinhas img{
    height: 200px;
    box-shadow: 0.4px 0.4px 10px rgb(39, 21, 21);
}



















@media(max-width:1156px){
    .article_content{
        flex-direction: column;
        align-items: center;
    }
    .img_article img{
        display: none;
    }
    .img_farinhas{
        flex-direction: column;
        align-items: center;
    }
  
}




@media  (max-width: 499px){
    .banner{
        flex-direction: column;
    }
    .banner h1{
        line-height: 45px;
        font-size: 30px;
        width: 18ch;
        margin-top: 0;
        padding-top: 0;
    }
    .banner a{
        font-size: 15px;
        word-spacing: 9px;
        padding-left: 20px;
    }
}
@media (max-width: 607px) {
    .banner a{
        width: 150px;
        font-size: 9px;
        margin-top: 0;
    }
    .text_article p,
    .text_article ul{
        font-size: 10px;
    }

}
@media (max-width: 999px){
    .banner a{
        width: 147px;
        font-size: 10.5px;
    }
    .text_article p,
    .text_article ul{
        font-size: 15px;
    }
}












.logo img{
    height: 5vh;
    margin-left: 25px;
}
.header-one {
    background-color: #000000;
    box-shadow: 0px 3px 10px #464646;
}

.nav-bar {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 6rem;
}


.nav-list {
    display: flex;
    align-items: center;
}

.nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item {
    margin: 0 12px;
}

.nav-link {
    text-decoration: none;
    font-size: 1.15rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-menu-icon {
    display: none;
}

.mobile-menu {
    display: none;
    
}
@keyframes open_sv{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@media (max-width: 1200px) {
    .nav-bar {
        padding: 1.5rem 4rem;
    }
    .nav-item {
        display: none;
    }
    .mobile-menu-icon {
        display: block;
    }
    .mobile-menu-icon button {
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
        
    }
    .mobile-menu .nav-item {
        display: block;
        padding-top: 1.2rem;
    }
    .mobile-menu .login-button {
        display: block;
        padding: 1rem 2rem;
    }
    .mobile-menu .login-button button {
        width: 100%;
    }
    .open {
        display: block;
        animation: open_sv 0.5s forwards;
    }
    .mobile-menu{
        position: absolute;
        width: 100%;
        background-color: #000;
        z-index: 2;
    }
    .nav-link{
        padding-bottom: 0 ;
    }
}
.nav-link:hover{
    margin-top: 3px;
    border-bottom: 3px solid red;
    transition: ease-in-out 0.5s;
    color: #726868;
    
}

@media (max-width:388px){
    .farinhas img{
        height: 220px;
        width: 300px;
    }   
}
.redes img{
    width: 24px;
    margin-left: 5px;
    filter: contrast(0%);
}
.redes img:hover{
    filter: contrast(100%);
}
.redes{
    position: absolute;
    left: 260px;
}
@media  (max-width: 499px){
    
    .redes img{
        width: 19px;
        filter: contrast(100%);
    }
    .redes{
        left: 10px;
        display: flex;
        flex-direction: column;
    }
}
footer{
    background-color: #000000;
    width: 100%;
    height: 220px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer img{
    width: 80px;
}
.linksredes{
    display: flex;
    justify-content: space-between;
    width: 140px;
    margin-top: 10px;
}
.linksredes img{
    width: 30px;
}
.linksredes div{
    filter: contrast(0%);
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.linksredes div:hover{
    filter: contrast(100%);
}
footer div img{
    width: 30px;
}
.img_angatti{
    padding-left: 5px;
    padding-right: 50px;
 }
 
 
 .img_article img{
    width: 390px;  
    /* border: 2px solid green; */
}
.img_article_content {
    display: flex;
    flex-direction: row;
}
.img_article_content img{
    width: 50%;
}
.angatti{
    flex-direction: column-reverse;
    align-items: flex-start;
}
.angatti img{
    width: 250px;
} 