 @font-face {
    font-family: MontSerrat-Black;
	src: local('MontSerrat-Black'), url(/css/font/Montserrat-Black.ttf);
	}

@font-face {
	font-family: Montserrat-Medium;
	src: local('Montserrat-Medium'), url(/css/font/Montserrat-Medium.ttf);
		}

@font-face {
	font-family: Roboto-Regular;
	src: local('Roboto-Regular.ttf'), url(/css/font/Roboto-Regular.ttf);
		}
        


:root{
    
    --main-font-family: "Roboto-Regular" ;
	--main-font-size: 18px;
	--main-color-font:#FFFFFF;
    --theme-color-2: #F49A1A;
    --theme-color-1: #F49A1A;
    --theme-color-3: #F49A1A;
    --theme-color-4:#292828;
	
 }


*{
box-sizing: border-box;
}

 html
 {
 height:100%;
 padding:0;
 margin:0;
 scroll-behavior: smooth;
 
 }

body{
    margin: 0;
    padding: 0;
    color: #3c3c3b;
    font-family:  var(--main-font-family);
    font-size: var(--main-font-size);

    }

a
{
color:#3c3c3b;
text-decoration:none;
}

a:hover
{
text-decoration:underline;

color: #3c3c3b;
}

a:visited
{
color: 3c3c3b;
	text-decoration:none;
}


h1
{
font-family: MontSerrat-Medium;
font-size:30px;
padding:0;
margin: 0;
}
h2
{
font-size:20px;
font-weight:bold;
padding:0;
margin: 0;
}
h3
{
font-size:20px;
font-weight:normal;
padding:0;
margin: 0;	
}

h4
{
font-size:16px;
font-weight:normal;	
padding:0;
margin: 0;
}

.img-responsive{

    width: 100%;
}

.t2{
    color: var(--theme-color-1)
}

.r-align{
    text-align: right;
}

.c-align{
    text-align: center;
}

.v-align{
    vertical-align:middle;
}

.pd-top{
padding-top:40px;
}

.pd-bottom{
    padding-bottom:40px;
    }


    .scroll-down{

        width: 50px;
        bottom:5%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 101;
        cursor: pointer;
        }    
.poly-effect{
    
        
        clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
}

.container{

width: 100%;
display: flex;


}

.container-center{

margin: auto;   


}



.top{
    width: 100%;
    background-color: #0a1012;
   
}


.top a{
        color: var(--main-color-font);
    
}
.top a:visited{
        
    color: var(--main-color-font);
    
}



.top-center{

    margin: auto;
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    
    
}

.top-logo{

 
    flex-grow: 2;
    text-align: center;  
    
}

.img-logo{
    width: 240px;
    
    
    }

.top-menu{

    flex-grow: 3;
     
     text-align: center;
}

.top-bar{
    background-color: #222222;
    color: #e1e1e1;
    height: 55px;
    font-size: 14px;
    
    
}

.top-bar a{
        color: var(--main-color-font);
    
}
.top-bar a:visited{
        
    color: var(--main-color-font);
    
}

.top-bar-center{
    height: 55px;    
margin: auto;
display: flex;
align-items: center;


}


.top-bar-center-item{
flex-grow: 1;    
flex-basis: 0;
padding: 0 30px 0 30px;

}




.top-btn{

    background-color:var(--theme-color-1);
    font-family: var(--main-font-family);
    cursor:pointer;
    outline: none;
    border: 1px solid var(--theme-color-1);
    color: #fff;
    border-radius: 10px;
    
    height: 30px;
}


.menu-icon{
    display: none;
    color:#fff;
    text-align: right;
    padding-right: 20px;
}

#menu-mobile-itens-div{	display:none;}
#menu-mobile-div{
    display:none;
    position:absolute;
    width:1px;
    background-color:#242423;    
    height:100%;
    z-index:100;
    opacity:  0.98;
    filter : alpha(opacity=98);
    top: 0;
    bottom: 0;
    overflow: auto; 
     }
