* {
  font-family: Arial;
  margin-left: 0;
  margin-right: 0;
}

.body {
  font-family: Arial;
  font-size: 16px;
  color: #333;
  margin: 0;
  padding: 0;
}

h3 {
  color: #3311ff;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3rem;
  z-index: 1;
}
  
  nav ul {
  display: flex;
  list-style: none;
  }
  
  nav ul li {
  margin-left: 1rem;
  }
  
  nav ul li:first-child {
  margin-left: 0;
  }
  
  nav ul li a {
  color: #3311ff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  }
  
  nav ul li a:hover {
  color: #000;
  }
  
  main {
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  }

  main p {
    font-size: 1.2rem;
  }
  
  section {
  text-align: center;
  background-color: #fff;
  margin: 0;
  padding: 0;
  }
  
  section h2 {
  margin-bottom: 2rem;
  }
  
  section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  }
  
  section li {
  margin: 0.5rem;
  }
  
  section li a {
  display: block;
  padding: 1rem;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  }
  
  section li a:hover {
  background-color: #3311ff;
  color: #fff;
  }
  
  .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
  
  .gallery img {
  width: 300px;
  height: 200px;
  margin: 1rem;
  object-fit: cover;
  }

  
  .footer {
  background-color: #333;
  color: #fff;
  padding: 1rem;
  text-align: center;
  }

  .social-media {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0 1rem;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.social-icon i {
    font-size: 1.5rem;
}

.logo img {
  max-height: 4rem;
}

.contact-text {
  display: block;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.main-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.lista {
  display: flex;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 400px;
  height: 400px;
  border-radius: 10px;
  border: 4px;
  border-color: #000;
  background-color: #fff;
}

.product-image {
  max-width: 100%;
  margin-bottom: 20px;
}

.product-image img {
  display: block;
  max-width: 100%;
}

.product-info {
  text-align: center;
}

.product-info h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.product-info p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact-btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #3311ff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.contact-btn:hover {
  background-color: #333;
}

hr {
  background-color: none;
}

.row  {
  display: flex;
}

.col {
  width: 50%;
}

.col p {
  font-size: 20px;
  padding: 10px;
  margin: 10px;
}

.home{
  display: inline-block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.home img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  filter: blur(2px);
  object-fit: cover;
  top: 0;
  left: 0;
  min-width: 100%;
  filter: brightness(50%);
}

.hometext{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  overflow: auto;
}

.Whats img {
  width: 75%;
  transition: 0.5s;
}

.whats-wsp a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #09ad01;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  margin: 0 auto;
}

.Whats img:hover {
  width: 77%;
  transition: 0.5s;
}

.whats-wsp a:hover {
  color: #000;
}

.contact-text {
  font-weight: bolder;
}