*{
    margin: 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: style;
    src: url(/fontes/Nexa\ Bold.otf);
}



main{
    width: 100%;
    height: 100vh;
}


header{
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 10vh;
    background-color: #1d1d1d49;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: style;
    text-shadow: 2px 2px 2px black;    
}

.menu{
    margin: auto;
    width: 35%;
    height: 10vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.menu a{
    text-decoration: none;
    font-size: 18px;
    color: white;
    transition: all .3s;
}

.menu a:hover{
    transform: translateY(-2px);
    transition: all .3s;
}

.logo{
    width: 140px;
    height: 140px;
    cursor: pointer;
    transition: all .3s;
}

.logo:hover {
    transform: translateY(-2px);
    transition: all .3s;
}

.logo a{
   transition: 0.3;
}



header input{
    font-size: 15px;
    padding: 10px;
    border-radius: 25px;
    background-color: #b9b9b991;
}

input::placeholder {
    color: #fff;
  }

.icone{
    width: 50px;
    height: 50px;
}

#background{
    background-image: url(assets/Cieff.png);
    width: 100%;
    height: 110vh;
    background-repeat: no-repeat;
    background-size: cover;

}

section{
    padding-top: 40px;
    width: 100%;
    height: 400px;
    background: rgb(185,185,185);
    background: linear-gradient(180deg, rgba(185,185,185,1) #b9b9b9, rgba(255,255,255,1) 100%);
}

section h1{
    text-align: center;
    font-family: style;
    color: white;
    font-size: 35px;
    text-shadow: 2px 2px 2px black;  
}

.catalogo{
    margin: auto;
    margin-top: 30px;
    width: 80%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.produto{
    width: 200px;
    height: 200px;
    
}

.produto img{
    border-radius: 10px;
    border: 0.2px solid rgba(0, 0, 0, 0.363);

    
}

.produto p{
    font-family: style;
    text-align: left;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.438);  
    margin-bottom: 6px;
}

.produto span{
    font-family: style;
    text-align: left;
    font-size: 15px;
    color: black;
    
}

.produto button{
    font-family: style;
    text-decoration: none;
    font-size: 15px;
    background-color: #66666680;
    color: white;
    padding: 5px;
    border-radius: 10px;

}

.produto a:hover{
    background-color: #fafafa80;
    color: black;
    transition: 0.3s;
   

}

article{
    padding-top: 40px;
    width: 100%;
    height: auto;
    background: rgb(185,185,185);
    background: linear-gradient(180deg, rgba(185,185,185,1) #b9b9b9, rgba(255,255,255,1) 100%);
    
}

article h1{
    text-align: center;
    font-family: style;
    color: white;
    font-size: 35px;
    text-shadow: 2px 2px 2px black;  
    margin-bottom: 20px;

}

.novidade-box{
    margin: auto;
    width: 80%;
    background-color: rgba(214, 214, 214, 0.377);
    display: flex;
    align-items: center;
    border-radius: 10px;

}

.novidade-img{
    padding: 40px;
    margin: auto;
    width: 500px;
    height: 500px;

}

.texto-novidade{
    width: 40%;
    margin: auto;

}

article h2{
    margin-bottom: 60px;
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: style;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.438);  
}

article h4{
    text-align: center;
    color: rgba(78, 77, 77, 0.521);
    font-size: 40px;
    font-family: style;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.918); 
}

article a{

    font-family: style;
    text-decoration: none;
    font-size: 15px;
    background-color: #66666680;
    color: white;
    padding: 5px;
    border-radius: 10px;

}


.produto{
    transition: all 0.8s;
}

.produto:hover{
    transform: scale(1.10);
    transition: all 0.8s;
}   

.produto:hover{
    transform: scale(1.15) translateZ(0);

}

.catalogo:hover > .produto:not(:hover) {
    transform: scale(0.9);
}

.catalogo:hover > .produto:not(:hover) {
    filter: brightness(0.5) saturate(00) contrast(1.2) blur(3px);
}

.sobre{
    width: 100%;
    height: auto;
    margin: auto;
    padding-bottom: 80px;
   
}

.sobre h2{
    margin-top: 40px;
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: style;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.438);  
    margin-bottom: 40px;
}

#content{
    width: 80%;
    margin: auto;
    display: flex;
    
    
}