#menu-mobile-itens-div{
    display:none;
}
.btn-menu-mobile-div{
    background-color:#999999;
    color:#FFFFFF;
    padding-left:20px;
    padding-top:20px;
    padding-bottom:20px;
    margin-bottom:5px;
    margin-top:5px;
    margin-left:5px;
    margin-right:5px;}



 
  


    #div-video {
 
        width:100%;
        
        
       }

       .home-main{
               
               flex-grow: 1; 
               position: relative;
               
                   
               
           }   
           
           .home-main-mask{
            position: absolute;
            top:0;
           width: 100%;
               height: 100%;
               z-index:0 ;
      
background: #0a1012;
background: linear-gradient(0deg,rgba(10, 16, 18, 0.28) 0%, rgba(0, 0, 0, 0.67) 50%, rgba(10, 16, 18, 1) 100%);
          
               display: flex;
               align-items:center;
               justify-content: center;
               
               
               
               }
           
       
       .home-text{
       
           font-size:20px;
           
           opacity: 1;
           z-index: 90;
           color: #f4f2f2;
           flex-grow: 1;
            margin: 100px;
           
           
             
       }

       .btn-call-to-action{

        border: 1px solid var(--theme-color-1);
        color: #FFFFFF;
        outline: none;
        border-radius: 20px;
        height: 40px;
        text-align: center;
        width: 250px;
        background: transparent;
    
    }
    
      .btn-default{

        border: 1px solid var(--theme-color-1);
        outline: none;
        border-radius: 20px;
        height: 50px;
        text-align: center;
        width: 250px;
        background-color: var(--theme-color-1);
        font-size: 16px;

    
    }


.fade-in-right{
    animation: fade-in-right 3s;    
}
.fade-in-left{
    animation: fade-in-left 2s;    
}



@keyframes fade-in-right {
    0% { opacity: 0; margin-left: -30px;
    }
    100% { opacity: 1; transform-origin: 0 0;}
  }

  @keyframes fade-in-left {
    0% { opacity: 0; margin-left: 100px;
    }
    100% { opacity: 1; transform-origin: 0 0;}
  }



.home-text-highlight{
color:#e1eaf0;
font-weight: bold;
font-size: 30px;
font-family: Montserrat-Medium;



}


.slider{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    
    
    }
    
    
    
.diferencial-icon{
    
    width: 70px;
    text-align: center;
    display: flex;
    
    margin: 10px;
    
}

.diferencial-texto{
    
    flex-grow: 1;
    padding: 10px;
    
}

.diferencial-titulo{
    font-weight: bold;
    padding-bottom: 10px;

}
.diferencial-detalhe{
    
    font-size: small;
}



.img-diferencial{
        width: 70px;
       
    
    
}  



.solucoes{
    display:  flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    
        
    
}

.solucoes-item{
    
    
    display: flex;
     align-items: center;
      background-color: #eeeeee;
     margin:10px;
     justify-content: center;
     width: 230px;
     height: 150px;
     border-radius: 15px;
     text-align: center;
     justify-items: center;
     flex-direction: column;
     transition: all ease-in-out 0.5s ;
     font-size: 16px;
     
    
}

.solucoes-item:hover{
    width: 240px;
    height: 160px;
    
     -webkit-box-shadow: 2px 5px 10px -3px rgba(0,0,0,0.88); 
    box-shadow: 2px 5px 10px -3px rgba(0,0,0,0.88);
    cursor: pointer;

    

    
    
}

.solucoes-icon{
        
    text-align: center;
    display: flex;
      margin: 5px;
      pointer-events: none;
      
          
      
          
}


