@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*/
.space_footer{
    height: 230px;
}
*{
    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 */
header{
        -webkit-user-select: none; /* Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE 10+/Edge */
        user-select: none; /* Padrão */
    
}
/*main/ header/ video inicial*/
#home{
    margin-top: 3px;
    border-bottom: 3px solid red;
    
}
.nav-link:hover{
    margin-top: 3px;
    border-bottom: 3px solid red;
    transition: ease-in-out 0.5s;
    color: #726868;
    
}
.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;
    }
    .nav-link{
        padding-bottom: 0 ;
    }
    .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;
    }
}

/* video banner */
.redes{
    position: absolute;
    left: 260px;
}
.redes img{
    width: 24px;
    margin-left: 5px;
    filter: contrast(0%);
}
.redes img:hover{
    filter: contrast(100%);
}

@media  (max-width: 499px){
    
    .redes img{
        width: 19px;
        filter: contrast(100%);
    }
    .redes{
        left: 10px;
        display: flex;
        flex-direction: column;
    }
}
.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: max-content; 
    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;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.608);
}
.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;
    flex-direction: column;
    align-items: center;
}
.selos{
    display: flex;
    padding-left: 5px;
}
.selos_emporio{
    display: flex;
    width: 1600px;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}
.selos_emporio p{
    font-size: 1.3rem;
    width: 20ch;
}
.selinhos{
    margin-right: 10px;
}

.angatti_selo{
    width: 100%;
    margin-top: 30px;
    text-align: center;    
}
.angatti_selo img:hover{
    filter: contrast(100%);
}
.angatti_selo img{
    filter: blur(1.1px);
    filter: contrast(78%);
}
.angatti_selo img{
    width: 100%;
    max-height: 100%;
}
.angatti_mobile_photo{
    display: none;
    max-width: 80%;
    max-height: 80%;
    text-align: center;
}
.angatti_selo a{
    
}



/*footer*/
footer{
    background-color: #000000;
    width: 100%;
    height: 250px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
footer img{
    width: 100px;
}




@media(max-width:1310px){
    .selos{
        display: flex;
        flex-direction: column;
        align-items: center;  
        text-align: center;  
        margin-top: 20px;
    }
  .selos_emporio p{
    font-size: 1.0rem;
  }
  .selos_emporio h2{
    font-size: 17px;
  }
  .selos_emporio{
    margin-top: 200px;
    display: flex;
    margin-top: 0px;
    flex-direction: column;
    width: 100%;
     flex-direction: row;
    }
  }
  
  .space_footer{
    height: 20px;
}
 



@media(max-width:1156px){
    .selos_emporio{
        display: flex;
        width: 90%;
    }
   

}


@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;
    }
}
@media (max-width: 607px) {
    .banner a{
        width: 150px;
        font-size: 9px;
        margin-top: 0;
    }
    .space_footer{
       display: none;
    }

    .angatti_banner_photo{
        display: none;
   
    }
    .angatti_mobile_photo{
        display:inline-block;
        text-align: center;
    } 
}
@media (max-width: 999px){
    .banner a{
        width: max-content;
        font-size: 10.5px;
    }
    .selos p{
        font-size: 15px;
    }
    .angatti_selo img:hover{
        filter: contrast(100%);
    }
    .angatti_selo img{
        filter: blur(0px);
    }
 
    
    
}
@media (max-width: 1155px) {
    .selos_emporio{
        
        margin-top: 50px;
    }
    .selos{
        margin-bottom: 100px;
    }
    footer{
        margin-top: 50px;
    }
    .space_footer{
        height: 80px;
    }
}

@media (max-width: 1455px) {
    .selos_emporio{
        width: 1000px;
    }
    
}










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;
}




@media (max-width: 999px){
    .banner a{
        width: max-content;
        font-size: 10.5px;
    }
    .selos p{
        font-size: 15px;
    }
    
    
}
@media (max-width: 607px) {
    .banner a{
        width: 150px;
        font-size: 9px;
        margin-top: 0;
    }
    
    
}

@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;
    }
    .angatti_mobile_photo img{
        width: 50%;
    }
    
    
}
@media  (max-width: 600px){
    
    .selos{
        margin-bottom: 30px;
    }
    h2{
        font-size: 15px;
    }
    .selinhos{
        margin-right: 10px;
    }
   .selos_emporio{
    margin-top: 0px;
   }
    .selos_emporio p{
        width: 20ch;
    }
    .space_footer{
        height: 20px;
    }
    .selinhos {
        max-width: 50px;
        max-height:50px; 
    }
}

@media (max-width:875px) {
    .selos_emporio{
        flex-direction: column;
    }
}