.fundo_text {
    width: 100%;
    height: auto;
    background-color: rgb(206, 206, 206);
    box-shadow: 5px 5px 5px rgba(56, 56, 56, 0.438);
    border-radius: 10px;
}

#text {
    margin: 40px;
    
}

#content h3{
    margin-bottom: 20px;
    text-align: justify;
    color: white;
    font-family: style;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.438);  
}

#content p{
    width: 95%;
    text-align: left;
    
    margin-bottom: 25px;
}

#content img{
    margin-top: 5%;
    margin-right: 8%;
    width: 300px;
    height: 300px;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.384);
    
    
}

footer {
    width: 100%;
    height: 250px;
   background-color: #070707b2;
}

#footer_sup {
    margin: auto;
    width: 100%;
    height: 140px;
    transition: all .3s;
    
}

#footer_sup img {
    margin-left: 45%;
    margin-right: 45%;
    
    
}

#footer_sup img:hover {
    transform: translateY(-2px);
    transition: all .3s;
}

.footer_centro {

    width: 25%;
    margin: auto;
    margin-top: -15px;
    height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    transition: all .3s;
    
}

.footer_centro a {
    font-family: style;
    text-decoration: none;
    color: #b9b9b9;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.438); 
}

.icone_footer {
    width: 30px;
    height: 30px;
    filter: invert();
    
}

.icone_footer:hover, .footer_centro a:hover {
    transform: translateY(2px);
    transition: all .3s;
}

  
  button:hover {
    opacity: 1;
  }
  
  #fade, #fade2, #fade3, #fade4, #fade5, #fade6 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 5;
  }
  
  #modal, #modal2, #modal3, #modal4, #modal5, #modal6 {
    font-family: style;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 65%;
    max-width: 90%;
    background-color: #fff;
    padding: 1.2rem;
    border-radius: 0.5rem;
    z-index: 10;
  }


  .img_modal {
    width: 250px;
    height: 300px;
    float: left;
    margin-right: 25px;
    
  }

  .tamanhos {
    text-decoration: none;
  }

  .botoes_modal {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
  }

  .btn_modal {
    width: 40px;
    height: 40px;
    margin-top: 7%;
    margin-right: 2.5%;
    border-radius: 100%;
    float: right;
    transition: .3s;
  }

  .btn_modal:hover {
    background-color: #31313159;
    transition: .3s;
  }

  .btn_cor1 {
    width: 40px;
    height: 40px;
    background-color: rgb(255, 251, 251);
    border: 3px solid #b9b9b9;
    margin-right: 2.5%;
    border-radius: 100%;
    float: right;
  }


  .btn_cor2 {
    width: 40px;
    height: 40px;
    background-color: rgb(12, 12, 12);
    border: 3px solid #b9b9b9;
    margin-right: 2.5%;
    border-radius: 100%;
    float: right;
  }


  
  #fade, #modal, #modal2, #fade2, #modal3, #fade3, #modal3, #fade4, #modal4, #fade5, #modal5, #fade6, #modal6 {
    transition: 0.5s;
    opacity: 1;
    pointer-events: all;
  }

  .modal-header i  {
    width: 20px;
    height: 20px;

  }

  .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #313131;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  
  .modal-body p {
    margin-bottom: 1rem;
  }
  
  .button_modal {
    width: 20%;
    float: right;
  }

  .button_modal button {
    padding: 5px;
    border-radius: 20px;
    font-size: 15px;
    transition: all .4s;
}

 .button_modal button:hover {
    background-color: rgb(53, 53, 53);
    color: #b9b9b9;
    transition: ease-out all .4s;
 }

    #modal.hide, #fade.hide, #modal2.hide, #fade2.hide, #modal3.hide, #fade3.hide, #modal4.hide, #fade4.hide, #modal5.hide, #fade5.hide, #modal6.hide, #fade6.hide  {
        opacity: 0;
        pointer-events: none;
    }
    
    #modal.hide, #modal2.hide, #modal3.hide, #modal4.hide, #modal5.hide, #modal6.hide {
        top: 0;
    }

        

#leo {
    filter: grayscale(100%);
}

#hover_tshirt{
    opacity: 0;
    transition: all 0.2s;
}

#hover_tshirt:hover{
    opacity: 100;
    transition: all 0.2s;
}