.solucoes-titulo{
          padding: 15px;
          pointer-events: none;
          

}





    
    .img-slider-1{
    
    width: 250px;
    transition: all ease-in-out 0.5s;
    z-index: 1; 
    display: inline-block;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    
    }
    
    .img-slider-1:hover  {
        width: 280px;
        transition: all ease-in-out 0.5s ;
        z-index: 10;
        
        
        
    }
    
    .img-slider{
        width: 200px;
        cursor: pointer;
        
    }

    .stamp-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;

    }

    .stamp{
        
        flex-basis: auto;
        border: 1px solid #c9c5c9;
        border-radius: 10px;
        text-align: center;
        margin: 15px;
        padding: 10px;

    }


    .stamp:hover{
        border: #467199 1px solid;
        cursor: pointer;
    }

.home-text-2{
  
     display: flex;
     justify-content: center;
     align-items: center;
     
}


.home-text-2-item-1{
     font-size:70px;
    font-weight: bold;
    text-align: center;
    line-height: 50%;
    flex-grow: 1;
    position: relative;
    
    
    
    
}


.home-text-2-item-2{
flex-grow: 2;

}



.pages-main{
         
    
    flex-grow: 1;  
    
    
}


.pages-title{

font-size: 60px;    
font-weight: bold;
}






@keyframes float{
	0%,100%{
       	transform:translatey(0)
        
        
	}
	50%{
		
         transform:translatey(-10px)
        
	}
}
.anim-open {
        
     animation: open 1s;
}


.anim-flutuar{
    animation: float 4s ease-in-out infinite;
}

@keyframes open{
0%{ width: 1%;height: 1%;}
100%{width: 150px; height: 100%;}
    
}



.home-section{

    
    display: flex;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    
    
    
    
    
}

.home-section-item{
    flex-grow: 1;
    flex-basis: 0;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    z-index: 1;
    
     
    
    

}


.div-area-cliente{

    width:900px;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: auto;
    
}

.area-cliente-text{

    padding-left: 30px;
    padding-right: 30px;
}



.diferencial{
    display:  flex;
    justify-content: center;
    align-items: center;
    width: 100%;
        
    
}

.diferencial-item{
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    

}

.diferencial-icon{
    
    width: 80px;
    text-align: center;
    display: flex;
      margin: 10px;
    
}

.diferencial-texto{
    
    flex-grow: 1;
    padding: 10px;
    
}

.diferencial-titulo{
    font-weight: bold;
    padding-bottom: 10px;

}
.diferencial-detalhe{
    
    font-size: 18px;
}


 
   


.menu ul{
    list-style-type: none;
    margin:0;
    padding:0;
  }
  
  .menu li{
    display: inline;
    padding:3px;
    margin: 3px;
       

  }

 





  
.img-galery{

    max-width: 320px;
    border-radius: 3px;
    
    
    }
    
    .galery-style{
        column-count: 3;
    }



.contact-form{
    display: flex;
    align-items: center;
    
}

.contact-form-item{
    flex-grow: 1;
    flex-basis: 0;
    padding: 40px;
}

.contact-form-info{

    background-color: #333333;
    color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    

}

.contact-form-input
{
    background: transparent;
    border: 0;
    border-bottom: 1px solid #4d4d4d;
    padding: 2px;
    width: 100%;
    
    cursor:pointer;
    outline: none;
    
    font-family: var(--main-font-family);
}


.contact-form-textarea
{
    border: 0;
    background: transparent;
    border-bottom: 1px solid #4d4d4d;
    width: 100%;
    height: 80px;
    
    cursor:pointer;
    outline: none;
    
    font-family: var(--main-font-family);
}


.contact-form-btn{

    background-color: var(--theme-color-1);
    font-family: var(--main-font-family);
    cursor:pointer;
    outline: none;
    border: 1px solid var(--theme-color-1);
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    height: 40px;
}






  .bottom
  {

width: 100%;
padding-top: 50px;
padding-bottom: 50px;
background-color: var(--theme-color-4);
color:#FFFFFF;

  }

  .bottom a{
    color: #FFFFFF;
  }

  .bottom a:hover{

    color: #FFFFFF;
  }


  .bottom-head{

    color:#FFFFFF;
    background-color: var(--theme-color-2);
  }

  .bottom-center{
   
    margin: auto;
    padding: 30px;
    display: flex;
  }

  .bottom-item{
    flex-grow: 1;
    flex-basis: 0;
  }







