html, body.welcomebody {
  overflow-x: hidden; }

body {
  font-size: 16px !important; }

@media only screen and (min-width: 1280px) {
  body.welcomebody .container {
    width: 100% !important;
    max-width: 1170px !important; } }
@media screen and (max-width: 600px) {
  .container {
    padding: 0 !important; } }
[vw] [vw-access-button] .access-button {
  border: 2px solid white;
  border-radius: 14px; }

html, body {
  font-family: 'Roboto', sans-serif !important;
  color: #333;
  height: 100%; }
  html h1, body h1 {
    font-size: 40px; }
  html h2, body h2 {
    font-size: 30px; }
  html h3, body h3 {
    font-size: 25px; }
  html h4, body h4 {
    font-size: 22px; }
  html h5, body h5 {
    font-size: 20px; }
  html h6, body h6 {
    font-size: 18px; }
  html a, body a {
    color: #333; }
    html a:hover, body a:hover {
      opacity: .8; }
  @media screen and (max-width: 600px) {
    html h2, body h2 {
      font-size: 25px !important; }
    html h3, body h3 {
      font-size: 22px !important; } }

.welcomebody {
  background: #fff !important; }

section.landing, section.landing-mini {
  /* background: url("bg.jpg") no-repeat; */
  background-position: 10% center;
  background-size: cover;
  width: 100%;
  height: 33vh;
  min-height: 387px;
  max-height: 1000px;
  margin-bottom: -120px;
  position: relative; }
  @media screen and (max-width: 600px) {
    section.landing, section.landing-mini {
      background-position: center center; } }
  section.landing > .row, section.landing > .row .container, section.landing-mini > .row, section.landing-mini > .row .container {
    height: 100%; }
  section.landing .landing-content, section.landing-mini .landing-content {
    display: grid;
    grid-template-rows: 24px calc(100% - 24px);
    float: left;
    height: 33vh;
    width: 100%;
    max-width: 1170px;
    margin-bottom: -120px; }
  section.landing:before, section.landing-mini:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 0; }
  section.landing:after, section.landing-mini:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, transparent, white);
    z-index: 0; }
  section.landing .landing-menu, section.landing-mini .landing-menu {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 1; }
    section.landing .landing-menu a, section.landing-mini .landing-menu a {
      font-weight: 500;
      color: #666; }
  section.landing .service-search, section.landing-mini .service-search {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 600px) {
      section.landing .service-search, section.landing-mini .service-search {
        margin-top: -5vh; }
        section.landing .service-search .service-search-field-box, section.landing-mini .service-search .service-search-field-box {
          grid-template-columns: calc(100% - 50px) 50px !important; }
        section.landing .service-search h5.service-search-header, section.landing-mini .service-search h5.service-search-header {
          font-size: 30px !important; }
        section.landing .service-search form, section.landing-mini .service-search form {
          width: 95% !important; }
          section.landing .service-search form .service-search-field-box, section.landing .service-search form .service-search-submit, section.landing-mini .service-search form .service-search-field-box, section.landing-mini .service-search form .service-search-submit {
            height: 46px !important; }
          section.landing .service-search form #service-search-input, section.landing-mini .service-search form #service-search-input {
            font-size: 20px !important;
            height: 46px !important;
            font-weight: 300 !important; } }
    section.landing .service-search h1.service-search-header, section.landing-mini .service-search h1.service-search-header {
      float: left;
      width: 100%;
      font-size: 50px;
      font-weight: 700;
      margin-bottom: 30px;
      color: #333; }
    section.landing .service-search form, section.landing-mini .service-search form {
      width: 100%;
      float: left;
      max-width: 630px; }
      section.landing .service-search form .service-search-field-box, section.landing-mini .service-search form .service-search-field-box {
        width: 100%;
        border: 2px solid #2E5790;
        border-radius: 50px;
        overflow: hidden;
        position: relative;
        display: grid;
        height: 60px;
        grid-template-columns: calc(100% - 80px) 80px; }
        section.landing .service-search form .service-search-field-box input#service-search-input, section.landing-mini .service-search form .service-search-field-box input#service-search-input {
          border: none !important;
          border-radius: 0 !important;
          font-size: 20px;
          font-weight: 300 !important; }
          @media screen and (min-width: 600px) {
            section.landing .service-search form .service-search-field-box input#service-search-input, section.landing-mini .service-search form .service-search-field-box input#service-search-input {
              font-size: 20px !important;
              height: 60px !important;
              padding: 12px 26px 14px !important; } }
        section.landing .service-search form .service-search-field-box button.service-search-submit, section.landing-mini .service-search form .service-search-field-box button.service-search-submit {
          background: #fff;
          border: 0;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          height: 60px; }
          section.landing .service-search form .service-search-field-box button.service-search-submit i, section.landing-mini .service-search form .service-search-field-box button.service-search-submit i {
            font-size: 30px;
            color: #2E5790; }
          section.landing .service-search form .service-search-field-box button.service-search-submit:hover, section.landing-mini .service-search form .service-search-field-box button.service-search-submit:hover {
            background: #e1e1e1; }

section.landing-mini {
  height: 144px;
  min-height: unset;
  margin-bottom: 50px;
  background-size: 470px;
  background-position: right top; }
  section.landing-mini:after {
    height: 144px;
    width: 100px;
    background: linear-gradient(-90deg, transparent, #fff);
    right: 370px;
    left: unset;
    content: "";
    position: absolute;
    z-index: 0; }
  @media screen and (max-width: 450px) {
    section.landing-mini .landing-content .landing-menu {
      display: none; }
    section.landing-mini .landing-content .service-search {
      margin-top: 48px !important; }
      section.landing-mini .landing-content .service-search form {
        width: 100% !important; } }
  section.landing-mini .landing-content .landing-menu {
    justify-content: flex-end;
    z-index: 2; }
    section.landing-mini .landing-content .landing-menu a {
      margin-left: 15px; }
  section.landing-mini .landing-content .service-search {
    align-items: flex-start;
    text-align: left;
    margin-top: -24px;
    z-index: 1; }
    section.landing-mini .landing-content .service-search h1 {
      font-size: 40px;
      margin-bottom: 10px; }
    section.landing-mini .landing-content .service-search .service-search-form {
      max-width: 380px; }
      section.landing-mini .landing-content .service-search .service-search-form .service-search-field-box, section.landing-mini .landing-content .service-search .service-search-form #service-search-input, section.landing-mini .landing-content .service-search .service-search-form .service-search-submit {
        height: 46px !important; }

.servico--titulo {
  text-transform: uppercase;
  line-height: 1.3; }

section.principais-servicos {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  section.principais-servicos .mais-servicos-btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px; }
  @media screen and (max-width: 600px) {
    section.principais-servicos {
      overflow: hidden;
      margin-right: 20px; }
      section.principais-servicos .servicos-wrapper {
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%; }
      section.principais-servicos .mais-servicos-btn {
        margin-bottom: 10px; } }
  section.principais-servicos h2 {
    margin: 0 auto 18px auto;
    text-align: center;
    width: 100%;
    color: #333;
    font-size: 25px;
    font-weight: 500;
    position: relative;
    z-index: 1; }
  section.principais-servicos .servicos-wrapper {
    width: 100%;
    max-width: 875px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    margin: 0 auto; }
    @media screen and (min-width: 600px) and (max-width: 1024px) {
      section.principais-servicos .servicos-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        width: calc(100% - 20px); }
        section.principais-servicos .servicos-wrapper .servico:nth-of-type(1), section.principais-servicos .servicos-wrapper .servico:nth-of-type(3), section.principais-servicos .servicos-wrapper .servico:nth-of-type(5) {
          background: #EFA228; }
        section.principais-servicos .servicos-wrapper .servico:nth-of-type(2) {
          background: #F6C62D !important; } }
    @media screen and (max-width: 600px) {
      section.principais-servicos .servicos-wrapper {
        grid-template-columns: 1px repeat(6, 80vw) 1px !important;
        grid-template-rows: 1fr;
        width: 100% !important;
        max-width: unset !important; } }
    section.principais-servicos .servicos-wrapper .servico {
      height: 160px;
      padding: 25px 10px;
      text-align: center;
      background: #F6C62D;
      border-radius: 4px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      transition: all .3s ease-in-out;
      position: relative;
      overflow: hidden; }
      section.principais-servicos .servicos-wrapper .servico:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.45); }
      section.principais-servicos .servicos-wrapper .servico:nth-of-type(1), section.principais-servicos .servicos-wrapper .servico:nth-of-type(2), section.principais-servicos .servicos-wrapper .servico:nth-of-type(3) {
        background: #EFA228; }
      section.principais-servicos .servicos-wrapper .servico a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        float: left;
        width: 100%;
        height: 100%; }
        section.principais-servicos .servicos-wrapper .servico a:hover {
          opacity: 1 !important; }
          section.principais-servicos .servicos-wrapper .servico a:hover .servico--desc {
            opacity: 1;
            transform: translateY(0%); }
          section.principais-servicos .servicos-wrapper .servico a:hover .servico--tipo, section.principais-servicos .servicos-wrapper .servico a:hover .servico--titulo {
            transform: translateY(300%);
            opacity: 0; }
      section.principais-servicos .servicos-wrapper .servico .servico--tipo, section.principais-servicos .servicos-wrapper .servico .servico--titulo {
        transform: translateY(0%);
        transition: all .5s ease-in-out; }
      section.principais-servicos .servicos-wrapper .servico .servico--titulo {
        font-size: 18px;
        font-weight: 500; }
      section.principais-servicos .servicos-wrapper .servico .servico--tipo {
        background: #2E5790;
        color: #fff;
        border-radius: 15px;
        padding: 2px 10px;
        font-size: 14px; }
      section.principais-servicos .servicos-wrapper .servico .servico--desc {
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 2;
        height: calc(100% - 15px);
        width: 100%;
        padding: 5px 10px;
        text-align: left;
        transition: all .5s ease-in-out;
        transform: translateY(-100%);
        opacity: 0;
        overflow: hidden; }

@media screen and (max-width: 600px) {
  .servicos-wrapper {
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    flex-wrap: wrap;
    justify-content: unset !important; } }
h2 {
  margin: 0 auto 18px auto;
  text-align: center;
  width: 100%;
  color: #333;
  font-size: 25px;
  font-weight: 500;
  position: relative;
  z-index: 1; }

.servicos-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
  margin: 0 auto; }
  @media screen and (min-width: 600px) and (max-width: 1024px) {
    .servicos-wrapper {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      width: calc(100% - 20px); } }
  @media screen and (max-width: 600px) {
    .servicos-wrapper {
      grid-template-columns: 1px repeat(8, 80vw) 1px !important;
      grid-template-rows: 1fr;
      max-width: unset !important; }
      .servicos-wrapper:before, .servicos-wrapper:after {
        content: ''; } }
  .servicos-wrapper .servico {
    height: 160px;
    padding: 25px 10px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden; }
    .servicos-wrapper .servico:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.45); }
    .servicos-wrapper .servico a {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      float: left;
      width: 100%;
      height: 100%; }
      .servicos-wrapper .servico a:hover {
        opacity: 1 !important; }
        .servicos-wrapper .servico a:hover .servico--desc {
          opacity: 1;
          transform: translateY(0%); }
        .servicos-wrapper .servico a:hover .servico--tipo, .servicos-wrapper .servico a:hover .servico--titulo {
          transform: translateY(300%);
          opacity: 0; }
    .servicos-wrapper .servico .servico--tipo, .servicos-wrapper .servico .servico--titulo {
      transform: translateY(0%);
      transition: all .5s ease-in-out; }
    .servicos-wrapper .servico .servico--titulo {
      font-size: 20px;
      font-weight: 500; }
    .servicos-wrapper .servico .servico--tipo {
      background: #259551;
      color: #fff;
      border-radius: 15px;
      padding: 2px 10px;
      font-size: 14px; }
    .servicos-wrapper .servico .servico--desc {
      position: absolute;
      top: 5px;
      left: 0;
      z-index: 2;
      height: calc(100% - 15px);
      width: 100%;
      padding: 0px 10px;
      text-align: left;
      transition: all .5s ease-in-out;
      transform: translateY(-100%);
      opacity: 0;
      overflow: hidden; }

