/*
 * @author Victor Benincasa <vbenincasa @ gmail.com>
 * @iagent GPT-5 Codex
 * @version 4.0.13 (2026-03-04T21:15-03:00)
 */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap");

:root {
  --bg: #12070a;
  --bg-soft: #1a0d12;
  --bg-card: rgba(32, 13, 19, 0.86);
  --wine: #7a0d23;
  --wine-strong: #a0122e;
  --gold: #d4b07a;
  --gold-soft: #f1d9b3;
  --text: #f6ece7;
  --text-muted: #d7c2bd;
  --line: rgba(212, 176, 122, 0.28);
  --radius-lg: 26px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --shadow-xl: 0 28px 60px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 20px 36px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(160, 18, 46, 0.26), transparent 34%),
    radial-gradient(circle at 90% 82%, rgba(122, 13, 35, 0.23), transparent 36%),
    linear-gradient(130deg, #12070a 0%, #17080e 55%, #100507 100%);
  background-attachment: fixed;
  color: var(--text);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/v4-noir-pattern.svg") center top / cover no-repeat;
  opacity: 0.35;
  pointer-events: none;
  z-index: -2;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: url("../img/v4-veil.svg") center / cover no-repeat;
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}

p {
  margin: 0 0 16px;
  color: var(--text-muted);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text);
  font-family: "Cinzel", Georgia, serif;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 14px;
}

a {
  color: #f9e6d7;
  text-decoration: none;
  transition: color 0.25s ease, opacity 0.25s ease;
}

a:hover,
a:focus {
  color: var(--gold-soft);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 94%;
  max-width: 1180px;
}

.clear {
  clear: both;
}

.pad-60 {
  padding: 80px 0;
}

/* Header */
.header-top-area {
  background: rgba(22, 9, 13, 0.88);
  border-bottom: 1px solid rgba(212, 176, 122, 0.2);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 1002;
}

.top-info {
  font-size: 12px;
}

.top-info p {
  line-height: 36px;
  margin: 0;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1.1;
}

.language-switcher-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f4dfd3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-switcher-label .glyphicon {
  color: var(--gold-soft);
  font-size: 13px;
}

.language-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border: 1px solid rgba(212, 176, 122, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: #f7e7dc;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.language-item img {
  display: block;
  width: 18px;
  height: 12px;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.language-item:hover,
.language-item:focus {
  border-color: rgba(212, 176, 122, 0.5);
  background: rgba(255, 255, 255, 0.12);
  color: #fff7ef;
}

.language-item.is-active {
  border-color: rgba(212, 176, 122, 0.58);
  background: rgba(212, 176, 122, 0.16);
}

.top-nav {
  text-align: right;
}

.wt {
  color: #f6e7de;
  letter-spacing: 0.03em;
}

.top-phonebar {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  line-height: 1.1;
  padding: 2px 0;
}

.top-phonebar .glyphicon {
  color: var(--gold-soft);
  font-size: 13px;
}

.top-phonebar .phone-label {
  color: #fbeee0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.top-phonebar b {
  color: #fff7f1;
  font-weight: 600;
}

.header-bottom-area {
  background: rgba(23, 9, 13, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  position: relative;
  z-index: 1001;
}

.stick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
}

.logo {
  padding: 12px 0;
}

.logo img {
  max-height: 72px;
}

.main-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.main-menu ul li {
  position: relative;
}

.main-menu ul li a {
  display: inline-block;
  padding: 34px 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  position: relative;
}

.main-menu ul li a::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 176, 122, 0), rgba(212, 176, 122, 1), rgba(212, 176, 122, 0));
  transform: scaleX(0);
  transition: transform 0.28s ease;
}

.main-menu ul li:hover > a::before {
  transform: scaleX(1);
}

.main-menu ul li ul {
  position: absolute;
  left: 0;
  top: 112%;
  width: 240px;
  background: #1b0b10;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.22s ease;
  padding: 8px 0;
}

.main-menu ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.main-menu ul li ul li {
  display: block;
}

.main-menu ul li ul li a {
  display: block;
  padding: 10px 16px;
  font-size: 11px;
}

.mobile-menu-area {
  background: rgba(20, 8, 12, 0.94);
  border-top: 1px solid var(--line);
}

.mobile-menu {
  padding: 10px 0;
}

.mobile-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #1e0d12;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--text);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 12px 14px;
  text-transform: uppercase;
}

.mobile-menu-toggle .mobile-menu-icon {
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--gold-soft);
  box-shadow: 0 -5px 0 var(--gold-soft), 0 5px 0 var(--gold-soft);
}

.mobile-menu nav {
  margin-top: 10px;
}

