@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    text-decoration: none;
    list-style: none;
    
}

body{
    font-family: 'Ubuntu', sans-serif;
    max-width: 200%;
    background-size: 100%;
}


html {
    scroll-behavior: smooth;
}

.inf{
    position: relative;
    height: 30px;
    background: #1a1717;
    display: block;
}

.inf ul{
    padding: 5px 20px;
    color: #f1cdcd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;    
}

/*---footer2------*/

.footer2{
    display: flex;
    justify-content: center;
    background: #111;
}
.footer2 a{
    color: #f7ae6a;
}



/* navegação*/
a{
    color: #fff;
    display: block;
    padding: 0px 20px;
}
.logo{
    width: 250px;
    height: 89px;
    animation: fadeInLeft;
    animation-duration: 2s;
}
.nav .sticky{
    background: #080808;
    padding: 15px 0;
}

.nav .sticky .menu li a:hover{
    color: #1cd63b;
}
.scroll-up-btn{
    z-index: 12;
    position: fixed;
    width: 42px;
    height: 45px;
    right: 30px;
    bottom: 30px;
    text-align: central;
    line-height: 45px;
    color: #ee8484;
    background: #d1ceae;
    border-radius: 6px;
    font-size: 40px;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

nav{
    padding: 0 10px;
    width: 100%;
    background: linear-gradient(#111, #666);
    display: flex;
    height: 70px;
    z-index: 1;
    border: 0.5px solid #666;
}
.nav h2{
    color:#fff;
    width: 150px;
    margin-top: 1%;
    margin-left: 10px;
}
.btn-menu{
    display: none;
}
ul#ul-principal{
    width: 85%;
    margin: auto;
    z-index: 2;
    margin-right: -20%;
    font-family: 'Courier New', Courier, monospace;
    font-size: 25px;
}
.li-p{
    line-height: 70px;
    float: left;
}

ul li ul li{
    background: #080808;
}
ul li ul li a{
    background: linear-gradient(#666, #111);
    color: #ebdddd;
}

ul li a:hover{
    color: #fff;
    background: #666;
    transition: 0.3s ease-in;
}
.ul-s1, .ul-s2{
    display: none;
}
.nav ul li ul li ul li a{
    color: #f3be93;
    background-color: #fa7373;
}

/*----- SESSÃO EMPRESAS-----*/


.containerproje{
    position: relative;
    margin-top: 110px;
    padding: 3px 10px;

}
.containerproje .slide-container .slide{
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 9%;
    color: #fff;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.containerproje .slide-container .slide .contenproje{
    text-align: center;
    margin-top: -50px;
    flex: 1 3 350px;
    animation: slideContent .9s linear .6s backwards;
}
.contenproje h2{
    
    background-color: rgba(0, 0, 0, 0.35);
}
.contenproje li{
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.35);
    font-size: 25px;
}
.contenproje .btcont{
    background: none;
    cursor: pointer;
    border-color: #fff;
    border-radius: 10px;
    margin-top: 25px;
    font-size: 25px;
    padding: 10px;
    animation: fadeIn;
    animation-delay: 1s;
    animation-duration: 4s;
    box-shadow: 6px 6px 10px 7px #ce8038;
}
.contenproje .btcont a{
    color: #fff;
}
.contenproje .btcont:hover{
    background-color: rgba(223, 165, 7, 0.31);
    transform: scale(1.05);
}

@keyframes slideContent{0%
{
    opacity: 0;
    transform: translateX(-50px);
}
}

.containerproje .slide-container .slide .contenproje h3{
    font-size: 35px;
    color: #a52a2a;
    font-family: 'Ubuntu', sans-serif;
}
.containerproje .slide-container .slide .contenproje p{
    font-size: 16px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
}
.containerproje .slide-container .slide .contenproje .btnproj{
    margin-top: 10px;
    display: inline-block;
    background: #9999;
    color: #221111;
    font-size: 17px;
    padding: 9px 40px;
    border-radius: 5px;
    border: 2px solid #27252599;
    text-decoration: none;
}

.containerproje .slide-container .slide .contenproje .btnproj:hover{
    background: none;
    border: 5px solid #a52a2a;
    color: #a52a2a;
}

.containerproje .slide-container{
    display: none;
}
.slide{
    margin-top: -100px;
}
.containerproje .slide-container.active{
    display: block;
}

.containerproje .slide-container:nth-child(1) .slide{
    background: url(./IMAGENS/Escadas.jpg);
    background: cover;
    background-repeat: no-repeat;
    animation: fadeIn; 
    animation-duration: 2s;
    background-size: 1300px 550px;
    
}

.containerproje .slide-container:nth-child(2) .slide{
    background: url(./IMAGENS/Estrutura\ 1.jpg);
    background: cover;
    background-repeat: no-repeat;
    background-size: 1300px 550px;
    transition: 2s;
    animation: fadeIn; 
    animation-duration: 2s;
}

.containerproje .slide-container:nth-child(3) .slide{
    background: url(./IMAGENS/Deslizante15.jpg);
    background: cover;
    background-repeat: no-repeat;
    background-size: 1300px 550px;
    transition: 2s;
    animation: fadeIn; 
    animation-duration: 2s;
}

.containerproje #prev,
.containerproje #next{
    display: none;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    color: #b86a22;
    height: 50px;
    width: 50px;
    font-size: 60px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
}
.containerproje:hover > #prev{
    display: block;

}
.containerproje:hover > #next{
    display: block;
    
}


