
@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;
}


.nossos_clientes_sub_title,.text_mainboard_home_1,.text_mainboard_projetos_1,.banner_methods,.box_background_e_font,.home_projetos button,.miniboard_projetos_1,.miniboard_home_1,.miniboard_cont_1,.home_cont,.endbar_box{
  font-family: 'Poppins', sans-serif;
  
}


h2,.infor_contato{
  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 */


 .banner_home{

  
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;

width: 100%;
height: 769px;
}
 /* Fim. banner_1 */

/* In. board_1 */


.conj_image_home_1{

  display: flex;
  flex-direction: row;
  align-items: center;
 
}

.board_home_1{
  
width: 960px;
height: 860px;
margin-top: 84px; 
border-radius: 0px 0px 30px 0px; 
background-color: #FFAE4E;
box-shadow: 0 5px 10px rgba(0,0,0,0.6);
}


.miniboard_home_1{

width: 960px;
height: 146px;
border-radius: 0px 0px 30px 0px; 
background-color: #14172A;
}


.mens_conj_miniboard_home_1{

display: flex;
flex-direction: row;
justify-content: space-between;  
align-items: center;
padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 90px ;
font-size: 30px;

color: #FF8A00;
}


.teste{
  color: #F94C00;
}


.text_miniboard_home_1 p{font-weight: 600;}
.text_miniboard_home_1{

font-size: 40px;
color: #FFF8F4;
padding: 0px 0px 0px 90px;  
}


.text_mainboard_home_1{

  font-size: 26px;
  color: #14172A;
  padding: 30px 90px 0px 90px; 
  text-align: justify;
  font-weight: 500;

}


.image_board_home_1{


width: 700px;
height: 700px;
margin-left: 200px;
margin-top: 180px;

}






  /* Fim. board_1 */

  /* In. new metods */

  #methods{

    width: 100%;
    height: 675px;
    margin-top: 90px;
  }


  .methods_title {

    height: 195px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 46px;
    color: #14172A;
  }

  
  .banner_methods{

    width: 100%;
    height: 480px;
    background-color: #FFAE4E;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }


  .banner_methods h3{

    font-size: 30px;
  
  }


  .banner_methods p{

    font-size: 22px;
  }


  .banner_methods img{

    height: 93px;
  }

  
  .banner_methods1{
    
    width: 400px;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #14172A;
    
  }


  .banner_methods1 p{
font-weight: 500;
    text-align: justify;
  }
  

  
 /* Fim. new metods */

 /* In. nossos services */

 .services_title{

  margin-top: 200px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  color: #14172A;
  
}


.box_service_1{

  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  
  padding: 110px 360px 0px 360px; 

}
.box_service_1 a{
  text-decoration: none;
}

.box_background_e_font{
  width: 500px;
  height: 350px;
  background-color: #14172A;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 30px 0px; 
  color: #FF8A00;
  font-size: 28px;  
  transition: 300ms;
  box-shadow: 0 5px 10px rgba(0,0,0,0.6);
}                    


.img_box_service{
  width: 100%;
  height: 75%;

}

.box_background_e_font:hover{

  transform: scale(1.2); 
  box-shadow: 0 10px 30px rgba(0,0,0,0.6);
  transition: 300ms;
  
  color: #FFF8F4;
}




 /* Fim. nossos services */

 /* In. nossos projetos */ 
 .nossos_projetos_title{

  margin-top: 200px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  color: #14172A;
  margin-bottom: 50px;
  
}

.conj_image_projetos_1{

  display: flex;
  flex-direction: row;
  justify-content: right;
  padding-top: 90px;
 
  align-items: center;
 

}

.image_board_projetos_1{

  width: 600px;
  height: 600px;
  margin-right: 200px;
  margin-top: 60px;
  
 
}


.board_projetos_1{
  
  width: 960px;
  height: 700px;
  border-radius: 0px 0px 0px 30px; 
  background-color: #FFAE4E;
  box-shadow: 0 5px 10px rgba(0,0,0,0.6);
  
  
  }
  
  
  .miniboard_projetos_1{
  
  width: 960px;
  height: 146px;
  border-radius: 0px 0px 0px 30px; 
  background-color: #14172A;
  }
  
  
  .mens_conj_miniboard_projetos_1{
  
  display: flex;
  flex-direction: row;
  justify-content: space-between;  
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 90px ;
  color: #FF8A00;
  font-size: 30px;

  }
  
  


  
  .text_miniboard_projetos_1 p{font-weight: 600;}
  .text_miniboard_projetos_1{
  
  font-size: 40px;
  color: #FFF8F4;
  padding: 0px 0px 0px 90px;  
  }
  
  
  .text_mainboard_projetos_1{
  
    font-size: 26px;
    color: #14172A;
    padding: 30px 90px 0px 90px; 
    text-align: justify;
    font-weight: 500;
  
  }
  

.home_projetos {
text-decoration: none;
} 


.home_projetos button{
 
  border: none;
  width: 300px;
  height: 80px;
  font-size: 28px;
  color: #FFF8F4;
  background-color: #14172A;
  transition: 200ms;
  border-radius: 30px;  
  margin-left: 330px;
  margin-top: 30px ;
  box-shadow: 0 5px 10px rgba(0,0,0,0.6);
} 


.home_projetos button:hover{
transition:200ms;
color: #FF8A00;
cursor: pointer;
transform: scale(1.1); 
box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}








/* Fim. nossos projetos */

/* In. nossos clientes*/
.nossos_clientes_title{

  margin-top: 200px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  color: #14172A;
  
  
}


.nossos_clientes_sub_title{

  margin-top: 50px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #FF8A00;
  margin-bottom: 50px;

}

.box_clientes{
width: 100%;
height: 400px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;

padding-left: 90px;
padding-right: 90px;
}

.image_clientes{

width: 400px;
height: 250px;



}




/* Fim. nossos clientes */
 /* In. contate-nos*/


 .contato_title{

  margin-top: 150px;
  
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  color: #14172A;
  margin-bottom: 50px;
  
}
 .conj_image_cont_1{

  display: flex;
  flex-direction: row;
  justify-content: right;
  padding-top: 90px;
  
  

}

.infor_contato{


  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 300px;
  padding-top: 100px;
  height: 500px;
  font-size: 46px;
  color: #14172A;
  

}


.image_contato_home_1{
  width: 415px;
  height: 200px;
  margin-bottom: 50px;
 

}


.image_board_cont_1{

  width: 600px;
  height: 600px;
  margin-right: 200px;
  margin-top: 60px;
  
 
}


.board_cont_1{
  
  width: 1100px;
  height: 750px;
  border-radius: 0px 0px 0px 30px; 
  background-color: #FFAE4E;
  box-shadow: 0 5px 10px rgba(0,0,0,0.6);

  margin-bottom: 90px;

  
  }
  
  
  .miniboard_cont_1{
  
  width: 1100px;
  height: 146px;
  border-radius: 0px 0px 0px 30px; 
  background-color: #14172A;
  }
  
  
  .mens_conj_miniboard_cont_1{
  
    display: flex;
    flex-direction: row;
    justify-content: space-between;  
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 90px ;
    color: #FF8A00;
    font-size: 30px;
  

  }
  
  
  
  .text_miniboard_cont_1 p{font-weight: 600;}
  .text_miniboard_cont_1{
  
  font-size: 40px;
  color: #FFF8F4;
  padding: 0px 0px 0px 90px;  
  }
  

.box_form{

width: 100%;
height: 80%;


}

.card{

  display: flex;
  flex-direction: column;
  justify-content:space-around;
  align-items: center;
width: 100%;
height: 100%;
  padding-top: 20px;
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 50px;
}


.input_name{
  border-radius: 15px;
  outline: 0;
  color: black;
  background-color: #f2f2f2;
  font-size: 36px;
  height: 65px;
  border: none;
  padding-left: 10px;
  width: 100%;
  
  }
  .input_email{
    border-radius: 15px;
    outline: 0;
    color: black;
    background-color: #f2f2f2;
    font-size: 36px;
    height: 65px;
  border: none;
  padding-left: 10px;
  width: 100%;
  }
  .input_mensagem{
    border-radius: 15px;
  outline: 0;
  color: black;
  background-color: #f2f2f2;
  font-size: 36px;
  height: 180px;
  border: none;
  padding-left: 10px;
  width: 100%; 
  }






.home_cont{
 
  border: none;
  width: 300px;
  height: 80px;
  font-size: 28px;
  color: #FFF8F4;
  background-color: #14172A;
  transition: 200ms;
  border-radius: 30px;  

  margin-top: 30px ;
  box-shadow: 0 5px 10px rgba(0,0,0,0.6);
  
  
} 


.home_cont:hover{
transition:200ms;
color: #FF8A00;
cursor: pointer;
transform: scale(1.1); 
box-shadow: 0 10px 30px rgba(0,0,0,0.6);
}

/* Fim. contate-nos */

/* 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){
    /* 1366px */
    
  #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 */


 .banner_home{


  background-size: 100%;

width: 100%;
height: 541px;
}
 /* Fim. banner_1 */

/* In. board_1 */







.board_home_1{
  
width: 683px;
height: 682px;
margin-top: 60px; 
border-radius: 0px 0px 21px 0px; 
box-shadow: 0 4px 7px rgba(0,0,0,0.6);
}


.miniboard_home_1{

width: 683px;
height: 103px;
border-radius: 0px 0px 21px 0px; 

}


.mens_conj_miniboard_home_1{

padding-top: 14px;
  padding-bottom: 7px;
  padding-left: 64px ;
font-size: 21px;


}





.text_miniboard_home_1{

font-size: 29px;
padding: 0px 0px 0px 64px;  
}


.text_mainboard_home_1{

  font-size: 19px;
  padding: 21px 64px 0px 64px; 


}


.image_board_home_1{


width: 430px;
height: 430px;
margin-left: 142px;
margin-top: 128px;

}


  /* Fim. board_1 */


  /* In. new metods */

  #methods{

   
    height: 480px;
    margin-top: 64px;
  }


  .methods_title {

    height: 139px;   
    font-size: 32px;
 
  }

  
  .banner_methods{

   
    height: 342px;
  
  }


  .banner_methods h3{

    font-size: 21px;
  
  }


  .banner_methods p{

    font-size: 15px;
  }


  .banner_methods img{

    height: 66px;
  }

  
  .banner_methods1{
    
    width: 284px;
    height: 85%; 
    
  }


  .banner_methods1 p{
font-weight: 500;
    
  }
  

 
 /* Fim. new metods */

  /* In. nossos services */

  .services_title{

    margin-top: 142px;
    
    font-size: 32px;
  
    
  }
  
  
  .box_service_1{
  
 
    
    padding: 78px 256px 0px 256px; 
  
  }

  
  .box_background_e_font{
    width: 355px;
    height: 250px;
 
    padding: 0px 0px 21px 0px; 
   
    font-size: 20px;  
   
    box-shadow: 0 3px 7px rgba(0,0,0,0.6);
  }                    
  

  .box_background_e_font:hover{
  
    
    box-shadow: 0 7px 21px rgba(0,0,0,0.6);
  
    

  }
  
  
  
   /* Fim. nossos services */


 /* In. nossos projetos */ 
 .nossos_projetos_title{

  margin-top: 142px;
  
  
  font-size: 32px;
 
  margin-bottom: 35px;
  
}

