.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-18e69ed */:root {
  --ccmc-red: #b62025;
  --ccmc-red-dark: #94171b;
  --ccmc-ink: #231614;
  --ccmc-ink-soft: #33221f;
  --ccmc-cream: #f7f4f1;
  --ccmc-white: #ffffff;
  --ccmc-text: #332d2b;
  --ccmc-muted: #736a67;
  --ccmc-line: #e5ded9;
  --ccmc-radius: 16px;
  --ccmc-shadow: 0 14px 36px rgba(54, 34, 29, .08);
}

body.ccmc-preview-body { margin: 0; }
.ccmc-hours *, .ccmc-app-band *, .ccmc-footer *, .ccmc-footer-bottom * { box-sizing: border-box; }
.ccmc-hours, .ccmc-app-band, .ccmc-footer, .ccmc-footer-bottom {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ccmc-text);
}
.ccmc-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.ccmc-eyebrow {
  margin: 0 0 10px;
  color: var(--ccmc-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ccmc-section-title {
  margin: 0;
  color: var(--ccmc-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.ccmc-section-subtitle {
  max-width: 610px;
  margin: 14px auto 0;
  color: var(--ccmc-muted);
  font-size: 16px;
  line-height: 1.7;
}

/* ================= SEÇÃO 1: HORÁRIOS ================= */
.ccmc-hours {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 100% 0, rgba(182,32,37,.07), transparent 28%),
    var(--ccmc-cream);
}
.ccmc-hours::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 6px;
  background: var(--ccmc-red);
}
.ccmc-hours-head { margin-bottom: 38px; text-align: center; }
.ccmc-hours-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ccmc-hour-card {
  min-width: 0;
  border: 1px solid var(--ccmc-line);
  border-radius: var(--ccmc-radius);
  background: var(--ccmc-white);
  box-shadow: var(--ccmc-shadow);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ccmc-hour-card:hover {
  transform: translateY(-4px);
  border-color: rgba(182,32,37,.28);
  box-shadow: 0 20px 42px rgba(54,34,29,.12);
}
.ccmc-hour-card[open] .ccmc-hour-arrow { transform: rotate(180deg); }
.ccmc-hour-summary {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  min-height: 87px;
  padding: 21px 20px 17px;
  list-style: none;
}
.ccmc-hour-summary::-webkit-details-marker { display: none; }
.ccmc-hour-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: rgba(182,32,37,.09);
  color: var(--ccmc-red);
  font-size: 23px;
  font-weight: 800;
}
.ccmc-icon-svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ccmc-icon-fill { fill: currentColor; stroke: none; }
.ccmc-hour-heading { min-width: 0; flex: 1; }
.ccmc-hour-heading h3 {
  margin: 2px 0 5px;
  color: var(--ccmc-ink);
  font-size: 15px;
  line-height: 1.3;
  text-transform: uppercase;
}
.ccmc-hour-heading small {
  color: var(--ccmc-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.ccmc-hour-arrow {
  display: none;
  margin-top: 9px;
  color: var(--ccmc-red);
  transition: transform .2s ease;
}
/* O texto passa a usar toda a largura abaixo do ícone e do título. */
.ccmc-hour-content { padding: 1px 20px 23px; }
.ccmc-hour-content::before {
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 16px;
  background: linear-gradient(90deg, var(--ccmc-line), transparent);
}
.ccmc-hour-content p {
  margin: 0 0 8px;
  color: var(--ccmc-muted);
  font-size: 13px;
  line-height: 1.45;
}
.ccmc-hour-content p:last-child { margin-bottom: 0; }
.ccmc-hour-content strong { color: var(--ccmc-text); }
.ccmc-hour-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 26px 0 0;
  color: var(--ccmc-muted);
  font-size: 13px;
}

/* ================= FAIXA DO APLICATIVO ================= */
.ccmc-app-band { padding: 26px 0; background: var(--ccmc-red); color: #fff; }
.ccmc-app-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ccmc-app-copy { display: flex; align-items: center; gap: 16px; }
.ccmc-app-badge {
  display: grid;
  flex: 0 0 84px;
  width: 84px;
  height: 56px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 15px;
  background: rgba(255,255,255,.12);
  padding: 6px;
}
.ccmc-app-logo {
  display: block;
  width: 100%;
  max-height: 42px;
  object-fit: contain;
}
.ccmc-app-copy h3 { margin: 0 0 5px; font-size: 20px; }
.ccmc-app-copy p { margin: 0; color: rgba(255,255,255,.8); font-size: 14px; }
.ccmc-btn-light {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid #fff;
  border-radius: 9px;
  background: #fff;
  color: var(--ccmc-red-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}
.ccmc-btn-light:hover { background: transparent; color: #fff; }

/* ================= SEÇÃO 2: FOOTER PRINCIPAL ================= */
.ccmc-footer { padding: 64px 0 56px; background: var(--ccmc-ink); color: #fff; }
.ccmc-footer-grid {
  display: grid;
  grid-template-columns: .9fr .85fr 1.35fr 1.15fr;
  gap: 48px;
}
.ccmc-footer-brand { grid-column: 1; }
.ccmc-footer-institutional { grid-column: 2; }
.ccmc-footer-sports { grid-column: 3; }
.ccmc-footer-services { grid-column: 4; }
.ccmc-club-logo-link {
  display: inline-block;
  margin-bottom: 22px;
  text-decoration: none;
  transition: opacity .2s ease, transform .2s ease;
}
.ccmc-club-logo-link:hover { opacity: .86; transform: translateY(-2px); }
.ccmc-club-logo {
  display: block;
  width: 165px;
  max-width: 100%;
  height: auto;
}
.ccmc-brand-text {
  max-width: 250px;
  margin: 0 0 21px;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  line-height: 1.65;
}
.ccmc-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}
.ccmc-footer h3 {
  margin: 3px 0 21px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ccmc-links { margin: 0; padding: 0; list-style: none; }
.ccmc-links li { margin: 0 0 11px; }
.ccmc-links a {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.ccmc-links a:hover { color: #fff; transform: translateX(3px); }
.ccmc-location-card {
  padding: 21px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 15px;
  background: rgba(255,255,255,.055);
}
.ccmc-location-top { display: flex; gap: 12px; align-items: flex-start; }
.ccmc-pin {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: var(--ccmc-red);
  font-size: 17px;
}
.ccmc-address { margin: 0; color: rgba(255,255,255,.73); font-size: 13px; line-height: 1.6; }
.ccmc-address strong { display: block; margin-bottom: 3px; color: #fff; font-size: 14px; }
.ccmc-map-link {
  display: inline-flex;
  min-height: 42px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  transition: .2s ease;
}
.ccmc-map-link:hover { border-color: var(--ccmc-red); background: var(--ccmc-red); }
.ccmc-socials { display: flex; gap: 10px; margin-top: 24px; }
.ccmc-socials a {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  text-decoration: none;
  transition: .2s ease;
}
.ccmc-socials .ccmc-icon-svg { fill: currentColor; stroke: none; }
.ccmc-footer-subtitle { margin-top: 28px !important; }
.ccmc-links-columns { columns: 2; column-gap: 20px; }
.ccmc-links-columns li { break-inside: avoid; }
.ccmc-sublinks {
  margin: 4px 0 2px 10px;
  padding: 0 0 0 12px;
  border-left: 1px solid rgba(255,255,255,.16);
  list-style: none;
}
.ccmc-sublinks li { margin-bottom: 7px; }
.ccmc-sublinks a { font-size: 13px; }
.ccmc-footer-location { grid-column: 1 / -1; }
.ccmc-footer-location .ccmc-location-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.ccmc-footer-location .ccmc-map-link { width: auto; min-width: 210px; margin-top: 0; padding-inline: 18px; }
.ccmc-socials a:hover { border-color: var(--ccmc-red); background: var(--ccmc-red); transform: translateY(-2px); }

/* ================= SEÇÃO 3: BARRA INFERIOR ================= */
.ccmc-footer-bottom { padding: 20px 0; background: #160d0c; color: rgba(255,255,255,.58); }
.ccmc-bottom-row { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.ccmc-bottom-row p { margin: 0; font-size: 12px; line-height: 1.5; }
.ccmc-bottom-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.ccmc-bottom-links a { color: rgba(255,255,255,.65); font-size: 12px; text-decoration: none; }
.ccmc-bottom-links a:hover { color: #fff; }
.ccmc-developed {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.58);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ccmc-developed a {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
}
.ccmc-developed img { display: block; width: 81px; max-width: 28vw; height: auto; }

/* ================= RESPONSIVO ================= */
@media (min-width: 769px) {
  .ccmc-hour-summary { cursor: default; pointer-events: none; }
  .ccmc-hour-card:not([open]) .ccmc-hour-content { display: block; }
}
@media (max-width: 1024px) {
  .ccmc-hours-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ccmc-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .ccmc-footer-location { grid-column: 1 / -1; }
  .ccmc-footer-brand, .ccmc-footer-institutional, .ccmc-footer-sports, .ccmc-footer-services { grid-column: auto; }
}
@media (max-width: 768px) {
  .ccmc-wrap { width: min(100% - 28px, 620px); }
  .ccmc-hours { padding: 58px 0 62px; }
  .ccmc-hours-head { margin-bottom: 28px; }
  .ccmc-section-title { font-size: 32px; }
  .ccmc-section-subtitle { font-size: 15px; }
  .ccmc-hours-grid { grid-template-columns: 1fr; gap: 12px; }
  .ccmc-hour-card { box-shadow: 0 8px 24px rgba(54,34,29,.07); }
  .ccmc-hour-card:hover { transform: none; }
  .ccmc-hour-summary { min-height: auto; padding: 17px; cursor: pointer; }
  .ccmc-hour-icon { width: 40px; height: 40px; flex-basis: 40px; }
  .ccmc-hour-heading h3 { font-size: 14px; }
  .ccmc-hour-arrow { display: block; }
  .ccmc-hour-content { padding: 1px 17px 19px; }
  .ccmc-hour-note { align-items: flex-start; text-align: center; }
  .ccmc-app-row { align-items: stretch; flex-direction: column; }
  .ccmc-btn-light { width: 100%; }
  .ccmc-footer { padding: 50px 0 42px; }
  .ccmc-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
  .ccmc-footer-brand, .ccmc-footer-location { grid-column: 1 / -1; }
  .ccmc-brand-text { max-width: 390px; }
  .ccmc-bottom-row { flex-direction: column; text-align: center; }
  .ccmc-bottom-links { justify-content: center; }
}
@media (max-width: 460px) {
  .ccmc-footer-grid { grid-template-columns: 1fr; }
  .ccmc-footer-brand, .ccmc-footer-location { grid-column: auto; }
  .ccmc-footer-location .ccmc-location-card { display: block; }
  .ccmc-footer-location .ccmc-map-link { width: 100%; min-width: 0; margin-top: 17px; }
  .ccmc-developed { flex-direction: column; }
  .ccmc-developed img { max-width: 81px; }
  .ccmc-app-copy { align-items: flex-start; }
  .ccmc-app-badge { flex-basis: 74px; width: 74px; height: 50px; }
}/* End custom CSS */