/* Club Ciclista Onturense — portada inspirada en la estructura visual de Cadalsa. */
body.cco-ontur-home,
body.cco-ontur-home .elementor-page,
body.cco-ontur-home .elementor-location-single,
body.cco-ontur-home #page,
body.cco-ontur-home #content { margin:0; padding:0; overflow-x:hidden; }
body.cco-ontur-home { background:#fff; }
body.cco-ontur-home .elementor-widget-heading .elementor-heading-title,
body.cco-ontur-home .elementor-widget-text-editor,
body.cco-ontur-home .elementor-button { font-family:Arial, Helvetica, sans-serif; }

/* HERO */
body.cco-ontur-home .cco-hero {
  position:relative;
  min-height:100vh;
  background-color:#7e213c;
  overflow:hidden;
}
body.cco-ontur-home .cco-hero:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(166,35,74,.54), rgba(233,68,110,.46));
  pointer-events:none;
  z-index:1;
}
body.cco-ontur-home .cco-hero > .elementor-container { min-height:100vh; position:relative; z-index:2; }
body.cco-ontur-home .cco-hero > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-content:center;
  justify-content:center;
  padding:0 24px;
}
body.cco-ontur-home .cco-nav-row {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:5;
}
body.cco-ontur-home .cco-nav-row > .elementor-container {
  max-width:1180px;
  min-height:84px;
  margin:0 auto;
  align-items:center;
}
body.cco-ontur-home .cco-nav-logo,
body.cco-ontur-home .cco-nav-logo .elementor-widget-container {
  overflow:visible;
}
body.cco-ontur-home .cco-nav-logo img {
  width:104px;
  max-width:104px;
  height:auto !important;
  max-height:none !important;
  object-fit:contain;
  object-position:center;
  display:block;
}
body.cco-ontur-home .cco-nav-menu { text-align:center; }
body.cco-ontur-home .cco-nav-menu a {
  display:inline-block;
  margin:0 14px;
  font:600 12px/1.2 Arial, Helvetica, sans-serif;
  color:#fff;
  text-decoration:none;
}
body.cco-ontur-home .cco-hero-kicker .elementor-heading-title {
  color:#fff;
  font-size:11px;
  line-height:1;
  font-weight:700;
  letter-spacing:2.2px;
  text-transform:uppercase;
  margin:0 0 22px;
  text-align:center;
}
body.cco-ontur-home .cco-hero-title .elementor-heading-title {
  color:#fff;
  font-size:clamp(58px,7.5vw,112px);
  line-height:.9;
  font-weight:900;
  letter-spacing:-4px;
  text-transform:uppercase;
  text-align:center;
  margin:0;
  text-shadow:0 2px 18px rgba(0,0,0,.08);
}

