/* ============================================================
   SECHOSVEL — Estilos da página inicial
   ============================================================ */

.blog-hero { padding: 0 !important; margin-top: 0 !important; }
.blog-hero .blog-hero-slider { position: relative; overflow: hidden; }
.blog-hero .blog-hero-item { position: relative; height: 78vh; min-height: 560px; }
.blog-hero .blog-hero-item img { width: 100%; height: 100%; object-fit: cover; }
.blog-hero .blog-hero-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 18, 36, .82) 0%, rgba(8, 32, 66, .48) 50%, rgba(0, 0, 0, .12) 100%);
}
.blog-hero .blog-hero-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 40px 60px;
  color: var(--contrast-color);
  text-align: center;
  max-width: 900px;
  width: 100%;
}
.blog-hero .blog-hero-content .category {
  display: inline-block;
  background-color: var(--brand-color);
  color: #fff;
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.blog-hero .blog-hero-content h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.14;
  text-shadow: 0 8px 24px rgba(0,0,0,.22);
}
.blog-hero .blog-hero-content .meta {
  margin-bottom: 28px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
}
.blog-hero .blog-hero-content .meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.82);
}
.blog-hero .blog-hero-content .read-more {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid rgba(255,255,255,.56);
  padding: 12px 26px;
  border-radius: 8px;
  transition: .3s;
  background: rgba(255,255,255,.05);
}
.blog-hero .blog-hero-content .read-more:hover {
  background: var(--brand-color);
  border-color: var(--brand-color);
}
.blog-hero .blog-hero-content .read-more i { margin-left: 8px; transition: .3s; }
.blog-hero .swiper-button-prev,
.blog-hero .swiper-button-next { color: #fff; }
.blog-hero .swiper-button-prev:hover,
.blog-hero .swiper-button-next:hover { color: var(--brand-color); }
.blog-hero .swiper-wrapper { height: auto !important; }

.home-acessos {
  padding: 72px 0 62px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}
.home-acessos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.acesso-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  border: 1px solid #e3ebf4;
  border-radius: 18px;
  padding: 24px;
  min-height: 190px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, .06);
  transition: .3s;
}
.acesso-card:hover {
  border-color: rgba(3, 158, 227, .28);
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, .10);
}
.acesso-card .icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--brand-light);
  color: var(--brand-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}
.acesso-card strong {
  font-size: 18px;
  font-weight: 800;
  color: var(--heading-color);
}
.acesso-card small {
  font-size: 13px;
  line-height: 1.7;
  color: #667085;
}
.acesso-card-externo {
  background: linear-gradient(135deg, rgba(3, 158, 227, .08), rgba(3, 158, 227, .02));
}

.home-numeros-sindicato {
  background: var(--brand-color);
  color: #fff;
  position: relative;
  z-index: 3;
}
.numeros-home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.num-home-item {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.18);
}
.num-home-item:last-child { border-right: none; }
.num-home-val {
  font-family: var(--heading-font);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}
.num-home-val span {
  font-size: 22px;
  vertical-align: super;
  font-weight: 700;
}
.num-home-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
}

.home-institucional {
  padding: 76px 0 40px;
  background: #fff;
}
.institucional-card {
  display: block;
  background: #fff;
  border: 1px solid #e6edf5;
  border-radius: 18px;
  padding: 26px 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
  transition: .3s;
  height: 100%;
}
.institucional-card:hover {
  transform: translateY(-4px);
  border-color: rgba(3, 158, 227, .26);
  box-shadow: 0 18px 38px rgba(15, 23, 42, .09);
}
.institucional-card .icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(3, 158, 227, .14), rgba(3, 158, 227, .04));
  color: var(--brand-color);
  font-size: 24px;
  margin-bottom: 18px;
}
.institucional-card h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}
.institucional-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #667085;
  margin: 0;
}

