@charset "utf-8";
/* CSS Document */


.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

    .botao-loja {
	font-family: 'Poppins', sans-serif;
      background-color: #122689;
      color: white;
      padding: 15px 25px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-decoration: none;
      font-family: 'Poppins', sans-serif;
    }

    .botao-loja:hover {
      transform: scale(1.05);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .botao-loja span.icone {
      font-size: 20px;
    }
	
	.img-responsiva {
      width: 100%;
      height: auto;
      display: block;
      max-width: 100%;
    }

    table {
      width: 100%;
      border: 0;
      border-spacing: 0;
      padding: 0;
    }

