﻿* {
  box-sizing: border-box;
}

body {
  font-family: poppins semi-bold, commissioner semi-bold, sans-serif;
  font-size: 20px;
}

main {
  position: relative;
  margin: 40px;
  padding: 20px;
  width: 100%;
  height: 100%;
  display: inline-block;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #E6E7E8;
  background: #ffffff;
  background-size: auto 75%;
  background-repeat: no-repeat;
}

.informatica,
.sistemaweb,
.telemedicina,
.zapempresas,
.app-celular {
  border: 2px solid #0E0E99;
  margin: 5px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.armazenamento,
.placa-mae,
.processadores,
.memoria-ram,
.placa-de-video-GPU,
.fonte-de-alimentacao {
  border: 2px solid #0E0E99;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.bem-vindo-texto {
  color: #0E0E99;
  font-weight: 600;
  text-align: justify;
  display: flex;
  margin: 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.imagens-categorias {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px;
  gap: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

.processador {
  display: flex;
  justify-content: left;
  align-items: left;
  flex-direction: row;
  flex-wrap: wrap;
  width: 30%;
}

.categorias-vendas {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 10px;
  flex-direction: column;
  flex-wrap: wrap;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.section {
  margin: 40px;
  width: 50%;
}

.texto-direita {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 10px;
  flex-direction: row;
  margin-left: 510px;
  margin-top: -300px;
}

.Garantia {
  display: flex;
  justify-content: left;
  align-items: left;
  gap: 30px;
  flex-direction: row;
  margin-left: 510px;
}

.preco{
  display: flex;
  color: #0E0E99;
  font-weight: 600;
  justify-content: left;
  align-items: left;
  gap: 30px;
  flex-direction: row;
  margin-left: 510px;
}
.texto-preco{
  display: flex;
  color: #0E0E99;
  font-weight: 600;
  font-size: 14px;
  justify-content: left;
  align-items: left;
  gap: 30px;
  flex-direction: row;
  margin-left: 510px;
}

.condicoes {
  display: flex;
  color: #2a2a2b;
  font-weight: 400;
  font-size: 12px;
  justify-content: left;
  align-items: left;
  gap: 5px;
  flex-direction: column;
  margin-left: 510px;
}

footer {
  background-color: #0E0E99;
  color: white;
  text-align: center;
  width: 100%;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-nav ul a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-nav a :hover {
  color: white;
}

.footer-nav {
  gap: 10px;
}

.comprar-button {
  display: flex;
  align-items: left;
  justify-content: center;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .bem-vindo-texto {
    font-size: 16px;
    text-align: center;
  }

  main {
    margin: 5px;
    padding: 5px;
  }

  table {
    width: 100%;

    img {
      width: 80%;
      height: auto;
    }

    font-size: 14px;
  }

  .telefone {
    display: none;
  }

  .header {
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    top: 0;
  }

  .nav-center {
    margin-left: 0;
    justify-content: center;
  }

  .nav-center ul {
    flex-direction: column;
    gap: 0.5rem;
  }

  .logo {
    display: inline-flex;
    margin: 0px auto 0 auto;
    top: 0;
    height: 100px;
    width: 210px;
  }
  .processador {
    width: 50%;
    margin-left: 0;
  }
  .texto-direita {
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
    flex-direction: column;
  }
}