@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Poppins:ital,wght@0,300;0,400;1,100;1,500&display=swap');
@import url('../@fancyapps/ui/dist/fancybox.css');

@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');

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



nav{
    display: flex;
    float: right;    
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
nav ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    
}
nav ul li{
   
    margin: 10px 15px ;
}
nav ul li a{
    text-decoration: none;
    color: #f2f2f2;
    font-size: 18px;
    padding: 8px 15px;
    transition: all 0.3s ease;
}

nav ul li a:hover{
    background: #f2f2f2;
    color: black;
}


.topo1{
    width: 100%;
    height: 250px;
    background: #000000;
    clear: both;
}

.topo1 img{
    float: left;
    padding-top: 80px;
    width: 500px;
    height: 190px;
}

.projetos img{
    max-width: 1280px;
    max-height: 720px;
}

.primarycont img {
    width: 100%;
    max-height: 700px;
    opacity: 0.9;
      
}

.conteiner1{
    background-image: url(../img/carrara.webp);
    position: center;
    padding: 2%;
   
    
    
}

.quemsomos{
    
    background: rgba( 255, 255, 255, 0.35 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 13.5px );
    -webkit-backdrop-filter: blur( 13.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    color: #000000;
    font-size: 20px;
    padding: 1%;
    position: center;
    opacity: 0.8;

}

.projetos{
    align-items: center;
   
}
.projetos img{
    position: static;
    display: flex;
    float: left;
    width: 30%;
    padding-left: 2.5%;
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    height: 280px;
}

.projetos img:hover{
    transform: scale(1.1); 
    
}

.active{
    background: #f2f2f2;
    color: black;
    
}
.active:hover{
    background-color: black ;
    color: #f2f2f2;
    transition: all 0.3s ease;
    
}
.botao{
    padding-left: 3%;
    padding-top: 1%;
}
.botao img{
    width: 4%;
}

.avaliacoes{
    float: left;
    justify-content: center;
    padding-left: 20%;
  
}
.parallax {
    background-image: url("../img/background-calacata.avif");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    }

.voltar{
    background:#bf930d;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    backdrop-filter: blur( 16.5px );
    -webkit-backdrop-filter: blur( 16.5px );
    border-radius: 18px;
    border: 2px solid rgba( 255, 255, 255, 0.18 );
    width: 15%;
    font-size: 10px;
    
   
    
    
  }
  .botaovoltar{
    padding: 2%;
  }
  .voltar:hover{
    background:#554826;
    color: #000000;

  }
  .voltarh1 {
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
 }
 .voltarh1:hover{
    color: white;
 }

 .voltartexto{
    font-size: 1.5em;
    text-align: center;
    font-family: 'Aclonica', sans-serif;
    padding-top: 2%;
    
 }
 .hh1{
    text-align: center;
    font-family: 'Aclonica', sans-serif;
    font-size: 2.2em;
}

.texto-rodape {
    clear: both;
    padding-top: 1%;
    text-align: center;
    color: #a8a0a0;
    
}
.midia{
    width: 50px;
    text-align: center;
    padding-right: 1%;
}
.midia:hover{
    opacity: 0.7;
    cursor: pointer;
    transform: scale(1.3); 
    
}

footer {
    clear: both;
    background-color: black;
    text-align: center;
    padding-bottom: 10px;
}

.fixo{
   
    position: fixed;
    bottom: 20px;
    right: 10px;
    
    padding:1%;
}
.fixo img{
   width: 80px;
   height: 80px;
   opacity: 0.9;
}

.fixo:hover{
    opacity: 0.7;
    cursor: pointer;
    transform: scale(1.1); 
   

}



/** MOBILE **/
@media(max-width: 600px){

.avaliacoes{
    padding-left: 0px;
    width: 100%;
   
       
}

.avaliacoes img{
    width: 100vw;
}
.topo1{
    height: 230px;
   
}
.topo1 img{
    padding-top: 40px;
    padding-left: 4%;
    width: 98%;
    height: auto;
    
}
nav ul li{
    width: auto;
    margin: 0px 0;
}


.projetos img{
    width: 90%;
    padding-left: 5%;
    padding-top: 4%;
    height: 240px;
    
}

.voltar{
    width: 40%;
   
}

}


@media(max-width: 380px){
    nav ul li a {
        font-size: 13px;
    }
}
/**

.topo1 img{
    padding-top: 40px;
    padding-left: 1%;
    width: 360px;
    height: auto;
    
}
/**
@media(max-width: 425px){
    .topo1 img{
        padding-top: 40px;
        padding-left: 1%;
        width: 400px;
        height: auto;
        
    }

}










/**
nav .menu-btn i{
        
    display: flex;
    
    
}
nav ul{
    position: fixed;
    top: 50px;
    left: -100%;
    background-color: #003840;
    height: 100vh;
    width: 80%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}
nav ul.open{
    left: 0;
}
nav ul li{
    width: 80%;
    margin: 50px 0;
}
nav ul li a {
    font-size: 23px;
}
nav ul li a.active,
nav ul li a:hover{
    background: none;
    color: #f88f06;
}  */


