.elementor-kit-1121{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1121 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Fonte Inter Tight */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600&display=swap');

.cuidacard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background: #fff;
  border-bottom: 0px solid #eee;
  font-family: 'Inter Tight', sans-serif;
}

.cuidacard-header .logo img {
  width: 180px; /* ou 250px se quiser maior */
  height: auto;
}

.cuidacard-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.cuidacard-header nav ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.cuidacard-header nav ul li a.cta {
  background: #E4131B;
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .cuidacard-header nav ul li { display: none; }
  .cuidacard-header nav ul li.mobile-only { display: block; }
  .cuidacard-header nav ul {
    gap: 10px;
  }
}/* End custom CSS */