#garante a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #000;
}
@media screen and (min-width: 769px) {
  #garante a:hover {
    opacity: 0.6;
    transition: all 0.4s;
  }
}
#garante a[href=""] {
  pointer-events: none;
}
#garante img {
  display: block;
  width: 100%;
}
#garante .top_wrap {
  margin-bottom: 80px;
}
#garante .top_wrap h3 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  width: fit-content;
  margin: 30px auto;
}
#garante .top_wrap .text {
  font-size: 12px;
}
#garante section {
  padding-top: 50px;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 100px;
}
#garante section h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#garante section .wrapper {
  margin: 30px auto;
}
#garante section .code_wrap {
  margin-bottom: 50px;
}
#garante section .credit {
  margin-top: 20px;
  font-size: 11px;
  text-align: center;
  text-decoration: underline;
}
#garante section .credit li {
  margin-bottom: 5px;
}
#garante section .flex_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-size: 10px;
  margin-bottom: 80px;
}
#garante section .flex_wrap p {
  margin-top: 10px;
}
#garante .link {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  text-align: center;
}
#garante .link li {
  background-color: rgb(245, 237, 226);
  border-radius: 50px;
  padding: 5px 0;
}
#garante h4 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
#garante .credit_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}
#garante .credit_wrap a {
  font-size: 10px;
  text-align: center;
}
#garante .credit_wrap a p {
  margin-top: 5px;
  line-height: 1.3;
}
#garante .credit_wrap a span {
  display: block;
  background-color: #000;
  color: #fff;
  width: 50px;
  margin: 5px auto;
  padding: 3px 0;
}
#garante .size_s {
  font-size: 14px;
}
#garante .size_ss {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #garante section h3 {
    font-size: 16px;
  }
  #garante .container {
    width: 80%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */