* {
  font-family: 'Albert Sans', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: 0;
}

body {
  background-color: #e9ede8;
  margin: 0 5%;
  background-position: center;
  background-size: 90%;

}

nav {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

span:first-letter {
  font-size: 22px;
}

#logo {
  display: flex;
}

.logo-text {
  align-self: center;
  margin-right: 5px;
  font-weight: 600;
  color:#13472e;
}

#logo-img {
  width: 30px;
  height: 30px;
}


#nav-right-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 450px;
}

#nav-links {
  display: flex;
  align-items: center;
}

.link {
  margin: 0 10px;
  background-color: #2db237;
  color: #e9ede8;
  padding: 0.5em;
  border-radius: 0.5em;
  text-decoration: none;
}

.link:hover {
  cursor: pointer;
  scale: 1.1;
}

button {
  background: none;
  border: none;
  margin: 0 5px;
  cursor: pointer;
}

.index {
  text-decoration: none;
}

h1 {
  color: #06620f;
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}



.cards {
  display: flex;
  padding: 32px;
  margin: 2% 0 5% 14%;
  
  
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  padding: 32px 16px;
  border-radius: 8px;
  margin-left: 32px;
  max-width: 240px;
   
  
}



div.imagem {

height: 64px;
width: 64px;

}

.investimento {
  width: 100%;
  height: 100%;
}


table {
  margin: 0 auto;
  text-align: justify;
  margin-top: 5%;
  border-collapse: separate;
  font-size: 20px;
  width: auto;
  margin-bottom: 10%;
  display: block;
}

.tb-header {
  font-size: 25px;
  padding: 0 40px 10px 0;
  text-align: center;
  font-weight: 600;
  color: #121f13;
}


h2, h3 {
  margin-bottom: 20px;
  color:#06620f;
}

main.cards section.card.poupanca {
  box-shadow: 5px 10px 10px 0px #dda815
  
}

main.cards section.card.cdi {
  box-shadow: 5px 10px 10px 0px #2f23dc
  
}

main.cards section.card.prefixado {
  box-shadow: 5px 10px 10px 0px #b54427
  
  
}

 .explicacao-poupanca,
 .explicacao-cdi,
 .explicacao-prefixado
  {
  text-align: center;
  margin: 3% 0 3% 0;
  margin-top: 10px;
  
}

.explicacao-poupanca h5,
.explicacao-cdi h5,
.explicacao-prefixado h5
 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1%;
  
 
}

@media screen and (max-width: 500px) {

  div#nav-right-box{
    display: flex;
           
  }

  #logo-img {
width: 80px;
height: 80px;
   
      
  }

  .logo-text {
    display: none;
  }

  .cards, .card {
    flex-direction: column;
    margin: 0 0 30px 0;
    align-items: center;
  }

}