

@import url('https://fonts.googleapis.com/css2?family=Amiko:wght@400;700&family=Open+Sans+Condensed:wght@700&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&display=swap');


.nav-list li{

  font-family: 'Open Sans Condensed', sans-serif;
}


.text_inform_text,.projects_cont,.green_font,.projects_button_1,.Project_aprof button,.Project_orc button,.orange_font h4,.endbar_box,.ul_da_gallery{
  font-family: 'Poppins', sans-serif;
  
}

.projects_title,#projects_banner,.projects_title_gallery{
  font-family: 'Amiko', sans-serif;

}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


#backgroundbody{

    background-color: #FFF8F4;
  
  }
  #navbar{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;  
    align-items: center;
    background-color: #FFF8F4;
    height: 150px;
    position: sticky;
    top: 0;
    padding: 0px 90px 0px 78px;   
    box-shadow: 0 0px 12px rgba(0,0,0,0.6);

  z-index: 1;
  }


  .navbar-besolar{
    
    
   background-image: url(./imagens/img-navbar/logo_besolar.png);
   background-repeat: no-repeat;
 background-position: center;
 background-size:15rem;

 width: 256px;
 height: 118px;

 margin-right: 450px;
 margin-bottom: 30px;


   
  } 


    /* In. titulos */
    .nav-list{
      list-style: none;  
      font-size: 28px;
      
      position: sticky;
    }
  
    .nav-list a{
      text-decoration: none;
      
    }

    .nav-list a li{
      transition:300ms;
      color: #14172A;
     
  
      
    }
    .nav-list a li:hover{
      transition:300ms;
      color:#F94C00; 
      transform: scale(1.2);
       
      
    }

     /* Fim. titulos */

    /* In. icon.instagram */
     .icon_inst_nav{
     width: 30px;
     height:30px ;
     margin-left: 5px;
     
       }
     
   
       .icon-responsivo{
        width: 100%;
        height: auto;
        border-radius: 10px;
        transition: 300ms;
        width: 30px;
        height:30px ;
      } 
      .icon-responsivo:hover {

        transform: scale(1.5); 
        box-shadow: 0 5px 15px rgba(0,0,0,0.6);
        transition: 300ms;
        background-color: #FF8A00;
        
      }
      
/* Fim. icon.instagram */


 /* In. banner_1 */

 #projects_banner h4{font-weight: 700;}
 #projects_banner{
  width: 100%;
  height: 730px;
  background-image: url("./imagens/img-projetos/projects_image_banner.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 730px;
  font-size: 110px;
  color: #ffffff;
  display: flex;
  flex-direction: column ;
  padding-left: 90px;
  padding-right: 90px;
  align-items: center ;
  justify-content: center;
  text-align: center;
 
}


/*final do baner*/



/*inicio inform text*/
#inform_text{
  padding-top: 110px;
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
 
}

.text_inform_text{
  width: 90%; 
  font-size: 22px;
}

.text_inform_text h1{
  font-weight: 400;
}
/*fim inform text*/

/*inicio clientes case*/

#projects{
 
  
 
  
  width: 100%;

padding-left: 90px;
padding-right: 90px;
  display: flex;
  flex-direction: row;
justify-content: space-between;
  text-align: justify;
 

}
.projects_title{font-weight: 700;}
.projects_title{
  display: flex;
  margin-top: 160px;
  margin-bottom: 90px;
  flex-direction: row;
  justify-content: center;
  font-size: 70px;
  color: #FF8A00;
  
}

.projects_cont{
  width: 100%;
  height: 595px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  
  
  
}

.projects_cont h4{
  width: 950px;
  font-size: 29px;
  text-align: justify;
  font-weight: 400;
  

}
.projects_cont img{
  width: 700px;
  height: 500px;
}

.projects_title_gallery h4{font-weight: 700;}
.projects_title_gallery{

  margin-top: 150px;
  display: flex;
  justify-content: center;
  font-size: 70px;
  padding-bottom: 100px;
  color: #FF8A00;

}




/* In. gallery*/









.ul_da_gallery {
 
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  list-style:none;
  width:1450px;
  height:600px;
  border-radius:3px;  
  overflow:hidden;
  box-shadow:1px 1px 3px 1px;
}