.conj_image_projetos_1{

 
  padding-top: 64px;
 
 

}

.image_board_projetos_1{

  width: 427px;
  height: 427px;
  margin-right: 142px;
  margin-top: 42px;
  

}


.board_projetos_1{
  
  width: 683px;
  height: 500px;
  border-radius: 0px 0px 0px 21px; 

  box-shadow: 0 3px 7px rgba(0,0,0,0.6);
  
  
  }
  
  
  .miniboard_projetos_1{
  
  width: 683px;
  height: 104px;
  border-radius: 0px 0px 0px 21px; 

  }
  
  
  .mens_conj_miniboard_projetos_1{
  
 
  padding-top: 14px;
  padding-bottom: 7px;
  padding-left: 64px ;

  font-size: 21px;

  }
  
  


  
  .text_miniboard_projetos_1 p{font-weight: 600;}
  .text_miniboard_projetos_1{
  
  font-size: 28px;
 
  padding: 0px 0px 0px 64px;  
  }
  
  
  .text_mainboard_projetos_1{
  
    font-size: 18px;
   
    padding: 21px 64px 0px 64px; 
   
    font-weight: 500;
  
  }
  



.home_projetos button{
 

  width: 213px;
  height: 56px;
  font-size: 20px;



  border-radius: 21px;  
  margin-left: 234px;
  margin-top: 21px ;
  box-shadow: 0 3px 7px rgba(0,0,0,0.6);
} 


