@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playfair:wght@500&display=swap');



*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
    font-family: 'Playfair', serif;
}
nav{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    position: fixed;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1;
    
}

nav a.botao-nav{
    text-align: center;
    flex-grow: 1;
    padding: auto;
    background: rgba(160, 164, 165, 0.2);
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.4s;
    z-index: 1;
}

body{
    font-family: 'Playfair', serif;
    width: 100%;
}

#sobre{
    background:#A0A4A5;
}
.grad-1{
    height: 30vh;
    background-image: url("../img-site/SITE-01-01.png");
    background-repeat: repeat;
    background-size: cover;
    background-color: white;
}
.grad-2{
    height: 30vh;
    background-image: url("../img-site/SITE-01-03.png");
    background-repeat: repeat;
    background-size: cover;
    background-color: white;
}
.grad-3{
    height: 30vh;
    background-image: url("../img-site/SITE-01-04.png");
    background-repeat: repeat;
    background-size: cover;
    background-color: white;
}
/*SOBRE NO MODO MOBILE*/
.itens-flex-cel{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cel p{
    font-size: 10px;
    color: white;
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif;
    padding: 0 8px 20px 8px;
    text-align: center;
    
}
.cel h3{
    font-size: 18px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    /*font-family: 'Playfair', serif;*/
    padding: 10px 4px 15px 4px;
    text-align: center;
}
.itens-flex-cel img{
    width: 60%;
}

/*SOBRE NO MODO DESKTOP*/
.itens-flex{
    align-items: center;
    display: flex;
    flex-direction: row;
}
.texto-sobre{
    font-family: 'Montserrat', sans-serif;
    width: 65vw;
    padding-right: 7px;
}
.texto-sobre h4{
    justify-content: end;
    color: white;
    text-align: end;
    padding-right: 7px;
}
.texto-sobre p{
    font-family: 'Montserrat', sans-serif;
    text-align: end;
    padding-right: 10px;
    font-weight: bold;
    color: white;
}
.texto-sobre #perg{
    font-weight: normal;
    color: white;
}
.img-sobre{   
    width: 34vw;
}
.img-sobre img{
    width: 100%;
}
#servico{
    background:#F2DFE3;
}

h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    /*font-family: 'Playfair', serif;*/
    display: block;
    color: white;
    padding-bottom: 5vh;
    text-align: center;
    
}
.barrer{
    display: flex;
    justify-content: center;
}
.flex-cards{
    display: flex;
    width: 80%;
    max-width: 800px;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-cards .card:hover{
    padding: 5px;
    width: 160px;
}

.flex-cards .card{
    width: 150px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    margin: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    transition: 0.6s;
    cursor: pointer;
    
}/*
.flex-cards .card1{
    width: 150px;
    margin: 15px;
    padding: 10px;
}
.flex-cards .card1 img{
    size: cover;
    width: 100%;
}*/
.flex-cards .card img{
    border-radius: 15px;
    size: cover;
    width: 100%;
}
.flex-cards .card p{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #A0A4A5;
}
#portifolio{
    background-color: #F4D9A3;
}

/*MEDIAS QUERY PARA ESTABELECER OS TAMANHOS EM CADA TELA*/
@media only screen and (max-width: 320px) {
    .itens-flex{
        display: none;
    }  
    .cel{
        display: block;
    }
    nav{
        height: 22px;
    }
    nav a.botao-nav{
        height: 22px;
        font-size: 14px;
    } 
    nav a.botao-nav:hover{
        font-size: 16px;
    }  
    section{
        padding-top: 24px;
    }
    .products-preview .preview_artes{
        width: 90%;
    }


    .products-preview .preview_identidades{
        width: 90%;
    }
    .logo_contato{
        width: 100%;
     }
     .logo_contato img{
        width: 60%;
     }
     .buttons_contato{
        width: 100%;
     }
    .contatos-flex{
        display: block;
        width: 100%;
    }
    .buttons_contato a{
        font-size: 14px; 
        text-align: center;
        padding: 10px 0 10px 0;
    }
    .buttons_contato p{
        font-size: 14px; 
        text-align: center;
        padding: 10px 0 10px 0;
    }
    h4{
        font-size: 38px;
    }
    .products-preview .preview_identidades p{
        font-size: 14px;
    }
   

}
@media only screen and (min-width: 321px) {
    .itens-flex{
        display: none;
    } 
    .cel{
        display: block;
    } 
    nav{
        height: 22px;
    }
    nav a.botao-nav{
        height: 22px;
        font-size: 14px;
    } 
    nav a.botao-nav:hover{
        font-size: 16px;
    }  
    section{
        padding-top: 24px;
    }
    .products-preview .preview_artes{
        width: 90%;
    }


    .products-preview .preview_identidades{
        width: 90%;
    }
    .logo_contato{
        width: 100%;
     }
     .logo_contato img{
        width: 60%;
     }
     .buttons_contato{
        width: 100%;
     }
    .contatos-flex{
        display: block;
        width: 100%;
    }
    .buttons_contato a{
        text-align: center;
        font-size: 14px; 
        padding: 10px 0 10px 0;
    }
    .buttons_contato p{
        text-align: center;
        font-size: 14px; 
        padding: 10px 0 10px 0;
    }
    h4{
        font-size: 38px;
    }
    .products-preview .preview_identidades p{
        font-size: 14px;
    }
   
  

}
/* Smartphones (600px para baixo) */
@media only screen and (min-width: 375px) {
    nav{
        height: 22px;
    }
    .itens-flex{
        display: none;
    }
    .cel{
        display: block;
    }
    nav a.botao-nav{
        height: 22px;
        font-size: 14px;
    } 
    nav a.botao-nav:hover{
        font-size: 16px;
    }  
    section{
        padding-top: 24px;
    }

    
}