.ul_da_gallery li {
  position:relative;
  width:180px;
  height:600px;
  float:left;
  border-left:1px solid white;
  -webkit-transition:all 0.9s;
  -moz-transition:all 0.9s;
  transition:all 0.9s;
  box-shadow:-2px 0 10px 2px;
}

.ul_da_gallery li:first-child {
  border:none;
}

span {
  display:block;
  position:absolute;
  bottom:0;
  width:50%;
  color:white;
  white-space:nowrap;
  padding:20px;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

.img_gallery{
  width:1250px;
  height:600px;
}

.ul_da_gallery:hover li {
  width:110px;  
}


.ul_da_gallery li:hover {
  width:1000px;
}








/*fim. gallery*/
/*in.buttons */
#projects_buttons{
  margin-top: 120px;

  display: flex;
  align-items: center;
  justify-content:space-between;
  flex-direction: column;
  color: #FF8A00;
}

.projects_button_1{
 
  text-decoration: none;
 
}

.projects_button_1 button{
height: 150px;
width: 1150px;
border: none;

background-color: #14172A;
transition: 200ms;
border-radius: 30px;  
display: flex;
align-items: center;
justify-content:space-between;
padding-left: 250px;
padding-right: 250px;
font-size: 70px;
box-shadow: 0 5px 10px rgba(0,0,0,0.6);

}

.projects_button_1 button:hover{
  transition:200ms;
  cursor: pointer;
  cursor:default;
  transform: scale(1.1); 
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  }


.green_font h4{
  color: #68D342;
  font-weight: 500;
 
}
.orange_font h4{
  color: #FF8A00;
 font-weight: 500;
}


.one_button{
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;

  margin-bottom: 120px;
}


.Project_aprof{

text-decoration: none;
}
.Project_aprof button{
  border: none;
  width: 350px;
  height: 100px;
  font-size: 28px;
  color: #FFF8F4;
  background-color: #14172A;
  transition: 200ms;
  border-radius: 30px;  
  display: flex;
  align-items: center;
  justify-content:space-around;
  flex-direction: row;
  box-shadow: 0 5px 10px rgba(0,0,0,0.6);
}

.Project_aprof button:hover{
transition:200ms;
  cursor: pointer;
  transform: scale(1.1); 
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  }


.Project_orc{

  text-decoration: none;

 
}
.Project_orc button h4{
  font-weight: 500;
}
.Project_orc button{
  width: 350px;
  height: 100px;
  border: none;
  font-size: 28px;
  color: #FFF8F4;
  background-color: #FF8A00;
  transition: 200ms;
  border-radius: 30px;  
  display: flex;
  align-items: center;
  justify-content:space-around;
  flex-direction: row;
  box-shadow: 0 5px 10px rgba(0,0,0,0.6);
  


}

.Project_orc button:hover{
transition:200ms;
  cursor: pointer;
  transform: scale(1.1); 
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  }










/* fim. butttons */
/* In. endbar*/


.endbar_box{

height: 150px;
width: 100%;
background-color: #06111F;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;

}


.endbar_copyright_white{
  font-size: 18px;
  color: #DCDCDC;

}


.endbar_copyright_yellow{
  font-size: 18px;
  color: #FFCF00;
  padding-left: 5px;
}





/* Fim. endbar */



/* }}}}}}}}}}}}}}}}}}}\termino navbar}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}*/ 

/* {{{{{{{{{{{{{{{{{{\fullmetal inicial{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{*/
  @media screen and (max-width: 1700px) {
    
    #navbar{
  
      height: 107px;
      padding: 0px 64px 0px 55px;   
      box-shadow: 0 0px 9px rgba(0,0,0,0.6);
    }
  
      
    .navbar-besolar{
      
    background-size:10rem; 
    width: 182px;
    height: 84px;
    margin-right: 320px;
    margin-bottom: 20px;
   
    } 
    .nav-list{   
      font-size: 20px;
    }
  
    
  
  
    .icon_inst_nav{
      width: 21px;
      height:21px ;
      margin-left: 3px;
      
    }
      
    
    .icon-responsivo{
  
    border-radius: 7px;
    width: 21px;
    height:21px ;
    } 
  
    .icon-responsivo:hover {
  
      box-shadow: 0 3px 10px rgba(0,0,0,0.6);
    }
  
  /* Fim. icon.instagram */
  

 /* In. banner_1 */




 
 #projects_banner{
  width: 100%;
  height: 520px;
 
  background-size: cover;
  background-position: center;
  width: 100%;
  
  font-size: 78px;
  color: #ffffff;
  display: flex;
  flex-direction: column ;
  padding-left: 64px;
  padding-right: 64px;
  align-items: center ;
  justify-content: center;
  text-align: center;
 
}


