/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

body {
  background:
    radial-gradient(circle at top left, rgba(145,166,175,.18), transparent 22%),
    radial-gradient(circle at top right, rgba(240,120,105,.14), transparent 22%),
    linear-gradient(180deg, #fffdfa 0%, #f8f4ea 36%, #fffdfa 100%);
}

#main-content,
#et-main-area,
#page-container {
  background: transparent;
}


/* MENU */

.art-header-shell {
    width: calc(100vw);
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    /*padding: 10px 0;*/
}

body:not(.et-fb) {
    padding-top: 90px;
}

@media (max-width: 980px) {
    body:not(.et-fb) {
        padding-top: 110px;
    }
}

@media (max-width: 782px) {
    body.admin-bar:not(.et-fb) {
        padding-top: 130px;
    }
}

body.et-fb {
    padding-top: 0 !important;
}

body.et-fb .art-header-shell {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
}

body.admin-bar .art-header-shell {
    top: 42px;
}

body {
    padding-top: 130px;
}



@media (max-width: 980px) {
    body {
        padding-top: 110px;
    }
}

@media (max-width: 782px) {
    body.admin-bar {
        padding-top: 130px;
    }
}

.art-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 16px 28px;
    position: relative;
    /*border-radius: 30px;*/
    border: 1px solid rgba(29, 29, 27, 0.08);
    background: rgba(255, 253, 250, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.35) inset;
}

.art-header::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.32) 0%,
        rgba(255,255,255,0.08) 100%
    );
}

.art-header > * {
    position: relative;
    z-index: 1;
}

.art-header__brand {
    display: flex;
    align-items: center;
    min-width: 0;
}

.art-header__brand .custom-logo-link,
.art-header__brand .site-logo,
.art-header__brand-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    min-width: 0;
}

.art-header__brand img {
    display: block;
    max-height: 64px;
    width: auto;
}

.art-header__brand-mark {
    height: 46px;
    width: auto;
    flex: 0 0 auto;
}

.art-header__text-logo {
    color: #1d1d1b;
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.art-header__nav {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.art-header__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.art-header__nav .art-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
}

.art-header__nav .art-nav__list > li {
    position: relative;
    display: flex;
    align-items: center;
}

.art-header__nav .art-nav__list > li > a {
    color: #1d1d1b;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2;
    padding: 12px 0;
    letter-spacing: -0.01em;
    transition: color .2s ease, opacity .2s ease;
}

.art-header__nav a:hover {
    color: #c89100;
}

.art-header__nav .current-menu-item > a,
.art-header__nav .current-menu-ancestor > a,
.art-header__nav .current_page_item > a {
    color: #c89100;
}

.art-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.art-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    background: #ffd61d;
    color: #1d1d1b;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    box-shadow:
        0 10px 24px rgba(255, 214, 29, 0.24),
        0 1px 0 rgba(255,255,255,0.3) inset;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.art-header__cta:hover {
    transform: translateY(-1px);
    color: #1d1d1b;
    box-shadow:
        0 14px 28px rgba(255, 214, 29, 0.28),
        0 1px 0 rgba(255,255,255,0.3) inset;
}

/* Header fit: keep desktop navigation on one row at common laptop widths. */
@media (min-width: 981px) {
    .art-header {
        grid-template-columns: minmax(248px, auto) minmax(0, 1fr) auto;
        gap: clamp(14px, 1.4vw, 24px);
        padding: 14px clamp(18px, 1.8vw, 28px);
    }

    .art-header__brand-link {
        gap: 12px;
    }

    .art-header__brand-mark {
        height: 42px;
    }

    .art-header__text-logo {
        font-size: clamp(1.18rem, 1.55vw, 1.45rem);
        letter-spacing: 0;
        white-space: nowrap;
    }

    .art-header__nav .art-nav__list {
        flex-wrap: nowrap;
        gap: clamp(18px, 1.55vw, 34px);
    }

    .art-header__nav .art-nav__list > li > a {
        font-size: clamp(0.9rem, 1.05vw, 1rem);
        white-space: nowrap;
    }

    .art-header__cta {
        min-height: 46px;
        padding-inline: clamp(16px, 1.35vw, 20px);
        font-size: clamp(0.88rem, 1vw, 1rem);
    }
}

.page-id-2415 .et_pb_section_1 .et_pb_column.et_clickable {
    transition: transform .3s ease, box-shadow .3s ease;
    will-change: transform;
}

.page-id-2415 .et_pb_section_1 .et_pb_column.et_clickable:hover,
.page-id-2415 .et_pb_section_1 .et_pb_column.et_clickable:focus-within {
    transform: translateX(0) translateY(-1px);
}

.art-header__toggle {
    display: none;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: rgba(245, 239, 228, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

.art-header__toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #1d1d1b;
    border-radius: 2px;
    transition: transform .22s ease, opacity .22s ease;
}

.art-header-shell.is-open .art-header__toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.art-header-shell.is-open .art-header__toggle span:nth-child(2) {
    opacity: 0;
}

.art-header-shell.is-open .art-header__toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.art-header__nav .sub-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: -18px;
    min-width: 260px;
    padding: 12px;
    background: rgba(255, 253, 250, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(29, 29, 27, 0.08);
    border-radius: 20px;
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.10),
        0 1px 0 rgba(255,255,255,0.4) inset;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(.98);
    transform-origin: top left;
    transition: opacity .2s ease, visibility .2s ease, transform .22s ease;
    z-index: 50;
}

.art-header__nav .sub-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 28px;
    width: 14px;
    height: 14px;
    background: rgba(255, 253, 250, 0.92);
    border-top: 1px solid rgba(29,29,27,0.08);
    border-left: 1px solid rgba(29,29,27,0.08);
    transform: rotate(45deg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.art-header__nav .sub-menu li {
    position: relative;
}

.art-header__nav .sub-menu li + li {
    margin-top: 2px;
}

.art-header__nav .sub-menu a {
    display: block;
    color: #1d1d1b;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.35;
    padding: 11px 13px;
    border-radius: 14px;
    transition: background .2s ease, color .2s ease;
}

.art-header__nav .sub-menu a:hover {
    background: #f5efe4;
    color: #1d1d1b;
}

.art-header__nav .art-menu-activities-root > .sub-menu {
    width: min(460px, calc(100vw - 40px));
    max-height: min(72vh, calc(100vh - 150px));
    padding: 18px 12px 18px 18px;
    background: rgba(255, 252, 247, 0.99);
    border-color: rgba(29, 29, 27, 0.07);
    box-shadow:
        0 24px 48px rgba(29, 29, 27, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.6) inset;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: rgba(111, 105, 93, 0.48) transparent;
}

.art-header__nav .art-menu-activities-root > .sub-menu::-webkit-scrollbar {
    width: 11px;
}

.art-header__nav .art-menu-activities-root > .sub-menu::-webkit-scrollbar-track {
    background: transparent;
}

.art-header__nav .art-menu-activities-root > .sub-menu::-webkit-scrollbar-thumb {
    border: 3px solid rgba(255, 253, 250, 0.98);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(145, 166, 175, 0.45), rgba(111, 105, 93, 0.62));
}

.art-header__nav .art-menu-activities-root > .sub-menu::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(145, 166, 175, 0.58), rgba(111, 105, 93, 0.74));
}