.mobile-menu nav ul li a {
  background: #1e0d12;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 12px 14px;
  text-transform: uppercase;
}

.mobile-menu nav ul li:first-child a {
  border-top: 0 none;
  border-top-left-radius: var(--radius-sm);
  border-top-right-radius: var(--radius-sm);
}

.mobile-menu nav ul li:last-child a {
  border-bottom-left-radius: var(--radius-sm);
  border-bottom-right-radius: var(--radius-sm);
}

.mobile-menu nav ul li a:hover,
.mobile-menu nav ul li a:focus {
  background: #271118;
  color: var(--gold-soft);
}

body.js-nav-ready .mobile-menu nav {
  display: none;
}

body.js-nav-ready .mobile-menu nav.is-open {
  display: block;
}

/* Home Hero */
.hero-v4 {
  position: relative;
  padding: 92px 0 110px;
  overflow: hidden;
}

.hero-v4::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(14, 5, 8, 0.76), rgba(86, 13, 33, 0.6)),
    url("../img/06bg.jpg") center/cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.hero-v4::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(180deg, rgba(18, 7, 10, 0) 0%, rgba(18, 7, 10, 0.96) 100%);
}

.hero-v4-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-kicker {
  color: #f8dcc6;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero-v4 h1 {
  font-size: clamp(52px, 9vw, 102px);
  letter-spacing: 0.08em;
  line-height: 0.95;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.hero-v4 p {
  color: #f1ddd4;
  font-size: 17px;
  max-width: 620px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-btn {
  border: 1px solid rgba(212, 176, 122, 0.46);
  border-radius: 999px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  padding: 14px 26px;
  text-transform: uppercase;
}

.hero-btn.is-primary {
  background: linear-gradient(90deg, var(--wine), var(--wine-strong));
  color: #fff5ee;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.hero-btn.is-primary:hover {
  background: linear-gradient(90deg, #8d1029, #be1a37);
}

.hero-btn.is-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f9e8d8;
}

.hero-btn.is-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* Home cards and sections */
#workArea {
  padding: 78px 0 52px;
}

#workArea h2,
.section-title h2,
.section-title.white > h2 {
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-transform: none;
}

#Grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 8px;
}

#Grid > li {
  border-radius: var(--radius-md);
  border: 1px solid rgba(212, 176, 122, 0.18);
  overflow: hidden;
  background: var(--bg-card);
  box-shadow: var(--shadow-lg);
  position: relative;
}

#Grid > li img {
  display: block;
  height: 250px;
  object-fit: cover;
  transition: transform 0.42s ease;
  width: 100%;
}

#Grid > li .overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(30, 8, 14, 0.86));
  transition: opacity 0.28s ease;
}

#Grid > li .text {
  position: absolute;
  left: 16px;
  bottom: 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: all 0.28s ease;
}

#Grid > li:hover img {
  transform: scale(1.06);
}

#Grid > li:hover .overlay,
#Grid > li:hover .text {
  opacity: 1;
}

#Grid > li:hover .text {
  transform: translateY(0);
}

/* Vanilla Lightbox */
body.v4-lightbox-open {
  overflow: hidden;
}

.v4-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 3, 5, 0.9);
  backdrop-filter: blur(4px);
}

.v4-lightbox.is-open {
  display: flex;
}

.v4-lightbox-content {
  position: relative;
  max-width: min(92vw, 1120px);
  max-height: 88vh;
}

.v4-lightbox-image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 82vh;
  border-radius: 14px;
  border: 1px solid rgba(212, 176, 122, 0.35);
  box-shadow: var(--shadow-xl);
}

