@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{ 
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    max-width: 100%;
}

html {
    overflow-x: hidden; 
    max-width: 100%;
}

body {
    max-width: 100%;
}

#header{

    position: fixed; 
    top: 0;          
    left: 0;         
    width: 100%;    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 110px;
    background-color: #fff; 
    z-index: 1000;   

}

#eng-arq{
    width: 145px !important;
    height: 15px !important;
    cursor: pointer;
}


#logo{
    width: 95px;
    cursor: pointer;
    margin-top: 10px;
}

#logo-texto{
    width: 150px;
    cursor: pointer;
}

.container-logo{
    display: flex;
    align-items: center;
    width: 400px;
}

.container-eng-arq{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.navbar{
    display: flex;
    justify-content: space-between;
    width: 310px;
 
}

.hiperlink{
    text-decoration: none;
    font-family: "Noto Sans", serif;
    font-weight: bold;
    color: black;
    font-size: 15px;
    
}

.hiperlink:hover{
    transform: translate(-0.05em, -0.05em);
    color: rgb(92, 91, 91);
}

.titulo-projeto{
    margin-top: 8%;
    font-size: 7em;
    font-family: "Noto Sans", serif;
    font-weight: 300;
    width: 85%;
    display: flex;
    justify-content: center;
}

.titulo-projeto, .titulo-plural {
    visibility: hidden;
}

.container-plural{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 80%;
}

.title{
    margin-top: 7% !important;
    height: 70vh;

}

.animate {
    animation: growLine 1.5s ease-out forwards;
    opacity: 1; 
}

#projetos-plural{
    color: black;
    text-align: center;
    font-weight: 400;
    font-size: 1.7em;
}

.text-eng-arq{
    color: black;
    text-align: center;
    font-weight: 400;
    width: 60%;
    font-size: 5.5em;
}

.text{
    margin-top: 1%;
    width: 36%;
    color: rgb(71, 71, 71);
    text-align: center;
    font-weight: 400;
    font-size: 1em;
}

/* STATS */

.see-projects{
    color: black;
    font-weight: 400;
    text-decoration: none;
}

.counter-section {
    background-color: #005c5c;
    text-align: center;
    padding: 60px 20px;
    height: 70vh;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .stats-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 44vh;
    margin-bottom: 10%;
  }
  
  .title-counter {
    color: white;
    font-size: 2em;

    font-weight: 300;
  }

  .text-counter{
    margin-bottom: 5%;
    width: 300px;
  }
  
  .stats {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: auto;

  }
  
  .counter {
    color: #fff;
    font-size: 3em;
    font-weight: 300;
  }
  
  .label {
    margin-top: 10px;
    font-size: 1em;
    color: #fff;
  }
  
  .item {
    height: 35vh;
    width: 18vw;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .p-item{
    color: #c4c4c4;
    
  }

.hiperlink-projetos{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20%;
}

/* SECTION 1 */

#fotos-projetos{
    width: 100%;
    height: 80vh;
    justify-content: space-evenly;
    align-items: center;
    display: flex
    
}

.title-oab{
    font-weight: 300;
    font-size: 4.5em;

}

.img-oab{
    border-radius: 10px !important;
}


/* SECTION 2 */

.title-biagio{

    font-weight: 300;
    font-size: 4.5em;
}

 .container-construcao{
    
    width: 27%;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}



/* TERCEIRA-SECTION */

.title-piscina{

    font-weight: 300;
    font-size: 4.5em;
}

.title-oab, .title-biagio, .title-piscina {
    opacity: 0; 
    transform: translateX(100px); 
    transition: opacity 1s ease-out, transform 1s ease-out;
}


.animate-title {
    opacity: 1;
    transform: translateX(0);
}


/* FOOTER */

.logo-icons-container{
    
}