/* Dispositivos um pouco maiores, mas ainda pequenos (Pequenos Tablets e Smartphones + largos, 600px para cima) */
@media only screen and (min-width: 425px) {
    .cel{
        display: block;
    } 
    .itens-flex{
        display: none;
    }
    nav a.botao-nav{
        height: 26px;
        font-size: 18px;
    } 
    nav{
        height: 26px;
    } 
    nav a.botao-nav:hover{
        font-size: 20px;
    }
    section{
        padding-top: 28px;
    } 

}

/*Dispostivos Médios (Tablets deitados, 768px para cima) */
@media only screen and (min-width: 768px) {
    nav{
        height: 30px;
    }
    .cel{
        display: none;
    }
    .itens-flex{
        display: flex;
    }
    nav a.botao-nav{
        height: 28px;
        font-size: 22px;
    }
    nav a.botao-nav:hover{
        font-size: 24px;
    }  
    section{
        padding-top: 32px;
    }
    .texto-sobre p{
        font-size: 13px;
        line-height: 1.4;
    }
    .texto-sobre h4{
        display: flex;
        font-size: 22px;
        margin-bottom: 18px;
    }
    .texto-sobre p#perg{
        padding-bottom: 160px;
    }
    .texto-sobre{
        width: 46vw;
    }
    .img-sobre{   
        width: 54vw;
    }
    .cel{
        display: none;
    }
    .products-preview .preview_artes{
        width: 70%;
    }
    .products-preview .preview_identidades{
        width: 65%;
    }
    .logo_contato{
        width: 40%;
     }
     .logo_contato img{
        width: 300px;
     }
     .buttons_contato{
        width: 60%;
     }
    .contatos-flex{
        display: flex;
        width: 100%;
    }
    .buttons_contato a{
        font-size: 18px; 
        text-align: end;
        padding: 10px 30px 10px 0;
    }
    .buttons_contato p{
        font-size: 18px; 
        text-align: end;
        padding: 10px 30px 10px 0;
    }
    h4{
        font-size: 45px;
    }
    
}

/* Dispostivos Largos (laptops/desktops, 992px para cima) */
@media only screen and (min-width: 1024px) {
    nav{
        height: 34px;
    }
    nav a.botao-nav{
        height: 34px;
        font-size: 30px;
    }
    nav a.botao-nav:hover{
        font-size: 32px;
    }  
    section{
        padding-top: 36px;
    }
    .texto-sobre p{
        font-size: 14px;
    }
    .texto-sobre h4{
        font-size: 39px;
        margin-bottom: 20px;
    }
    .texto-sobre{
        width: 60vw;
    }
    .img-sobre{   
        width: 40vw;
    }
    .texto-sobre p#perg{
        padding-bottom: 140px;

    }
    


}

/* Super Largos (Telas maiores laptops, desktops e até TVs, 1200px para cima) */
@media only screen and (min-width: 1200px) {
    nav{
        height: 32px;
    }
    nav a.botao-nav{
        height: 32px;
        font-size: 26px;
    }
    nav a.botao-nav:hover{
        font-size: 28px;
    }  
    section{
        padding-top: 40px;
    }
    .texto-sobre p{
        font-size: 18px;
    }
    .texto-sobre h4{
        font-size: 50px;
        margin-bottom: 28px;
    }
    .texto-sobre{
        width: 65vw;
    }
    .img-sobre{   
        width: 35vw;
    }
    .products-preview .preview_identidades p{
        font-size: 18px;
    }

}


/*TODA A PARTE ENVOLVENDO O JS DO SITE*/

