h3 {
  font-size: 2.5vw;
  font-weight: 700;
  color: #0000c1;
  text-transform: uppercase;
  margin-top: 3.5vw;
}

.prod-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}

.produto-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3vw;
}

.produtos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2vw;

  padding: 1.5vw;

  border-radius: 1vw;

  background-image: linear-gradient(to bottom, #3d9bff, #000090);
}

.produtos:hover {
  cursor: pointer;
}

.produtos .titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4vw;
}

.titulo .nome {
  font-weight: 800;
}

.descricao {
  color: white;
  font-weight: 500;
}

.tit-1 .descricao {
  font-size: 1.34vw;
}

.tit-2 .descricao {
  font-size: 1.55vw;
}

.tit-1 .nome p:nth-child(1) {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 3.2vw;
  font-weight: 900;
  margin-left: 1.1vw;
  line-height: 1;
}

.tit-1 .nome p:nth-child(2) {
  color: #f76227;
  font-style: italic;

  font-size: 10vw;
  line-height: 0.87;

  text-shadow:
    -1px -1px 0 white,
    1px -1px 0 white,
    -1px 1px 0 white,
    1px 1px 0 white;
}

.tit-1 .nome p:nth-child(2) span {
  color: #0000b2;
}

.nome p:nth-child(1) {
  color: white;
}

.tit-2 .nome p:nth-child(1) {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5.1vw;
  font-weight: 800;
  line-height: 1.06;
}

.tit-2 .nome p:nth-child(2) {
  font-family: Roboto, Helvetica, sans-serif;
  font-size: 7.8vw;
  font-weight: bolder;
  line-height: 0.8;
  color: #ebc802;
}

.clique {
  font-size: 2.4vw;
  font-weight: 500;
}

.produtos img {
  height: 30vw;
}

.menu-login {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding: 0.8vw 1vw;
  border: 0.1vw solid #9dda9d;
  background-color: #ddffdd;
  width: fit-content;
  transition: all 0.3s;
}

.menu-login input {
  padding: 0.3vw 0.5vw;
  margin-bottom: 0.5vw;
}

.dw-login {
  position: relative;
}

.dw-login i {
  margin-left: 1vw;
}

.menu-login {
  position: absolute;
  display: none;
}

.dw-login a .menu-login { 
  cursor: pointer;
  background-color: #ddffdd;
}

/* .menu-login a:hover {
  display: flex;
} */

.menu-login.visivel {
  display: flex;
}

.menu-login>* {
  width: 11vw;
}