/* RACES */
body.cco-ontur-home .cco-races { background:#fff; }
body.cco-ontur-home .cco-races > .elementor-container {
  max-width:1180px;
  padding:92px 0 98px;
}
body.cco-ontur-home .cco-races-label .elementor-heading-title {
  margin:0;
  color:#101820;
  font-size:19px;
  line-height:1.15;
  font-weight:800;
  text-transform:uppercase;
}
body.cco-ontur-home .cco-races-left > .elementor-widget-wrap {
  align-content:flex-start;
  padding:112px 28px 0 0;
}
body.cco-ontur-home .cco-races-grid > .elementor-widget-wrap { padding:0; }
body.cco-ontur-home .cco-card-row { margin:0 -6px; width:calc(100% + 12px); }
body.cco-ontur-home .cco-card-row > .elementor-container { width:100%; }
body.cco-ontur-home .cco-race-card { padding:6px; }
body.cco-ontur-home .cco-race-card > .elementor-widget-wrap {
  min-height:308px;
  padding:36px;
  background:#bdcbcc;
  display:flex;
  align-content:center;
  justify-content:center;
  text-align:center;
  transition:transform .22s ease, background .22s ease;
}
body.cco-ontur-home .cco-race-card:hover > .elementor-widget-wrap {
  transform:translateY(-2px);
  background:#b3c3c4;
}
body.cco-ontur-home .cco-race-card .elementor-widget-image { width:100%; }
body.cco-ontur-home .cco-race-card .elementor-widget-image img {
  max-width:78%;
  max-height:160px;
  width:auto;
  height:auto;
  object-fit:contain;
}
body.cco-ontur-home .cco-race-card.cco-gp-card .elementor-widget-image img { max-width:88%; }
body.cco-ontur-home .cco-race-name .elementor-heading-title {
  color:#182b3a;
  font-size:clamp(24px,2.4vw,39px);
  line-height:1.02;
  font-weight:900;
  letter-spacing:-1.5px;
  text-transform:uppercase;
  margin:0;
}
body.cco-ontur-home .cco-race-name a { color:inherit; text-decoration:none; }
body.cco-ontur-home .cco-race-small .elementor-heading-title {
  color:#182b3a;
  font-size:11px;
  line-height:1;
  font-weight:700;
  letter-spacing:1.6px;
  text-transform:uppercase;
  margin:12px 0 0;
}

/* FOOTER */
body.cco-ontur-home .cco-footer { background:#202938; }
body.cco-ontur-home .cco-footer > .elementor-container { max-width:1180px; min-height:105px; }
body.cco-ontur-home .cco-footer > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items:center;
  align-content:center;
  justify-content:center;
  padding:20px 24px;
}
body.cco-ontur-home .cco-footer-logo,
body.cco-ontur-home .cco-footer-logo .elementor-widget-container { overflow:visible; }
body.cco-ontur-home .cco-footer-logo img {
  width:118px;
  max-width:118px;
  height:auto !important;
  max-height:none !important;
  object-fit:contain;
  object-position:center;
  display:block;
}
body.cco-ontur-home .cco-footer-copy { text-align:center; }
body.cco-ontur-home .cco-footer-copy p { margin:0; color:#cfd6df; font-size:10px; line-height:1.4; }

@media (max-width: 1024px) {
  body.cco-ontur-home .cco-hero-title .elementor-heading-title { letter-spacing:-2px; }
  body.cco-ontur-home .cco-races > .elementor-container { padding:70px 24px 76px; }
  body.cco-ontur-home .cco-races-left > .elementor-widget-wrap { padding:6px 0 34px; }
  body.cco-ontur-home .cco-race-card > .elementor-widget-wrap { min-height:260px; }
}
@media (max-width: 767px) {
  body.cco-ontur-home .cco-nav-row > .elementor-container { min-height:70px; padding:0 14px; }
  body.cco-ontur-home .cco-nav-logo img { width:78px; max-width:78px; height:auto !important; }
  body.cco-ontur-home .cco-nav-menu a { margin:0 7px; font-size:10px; }
  body.cco-ontur-home .cco-hero > .elementor-container > .elementor-column > .elementor-widget-wrap { padding:0 16px; }
  body.cco-ontur-home .cco-hero-kicker .elementor-heading-title { font-size:9px; letter-spacing:1.6px; margin-bottom:16px; }
  body.cco-ontur-home .cco-hero-title .elementor-heading-title { font-size:clamp(44px,16vw,70px); letter-spacing:-2px; }
  body.cco-ontur-home .cco-races > .elementor-container { padding:54px 14px 58px; }
  body.cco-ontur-home .cco-races-left > .elementor-widget-wrap { padding:0 6px 22px; }
  body.cco-ontur-home .cco-race-card > .elementor-widget-wrap { min-height:220px; padding:28px 24px; }
  body.cco-ontur-home .cco-race-card .elementor-widget-image img { max-width:86%; max-height:120px; }
  body.cco-ontur-home .cco-race-name .elementor-heading-title { font-size:29px; letter-spacing:-1px; }
}