/*final do baner*/



/*inicio inform text*/
#inform_text{
  padding-top: 78px;
  width: 100%;
  height: 427px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
 
}

.text_inform_text{
  width: 90%; 
  font-size: 16px;
}


/*fim inform text*/

/*inicio clientes case*/




#projects{
 

padding-left: 64px;
padding-right: 64px;
 
 

}

.projects_title{

  margin-top: 113px;
  margin-bottom: 64px;

  font-size: 50px;

 
}

.projects_cont{

  height: 423px;

  
  
  
}

.projects_cont h4{
  width: 677px;
  font-size: 20px;


}
.projects_cont img{
  width: 500px;
  height: 355px;
}


.projects_title_gallery{

  margin-top: 106px;
 
  font-size: 50px;
  padding-bottom: 71px;
 

}



/* In. gallery*/









.ul_da_gallery {
 
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  list-style:none;
  width:1032px;
  height:427px;
  border-radius:3px;  
  overflow:hidden;
  box-shadow:1px 1px 3px 1px;
}


.ul_da_gallery li {
  position:relative;
  width:128px;
  height:427px;
  float:left;
  border-left:1px solid white;
  -webkit-transition:all 0.9s;
  -moz-transition:all 0.9s;
  transition:all 0.9s;
  box-shadow:-2px 0 10px 2px;
}

.ul_da_gallery li:first-child {
  border:none;
}

span {
  display:block;
  position:absolute;
  bottom:0;
  width:50%;
  color:white;
  white-space:nowrap;
  padding:20px;
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

}

.img_gallery{
  width:889px;
  height:427px;
}

.ul_da_gallery:hover li {
  width:78px;  
}


.ul_da_gallery li:hover {
  width:711px;
}








/*fim. gallery*/
/*in.buttons */
#projects_buttons{
  margin-top: 85px;

  display: flex;
  align-items: center;
  justify-content:space-between;
  flex-direction: column;
  color: #FF8A00;
}

.projects_button_1{
 
  text-decoration: none;
 
}

.projects_button_1 button{
height: 106px;
width: 818px;
border: none;

background-color: #14172A;
transition: 200ms;
border-radius: 21px;  
display: flex;
align-items: center;
justify-content:space-between;
padding-left: 177px;
padding-right: 177px;
font-size: 50px;
box-shadow: 0 3px 7px rgba(0,0,0,0.6);

}

.projects_button_1 button:hover{
  transition:200ms;
  cursor: pointer;
  cursor:default;
  transform: scale(1.1); 
  box-shadow: 0 7px 21px rgba(0,0,0,0.6);
  }





.one_button{
  margin-top: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;

  margin-bottom: 85px;
}


.Project_aprof{

text-decoration: none;
}
.Project_aprof button{
  border: none;
  width: 250px;
  height: 71px;
  font-size: 20px;
  color: #FFF8F4;
  background-color: #14172A;
  transition: 200ms;
  border-radius: 21px;  
  display: flex;
  align-items: center;
  justify-content:space-around;
  flex-direction: row;
  box-shadow: 0 3px 7px rgba(0,0,0,0.6);
}

.Project_aprof button:hover{
transition:200ms;
  cursor: pointer;
  transform: scale(1.1); 
  box-shadow: 0 7px 21px rgba(0,0,0,0.6);
  }



.Project_orc button{
  width: 250px;
  height: 71px;
  border: none;
  font-size: 20px;
  color: #FFF8F4;
  background-color: #FF8A00;
  transition: 200ms;
  border-radius: 21px;  
  display: flex;
  align-items: center;
  justify-content:space-around;
  flex-direction: row;
  box-shadow: 0 3px 7px rgba(0,0,0,0.6);
  


}

.Project_orc button:hover{
transition:200ms;
  cursor: pointer;
  transform: scale(1.1); 
  box-shadow: 0 7px 21px rgba(0,0,0,0.6);
  }










/* fim. butttons */
/* In. endbar*/


.endbar_box{

height: 106px;
width: 100%;
background-color: #06111F;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;

}


