
#zero_icons img {
  max-width: 100px;
  width: 100%;
}

#table-product table {
  background-color: #f8f8f8;
  width: 100%;
  text-align: center;
}

#table-product table td {
  border: 1px solid #1c35661f;
  color: #1c3566;
  font-weight: 500;
}

#table-product .faq-btn {
  padding: 15px 15px;
}

#table-product .card-header h2 button.collapsed::after {
  content: "\f104";
  color: #fff;
  box-shadow: none;
  font-size: 26px;
}

#table-product .card-header h2 button::after {
  position: absolute;
  content: "\f107";
  top: 0;
  right: 0;
  font-size: 26px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  background-image: -moz-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(9, 152, 230) 0%, rgb(54, 96, 217) 100%);
  width: 69px;
  height: 69px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
  text-align: center;
  line-height: 70px;
  color: #fff;
}

.product-social a:hover {
  background: #00173c;
}

.main-menu ul li a {
  color: #ffffff;
}

.main-menu ul li:hover > a {
  color: #0c95e5;
}

#header-sticky.menu-area {
  background-color: #00173c;
}

.main-menu ul li a::after {
  color: #0c95e5;
}

.second-header {
  background: #ffffff;
}

.second-header a,
.second-header span,
.second-header i {
  color: #00173c;
}

.product-image img {
  max-width: 250px;
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.product-image-large {
  max-height: 500px;
  height: 100%;
  object-fit: contain;
  max-width: 450px;
  width: 100%;
  margin: auto;
}

.product-image-large img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: inherit;
  max-width: inherit;
}

.marcas-parceiras .slick-track {
  display: flex;
  align-items: center;
}
