@import url('https://fonts.googleapis.com/css2?family=REM:wght@100;200;300;400;500;600&display=swap');

* {
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'REM', sans-serif;
    letter-spacing: 1px;

}

header {
    display: flex;
    flex-direction: row;
    background-color: #021e36;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    max-width: 120%;
}

.logo {
    width: 50%;
    margin: 0;

}

.logo img {
    width: 230px;
}

li {
    display: inline-block;
    margin: 20px;
}

a {
    color: white;
    text-decoration: none;

}

a:hover {
    color: #04d385;
    transition: 0.3s all;
}

h2 {
    font-size: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #04d385;
    margin-left: 12px;
    padding: 100px;
}

span {
    color: #04d385;
}

p {
    line-height: 40px;
    justify-content: space-around;
    font-size: 30px;
    margin: 12px;
    padding: 15px;
}

button {
    background-color: #021e36;
    width: 180px;
    height: 60px;
    margin: 12px;
    color: white;
    font-weight: bold;
    border: none;
    box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.redes{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px;
}

#icon .sociais{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
 
}

#icon .sociais i{
  font-size: 100px;
  margin-bottom: 15px;
}


footer{
    width: 100%;
    color: white;
    max-width: max-content;
    margin-bottom: 0 auto;
  }
  
  #footer_content{
    background-color: #021e36;
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    padding: 3rem 3.5rem;
    margin-bottom: 0 auto;
  }
  
  #footer_contacts p{
    margin-bottom: 0.75rem;
  }
  
  #rodape_logo{
    width: 50%;
      margin: 0;
  }
  
  #rodape_logo img{
    width: 300px;
  }
  
  #footer_social_media{
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
  }
  
  #footer_social_media .footer_link i {
  font-size: 1.25rem;
  }
  
  #footer_social_media .footer_link{
  display: flex;
  align-items:center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  color: white;
  border-radius: 50%;
  transition: all 0.4s;
  }
  
  #footer_social_media .footer_link:hover{
    opacity: 0.8;
  }
  
  #Instagram{
    background: linear-gradient(#7f37c9, #ff2992, #ff9007 )
  }
  
  #Whatsapp{
    background-color: #25d366;
  }
  
  .footer-list{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    align-items: center;
  
  }

  @media (min-width: 768px) and (max-width:1024px) {
    header{
      width: 100%;
      max-width: 1024px;
    }
    
    main{background-color: white;
  
    }
  
    .Bancos{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      
    }
  .bancos_second{
    margin-left: 280px;
    margin-top: 1px;
  }
  
  #footer_content{
    grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-right: 2rem;
  justify-content: center;
  max-width: 1024px;
  width: 100%;
  }
  
  }
  
    
  @media (max-width:450px) {
    html{
      padding: 0;
      margin: 0;
      width: 100%;
      max-width: 450px;
    }
    
    body {
      margin: 0px;
      padding: 0px;
    }
    header{
      display: flex;
      flex-direction: column;
      background-color: #021e36;
   width: 100%;
   max-width: 450px;
    }
  .logo{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  main{
    width: 100%;
    max-width: 450px;
  }

  .informacoes-contato{
    display: flex;
    align-items: center;
  }

 .redes{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  gap: 20px;

 }

 .instaa{
  margin-left: 60px;
  margin-bottom: 50px;
 }

 .whatss{
  margin-left: 50px;
  margin-bottom: 50px;
 }

  footer{
   display: none;
  }
  
  }