<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*************************************************************************
                                PARCEIROS
*************************************************************************
*/
#idealizacao .content-in .box-col.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#idealizacao .content-in .box-col .col {
  max-width: 350px;
  margin-bottom: 50px;
}

#idealizacao .content-in .box-col .col:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

#idealizacao .content-in .box-col .col h3 {
  margin: 0 0 40px;
  font-size: 25px;
  color: #004585;
  text-align: center;
}

#idealizacao .content-in .box-col .col h6 {
  font-size: 14px;
  text-align: justify;
  text-transform: uppercase;
}

#idealizacao .content-in .box-col .col h6 span {
  text-transform: initial;
}

#idealizacao .content-in .box-col .col p {
  margin: 10px 0 0;
}

#idealizacao .content-in .box-col .col p:last-of-type {
  margin-top: 0;
}

@media (min-width: 768px) {
  #idealizacao .content-in .box-col.display-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #idealizacao .content-in .box-col .col {
    max-width: 350px;
    margin-right: 10%;
    margin-bottom: 0;
  }
  #idealizacao .content-in .box-col .col:last-child {
    margin-right: 0;
  }
  #idealizacao .content-in .box-col .col h3 {
    margin: 0 0 40px;
    font-size: 25px;
    color: #004585;
    text-align: center;
  }
  #idealizacao .content-in .box-col .col h6 {
    font-size: 12px;
    text-transform: uppercase;
  }
  #idealizacao .content-in .box-col .col h6 span {
    text-transform: initial;
  }
}

/*
*************************************************************************
                        PARCEIROS DO PROJETO SOCIAL
*************************************************************************
*/
#parceiros-projeto-social .content-in .box-logos {
  margin-top: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

#parceiros-projeto-social .content-in .box-logos a img {
  width: auto;
  max-height: 150px;
  margin-bottom: 20px;
}

#parceiros-projeto-social .content-in .box-logos a img:last-child {
  margin-bottom: 0;
}

@media (min-width: 580px) {
  #parceiros-projeto-social .content-in .box-logos {
    margin-top: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #parceiros-projeto-social .content-in .box-logos a {
    margin-right: 50px;
  }
  #parceiros-projeto-social .content-in .box-logos a:last-child {
    margin-right: 0;
  }
  #parceiros-projeto-social .content-in .box-logos a img {
    max-height: 100px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #parceiros-projeto-social .content-in .box-logos {
    margin-top: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #parceiros-projeto-social .content-in .box-logos a img {
    max-height: 150px;
  }
}
/*# sourceMappingURL=parceiros.css.map */</pre></body></html>