.art-header__nav .art-menu-activities-root > .sub-menu > .art-menu-activities-entry > a {
    padding: 10px 12px;
    border-radius: 12px;
    color: rgba(29, 29, 27, 0.9);
}

.art-header__nav .art-menu-activities-root > .sub-menu > .art-menu-activities-entry > a:hover {
    background: rgba(245, 239, 228, 0.78);
}

@media (min-width: 981px) {
    .art-header__nav .sub-menu li.menu-item-has-children > a {
        padding-right: 50px;
    }

    .art-header__nav .art-menu-activities-root > .sub-menu > li.menu-item-has-children > .sub-menu {
        top: calc(100% + 10px);
        left: 18px;
        min-width: 300px;
        padding: 16px 18px;
    }

    .art-header__nav .art-menu-activities-root > .sub-menu > li.menu-item-has-children > .sub-menu::before {
        left: 28px;
    }
}

.art-header__nav .art-menu-activities-root > .sub-menu > .art-menu-activities-break-start {
    margin-top: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(29, 29, 27, 0.1);
}

.art-header__nav li.is-sub-open > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.art-submenu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-flex;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: inherit;
    transition: background .2s ease, color .2s ease;
}

.art-submenu-toggle:hover {
    background: rgba(245, 239, 228, 0.92);
}

.art-submenu-toggle span {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    display: block;
    transition: transform .2s ease;
}

.art-header__nav li.is-sub-open > .art-submenu-toggle span {
    transform: rotate(-135deg) translateY(-1px);
}

.art-header__nav .art-nav__list > li.menu-item-has-children > a {
    padding-right: 38px;
}

