/* =====================================================================
   laboratorios.css — estilos das páginas de laboratórios
   Index · Detalhe · Cidade · Estado · Guia
   ===================================================================== */

/* ------------------------------------------------------------------ */
/* Badges (compartilhado entre Index, Detalhe e Cidade)                */
/* ------------------------------------------------------------------ */
.badge-sanos {
    background: #fff0f7;
    color: #c2185b;
    border: 1px solid #f9a8d4;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 99px;
    letter-spacing: .3px;
}
.badge-tipo {
    background: #f3f4f6;
    color: #6b7280;
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 99px;
}

/* ------------------------------------------------------------------ */
/* Index — mapa + lista                                                */
/* ------------------------------------------------------------------ */
.labs-page {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 73px);
    overflow: hidden;
}

.labs-topbar {
    background: #fff;
    flex-shrink: 0;
    z-index: 10;
    padding: 0 15px;
}

.labs-search-form {
    display: flex;
    max-width: 100%;
    border: 1.5px solid #d1d5db;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s;
}
.labs-search-form:focus-within { border-color: #ff7bac; }

.labs-search-form input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 16px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    min-width: 0;
}

.labs-search-form button {
    border: none;
    background: #ff7bac;
    color: #fff;
    padding: 10px 20px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
}
.labs-search-form button:hover { background: #e6007e; }

.labs-exame-select-wrap {
    margin-top: 8px;
    display: flex;
    align-items: center;
    border: 1.5px solid #d1d5db;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    transition: border-color .2s;
}
.labs-exame-select-wrap:focus-within { border-color: #ff7bac; }
.labs-exame-select-wrap select {
    flex: 1;
    border: none;
    outline: none;
    padding: 9px 36px 9px 16px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    color: #374151;
    background: transparent;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236b7280' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    min-width: 0;
}
.labs-exame-select-wrap select option[value=""] { color: #9ca3af; }

.labs-count-text {
    font-size: 11px;
    color: #6b7280;
    width: 100%;
    display: block;
    padding-left: 19px;
    margin-top: 5px;
}

.lab-card-inner { display: flex; gap: 12px; align-items: flex-start; }
.lab-card-content { flex: 1; min-width: 0; }
.lab-card__photo {
    width: 56px; height: 56px;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
    background: #f3f4f6;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #d1d5db;
}
.lab-card__photo img { width: 100%; height: 100%; object-fit: cover; }

.labs-split {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.labs-sidebar {
    width: 40%;
    min-width: 280px;
    max-width: 470px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.labs-list {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 15px 60px 15px;
}
.labs-list::-webkit-scrollbar { width: 4px; }
.labs-list::-webkit-scrollbar-thumb { background: #d1d5db; border-radius: 4px; }

.lab-card {
    display: block;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-left: 4px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 18px 14px 16px;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s, transform .15s;
    text-decoration: none;
    color: inherit;
}
.lab-card:hover {
    border-color: #ff7bac;
    border-left-color: #ff7bac;
    box-shadow: 0 6px 20px rgba(255, 123, 172, .22);
    transform: translateY(-2px);
    color: inherit;
    text-decoration: none;
}
.lab-card.active {
    border-color: #ff7bac;
    border-left-color: #e6007e;
    box-shadow: 0 6px 24px rgba(255, 123, 172, .3);
    color: inherit;
    text-decoration: none;
}

.lab-card__badges {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.lab-card h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #111827;
}
.lab-card__addr {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 2px;
    line-height: 1.4;
}
.lab-card__cidade {
    font-size: 12px;
    color: #9ca3af;
    margin: 0 0 10px;
}
.lab-card__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #ff7bac;
    font-weight: 600;
}

.labs-empty {
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
    padding: 40px 16px;
    line-height: 1.6;
}

@keyframes shimmer {
    0%   { background-position: -400px 0; }
    100% { background-position:  400px 0; }
}
.skel {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 800px 100%;
    animation: shimmer 1.4s infinite linear;
    border-radius: 6px;
}
.lab-card-skeleton {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-left: 4px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px 18px 14px 16px;
}
.lab-card-skeleton .skel-badge  { height: 18px; width: 56px; margin-bottom: 10px; }
.lab-card-skeleton .skel-title  { height: 16px; width: 70%; margin-bottom: 8px; }
.lab-card-skeleton .skel-addr   { height: 13px; width: 90%; margin-bottom: 5px; }
.lab-card-skeleton .skel-cidade { height: 12px; width: 50%; margin-bottom: 12px; }
.lab-card-skeleton .skel-link   { height: 13px; width: 30%; }

.labs-map-container {
    flex: 1;
    position: relative;
    margin-bottom: 50px;
    margin-right: 30px;
}
#labs-map {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .labs-page { height: auto; overflow: visible; }
    .labs-split { flex-direction: column; }
    .labs-sidebar {
        width: 100%;
        max-width: 100%;
        height: 45vh;
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }
    .labs-map-container { height: 55vh; }
    .labs-search-form { max-width: 100%; }
}

/* ------------------------------------------------------------------ */
/* Detalhe — página do laboratório                                     */
/* ------------------------------------------------------------------ */
.det-page { padding: 40px 0 80px; }

.det-breadcrumb {
    font-size: 13px; color: #9ca3af;
    margin-bottom: 24px;
    display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
}
.det-breadcrumb a { color: #6b7280; text-decoration: none; }
.det-breadcrumb a:hover { color: #ff7bac; }
.det-breadcrumb span { color: #d1d5db; }

.det-header { margin-bottom: 36px; }
.det-badges { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 12px; }
.det-header h1 {
    font-size: 32px; font-weight: 800;
    color: #111827; margin: 0 0 10px; line-height: 1.2;
}
.det-addr {
    font-size: 15px; color: #6b7280; line-height: 1.6;
}
.det-addr a { color: #ff7bac; text-decoration: none; font-weight: 600; }
.det-addr a:hover { text-decoration: underline; }

.det-servicos {
    background: linear-gradient(135deg, #fff0f7 0%, #f5f0ff 100%);
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 36px;
}
.det-servicos__header { margin-bottom: 24px; }
.det-servicos__title {
    font-size: 22px; font-weight: 800; color: #111827; margin: 0 0 6px;
}
.det-servicos__subtitle {
    font-size: 14px; color: #6b7280; margin: 0;
}

.det-tabs { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.det-tab {
    border: 1.5px solid #e5e7eb; background: #fff;
    color: #6b7280; font-size: 14px; font-weight: 600;
    padding: 8px 20px; border-radius: 99px; cursor: pointer;
    transition: border-color .2s, color .2s, background .2s;
}
.det-tab[aria-pressed="true"] {
    border-color: #ff7bac; background: #ff7bac; color: #fff;
}
.det-tab:hover:not([aria-pressed="true"]) { border-color: #ff7bac; color: #ff7bac; }

.servico-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}
@media (max-width: 576px) {
    .servico-grid { grid-template-columns: 1fr; }
}
.servico-card {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 1.5px solid rgba(255,123,172,.2);
    transition: box-shadow .2s, transform .15s;
}
.servico-card:hover {
    box-shadow: 0 8px 24px rgba(255,123,172,.18);
    transform: translateY(-2px);
}
.servico-card__body { flex: 1; margin-bottom: 16px; }
.servico-card__nome {
    font-size: 15px; font-weight: 700; color: #111827; margin: 0 0 8px;
    line-height: 1.3;
}
.servico-card__desc {
    font-size: 13px; color: #6b7280; line-height: 1.5; margin: 0;
}
.servico-card__footer {
    display: flex; flex-direction: column;
    justify-content: space-between; gap: 8px;
    padding-top: 14px;
    border-top: 1px solid #f3f4f6;
}
.servico-card__preco {
    font-size: 19px; font-weight: 800; color: #c2185b; white-space: nowrap;
}
.btn-comprar {
    background: #ff7bac; color: #fff;
    font-size: 13px; font-weight: 700;
    padding: 8px 16px; border-radius: 99px;
    text-decoration: none; white-space: nowrap;
    transition: background .2s;
    display: inline-block;
}
.btn-comprar:hover { background: #e6007e; color: #fff; text-decoration: none; }
.servico-vazio { font-size: 14px; color: #9ca3af; margin: 0; }

.det-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px 28px;
    margin-bottom: 20px;
}
.det-card h2 {
    font-size: 16px; font-weight: 700; color: #111827;
    margin: 0 0 18px; padding-bottom: 12px;
    border-bottom: 1px solid #f3f4f6;
}

.contact-row {
    display: flex; align-items: center;
    justify-content: space-between; gap: 12px;
    padding: 10px 0; border-bottom: 1px solid #f9fafb;
}
.contact-row:last-child { border-bottom: none; }
.contact-row__label {
    font-size: 13px; color: #9ca3af; font-weight: 600;
    text-transform: uppercase; letter-spacing: .4px; min-width: 80px;
}
.contact-row__value { flex: 1; font-size: 15px; color: #374151; font-weight: 500; }
.contact-row__value a { color: #374151; text-decoration: none; }
.contact-row__value a:hover { color: #ff7bac; }
.btn-revelar {
    border: 1.5px solid #ff7bac; background: transparent;
    color: #ff7bac; font-size: 13px; font-weight: 700;
    padding: 5px 14px; border-radius: 99px; cursor: pointer;
    transition: background .2s, color .2s; white-space: nowrap;
}
.btn-revelar:hover { background: #ff7bac; color: #fff; }
.btn-revelar:disabled { opacity: .5; cursor: default; }

.unit-card {
    display: flex; justify-content: space-between;
    align-items: center; gap: 12px;
    padding: 12px 0; border-bottom: 1px solid #f3f4f6;
    text-decoration: none; color: inherit;
}
.unit-card:last-child { border-bottom: none; }
.unit-card__info { flex: 1; }
.unit-card__name { font-size: 14px; font-weight: 700; color: #111827; margin: 0 0 2px; }
.unit-card__addr { font-size: 13px; color: #6b7280; margin: 0; }
.unit-card__arrow { color: #ff7bac; font-size: 18px; font-weight: 300; }
.unit-card:hover .unit-card__name { color: #ff7bac; }

.det-carousel {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #f3f4f6;
    aspect-ratio: 4 / 3;
    margin-bottom: 0;
}
.det-carousel__track {
    display: flex;
    height: 100%;
    transition: transform .4s ease;
}
.det-carousel__slide {
    flex: 0 0 100%;
    height: 100%;
}
.det-carousel__slide img {
    width: 100%; object-position: top; height: 100%; object-fit: cover; display: block;
}
.det-carousel__btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,.88); border: none; border-radius: 50%;
    width: 36px; height: 36px; font-size: 16px; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,.15); transition: background .2s; z-index: 2;
}
.det-carousel__btn:hover { background: #fff; }
.det-carousel__btn--prev { left: 10px; }
.det-carousel__btn--next { right: 10px; }
.det-carousel__dots {
    position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 6px;
}
.det-carousel__dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: rgba(255,255,255,.55); cursor: pointer; transition: background .2s;
    border: none; padding: 0;
}
.det-carousel__dot.active { background: #fff; }

/* ------------------------------------------------------------------ */
/* Cidade — lista de labs por cidade                                   */
/* ------------------------------------------------------------------ */
.cidade-page { padding: 48px 0 80px; }

.cidade-breadcrumb {
    font-size: 13px; color: #9ca3af;
    display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
    margin-bottom: 32px;
}
.cidade-breadcrumb a { color: #6b7280; text-decoration: none; }
.cidade-breadcrumb a:hover { color: #ff7bac; }
.cidade-breadcrumb span { color: #d1d5db; }

.cidade-hero { margin-bottom: 48px; }
.cidade-hero h1 {
    font-size: 36px; font-weight: 800; color: #111827;
    line-height: 1.2; margin: 0 0 12px;
}
@media (max-width: 768px) {
    .cidade-hero h1 { font-size: 26px; }
}
.cidade-hero__desc {
    font-size: 16px; color: #6b7280; max-width: 620px;
    line-height: 1.6; margin: 0 0 24px;
}
.cidade-stats {
    display: flex; gap: 24px; flex-wrap: wrap;
}
.cidade-stat {
    display: flex; flex-direction: column;
}
.cidade-stat__num {
    font-size: 28px; font-weight: 800; color: #111827; line-height: 1;
}
.cidade-stat__label {
    font-size: 13px; color: #9ca3af; margin-top: 4px;
}
.cidade-stat--sanos .cidade-stat__num { color: #c2185b; }

.labs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 56px;
}
@media (max-width: 992px) { .labs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .labs-grid { grid-template-columns: 1fr; } }

.lab-grid-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .15s, border-color .2s;
}
.lab-grid-card:hover {
    box-shadow: 0 8px 28px rgba(255,123,172,.2);
    border-color: #ff7bac;
    transform: translateY(-3px);
    text-decoration: none;
    color: inherit;
}
.lab-grid-card--sanos {
    border-color: #f9a8d4;
}

.lab-grid-card__photo {
    width: 100%; aspect-ratio: 16 / 7;
    overflow: hidden; background: #f9fafb;
    flex-shrink: 0;
}
.lab-grid-card__photo img {
    width: 100%; height: 100%; object-fit: cover; object-position: top;
    display: block;
}

.lab-grid-card__body {
    padding: 20px 22px; flex: 1; display: flex; flex-direction: column;
}
.lab-grid-card__badges {
    display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px;
}
.lab-grid-card__name {
    font-size: 17px; font-weight: 700; color: #111827;
    margin: 0 0 6px; line-height: 1.3;
}
.lab-grid-card__addr {
    font-size: 13px; color: #6b7280; line-height: 1.5;
    margin: 0 0 16px; flex: 1;
}
.lab-grid-card__footer {
    display: flex; align-items: center;
    justify-content: space-between; gap: 8px;
    padding-top: 14px; border-top: 1px solid #f3f4f6;
    margin-top: auto;
}
.lab-grid-card__servicos {
    font-size: 12px; color: #9ca3af;
}
.lab-grid-card__link {
    font-size: 13px; font-weight: 700; color: #ff7bac;
    white-space: nowrap;
}
.lab-grid-card:hover .lab-grid-card__link { text-decoration: underline; }

.outras-cidades h2 {
    font-size: 20px; font-weight: 700; color: #111827;
    margin: 0 0 20px;
}
.cidades-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}
.cidade-link {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 16px;
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none; color: #374151;
    font-size: 14px; font-weight: 600;
    transition: border-color .2s, color .2s;
}
.cidade-link:hover { border-color: #ff7bac; color: #ff7bac; text-decoration: none; }
.cidade-link__count {
    font-size: 12px; color: #9ca3af; font-weight: 400; white-space: nowrap;
}

.cidade-vazia {
    text-align: center; padding: 60px 16px;
    color: #9ca3af; font-size: 16px; line-height: 1.7;
}
.cidade-vazia a { color: #ff7bac; font-weight: 700; text-decoration: none; }

/* ------------------------------------------------------------------ */
/* Estado — lista de cidades por estado                                */
/* ------------------------------------------------------------------ */
.estado-page { padding: 48px 0 80px; }

.estado-breadcrumb {
    font-size: 13px; color: #9ca3af;
    display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
    margin-bottom: 32px;
}
.estado-breadcrumb a { color: #6b7280; text-decoration: none; }
.estado-breadcrumb a:hover { color: #ff7bac; }
.estado-breadcrumb span { color: #d1d5db; }

.estado-hero { margin-bottom: 48px; }
.estado-hero h1 {
    font-size: 36px; font-weight: 800; color: #111827;
    line-height: 1.2; margin: 0 0 12px;
}
@media (max-width: 768px) { .estado-hero h1 { font-size: 26px; } }
.estado-hero__desc {
    font-size: 16px; color: #6b7280; max-width: 600px;
    line-height: 1.6; margin: 0 0 28px;
}
.estado-stats {
    display: flex; gap: 28px; flex-wrap: wrap;
}
.estado-stat { display: flex; flex-direction: column; }
.estado-stat__num { font-size: 28px; font-weight: 800; color: #111827; line-height: 1; }
.estado-stat__label { font-size: 13px; color: #9ca3af; margin-top: 4px; }
.estado-stat--sanos .estado-stat__num { color: #c2185b; }

.cidades-grid-main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 0;
}
@media (max-width: 576px) { .cidades-grid-main { grid-template-columns: 1fr 1fr; } }
@media (max-width: 360px)  { .cidades-grid-main { grid-template-columns: 1fr; } }

.cidade-card {
    display: flex; flex-direction: column;
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 14px; padding: 20px 22px;
    text-decoration: none; color: inherit;
    transition: border-color .2s, box-shadow .2s, transform .15s;
}
.cidade-card:hover {
    border-color: #ff7bac;
    box-shadow: 0 6px 20px rgba(255,123,172,.18);
    transform: translateY(-2px);
    text-decoration: none; color: inherit;
}
.cidade-card--sanos { border-color: #f9a8d4; }

.cidade-card__nome {
    font-size: 17px; font-weight: 700; color: #111827;
    margin: 0 0 8px; line-height: 1.2;
}
.cidade-card__stats {
    font-size: 13px; color: #6b7280; flex: 1;
}
.cidade-card__sanos {
    display: inline-block; margin-top: 10px;
    background: #fff0f7; color: #c2185b;
    border: 1px solid #f9a8d4;
    font-size: 11px; font-weight: 700;
    padding: 2px 8px; border-radius: 99px;
}
.cidade-card__link {
    margin-top: 14px; font-size: 13px;
    font-weight: 700; color: #ff7bac;
}

/* ------------------------------------------------------------------ */
/* Guia — índice de estados e cidades                                  */
/* ------------------------------------------------------------------ */
.guia-page { padding: 48px 0 80px; }

.guia-hero { margin-bottom: 56px; }
.guia-hero h1 {
    font-size: 36px; font-weight: 800; color: #111827;
    line-height: 1.2; margin: 0 0 12px;
}
@media (max-width: 768px) { .guia-hero h1 { font-size: 26px; } }
.guia-hero__desc {
    font-size: 16px; color: #6b7280; max-width: 600px;
    line-height: 1.6; margin: 0 0 28px;
}
.guia-stats {
    display: flex; gap: 28px; flex-wrap: wrap;
}
.guia-stat { display: flex; flex-direction: column; }
.guia-stat__num { font-size: 28px; font-weight: 800; color: #111827; line-height: 1; }
.guia-stat__label { font-size: 13px; color: #9ca3af; margin-top: 4px; }

.guia-estados {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}
@media (max-width: 576px) { .guia-estados { grid-template-columns: 1fr; } }

.guia-estado {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
}

.guia-estado__header {
    display: flex; align-items: center;
    justify-content: space-between; gap: 8px;
    padding: 16px 20px;
    border-bottom: 1px solid #f3f4f6;
    text-decoration: none;
    transition: background .15s;
}
.guia-estado__header:hover { background: #fff8fb; text-decoration: none; }

.guia-estado__nome {
    font-size: 16px; font-weight: 800; color: #111827;
}
.guia-estado__count {
    font-size: 12px; color: #9ca3af; font-weight: 500; white-space: nowrap;
}
.guia-estado__uf {
    font-size: 11px; font-weight: 700; color: #fff;
    background: #ff7bac; border-radius: 99px;
    padding: 2px 8px; flex-shrink: 0;
}

.guia-estado__cidades {
    padding: 14px 20px 18px;
    display: flex; flex-wrap: wrap; gap: 6px;
}
.guia-cidade-link {
    font-size: 13px; color: #374151; font-weight: 500;
    text-decoration: none;
    background: #f9fafb; border: 1px solid #e5e7eb;
    border-radius: 99px; padding: 4px 12px;
    transition: background .15s, border-color .15s, color .15s;
    white-space: nowrap;
}
.guia-cidade-link:hover {
    background: #fff0f7; border-color: #f9a8d4; color: #c2185b;
    text-decoration: none;
}
.guia-cidade-link--sanos {
    background: #fff0f7; border-color: #f9a8d4; color: #c2185b;
    font-weight: 700;
}
.guia-cidade-link--sanos:hover {
    background: #ffe0f0; border-color: #f48fb1;
}