.home_projetos button:hover{



box-shadow: 0 7px 21px rgba(0,0,0,0.6);
}


/* Fim. nossos projetos */


/* In. nossos clientes*/
.nossos_clientes_title{

  margin-top: 142px;
  

  font-size: 32px;
  
  
  
}


.nossos_clientes_sub_title{

  margin-top: 35px;
  

  font-size: 21px;

  margin-bottom: 50px;

}

.box_clientes{
width: 100%;
height: 284px;


padding-left: 64px;
padding-right: 64px;
}

.image_clientes{

width: 284px;
height: 178px;



}



/* Fim. nossos clientes */



/* Fim. nossos clientes */
 /* In. contate-nos*/


 .contato_title{

  margin-top: 150px;
  
  
  font-size: 32px;
 
  margin-bottom: 35px;
  
}
 .conj_image_cont_1{


  padding-top: 64px;
  
  

}

.infor_contato{


  padding-right: 213px;
  padding-top: 71px;
  height: 355px;
  font-size: 32px;

  

}


.image_contato_home_1{
  width: 295px;
  height: 142px;
  margin-bottom: 35px;
 

}


.image_board_cont_1{

  width: 427px;
  height: 427px;
  margin-right: 142px;
  margin-top: 42px;
  
 
}


.board_cont_1{
  
  width: 783px;
  height: 533px;
  border-radius: 0px 0px 0px 21px; 

  box-shadow: 0 3px 7px rgba(0,0,0,0.6);

  margin-bottom: 64px;

  
  }
  
  
  .miniboard_cont_1{
  
  width: 783px;
  height: 104px;
  border-radius: 0px 0px 0px 21px; 
 
  }
  
  
  .mens_conj_miniboard_cont_1{
  
  
    padding-top: 14px;
    padding-bottom: 7px;
    padding-left: 64px ;
   
    font-size: 21px;
  

  }
  
  
  
 
  .text_miniboard_cont_1{
  
  font-size: 28px;
 
  padding: 0px 0px 0px 64px;  
  }
  


.card{



  padding-top: 14px;
  padding-left: 64px;
  padding-right: 64px;
  padding-bottom: 35px;
}


.input_name{
  border-radius: 10px;


  font-size: 25px;
  height: 46px;

  padding-left: 7px;

  
  }
  .input_email{
    border-radius: 10px;


    font-size: 25px;
    height: 46px;

  padding-left: 7px;
  width: 100%;
  }
  .input_mensagem{
    border-radius: 10px;
 
  font-size: 25px;
  height: 128px;

  padding-left: 7px;
  width: 100%; 
  }






.home_cont{
 
  width: 214px;
  height: 57px;
  font-size: 20px;

  border-radius: 21px;  

  margin-top: 21px ;
  box-shadow: 0 3px 7px rgba(0,0,0,0.6);
  
  
} 


.home_cont:hover{
box-shadow: 0 7px 21px rgba(0,0,0,0.6);
}

/* Fim. contate-nos */

/* In. endbar*/


.endbar_box{

height: 106px;

}


.endbar_copyright_white{
  font-size: 13px;
}


.endbar_copyright_yellow{
  font-size: 13px;
  padding-left: 3px;
}


/* Fim. endbar */

 
    
    
    
    
    
    
    
/* |||||||||||||||||||||||||||||||||||||||| */
   

/* }}}}}}}}}}}}}}}}}}}\termino navbar}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}*/ 