.endbar_copyright_white{
  font-size: 13px;
  color: #DCDCDC;

}


.endbar_copyright_yellow{
  font-size: 13px;
  color: #FFCF00;
  padding-left: 3px;
}




  
/* Fim. endbar */

  }



  
  /* }}}}}}}}}}}}}}}}}}}\termino navbar}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}*/ 

/* {{{{{{{{{{{{{{{{{{\fullmetal inicial{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{*/
  @media screen and (max-width: 1300px) {
    
    /* 1024*/
 
    #navbar{
  
      
      height: 80px;
     
  
      padding: 0px 48px 0px 42px;   
      box-shadow: 0 0px 7px rgba(0,0,0,0.6);

  
    
    }
  
  
    .navbar-besolar{
      
      
   
   background-size:8rem;
  
   width: 136px;
   height: 63px;
  
   margin-right: 240px;
   margin-bottom: 16px;
  
  
     
    } 
  
  
      /* In. titulos */
      .nav-list{
    
        font-size: 15px;
 
      }
    
 

  
       /* Fim. titulos */
  
      /* In. icon.instagram */
       .icon_inst_nav{
       width: 16px;
       height:16px ;
       margin-left: 3px;
       
         }
       
     
         .icon-responsivo{
      
          border-radius: 5px;
       
          width: 16px;
          height:16px ;
        } 
        .icon-responsivo:hover {
  
        
          box-shadow: 0 3px 8px rgba(0,0,0,0.6);
       
          
        }
        
  /* Fim. icon.instagram */







  

 /* In. banner_1 */


 #projects_banner{
 
  height: 389px;
 

  font-size: 59px;

  padding-left: 48px;
  padding-right: 48px;

 
}


/*final do baner*/



/*inicio inform text*/
#inform_text{
  padding-top: 59px;
 
  height: 320px;

 
}

.text_inform_text{

  font-size: 11px;
}


/*fim inform text*/

/*inicio clientes case*/

#projects{
 
  

padding-left: 48px;
padding-right: 48px;


}

.projects_title{

  margin-top: 85px;
  margin-bottom: 48px;

  font-size: 37px;
 
  
}

.projects_cont{

  height: 317px;
 
  
  
  
}

.projects_cont h4{
  width: 506px;
  font-size: 15px;
  
  

}
.projects_cont img{
  width: 373px;
  height: 266px;
}


.projects_title_gallery{

  margin-top: 80px;

  font-size: 37px;
  padding-bottom: 53px;


}




/* In. gallery*/









.ul_da_gallery {
 

  width:774px;
  height:320px;

}


.ul_da_gallery li {
 
  width:96px;
  height:320px;
 
 
}




.img_gallery{
  width:666px;
  height:320px;
}

.ul_da_gallery:hover li {
  width:59px;  
}


.ul_da_gallery li:hover {
  width:533px;
}








/*fim. gallery*/
/*in.buttons */
#projects_buttons{
  margin-top: 64px;

 
}





.projects_button_1 button{
height: 80px;
width: 800px;



border-radius: 16px;  

padding-left: 225px;
padding-right: 225px;
font-size: 37px;
box-shadow: 0 3px 5px rgba(0,0,0,0.6);

}

.projects_button_1 button:hover{
 
  box-shadow: 0 5px 16px rgba(0,0,0,0.6);
  }




.one_button{
  margin-top: 64px;


  margin-bottom: 64px;
}



.Project_aprof button{
 
  width: 186px;
  height: 53px;
  font-size: 15px;
 
  border-radius: 16px;  
 
  box-shadow: 0 3px 5px rgba(0,0,0,0.6);
}

.Project_aprof button:hover{

  box-shadow: 0 5px 16px rgba(0,0,0,0.6);
  }



.Project_orc button{
  width: 186px;
  height: 53px;
 
  font-size: 15px;
 
  border-radius: 16px;  
  
  box-shadow: 0 3px 5px rgba(0,0,0,0.6);
  


}

.Project_orc button:hover{

  box-shadow: 0 5px 16px rgba(0,0,0,0.6);
  }










/* fim. butttons */























  
    
  /* In. endbar*/
  
  
  .endbar_box{
  
    height: 80px;
    
    
    }
    
    
    .endbar_copyright_white{
      font-size: 9px;
  
    
    }
    
    
    .endbar_copyright_yellow{
      font-size: 9px;
   
      padding-left: 2px;
    }
    
    
    /* Fim. endbar */
        
  }




 
