@font-face {
font-family: "Roboto";
font-style: normal;
font-weight: 300 800;
font-display: swap;
src: url(//alterego.casadoartista.net/wp-content/themes/alterego-theme/assets/fonts/roboto-normal.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
font-family: "Roboto";
font-style: italic;
font-weight: 400 500;
font-display: swap;
src: url(//alterego.casadoartista.net/wp-content/themes/alterego-theme/assets/fonts/roboto-italic.woff2) format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
:root {
--ae-black: #0B0B0D;
--ae-text: #1F2328;
--ae-accent: #D81B60;
--font-primary: "Roboto", Arial, Helvetica, sans-serif; --section-padding-y: 64px;
--section-padding-x: 80px; --content-max-width: 1140px;
}
@media (max-width: 1024px) {
:root {
--section-padding-y: 48px;
--section-padding-x: 40px;
}
}
@media (max-width: 767px) {
:root {
--section-padding-y: 32px;
--section-padding-x: 20px;
}
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: var(--font-primary);
color: var(--ae-text);
background: #ffffff;
}
img {
max-width: 100%;
height: auto;
-webkit-user-drag: none;
user-select: none;
pointer-events: auto;
}
a {
color: inherit;
}
.skip-link {
position: absolute;
left: -9999px;
top: 0;
background: #000;
color: #fff;
padding: 8px 16px;
z-index: 10000;
}
.skip-link:focus {
left: 0;
} .site-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
display: flex;
justify-content: space-between;
align-items: center;
min-height: 35px;
padding: 20px 24px;
background: #ffffff;
border-bottom: 1px solid #0B0B0D;
}
.site-header__logo img {
display: block;
width: 110px;
height: auto;
}
.site-header__lang {
display: flex;
align-items: center;
}
@media (max-width: 1024px) {
.site-header {
min-height: 50px;
padding: 0 16px;
}
}
@media (max-width: 767px) {
.site-header {
min-height: 50px;
padding: 0 10px 0 20px;
}
.site-header__logo img {
width: 90px;
}
} .hero {
position: relative;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
min-height: 100vh;
min-height: 100dvh; padding: 100px 0 40px 50px; background-image: url(//alterego.casadoartista.net/wp-content/uploads/2026/03/AntonioHomemCardosoHCT58522-1254x1536.webp);
background-position: 0 -200px;
background-size: cover;
background-repeat: no-repeat;
}
@media (min-width: 1601px) {
.hero {
background-image: url(//alterego.casadoartista.net/wp-content/uploads/2026/03/AntonioHomemCardosoHCT58522.webp);
}
}
.hero__title {
margin: 0;
font-size: 72px;
font-weight: 800;
line-height: 1;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #ffffff;
border-left: 4px solid #ffffff;
padding-left: 16px;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 0, 0, 0.7);
}
.hero__subtitle {
display: inline-block;
margin: 6px 0 0;
padding: 3px 10px 3px 20px;
background: rgba(0, 0, 0, 0.55);
color: rgba(255, 255, 255, 0.88);
font-size: 13px;
font-weight: 300;
letter-spacing: 0.22em;
text-transform: uppercase;
}
@media (max-width: 1024px) {
.hero {
justify-content: flex-end;
padding: 100px 0 40px 30px;
background-image: url(//alterego.casadoartista.net/wp-content/uploads/2026/03/AntonioHomemCardosoHCT58522-836x1024.webp);
background-position: 0 -120px;
}
.hero__title {
font-size: 52px;
}
.hero__subtitle {
font-size: 12px;
}
}
@media (max-width: 767px) {
.hero {
justify-content: flex-end;
padding: 20px 0 40px 20px;
background-image: url(//alterego.casadoartista.net/wp-content/uploads/2026/03/AntonioHomemCardosoHCT58522-768x940.webp);
background-position: 0 0;
}
.hero__title {
font-size: 38px;
}
.hero__subtitle {
font-size: 8px;
}
} .hero-caption {
position: absolute;
right: 15px;
bottom: 16px;
left: 15px;
display: flex;
justify-content: flex-end;
}
.hero-caption p {
margin: 0;
font-size: 11px;
font-weight: 400;
text-align: end;
color: #ffffff;
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
.hero-caption {
right: 8px;
bottom: 10px;
left: 8px;
}
.hero-caption p {
font-size: 9px;
}
} .section-wordcloud {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: var(--section-padding-y) var(--section-padding-x);
background: #ffffff;
}
.section-wordcloud__inner {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
max-width: var(--content-max-width);
margin: 0 auto;
}
.section-wordcloud__title {
margin: 0;
text-align: center;
font-size: clamp(20px, 7.5vw, 70px);
font-weight: 800;
line-height: 0.95;
letter-spacing: -0.03em;
color: #111111;
}
@media (max-width: 1024px) {
.section-wordcloud__inner {
gap: 10px;
}
} .section-intro {
padding: var(--section-padding-y) var(--section-padding-x);
background: #F0F0EE;
}
.section-intro__content {
max-width: var(--content-max-width);
margin: 0 auto;
font-size: 35px;
}
.section-intro__content p {
margin: 0 0 1.4em;
line-height: 1.85;
color: #222222;
font-weight: 400;
}
.section-intro__content p em {
font-style: italic;
color: #111111;
font-weight: 500;
}
@media (max-width: 767px) {
.section-intro__content {
font-size: 21px;
}
} .section-itinerancia {
display: flex;
justify-content: center;
padding: var(--section-padding-y) var(--section-padding-x);
background: #F0F0EE69;
}
.section-itinerancia > * {
width: 100%;
max-width: var(--content-max-width);
margin: 0 auto;
} .section-retratados {
padding: var(--section-padding-y) var(--section-padding-x);
background: #ffffff;
}
.section-retratados__inner {
max-width: var(--content-max-width);
margin: 0 auto;
}
.section-retratados__title {
margin: 0;
text-align: center;
font-size: 60px;
font-weight: 600;
color: rgba(11, 11, 13, 0.5);
}
.section-retratados__spacer {
height: 6px;
}
@media (max-width: 1024px) {
.section-retratados__title {
font-size: 40px;
}
}
@media (max-width: 767px) {
.section-retratados__title {
font-size: 30px;
text-align: start;
}
} .ae-cards-grid {
display: grid !important;
grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
gap: 8px !important;
align-items: stretch !important;
grid-auto-flow: row !important;
}
.ae-card {
grid-column: span 2 !important;
min-width: 0 !important;
min-height: 80px !important;
padding: 14px 12px !important;
background: linear-gradient(160deg, #ffffff 0%, #f5f5f5 50%, #efefef 100%) !important;
border: 2px solid rgba(0, 0, 0, 0.9) !important;
outline: 1px solid #cccccc !important;
box-sizing: border-box !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
transition: box-shadow 0.3s ease, transform 0.3s ease !important;
height: auto !important;
writing-mode: horizontal-tb !important;
position: relative !important;
overflow: hidden !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 1),
inset 0 -1px 0 rgba(0, 0, 0, 0.06),
inset 1px 0 0 rgba(255, 255, 255, 0.8),
0 2px 4px rgba(0, 0, 0, 0.10),
0 8px 20px rgba(0, 0, 0, 0.13) !important;
}
.ae-card::before {
content: "" !important;
position: absolute !important;
top: 0 !important;
left: -40% !important;
width: 35% !important;
height: 100% !important;
background: linear-gradient(
105deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.45) 45%,
rgba(255, 255, 255, 0.55) 50%,
rgba(255, 255, 255, 0.45) 55%,
rgba(255, 255, 255, 0) 100%
) !important;
pointer-events: none !important;
z-index: 1 !important;
transform: skewX(-8deg) !important;
}
.ae-card::after {
content: "" !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
height: 1px !important;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 30%,
rgba(255, 255, 255, 1) 70%,
rgba(255, 255, 255, 0) 100%
) !important;
pointer-events: none !important;
z-index: 1 !important;
}
.ae-card-title {
margin: 0 !important;
width: 100% !important;
color: #111111 !important;
font-weight: 600 !important;
text-transform: uppercase !important;
line-height: 1.15 !important;
letter-spacing: 0.07em !important;
font-size: 11px !important;
text-align: center !important;
white-space: normal !important;
word-break: normal !important;
overflow-wrap: anywhere !important;
text-wrap: balance !important;
writing-mode: horizontal-tb !important;
transform: none !important;
position: relative !important;
z-index: 2 !important;
}
.ae-card:hover {
background: linear-gradient(160deg, #ffffff 0%, #f8f8f8 50%, #f0f0f0 100%) !important;
outline-color: #999999 !important;
transform: translateY(-3px) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 1),
inset 0 -1px 0 rgba(0, 0, 0, 0.08),
0 6px 12px rgba(0, 0, 0, 0.14),
0 18px 36px rgba(0, 0, 0, 0.18) !important;
}
.ae-card:hover .ae-card-title {
color: #111111 !important;
} .ae-cards-grid .ae-card[data-title="ANTÓNIO HOMEM CARDOSO"] {
order: -999 !important;
grid-column: 1 / -1 !important;
min-height: 88px !important;
background: #111111 !important;
border-color: #111111 !important;
box-shadow: none !important;
transform: none !important;
}
.ae-cards-grid .ae-card[data-title="ANTÓNIO HOMEM CARDOSO"] .ae-card-title {
color: #ffffff !important;
font-size: 13px !important;
letter-spacing: 0.18em !important;
}
.ae-cards-grid .ae-card[data-title="ANTÓNIO HOMEM CARDOSO"]:hover {
background: #2a2a2a !important;
border-color: #2a2a2a !important;
transform: none !important;
box-shadow: none !important;
}
@media (max-width: 1024px) {
.ae-cards-grid {
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 6px !important;
}
.ae-card {
grid-column: span 2 !important;
min-height: 72px !important;
}
.ae-card-title {
font-size: 10px !important;
}
}
@media (max-width: 767px) {
.ae-cards-grid {
grid-template-columns: repeat(2, 1fr) !important;
gap: 6px !important;
}
.ae-card,
.ae-card[data-title] {
grid-column: span 1 !important;
min-height: 64px !important;
padding: 10px 8px !important;
transform: none !important;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.10) !important;
}
.ae-cards-grid .ae-card[data-title="ANTÓNIO HOMEM CARDOSO"] {
grid-column: 1 / -1 !important;
min-height: 60px !important;
}
.ae-card-title,
.ae-cards-grid .ae-card[data-title="ANTÓNIO HOMEM CARDOSO"] .ae-card-title {
font-size: 10px !important;
letter-spacing: 0.05em !important;
}
} .ae-modal-dialog {
border: 4px solid #111111 !important;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45) !important;
}
@media (max-width: 767px) {
.ae-modal-dialog {
border-width: 3px !important;
}
} .gtranslate_wrapper {
display: flex;
gap: 8px;
align-items: center;
height: 100%;
margin-left: 10px;
} a.glink {
display: flex;
align-items: center;
gap: 6px;
padding: 5px 12px 5px 8px;
border-radius: 999px;
background: #F0F0EE;
color: #1F2328;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.02em;
text-decoration: none;
transition: background-color 0.2s ease, color 0.2s ease;
}
a.glink:hover {
background: #e2e2de;
}
a.glink.gt-current-lang {
background: var(--ae-black);
color: #ffffff;
}
a.glink img {
display: block;
height: 16px;
width: 16px;
border: 0;
border-radius: 3px;
margin: 0;
opacity: 1;
}
div.skiptranslate,
#google_translate_element2 {
display: none !important;
}
body {
top: 0 !important;
}
font font {
background-color: transparent !important;
box-shadow: none !important;
position: initial !important;
} .single-card-header,
.single-card-footer {
display: flex;
justify-content: center;
padding: 24px;
}
.single-card-header img,
.single-card-footer img {
width: 220px;
height: auto;
}
.single-card-main {
max-width: 760px;
margin: 0 auto;
padding: 40px 24px 80px;
}
.single-card-main h1 {
margin: 0 0 24px;
font-size: 40px;
font-weight: 800;
letter-spacing: 0.02em;
text-transform: uppercase;
color: var(--ae-black);
}
.single-card-main .page-content p {
line-height: 1.85;
color: #222222;
margin-bottom: 1.4em;
}
.single-card-footer {
flex-direction: column;
align-items: center;
gap: 12px;
border-top: 1px solid #eaeaea;
margin-top: 40px;
}
.single-card-footer .copyright p {
margin: 0;
font-size: 12px;
color: #777777;
}
@media (max-width: 767px) {
.single-card-main h1 {
font-size: 28px;
}
}