/* {{{{{{{{{{{{{{{{{{\fullmetal inicial{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{*/
 
  @media screen and (max-width: 1300px){ 
    /* 1024px */
 
    #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 */
  
  
   .banner_home{
  
 
  
  height: 410px;
  }
   /* Fim. banner_1 */
  
  /* In. board_1 */
  
  
 
  
  .board_home_1{
    
  width: 512px;
  height: 458px;
  margin-top: 45px; 
  border-radius: 0px 0px 16px 0px; 
 
  box-shadow: 0 3px 5px rgba(0,0,0,0.6);
  }
  
  
  .miniboard_home_1{
  
  width: 512px;
  height: 79px;
  border-radius: 0px 0px 16px 0px; 
  
  }
  
  
  .mens_conj_miniboard_home_1{
  
 
  padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 48px ;
  font-size: 16px;
  

  }
  

  
  
  .text_miniboard_home_1{
  
  font-size: 21px;
 
  padding: 0px 0px 0px 48px;  
  }
  
  
  .text_mainboard_home_1{
  
    font-size: 13px;
 
    padding: 16px 48px 0px 48px; 
  
  
  }
  
  
  .image_board_home_1{
  
  
  width: 373px;
  height: 373px;
  margin-left: 106px;
  margin-top: 96px;
  
  }
  
  
  
  
  
  
    /* Fim. board_1 */
  
    /* In. new metods */
  
    #methods{
  
      width: 100%;
      height: 360px;
      margin-top: 48px;
    }
  
  
    .methods_title {
  
      height: 104px;
      width: 100%;
    
      font-size: 24px;
   
    }
  
    
    .banner_methods{
  
      width: 100%;
      height: 256px;
     
    }
  
  
    .banner_methods h3{
  
      font-size: 16px;
    
    }
  
  
    .banner_methods p{
  
      font-size: 11px;
    }
  
  
    .banner_methods img{
  
      height: 50px;
    }
  
    
    .banner_methods1{
      
      width: 213px;
     
      
  
      
    }
  

  
    
   /* Fim. new metods */
  
   /* In. nossos services */
  
   .services_title{
  
    margin-top: 106px;
    
  
    font-size: 24px;
  
    
  }
  
  
  .box_service_1{
  
  
    width: 100%;
    
    padding: 58px 192px 0px 192px; 
  
  }

  
  .box_background_e_font{
    width: 266px;
    height: 186px;
    
  
    padding: 0px 0px 16px 0px; 

    font-size: 15px;  
    
    box-shadow: 0 3px 5px rgba(0,0,0,0.6);
  }                    
  
  

  .box_background_e_font:hover{
  
   
    box-shadow: 0 5px 16px rgba(0,0,0,0.6);
  
  }
  
  
  
  
   /* Fim. nossos services */
  
   /* In. nossos projetos */ 
   .nossos_projetos_title{
  
    margin-top: 106px;
    
   
    font-size: 24px;
 
    margin-bottom: 26px;
    
  }
  
  .conj_image_projetos_1{
  
 
    padding-top: 48px;
   

   
  
  }
  
  .image_board_projetos_1{
  
    width: 320px;
    height: 320px;
    margin-right: 106px;
    margin-top: 32px;
    
   
  }
  
  
  .board_projetos_1{
    
    width: 512px;
    height: 373px;
    border-radius: 0px 0px 0px 16px; 
  
    box-shadow: 0 3px 5px rgba(0,0,0,0.6);
    
    
    }
    
    
    .miniboard_projetos_1{
    
    width: 512px;
    height: 78px;
    border-radius: 0px 0px 0px 16px; 

    }
    
    
    .mens_conj_miniboard_projetos_1{
    
 
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 48px ;
   
    font-size: 16px;
  
    }
    
    
  
  
    
    .text_miniboard_projetos_1{
    
    font-size: 21px;
  
    padding: 0px 0px 0px 48px;  
    }
    
    
    .text_mainboard_projetos_1{
    
      font-size: 14px;
    
      padding: 16px 48px 0px 48px; 
    
    
    }
    
  

  
  
  .home_projetos button{

    width: 160px;
    height: 42px;
    font-size: 15px;
 
    border-radius: 16px;  
    margin-left: 176px;
    margin-top: 16px ;
    box-shadow: 0 3px 5px rgba(0,0,0,0.6);
  } 
  
  
  .home_projetos button:hover{

  box-shadow: 0 5px 16px rgba(0,0,0,0.6);
  }
  
  
  
  
  
  
  
  
  /* Fim. nossos projetos */
  
  /* In. nossos clientes*/
  .nossos_clientes_title{
  
    margin-top: 106px;
    
  
    font-size: 24px;

    
    
  }
  
  
  .nossos_clientes_sub_title{
  
    margin-top: 26px;
    
   
    font-size: 16px;
 
    margin-bottom: 26px;
  
  }
  
  .box_clientes{

  height: 213px;

  
  padding-left: 48px;
  padding-right: 48px;
  }
  
  .image_clientes{
  
  width: 213px;
  height: 133px;
  
  
  
  }
  
  
  
  
  /* Fim. nossos clientes */
   /* In. contate-nos*/
  
  
   .contato_title{
  
    margin-top: 80px;
    
  
    font-size: 24px;
 
    margin-bottom: 26px;
    
  }
   .conj_image_cont_1{
  
  
    padding-top: 48px;
        
  
  }
  
  .infor_contato{
  
  

    padding-right: 160px;
    padding-top: 53px;
    height: 266px;
    font-size: 24px;

    
  
  }


 
  
  
  .image_contato_home_1{
    width: 221px;
    height: 106px;
    margin-bottom: 26px;
   
  
  }
  
  
  .image_board_cont_1{
  
    width: 320px;
    height: 320px;
    margin-right: 106px;
    margin-top: 32px;
    
   
  }
  
  
  .board_cont_1{
    
    width: 586px;
    height: 400px;
    border-radius: 0px 0px 0px 16px; 
    
    box-shadow: 0 3px 5px rgba(0,0,0,0.6);
  
    margin-bottom: 48px;
  
    
    }
    
    
    .miniboard_cont_1{
    
    width: 586px;
    height: 77px;
    border-radius: 0px 0px 0px 16px; 
  
    }
    
    
    .mens_conj_miniboard_cont_1{
    
   
      padding-top: 10px;
      padding-bottom: 5px;
      padding-left: 48px ;
     
      font-size: 16px;
    
  
    }
    
    
    

    .text_miniboard_cont_1{
    
    font-size: 21px;

    padding: 0px 0px 0px 48px;  
    }
    
  
  .box_form{
  
  width: 100%;
  height: 80%;
  
  
  }
  
  .card{
  
 
  width: 100%;
  height: 100%;
    padding-top: 10px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 21px;
  }
  
  
  .input_name{
    border-radius: 8px;
   
    font-size: 19px;
    height: 34px;
   
    padding-left: 5px;

    
    }
    .input_email{
      border-radius: 8px;
    
  
      font-size: 19px;
      height: 34px;
   
    padding-left: 5px;
  
    }
    .input_mensagem{
      border-radius: 8px;

  
    font-size: 19px;
    height: 96px;
  
    padding-left: 5px;
    
    }
  
  
  
  
  
  
  .home_cont{
   
  
    width: 160px;
    height: 42px;
    font-size: 15px;
 
  
 
    border-radius: 16px;  
  
    margin-top: 16px ;
    box-shadow: 0 3px 5px rgba(0,0,0,0.6);
    
    
  } 
  
  
  .home_cont:hover{
 
  box-shadow: 0 5px 16px rgba(0,0,0,0.6);
  }
  
  /* Fim. contate-nos */
  
  /* 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){
    /* 768px */
    
    #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 */
  
  
   .banner_home{
  
 
  
  height: 307px;
  }
   /* Fim. banner_1 */
  
  /* In. board_1 */
  
  
 
  
  .board_home_1{
    
  width: 384px;
  height: 430px;
  margin-top: 34px; 
  border-radius: 0px 0px 12px 0px; 
 
  box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  }
  
  
  .miniboard_home_1{
  
  width: 384px;
  height: 59px;
  border-radius: 0px 0px 12px 0px; 
  
  }
  
  
  .mens_conj_miniboard_home_1{
  
 
  padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 46px ;
  font-size: 12px;
  

  }
  

  
  
  .text_miniboard_home_1{
  
  font-size: 16px;
 
  padding: 0px 0px 0px 36px;  
  }
  
  
  .text_mainboard_home_1{
  
    font-size: 12px;
 
    padding: 12px 36px 0px 36px; 
  
  
  }
  
  
  .image_board_home_1{
  
  
  width: 280px;
  height: 280px;
  margin-left: 80px;
  margin-top: 72px;
  
  }
  
  
  
  
  
  
    /* Fim. board_1 */
  
    /* In. new metods */
  
    #methods{
  
     
      height: 270px;
      margin-top: 36px;
    }
  
  
    .methods_title {
  
      height: 78px;
    
    
      font-size: 18px;
   
    }
  
    
    .banner_methods{
  
    
      height: 260px;
     
    }
  
  
    .banner_methods h3{
  
      font-size: 12px;
    
    }
  
  
    .banner_methods p{
  
      font-size: 11px;
    }
  
  
    .banner_methods img{
  
      height: 37px;
    }
  
    
    .banner_methods1{
      
      width: 160px;
     
      
  
      
    }
  

  
    
   /* Fim. new metods */
  
   /* In. nossos services */
  
   .services_title{
  
    margin-top: 80px;
    
  
    font-size: 18px;
  
    
  }
  
  
  .box_service_1{
  
  
   
    
    padding: 43px 144px 0px 144px; 
  
  }

  
  .box_background_e_font{
    width: 200px;
    height: 140px;
    
  
    padding: 0px 0px 12px 0px; 

    font-size: 11px;  
    
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  }                    
  
  

  .box_background_e_font:hover{
  
   
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  
  }
  
  
  
  
   /* Fim. nossos services */
  
   /* In. nossos projetos */ 
   .nossos_projetos_title{
  
    margin-top: 80px;
    
   
    font-size: 18px;
 
    margin-bottom: 19px;
    
  }
  
  .conj_image_projetos_1{
  
 
    padding-top: 36px;
   

   
  
  }
  
  .image_board_projetos_1{
  
    width: 240px;
    height: 240px;
    margin-right: 80px;
    margin-top: 24px;
    
   
  }
  
  
  .board_projetos_1{
    
    width: 384px;
    height: 280px;
    border-radius: 0px 0px 0px 12px; 
  
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
    
    
    }
    
    
    .miniboard_projetos_1{
    
    width: 384px;
    height: 59px;
    border-radius: 0px 0px 0px 12px; 

    }
    
    
    .mens_conj_miniboard_projetos_1{
    
 
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 36px ;
   
    font-size: 12px;
  
    }
    
    
  
  
    
    .text_miniboard_projetos_1{
    
    font-size: 16px;
  
    padding: 0px 0px 0px 36px;  
    }
    
    
    .text_mainboard_projetos_1{
    
      font-size: 10px;
    
      padding: 12px 36px 0px 36px; 
    
    
    }
    
  

  
  
  .home_projetos button{

    width: 120px;
    height: 32px;
    font-size: 11px;
 
    border-radius: 12px;  
    margin-left: 132px;
    margin-top: 12px ;
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  } 
  
  
  .home_projetos button:hover{

  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  }
  
  
  
  
  
  
  
  
  /* Fim. nossos projetos */
  
  /* In. nossos clientes*/
  .nossos_clientes_title{
  
    margin-top: 80px;
    
  
    font-size: 18px;

    
    
  }
  
  
  .nossos_clientes_sub_title{
  
    margin-top: 20px;
    
   
    font-size: 12px;
 
    margin-bottom: 20px;
  
  }
  
  .box_clientes{

  height: 160px;

  
  padding-left: 36px;
  padding-right: 36px;
  }
  
  .image_clientes{
  
  width: 160px;
  height: 100px;
  
  
  
  }
  
  
  
  
  /* Fim. nossos clientes */
   /* In. contate-nos*/
  
  
   .contato_title{
  
    margin-top: 60px;
    
  
    font-size: 18px;
 
    margin-bottom: 19px;
    
  }
   .conj_image_cont_1{
  
  
    padding-top: 36px;
        
  
  }
  
  .infor_contato{
  
  

    padding-right: 120px;
    padding-top: 40px;
    height: 200px;
    font-size: 22px;

    
  
  }


 
  
  
  .image_contato_home_1{
    width: 166px;
    height: 80px;
    margin-bottom: 19px;
   
  
  }
  
  
  .image_board_cont_1{
  
    width: 240px;
    height: 240px;
    margin-right: 80px;
    margin-top: 24px;
    
   
  }
  
  
  .board_cont_1{
    
    width: 440px;
    height: 300px;
    border-radius: 0px 0px 0px 12px; 
    
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  
    margin-bottom: 36px;
  
    
    }
    
    
    .miniboard_cont_1{
    
    width: 440px;
    height: 58px;
    border-radius: 0px 0px 0px 12px; 
  
    }
    
    
    .mens_conj_miniboard_cont_1{
    
   
      padding-top: 8px;
      padding-bottom: 4px;
      padding-left: 36px ;
     
      font-size: 12px;
    
  
    }
    
    
    

    .text_miniboard_cont_1{
    
    font-size: 16px;

    padding: 0px 0px 0px 36px;  
    }
    
  
  
  .card{
  
 
    padding-top: 8px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 16px;
  }
  
  
  .input_name{
    border-radius: 6px;
   
    font-size: 14px;
    height: 26px;
   
    padding-left: 4px;

    
    }
    .input_email{
      border-radius: 6px;
    
  
      font-size: 14px;
      height: 26px;
   
    padding-left: 4px;
  
    }
    .input_mensagem{
      border-radius: 6px;

  
    font-size: 14px;
    height: 72px;
  
    padding-left: 4px;
    
    }
  
  
  
  
  
  
  .home_cont{
   
  
    width: 120px;
    height: 36px;
    font-size: 11px;
 
  
 
    border-radius: 12px;  
  
    margin-top: 12px ;
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
    
    
  } 
  
  
  .home_cont:hover{
 
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  }
  
  /* Fim. contate-nos */
  
  /* 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 */
  
   /* In. banner_1 */
  
  
   .banner_home{
  
 
  
  height: 240px;
  }
   /* Fim. banner_1 */
  
  /* In. board_1 */
  
  
  .conj_image_home_1{

    display: flex;
    flex-direction: column;
    align-items:flex-start;

   
  }
  
  .board_home_1{
    
  width: 384px;
  height: 450px;
  margin-top: 34px; 
  border-radius: 0px 0px 12px 0px; 
 
  box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  }
  
  
  .miniboard_home_1{
  
  width: 384px;
  height: 59px;
  border-radius: 0px 0px 12px 0px; 
  
  }
  
  
  .mens_conj_miniboard_home_1{
  
 
  padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 46px ;
  font-size: 12px;
  

  }
  

  
  
  .text_miniboard_home_1{
  
  font-size: 16px;
 
  padding: 0px 0px 0px 36px;  
  }
  
  
  .text_mainboard_home_1{
  
    font-size: 12px;
 
    padding: 12px 36px 0px 36px; 
  
  
  }
  
  
  .image_board_home_1{
  
  
  width: 280px;
  height: 280px;
  margin-left: 27%;
  margin-top: 72px;
  
  }
  
  
  
  
  
  
    /* Fim. board_1 */
  
    /* In. new metods */
    
    #methods{
      
         
      height: 850px;
      margin-top: 36px;

      

    }
  
  
    .methods_title {
  
      height: 78px;
    
    
      font-size: 18px;
   
    }
  
    
    .banner_methods{
  
      flex-direction: column;
      display: flex;
    
      height: 850px;
     
    }
  
  
    .banner_methods h3{
  
      font-size: 12px;
    
    }
  
  
    .banner_methods p{
  
      font-size: 11px;
    }
  
  
    .banner_methods img{
  
      height: 50px;
    }
  
    
    .banner_methods1{
      
      width: 90%;
     
      
  
      
    }
  
  

  
    
   /* Fim. new metods */
  
   /* In. nossos services */
  
   .services_title{
  
    margin-top: 80px;
    
  
    font-size: 18px;
  
    
  }
  
  
  .box_service_1{
  
  
   
    
    padding: 43px 50px 0px 50px; 
  
  }

  
  .box_background_e_font{
    width: 200px;
    height: 140px;
    
  
    padding: 0px 0px 12px 0px; 

    font-size: 11px;  
    
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  }                    
  
  

  .box_background_e_font:hover{
  
    transform: scale(1.1); 
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  
  }
  
  
  
  
   /* Fim. nossos services */
  
   /* In. nossos projetos */ 
   .nossos_projetos_title{
  
    margin-top: 80px;
    
   
    font-size: 18px;
 
    margin-bottom: 19px;
    
  }
  
  .conj_image_projetos_1{
  
 
    padding-top: 36px;
   
    display: flex;
    flex-direction: column-reverse;
    align-items:flex-end;
   

   
  
  }
  
  .image_board_projetos_1{
  
    width: 240px;
    height: 240px;
    margin-right: 27%;
    margin-top: 24px;
    margin-bottom: 24px;
    
   
  }
  
  
  .board_projetos_1{
    
    width: 384px;
    height: 300px;
    border-radius: 0px 0px 0px 12px; 
  
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
    
    
    }
    
    
    .miniboard_projetos_1{
    
    width: 384px;
    height: 59px;
    border-radius: 0px 0px 0px 12px; 

    }
    
    
    .mens_conj_miniboard_projetos_1{
    
 
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 36px ;
   
    font-size: 12px;
  
    }
    
    
  
  
    
    .text_miniboard_projetos_1{
    
    font-size: 16px;
  
    padding: 0px 0px 0px 36px;  
    }
    
    
    .text_mainboard_projetos_1{
    
      font-size: 11px;
    
      padding: 12px 36px 0px 36px; 
    
    
    }
    
  

  
  
  .home_projetos button{

    width: 120px;
    height: 32px;
    font-size: 11px;
 
    border-radius: 12px;  
    margin-left: 132px;
    margin-top: 12px ;
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  } 
  
  
  .home_projetos button:hover{

  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  }
  
  
  
  
  
  
  
  
  /* Fim. nossos projetos */
  
  /* In. nossos clientes*/
  .nossos_clientes_title{
  
    margin-top: 80px;
    
  
    font-size: 18px;

    
    
  }
  
  
  .nossos_clientes_sub_title{
  
    margin-top: 20px;
    
   
    font-size: 12px;
 
    margin-bottom: 20px;
  
  }
  
  .box_clientes{

  height: 160px;

  
  padding-left: 20px;
  padding-right: 20px;
  }
  
  .image_clientes{
  
  width: 140px;
  height:80px;
  
  
  
  }
  
  
  
  
  /* Fim. nossos clientes */
   /* In. contate-nos*/
  
  
   .contato_title{
  
    margin-top: 60px;
    
  
    font-size: 18px;
 
    margin-bottom: 19px;
    
  }
   .conj_image_cont_1{
  height: 600px;
  
    padding-top: 10px;
    display: flex;
   
    align-items:flex-end;
  
        flex-direction: column-reverse;
  
  }
  
  .infor_contato{
  
  

    padding-right: 220px;
    padding-top: 40px;
    height: 200px;
    font-size: 22px;

    
  
  }


 
  
  
  .image_contato_home_1{
    width: 166px;
    height: 80px;
    margin-bottom: 19px;
   
  
  }
  
  
  .image_board_cont_1{
  
    width: 240px;
    height: 240px;
    margin-right: 80px;
    margin-top: 24px;
    
   
  }
  
  
  .board_cont_1{
    
    width: 440px;
    height: 300px;
    border-radius: 0px 0px 0px 12px; 
    
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
  
    margin-bottom: 36px;
  
    
    }
    
    
    .miniboard_cont_1{
    
    width: 440px;
    height: 58px;
    border-radius: 0px 0px 0px 12px; 
  
    }
    
    
    .mens_conj_miniboard_cont_1{
    
   
      padding-top: 8px;
      padding-bottom: 4px;
      padding-left: 36px ;
     
      font-size: 12px;
    
  
    }
    
    
    

    .text_miniboard_cont_1{
    
    font-size: 16px;

    padding: 0px 0px 0px 36px;  
    }
    
  
  
  .card{
  
 
    padding-top: 8px;
    padding-left: 36px;
    padding-right: 36px;
    padding-bottom: 16px;
  }
  
  
  .input_name{
    border-radius: 6px;
   
    font-size: 14px;
    height: 26px;
   
    padding-left: 4px;

    
    }
    .input_email{
      border-radius: 6px;
    
  
      font-size: 14px;
      height: 26px;
   
    padding-left: 4px;
  
    }
    .input_mensagem{
      border-radius: 6px;

  
    font-size: 14px;
    height: 72px;
  
    padding-left: 4px;
    
    }
  
  
  
  
  
  
  .home_cont{
   
  
    width: 120px;
    height: 36px;
    font-size: 11px;
 
  
 
    border-radius: 12px;  
  
    margin-top: 12px ;
    box-shadow: 0 2px 4px rgba(0,0,0,0.6);
    
    
  } 
  
  
  .home_cont:hover{
 
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  }
  
  /* Fim. contate-nos */
  
  /* 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 */
      
       /* In. banner_1 */
      
      
       .banner_home{
      
     
      
      height: 145px;
      }
       /* Fim. banner_1 */
      
      /* In. board_1 */
      
      
      .conj_image_home_1{
    
        display: flex;
        flex-direction: column;
        align-items:flex-start;
    
       
      }
      
      .board_home_1{
        
      width: 350px;
      height: 450px;
      margin-top: 34px; 
      border-radius: 0px 0px 12px 0px; 
     
      box-shadow: 0 2px 4px rgba(0,0,0,0.6);
      }
      
      
      .miniboard_home_1{
      
      width: 350px;
      height: 59px;
      border-radius: 0px 0px 12px 0px; 
      
      }
      
      
      .mens_conj_miniboard_home_1{
      
     
      padding-top: 7px;
        padding-bottom: 4px;
        padding-left: 23px ;
      font-size: 12px;
      
    
      }
      
    
      
      
      .text_miniboard_home_1{
      
      font-size: 16px;
     
      padding: 0px 0px 0px 23px;  
      }
      
      
      .text_mainboard_home_1{
      
        font-size: 12px;
     
        padding: 12px 23px 0px 23px; 

      
      
      
      }
      
      
      .image_board_home_1{
      
      
      width: 280px;
      height: 280px;
      margin-left: 12%;
      margin-top: 72px;
      
      }
      
      
      
      
      
      
        /* Fim. board_1 */
      
        /* In. new metods */
      
        #methods{
      
         
          height: 850px;
          margin-top: 36px;

          
    
        }
      
      
        .methods_title {
      
          height: 78px;
        
        
          font-size: 18px;
       
        }
      
        
        .banner_methods{
      
          flex-direction: column;
          display: flex;
        
          height: 850px;
         
        }
      
      
        .banner_methods h3{
      
          font-size: 12px;
        
        }
      
      
        .banner_methods p{
      
          font-size: 11px;
        }
      
      
        .banner_methods img{
      
          height: 50px;
        }
      
        
        .banner_methods1{
          
          width: 90%;
         
          
      
          
        }
      
    
      
        
       /* Fim. new metods */
      
       /* In. nossos services */
      
       .services_title{
      
        margin-top: 80px;
        
      
        font-size: 18px;
      
        
      }
      
      
      .box_service_1{
      
      
       
        
        padding: 43px 15px 0px 15px; 
      
      }
    
      
      .box_background_e_font{
        width: 154px;
        height: 107px;
        
      
        padding: 0px 0px 12px 0px; 
    
        font-size: 11px;  
        
        box-shadow: 0 2px 4px rgba(0,0,0,0.6);
      }                    
      
      
    
      .box_background_e_font:hover{
        transform: scale(1.1); 
       
        box-shadow: 0 4px 12px rgba(0,0,0,0.6);
      
      }
      
      
      
      
       /* Fim. nossos services */
      
       /* In. nossos projetos */ 
       .nossos_projetos_title{
      
        margin-top: 80px;
        
       
        font-size: 18px;
     
        margin-bottom: 19px;
        
      }
      
      .conj_image_projetos_1{
      
     
        padding-top: 36px;
       
        display: flex;
        flex-direction: column-reverse;
        align-items:flex-end;
       
    
       
      
      }
      
      .image_board_projetos_1{
      
        width: 240px;
        height: 240px;
        margin-right: 12%;
        margin-top: 24px;
        margin-bottom: 24px;
        
       
      }
      
      
      .board_projetos_1{
        
        width: 350px;
        height: 300px;
        border-radius: 0px 0px 0px 23px; 
      
        box-shadow: 0 2px 4px rgba(0,0,0,0.6);
        
        
        }
        
        
        .miniboard_projetos_1{
        
        width: 350px;
        height: 59px;
        border-radius: 0px 0px 0px 23px; 
    
        }
        
        
        .mens_conj_miniboard_projetos_1{
        
     
        padding-top: 7px;
        padding-bottom: 4px;
        padding-left: 23px ;
       
        font-size: 12px;
      
        }
        
        
      
      
        
        .text_miniboard_projetos_1{
        
        font-size: 16px;
      
        padding: 0px 0px 0px 23px;  
        }
        
        
        .text_mainboard_projetos_1{
        
          font-size: 11px;
        
          padding: 12px 23px 0px 23px; 
        
        
        }
        
      
    
      
      
      .home_projetos button{
    
        width: 120px;
        height: 32px;
        font-size: 11px;
     
        border-radius: 12px;  
        margin-left: 132px;
        margin-top: 12px ;
        box-shadow: 0 2px 4px rgba(0,0,0,0.6);
      } 
      
      
      .home_projetos button:hover{
    
      box-shadow: 0 4px 12px rgba(0,0,0,0.6);
      }
      
      
      
      
      
      
      
      
      /* Fim. nossos projetos */
      
      /* In. nossos clientes*/
      .nossos_clientes_title{
      
        margin-top: 80px;
        
      
        font-size: 18px;
    
        
        
      }
      
      
      .nossos_clientes_sub_title{
      
        margin-top: 20px;
        
       
        font-size: 12px;
     
        margin-bottom: 20px;
        text-align: center;
      
      }
      


      .box_clientes{
    
      height: 123px;
    
      
      padding-left: 10px;
      padding-right: 10px;
      }
      
      .image_clientes{
      
      width: 90px;
      height:61px;
      
      
      
      }
      
      
      
      
      /* Fim. nossos clientes */
       /* In. contate-nos*/
      
      
       .contato_title{
      
        margin-top: 60px;
        
      
        font-size: 18px;
     
        margin-bottom: 19px;
        
      }
       .conj_image_cont_1{
      height: 600px;
      
        padding-top: 10px;
        display: flex;
       
        align-items:flex-end;
      
            flex-direction: column-reverse;
      
      }
      
      .infor_contato{
      
      
    
        padding-right: 25%;
        padding-top: 40px;
        height: 200px;
        font-size: 22px;
    
        
      
      }
    
    
     
      
      
      .image_contato_home_1{
        width: 166px;
        height: 80px;
        margin-bottom: 19px;
       
      
      }
      
      
      .image_board_cont_1{
      
        width: 240px;
        height: 240px;
        margin-right: 80px;
        margin-top: 24px;
        
       
      }
      
      
      .board_cont_1{
        
        width: 350px;
        height: 300px;
        border-radius: 0px 0px 0px 12px; 
        
        box-shadow: 0 2px 4px rgba(0,0,0,0.6);
      
        margin-bottom: 36px;
      
        
        }
        
        
        .miniboard_cont_1{
        
        width: 350px;
        height: 58px;
        border-radius: 0px 0px 0px 12px; 
      
        }
        
        
        .mens_conj_miniboard_cont_1{
        
       
          padding-top: 8px;
          padding-bottom: 4px;
          padding-left: 36px ;
         
          font-size: 12px;
        
      
        }
        
        
        
    
        .text_miniboard_cont_1{
        
        font-size: 16px;
    
        padding: 0px 0px 0px 36px;  
        }
        
      
      
      .card{
      
     
        padding-top: 8px;
        padding-left: 36px;
        padding-right: 36px;
        padding-bottom: 16px;
      }
      
      
      .input_name{
        border-radius: 6px;
       
        font-size: 14px;
        height: 26px;
       
        padding-left: 4px;
    
        
        }
        .input_email{
          border-radius: 6px;
        
      
          font-size: 14px;
          height: 26px;
       
        padding-left: 4px;
      
        }
        .input_mensagem{
          border-radius: 6px;
    
      
        font-size: 14px;
        height: 72px;
      
        padding-left: 4px;
        
        }
      
      
      
      
      
      
      .home_cont{
       
      
        width: 120px;
        height: 36px;
        font-size: 12px;
     
      
     
        border-radius: 12px;  
      
        margin-top: 12px ;
        box-shadow: 0 2px 4px rgba(0,0,0,0.6);
        
        
      } 
      
      
      .home_cont:hover{
     
      box-shadow: 0 4px 12px rgba(0,0,0,0.6);
      }
      
      /* Fim. contate-nos */
      
      /* In. endbar*/
      
      
      .endbar_box{
      
      height: 60px;
      
      
      }
      
      
      .endbar_copyright_white{
        font-size: 8px;
    
      
      }
      
      
      .endbar_copyright_yellow{
        font-size: 8px;
     
        padding-left: 2px;
  }
      
  }
}