@media (max-width: 767px) {




.container-center{
    width: 100%;
}

.top-bar-center{
    width: 100%;
}

.home-main{
   height: 100%;
}


.div-area-cliente{

width: 100%;
}



.home-text{
        display: none;
       
    
}

.home-text-highlight{
    font-size: 30px;
}


    .bottom-center{
        display: block;
    }

    .menu-icon{
        display: block;
    }

    .menu{
        display: none;
    }

    .img-logo{
        width: 220px;
        
        }

       

        .slider{
            
            padding: 0;
            margin: 0 auto;
            padding-top: 20px;
            display: block;
            overflow-x: scroll;
            overflow-y: hidden;
            white-space: nowrap;
            max-width: 320px ;
                       
        }

        .img-slider-1 {
margin: 0;
padding: 10px;
display: inline-block;


            
        }
.atuacao{
    display: block;
    margin: auto;
}

        .team-main{
            display: block;
            margin: auto;
            
                        
        }

.img-atuacao{
    color: #fec305;
    fill: #fec305;
    
}     

        .portfolio{

            display: block; 
            width: 100%;   
            text-align: center;

            
            
              }
 

.galery-style{
    column-count: 1;
    text-align: center;
    
}


.contact-form{
    display: block;
    
    
}

.hidden-mobile{
    display: none;
}

.diferencial{
    display: block;
    width: 100%;
    
    
}
.diferencial-item{
    padding: 20px;
}

.projetos{
    display: block;
}

}


@media (min-width: 768px) {
    
    
   
    

    .container-center{
   
        width: 760px;
        
        margin: auto;
        
                 
        }

        .top-bar-center{
            width: 760px;
        }
        

.top-center{
    width: 760px;
    
    
    
}

.home-section{
    width: 700px;
    
    
    
}


.bottom-center{
    width: 760px;
    
}   


.galery-style{
    column-count: 1;
}





    }



@media (max-width:992px) {



    .container{
    display: block;
}

    .slider{
            
        padding: 0;
        margin: 0 auto;
        padding-top: 20px;
        display: block;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: 700px;
        
                
    
        
    }
    
    .img-slider-1, .img-slider-2, .img-slider-3{
    margin: 0;
    padding: 10px;
    display: inline-block;
    
        
    }

    .menu-icon{
        display: block;
    }

    .menu{
        display: none;
    }
    
}



@media (min-width:992px) {

    .top-center{
        width: 990px;
        
    }

    
    .top-bar-center{
        width: 990px;
    }



    .container-center{
        width: 990px;
    }
    .home-section{
        width: 900px;
    }

    .bottom-center{
        width: 990px;
    }
    .galery-style{
        column-count: 2;
    }

    .slider{
            
        width: 900px;
                     
                     
     }
     
    .img-slider{
        width: 90%;
    }
 
    
  
    
}


@media (min-width: 1200px) {

    .top-center{
        width: 1100px;
        
    }

    .top-bar-center{
        width: 1100px;
    }
    
    .container-center{
        width: 1100px;
    }

    .home-section{
        width: 1000px;
    }

    .bottom-center{
        width: 1100px;
    }

    .galery-style{
        column-count: 3;
    }
    
    .slider{
            
       width: 1000px;
                    
                    
    }
    
    .img-slider{
        width: 90%;
    }
    
   

}


@media (min-width: 1400px) { 

    .top-center{
        width: 1300px;
        
    }
    
    .top-bar-center{
        width: 1300px;
    }

.container-center{
    width: 1300px;
    
}

.home-section{
    width: 1000px;
}

.bottom-center{
    width: 1300px;
}


.img-slider{
    width: 100%;
}
    
   
}