.products-preview{
    position: fixed;
    top:0; left:0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1;
 }
 .products-preview .preview{
    display: none;
    text-align: center;
    background-color: black;
    position: relative;
    height: 400px;
    width: 300px;
    overflow: hidden;
    border-radius: 10px;

 }
 .products-preview .preview.active{
    display: inline-block;
 }
 .products-preview .preview .fa-times{
    position: absolute;
    top:1rem; right:1.5rem;
    cursor: pointer;
    color:#F2DFE3;
    font-size: 2rem;
    transition: 0.6s;
 }
 .products-preview .preview i.fa-times:hover{
    transform: rotate(90deg);
 }
 .products-preview .preview h3{
    font-family: 'Montserrat', sans-serif;
    color:#ffffff;
    padding: 10px;
    font-size: 23px;
 }
 .products-preview .preview p{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    margin-top: 50px;
    padding: 10px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    
 }
 .products-preview .preview img{
    width: 120%;

 }

 .products-preview .preview_identidades{
    display: none;
    text-align: center;
    background-color: white;
    position: relative;
    min-height: 70%;
    max-height: 100%;
    overflow: auto;
    border-radius: 10px;
 }
 .products-preview .preview_identidades::-webkit-scrollbar{
    height: 7px;
    width: 7px;
 }
 .products-preview .preview_identidades.active{
    display: inline-block;
 }

 .products-preview .preview_identidades .fa-times{
    position: absolute;
    top:10px; right:10px;
    cursor: pointer;
    color:#424242;
    font-size: 2rem;
    transition: 0.6s;
 }
 .products-preview .preview_identidades i.fa-times:hover{
    transform: rotate(90deg);
 }
 .products-preview .preview_identidades p{
    text-align: center;
    padding: 27px 30px 30px 30px;
    font-family: 'Montserrat', sans-serif;
 }
 .products-preview .preview_identidades h3{
    padding-top: 20px;
    padding-right: 25px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
 }
 .products-preview .preview_identidades .quadro{
    margin-top: 60px;
    display: flex;
    width: 90%;
    margin: 5%;
    flex-flow: row nowrap;
    overflow-x: auto;
    align-items: center;
    padding: 10px 0 10px 0;
 }
 .products-preview .preview_identidades .quadro::-webkit-scrollbar {
    height: 7px;
  }
  
 .products-preview .preview_identidades .quadro img{
    width: 280px;
    margin: 0 7px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
 }

 .products-preview .preview_artes{
    display: none;
    text-align: center;
    position: relative;
    border-radius: 10px;
    max-height: 90%;
    min-height: auto;
    overflow: auto;
 }
 .products-preview .preview_artes.active{
    display: inline-block;
 }
 .products-preview .preview_artes img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0%;
 }
 .products-preview .preview_artes .fa-times{
    position: absolute;
    top:10px; right:10px;
    cursor: pointer;
    color:#424242;
    font-size: 2rem;
    transition: 0.6s;
    z-index: 1;
 }
 .products-preview .preview_artes .fa-times:hover{
    transform: rotate(90deg);
 }



 /*PORTIFÓLIOS*/
 .titulos_card{
    padding: 10px;
 }

 .titulos_card p{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color:#ffffff;
    font-size: 30px;
 }
 .carrossel{
    border-radius: 10px;
    display: flex;
    flex-flow: row nowrap;
    overflow-x: auto;
    align-items: center;
    padding: 10px 0 10px 0;
    
 }

.figura{
    width: 215px;
    margin: 0 7px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}
.figura img{
    width: 215px;
    height: 100%;   
    border-radius: 8px;
}
 .figura p{
    position: absolute;
    top: 0px;
    color: #A0A4A5;
    font-size: 20px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 .carrossel::-webkit-scrollbar {
    height: 7px;
  }
 .card_idVisual{
    /*padding: 10px;
    width: 215px;*/
    width: 215px;
    height: 152.05px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin: 0 7px;
    cursor: pointer;
 }
 .card_idVisual img{
    border-radius: 8px;
    width: 215px;
    height: 152.05px;
 }
 /*.card_idVisual p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: black;
 }*/
    


 /*CONTATO*/

 #contato{
    background-color: #A0A4A5;
}
#contato h4{
    color: #ffffff;
}
#contato i{
    color: #ffffff;
    padding-right: 5px;
}
 .buttons_contato a{
    font-family: 'Montserrat', sans-serif;
    z-index: 1; 
    margin: 10px;
    text-decoration: none;
    color: #ffffff;
 }
 .buttons_contato p{
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
    margin: 10px;
    text-decoration: none;
    color: #ffffff;
 }
 .logo_contato{
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .buttons_contato{
    display: flex;
    flex-flow: column;
 }



.transp{
    opacity: 0;
    transition: opacity 1.2s linear;
}

.visivel{
    opacity: 1;
}



::-webkit-scrollbar {
    width: 10px;
  }
  
 
  ::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }
  

  ::-webkit-scrollbar-thumb {
    background-color: #888;
  }
  
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }


  