/* From Uiverse.io by wilsondesouza */ 
ul {
    list-style: none;
  }
  
  .example-2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .example-2 .icon-content {
    margin: 0 2px;
    position: relative;
  }
  .example-2 .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    transition: all 0.3s ease;
  }
  .example-2 .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
  }
  .example-2 .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #4d4d4d;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .example-2 .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
  }
  .example-2 .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
  }
  .example-2 .icon-content a:hover {
    color: white;
  }
  .example-2 .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }
  .example-2 .icon-content a:hover .filled {
    height: 100%;
  }
  
  .example-2 .icon-content a[data-social="whatsapp"] .filled,
  .example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
    background-color: #128c7e;
  }
  
  .example-2 .icon-content a[data-social="facebook"] .filled,
  .example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
    background-color: #3b5998;
  }
  .example-2 .icon-content a[data-social="instagram"] .filled,
  .example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
    background: linear-gradient(
      45deg,
      #405de6,
      #5b51db,
      #b33ab4,
      #c135b4,
      #e1306c,
      #fd1f1f
    );
  }
  .example-2 .icon-content a[data-social="youtube"] .filled,
  .example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
    background-color: #ff0000;
  }
  

#container-footer{
    height: 20vh;
    margin-top: 100px;
    justify-content: center;
    align-items: center;
 
}

.traco{
    background-color: rgb(119, 119, 119);
    width: 1000px;
    margin: auto;
    height: 1px;
    margin-top: 6em;
}

#footer-logo{
    width: 175px;
    cursor: pointer;

}

.privacy-politics > a{
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;  
    color: rgb(121, 120, 120);  
    font-weight: bold;
}



.hiperlink-footer{
    text-decoration: none;
    color: rgb(121, 120, 120);
    font-weight: bold;
}


#copyright{
    height: 15vh;
    margin-top: 7%;
    font-family: "Poppins", sans-serif;
    color: rgb(121, 120, 120);
    font-weight: bold;
   
}


#copyright > p{
    font-size: 13px;
}

.hiperlink-footer:hover{
    color: rgb(46, 46, 46);
}

#nora{
    text-decoration: none;
    color: rgb(121, 120, 120);
  }

#nora:hover{
    color: rgb(46, 46, 46);
}
/* RESPONSIVIDADE */

@media(max-width: 480px){
    
    body {
        max-width: 100% !important;
    }
    
    #header {
        max-width: 100vw !important;
        height: 103px !important;
        background-color: #fff;
        display: flex;
        justify-content: center;
    }
    
    .container-logo {
        width: 200px;
    }
    
    #logo {
        width: 60px;
        margin-bottom: 15px;
    }
    
    #logo-texto {
        width: 100px;
        height: 17px;
    }

    #eng-arq{
        width: 95px !important;
        height: 13px !important;
    }
    
    .hiperlink {
        font-size: 11px;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    
    .navbar {
        width: 200px;
        display: flex;
        gap: 7px;
        justify-content: space-around;
    }

    .text-eng-arq{
        font-size: 65px;
        width: 100%;
    }

    .container-plural{
        height: 40vh;
    }

    .title{
        height: 50vh;
    }

    /* footer   */

    #copyright{
        width: 100% !important;
    }

    #container-footer{
        width: 100%;
       
        height: 150px;
    }
    
    #conteudo-footer{
        display: none;
    }
    
    .itens-footer{
        width: 25%;
    }
    
    .logo-icons-container{
        display: none;
    
     }

     .traco{
       display: none;
     } 
    
    
     .icons{
        display: none;
     }
    
     #wpp{
        display: none;
      }
    
    
    .hiperlink-footer{
        display: none;
    }
    
     .footer-header{
        display: none;
     }
    
     #footer-logo{
      display: none;
     }
 
    
     .privacy-politics
     {
        display: none;
       
     }
    
     #textos-footer{
         display: none;
     }
  
    .text-copyright{
        text-align: center;
        font-size: 13px !important;
        width: 400px !important;
     }
    
     #face{
        display: none;
     }
    
     #insta{
        display: none;
     }




}