.btn-ghost {
  background: transparent !important;
  color: #333;
  border: 1px solid #333;
  padding: 10px 25px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400; }
  .btn-ghost.white-ghost, .btn-ghost.white-ghost:visited {
    color: #fff;
    border: 1px solid white; }
  .btn-ghost:hover {
    background: rgba(0, 0, 0, 0.2) !important;
    opacity: 1; }

section.mais-buscados {
  background: #2E5790;
  color: #fff;
  padding: 30px 0 50px 0;
  float: left;
  width: 100%;
  margin: 50px 0;
  text-align: center; }
  section.mais-buscados h2 {
    color: #fff;
    padding: 0;
    margin: 0 0 50px 0;
    font-size: 25px; }
  section.mais-buscados .servicos-wrapper {
    margin-bottom: 60px; }

section.categorias {
  background: #2E5790;
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0 50px 0;
  margin: 50px 0; }
  section.categorias h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 50px;
    padding-bottom: 0px;
    color: #fff; }
  @media screen and (max-width: 600px) {
    section.categorias {
      padding: 0 0 100px 0; }
      section.categorias .categorias-wrapper {
        display: grid !important;
        grid-template-columns: repeat(8, 80vw);
        grid-gap: 10px;
        justify-content: unset !important;
        overflow-y: auto;
        padding-left: 10px; }
        section.categorias .categorias-wrapper .categoria {
          width: 100% !important;
          margin-right: 0px !important; }
          section.categorias .categorias-wrapper .categoria:last-of-type {
            width: calc(80vw - 10px);
            margin-right: 10px; } }
  section.categorias .categorias-wrapper {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px; }
    section.categorias .categorias-wrapper .categoria {
      float: left;
      height: 150px;
      width: calc((100% - 30px) / 4);
      margin-right: 10px;
      margin-bottom: 10px; }
      section.categorias .categorias-wrapper .categoria:nth-of-type(4n), section.categorias .categorias-wrapper .categoria:last-of-type {
        margin-right: 0px; }
      @media screen and (max-width: 600px) {
        section.categorias .categorias-wrapper .categoria {
          width: calc((100% - 10px) / 2); }
          section.categorias .categorias-wrapper .categoria:nth-of-type(2n) {
            margin-right: 0px; } }
      @media screen and (min-width: 600px) and (max-width: 800px) {
        section.categorias .categorias-wrapper .categoria {
          width: calc((100% - 20px) / 3); }
          section.categorias .categorias-wrapper .categoria:nth-of-type(3n) {
            margin-right: 0px; }
          section.categorias .categorias-wrapper .categoria:nth-of-type(4n) {
            margin-right: 10px; } }
      section.categorias .categorias-wrapper .categoria a {
        background: #fff;
        float: left;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: grid;
        grid-template-rows: 1fr 1fr;
        align-items: center;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        padding: 20px 10px;
        color: #2E5790; }
        section.categorias .categorias-wrapper .categoria a .categoria--titulo {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          align-self: flex-start;
          line-height: 26px;
          padding-top: 5px; }
        section.categorias .categorias-wrapper .categoria a i.categoria--icon {
          font-size: 40px !important;
          width: 40px;
          margin: 0 auto; }

section.orgaos {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 10px 100px 10px; }
  section.orgaos h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 50px;
    padding-bottom: 0px; }
  section.orgaos .orgaos-wrapper {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px; }
    section.orgaos .orgaos-wrapper .orgao {
      float: left;
      height: 100px;
      width: calc((100% - 50px) / 6);
      margin-right: 10px;
      margin-bottom: 10px; }
      section.orgaos .orgaos-wrapper .orgao:nth-of-type(6n), section.orgaos .orgaos-wrapper .orgao:last-of-type {
        margin-right: 0px; }
      @media screen and (max-width: 600px) {
        section.orgaos .orgaos-wrapper .orgao {
          width: calc((100% - 10px) / 2); }
          section.orgaos .orgaos-wrapper .orgao:nth-of-type(2n) {
            margin-right: 0px; } }
      @media screen and (min-width: 600px) and (max-width: 1000px) {
        section.orgaos .orgaos-wrapper .orgao {
          width: calc((100% - 20px) / 3); }
          section.orgaos .orgaos-wrapper .orgao:nth-of-type(3n) {
            margin-right: 0px; } }
      section.orgaos .orgaos-wrapper .orgao a {
        background: #F1F1F1;
        float: left;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        padding: 10px;
        color: #2E5790;
        position: relative;
        overflow: hidden;
        transition: all .3s ease-in-out; }
        section.orgaos .orgaos-wrapper .orgao a:hover {
          opacity: 1; }
          section.orgaos .orgaos-wrapper .orgao a:hover .orgao--sigla {
            transform: translateY(100%); }
          section.orgaos .orgaos-wrapper .orgao a:hover .orgao--nome {
            transform: translateY(0%); }
        section.orgaos .orgaos-wrapper .orgao a .orgao--sigla {
          align-items: center;
          align-self: flex-start;
          line-height: 26px;
          padding-top: 5px;
          width: 100%;
          transition: all .4s ease-in-out;
          transform: translateY(0%); }
        section.orgaos .orgaos-wrapper .orgao a .orgao--nome {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 17px;
          background: #2E5790;
          width: 100%;
          height: 100%;
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all .4s ease-in-out;
          transform: translateY(calc(-100% - 50px));
          padding: 3px; }
          section.orgaos .orgaos-wrapper .orgao a .orgao--nome:before {
            position: absolute;
            content: "";
            width: 100%;
            height: 50px;
            background: linear-gradient(180deg, #2E5790, transparent);
            left: 0;
            bottom: -50px; }

section.numeros {
  float: left;
  width: 100%;
  background: #0095FF;
  height: 500px;
  margin-bottom: 100px;
  color: #fff;
  font-weight: 400;
  padding: 50px 10px; }
  @media screen and (max-width: 600px) {
    section.numeros {
      height: auto !important; }
      section.numeros .container {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto 1fr; }
      section.numeros h2 {
        text-align: center !important;
        font-size: 50px !important;
        margin-bottom: 20px !important; }
      section.numeros .numeros-list {
        flex-wrap: wrap; }
        section.numeros .numeros-list .numero {
          text-align: center; } }
  section.numeros .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px !important;
    align-items: center;
    height: 100%; }
  section.numeros h2 {
    color: #fff;
    text-align: left;
    text-transform: uppercase; }
  section.numeros h2, section.numeros .numeros-list .numero-valor {
    font-size: 60px !important;
    font-weight: 900;
    margin-bottom: -15px; }
  section.numeros .numeros-list {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    section.numeros .numeros-list .numero-desc {
      font-size: 30px; }

@media screen and (max-width: 1000px) {
  section.filtro-servicos h2, section.filtro-servicos .filtros-form, section.filtro-servicos .servicos-wrapper {
    padding: 0 10px; }
  section.filtro-servicos .servico {
    height: 140px !important; }
    section.filtro-servicos .servico a {
      grid-template-rows: 1fr 25px !important;
      justify-content: center !important; }
    section.filtro-servicos .servico .servico--desc {
      display: none; } }
section.filtro-servicos h2 {
  text-align: left;
  font-size: 25px;
  font-weight: 500; }
section.filtro-servicos .filtros-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px; }
  @media screen and (max-width: 1000px) {
    section.filtro-servicos .filtros-form {
      grid-template-columns: 1fr 1fr 182px !important; } }
  @media screen and (max-width: 600px) {
    section.filtro-servicos .filtros-form {
      grid-template-columns: 1fr !important;
      grid-template-rows: repeat(3, 60px) !important; } }
  section.filtro-servicos .filtros-form label {
    left: 18px !important; }
  section.filtro-servicos .filtros-form button {
    width: fit-content;
    align-self: center;
    height: 46px !important;
    margin-bottom: 9px;
    color: #333 !important;
    box-shadow: none !important; }
section.filtro-servicos .servicos-wrapper {
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr; }
  @media screen and (max-width: 800px) {
    section.filtro-servicos .servicos-wrapper {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 600px) {
    section.filtro-servicos .servicos-wrapper {
      grid-template-columns: 1fr !important; } }
section.filtro-servicos .servico {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 200px;
  box-shadow: none;
  padding: 15px 10px;
  border-top: 5px solid #F6C62D; }
  section.filtro-servicos .servico:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
  section.filtro-servicos .servico a:hover .servico--titulo, section.filtro-servicos .servico a:hover .servico--tipo {
    transform: translateY(0%);
    opacity: 1; }
  section.filtro-servicos .servico a .servico--titulo {
    align-self: center;
    color: #2E5790; }
  section.filtro-servicos .servico a .servico--tipo {
    width: fit-content;
    margin: 0 auto; }
  section.filtro-servicos .servico a .servico--desc {
    position: inherit;
    transform: translateY(0%);
    opacity: 1;
    text-align: center; }

/*# sourceMappingURL=welcome-2020.css.map */