/* }}}}}}}}}}}}}}}}}}}\termino navbar}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}*/ 

/* {{{{{{{{{{{{{{{{{{\fullmetal inicial{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{*/
  @media screen and (max-width: 1020px){
/* 760px */
    #navbar{
  
      
      height: 60px;
     
  
      padding: 0px 36px 0px 31px;   
      box-shadow: 0 0px 5px rgba(0,0,0,0.6);

  
    
    }
  
  
    .navbar-besolar{
      
      
   
   background-size:6rem;
  
   width: 102px;
   height: 47px;
  
   margin-right: 180px;
   margin-bottom: 12px;
  
  
     
    } 
  
  
      /* In. titulos */
      .nav-list{
    
        font-size: 15px;
 
      }
    
 

  
       /* Fim. titulos */
  
      /* In. icon.instagram */
       .icon_inst_nav{
       width: 12px;
       height: 12px;
       margin-left: 2px;
       
         }
       
     
         .icon-responsivo{
      
          border-radius: 4px;
       
          width: 12px;
          height:12px ;
        } 
        .icon-responsivo:hover {
  
        
          box-shadow: 0 2px 6px rgba(0,0,0,0.6);
       
          
        }



        
/* Fim. icon.instagram */
        
        







  

 /* In. banner_1 */


 #projects_banner{
 
  height: 292px;
 

  font-size: 44px;

  padding-left: 36px;
  padding-right: 36px;

 
}


/*final do baner*/



/*inicio inform text*/
#inform_text{
  padding-top: 44px;
 
  height: 240px;

 
}

.text_inform_text{

  font-size: 8px;
}


/*fim inform text*/

/*inicio clientes case*/

#projects{
 
  

padding-left: 36px;
padding-right: 36px;


}

.projects_title{

  margin-top: 64px;
  margin-bottom: 36px;

  font-size: 28px;
 
  
}

.projects_cont{

  height: 238px;
 
  
  
  
}

.projects_cont h4{
  width: 380px;
  font-size: 11px;
  
  

}
.projects_cont img{
  width: 280px;
  height: 200px;
}


.projects_title_gallery{

  margin-top: 60px;

  font-size: 28px;
  padding-bottom: 40px;


}




/* In. gallery*/









.ul_da_gallery {
 

  width:580px;
  height:240px;

}


.ul_da_gallery li {
 
  width:72px;
  height:240px;
 
 
}




.img_gallery{
  width:500px;
  height:240px;
}

.ul_da_gallery:hover li {
  width:44px;  
}


.ul_da_gallery li:hover {
  width:400px;
}








/*fim. gallery*/
/*in.buttons */
#projects_buttons{
  margin-top: 48px;

 
}





.projects_button_1 button{
height: 60px;
width: 600px;



border-radius: 12px;  

padding-left: 169px;
padding-right: 169px;
font-size: 28px;
box-shadow: 0 2px 4px rgba(0,0,0,0.6);

}

.projects_button_1 button:hover{
 
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  }




.one_button{
  margin-top: 48px;


  margin-bottom: 48px;
}



.Project_aprof button{
 
  width: 140px;
  height: 40px;
  font-size: 11px;
 
  border-radius: 12px;  
 
  box-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.Project_aprof button:hover{

  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  }



.Project_orc button{
  width: 140px;
  height: 40px;
 
  font-size: 11px;
 
  border-radius: 12px;  
  
  box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  


}

.Project_orc button:hover{

  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  }





/* fim. butttons */





 
    /* In. endbar*/
    
    
    .endbar_box{
    
      height: 60px;
      
      
      }
      
      
      .endbar_copyright_white{
        font-size: 9px;
    
      
      }
      
      
      .endbar_copyright_yellow{
        font-size: 9px;
     
        padding-left: 2px;
      }
      
    
    
      
  
  
  }


  
/* }}}}}}}}}}}}}}}}}}}\termino navbar}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}*/ 