@media (max-width: 980px) {
    .art-header-shell {
        top: 0 !important;
        left: 0;
        transform: none;
        width: 100%;
    }

    .art-header-shell.is-open {
        height: 100vh;
        height: 100dvh;
        overflow: hidden;
    }

    body.admin-bar .art-header-shell {
        top: 0 !important;
    }

    .art-header {
        grid-template-columns: 1fr auto;
        gap: 14px;
        padding: 12px 18px;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .art-header-shell.is-open .art-header {
        max-height: 100vh;
        max-height: 100dvh;
        align-content: start;
        overflow: hidden;
    }

    .art-header__brand img {
        max-height: 54px;
    }

    .art-header__brand-mark {
        height: 40px;
    }

    .art-header__toggle {
        display: inline-flex;
        justify-self: end;
    }

    .art-header__nav {
        display: none;
        grid-column: 1 / -1;
        justify-content: stretch;
        order: 2;
        padding-top: 10px;
    }

    .art-header-shell.is-open .art-header__nav {
        display: block;
        max-height: calc(100vh - 150px);
        max-height: calc(100dvh - 150px);
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding-right: 8px;
        scrollbar-gutter: stable;
    }

    .art-header__nav .art-nav__list {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px 0 0;
    }

    .art-header__nav .art-nav__list > li {
        display: block;
        border-bottom: 1px solid rgba(29, 29, 27, 0.08);
        padding: 0;
    }

    .art-header__nav .art-nav__list > li:last-child {
        border-bottom: 0;
    }

    .art-header__nav .art-nav__list > li > a {
        display: block;
        padding: 14px 44px 14px 0;
        font-size: 1rem;
    }

    .art-header__nav .art-nav__list > li.menu-item-has-children::after {
        display: none;
    }

    .art-submenu-toggle {
        display: inline-flex;
        position: absolute;
        right: 0;
        top: 7px;
        width: 36px;
        height: 36px;
        margin-top: 0;
        padding: 0;
        border: 0;
        border-radius: 12px;
        background: rgba(245, 239, 228, 0.95);
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
    }

    .art-submenu-toggle span {
        width: 10px;
        height: 10px;
        border-right: 2px solid #1d1d1b;
        border-bottom: 2px solid #1d1d1b;
        transform: rotate(45deg) translateY(-1px);
        display: block;
        transition: transform .2s ease;
    }

    .art-header__nav li.is-sub-open > .art-submenu-toggle span {
        transform: rotate(-135deg) translateY(-1px);
    }

    .art-header__nav .sub-menu {
        position: static;
        min-width: 0;
        padding: 6px 0 0 12px;
        margin: 6px 0 10px 12px;
        background: transparent;
        border: 0;
        border-left: 1px solid rgba(29, 29, 27, 0.12);
        border-radius: 0;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }

    .art-header__nav .sub-menu::before {
        display: none;
    }

    .art-header__nav li.is-sub-open > .sub-menu {
        display: block;
    }

    .art-header__nav .sub-menu a {
        padding: 10px 0 10px 14px;
        border-radius: 12px;
    }

    .art-header__nav .sub-menu a:hover {
        background: rgba(245, 239, 228, 0.92);
    }

    .art-header__nav .sub-menu .sub-menu {
        margin: 8px 0 4px 12px;
        padding: 6px 0 0 12px;
        border: 0;
        border-left: 1px solid rgba(29, 29, 27, 0.12);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .art-header__nav .art-menu-activities-root > .sub-menu > li.menu-item-has-children > a {
        padding-right: 52px;
    }

    .art-header__actions {
        display: none;
        grid-column: 1 / -1;
        justify-content: stretch;
        order: 3;
        padding-top: 14px;
    }

    .art-header-shell.is-open .art-header__actions {
        display: flex;
    }

    .art-header__cta {
        width: 100%;
        text-align: center;
        min-height: 50px;
        padding: 14px 18px;
    }
}

@media (max-width: 782px) {
    body.admin-bar .art-header-shell {
        top: 0 !important;
    }
}

/* FIM DE MENU */




.site-footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #161615;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60% 140% at -8% 55%, rgba(145, 166, 175, 0.22) 0%, rgba(145, 166, 175, 0.10) 24%, rgba(145, 166, 175, 0) 58%),
    radial-gradient(42% 120% at 58% 10%, rgba(240, 120, 105, 0.16) 0%, rgba(240, 120, 105, 0.08) 34%, rgba(240, 120, 105, 0) 68%);
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    /* 1. tira azulada -> para a ESQUERDA */
    linear-gradient(-36deg,
      transparent 0 10%,
      rgba(145, 166, 175, 0.12) 10% 22%,
      transparent 22% 100%
    ),

    /* 2. tira escura -> para a DIREITA */
    linear-gradient(145deg,
      transparent 0 26%,
      rgba(255, 255, 255, 0.03) 26% 38%,
      transparent 38% 100%
    ),

    /* 3. tira coral -> para a DIREITA */
    linear-gradient(145deg,
      transparent 0 48%,
      rgba(240, 120, 105, 0.13) 48% 68%,
      transparent 68% 100%
    );
}

.site-footer > * {
  position: relative;
  z-index: 2;
}

.site-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 28px 40px;
}

.footer-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.brand-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: inherit;
}

.brand-footer img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.meta-kicker {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.brand-copy strong {
  font-size: 18px;
  line-height: 1.2;
  color: #fffdfa;
}

.social-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: #fffdfa;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.social-link:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.16);
}

.social-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.9fr;
  gap: 56px;
  align-items: start;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-column {
  text-align: left;
  align-self: start;
}

.footer-column h3 {
  margin: 0 0 22px;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fffdfa;
}

.footer-column ul,
.footer-meta {
  margin: 0;
  padding: 0;
}

.footer-column ul {
  list-style: none;
}

.footer-column li {
  margin: 0 0 18px;
  padding: 0;
  line-height: 1.45;
}

.footer-column li:last-child {
  margin-bottom: 0;
}

.footer-column a {
  color: #fffdfa;
  text-decoration: none;
}

.footer-column a:hover {
  color: rgba(255,255,255,0.88);
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.icon-line {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  text-decoration: none;
  color: #fffdfa;
  line-height: 1.45;
}

.icon-line svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex: 0 0 auto;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer-bottom span {
  color: rgba(255,255,255,0.82);
}

.footer-backtop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #fffdfa;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.footer-backtop:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.14);
}

@media (max-width: 980px) {
  .footer-topline,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ATIVIDADES */

.art-calendar-embed {
  position: relative;
  z-index: 0;
  isolation: isolate;
  width: 100%;
}

.art-calendar-embed iframe {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 18px;
}

.page-id-2077 .art-header-shell,
.page-id-2077 .art-header-shell.is-open {
  z-index: 2147483000;
}

.page-id-2077 .et-l--header {
  position: relative;
  z-index: 2147483000;
}

.page-id-2077 #et-main-area {
  position: relative;
  z-index: 0;
}

.page-id-2077 .art-header,
.page-id-2077 .art-header__nav,
.page-id-2077 .art-header__nav .sub-menu {
  z-index: 2147483000;
}

.art-calendar-embed .art-calendar-embed-mobile {
  display: none;
}

@media (max-width: 767px) {
  .art-calendar-embed .art-calendar-embed-desktop {
    display: none;
  }

  .art-calendar-embed .art-calendar-embed-mobile {
    display: block;
  }

  .art-calendar-embed iframe {
    height: 620px;
  }
}

.art-horarios-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 36px;
  background: #f3efe8;
  border-radius: 34px;
  overflow: hidden;
}

.art-horarios {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0 16px;
}

.art-horarios thead th {
  padding: 0 22px 18px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  text-align: center;
}

.art-horarios td {
  padding: 18px 22px;
  vertical-align: middle;
}

.art-horarios .art-activity-cell {
  width: 40%;
  padding: 0;
  background: #e9e28d;
  border-radius: 24px 0 0 24px;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease;
}

.art-horarios .art-activity-cell:hover,
.art-horarios .art-activity-cell:focus-within {
  transform: translateY(-2px);
  background: #efe79a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.art-horarios .art-activity-link {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 22px 24px;
  color: #111;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 1.95vw, 2.2rem);
  line-height: 1.02;
  font-weight: 700;
}

.art-horarios .art-activity-link span {
  display: block;
  max-width: 100%;
  text-wrap: balance;
}

.art-horarios .art-activity-link:focus-visible {
  outline: 2px solid rgba(17, 17, 17, 0.2);
  outline-offset: -2px;
  border-radius: 24px 0 0 24px;
}

.art-horarios .art-local-cell {
  width: 14%;
  background: #dcd8d2;
  text-align: center;
}

.art-horarios .art-local-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 46px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #f7f7f7;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1b1b1b;
}

.art-horarios .art-hours-cell {
  width: 46%;
  background: #eee5e1;
  border-radius: 0 24px 24px 0;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.5;
  color: #1b1b1b;
}

.art-horarios .art-hours-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.art-horarios .art-hours-item {
  display: block;
}

.art-horarios .art-activity-link,
.art-horarios .art-activity-link span,
.art-horarios .art-local-badge,
.art-horarios .art-hours-item,
.art-horarios td::before {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

@media (max-width: 980px) {
  .art-horarios-wrap {
    width: min(100%, calc(100vw - 24px));
    padding: 12px;
    border-radius: 24px;
  }

  .art-horarios,
  .art-horarios thead,
  .art-horarios tbody,
  .art-horarios tr,
  .art-horarios th,
  .art-horarios td {
    display: block;
    width: 100%;
  }

  .art-horarios {
    border-spacing: 0;
  }

  .art-horarios thead {
    display: none;
  }

  .art-horarios tbody tr {
    display: block;
    margin-bottom: 16px;
    border-radius: 22px;
    overflow: hidden;
    background: #f3efe8;
  }

  .art-horarios td {
    padding: 14px 16px;
  }

  .art-horarios td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
  }

  .art-horarios .art-activity-cell,
  .art-horarios .art-local-cell,
  .art-horarios .art-hours-cell {
    width: 100%;
    border-radius: 0;
  }

  .art-horarios .art-activity-cell {
    border-radius: 20px 20px 0 0;
    padding: 14px 16px 12px;
    transform: none !important;
  }

  .art-horarios .art-hours-cell {
    padding: 12px 16px 16px;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    line-height: 1.45;
  }

  .art-horarios .art-activity-link {
    display: block;
    padding: 0;
    font-size: clamp(1.35rem, 4.8vw, 1.7rem);
    line-height: 1.08;
  }

  .art-horarios .art-local-cell {
    padding: 12px 16px 14px;
    text-align: left;
  }

  .art-horarios .art-local-badge {
    min-width: 76px;
    min-height: 40px;
    padding: 7px 16px;
    font-size: 13px;
  }

  .art-horarios .art-hours-list {
    gap: 6px;
  }
}

/* ATIVIDADES - INDICE VISUAL */

.art-atividade-visual-index .art-visual-card:hover {
  transform: translateY(-3px);
}

@media (min-width: 981px) {
  .art-atividade-visual-index .art-visual-card {
    align-items: center !important;
  }

  .art-atividade-visual-index .art-visual-number {
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
  }

  .art-atividade-visual-index .art-visual-number-col,
  .art-atividade-visual-index .art-visual-image-col {
    align-self: center !important;
    display: flex !important;
    height: 240px !important;
    min-height: 240px !important;
    position: relative;
  }

  .art-atividade-visual-index .art-visual-number-col {
    align-items: stretch !important;
  }

  .art-atividade-visual-index .art-visual-image-col .art-visual-media {
    display: block;
    height: 100% !important;
    min-height: 100%;
    margin: 0 !important;
    position: relative !important;
    width: 100% !important;
  }
}

.art-atividade-visual-index .art-visual-media .et_pb_image_wrap {
  display: block;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
  border-radius: inherit;
}

.art-atividade-visual-index .art-visual-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 260ms ease;
}

.art-atividade-visual-index .art-visual-card:hover .art-visual-media img {
  transform: scale(1.05);
}

