@charset "utf8";

.conteiner-services{
   color: white;
   text-align: center;
   margin-bottom: 20px;

}
.conteiner-services h1{
   margin-bottom: 20px;
}
.inner01{
    line-height: 22px;
}
.inner-full-stack{
    background-color: rgba(66, 65, 65, 0.626);
}
.inner-full-stack h2{
    text-align: center;
    padding: 10px;
   
    
 }
 .conteiner-geral{
    margin-bottom: 2%;

 }
 .conteiner-call-action{
    display: flex;
    justify-content: center;
    height: 414px;
    margin-bottom: 2%;
    
 }
 .inner-call-action{
    background-color: rgba(66, 65, 65, 0.626);
    width: 460px;
    height: 100%;
    text-align: center;
    border-radius: 25px;
    transition: all 2s ease-out;

 }
 .inner-call-action:hover{
   transition: all 1s ease-in-out;
   box-shadow: 0px 0px 5px 4px #1cd8d256;
 }
 .inner-call-action h1{
    padding: 10px;
 }
 .call-action{
    margin-top: -10%;
     padding: 20px;
 }
 .inner-call-action button{
    color: white;
    margin-top: 22%;
    width: 190px;
    height: 55px;
    padding: 20px;
    border-radius: 30px;
    background-color: gray;
    border: none;
    display: inline-block;
    transition: all 0.3s ease;
    
 }
 .inner-call-action button:hover{
    cursor: pointer;
    background-color:#1cd8d2;
    box-shadow: 0 10px 20px #18beb84e;
    transform: translateY(-5px);
    

}
 .inner-call-action button:active{
    transform:scale(1.1);
 }
 .call-action-design:hover{
   position: relative;
   top: -21px;
   background-color: rgba(81, 80, 80, 0.336);
   border-radius: 24px 24px 0 0;
    
 }
 .conteiner-projetos-concluidos{
    display: flex;
    justify-content: center;
     width: 100%;
     height: 385px;
     background-color: #3d3d3d3f;
     margin-bottom: 2%;
 }
 .inner-projetos-concluidos{
    margin-top: 25px;
    width: 95%;
    height: 315px;
    background-color: #49474731;
    padding: 10px;
    border-radius: 20px;
    
 }
 .projetos-concluidos{
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 10px;
    

 }
 .projetos-concluidos h1{
   text-align: center;
 }
 .projetos-concluidos p{
   padding: 10px;
   text-align: left;

}
 .projetos-concluidos button{
    color: white;
    width: 100%;
    height: 55px;
    padding: 20px;
    border-radius: 30px;
    background-color: gray;
    border: none;
 }
 .projetos-concluidos button:hover{
    cursor: pointer;
    background-color:#1cd8d2;
    

}
.projetos-concluidos button:active{
    transform:scale(1.1);
 }
 .projeto-1-2-3{
   
   padding: 10px;
    
 }
 
 
 .services-container {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 20px;
}
.service {
   background: rgba(255, 255, 255, 0.2);
   padding: 20px;
   border-radius: 15px;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
   width: 300px;
   transition: transform 0.3s ease-in-out;
   cursor: pointer;
}
.service:hover {
   transform: scale(1.05);
   background: rgba(255, 255, 255, 0.3);
}
.service h2 {
   margin-bottom: 10px;
}
.service p {
   font-size: 16px;
}