/* {{{{{{{{{{{{{{{{{{\fullmetal inicial{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{*/
  @media screen and (max-width: 760px){
   /* 600px -->ate550*/
        #navbar{
      
          
          height: 60px;
         
      
          padding: 0px 20px 0px 20px;   
          box-shadow: 0 0px 5px rgba(0,0,0,0.6);
    
      
        
        }
      
      
        .navbar-besolar{
          
          
       
       background-size:6rem;
      
       width: 102px;
       height: 47px;
      
       margin-right: 100px;
       margin-bottom: 12px;
      
      
         
        } 
      
      
          /* In. titulos */
          .nav-list{
        
            font-size: 15px;
     
          }
        
     
    
      
           /* Fim. titulos */
      
          /* In. icon.instagram */
           .icon_inst_nav{
           width: 12px;
           height: 12px;
           margin-left: 2px;
           
             }
           
         
             .icon-responsivo{
          
              border-radius: 4px;
           
              width: 12px;
              height:12px ;
            } 
            .icon-responsivo:hover {
      
            
              box-shadow: 0 2px 6px rgba(0,0,0,0.6);
           
              
            }
            
      /* Fim. icon.instagram */
      






      #projects_banner{
 
        height: 230px;
       
      
        font-size: 35px;
      
        padding-left: 36px;
        padding-right: 36px;
      
       
      }
      
      
      /*final do baner*/
      
      
      
      /*inicio inform text*/
      #inform_text{
        padding-top: 44px;
       
        height: 240px;
      
       
      }
      
      .text_inform_text{
      
        font-size: 8px;
      }
      
      
      /*fim inform text*/
      
      /*inicio clientes case*/
      
      .projects_title{
      
        margin-top: 64px;
        margin-bottom: 36px;
      
        font-size: 22px;
       
        
      }
      
      .projects_cont{
      
        height: 238px;
       
        
        
        
      }
      
   
      .projects_cont img{
        width: 400px;
        height: 250px;
      }
      



      .projects_cont h4{
        width: 100%;
        font-size: 12px;
        
        
      
      } 
.projects_cont{

 
  height: 450px;

  flex-direction: column;

}
      
      .projects_title_gallery{
      
        margin-top: 60px;
      
        font-size: 22px;
        padding-bottom: 40px;
      
      
      }
      
 
      
      /* In. gallery*/
      
      
      
      
      
      
      
      
      
      .ul_da_gallery {
       
      
        width:453px;
        height:188px;
      
      }
      
      
      .ul_da_gallery li {
       
        width:56px;
        height:188px;
       
       
      }
      
      
      
      
      .img_gallery{
        width:399px;
        height:188px;
      }
      
      .ul_da_gallery:hover li {
        width:35px;  
      }
      
      
      .ul_da_gallery li:hover {
        width:312px;
      }
      
      
      
      
      
      
      
      
      /*fim. gallery*/
      /*in.buttons */
      #projects_buttons{
        margin-top: 48px;
      
       
      }
      
      
      
      
      
      .projects_button_1 button{
      height: 60px;
      width: 500px;
      
      
      
      border-radius: 12px;  
      
      padding-left: 120px;
      padding-right: 120px;
      font-size: 28px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.6);
      
      }
      
      .projects_button_1 button:hover{
       
        box-shadow: 0 4px 12px rgba(0,0,0,0.6);
        }
      
      
      
      
      .one_button{
        margin-top: 48px;
      
      
        margin-bottom: 48px;
      }
      
      
      
      .Project_aprof button{
       
        width: 140px;
        height: 40px;
        font-size: 12px;
       
        border-radius: 12px;  
       
        box-shadow: 0 2px 4px rgba(0,0,0,0.6);
      }
      
      .Project_aprof button:hover{
      
        box-shadow: 0 4px 12px rgba(0,0,0,0.6);
        }
      
      
      
      .Project_orc button{
        width: 140px;
        height: 40px;
       
        font-size: 12px;
       
        border-radius: 12px;  
        
        box-shadow: 0 2px 4px rgba(0,0,0,0.6);
        
      
      
      }
      
      .Project_orc button:hover{
      
        box-shadow: 0 4px 12px rgba(0,0,0,0.6);
        }
      
      
      
      
      
      /* fim. butttons */
      
      




















  /* In. endbar*/
  
  
  .endbar_box{
  
    height: 60px;
    
    
    }
    
    
    .endbar_copyright_white{
      font-size: 9px;
  
    
    }
    
    
    .endbar_copyright_yellow{
      font-size: 9px;
   
      padding-left: 2px;
    }
    
  
  
 }









  
  