.art-atividade-visual-index .et_pb_button.art-visual-button {
  background-color: #ffd61d !important;
  border-color: transparent !important;
  border-width: 0 !important;
  box-shadow: 0 10px 24px rgba(255, 214, 29, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 180ms ease !important;
}

.art-atividade-visual-index .et_pb_button.art-visual-button:hover {
  background-color: #ffd61d !important;
  border-color: transparent !important;
  border-width: 0 !important;
  box-shadow: 0 14px 28px rgba(255, 214, 29, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-1px) !important;
}

.art-atividade-visual-index .et_pb_button.art-visual-button:after {
  content: none;
  display: none;
}

@media (max-width: 980px) {
  .art-atividade-visual-index .art-visual-number-col,
  .art-atividade-visual-index .art-visual-number {
    display: none !important;
  }
}

/* DIVI 5 MODULE FALLBACKS - ATIVIDADES / EQUIPA / FOOTER */

.et_pb_button.art-module-button {
  background-color: #ffd61d !important;
  border-color: transparent !important;
  border-width: 0 !important;
  box-shadow: 0 10px 24px rgba(255, 214, 29, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  color: #1d1d1b !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease !important;
}

.et_pb_button.art-module-button:hover {
  background-color: #ffd61d !important;
  border-color: transparent !important;
  border-width: 0 !important;
  box-shadow: 0 14px 28px rgba(255, 214, 29, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  color: #1d1d1b !important;
  transform: translateY(-1px) !important;
}

.et_pb_button.art-module-button:after {
  content: none !important;
  display: none !important;
}

.art-team-professional-section .et_pb_text_inner p,
.art-footer-divi-replica .et_pb_text_inner p {
  padding-bottom: 0;
}

.art-team-professional-section .art-team-person-row {
  border-top: 1px solid rgba(29, 29, 27, 0.12);
}

.art-team-professional-section .art-team-card {
  background: rgba(255, 253, 250, 0.96) !important;
  box-shadow: 0 16px 38px rgba(29, 29, 27, 0.08) !important;
}

.art-team-professional-section .art-team-cards-row > .et_pb_column:nth-child(1) {
  border-top: 6px solid #ffd61d;
}

.art-team-professional-section .art-team-cards-row > .et_pb_column:nth-child(2) {
  border-top: 6px solid rgba(145, 166, 175, 0.62);
}

.art-team-professional-section .art-team-cards-row > .et_pb_column:nth-child(3) {
  border-top: 6px solid rgba(240, 120, 105, 0.55);
}

.art-team-professional-section .art-team-role-label,
.art-team-professional-section .art-team-name-label,
.art-team-professional-section .art-team-card-title {
  overflow-wrap: normal;
  word-break: normal;
}

.art-team-professional-section .art-team-role-label {
  white-space: nowrap;
}

.art-team-professional-section .art-team-role-label {
  color: #7a7467 !important;
}

.art-team-professional-section .art-team-name-label {
  font-size: 17px !important;
}

.art-team-professional-section .art-team-card-title h2 {
  font-size: 21px !important;
  line-height: 1.12 !important;
}

@media (min-width: 981px) {
  .art-team-professional-section .art-team-card-title h2 {
    white-space: nowrap;
  }
}

.art-footer-divi-replica .art-footer-info-card a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 180ms ease;
}

.art-footer-divi-replica .art-footer-info-card a:hover {
  color: #ffd61d;
}

/* CONTACTOS - FORM BUTTON */

body.page-id-1983 #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_contact_submit {
  background-color: #ffd61d !important;
  border-color: transparent !important;
  border-width: 0 !important;
  box-shadow: 0 10px 24px rgba(255, 214, 29, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  color: #1d1d1b !important;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease !important;
}

body.page-id-1983 #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_contact_submit:hover,
body.page-id-1983 #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_contact_submit:focus {
  background-color: #ffd61d !important;
  border-color: transparent !important;
  border-width: 0 !important;
  box-shadow: 0 14px 28px rgba(255, 214, 29, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  color: #1d1d1b !important;
  transform: translateY(-1px) !important;
}

body.page-id-1983 #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_contact_submit::before,
body.page-id-1983 #page-container .et_pb_section .et_pb_contact_form_0.et_pb_contact_form_container.et_pb_module .et_pb_contact_submit::after {
  content: none !important;
  display: none !important;
}

/* CONTACTOS - SOCIAL ICONS */

body.page-id-1983 #page-container .art-social-button {
  align-items: center !important;
  gap: 10px !important;
}

body.page-id-1983 #page-container .art-social-button::before {
  content: "";
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-color: currentColor;
}

