/* corpo */

body  {
	font-family: Nunito, sans-serif;
	color:  #1c1c1c;
  align-items: center;
}

h1,h2,h3 {
  font-family: Asap, sans-serif;
  color=#000000;
}

.botao {
  color: black;
  text-decoration: none;
  padding: 10px 30px;
  background-color:  whitesmoke;
  align-items: right;
  font-size-.9em;

}

 .login {
 color: white;
 font-family: sans-serif;
 font-size: 18px;
 text-decoration: none;
 padding: 10px;
 align-items: left;
 }


.cadastro1 {
 color: white;
 font-family: sans-serif;
 font-size: 18px;
 text-decoration: none;
 padding: 10px;
 align-items: left;
}


/*barra menu*/
#barramenu {
background-color: darkorange;
align-items: center;
text-align: center;
margin-top: 5px;
height: 30px;
display: inline-block;
width: 100%;
margin: 0px;

}

/*barra menu carrinhp*/
#barramenu_carrinho {
background-color: white;
align-items: center;
text-align: center;
margin-top: 5px;
height: 30px;
display: inline-block;
width: 100%;
margin: 0px;
color: white;

}

#barramenu_carrinho a{
text-decoration: none;
color: white;
}


#barramenu a{
text-decoration: none;
color: white;
}

#barramenu a:hover{
color: black;

  }


  /*NAVEGAÇAO*/

nav {
       display: flex;
       flex-direction: column;
       align-items: center;
       background-color: #191970;
}

nav > a {
text-decoration: none;
color: ghostwhite;
font-weight: 800;
font-size: 38px;
font-family: Yellowtail, serif;

}

nav ul {
display: flex;
flex-direction: column;
align-items: center;
list-style: none ;
padding: 0;
width: 100%
}

nav ul li {
   
    text-align: center;
    width= 100%;

}

nav ul li a {

          display: inline-block;
          padding:  10px 0;
          width:  100%;
          text-decoration: none;
          color: #FFFFFF;

}


/* voltar ao topo*/

.topo {
background: #fff;
position: fixed;
bottom: 20px;
right: 20px;
widht: 30px;
height: 30px;
border-radius: 50%;
display: flex;
}

.show-button .topo{
right: 20px;

}




header h1{
color: #FFFFFF;
}
header p{
margin-bottom:  2em;
}

#logomarca_bcr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  margin-left: 0px;
  font-family: Arial,serif;

}

#sobre {
   display: flex;
   flex-direction: column;
   align-items: center;
   padding: 10px 10px 20px 20px;
   background-color: #191970; 
   color: white;
}

#sobre h2{
 Color: white;
}

#trabalho {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
 }
 
 #txtseg{
     justify-content: center
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;   
     }
 
 #trabalho1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
 margin-bottom: 10px;
 }

#servicos div {
 display:  flex;
 flex-direction: column;
 align-items: center;
 text-align: center;
 margin-top: 30px;

}


#contato {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  font-family: Arial,serif;

}

footer{
text-align: center;
padding: 10px;
background-color: #191970;
color: white;
}


@media screen and (min-width:  768px) {
/*nav*/
 nav {
      flex-direction:  row;
      justify-content: space-around;
 }

 nav ul {
    flex-direction:  row;
    width: 80%;
    align-items: right;
 }


/*Cabeçalho*/
header{
  height:  600px;
  height:  60vh;
  justify-content: center;
}

/*sobre*/
#sobre{
  height: 350px ;
  height: 30vh;
  justify-content:  center;
  min-height: 450px;
}

/*serviços*/
#trabalho {
letter-spacing: 1px;
flex-direction: row;
flex-wrap: wrap ;
align-items:  flex-start;
max-width:  900px;
margin:  0 auto;
}

#trabalho1 {
flex-direction: row;
flex-wrap: wrap ;
align-items: flex-start;
max-width: 900;
margin:  0 auto;
}

 #trabalho1 div {
 flex-grow: 1;
 flex-basis: 150px;
 padding: 0 30px;
 line-height: 1.5;
 }


#servicos h2{
 text-align: center;
 width:  100%;
 }

 #servicos div {
 flex-grow: 1;
 flex-basis: 170px;
padding: 0 20px;
 }

#lista div{
 text-align: center;
    
}

/* contato

#contato {

  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width:  500px;
  margin: 0 auto;
}

*/
#contato h2, #contato p {
align-items: center;
}

}