/* }}}}}}}}}}}}}}}}}}}\termino navbar}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}*/ 

/* {{{{{{{{{{{{{{{{{{\fullmetal inicial{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{*/
  @media screen and (max-width: 549px){
  
    #navbar{
  
      
      height: 60px;
     
  
      padding: 0px 4px 0px 4px;   
      box-shadow: 0 0px 5px rgba(0,0,0,0.6);

  
    
    }
  
  
    .navbar-besolar{
      
      
   
   background-size:6rem;
  
   width: 102px;
   height: 47px;
  
   margin-right: 15px;
   margin-bottom: 5px;
  
  
     
    } 
  
  
      /* In. titulos */
      .nav-list{
    
        font-size: 11px;
 
      }
    
 

  
       /* Fim. titulos */
  
      /* In. icon.instagram */
       .icon_inst_nav{
       width: 12px;
       height: 12px;
       margin-left: 2px;
       
         }
       
     
         .icon-responsivo{
      
          border-radius: 4px;
       
          width: 12px;
          height:12px ;
        } 
        .icon-responsivo:hover {
  
        
          box-shadow: 0 2px 6px rgba(0,0,0,0.6);
       
          
        }
        
  /* Fim. icon.instagram */
  


















  #projects_banner{
 
    height: 180px;
   
  
    font-size: 23px;
  
    padding-left: 15px;
    padding-right: 15px;
  
   
  }
  
  
  /*final do baner*/
  
  
  
  /*inicio inform text*/
  #inform_text{
    padding-top: 44px;
   
    height: 400px;
  
   
  }
  
  .text_inform_text{
  
 
  }
  
  
  /*fim inform text*/
  
  /*inicio clientes case*/
  
  .projects_title{
  
    margin-top: 64px;
    margin-bottom: 36px;
  
    font-size: 18px;
   
    
  }
  


  

  .projects_cont img{
    width: 320px;
    height: 250px;
  }
  



  .projects_cont h4{
    width: 100%;
    font-size: 12px;
   
    
  
  }
  
  
    
  #projects{

    height: 550px;
    padding-left: 17px;
    padding-right: 17px;
  }
  
.projects_cont{

justify-content: space-between;
height: 550px;

flex-direction: column;

}
  
  .projects_title_gallery{
  
    margin-top: 60px;
  
    font-size: 18px;
    padding-bottom: 40px;
  
  
  }
  

  
  /* In. gallery*/
  
  
  
  

  
  
  .ul_da_gallery {
   
  
    width:355px;
    height:188px;

  
  }
  
  
  .ul_da_gallery li {
   
    width:44px;
    height:188px;
   
   
  }
  
  
  
  
  .img_gallery{
    width:312px;
    height:188px;
  }
  
  .ul_da_gallery:hover li {
    width:25px;  
  }
  
  
  .ul_da_gallery li:hover {
    width:244px;
  }
  
  
  
  
  
  
  
  
  /*fim. gallery*/
  /*in.buttons */
  #projects_buttons{
    margin-top: 48px;
  
   
  }
  
  
  
  
  
  .projects_button_1 button{
  height: 60px;
  width: 340px;
  
  
  
  border-radius: 12px;  
  
  padding-left: 40px;
  padding-right: 40px;
  font-size: 28px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  
  }
  
  .projects_button_1 button:hover{
   
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    }
  
  
  
  
  .one_button{
    margin-top: 48px;
  
  
    margin-bottom: 48px;
  }
  
  
  
  .Project_aprof button{
   
    width: 140px;
    height: 40px;
    font-size: 12px;
   
    border-radius: 12px;  
   
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  }
  
  .Project_aprof button:hover{
  
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    }
  
  
  
  .Project_orc button{
    width: 140px;
    height: 40px;
   
    font-size: 12px;
   
    border-radius: 12px;  
    
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
    
  
  
  }
  
  .Project_orc button:hover{
  
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    }
  
  
  
  
  
  /* fim. butttons */
  
  


















  















  
  /* In. endbar*/
  
  
  .endbar_box{
  
    height: 60px;
    
    
    }
    
    
    .endbar_copyright_white{
      font-size: 8px;
  
    
    }
    
    
    .endbar_copyright_yellow{
      font-size: 8px;
   
      padding-left: 2px;
    }
    
  
  
    }
  