body.page-id-1983 #page-container .art-social-button-facebook::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.page-id-1983 #page-container .art-social-button-instagram::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.671.31.42.163.72.358 1.035.673.315.315.51.615.673 1.035.123.317.27.794.31 1.671.043.949.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.671-.163.42-.358.72-.673 1.035-.315.315-.615.51-1.035.673-.317.123-.794.27-1.671.31-.949.043-1.233.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.671-.31-.42-.163-.72-.358-1.035-.673-.315-.315-.51-.615-.673-1.035-.123-.317-.27-.794-.31-1.671C4.631 14.688 4.622 14.403 4.622 12s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.671.163-.42.358-.72.673-1.035.315-.315.615-.51 1.035-.673.317-.123.794-.27 1.671-.31.949-.043 1.234-.052 3.637-.052M12 3c-2.444 0-2.751.01-3.711.054-.958.044-1.612.196-2.185.418-.592.23-1.094.538-1.594 1.038-.5.5-.808 1.002-1.038 1.594-.222.572-.374 1.227-.418 2.185C3.01 9.249 3 9.556 3 12c0 2.444.01 2.751.054 3.711.044.958.196 1.612.418 2.185.23.592.538 1.094 1.038 1.594.5.5 1.002.808 1.594 1.038.572.222 1.227.374 2.185.418.96.044 1.267.054 3.711.054s2.751-.01 3.711-.054c.958-.044 1.612-.196 2.185-.418.592-.23 1.094-.538 1.594-1.038.5-.5.808-1.002 1.038-1.594.222-.572.374-1.227.418-2.185.044-.96.054-1.267.054-3.711s-.01-2.751-.054-3.711c-.044-.958-.196-1.612-.418-2.185-.23-.592-.538-1.094-1.038-1.594-.5-.5-1.002-.808-1.594-1.038-.572-.222-1.227-.374-2.185-.418C14.751 3.01 14.444 3 12 3zm0 4.378c-2.552 0-4.622 2.069-4.622 4.622S9.448 16.622 12 16.622s4.622-2.069 4.622-4.622S14.552 7.378 12 7.378zM12 15c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3zm4.804-8.884c-.596 0-1.08.484-1.08 1.08s.484 1.08 1.08 1.08c.596 0 1.08-.484 1.08-1.08s-.483-1.08-1.08-1.08z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.671.31.42.163.72.358 1.035.673.315.315.51.615.673 1.035.123.317.27.794.31 1.671.043.949.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.671-.163.42-.358.72-.673 1.035-.315.315-.615.51-1.035.673-.317.123-.794.27-1.671.31-.949.043-1.233.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.671-.31-.42-.163-.72-.358-1.035-.673-.315-.315-.51-.615-.673-1.035-.123-.317-.27-.794-.31-1.671C4.631 14.688 4.622 14.403 4.622 12s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.671.163-.42.358-.72.673-1.035.315-.315.615-.51 1.035-.673.317-.123.794-.27 1.671-.31.949-.043 1.234-.052 3.637-.052M12 3c-2.444 0-2.751.01-3.711.054-.958.044-1.612.196-2.185.418-.592.23-1.094.538-1.594 1.038-.5.5-.808 1.002-1.038 1.594-.222.572-.374 1.227-.418 2.185C3.01 9.249 3 9.556 3 12c0 2.444.01 2.751.054 3.711.044.958.196 1.612.418 2.185.23.592.538 1.094 1.038 1.594.5.5 1.002.808 1.594 1.038.572.222 1.227.374 2.185.418.96.044 1.267.054 3.711.054s2.751-.01 3.711-.054c.958-.044 1.612-.196 2.185-.418.592-.23 1.094-.538 1.594-1.038.5-.5.808-1.002 1.038-1.594.222-.572.374-1.227.418-2.185.044-.96.054-1.267.054-3.711s-.01-2.751-.054-3.711c-.044-.958-.196-1.612-.418-2.185-.23-.592-.538-1.094-1.038-1.594-.5-.5-1.002-.808-1.594-1.038-.572-.222-1.227-.374-2.185-.418C14.751 3.01 14.444 3 12 3zm0 4.378c-2.552 0-4.622 2.069-4.622 4.622S9.448 16.622 12 16.622s4.622-2.069 4.622-4.622S14.552 7.378 12 7.378zM12 15c-1.657 0-3-1.343-3-3s1.343-3 3-3 3 1.343 3 3-1.343 3-3 3zm4.804-8.884c-.596 0-1.08.484-1.08 1.08s.484 1.08 1.08 1.08c.596 0 1.08-.484 1.08-1.08s-.483-1.08-1.08-1.08z'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 767px) {
  body.page-id-1983 #page-container .et_pb_contact_form_0 .et_pb_contact_field_half,
  body.page-id-1983 #page-container .et_pb_contact_form_0 .et_pb_contact_field.et_flex_column_12_24_phone {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    float: none !important;
  }

  body.page-id-1983 #page-container .et_pb_contact_form_0 .et_pb_contact_field_half + .et_pb_contact_field_half,
  body.page-id-1983 #page-container .et_pb_contact_form_0 .et_pb_contact_field_1 {
    margin-top: 14px !important;
  }

  body.page-id-1983 #page-container .et_pb_contact_form_0 input[type="text"],
  body.page-id-1983 #page-container .et_pb_contact_form_0 textarea {
    width: 100% !important;
  }
}

/* Custom 404: Portuguese no-sidebar fallback when a URL is missing. */
.art-404-main {
  min-height: 58vh;
  padding: 64px 24px 80px;
}

.art-404-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 38px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  background:
    linear-gradient(124deg, rgba(145, 166, 175, 0.16) 0 18%, transparent 18% 100%),
    linear-gradient(54deg, transparent 0 36%, rgba(111, 105, 93, 0.1) 36% 45%, transparent 45% 100%),
    linear-gradient(54deg, transparent 0 48%, rgba(240, 120, 105, 0.14) 48% 64%, transparent 64% 100%),
    linear-gradient(90deg, rgba(253, 223, 54, 0.22), rgba(255, 253, 250, 0.96));
  box-shadow: 0 18px 40px rgba(29, 29, 27, 0.08);
}

.art-404-copy {
  max-width: 720px;
}

.art-404-kicker {
  margin: 0 0 18px;
  color: #6f695d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.art-404-copy h1 {
  margin: 0 0 18px;
  color: #1d1d1b;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.04;
}

.art-404-copy p {
  margin: 0;
  color: #4a443a;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.6;
}

.art-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.art-404-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(29, 29, 27, 0.12);
  color: #1d1d1b;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 253, 250, 0.72);
}

.art-404-secondary:hover,
.art-404-secondary:focus {
  color: #1d1d1b;
  background: rgba(255, 253, 250, 0.95);
}

@media (max-width: 767px) {
  .art-404-main {
    padding: 24px 14px 56px;
  }

  .art-404-hero {
    border-radius: 28px;
  }

  .art-404-actions > * {
    width: 100%;
  }
}