.featured-posts {
  padding: 76px 0;
  background: linear-gradient(135deg, #f8fbff 0%, var(--brand-light) 40%, transparent 96%);
}
.featured-posts .blog-card {
  background: var(--surface-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,.07);
  transition: all .35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.featured-posts .blog-card:hover { transform: translateY(-8px); box-shadow: 0 16px 48px rgba(0,0,0,.12); }
.featured-posts .blog-image { position: relative; height: 210px; overflow: hidden; }
.featured-posts .blog-image img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.featured-posts .blog-image:hover img { transform: scale(1.05); }
.featured-posts .blog-image .category-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--brand-color);
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  z-index: 2;
}
.featured-posts .blog-content { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.featured-posts .post-date { font-size: 12px; color: #888; margin-bottom: 8px; display: flex; align-items: center; gap: 5px; }
.featured-posts .post-date i { color: var(--brand-color); }
.featured-posts h3 { font-size: 17px; font-weight: 700; line-height: 1.4; margin-bottom: 10px; }
.featured-posts h3 a { color: var(--heading-color); transition: .3s; }
.featured-posts h3 a:hover { color: var(--brand-color); }
.featured-posts p { font-size: 13px; line-height: 1.65; color: #666; margin-bottom: 18px; flex: 1; }
.featured-posts .blog-footer { display: flex; align-items: center; justify-content: flex-end; padding-top: 14px; border-top: 1px solid #f0f0f0; }
.featured-posts .btn-read-more {
  display: inline-flex;
  align-items: center;
  background: var(--brand-color);
  color: #fff;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: .3s;
  gap: 6px;
}
.featured-posts .btn-read-more:hover { background: var(--brand-dark); color: #fff; }
.featured-posts .btn-read-more i { font-size: 12px; }

.cct-destaque {
  background: linear-gradient(135deg, #07111f 0%, #0b1d35 55%, #0f3356 100%);
  padding: 76px 0;
  position: relative;
  overflow: hidden;
}
.cct-destaque::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 40%; height: 100%;
  background: rgba(3, 158, 227, .08);
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
}
.cct-destaque .badge-novo {
  display: inline-block;
  background: var(--brand-color);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.cct-destaque h2 { color: #fff; font-size: 38px; font-weight: 800; line-height: 1.1; margin-bottom: 12px; }
.cct-destaque .cct-subtitle { color: rgba(255,255,255,.74); font-size: 14px; margin-bottom: 28px; }
.cct-destaque .cct-info { display: flex; gap: 24px; flex-wrap: wrap; margin-bottom: 32px; }
.cct-destaque .cct-info-item {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 10px;
  padding: 14px 20px;
  flex: 1;
  min-width: 140px;
}
.cct-destaque .cct-info-item .ci-label { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 4px; }
.cct-destaque .cct-info-item .ci-val { font-size: 18px; font-weight: 800; color: #fff; font-family: var(--heading-font); }
.cct-destaque .btn-download-cct {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand-color);
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: .3s;
}
.cct-destaque .btn-download-cct:hover { background: var(--brand-dark); color: #fff; transform: translateX(4px); }
.cct-destaque .btn-download-cct i { font-size: 18px; }
.cct-destaque .btn-ver-todas {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid rgba(255,255,255,.26);
  color: rgba(255,255,255,.82);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  transition: .3s;
}
.cct-destaque .btn-ver-todas:hover { border-color: #fff; color: #fff; }
.cct-destaque .cct-aside {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 28px;
  height: 100%;
}
.cct-destaque .cct-aside h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  gap: 8px;
}
.cct-destaque .cct-aside h4 i { color: var(--brand-color); }
.cct-aside-list { list-style: none; padding: 0; margin: 0; }
.cct-aside-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: rgba(255,255,255,.75);
  font-size: 13px;
  gap: 16px;
}
.cct-aside-list li:last-child { border-bottom: none; }
.cct-aside-list li .doc-name { display: flex; align-items: center; gap: 8px; flex: 1; }
.cct-aside-list li .pdf-badge {
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 1px 5px;
  border-radius: 2px;
  letter-spacing: .04em;
  flex-shrink: 0;
}
.cct-aside-list li a { color: rgba(255,255,255,.78); font-size: 13px; display: flex; align-items: center; gap: 4px; }
.cct-aside-list li a:hover { color: #fff; }

.downloads-section { padding: 76px 0; background: #fff; }
.downloads-section .section-title .description-title { color: var(--brand-color); border-bottom-color: var(--brand-color); }
.dl-accordion { display: flex; flex-direction: column; gap: 10px; }
.dl-accordion-item { border: 1px solid #e8ecf0; border-radius: 10px; overflow: hidden; }
.dl-accordion-head {
  background: #f5f8fc;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 4px solid var(--brand-color);
}
.dl-accordion-head h4 {
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 700;
  color: var(--heading-color);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dl-accordion-head h4 .dico {
  background: var(--brand-color);
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}
.dl-accordion-head .dl-count { background: var(--brand-color); color: #fff; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 10px; }
.dl-accordion-body { padding: 14px 20px; display: flex; flex-direction: column; gap: 8px; }
.dl-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 14px;
  background: #fafcff;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  transition: .2s;
}
.dl-item:hover { background: #fff; border-color: var(--brand-color); box-shadow: 0 4px 18px rgba(3, 158, 227, .10); }
.dl-item .dl-name { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--heading-color); flex: 1; }
.dl-item .dl-name .pdf-badge {
  background: var(--brand-color);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 5px;
  border-radius: 2px;
  flex-shrink: 0;
}
.dl-item .dl-date { font-size: 11px; color: #7a8698; white-space: nowrap; }
.dl-item .dl-btn {
  background: var(--brand-color);
  color: #fff;
  padding: 5px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: .2s;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}
.dl-item .dl-btn:hover { background: var(--brand-dark); color: #fff; }
.dl-item .dl-btn i { font-size: 12px; }

.home-utilidades {
  padding: 72px 0;
  background: linear-gradient(180deg, #f7fbff 0%, #f1f7fc 100%);
}
.utilidade-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  background: #fff;
  border: 1px solid #e4edf5;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15,23,42,.06);
  transition: .3s;
}
.utilidade-card:hover {
  transform: translateY(-4px);
  border-color: rgba(3,158,227,.28);
  box-shadow: 0 18px 34px rgba(15,23,42,.10);
}
.utilidade-card .icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--brand-light);
  color: var(--brand-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.utilidade-card h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.utilidade-card p {
  color: #667085;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 16px;
}
.utilidade-card span {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-color);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.home-galeria {
  padding: 76px 0 86px;
  background: #fff;
}
.galeria-teaser-empty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(135deg, #0c1728, #10355b 92%);
  color: #fff;
  border-radius: 22px;
  padding: 30px 34px;
}
.galeria-teaser-empty strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.galeria-teaser-empty p {
  color: rgba(255,255,255,.78);
  max-width: 700px;
  margin: 0;
}
.album-teaser-card {
  display: block;
  background: #fff;
  border: 1px solid #e5ecf4;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  transition: .3s;
  height: 100%;
}
.album-teaser-card:hover {
  transform: translateY(-4px);
  border-color: rgba(3,158,227,.26);
  box-shadow: 0 18px 36px rgba(15,23,42,.10);
}
.album-teaser-card .thumb { height: 220px; overflow: hidden; }
.album-teaser-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.album-teaser-card .content { padding: 22px; }
.album-teaser-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.album-teaser-card p { font-size: 14px; line-height: 1.7; color: #667085; margin-bottom: 14px; }
.album-teaser-card span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brand-color);
  font-weight: 700;
  font-size: 13px;
}

.empty-public {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  color: #64748b;
}
.empty-public i { color: var(--brand-color); }

.cct-aside-list .doc-name-link,
.dl-item .dl-name-link {
  color: inherit;
  text-decoration: none;
}
.cct-aside-list .doc-name-link:hover,
.dl-item .dl-name-link:hover {
  color: var(--brand-color);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cct-aside-list .doc-name-link:hover { color: #fff; }

@media (max-width: 1199px) {
  .home-acessos-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .blog-hero .blog-hero-content h1 { font-size: 34px; }
  .blog-hero .blog-hero-content { padding: 30px; }
  .numeros-home-grid { grid-template-columns: repeat(2, 1fr); }
  .num-home-item:nth-child(2) { border-right: none; }
  .num-home-item:nth-child(1),
  .num-home-item:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .galeria-teaser-empty { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 767px) {
  .blog-hero .blog-hero-content h1 { font-size: 27px; }
  .blog-hero .blog-hero-item { height: 66vh; min-height: 430px; }
  .home-acessos-grid { grid-template-columns: 1fr; }
  .downloads-section,
  .featured-posts,
  .home-utilidades,
  .home-galeria,
  .home-institucional,
  .home-acessos,
  .cct-destaque { padding-top: 56px; padding-bottom: 56px; }
  .cct-destaque h2 { font-size: 30px; }
  .dl-item { flex-direction: column; align-items: flex-start; }
  .dl-item .dl-date { margin-right: 0; }
}

/* ============================================================
   SECHOSVEL_004 — ajustes visuais da home
   ============================================================ */
.blog-hero { margin-bottom: 0 !important; }
.home-numeros-sindicato { margin-top: 0; box-shadow: 0 16px 36px rgba(3,158,227,.14); }
.home-numeros-sindicato .container { position: relative; }
.num-home-item { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,0)); }

/* Atalhos agora funcionam como faixa de fechamento, próxima ao rodapé */
.home-acessos-footer {
  padding: 72px 0 82px;
  background:
    radial-gradient(circle at 12% 10%, rgba(3,158,227,.22), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0b2745 62%, #323680 100%);
  color: #fff;
}
.home-acessos-footer .section-title .description-title { color:#fff; border-bottom-color: rgba(255,255,255,.45); }
.home-acessos-footer .section-title h2 { color:#fff; }
.home-acessos-footer .section-title p { color: rgba(255,255,255,.76); }
.home-acessos-footer .home-acessos-grid { gap: 16px; }
.home-acessos-footer .acesso-card {
  min-height: 164px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}
.home-acessos-footer .acesso-card::after {
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  right:-42px;
  top:-42px;
  background: rgba(3,158,227,.18);
  border-radius:999px;
}
.home-acessos-footer .acesso-card:hover {
  border-color: rgba(255,255,255,.34);
  box-shadow: 0 24px 52px rgba(0,0,0,.24);
  transform: translateY(-5px);
}
.home-acessos-footer .acesso-card .icon {
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}
.home-acessos-footer .acesso-card strong { color:#fff; }
.home-acessos-footer .acesso-card small { color: rgba(255,255,255,.75); }
.home-acessos-footer .acesso-card-externo { background: rgba(3,158,227,.22); }

/* Cards institucionais mais ricos visualmente */
.institucional-card {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  padding: 30px 26px 28px;
  border-radius: 24px;
  border: 1px solid #dce9f5;
  background:
    radial-gradient(circle at 92% 8%, rgba(3,158,227,.15), transparent 30%),
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}
.institucional-card::before {
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:5px;
  background: linear-gradient(90deg, #039ee3, #323680);
}
.institucional-card::after {
  content:"Ver página";
  position:absolute;
  left:26px;
  bottom:22px;
  color: var(--brand-color);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.institucional-card .icon {
  width: 66px;
  height: 66px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #039ee3 0%, #323680 100%);
  box-shadow: 0 16px 32px rgba(3,158,227,.22);
}
.institucional-card h3 { font-size: 19px; margin-bottom: 12px; }
.institucional-card p { padding-bottom: 28px; }
.institucional-card:hover {
  transform: translateY(-7px);
  border-color: rgba(3,158,227,.45);
  box-shadow: 0 24px 54px rgba(15,23,42,.13);
}

/* Áreas estratégicas / utilidades com card mais elaborado */
.utilidade-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #dce9f5;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 42px rgba(15,23,42,.07);
}
.utilidade-card::before {
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:6px;
  background: linear-gradient(90deg, #039ee3, #323680);
}
.utilidade-card::after {
  content:"";
  position:absolute;
  right:-50px;
  top:-55px;
  width:150px;
  height:150px;
  border-radius:999px;
  background: rgba(3,158,227,.10);
}
.utilidade-card .icon {
  color:#fff;
  background: linear-gradient(135deg, #039ee3, #323680);
  box-shadow: 0 15px 30px rgba(3,158,227,.22);
}
.utilidade-card span {
  margin-top: auto;
  padding-top: 10px;
}
.utilidade-card:hover {
  transform: translateY(-7px);
  border-color: rgba(3,158,227,.42);
  box-shadow: 0 26px 56px rgba(15,23,42,.13);
}

@media (max-width: 767px) {
  .institucional-card { min-height: auto; }
  .home-acessos-footer { padding-top: 58px; padding-bottom: 64px; }
}