.v4-lightbox-caption {
  margin: 10px 0 0;
  color: #f4dfd2;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.v4-lightbox-close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(212, 176, 122, 0.42);
  border-radius: 50%;
  background: #1f0b11;
  color: #f5e1d2;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.v4-lightbox-close:hover,
.v4-lightbox-close:focus {
  background: #2c1018;
}

.latest-blog-area {
  background: linear-gradient(120deg, rgba(12, 5, 8, 0.88), rgba(33, 11, 18, 0.86));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.blog-wrapper {
  border-radius: var(--radius-md);
  border: 1px solid rgba(212, 176, 122, 0.18);
  background: linear-gradient(170deg, rgba(44, 19, 27, 0.95), rgba(24, 11, 15, 0.95));
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  padding: 13px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.blog-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

.blog-img {
  border-radius: 11px;
  overflow: hidden;
}

.blog-img a::before,
.blog-img a::after {
  display: none;
}

.blog-content {
  padding-top: 18px;
}

.blog-content h3 {
  font-size: 30px;
  text-transform: none;
}

.blog-content h3 a {
  color: #fbeade;
}

.blog-content > p {
  color: #d8c4be;
  font-size: 14px;
}

a.read-more {
  border-bottom: 1px solid rgba(212, 176, 122, 0.42);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.read-more-arrow {
  display: inline-block;
  margin-left: 4px;
  transform: translateY(-1px);
}

.upcoming-product-area {
  position: relative;
  background:
    linear-gradient(145deg, rgba(18, 7, 10, 0.84), rgba(74, 15, 31, 0.6)),
    url("../img/bg2.jpg") center/cover no-repeat;
}

.upcoming-product-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.36);
}

.upcoming-product {
  position: relative;
  z-index: 1;
}

.upcoming-product h2 {
  font-size: clamp(42px, 8vw, 76px);
  margin-bottom: 6px;
  text-transform: none;
}

.upcoming-product p,
.timer {
  color: #f3e0d5;
  font-size: 18px;
}

a.shop_now {
  border: 1px solid rgba(212, 176, 122, 0.46);
  border-radius: 999px;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 20px;
  padding: 14px 34px;
  text-transform: uppercase;
  background: linear-gradient(90deg, var(--wine), var(--wine-strong));
  color: #fff4ec;
}

a.shop_now:hover {
  background: linear-gradient(90deg, #c4a06c, #f1d9b3);
  color: #2a1015;
}

/* Internal pages */
.page-title-area1,
.page-title-area2,
.page-title-area3,
.page-title-area7,
.page-title-area8,
.page-title-area12 {
  position: relative;
  padding: 126px 0;
  background-size: cover;
  background-position: center;
}

.page-title-area1 { background-image: url("../img/04bg.jpg"); }
.page-title-area2 { background-image: url("../img/05bg.jpg"); }
.page-title-area3 { background-image: url("../img/06bg.jpg"); }
.page-title-area7 { background-image: url("../img/02bg.jpg"); }
.page-title-area8 { background-image: url("../img/03bg.jpg"); }
.page-title-area12 { background-image: url("../img/01bg.jpg"); }

.page-title-area1::before,
.page-title-area2::before,
.page-title-area3::before,
.page-title-area7::before,
.page-title-area8::before,
.page-title-area12::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(14, 5, 8, 0.72), rgba(91, 16, 35, 0.54));
}

.title-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.title-heading h1 {
  font-size: clamp(44px, 8vw, 82px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.title-heading p {
  color: #f9e6db;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.breadcrumb-area {
  background: rgba(22, 9, 13, 0.84);
  border-top: 1px solid rgba(212, 176, 122, 0.1);
  border-bottom: 1px solid rgba(212, 176, 122, 0.2);
}

.breadcrumb-list ul li {
  display: inline-block;
  line-height: 46px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e1cec4;
}

.breadcrumb-list ul li a {
  color: #f4dfd3;
}

.breadcrumb-list ul li a::after {
  content: "\203A";
  margin: 0 10px;
  color: rgba(212, 176, 122, 0.7);
}

.shop-area {
  padding: 62px 0 72px;
}

.widget-categories {
  background: linear-gradient(160deg, rgba(43, 19, 25, 0.95), rgba(24, 11, 15, 0.95));
  border: 1px solid rgba(212, 176, 122, 0.16);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  padding: 18px 18px 12px;
}

.sidebar-title {
  font-size: 30px;
  margin-bottom: 12px;
}

.sidebar-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  margin-top: 8px;
  background: linear-gradient(90deg, rgba(212, 176, 122, 1), rgba(212, 176, 122, 0));
}

.sidebar-menu li {
  border-bottom: 1px solid rgba(212, 176, 122, 0.12);
}

.sidebar-menu li a {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 10px 0;
}

.shop-content > div > .row,
.shop-content .tab-content {
  background: linear-gradient(170deg, rgba(247, 237, 232, 0.97), rgba(243, 230, 223, 0.96));
  border-radius: var(--radius-md);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  padding: 30px;
}

.shop-content h1,
.shop-content h2,
.shop-content h3 {
  color: #4a1822;
}

.shop-content p,
.shop-content ul,
.shop-content li,
.shop-content a,
.shop-content small,
.shop-content span {
  color: #5c3f45;
}

.shop-content strong {
  color: #4d1c26;
}

.shop-content ul li {
  list-style: none;
}

.shop-content img,
.shop-content iframe {
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.22);
}

.shop-content iframe {
  width: 100% !important;
  min-height: 360px;
  border: 0;
}

.advantages-section h1,
.advantages-section h2 {
  font-size: clamp(30px, 4vw, 40px);
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.advantages-lead {
  color: #5f3a42;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.advantage-card {
  background: linear-gradient(165deg, #fffaf7, #f8ebe2);
  border: 1px solid rgba(122, 13, 35, 0.2);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(63, 20, 29, 0.08);
  padding: 16px 16px 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.advantage-card:hover {
  box-shadow: 0 16px 24px rgba(63, 20, 29, 0.14);
  transform: translateY(-2px);
}

.advantage-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(122, 13, 35, 0.9), rgba(86, 13, 33, 0.72));
  color: #fff4ec;
  font-size: 15px;
  box-shadow: 0 6px 14px rgba(122, 13, 35, 0.28);
}

.advantage-icon .glyphicon {
  color: #fff4ec;
  font-size: 15px;
}

.advantage-card h3 {
  color: #4a1c26;
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.advantage-card p {
  color: #62464a;
  font-size: 14px;
  margin: 0;
}

.advantages-payments {
  margin-top: 22px;
  border: 1px solid rgba(122, 13, 35, 0.2);
  border-radius: 12px;
  background: linear-gradient(165deg, #fff6ef, #f7e9df);
  padding: 16px 18px;
}

.advantages-payments h3 {
  color: #4a1c26;
  font-size: 24px;
  margin-bottom: 6px;
}

.advantages-payments p {
  color: #5f4348;
  margin: 0;
}

@media (max-width: 767px) {
  .advantages-grid {
    grid-template-columns: 1fr;
  }
}

.tableWrapper {
  border: 1px solid rgba(122, 13, 35, 0.25);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.tableWrapper table {
  width: 100%;
  border-collapse: collapse;
}

.tableWrapper th,
.tableWrapper td {
  border-bottom: 1px solid #e8d9cf;
  border-right: 1px solid #e8d9cf;
  padding: 10px 8px;
  text-align: center;
}

.tableWrapper th {
  background: #f8f1ea;
  color: #5d3a3f;
}

.quadro-foto-massagistas {
  float: left;
  width: 300px;
  margin: 0 14px 16px 0;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 26px rgba(0, 0, 0, 0.24);
}

.quadro-foto-massagistas img {
  width: 100%;
  display: block;
  transition: transform 0.35s ease;
}

.quadro-foto-massagistas:hover img {
  transform: scale(1.04);
}

.quadro-foto-massagistas-nome,
.quadro-foto-massagistas-obs {
  margin: 0;
  padding: 3px 10px;
  display: inline-block;
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(16, 6, 8, 0.56), rgba(122, 13, 35, 0.34));
  color: #ffffff;
  text-shadow: none;
}

.shop-content .quadro-foto-massagistas-nome,
.shop-content .quadro-foto-massagistas-obs {
  color: #ffffff !important;
}

.quadro-foto-massagistas-nome {
  font-size: 20px;
  position: absolute;
  left: 10px;
  bottom: 12px;
}

.quadro-foto-massagistas-obs {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.footer-bottom-area {
  background: linear-gradient(180deg, rgba(24, 10, 14, 0.98), rgba(14, 5, 8, 0.98));
  border-top: 1px solid var(--line);
  padding: 28px 0 22px;
}

.copyright p {
  color: #f2e2d7;
  font-size: 13px;
  line-height: 1.86;
  margin: 0;
}

.copyright p a {
  border-bottom: 1px dotted rgba(212, 176, 122, 0.42);
}

#creditos {
  width: 300px;
  float: right;
  text-align: left;
  padding: 5px;
  opacity: 0.72;
  margin-top: 5px;
  line-height: 13px;
  transition: opacity 0.3s linear;
}

#creditos:hover {
  opacity: 1;
}

#creditos a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: normal;
  color: #f8e8df !important;
  text-shadow: 1px 1px 1px #000;
}

#creditos a:hover img {
  animation: shake 0.82s;
}

@keyframes shake {
  10%, 90% { transform: translateX(-1px); }
  20%, 80% { transform: translateX(2px); }
  30%, 50%, 70% { transform: translateX(-2px); }
  40%, 60% { transform: translateX(2px); }
}

.whatsapp-plug-icon {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #0ba360;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/whatsapp.svg");
  background-size: 50% auto;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.whatsapp-plug-icon:hover {
  background-color: #15cc74;
  transform: translateY(-2px);
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before {
  content: "";
  position: absolute;
  opacity: 0;
  border: 3px solid #0ba360;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  animation: WaveWhatsApp 1.7s ease infinite;
}

.whatsapp-plug-icon::after {
  animation-delay: 0.6s;
}

.whatsapp-plug-icon:hover::after,
.whatsapp-plug-icon:hover::before {
  border-color: #15cc74;
}

@keyframes WaveWhatsApp {
  0% { transform: scale(0.5); }
  55% { opacity: 1; }
  100% { transform: scale(1.2); opacity: 0; }
}

.hidden-xs {
  display: block !important;
}