/* HOME / ARTIGOS - POST CARDS */

body #page-container .et_pb_section .post-card > .et_pb_row,
body #page-container .et_pb_section .post-card > .et_pb_row:hover,
body #page-container .et_pb_section .post-card .et_pb_row,
body #page-container .et_pb_section .post-card .et_pb_row:hover {
  padding: 22px !important;
  transition-property: background-color, border-color, box-shadow, transform !important;
}

body #page-container .et_pb_section .post-card .post-excerpt {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body #page-container .et_pb_section .post-card .post-cta,
body #page-container .et_pb_section .post-card .post-cta:hover,
body #page-container .et_pb_section .post-card:hover .post-cta {
  position: relative !important;
  padding-left: 0 !important;
  padding-right: 2.25em !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  transition: color 180ms ease !important;
}

body #page-container .et_pb_section .post-card .post-cta::after,
body #page-container .et_pb_section .post-card .post-cta:hover::after {
  position: absolute !important;
  top: 50% !important;
  right: 0.35em !important;
  margin-left: 0 !important;
  opacity: 1 !important;
  transform: translate(0, -50%) !important;
  transition: transform 180ms ease !important;
}

body #page-container .et_pb_section .post-card:hover .post-cta::after,
body #page-container .et_pb_section .post-card:focus-within .post-cta::after {
  transform: translate(8px, -50%) !important;
}

/* POST META */

.art-post-meta-panel {
  margin: 22px 0 0;
}

.art-post-summary {
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(29, 29, 27, 0.76);
  font-size: 1.22rem;
  line-height: 1.58;
}

.art-post-meta-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.art-post-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.06);
  color: #1d1d1b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.1;
}

.art-post-meta-chip strong {
  font: inherit;
  line-height: 1;
  font-weight: 800;
}

@media (max-width: 680px) {
  .art-post-summary {
    font-size: 1.06rem;
  }

  .art-post-meta-chip {
    width: 100%;
    justify-content: space-between;
  }
}

/* HOME - PARCERIAS */

.art-home-partners-strip {
  overflow: hidden;
  padding: 22px 0;
  border-top: 1px solid rgba(29, 29, 27, 0.08);
  border-bottom: 1px solid rgba(29, 29, 27, 0.08);
}

.art-home-partners-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: art-home-partners-marquee 28s linear infinite;
  will-change: transform;
}

.art-home-partners-strip:hover .art-home-partners-track {
  animation-play-state: paused;
}

