/* Theme Sass */
/*End Theme*/
@import url(theme);
.m0p {
  margin: 0px !important;
}

.polos-section {
  background-color: #fff;
  padding: 1rem 3rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
}

.tag-initial {
  color: #8080808c;
  font-size: 16px;
  font-weight: 300;
}

.title-pre {
  margin-top: 5%;
  font-weight: 700;
  color: #676767;
  font-size: 46px !important;
  text-align: center;
  margin-top: 4%;
}

.subtitle-pre {
  text-align: center;
  font-size: 20px;
}

.subImg {
  font-size: 22px;
  font-weight: 600;
  margin-left: 10%;
  margin-top: 5%;
  color: #777272;
}

.line-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.title-img {
  color: #777272;
  font-size: 13px;
}

@media (max-width: 768px) {
  .polos-section {
    background-color: #fff;
    padding: 1rem 0.5rem;
    display: block;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 0;
  }

  .subImg {
    font-size: 22px;
    font-weight: 600;
    margin-top: 5%;
    color: #777272;
    margin-left: 0%;
  }

  .title-img {
    color: #777272;
    font-size: 21px;
  }
}

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