:root {
	--fc-blue: #123f69;
	--fc-blue-dark: #092b4b;
	--fc-blue-light: #eaf3f8;
	--fc-green: #258b72;
	--fc-green-dark: #176652;
	--fc-mint: #e9f7f2;
	--fc-ink: #183042;
	--fc-muted: #5b6b77;
	--fc-line: #dce6eb;
	--fc-white: #fff;
	--fc-soft: #f6f9fa;
	--fc-shadow: 0 18px 50px rgba(9, 43, 75, .10);
	--fc-radius: 22px;
	--fc-shell: 1080px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fc-ink); background: var(--fc-white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.68; }
img { max-width: 100%; height: auto; }
a { color: var(--fc-blue); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--fc-green-dark); }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--fc-blue-dark); font-family: Georgia, "Times New Roman", serif; line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.3rem, 4.25vw, 4rem); }
h2 { font-size: clamp(1.9rem, 3.2vw, 2.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p { margin: 0 0 1.15em; }
.fc-shell { width: min(calc(100% - 40px), var(--fc-shell)); margin-inline: auto; }
.fc-skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--fc-blue-dark); transform: translateY(-150%); }
.fc-skip-link:focus { transform: translateY(0); }

.fc-site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(18, 63, 105, .10); background: rgba(255, 255, 255, .95); backdrop-filter: blur(12px); }
.fc-header-inner { display: flex; width: min(calc(100% - 40px), var(--fc-shell)); min-height: 76px; margin-inline: auto; align-items: center; gap: 28px; }
.fc-brand { margin-right: auto; }
.custom-logo { display: block; width: auto; max-height: 58px; }
.fc-wordmark { display: flex; align-items: center; color: var(--fc-blue-dark); text-decoration: none; line-height: 1; }
.fc-wordmark-mark { display: grid; width: 40px; height: 40px; margin-right: 10px; border-radius: 50% 50% 50% 10px; color: #fff; background: var(--fc-green); place-items: center; font-size: 1.55rem; font-weight: 700; }
.fc-wordmark strong, .fc-wordmark em { font-family: Georgia, serif; font-size: 1.6rem; font-style: normal; }
.fc-wordmark em { color: var(--fc-green); }
.fc-wordmark small { display: block; margin-top: 5px; color: var(--fc-muted); font-size: .64rem; letter-spacing: .02em; }
.fc-menu { display: flex; margin: 0; padding: 0; list-style: none; align-items: center; gap: 26px; }
.fc-menu a { color: var(--fc-ink); text-decoration: none; font-size: .94rem; font-weight: 650; }
.fc-menu a:hover, .fc-menu .current-menu-item > a { color: var(--fc-green-dark); }
.fc-header-cta, .fc-button { display: inline-flex; min-height: 48px; padding: 11px 22px; border: 0; border-radius: 999px; align-items: center; justify-content: center; text-decoration: none; font-weight: 750; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.fc-header-cta, .fc-button-primary { color: #fff; background: var(--fc-green); box-shadow: 0 9px 24px rgba(37, 139, 114, .22); }
.fc-header-cta:hover, .fc-button-primary:hover { color: #fff; background: var(--fc-green-dark); transform: translateY(-2px); }
.fc-menu-toggle { display: none; padding: 9px 13px; border: 1px solid var(--fc-line); border-radius: 10px; color: var(--fc-blue-dark); background: #fff; font: inherit; font-weight: 700; }

.fc-hero { overflow: hidden; padding: clamp(42px, 5.5vw, 72px) 0 clamp(44px, 5vw, 64px); background: radial-gradient(circle at 85% 10%, #dff4ec 0, transparent 30%), linear-gradient(135deg, #f8fbfc 0%, #edf6f8 100%); }
.fc-hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); align-items: center; gap: clamp(36px, 5vw, 66px); }
.fc-hero-copy h1 { max-width: 20ch; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.12; overflow-wrap: break-word; }
.fc-eyebrow { margin-bottom: 16px; color: var(--fc-green-dark); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.fc-hero-lead { max-width: 54ch; color: var(--fc-muted); font-size: clamp(1.04rem, 1.55vw, 1.2rem); }
.fc-actions { display: flex; margin: 25px 0 16px; align-items: center; flex-wrap: wrap; gap: 20px; }
.fc-link-arrow { display: inline-flex; align-items: center; color: var(--fc-blue); font-weight: 750; text-decoration: none; }
.fc-link-arrow::after { content: "→"; margin-left: 8px; transition: transform .2s ease; }
.fc-link-arrow:hover::after { transform: translateX(4px); }
.fc-hero-note { margin: 3px 0; color: var(--fc-muted); font-size: .82rem; }
.fc-hero-assurance { color: var(--fc-blue-dark); font-weight: 700; }
.fc-hero-media { position: relative; }
.fc-hero-image, .fc-hero-media .fc-photo-placeholder { width: 100%; height: clamp(360px, 36vw, 470px); border-radius: 36px 36px 36px 8px; object-fit: cover; box-shadow: var(--fc-shadow); }
.fc-photo-placeholder { display: grid; padding: 34px; border: 1px dashed #8cb9b0; color: var(--fc-blue); background: linear-gradient(150deg, #dceef3, #e4f5ee); place-content: center; text-align: center; }
.fc-photo-placeholder span { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; }
.fc-photo-placeholder small { display: block; margin-top: 8px; color: var(--fc-muted); }
.fc-media-label { position: absolute; right: 16px; bottom: 20px; width: min(330px, 84%); padding: 20px 22px; border-radius: 16px 16px 4px 16px; background: #fff; box-shadow: var(--fc-shadow); }
.fc-media-label strong, .fc-media-label span { display: block; }
.fc-media-label strong { color: var(--fc-blue-dark); }
.fc-media-label span { margin-top: 4px; color: var(--fc-muted); font-size: .86rem; }

.fc-trust-strip { border-block: 1px solid var(--fc-line); background: #fff; }
.fc-trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fc-trust-grid > div { padding: 26px 34px; border-right: 1px solid var(--fc-line); }
.fc-trust-grid > div:first-child { padding-left: 0; }
.fc-trust-grid > div:last-child { padding-right: 0; border-right: 0; }
.fc-trust-grid strong, .fc-trust-grid span { display: block; }
.fc-trust-grid strong { color: var(--fc-blue-dark); }
.fc-trust-grid span { color: var(--fc-muted); font-size: .85rem; }

.fc-section { padding: clamp(64px, 7vw, 92px) 0; }
.fc-section-soft { background: var(--fc-soft); }
.fc-section-mint { background: var(--fc-mint); }
.fc-section-heading { max-width: 760px; margin-bottom: 38px; }
.fc-section-heading > p:not(.fc-eyebrow) { color: var(--fc-muted); }
.fc-needs-grid, .fc-post-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fc-needs-grid article, .fc-post-card { padding: 27px; border: 1px solid var(--fc-line); border-radius: var(--fc-radius); background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.fc-needs-grid article:hover, .fc-post-card:hover { border-color: #b9d7cf; box-shadow: var(--fc-shadow); transform: translateY(-4px); }
.fc-needs-grid article::before { display: block; width: 44px; height: 4px; margin-bottom: 24px; border-radius: 4px; background: var(--fc-green); content: ""; }
.fc-needs-grid p, .fc-post-card p { color: var(--fc-muted); font-size: .94rem; }
.fc-needs-grid a, .fc-post-card h3 a { font-weight: 750; }

.fc-steps { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 24px; list-style: none; counter-reset: none; }
.fc-steps li { display: flex; padding: 32px; border-radius: var(--fc-radius); background: #fff; box-shadow: 0 8px 30px rgba(9, 43, 75, .06); gap: 18px; }
.fc-steps b { display: grid; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; color: #fff; background: var(--fc-blue); place-items: center; }
.fc-steps p { margin-bottom: 0; color: var(--fc-muted); font-size: .94rem; }
.fc-center { margin: 36px 0 0; text-align: center; }
.fc-profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(40px, 8vw, 100px); }
.fc-profile-media img, .fc-profile-placeholder { width: 100%; aspect-ratio: 4 / 5; border-radius: 8px 36px 36px 36px; object-fit: cover; box-shadow: var(--fc-shadow); }
.fc-profile-copy > p:not(.fc-eyebrow) { color: var(--fc-muted); font-size: 1.08rem; }
.fc-credentials { display: grid; margin: 28px 0; padding: 0; grid-template-columns: 1fr 1fr; gap: 12px 24px; list-style: none; }
.fc-credentials li { position: relative; padding-left: 24px; }
.fc-credentials li::before { position: absolute; left: 0; color: var(--fc-green); content: "✓"; font-weight: 800; }
.fc-gallery-callout { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.fc-gallery-callout > div { max-width: 760px; }
.fc-button-secondary { flex: 0 0 auto; color: #fff; background: var(--fc-blue); }
.fc-button-secondary:hover { color: #fff; background: var(--fc-blue-dark); transform: translateY(-2px); }
/* FAQ: coluna de leitura, cartões separados e controles nativos acessíveis. */
.fc-faq-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; max-width: 820px; }
.fc-faq-layout .fc-section-heading { margin-bottom: 0; max-width: 640px; }
.fc-faq-layout .fc-section-heading > p:last-child { margin-bottom: 0; }
.fc-faq-list { display: grid; gap: 12px; min-width: 0; }
.fc-faq-list details { border: 1px solid var(--fc-line); border-radius: 16px; background: #fff; }
.fc-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; color: var(--fc-blue-dark); cursor: pointer; list-style: none; font-family: inherit; font-size: 1.05rem; line-height: 1.45; font-weight: 700; }
.fc-faq-list summary::-webkit-details-marker { display: none; }
.fc-faq-list summary::marker { content: ''; }
.fc-faq-list summary::after { content: '+'; flex: 0 0 24px; text-align: center; color: var(--fc-green-dark); font-size: 1.5rem; line-height: 1; }
.fc-faq-list details[open] summary::after { content: '−'; }
.fc-faq-list summary:focus-visible { outline: 3px solid var(--fc-green-dark); outline-offset: 3px; border-radius: 16px; }
.fc-faq-list details p { margin: 0; padding: 0 24px 22px; color: var(--fc-muted); }
.fc-heading-row { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 30px; }
.fc-post-card { padding: 0 0 24px; overflow: hidden; }
.fc-post-image { display: grid; aspect-ratio: 16 / 10; overflow: hidden; color: #fff; background: linear-gradient(145deg, var(--fc-blue), var(--fc-green)); place-items: center; text-decoration: none; }
.fc-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.fc-post-card:hover .fc-post-image img { transform: scale(1.035); }
.fc-post-card > *:not(.fc-post-image) { margin-inline: 24px; }
.fc-post-meta { margin-top: 20px; margin-bottom: 8px !important; font-size: .76rem !important; font-weight: 750; letter-spacing: .03em; text-transform: uppercase; }
.fc-post-card h2, .fc-post-card h3 { display: -webkit-box; min-height: 3.6em; overflow: hidden; font-size: 1.25rem; line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.fc-post-card h2 a, .fc-post-card h3 a { color: var(--fc-blue-dark); text-decoration: none; }
.fc-post-card h2 a:hover, .fc-post-card h3 a:hover { color: var(--fc-green-dark); }
.fc-contact-band { padding: 72px 0; color: #fff; background: linear-gradient(125deg, var(--fc-blue-dark), var(--fc-blue)); }
.fc-contact-band h2, .fc-contact-band .fc-eyebrow { color: #fff; }
.fc-contact-band p { color: #dceaf2; }
.fc-contact-grid { display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 60px; }
.fc-contact-action { text-align: center; }
.fc-button-light { color: var(--fc-blue-dark); background: #fff; }
.fc-button-light:hover { color: var(--fc-blue-dark); background: var(--fc-mint); transform: translateY(-2px); }
.fc-contact-action small { display: block; margin-top: 12px; color: #c7dce8; }

.fc-content-header { padding: 64px 0 36px; background: var(--fc-soft); }
.fc-content-header .fc-shell, .fc-entry, .fc-pagination, .post-navigation { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.fc-breadcrumbs { margin-bottom: 22px; color: var(--fc-muted); font-size: .84rem; }
.fc-entry { padding-block: 54px 90px; }
.fc-entry-content > * { max-width: 760px; margin-inline: auto; }
.fc-entry-content > .alignwide { max-width: 1080px; }
.fc-entry-content > .alignfull { max-width: none; margin-inline: calc(50% - 50vw); }
.fc-entry-content h2 { margin-top: 1.45em; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.fc-entry-content h3 { margin-top: 1.35em; }
.fc-entry-content ul, .fc-entry-content ol { margin-bottom: 1.4em; }
.fc-entry-content blockquote { padding: 22px 28px; border-left: 4px solid var(--fc-green); color: var(--fc-muted); background: var(--fc-mint); }
.fc-entry-content figure { margin-block: 32px; }
.fc-entry-content img { border-radius: 16px; }
.fc-article-meta { color: var(--fc-muted); font-size: .88rem; }
.fc-inline-cta { max-width: 760px; margin: 42px auto; padding: 28px; border-radius: 18px; background: var(--fc-mint); }
.fc-inline-cta h2 { margin-top: 0; font-size: 1.55rem; }
.fc-page-header { max-width: 820px; padding: clamp(48px, 6vw, 76px) 0 8px; }
.fc-page-header h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); }
.fc-page-header .fc-archive-description { max-width: 700px; color: var(--fc-muted); }
.fc-archive-grid { display: grid; width: 100%; margin: 42px auto 80px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.fc-archive-grid .fc-post-card { display: flex; min-width: 0; height: 100%; flex-direction: column; }
.fc-archive-grid .fc-post-card > p:last-child { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.fc-pagination { padding-bottom: 70px; }
.nav-links { display: flex; justify-content: space-between; gap: 20px; }

.fc-site-footer { padding: 64px 0 24px; color: #c9d9e3; background: #071f34; }
.fc-footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr; gap: 60px; }
.fc-site-footer h2, .fc-site-footer h3 { color: #fff; }
.fc-site-footer h3 { font-size: 1.05rem; }
.fc-site-footer a { color: #e8f3f7; }
.fc-footer-menu { margin: 0; padding: 0; list-style: none; }
.fc-footer-menu li { margin-bottom: 8px; }
.fc-footer-bottom { margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; white-space: nowrap; }

@media (max-width: 960px) {
	.fc-header-cta { display: none; }
	.fc-menu-toggle { display: block; }
	.fc-primary-nav { position: absolute; top: 76px; right: 20px; left: 20px; display: none; padding: 12px; border: 1px solid var(--fc-line); border-radius: 16px; background: #fff; box-shadow: var(--fc-shadow); }
	.fc-primary-nav.is-open { display: block; }
	.fc-menu { display: block; }
	.fc-menu a { display: block; padding: 12px; }
	.fc-hero-grid, .fc-profile-grid, .fc-faq-layout, .fc-contact-grid { grid-template-columns: 1fr; }
	.fc-hero-copy { max-width: 720px; }
	.fc-hero-media { width: min(620px, 100%); margin-inline: auto; }
	.fc-needs-grid, .fc-post-grid { grid-template-columns: repeat(2, 1fr); }
	.fc-steps { grid-template-columns: 1fr; }
	.fc-profile-media { width: min(480px, 100%); }
	.fc-faq-layout { gap: 24px; }
	.fc-archive-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
	body { font-size: 16px; }
	.fc-shell, .fc-header-inner, .fc-content-header .fc-shell, .fc-entry, .fc-pagination, .post-navigation, .fc-archive-grid { width: min(calc(100% - 30px), var(--fc-shell)); }
	.fc-header-inner { min-height: 72px; }
	.fc-primary-nav { top: 72px; }
	.fc-wordmark small { display: none; }
	.fc-hero { padding-top: 52px; }
	.fc-hero-media .fc-photo-placeholder, .fc-hero-image { border-radius: 28px 28px 28px 7px; }
	.fc-media-label { right: 10px; bottom: 14px; padding: 15px; }
	.fc-trust-grid, .fc-needs-grid, .fc-post-grid, .fc-archive-grid, .fc-footer-grid { grid-template-columns: 1fr; }
	.fc-trust-grid > div, .fc-trust-grid > div:first-child, .fc-trust-grid > div:last-child { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--fc-line); }
	.fc-trust-grid > div:last-child { border-bottom: 0; }
	.fc-gallery-callout, .fc-heading-row { align-items: flex-start; flex-direction: column; }
	.fc-gallery-callout { display: flex; }
	.fc-credentials { grid-template-columns: 1fr; }
	.fc-actions .fc-button { width: 100%; }
	.fc-contact-grid { gap: 26px; }
	.fc-contact-action { text-align: left; }
	.fc-footer-grid { gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* MATRIX 0.1.7 — fundos por etapa e foco na necessidade do paciente. */
.fc-care-copy { max-width: 940px; }
.fc-professional-note { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--fc-line); font-size: .9rem; }
.fc-professional-note strong { color: var(--fc-blue-dark); }
.fc-professional-note span { color: var(--fc-muted); }
.fc-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr)); gap: 22px; }
.fc-review-card { margin: 0; padding: 28px; background: #fff; border: 1px solid var(--fc-line); border-radius: 22px; overflow-wrap: anywhere; }
.fc-review-card blockquote { margin: 0 0 22px; }
.fc-review-card blockquote p { white-space: pre-line; }
.fc-review-card figcaption span { display: block; color: var(--fc-muted); font-size: .85rem; }
.fc-reviews-source { margin: 28px 0 0; }
#como-funciona .fc-steps li { background: #fff; }
#duvidas .fc-faq-list details { background: #fff; }
@media (max-width: 600px) {
 .fc-hero-copy h1 { font-size: clamp(1.8rem, 7.4vw, 2.1rem); }
 .fc-hero { padding-top: 32px; }
 .fc-section { padding-block: 48px; }
 .fc-professional-note { flex-direction: column; }
 .fc-review-card { padding: 22px; }
}

/* 0.1.8 — conteúdo contido, sem esticar colunas ou linhas de leitura. */
.fc-hero-grid > *, .fc-faq-layout > *, .fc-contact-grid > *, .fc-needs-grid > *, .fc-steps > li { min-width: 0; }
.fc-hero-copy, .fc-care-copy > p { max-width: 62ch; }
.fc-hero-image { display: block; }
.fc-hero-copy .fc-actions { gap: 16px; }
.fc-hero-copy .fc-button { text-align: center; }
.fc-header-inner { gap: 20px; }
.fc-menu { gap: 18px; }
@media (min-width: 961px) and (max-width: 1100px) {
 .fc-header-cta { display: none; }
}
@media (max-width: 960px) {
 .fc-hero-grid { max-width: 680px; gap: 32px; }
 .fc-hero-copy { max-width: 100%; }
}
@media (max-width: 680px) {
 .fc-shell, .fc-header-inner { width: calc(100% - 40px); }
 .fc-hero-copy .fc-eyebrow { font-size: .7rem; letter-spacing: .07em; }
 .fc-hero-lead { font-size: 1rem; line-height: 1.65; }
 .fc-hero-note { font-size: .8rem; }
 .fc-hero-copy .fc-actions { margin-top: 22px; }
 .fc-hero-image, .fc-hero-media .fc-photo-placeholder { height: 350px; }
 .fc-faq-layout h2 { font-size: 1.8rem; }
 .fc-faq-list summary { padding: 17px 18px; font-size: 1rem; gap: 12px; }
 .fc-faq-list details p { padding: 0 18px 18px; }
}
@media (max-width: 360px) {
 .fc-header-inner { gap: 12px; }
 .fc-wordmark strong, .fc-wordmark em { font-size: 1.35rem; }
 .fc-wordmark-mark { width: 34px; height: 34px; margin-right: 8px; }
 .fc-menu-toggle { padding: 9px 10px; }
}
@media (min-width: 961px) {
 .fc-brand { flex-shrink: 0; }
 .fc-menu a { white-space: nowrap; font-size: .88rem; }
 .fc-header-cta { white-space: nowrap; padding-inline: 16px; font-size: .9rem; }
 .fc-wordmark small { white-space: nowrap; }
}
@media (max-width: 680px) {
 .fc-hero-copy h1 { max-width: none; }
}

/* 0.1.9 — identidade profissional, sem mudar a estrutura aprovada. */
.fc-hero-professional { margin: 0 0 18px; color: var(--fc-blue); font-size: .9rem; line-height: 1.55; }
.fc-hero-professional strong { font-weight: 750; }

/* 0.1.10 — segunda fotografia opcional, reutilizando a seleção original. */
.fc-care-layout { max-width: 940px; }
.fc-care-with-image { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: 40px; max-width: var(--fc-shell); }
.fc-care-layout .fc-care-copy { min-width: 0; }
.fc-care-photo { margin: 0; min-width: 0; }
.fc-care-image { display: block; width: 100%; height: auto; max-height: 480px; object-fit: contain; border-radius: 22px; }
@media (max-width: 960px) {
 .fc-care-with-image { grid-template-columns: minmax(0, 1fr); gap: 28px; }
 .fc-care-photo { width: min(100%, 480px); margin-inline: auto; }
 .fc-care-image { max-height: 360px; }
}

/* Widget do Google dentro da largura de conteúdo existente. */
.fc-google-reviews{min-width:0;max-width:100%;}
