.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: #f9f9f9; } .user-content-style { font-size: 18px; line-height: 1.8; color: #333; }
.user-content-style p { margin-bottom: 25px; text-align: justify; }
.user-content-style h2 { color: #5a2800; font-size: 28px; margin-top: 40px; margin-bottom: 20px; text-transform: uppercase; border-left: 5px solid #d35400; padding-left: 15px; }
.user-content-style h3 { color: #8B4513; font-size: 22px; margin-top: 30px; margin-bottom: 15px; font-weight: bold; }
.user-content-style ul { margin-bottom: 25px; padding-left: 40px; }
.user-content-style ul li { margin-bottom: 10px; list-style-type: disc; }
.user-content-style blockquote { background: #f9f9f9; border-left: 5px solid #5a2800; margin: 30px 0; padding: 20px; font-style: italic; color: #555; }
@media (max-width: 768px) {
.entry-content, .user-content-style, .user-content-style p { font-size: 16px !important; line-height: 1.6 !important; }
.user-content-style h2 { font-size: 22px !important; margin-top: 30px !important; margin-bottom: 15px !important; }
.user-content-style h3 { font-size: 18px !important; margin-top: 25px !important; }
} header { display: flex; align-items: center; justify-content: space-between; padding: 30px 50px; position: absolute; width: 100%; z-index: 100; color: white; }
.header-logo-img { height: 60px; width: auto; display: block; filter: brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,0.9)); }
.footer-logo-img { height: 40px; width: auto; max-width: 200px; display: block; filter: brightness(0) invert(1); } @keyframes dynamicIslandPop {
0% { transform: translateX(-50%) scale(0); opacity: 0; }
60% { transform: translateX(-50%) scale(1.1); }
100% { transform: translateX(-50%) scale(1); opacity: 1; }
}
.desktop-pilula { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); z-index: 100; animation: dynamicIslandPop 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; }
.desktop-links { list-style: none; display: flex; gap: 5px; margin: 0; padding: 8px 10px; background: rgba(60, 30, 0, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 15px 35px rgba(0,0,0,0.3); border-radius: 100px; white-space: nowrap; }
.desktop-links a { color: rgba(255, 255, 255, 0.9); text-decoration: none; font-weight: 700; font-size: 13px; text-transform: uppercase; padding: 8px 18px; border-radius: 50px; transition: all 0.3s ease; display: block; }
.desktop-links a:hover { background-color: rgba(255, 255, 255, 0.2); color: #fff; transform: scale(1.05); } .menu-item-has-children > a::after { content: ' ▾'; font-size: 10px; margin-left: 5px; position: relative; top: -1px; transition: transform 0.3s; display: inline-block; }
@media (min-width: 951px) {
.desktop-links li { position: relative !important; }
.desktop-links .sub-menu { position: absolute !important; top: calc(100% + 15px) !important; left: 0 !important; min-width: 220px !important; background: rgba(60, 30, 0, 0.95) !important; backdrop-filter: blur(15px) !important; -webkit-backdrop-filter: blur(15px) !important; border: 1px solid rgba(255, 255, 255, 0.2) !important; box-shadow: 0 15px 40px rgba(0,0,0,0.4) !important; border-radius: 15px !important; display: flex !important; flex-direction: column !important; padding: 15px !important; margin-top: 0 !important; gap: 5px !important; opacity: 0 !important; visibility: hidden !important; transform: translateY(10px) !important; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; pointer-events: none !important; list-style: none !important; }
.desktop-links .sub-menu::before { content: ''; position: absolute; top: -20px; left: 0; width: 100%; height: 20px; background: transparent; }
.desktop-links li:hover > .sub-menu { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; pointer-events: auto !important; }
.desktop-links .sub-menu a { text-align: left !important; font-size: 13px !important; padding: 10px 15px !important; border-radius: 8px !important; white-space: normal !important; line-height: 1.4 !important; display: block !important; }
.desktop-links .sub-menu a:hover { background-color: rgba(255, 255, 255, 0.1) !important; transform: translateX(5px) !important; }
.desktop-links .sub-menu .menu-item-has-children > a::after { content: ' ›' !important; }
} .mobile-menu-wrapper { display: none; }
@media (max-width: 950px) {
.desktop-pilula { display: none; }
.mobile-menu-wrapper { display: block; position: fixed; top: 25px !important; right: 20px !important; z-index: 10000; }
.mobile-toggle { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 70px; height: 45px; border-radius: 50px; background: rgba(60, 30, 0, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 4px 10px rgba(0,0,0,0.3); cursor: pointer; position: relative; z-index: 10002; transition: all 0.3s ease; }
.mobile-toggle span { display: block; width: 28px; height: 3px; background-color: white; border-radius: 2px; transition: 0.3s; }
.mobile-toggle:hover { background: rgba(80, 40, 0, 0.95); border-color: rgba(255, 255, 255, 0.4); }
.mobile-menu-wrapper.menu-open .mobile-toggle { background: #d35400e6; transform: scale(1.05); }
.mobile-menu-wrapper.menu-open .mobile-toggle span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.mobile-menu-wrapper.menu-open .mobile-toggle span:nth-child(2) { opacity: 0; }
.mobile-menu-wrapper.menu-open .mobile-toggle span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }
.mobile-dropdown { position: absolute; top: 60px; right: 0; width: 220px; background: rgba(60, 30, 0, 0.85); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 35px; padding: 25px; box-shadow: 0 15px 35px rgba(0,0,0,0.3); opacity: 0; visibility: hidden; transform: translateY(-10px) scale(0.95); transform-origin: top right; transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); pointer-events: none; }
.mobile-menu-wrapper.menu-open .mobile-dropdown { opacity: 1; visibility: visible; transform: translateY(0) scale(1); pointer-events: auto; }
.mobile-links { list-style: none; padding: 0; margin: 0; }
.mobile-links li { text-align: right; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 10px; padding-bottom: 10px; }
.mobile-links li:last-child { border: none; margin: 0; padding: 0; }
.mobile-links a { color: white; text-decoration: none; font-weight: 600; font-size: 14px; display: block; text-transform: uppercase; } .mobile-links .sub-menu { display: none; background: rgba(0, 0, 0, 0.2) !important; box-shadow: inset 0 3px 10px rgba(0,0,0,0.1) !important; padding: 10px 0 !important; margin: 5px 0 10px 0 !important; border-radius: 15px !important; list-style: none !important; }
.mobile-links .sub-menu li { border-bottom: 1px solid rgba(255,255,255,0.05) !important; padding: 0 !important; margin: 0 !important; }
.mobile-links .sub-menu li:last-child { border: none !important; }
.mobile-links .sub-menu li::before { display: none !important; }
.mobile-links .sub-menu a { padding: 10px 25px 10px 15px !important; font-size: 12px !important; opacity: 0.9 !important; color: #ddd !important; text-transform: capitalize !important; margin-top: 5px; }
.mobile-links .menu-item-has-children.open-submenu > .sub-menu { display: block !important; animation: fadeInDown 0.3s ease; }
.mobile-links .menu-item-has-children.open-submenu > a::after { transform: rotate(180deg); }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
} .pagination { margin-top: 50px; display: flex; justify-content: center; gap: 10px; }
.pagination a, .pagination span { display: inline-block; padding: 10px 18px; background: white; border: 1px solid #ddd; color: #333; text-decoration: none; font-weight: bold; border-radius: 5px; transition: all 0.3s; }
.pagination a:hover { background-color: #f0f0f0; border-color: #ccc; }
.pagination .current { background-color: #5a2800; color: white; border-color: #5a2800; }
.tags-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-btn { padding: 8px 16px; border: 1px solid #a05000; color: #a05000; text-decoration: none; font-size: 12px; text-transform: uppercase; transition: all 0.3s; }
.tag-btn:hover { background-color: #a05000; color: white; } .hero { height: 80vh; width: 100%; background-color: #1a1a1a; background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 80px; padding-left: 50px; color: white; }
.hero h1 { font-size: 36px; max-width: 900px; line-height: 1.2; margin-bottom: 15px; text-transform: uppercase; text-shadow: 2px 2px 10px rgba(0,0,0,0.8); }
.hero p { font-size: 18px; max-width: 800px; opacity: 0.95; text-shadow: 1px 1px 5px rgba(0,0,0,0.8); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.hero-slider-container { height: 80vh; width: 100%; position: relative; background-color: #1a1a1a; }
.swiper.heroSwiper { width: 100%; height: 100%; }
.swiper-slide.hero-slide { display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 80px; padding-left: 50px; box-sizing: border-box; }
.swiper-slide .hero-content { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.swiper-slide .hero-content h1, .swiper-slide .hero-content .hero-resumo { max-width: 800px; }
.swiper-slide .hero-content h1 a { color: #ffffff !important; text-shadow: 2px 2px 8px rgba(0,0,0,0.9); }
.swiper-slide .hero-content .hero-resumo, .swiper-slide .hero-content .hero-resumo p { color: #ffffff !important; text-shadow: 1px 1px 5px rgba(0,0,0,0.9); font-size: 16px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom: 0; }
.swiper-button-next, .swiper-button-prev { color: white !important; text-shadow: 0 0 5px rgba(0,0,0,0.5); }
.swiper-button-next:after, .swiper-button-prev:after { font-size: 30px !important; }
.swiper-pagination-bullet { background: white !important; opacity: 0.5; }
.swiper-pagination-bullet-active { opacity: 1; background: #d35400 !important; }
@media (max-width: 768px) {
.swiper-slide .hero-content h1, .swiper-slide .hero-content h1 a { font-size: 26px !important; line-height: 1.2 !important; margin-bottom: 10px !important; }
.swiper-slide .hero-content .hero-resumo, .swiper-slide .hero-content .hero-resumo p { font-size: 15px !important; }
} .news-section { background-color: white; padding: 60px 50px; }
.news-section h2, .section-title { color: #5a2800; margin-bottom: 30px; text-transform: uppercase; font-size: 24px; padding-bottom: 10px; }
.news-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.card { background: #fff; border: 1px solid #eee; border-radius: 8px; overflow: hidden; transition: transform 0.2s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.card img { width: 100%; height: 220px; object-fit: cover; display: block; }
.card-content { padding: 20px; }
.card h3 { font-size: 18px; margin-bottom: 10px; color: #333; }
.card .date { display: block; font-size: 12px; color: #999; margin-bottom: 10px; font-weight: bold; }
.container-flex-news { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; gap: 50px; align-items: flex-start; }
.main-news-column { flex: 2.5; width: 100%; }
.news-sidebar { flex: 1; background-color: #fff; padding: 30px; border-radius: 8px; border: 1px solid #eee; box-shadow: 0 5px 20px rgba(0,0,0,0.05); position: sticky; top: 120px; }
.sidebar-widget { margin-bottom: 40px; }
.sidebar-widget h3 { color: #5a2800; font-size: 18px; text-transform: uppercase; border-bottom: 2px solid #5a2800; padding-bottom: 10px; margin-bottom: 20px; }
.search-field, .sidebar-widget select { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; background: white; }
.categories-list { list-style: none; padding: 0; margin: 0; }
.categories-list li { border-bottom: 1px solid #eee; padding: 10px 0; display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: #777; }
.categories-list li a { text-decoration: none; color: #333; font-weight: 500; transition: color 0.2s; }
.categories-list li a:hover { color: #d35400; }
.single-hero { height: 60vh; width: 100%; background-size: cover !important; background-position: center !important; margin-bottom: 50px; }
.single-content-container { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.single-title { font-size: 36px; color: #5a2800; text-transform: uppercase; margin-bottom: 10px; }
.single-subtitle { font-size: 14px; color: #d35400; font-weight: bold; text-transform: uppercase; margin-bottom: 30px; }
.post-meta { display: flex !important; align-items: center !important; gap: 15px !important; margin-bottom: 30px !important; }
.author-avatar img { border-radius: 50% !important; width: 60px !important; height: 60px !important; border: 2px solid #eee !important; display: block !important; margin: 0 !important; }
.meta-info { display: flex !important; flex-direction: column !important; justify-content: center !important; }
.author-name { font-weight: bold !important; color: #333 !important; font-size: 16px !important; margin: 0 0 2px 0 !important; line-height: 1.2 !important; display: block !important; }
.post-date { font-size: 13px !important; color: #777 !important; margin: 0 !important; line-height: 1.2 !important; display: block !important; }
.entry-content { font-size: 18px; line-height: 1.8; color: #333; margin-bottom: 50px; }
.entry-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 20px 0; }
.related-themes-box { background-color: #eee; padding: 30px; border-radius: 5px; margin-bottom: 80px; }
.related-themes-box h3 { color: #d35400; font-size: 16px; text-transform: uppercase; margin-bottom: 15px; }
.recent-articles-section { background-color: #fff; padding: 50px 0; border-top: 1px solid #eee; }
.container-recent { max-width: 1000px; margin: 0 auto; padding: 0 20px; }
@media (max-width: 900px) {
.container-flex-news { flex-direction: column; }
.news-sidebar { width: 100%; position: static; margin-top: 40px; }
}
@media (max-width: 768px) {
.single-title { font-size: 24px !important; line-height: 1.3 !important; margin-bottom: 15px !important; }
.single-subtitle { font-size: 13px !important; margin-bottom: 20px !important; }
.author-name { margin-bottom: 2px; }
} .home-producoes { background-color: #fcfcfc; padding: 60px 50px; border-top: 1px solid #eee; }
.container-producoes { max-width: 1200px; margin: 0 auto; }
.section-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; border-bottom: 2px solid #5a2800; padding-bottom: 10px; }
.section-header h2 { color: #5a2800; font-size: 24px; text-transform: uppercase; margin: 0; }
.btn-ver-todas { color: #d35400; font-weight: bold; font-size: 14px; text-transform: uppercase; text-decoration: none; }
.producoes-home-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; justify-content: center; }
.mini-book-card { transition: transform 0.3s; }
.mini-book-card:hover { transform: translateY(-10px); }
.mini-book-card a { text-decoration: none; color: inherit; }
.book-cover-wrapper { position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.15); border-radius: 4px; overflow: hidden; margin-bottom: 15px; width: 100%; aspect-ratio: 2 / 3; background: #ddd; }
.book-cover-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mini-book-card h3 { font-size: 16px; color: #333; margin-bottom: 5px; font-weight: bold; }
.book-author { font-size: 13px; color: #777; margin: 0; }
.badge-free { position: absolute; top: 10px; right: 10px; background-color: #27ae60; color: white; font-size: 10px; font-weight: bold; padding: 3px 8px; border-radius: 3px; text-transform: uppercase; }
.productions-header, .database-header { background-color: #5a2800; padding: 120px 0 60px 0; text-align: center; color: white; border-bottom-left-radius: 50% 20px; border-bottom-right-radius: 50% 20px; margin-bottom: 50px; }
.productions-header h1, .database-header h1 { font-size: 32px; text-transform: uppercase; letter-spacing: 1px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
.book-page-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.book-details-wrapper { display: flex; gap: 50px; margin-bottom: 50px; align-items: flex-start; }
.book-cover-col { flex: 1; max-width: 400px; }
.book-cover-img { width: 100%; box-shadow: 0 10px 25px rgba(0,0,0,0.2); border-radius: 5px; }
.book-info-col { flex: 1.5; }
.book-title { font-size: 32px; color: #5a2800; text-transform: uppercase; margin-bottom: 10px; line-height: 1.2; }
.book-type { color: #d35400; font-weight: bold; text-transform: uppercase; margin-bottom: 20px; font-size: 18px; }
.book-meta p { font-size: 16px; color: #444; margin-bottom: 8px; line-height: 1.5; }
.book-action { margin-top: 30px; }
.btn-book { display: inline-block; background-color: #8B4513; color: white; padding: 15px 40px; text-decoration: none; font-weight: bold; font-size: 18px; border-radius: 8px; box-shadow: 0 4px 0 #5a2800; transition: transform 0.1s, box-shadow 0.1s; }
.btn-book:hover { background-color: #a05015; transform: translateY(2px); box-shadow: 0 2px 0 #5a2800; color: white; }
.book-description { font-size: 18px; line-height: 1.8; color: #333; margin-bottom: 80px; max-width: 900px; }
.books-archive-section { padding: 50px 20px; background-color: #f9f9f9; min-height: 500px; }
.container-books { max-width: 1200px; margin: 0 auto; }
.books-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 40px; justify-content: center; }
.book-card-item { background: transparent; transition: transform 0.3s; }
.book-card-item:hover { transform: translateY(-10px); }
.book-card-link { text-decoration: none; color: inherit; display: flex; flex-direction: column; height: 100%; }
.book-card-info { text-align: center; }
.book-card-info h3 { font-size: 16px; color: #5a2800; margin-bottom: 5px; line-height: 1.3; text-transform: uppercase; }
.book-year { display: block; font-size: 14px; color: #777; margin-bottom: 10px; }
.btn-details { display: inline-block; font-size: 12px; color: #d35400; font-weight: bold; text-transform: uppercase; border: 1px solid #d35400; padding: 5px 15px; border-radius: 20px; transition: all 0.2s; }
.book-card-item:hover .btn-details { background-color: #d35400; color: white; }
@media (max-width: 768px) {
.book-details-wrapper { flex-direction: column; }
.book-cover-col { max-width: 100%; margin: 0 auto; }
} .team-category-header { text-align: center; margin-top: 60px; margin-bottom: 40px; }
.team-cat-title { color: #5a2800; font-size: 28px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; position: relative; display: inline-block; }
.team-cat-divider { border: 0; height: 3px; width: 80px; background-color: #d35400; margin: 0 auto; border-radius: 2px; }
.team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 40px; justify-content: center; margin-bottom: 60px; }
.team-card { background: #fff; border: 1px solid #f0f0f0; border-radius: 10px; padding: 30px 20px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); border-color: transparent; }
.team-card a { transition: color 0.2s; }
.team-card h3 a:hover { color: #d35400; }
.team-photo-wrapper { width: 140px; height: 140px; margin: 0 auto 20px auto; border-radius: 50%; overflow: hidden; border: 3px solid #f9f9f9; box-shadow: 0 5px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease, border-color 0.3s; }
.team-card:hover .team-photo-wrapper { border-color: #d35400; transform: scale(1.05); }
.team-photo-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.team-info h3 { font-size: 18px; color: #5a2800; margin-bottom: 10px; font-weight: 700; }
.team-meta-text { margin-bottom: 25px; min-height: 50px; }
.team-role { display: block; font-size: 14px; color: #555; font-weight: 600; margin-bottom: 4px; }
.team-uni { display: block; font-size: 13px; color: #888; font-style: italic; }
.team-actions { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: auto; }
.btn-lattes { display: inline-block; padding: 8px 16px; border: 1px solid #d35400; color: #d35400; text-decoration: none; font-size: 12px; font-weight: bold; border-radius: 20px; text-transform: uppercase; transition: all 0.3s; }
.btn-lattes:hover { background-color: #d35400; color: white; }
.btn-email { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid #ccc; border-radius: 50%; color: #555; text-decoration: none; font-size: 16px; transition: all 0.3s; }
.btn-email:hover { background-color: #555; color: white; border-color: #555; }
.profile-layout { display: flex; gap: 60px; }
.profile-sidebar { flex: 1; min-width: 250px; }
.profile-photo-wrapper { width: 200px; height: 200px; border-radius: 50%; overflow: hidden; border: 5px solid white; box-shadow: 0 10px 30px rgba(0,0,0,0.15); margin: 0 auto 30px auto; background: white; }
.profile-photo-wrapper img { width: 100%; height: 100%; object-fit: cover; }
.profile-actions { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.btn-lattes-profile { display: block; width: 100%; max-width: 200px; padding: 10px; background: #d35400; color: white; text-decoration: none; font-weight: bold; border-radius: 30px; text-transform: uppercase; font-size: 14px; transition: background 0.3s; }
.btn-lattes-profile:hover { background: #a05000; }
.btn-email-profile { display: block; color: #555; text-decoration: none; font-size: 14px; }
.btn-email-profile:hover { color: #d35400; text-decoration: underline; }
.profile-bio { flex: 2.5; padding-top: 40px; }
.bio-collapsed { max-height: 300px; overflow: hidden; position: relative; transition: max-height 0.8s ease-in-out; }
.bio-expanded { max-height: 5000px; transition: max-height 1s ease-in-out; }
.bio-fade-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100px; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 90%); pointer-events: none; transition: opacity 0.5s; }
.bio-expanded .bio-fade-overlay { opacity: 0; }
@media (max-width: 768px) {
.profile-layout { flex-direction: column; gap: 20px; }
.profile-sidebar { margin-top: -80px !important; }
.profile-bio { padding-top: 0; }
} .projects-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); gap: 30px; }
.project-card { background: white; border-radius: 12px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); overflow: hidden; position: relative; border-left: 5px solid #5a2800; transition: transform 0.3s; padding: 25px; display: flex; flex-direction: column; }
.project-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.project-status { position: absolute; top: 20px; right: 20px; font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; }
.status-green { background-color: #e6f9ed; color: #27ae60; }
.status-gray { background-color: #eee; color: #777; }
.project-type { display: block; font-size: 12px; color: #d35400; font-weight: bold; text-transform: uppercase; margin-bottom: 5px; }
.project-card h3 { font-size: 20px; margin: 5px 0 15px 0; line-height: 1.3; }
.project-card h3 a { text-decoration: none; color: #333; }
.project-author { font-size: 14px; color: #555; margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.project-excerpt { font-size: 14px; color: #666; margin-bottom: 20px; flex-grow: 1; }
.btn-project-details { text-decoration: none; color: #5a2800; font-weight: bold; font-size: 14px; }
.project-year { position: absolute; bottom: 20px; right: 20px; font-size: 30px; font-weight: 800; color: #f0f0f0; z-index: 0; pointer-events: none; }
.project-status-pill { padding: 6px 12px; border-radius: 4px; font-weight: bold; font-size: 12px; text-transform: uppercase; background: white; }
.project-status-pill.status-green { color: #27ae60; }
.project-status-pill.status-gray { color: #777; } .wpDataTablesWrapper table { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important; }
.wpDataTablesWrapper table thead th { background-color: #5a2800 !important; color: white !important; text-transform: uppercase; padding: 15px !important; border: none !important; }
.wpDataTablesWrapper table tbody td { padding: 12px !important; border-bottom: 1px solid #eee !important; color: #333; }
.wpDataTablesWrapper table tbody tr:nth-child(odd) td { background-color: #fcfcfc; }
.wpDataTablesWrapper table tbody tr:hover td { background-color: #ffe6d5; }
.wpDataTableFilterSection input, .wpDataTableFilterSection select { padding: 8px; border: 1px solid #ccc; border-radius: 4px; width: 100%; } @media (max-width: 768px) {
.news-section, .home-producoes, .projects-section { padding: 40px 20px !important; }
.news-grid, .projects-grid, .team-grid, .producoes-home-grid { grid-template-columns: 1fr !important; }
} .nupep-footer { background-color: #3e1e09; color: white; padding: 60px 0 40px 0; position: relative; overflow: hidden; margin-top: 0; }
.footer-container { max-width: 1200px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
.footer-top-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 50px; }
.footer-socials { display: flex; gap: 20px; }
.footer-socials a { color: white; transition: transform 0.2s, color 0.2s; }
.footer-socials a:hover { color: #d35400; transform: scale(1.1); }
.footer-nav-row { margin-bottom: 40px; }
.footer-menu-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 40px; }
.footer-menu-list li a { color: white; text-decoration: none; font-weight: 700; font-size: 16px; text-transform: capitalize; display: block; padding-top: 15px; border-top: 3px solid white; transition: border-color 0.3s, color 0.3s; }
.footer-menu-list li a:hover { color: #ddd; border-color: #d35400; }
.footer-bottom-row { margin-top: 20px; }
.footer-divider { border: 0; border-top: 1px solid rgba(255,255,255,0.2); margin-bottom: 20px; }
.footer-bottom-row p { font-size: 12px; opacity: 0.7; }
.footer-curve-top-right { position: absolute; top: -50px; right: -50px; width: 150px; height: 150px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.3); z-index: 1; }
.footer-curve-bottom-left { position: absolute; bottom: -50px; left: -50px; width: 200px; height: 200px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.3); z-index: 1; }
@media (max-width: 768px) {
.footer-top-row { flex-direction: column; align-items: flex-start; gap: 30px; }
.footer-menu-list { flex-direction: column; gap: 20px; }
.footer-menu-list li a { display: inline-block; }
}  .desktop-links .menu-item-destaque {
position: relative !important;
width: 155px !important; 
height: 30px !important; 
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin: 0 !important;
padding: 0 !important;
}
.desktop-links .menu-item-destaque a {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important; 
background-color: #ffffff !important; color: transparent !important;
font-size: 0 !important;
text-indent: -9999px !important;
white-space: nowrap !important;
overflow: hidden !important;
width: 165px !important; 
height: 56px !important; 
border-radius: 50px !important;
box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
border: none !important;
padding: 0 !important;
transition: all 0.3s ease !important;
}
.desktop-links .menu-item-destaque a:hover {
transform: translate(-50%, -50%) scale(1.08) !important; 
box-shadow: 0 8px 25px rgba(0,0,0,0.3) !important;
}
.desktop-links .menu-item-destaque a::after {
content: "" !important;
position: absolute !important;
top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
background-image: url(https://nupep.com.br/wp-content/themes/nupep_tema/assets/img/10-anos-logo.png) !important;
background-size: 70% auto !important; 
background-position: center !important;
background-repeat: no-repeat !important;
filter: brightness(0.2) sepia(1) hue-rotate(330deg) saturate(3) !important; 
} @media (max-width: 950px) { .mobile-links {
display: flex;
flex-direction: column;
}
.mobile-links .menu-item-destaque {
order: -1 !important; display: flex !important;
justify-content: center !important; padding: 5px 0 25px 0 !important; border-bottom: 1px solid rgba(255,255,255,0.1); margin-bottom: 15px;
}
.mobile-links .menu-item-destaque a {
position: relative !important;
display: block !important;
background-color: #ffffff !important;
width: 170px !important; height: 55px !important;
border-radius: 30px !important;
margin: 0 !important;
padding: 0 !important;
box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
color: transparent !important;
font-size: 0 !important;
line-height: 0 !important;
text-indent: -9999px !important;
white-space: nowrap !important;
overflow: hidden !important;
}
.mobile-links .menu-item-destaque a::after {
content: "" !important;
position: absolute !important;
top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
background-image: url(https://nupep.com.br/wp-content/themes/nupep_tema/assets/img/10-anos-logo.png) !important;
background-size: 65% auto !important;
background-position: center !important;
background-repeat: no-repeat !important;
filter: brightness(0.2) sepia(1) hue-rotate(330deg) saturate(3) !important;
}
}  .desktop-links .menu-item-home a {
font-size: 0 !important; color: transparent !important;
width: 32px !important;
height: 32px !important;
padding: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
border-radius: 50% !important; margin-right: 5px;  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.85)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") !important;
background-size: 18px auto !important;
background-position: center !important;
background-repeat: no-repeat !important;
transition: background-color 0.3s ease !important;
} .desktop-links .menu-item-home a:hover {
background-color: rgba(255, 255, 255, 0.15) !important;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") !important;
} @media (max-width: 950px) {
.mobile-links .menu-item-home a {
font-size: 14px !important;
color: white !important;
background-image: none !important;
width: auto !important;
height: auto !important;
border-radius: 0 !important;
margin: 0 !important;
}
} @media (max-width: 950px) { .mobile-links li {
text-align: center !important;
} .mobile-links .sub-menu a {
text-align: center !important;
padding: 10px !important; 
}
} .logo-animada-wrapper {
display: flex;
align-items: center !important;
height: 50px; 
width: 180px; position: relative; margin: 0 !important;
padding: 0 !important; -webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1); -webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.logo-padrao, .logo-comemorativa {
position: absolute; left: 0; margin: 0 !important; 
padding: 0 !important;
height: auto;
max-height: 50px; 
display: block; -webkit-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
will-change: opacity;
} .logo-padrao {
opacity: 1;
}
.logo-comemorativa {
opacity: 0;
} .logo-animada-wrapper.efeito-10-anos .logo-padrao {
opacity: 0;
}
.logo-animada-wrapper.efeito-10-anos .logo-comemorativa {
opacity: 1;
} @media (max-width: 900px) {
.logo-animada-wrapper { height: 45px; width: 170px; }
} .btn-metodologia {
display: inline-flex;
align-items: center;
gap: 8px;
background: transparent;
color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(255, 255, 255, 0.4);
padding: 8px 16px;
border-radius: 20px;
font-size: 13px;
text-transform: uppercase;
cursor: pointer;
margin-top: 20px;
transition: 0.3s;
}
.btn-metodologia:hover {
background: rgba(255, 255, 255, 0.1);
color: #fff;
border-color: #fff;
}
.nupep-modal-overlay {
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0,0,0,0.7); z-index: 9999;
display: flex; justify-content: center; align-items: center;
opacity: 0; visibility: hidden; transition: 0.3s ease;
}
.nupep-modal-overlay.active {
opacity: 1; visibility: visible;
}
.nupep-modal-content {
background: #fff; width: 90%; max-width: 650px;
border-radius: 15px; padding: 40px; position: relative;
max-height: 85vh; overflow-y: auto; text-align: left;
transform: translateY(20px); transition: 0.3s ease;
box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.nupep-modal-overlay.active .nupep-modal-content {
transform: translateY(0);
}
.nupep-modal-close {
position: absolute; top: 20px; right: 20px;
background: #eee; border: none; width: 30px; height: 30px;
border-radius: 50%; cursor: pointer; font-weight: bold;
color: #555; transition: 0.3s; display: flex; align-items: center; justify-content: center;
}
.nupep-modal-close:hover { background: #d35400; color: #fff; }
.nupep-modal-title { color: #5a2800; margin-bottom: 20px; font-size: 24px; text-transform: uppercase; font-weight: 800;}
.nupep-modal-text { color: #444; line-height: 1.7; font-size: 15px; text-align: justify; }
.nupep-modal-text h4 { color: #d35400; margin-top: 25px; margin-bottom: 10px; font-size: 17px; text-transform: uppercase;} @font-face {
font-family: 'Mexcellent';
src: url(//nupep.com.br/wp-content/themes/nupep_tema/assets/fonts/mexcellent-regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;
}
.header-titles-wrapper {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 25px;
}
.title-inventiva {
font-family: 'Mexcellent', sans-serif !important;
font-size: 58px; line-height: 1.1;
letter-spacing: 2px;
color: #fff;
display: block;
text-align: center;
} .database-logos {
width: 140px;
flex-shrink: 0;
text-align: center;
padding-top: 30px; }
.database-logos h4 {
color: #5a2800;
font-size: 15px;
text-transform: uppercase;
font-weight: 800;
margin-top: 0;
margin-bottom: 25px;
}
.logos-grid {
display: flex;
flex-direction: column;
gap: 25px;
align-items: center;
}
.logos-grid img {
max-width: 100%;
height: auto; opacity: 0.85; 
transition: opacity 0.3s;
}
.logos-grid img:hover {
opacity: 1;
} @media (max-width: 900px) {
.header-titles-wrapper {
flex-direction: column;
text-align: center;
gap: 15px;
}
.left-titles, .right-titles { text-align: center; }
.database-logos {
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}
.logos-grid {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
.logos-grid img { max-width: 80px; }
}  .nupep-search-trigger { position: relative;
z-index: 100;
flex-shrink: 0;
margin-left: auto;
margin-right: 0; width: 52px;
height: 52px; border-radius: 50%; background: #ffffff;
border: 1px solid rgba(255, 255, 255, 0.6);
box-shadow:
0 8px 24px rgba(0, 0, 0, 0.28),
0 2px 6px rgba(90, 40, 0, 0.18),
inset 0 1px 0 rgba(255, 255, 255, 0.9); color: #5a2800; display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
cursor: pointer; animation: nupepSearchIslandPop 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
animation-delay: 0.15s; transition:
transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),
box-shadow 0.35s ease,
background-color 0.3s ease,
color 0.3s ease;
} .nupep-search-trigger svg {
width: 22px;
height: 22px;
display: block;
transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
} .nupep-search-trigger:hover {
transform: scale(1.1);
background: #d35400;
color: #ffffff;
border-color: rgba(255, 255, 255, 0.7);
box-shadow:
0 14px 32px rgba(211, 84, 0, 0.45),
0 4px 10px rgba(0, 0, 0, 0.25);
}
.nupep-search-trigger:hover svg {
transform: rotate(-8deg) scale(1.08);
} .nupep-search-trigger:focus-visible {
outline: 3px solid #d35400;
outline-offset: 3px;
} @keyframes nupepSearchIslandPop {
0%   { transform: scale(0);     opacity: 0; }
60%  { transform: scale(1.12); }
100% { transform: scale(1);     opacity: 1; }
} @media (max-width: 950px) {
.nupep-search-trigger { display: none !important; }
} .nupep-search-trigger-mobile {
-webkit-appearance: none;
appearance: none;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
background: #ffffff;
color: #5a2800;
border: none;
border-radius: 30px;
padding: 12px 18px;
margin: 0 0 18px 0;
font-family: inherit;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.nupep-search-trigger-mobile svg {
width: 18px;
height: 18px;
display: block;
}
.nupep-search-trigger-mobile:hover,
.nupep-search-trigger-mobile:active {
transform: scale(1.02);
background: #d35400;
color: #ffffff;
}
@media (min-width: 951px) {
.nupep-search-trigger-mobile { display: none !important; }
}  .nupep-search-modal {
position: fixed;
inset: 0;
z-index: 100000; display: flex;
align-items: flex-start;
justify-content: center;
padding: 8vh 20px 20px;
box-sizing: border-box; opacity: 0;
visibility: hidden;
pointer-events: none;
transition:
opacity 0.35s ease,
visibility 0.35s ease;
}
.nupep-search-modal[hidden] { display: none; }
.nupep-search-modal.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
} body.nupep-search-open {
overflow: hidden; }
body.nupep-search-open #page,
body.nupep-search-open > header,
body.nupep-search-open > .mobile-menu-wrapper,
body.nupep-search-open > main,
body.nupep-search-open > footer,
body.nupep-search-open .site-content,
body.nupep-search-open #content {
filter: blur(6px) brightness(0.55);
transition: filter 0.35s ease;
} .nupep-search-modal__backdrop {
position: absolute;
inset: 0;
background: radial-gradient(
ellipse at 50% 0%,
rgba(45, 22, 0, 0.85) 0%,
rgba(15, 8, 0, 0.92) 70%,
rgba(0, 0, 0, 0.95) 100%
);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
cursor: pointer;
} .nupep-search-modal__card {
position: relative;
z-index: 1;
width: 100%;
max-width: 720px;
background: #ffffff;
border-radius: 24px;
box-shadow:
0 30px 80px rgba(0, 0, 0, 0.55),
0 8px 24px rgba(0, 0, 0, 0.25);
overflow: hidden; transform: translateY(-30px) scale(0.96);
opacity: 0;
transition:
transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275),
opacity 0.35s ease;
}
.nupep-search-modal.is-open .nupep-search-modal__card {
transform: translateY(0) scale(1);
opacity: 1;
} .nupep-search-modal__close {
position: absolute;
top: 14px;
right: 14px;
z-index: 2;
width: 38px;
height: 38px;
border-radius: 50%;
background: #f3ece4;
border: none;
color: #5a2800;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.nupep-search-modal__close svg {
width: 18px;
height: 18px;
display: block;
}
.nupep-search-modal__close:hover {
background: #d35400;
color: #ffffff;
transform: rotate(90deg);
} .nupep-search-modal__form {
position: relative;
display: flex;
align-items: center;
gap: 12px;
padding: 22px 56px 22px 26px;
border-bottom: 2px solid #efe3d6;
background: linear-gradient(180deg, #fffaf3 0%, #ffffff 100%);
}
.nupep-search-modal__icon {
color: #d35400;
display: inline-flex;
flex-shrink: 0;
}
.nupep-search-modal__icon svg {
width: 24px;
height: 24px;
display: block;
}
.nupep-search-modal__input {
flex: 1;
border: none;
outline: none;
background: transparent;
font-family: inherit;
font-size: 22px;
font-weight: 600;
color: #2c1a0a;
letter-spacing: 0.2px;
padding: 6px 0;
min-width: 0;
}
.nupep-search-modal__input::placeholder {
color: #b89c80;
font-weight: 500;
}
.nupep-search-modal__input::-webkit-search-cancel-button { display: none; }
.nupep-search-modal__kbd {
position: absolute;
right: 64px;
top: 50%;
transform: translateY(-50%);
background: #f3ece4;
color: #8a6b52;
font-family: 'Segoe UI', Tahoma, sans-serif;
font-size: 11px;
font-weight: 700;
padding: 4px 8px;
border-radius: 6px;
border: 1px solid #e3d3bf;
box-shadow: 0 1px 0 #e3d3bf;
pointer-events: none;
transition: opacity 0.2s ease;
}
.nupep-search-modal__input:focus ~ .nupep-search-modal__kbd,
.nupep-search-modal.is-open .nupep-search-modal__input:not(:placeholder-shown) ~ .nupep-search-modal__kbd {
opacity: 0;
} .nupep-search-modal__suggestions {
padding: 22px 26px 6px 26px;
}
.nupep-search-modal__hint-title {
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #a08566;
margin: 0 0 12px 0;
}
.nupep-search-modal__chips {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.nupep-search-chip {
display: inline-block;
text-decoration: none;
background: #faf2e9;
color: #5a2800;
border: 1px solid #ecd9bf;
padding: 8px 14px;
border-radius: 100px;
font-size: 13px;
font-weight: 700;
transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.nupep-search-chip:hover {
background: #d35400;
color: #ffffff;
border-color: #d35400;
transform: translateY(-2px);
} .nupep-search-modal.is-searching .nupep-search-modal__suggestions,
.nupep-search-modal.has-results .nupep-search-modal__suggestions {
display: none;
} .nupep-search-modal__results {
padding: 4px 26px 22px 26px;
max-height: 50vh;
overflow-y: auto; scrollbar-width: thin;
scrollbar-color: #d35400 #faf2e9;
}
.nupep-search-modal__results::-webkit-scrollbar { width: 8px; }
.nupep-search-modal__results::-webkit-scrollbar-track { background: #faf2e9; }
.nupep-search-modal__results::-webkit-scrollbar-thumb { background: #d35400; border-radius: 4px; }
.nupep-search-modal__status {
text-align: center;
color: #8a6b52;
font-size: 13px;
padding: 18px 0 8px 0;
font-weight: 600;
min-height: 20px;
} .nupep-search-modal__status.is-loading::before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
margin-right: 8px;
border: 2px solid #ecd9bf;
border-top-color: #d35400;
border-radius: 50%;
animation: nupepSearchSpin 0.7s linear infinite;
vertical-align: -2px;
}
@keyframes nupepSearchSpin {
to { transform: rotate(360deg); }
}
.nupep-search-modal__list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 4px;
}
.nupep-search-result {
display: flex;
flex-direction: column;
gap: 4px;
padding: 12px 14px;
border-radius: 12px;
text-decoration: none;
color: #2c1a0a;
transition: background-color 0.18s ease, transform 0.18s ease;
border: 1px solid transparent;
}
.nupep-search-result:hover,
.nupep-search-result.is-active {
background: #faf2e9;
border-color: #ecd9bf;
transform: translateX(4px);
}
.nupep-search-result__row {
display: flex;
align-items: center;
gap: 8px;
}
.nupep-search-result__type {
display: inline-block;
background: #5a2800;
color: #ffffff;
font-size: 10px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
padding: 3px 8px;
border-radius: 100px;
line-height: 1;
}
.nupep-search-result__type--post         { background: #5a2800; }
.nupep-search-result__type--page         { background: #8B4513; }
.nupep-search-result__type--producoes    { background: #d35400; }
.nupep-search-result__type--projetos     { background: #6b3a00; }
.nupep-search-result__type--equipe       { background: #4a7857; }
.nupep-search-result__title {
font-size: 15px;
font-weight: 700;
color: #2c1a0a;
margin: 0;
line-height: 1.35;
}
.nupep-search-result__excerpt {
font-size: 13px;
color: #6b5640;
line-height: 1.5;
margin: 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .nupep-search-modal__empty {
text-align: center;
color: #8a6b52;
font-size: 14px;
padding: 22px 10px;
font-weight: 600;
}
.nupep-search-modal__empty strong { color: #5a2800; } .nupep-search-modal__all-results {
display: inline-flex;
align-items: center;
gap: 8px;
margin-top: 16px;
padding: 12px 18px;
background: #5a2800;
color: #ffffff !important;
text-decoration: none;
border-radius: 100px;
font-weight: 700;
font-size: 14px;
transition: background-color 0.2s ease, transform 0.2s ease;
width: max-content;
max-width: 100%;
}
.nupep-search-modal__all-results:hover {
background: #d35400;
transform: translateX(4px);
}
.nupep-search-modal__all-results svg {
width: 16px;
height: 16px;
}
.nupep-search-modal__all-results[hidden] { display: none !important; } .nupep-search-modal__list:empty { display: none; } .nupep-search-result__title mark,
.nupep-search-result__excerpt mark {
background: #ffe7c2;
color: #5a2800;
padding: 1px 3px;
border-radius: 3px;
font-weight: 800;
} @media (max-width: 600px) {
.nupep-search-modal { padding: 4vh 12px 12px; }
.nupep-search-modal__form { padding: 18px 50px 18px 20px; }
.nupep-search-modal__input { font-size: 18px; }
.nupep-search-modal__icon svg { width: 20px; height: 20px; }
.nupep-search-modal__suggestions,
.nupep-search-modal__results { padding-left: 20px; padding-right: 20px; }
.nupep-search-modal__kbd { display: none; }
.nupep-search-modal__close { top: 10px; right: 10px; width: 34px; height: 34px; }
} @media (prefers-reduced-motion: reduce) {
.nupep-search-trigger,
.nupep-search-modal,
.nupep-search-modal__card,
.nupep-search-result,
.nupep-search-chip,
.nupep-search-modal__close {
animation: none !important;
transition: none !important;
}
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
} .nupep-skip-link {
position: absolute;
top: -100px;
left: 16px;
z-index: 10000;
background: #d35400;
color: white !important;
padding: 12px 22px;
border-radius: 0 0 10px 10px;
font-size: 14px;
font-weight: 700;
text-decoration: none !important;
box-shadow: 0 6px 18px rgba(0,0,0,0.30);
transition: top 0.2s ease;
}
.nupep-skip-link:focus,
.nupep-skip-link:focus-visible {
top: 0;
clip: auto;
clip-path: none;
height: auto;
width: auto;
margin: 0;
overflow: visible;
} a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
outline: 3px solid #d35400;
outline-offset: 2px;
border-radius: 4px;
} :focus:not(:focus-visible) {
outline: none;
} .nupep-cookie-banner {
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 9998;
background: #2a1500;
color: white;
box-shadow: 0 -8px 28px rgba(0,0,0,0.25);
transform: translateY(100%);
opacity: 0;
transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s ease;
pointer-events: none;
}
.nupep-cookie-banner.is-visible {
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}
.nupep-cookie-banner__content {
max-width: 1180px;
margin: 0 auto;
padding: 18px 24px;
display: grid;
grid-template-columns: 36px 1fr auto;
gap: 18px;
align-items: center;
}
.nupep-cookie-banner__icon {
width: 36px;
height: 36px;
border-radius: 50%;
background: rgba(211, 84, 0, 0.20);
color: #ffb877;
display: flex;
align-items: center;
justify-content: center;
}
.nupep-cookie-banner__icon svg { width: 20px; height: 20px; }
.nupep-cookie-banner__text strong {
display: block;
font-size: 15px;
font-weight: 700;
color: white;
margin-bottom: 3px;
}
.nupep-cookie-banner__text p {
margin: 0;
font-size: 13px;
line-height: 1.55;
color: rgba(255,255,255,0.82);
}
.nupep-cookie-banner__text a {
color: #ffb877;
text-decoration: underline;
text-decoration-color: rgba(255,184,119,0.45);
}
.nupep-cookie-banner__text a:hover { color: #ffd9a8; }
.nupep-cookie-banner__actions {
display: flex;
gap: 10px;
flex-shrink: 0;
}
.nupep-cookie-banner__btn {
border: none;
padding: 11px 18px;
border-radius: 100px;
font-size: 13px;
font-weight: 700;
cursor: pointer;
transition: all 0.2s;
white-space: nowrap;
}
.nupep-cookie-banner__btn--accept {
background: #d35400;
color: white;
box-shadow: 0 4px 12px rgba(211, 84, 0, 0.35);
}
.nupep-cookie-banner__btn--accept:hover {
background: #b04600;
transform: translateY(-1px);
box-shadow: 0 6px 16px rgba(211, 84, 0, 0.45);
}
.nupep-cookie-banner__btn--essential {
background: transparent;
color: white;
border: 1px solid rgba(255,255,255,0.35);
}
.nupep-cookie-banner__btn--essential:hover {
background: rgba(255,255,255,0.10);
border-color: rgba(255,255,255,0.55);
} @media (max-width: 720px) {
.nupep-cookie-banner__content {
grid-template-columns: 1fr;
gap: 12px;
padding: 16px 18px;
}
.nupep-cookie-banner__icon { display: none; }
.nupep-cookie-banner__actions {
justify-content: stretch;
}
.nupep-cookie-banner__btn {
flex: 1;
padding: 12px 10px;
}
} .footer-legal-links {
margin-top: 8px;
font-size: 13px;
}
.footer-legal-links a {
color: rgba(255,255,255,0.65);
text-decoration: none;
transition: color 0.2s;
}
.footer-legal-links a:hover {
color: #ffb877;
text-decoration: underline;
} @media (prefers-reduced-motion: reduce) {
.nupep-cookie-banner,
.nupep-cookie-banner__btn {
transition: none !important;
}
} .post-updated {
display: flex;
align-items: center;
gap: 5px;
margin-top: 4px;
color: #888;
font-size: 12px;
font-style: italic;
}
.post-updated svg {
width: 12px;
height: 12px;
flex-shrink: 0;
} .nupep-toc {
background: #fff8eb;
border: 1px solid #f0e0c0;
border-left: 4px solid #d35400;
border-radius: 10px;
padding: 18px 22px;
margin: 25px 0 35px;
font-size: 15px;
}
.nupep-toc__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
padding-bottom: 10px;
border-bottom: 1px dashed #d9c5a0;
}
.nupep-toc__title {
font-weight: 800;
color: #5a2800;
text-transform: uppercase;
letter-spacing: 0.6px;
font-size: 13px;
}
.nupep-toc__toggle {
background: transparent;
border: 1px solid #d35400;
color: #d35400;
font-size: 11px;
font-weight: 700;
padding: 4px 10px;
border-radius: 12px;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.2s;
}
.nupep-toc__toggle:hover {
background: #d35400;
color: #fff;
}
.nupep-toc__list {
margin: 0;
padding-left: 22px;
counter-reset: toc-counter;
list-style: none;
}
.nupep-toc__list li {
margin-bottom: 6px;
position: relative;
line-height: 1.5;
}
.nupep-toc__list li::before {
counter-increment: toc-counter;
content: counter(toc-counter) ".";
position: absolute;
left: -22px;
color: #d35400;
font-weight: 700;
font-size: 13px;
}
.nupep-toc__item--sub {
padding-left: 18px;
font-size: 14px;
}
.nupep-toc__item--sub::before {
content: "›";
counter-increment: none;
font-size: 18px;
line-height: 1;
top: 0;
}
.nupep-toc__list a {
color: #5a2800;
text-decoration: none;
transition: color 0.15s;
}
.nupep-toc__list a:hover {
color: #d35400;
text-decoration: underline;
}
@media (max-width: 600px) {
.nupep-toc { padding: 14px 16px; font-size: 14px; }
} .nupep-bio {
margin: 40px 0 20px;
padding: 24px 28px;
background: linear-gradient(135deg, #fff8eb 0%, #fff 100%);
border: 1px solid #f0e0c0;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(90, 40, 0, 0.04);
}
.nupep-bio__inner {
display: flex;
gap: 20px;
align-items: flex-start;
}
.nupep-bio__avatar {
flex-shrink: 0;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
border: 3px solid #d35400;
box-shadow: 0 4px 12px rgba(211, 84, 0, 0.18);
transition: transform 0.2s, box-shadow 0.2s;
}
.nupep-bio__avatar-link {
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
outline: none;
}
.nupep-bio__avatar-link:hover,
.nupep-bio__avatar-link:focus-visible {
transform: scale(1.05);
}
.nupep-bio__avatar-link:hover ~ .nupep-bio__content .nupep-bio__name,
.nupep-bio__avatar:hover {
border-color: #b04600;
}
.nupep-bio__avatar-img,
.nupep-bio__avatar img {
width: 100% !important;
height: 100% !important;
display: block;
object-fit: cover;
}
.nupep-bio__content {
flex: 1;
}
.nupep-bio__label {
display: block;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.8px;
color: #999;
margin-bottom: 2px;
}
.nupep-bio__name {
display: inline-block;
font-size: 18px;
font-weight: 800;
color: #5a2800;
margin-bottom: 6px;
text-decoration: none;
}
a.nupep-bio__name:hover {
color: #d35400;
text-decoration: underline;
}
.nupep-bio__desc {
color: #555;
font-size: 14px;
line-height: 1.6;
margin: 0 0 10px;
}
.nupep-bio__link {
display: inline-flex;
align-items: center;
gap: 5px;
color: #d35400;
font-size: 13px;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: gap 0.2s, color 0.2s;
}
.nupep-bio__link svg {
width: 14px;
height: 14px;
transition: transform 0.2s;
}
.nupep-bio__link:hover,
.nupep-bio__link:focus-visible {
color: #b04600;
gap: 8px;
text-decoration: underline;
}
.nupep-bio__link:hover svg {
transform: translateX(2px);
}
@media (max-width: 480px) {
.nupep-bio__inner {
flex-direction: column;
align-items: center;
text-align: center;
}
.nupep-bio__avatar { margin: 0 auto; }
} .nupep-wa-float {
position: fixed;
bottom: 22px;
right: 22px;
width: 60px;
height: 60px;
background: #25d366;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
z-index: 998;
transition: transform 0.2s, box-shadow 0.2s;
}
.nupep-wa-float:hover,
.nupep-wa-float:focus-visible {
color: #fff;
transform: scale(1.08);
box-shadow: 0 10px 26px rgba(37, 211, 102, 0.6);
}
.nupep-wa-float svg {
width: 34px;
height: 34px;
}
.nupep-wa-float__pulse {
position: absolute;
inset: 0;
border-radius: 50%;
border: 2px solid #25d366;
animation: nupep-wa-pulse 2.4s ease-out infinite;
pointer-events: none;
}
@keyframes nupep-wa-pulse {
0%   { transform: scale(1); opacity: 0.7; }
70%  { transform: scale(1.6); opacity: 0; }
100% { transform: scale(1.6); opacity: 0; }
}
@media (max-width: 600px) {
.nupep-wa-float {
width: 54px;
height: 54px;
bottom: 16px;
right: 16px;
}
.nupep-wa-float svg {
width: 30px;
height: 30px;
}
}
@media (prefers-reduced-motion: reduce) {
.nupep-wa-float__pulse { animation: none; }
.nupep-wa-float:hover { transform: none; }
}