.containerproje #prev:hover,
.containerproje #next:hover{
    background: none;
}

.containerproje #prev{
    left: 20px;
}

.containerproje #next{
    right: 20px;
}

.h3-{
    font-family: 'Times New Roman', Times, serif;
    background-color: rgba(0, 0, 0, 0.082);
    font-size: 17px;
    width: 98.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
    position: absolute;
}


/* Comentários */

.comers{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 95%;
    margin: 0 auto;
    grid-gap: 10px;
    background-color: #cec6c6;
}
.comer{
    margin: 10px 10px;
    background-color: #f1f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.31);
}
.comer:hover{
    transform: scale(1.05);
    transition: 0.3s ease-in;
}
.comer .user{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.comer h3{
    margin-bottom: 5px;
}
.star{
    width: 20px;
}
.comer p{
    margin-top: 20px;
    text-align: center;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
}
.h1c{
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-size: 40px;
    text-decoration: underline;
}

/*Mini Galery*/

.micro h1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    font-size: 40px;
    text-decoration: underline;

}
.micro{
    width: 100%;
    background-color: #dfd9d9;
}

.micro .m-galery{
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 20px 30px;
    background: linear-gradient(#fff, #666);
    max-width: 980px;
    opacity: 0.7;
    transition: 0.5s ease-in;
    border-radius: 10px;
}
.micro .m-galery:hover{
    opacity: 1;
    

}
.micro .m-galery img{    
    width: 180px;
    height: 100px;
    box-shadow: 6px 6px 40px;
    border-radius: 10px;
    
    
}
.micro .m-galery img:hover{

    animation: zoomIn;
    animation-duration: 2s;
}
.gbut{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    
}
.visualize{
    text-align: center;
    justify-content: center;
    cursor: pointer;
    

}
.gbut li{
    padding: 3px 3px;
    border: 1px solid #22211f;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 6px 6px 15px;
    background: #ebdddd;

}
.gbut li:hover{
    transform: scale(1.05);
    transition: 1s ease;
    background-color: rgba(0, 0, 0, 0.10);
}
.gbut a{
    color: #111;
}
.gbut .iconm{
    font-size: 30px;

}

/* bem vindos*/
.title{
    display: block;
    width: 100%;
    align-items: center;
    text-align: center;
    background-color:#ccc2c27e;
    color: #040701;
    padding: 20px 10px;
    font-family:fantasy;
    font-size: 40px;
}
.title span{
    color: #2d2e2a;
}

.about{
    max-width: 100%;
    height: 400px;
    background-color:linear-gradient(#ecdddd,#666, #805353);
    background: linear-gradient(#111, #666);
    margin-top: 20px;
    padding: 0 10px;
    gap: 5px;
    display: flex;
    justify-content: space-between;
}
.about .ajuste{
    background: #666;
}
.about .im2{
    position: relative;
    margin: 10px;
    width: 600px;
    height: 100%;
}
.about #direita{
    position: relative;
    margin: 30px;
    width: 150%;
    color: #fff;
    font-size: 18px;
}
#direita span{
    color: #d6ab1c;
}
.im3{
    width: 100%;
    height: 38%;
}

/*-------------------------SERVIÇOS--------------------------------------*/

.logtit {
    position: relative;
    height: 100%;
}

.loglog {
    margin-left: 47%;
}

.tit {
    margin-top: -30px;
    text-align: center;
    font-size: 40px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: normal;
    padding: 15px;
    color: #050505;
    position: relative;
    text-decoration:underline;
}

.service {
    background-image: url(/IMAGENS/logitpb.jpg);
    background-size: 150px;
    display: flex;
    flex-direction: flex;
    justify-content: center;
}

.service .img-cont {
    padding: 0px 10px;
}

.img {
    margin-left: 25px;
    margin-top: 10px;
    width: 350px;
    height: 300px;
    border-radius: 5%;
    overflow: hidden;
    cursor: pointer;
    object-fit: cover;
    transition: 0.2s linear;

}
.img:hover {
    transform: scale(1.05);
}

.service .card-imagem {
    height: 400px;
    width: 400px;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .card-imagem h2 {
    position: absolute;
    text-align: center;
    margin-top: 8%;
    width: 20%;
    font-size: 22px;
    font-family: 'Ubuntu', sans-serif;
    color: #2e2b2b;
    background-color: #eed8a7;
    border-radius: 5%;
    margin-left: 20px;
    opacity: 70%;
}

.card-imagem a {
    position: absolute;
    text-align: center;
    justify-content: center;
    border: 1px solid #f1f1e1;
    border-radius: 5%;
    width: 150px;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    color: #f0e9dd;
    background-color: #775a0b;
    margin-top: 20%;

}

.card-imagem a:hover {
    transition: 0.5s;
    transform: scale(1.1);
    color: #111;
    background: #fa7202;
    
}
/*-------------------------PRODUC--------------------------------------*/
.produc{
    margin-top: 10px;
    display: flex;
    background: linear-gradient(#1d1c1c, #6b6868);
}

.img-p {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 500px;
    height: 550px;
    margin-left: 30px;
    border-radius: 10%;
}
.img-p:hover {
   opacity: 30%;
   transition: cubic-bezier(0.075, 0.82, 0.165, 1);
   transition: 1s ease;
}

.vp1{
    margin-left: 30px;
    display: flex;
    padding: 50px 0;
    color: #080808;
    gap: 200px;
    background: #fff;
}
.Vp p{
    height: 30%;
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
}
.Vp2 p{
    height: 30%;
    text-align: center;
    margin-top: 20px;
    margin-right: 20px;
}


.ione {
    font-size: 50px;
    color: #f3a30e;
}

footer {
    background: #111;
    padding: 20px 23px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #2e2c2c;
}

footer span a {
    color: #4b5a06;
    text-decoration: none;
    transition: all 0.5s ease;
}

footer span a:hover {
    color: #b86a22;
    text-decoration: underline;
}

/*----- SESSÃO CONTATOS-----*/
.conta{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #d1c7c7;
    text-align: center;
    justify-content: center;
    color: #131111;
    text-decoration: underline;
}
.contact .contact-content{
    display: flex;
    background: linear-gradient(#fff, #f5e1bb);
}
.contact .contact-content .left{
    margin-left: 15px;
}

.contact .contact-content .column{
    width: calc(50% - 30px);
}
.contact .contact-content{
    align-content: flex-start;
}
.contact .contact-content .text{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}
.contact .contact-content .left .icons{
    margin: 10px 0;    
}
.contact .contact-content .row{
    display: flex;
    height: 65px;
    align-items: center;
}
.contact .contact-content .row .info{
    margin-left: 30px;
}
.contact .contact-content .row .info .head{
    font-weight: 500;
}
.contact .contact-content .row .info .sub-title{
    color: #333;
}
.contact .contact-content .row ion-icon{
    font-size: 25px;
    color: #0a4714;
}
.contact .right{
    margin-top: 50px;
}
.contact .right form .fields{
    display: flex;
}
.contact .right form .fields{
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
}
.contact .right form .field{
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
}
.contact .right form .fields input,
.contact .right form .field input,
.contact .right form .textarea textarea{
    width: 100%;
    height: 100%;
    border: 1px solid #0a4714;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.contact .right form .name{
    margin-right: 10px;
}
.contact .right form .Sob{
    margin-right: 10px;
}
.contact .right form .E-mail{
    margin-left: 10px;
}
.contact .right form .textarea{
    width: 100%;
    height: 80px;
    margin-top: 10px;    
}
.contact .right form .textarea textarea{
    padding-top: 10px;
    resize: none;
}
.contact .right form .button{
    width: 170px;
    height: 40px;
}
.contact .right form .button button{
    width: 100%;
    height: 100%;
    border: 2px solid #6b6868;
    background: #f0de91;
    color: #020202;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact .right form .button button:hover{
    color: #0a4714;
    background: none;    
}
.map{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #60615f;
    
}
.map iframe{
    width: 100%;
    height: 50vh;
    padding: 0 20px;
    border: 2px solid #8b8181;
}

/*MOBILE*/

@media (max-width: 950px){
    .footer2{
        font-size: 13px;
    }


    /* AJUSTES DO MENU*/
  
    .inf{
        display: none;
    }
    .nav h2{
        display: none;
    }
    
    
    .nav{
        max-width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-between;
        
    }


    .menu{       
        position: absolute;
        top: 6.5875rem;
        right: 35%;
        text-align: center;
        height: 0;
        z-index: 10;
        visibility: hidden;
        overflow-y: hidden;
        transition: 0.5s ease-in-out;
        background: none;
        
    }    
    .menu li{
        background: #6b6868;
        border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.16);
        width: 100%;
        text-align: center;
        margin-top: 0.5px;  
    }
    .menu li ul li a{   
        color: #f1ecec;
    }
    .menu li a{
        padding: 8px 10px 8px 5%;
        color: #eee7e7;
    }
        
    .btn-menu{
        background: none;
        border: none;
        font: inherit;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding-block: 1rem;
        cursor: pointer;
        color: #fff;

    }
    .hamburguer{
        border-top: 0.125rem solid;
        width: 1.25rem;
    }
    .hamburguer::before,
    .hamburguer::after{
        content: " ";
        display: block;
        width: 1.25rem;
        height: .125rem;
        background: currentColor;
        margin-top: 0.3125rem;
        position: relative;
        transition: 0.5s;
    }   
    
    .nav.active .menu{
        width: 200%;
        height: calc(100vh - 4.6875rem);
        visibility: visible;
        overflow-y: auto;
    }
    .nav.active .hamburguer{
        border-top-color: transparent;
    }
    .nav.active ::before{
        transform: rotate(135deg);
    }
    .nav.active ::after{
        transform: rotate(-135deg);
        top: -0.4375rem;
    }
    /*entrada*/

    .contenproje li{
        font-size: 22px;
    }
    .h3-{
        text-align: center;
        width: 95%;
        font-size: 13px;        
    }

    /*boas*/
    .btcont{
        font-size: 10px;
    }
    .title{
        font-size: 30px;
    }
    .about{
        display: flex;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .about .im2{
        width: 95%;
    }

    .about #direita{
        margin-top: -10%;
        width: 100%;
        margin-bottom: 100px;
    }

     /*--Micro Galery--*/
     .micro h1{
        font-size: 30px;
        text-align: center;
    }
    .micro .m-galery{
        display: grid;
        grid-template-columns: repeat(4, 1fr);

    }

    
    /*----seviços-----*/
    
    
    .service{
        display: block;
        width: 100%;
    }
    .service .card-imagem{
        display: flex;
        flex-direction: column;       
        width: 100%;
    }
    
    .service .img{
        width: 90%;
        margin-right: 20px;

    }
    .service .card-imagem h2 {
        position: absolute;
        text-align: center;
        margin-top: 50%;
        width: 80%;
        font-size: 20px;
        font-family: 'Ubuntu', sans-serif;
        color: #fcfaf9;
        background: none;
        opacity: 90%;
        background-color: #040701;
    }
    .card-imagem a{
        margin-top: 10%;
    }

    .produc{
        display: block;
        font-size: 15px;
    }
    .produc .img-p{
        width: 90%;
        height: 280px;
        margin-top: 0px;
        padding: 10px 10px;
    }
    .ione{
        font-size: 35px;
    }
    .vp1{
        
        display: grid;
        grid-template-columns: 1fr 1fr;        
        width: 90%;
        gap: 5px;
        text-align: left;
    }
    .Vp{
        margin-top: -20px;
    }
    .Vp2{
        margin-top: -20px;
    }

    /*contatos*/

    .contact .contact-content{
        display: block;
        width: 180%;
    }
    .contact .contact-content .right{
        margin-top: -1%;
        margin:0 35px ;
    }
    .contact-content p{
        text-align: center;
    }
    .map{
        margin-top: 180px;
    }
    /*----comentários------*/

    .h1c{
        text-align: center;
    }
    .comers{
        display: grid;
        grid-template-columns: repeat(2, 1fr);          
    }
    .comer{
       height: 400px;
       overflow-x: hidden;
    }

   
    /* Resumen*/
    
    .resumen{
        display: grid;
        grid-template-columns: 1fr;
        background: none;
        width: 100%;
        gap: 15px;
        height: 300px;
    }
    .resume{
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: #1cd63b;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .resume .rtxt{
        width: 350px;
        color: #111;        

    }
     

}
@media (max-width: 600px){
    .micro .m-galery img{
        width: 80px;   
    } 
}
