/*
Theme Name: ClienteActivo Ecosistema
Theme URI: https://clienteactivo.com/
Author: Víctor Efrén Jiménez Pérez
Author URI: https://clienteactivo.com/
Description: Landing One Page nativa para ClienteActivo, con marketing, vía PetFriendly y ahorro energético. Sin plugins obligatorios ni constructor visual.
Version: 1.3.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clienteactivo
*/

:root {
  --ca-navy: #071a2e;
  --ca-green: #55f28c;
  --ca-ink: #091a2b;
  --ca-muted: #607184;
  --ca-cream: #f3f6f8;
}

body:not(.home),
body.ca-legal-page {
  margin: 0;
  background: var(--ca-cream);
  color: var(--ca-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

.ca-simple-header,
.ca-simple-footer {
  background: var(--ca-navy);
  color: #fff;
}

.ca-simple-header-inner,
.ca-simple-footer-inner,
.ca-content {
  width: min(100% - 40px, 980px);
  margin-inline: auto;
}

.ca-simple-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.ca-simple-brand {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.ca-simple-back {
  color: var(--ca-green);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.ca-content {
  min-height: 65vh;
  padding-block: 72px;
}

.ca-content article {
  overflow-wrap: anywhere;
}

.ca-content h1 {
  font-size: clamp(2.5rem, 7vw, 5rem);
  letter-spacing: -.06em;
  line-height: 1;
}

.ca-content a {
  color: #16446f;
}

.ca-simple-footer-inner {
  padding-block: 30px;
  color: #9fb0bf;
  font-size: .82rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ca-simple-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ca-simple-footer-links a {
  color: #9fb0bf;
  text-decoration: none;
}

.ca-simple-footer-links a:hover,
.ca-simple-footer-links a:focus-visible {
  color: #fff;
}

.ca-legal-content {
  max-width: 860px;
}

.ca-legal-content h1 {
  margin-bottom: 12px;
}

.ca-legal-content h2 {
  margin: 42px 0 12px;
  font-size: 1.45rem;
  line-height: 1.25;
}

.ca-legal-content p,
.ca-legal-content li {
  color: #43576a;
}

.ca-legal-content li + li {
  margin-top: 5px;
}

.ca-legal-kicker {
  margin: 0;
  color: #16446f !important;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ca-legal-updated {
  margin-top: 0;
  color: var(--ca-muted) !important;
  font-size: .84rem;
}

@media (max-width: 620px) {
  .ca-simple-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  clip: auto;
  padding: 12px 18px;
  background: #fff;
  color: var(--ca-ink);
  font-weight: 800;
}
