.patrocinadores {
  margin-bottom: 35px;
}
.patrocinadores__categoria {
  background: #ddd;
}
.patrocinadores__subcategoria {
  justify-content: center;
  align-items: center;
  height: 95px;
  width: 100%;
  display: flex;
  background-color: #0d0635;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  clip-path: polygon(0 0, calc(100% - 47px) 0, 100% 47px, 100% 100%, 0% 100%);
  margin-bottom: 1px;
  font-weight: 400;
}
.patrocinadores__subcategoria span {
  font-weight: 700;
  color: white;
}
.patrocinadores__wrap__categoria__inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 100px 80px;
}
@media (max-width: 991px) {
  .patrocinadores__wrap__categoria__inner {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .patrocinadores__wrap__categoria__inner {
    padding: 30px 20px;
  }
}
.patrocinadores__card {
  padding: 10px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.patrocinadores__card img {
  width: auto;
  max-height: 80px;
}

@media (max-width: 991px) {
  .parceiros-title h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .parceiros-title h2 {
    text-align: center;
    margin-bottom: 1em;
    font-size: 22px !important;
  }
}
.parceiros-title-img {
  display: none;
}
@media (max-width: 767px) {
  .parceiros-title-img {
    display: block;
    position: relative;
    right: 10%;
  }
}
.parceiros-title-img:before {
  width: 100vw;
  height: 100%;
  right: 200px;
  top: 0;
  background: #FFB800;
  content: "";
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .parceiros-resume p {
    text-align: center;
  }
}
.parceiros-resume-img {
  display: block;
}
@media (max-width: 767px) {
  .parceiros-resume-img {
    display: none;
  }
}

/*# sourceMappingURL=patrocinadores.css.map */
