.container-products {
  /* border: 2px solid red; */
  /* height: 100%; */
  margin-top: 95px;
}
.content {
  /* border: 2px solid blue; */
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin: 0 auto;
  padding-top: 75px;
}
.content span > a:hover {
  border-bottom: 1px solid #817f81;
  transition: all 0.2s;
}

.carrosel-static {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 26px;
  background-image: url("../img/carrosel-vitrine.png");
  height: 263px;
}
.carrosel-static #arrow-left {
  position: absolute;
  left: 0px;
  cursor: pointer;
}
.carrosel-static #arrow-right {
  position: absolute;
  right: 0px;
  cursor: pointer;
}

.list-products {
  display: flex;
  /* border: 2px solid red; */
  width: 100%;
  height: 100%;
  margin-top: 95px;
}

.list-products .filters {
  /* border: 2px solid blue; */
  width: 100%;
  max-width: 160px;
  height: 100%;
}
.list-products .products {
  /* border: 2px solid; */
  flex: 1;
  height: 100%;
}

.categories {
  margin-top: 20px;
}
.categories strong,
span {
  font-size: 16px;
}
.categories ul {
  padding: 14px 0 0 0;
  margin-top: 21px;
  border-top: 1px solid #ededed;
}
.categories ul li {
  list-style: none;
  font-size: 12px;
}
.categories span {
  padding: 10px 0;
}

.products h1 {
  font-size: 28px;
  margin-bottom: 26px;
}
.products section {
  /* border: 1px solid; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
  height: 100%;
  max-height: 978px;
}

.product {
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-height: 489px;
  padding: 16px;
  transition: all 0.2s;
}
.product:hover {
  border: 1px solid #817f81;
}
.product > img {
  width: 170px;
  height: 195px;
}
.product p {
  text-align: center;
  line-height: 18px;
}
.product ul {
  padding: 0px;
}
.product ul li {
  list-style: none;
  line-height: 16px;
}
.product strong {
  font-size: 24px;
  line-height: 21px;
  margin-bottom: 12px;
}
.product small {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 22px;
}
.product button {
  width: 150.32px;
  height: 39.3px;
  border-radius: 30.5px;
  border: 1px solid #817f81;
  font-size: 13px;
  background-color: transparent;
  transition: all 0.2s;
}
.product button:hover {
  color: #fff;
  background-color: #413f41;
}

.pagination {
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 30px;
  margin-top: 76px;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 309.5px;
  padding: 0px;
}
.pagination ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
}

.active {
  background-color: #413f41;
  color: #fff;
}
.help {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 94px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 83px;
  min-height: 387px;
  background-color: #313131;
  color: #fff;
}

.payments-security {
  /* border: 2px solid white; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1120px;
}

.payments {
  /* border: 2px solid #fff; */
  padding: 44px 0px;
}
.payments > p {
  font-size: 13px;
}
.payments img {
  height: 20px;
}
.payments section img {
  margin-right: 10px;
}

.security {
  /* border: 2px solid #fff; */
  margin-right: 130px;
  margin-left: 129px;
  padding: 44px 0px;
}
.security > p {
  font-size: 13px;
}
.security img {
  height: 20px;
}
.security smal {
  height: 20px;
}

.other {
  border-top: 2px solid #817f81;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1120px;
  font-size: 13px;
  padding: 44px 0px;
}
.copyright p,
span {
  font-size: 13px;
  line-height: 10px;
}

.networks {
  /* border: 2px solid white; */
  display: flex;
}
.networks img {
  width: 28px;
  height: 28px;
  margin-right: 21px;
}
.networks p > a{
  color:#fff
}
.networks p > a > img {
  margin-left: 5px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