.art-home-partner {
  flex: 0 0 auto;
  width: 220px;
  height: 108px;
  padding: 18px 22px;
  border-radius: 22px;
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 18px 24px 1px rgba(29, 29, 27, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.art-home-partner img {
  display: block;
  max-width: 100%;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes art-home-partners-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .art-home-partner {
    width: 190px;
    height: 96px;
    padding: 16px 18px;
  }

  .art-home-partner img {
    max-height: 44px;
  }
}

@media (max-width: 767px) {
  .art-home-partners-strip {
    padding: 18px 0;
  }

  .art-home-partners-track {
    gap: 14px;
    animation-duration: 24s;
  }

  .art-home-partner {
    width: 166px;
    height: 88px;
    padding: 14px 16px;
    border-radius: 18px;
  }

  .art-home-partner img {
    max-height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .art-home-partners-track {
    animation: none;
  }
}

@media (max-width: 980px) {
  .art-header__nav .art-menu-activities-root > .sub-menu {
    width: 100%;
    max-height: none;
    padding: 6px 0 0 12px;
    margin: 6px 0 10px 12px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(29, 29, 27, 0.12);
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    scrollbar-gutter: auto;
    scrollbar-width: auto;
    scrollbar-color: auto;
  }

  .art-header__nav .art-menu-activities-root > .sub-menu > .art-menu-activities-entry > a,
  .art-header__nav .art-menu-activities-root > .sub-menu > .art-menu-activities-primary > a {
    padding: 10px 0 10px 14px;
    border-radius: 12px;
  }

  .art-header__nav .art-menu-activities-root > .sub-menu > .art-menu-activities-break-start {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(29, 29, 27, 0.12);
  }

  .art-header__nav .art-menu-activities-root > .sub-menu::-webkit-scrollbar,
  .art-header__nav .art-menu-activities-root > .sub-menu::-webkit-scrollbar-track,
  .art-header__nav .art-menu-activities-root > .sub-menu::-webkit-scrollbar-thumb,
  .art-header__nav .art-menu-activities-root > .sub-menu::-webkit-scrollbar-thumb:hover {
    all: unset;
  }
}

/* LINK COLOR - CONTENT AND FOOTER */

:root {
  --art-link-color: #4aaccc;
  --art-link-color-hover: #4aaccc;
}

body #main-content a:not(.et_pb_button):not(.art-module-button):not(.art-visual-button):not(.art-activity-link):not(.post-cta):not([class*="button"]) {
  color: var(--art-link-color) !important;
  text-decoration: none !important;
}

body #main-content a:not(.et_pb_button):not(.art-module-button):not(.art-visual-button):not(.art-activity-link):not(.post-cta):not([class*="button"]):hover,
body #main-content a:not(.et_pb_button):not(.art-module-button):not(.art-visual-button):not(.art-activity-link):not(.post-cta):not([class*="button"]):focus,
body #main-content a:not(.et_pb_button):not(.art-module-button):not(.art-visual-button):not(.art-activity-link):not(.post-cta):not([class*="button"]):focus-visible {
  color: var(--art-link-color-hover) !important;
  text-decoration: none !important;
}

body .art-footer-divi-replica a:not(.et_pb_button):not(.art-module-button):not(.art-visual-button):not(.footer-backtop):not(.social-link):not([class*="button"]),
body .site-footer .footer-column a,
body .site-footer .footer-meta a,
body .art-footer-divi-replica .art-footer-info-card a {
  color: var(--art-link-color) !important;
  text-decoration: none !important;
}

body .art-footer-divi-replica a:not(.et_pb_button):not(.art-module-button):not(.art-visual-button):not(.footer-backtop):not(.social-link):not([class*="button"]):hover,
body .art-footer-divi-replica a:not(.et_pb_button):not(.art-module-button):not(.art-visual-button):not(.footer-backtop):not(.social-link):not([class*="button"]):focus,
body .art-footer-divi-replica a:not(.et_pb_button):not(.art-module-button):not(.art-visual-button):not(.footer-backtop):not(.social-link):not([class*="button"]):focus-visible,
body .site-footer .footer-column a:hover,
body .site-footer .footer-column a:focus,
body .site-footer .footer-column a:focus-visible,
body .site-footer .footer-meta a:hover,
body .site-footer .footer-meta a:focus,
body .site-footer .footer-meta a:focus-visible,
body .art-footer-divi-replica .art-footer-info-card a:hover,
body .art-footer-divi-replica .art-footer-info-card a:focus,
body .art-footer-divi-replica .art-footer-info-card a:focus-visible {
  color: var(--art-link-color-hover) !important;
  text-decoration: none !important;
}

body #main-content a[href^="tel:"],
body #main-content a[href^="tel:"]:hover,
body #main-content a[href^="tel:"]:focus,
body #main-content a[href^="tel:"]:focus-visible,
body .site-footer a[href^="tel:"],
body .site-footer a[href^="tel:"]:hover,
body .site-footer a[href^="tel:"]:focus,
body .site-footer a[href^="tel:"]:focus-visible,
body .art-footer-divi-replica a[href^="tel:"],
body .art-footer-divi-replica a[href^="tel:"]:hover,
body .art-footer-divi-replica a[href^="tel:"]:focus,
body .art-footer-divi-replica a[href^="tel:"]:focus-visible {
  color: inherit !important;
  text-decoration: none !important;
}

/* PLENAMENTE - PREVENT MID-WORD BREAKS IN ACTIVITY AXIS LABELS */

body.page-id-3374 #main-content h1,
body.page-id-3374 #main-content h2,
body.page-id-3374 #main-content h3,
body.page-id-3374 #main-content .et_pb_text,
body.page-id-3374 #main-content .et_pb_text_inner {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

/* ESTATUTOS - PREVENT MID-WORD BREAKS IN LEGAL CONTENT */

body.page-id-3250 #main-content h1,
body.page-id-3250 #main-content h2,
body.page-id-3250 #main-content h3,
body.page-id-3250 #main-content .et_pb_text,
body.page-id-3250 #main-content .et_pb_text_inner,
body.page-id-3250 #main-content .art-legal-status {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

/* MOBILE TYPOGRAPHY - NATURAL WORD WRAPPING */

@media (max-width: 767px) {
  body #main-content h1,
  body #main-content h2,
  body #main-content h3,
  body #main-content h4,
  body #main-content h5,
  body #main-content h6,
  body #page-container .et_pb_text h1,
  body #page-container .et_pb_text h2,
  body #page-container .et_pb_text h3,
  body #page-container .et_pb_text h4,
  body #page-container .et_pb_text h5,
  body #page-container .et_pb_text h6,
  body #page-container .et_pb_module .et_pb_module_header,
  body #page-container .et_pb_fullwidth_header h1,
  body #page-container .et_pb_fullwidth_header .et_pb_module_header,
  body #page-container .et_pb_slider .et_pb_slide_title,
  body #page-container .art-header__text-logo,
  body #page-container .art-header__nav a,
  body #page-container .art-post-summary,
  body #page-container .art-post-meta-chip,
  body #page-container .art-horarios .art-activity-link,
  body #page-container .art-horarios .art-local-badge,
  body #page-container .art-team-professional-section .art-team-role-label,
  body #page-container .art-team-professional-section .art-team-name-label,
  body #page-container .art-team-professional-section .art-team-card-title,
  body #page-container .et_pb_button,
  body #page-container .art-header__cta,
  body #page-container .post-cta,
  body #page-container .art-module-button,
  body #page-container .art-visual-button {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  body #main-content h1,
  body #main-content h2,
  body #main-content h3,
  body #page-container .et_pb_text h1,
  body #page-container .et_pb_text h2,
  body #page-container .et_pb_text h3,
  body #page-container .et_pb_module .et_pb_module_header,
  body #page-container .et_pb_fullwidth_header h1,
  body #page-container .et_pb_fullwidth_header .et_pb_module_header,
  body #page-container .et_pb_slider .et_pb_slide_title,
  body #page-container .art-horarios .art-activity-link span,
  body #page-container .art-team-professional-section .art-team-card-title {
    text-wrap: balance;
  }

  body #page-container .et_pb_button,
  body #page-container .art-header__cta,
  body #page-container .post-cta,
  body #page-container .art-module-button,
  body #page-container .art-visual-button,
  body #page-container .art-team-professional-section .art-team-role-label {
    max-width: 100%;
    white-space: normal !important;
  }
}
