:root {
    --novo-maroon-dark: #620007;
    --novo-maroon: #890004;
    --novo-brown: #84473c;
    --novo-taupe: #b3967d;
    --novo-cream: #ecdbc7;
    --novo-facebook: #890004;
    --novo-orange: #890004;
    --novo-line: #e7e7e7;
    --novo-text: #111111;
    --novo-muted: #585c68;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

body {
    background: #ffffff;
    color: var(--novo-text);
    font-family: "Nunito", Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.novo-header {
    width: 100%;
    background: #ffffff;
}

.novo-theme-pinheirinho {
    --novo-maroon-dark: #265f2d;
    --novo-maroon: #3d8b42;
    --novo-brown: #426f38;
    --novo-taupe: #8fb878;
    --novo-cream: #e4f2dc;
    --novo-facebook: #3d8b42;
    --novo-orange: #3d8b42;
}

.novo-topbar {
    min-height: 68px;
    border-bottom: 1px solid var(--novo-line);
}

.novo-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 1300px);
    margin: 0 auto;
    padding: 0 20px;
}

.novo-brand {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.novo-brand img {
    display: block;
    width: 132px;
    height: auto;
}

.novo-quick-nav {
    display: flex;
    align-self: stretch;
    align-items: stretch;
    margin-left: auto;
}

.novo-quick-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 171px;
    padding: 0 30px;
    border-left: 1px solid var(--novo-line);
    color: var(--novo-brown);
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.novo-quick-nav .novo-enrollment {
    min-width: 214px;
    border-right: 1px solid var(--novo-line);
    color: transparent;
    font-size: 0;
}

.novo-enrollment::before {
    content: "MATRÍCULAS";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 44px;
    border-radius: 4px;
    background: var(--novo-maroon);
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.novo-menu-row {
    padding: 10px 0;
}

.novo-menu-row .novo-header-inner {
    align-items: center;
}

.novo-main-nav-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.novo-menu-toggle {
    display: none;
}

.novo-main-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.novo-main-nav a,
.novo-dropdown > a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.novo-main-nav a:hover,
.novo-main-nav a:focus,
.novo-main-nav a:active,
.novo-dropdown > a:hover,
.novo-dropdown > a:focus,
.novo-dropdown > a:active,
.novo-quick-nav a:hover,
.novo-quick-nav a:focus,
.novo-quick-nav a:active {
    color: var(--novo-maroon);
    text-decoration: none;
}

.novo-quick-nav .novo-enrollment:hover,
.novo-quick-nav .novo-enrollment:focus,
.novo-quick-nav .novo-enrollment:active {
    color: transparent;
}

.novo-dropdown {
    position: relative;
}

.novo-dropdown > .has-submenu::after {
    content: "";
    width: 0;
    height: 0;
    margin-left: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--novo-maroon);
    transform: translateY(1px);
}

.novo-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    display: none;
    min-width: 240px;
    padding: 8px 0;
    border: 1px solid var(--novo-line);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
}

.novo-dropdown-menu a {
    display: block;
    min-height: 0;
    padding: 8px 14px;
    color: var(--novo-brown);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
    white-space: nowrap;
}

.novo-dropdown-menu a:hover,
.novo-dropdown-menu a:focus {
    background: var(--novo-cream);
    color: var(--novo-maroon);
}

.novo-dropdown.is-open .novo-dropdown-menu {
    display: block;
}

@media (min-width: 781px) {
    .novo-dropdown:hover .novo-dropdown-menu,
    .novo-dropdown:focus-within .novo-dropdown-menu {
        display: block;
    }

}

.novo-social-nav {
    display: flex;
    align-items: center;
    gap: 13px;
}

.novo-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 800;
}

.novo-social-link.instagram {
    background: var(--novo-maroon-dark);
}

.novo-social-link.instagram span {
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.novo-social-link.instagram span::before {
    content: "";
    position: absolute;
    inset: 3px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.novo-social-link.instagram span::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ffffff;
}

.novo-social-link.facebook {
    background: var(--novo-brown);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1;
}

.novo-social-link.facebook span {
    transform: translateY(2px);
}

.novo-hero-banner {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    aspect-ratio: 1600 / 592;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    isolation: isolate;
}

.novo-hero-banner-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.08);
    filter: blur(20px);
    opacity: 0.25;
    pointer-events: none;
    z-index: 0;
}

.novo-hero-slider {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.novo-hero-slides {
    position: relative;
    width: 100%;
    height: 100%;
}

.novo-hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .42s ease;
    background: #ffffff;
}

.novo-hero-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.novo-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}

.novo-hero-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .32);
    color: #ffffff;
    z-index: 6;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.novo-hero-control.prev {
    left: 18px;
}

.novo-hero-control.next {
    right: 18px;
}

.novo-hero-control-icon {
    display: block;
    width: 18px;
    height: 18px;
    border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}

.novo-hero-control.prev .novo-hero-control-icon {
    transform: rotate(135deg) translate(2px, -2px);
}

.novo-hero-control.next .novo-hero-control-icon {
    transform: rotate(-45deg) translate(-2px, 2px);
}

.novo-hero-indicators {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 7;
}

.novo-hero-indicators button {
    width: 34px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .58);
    padding: 0;
    cursor: pointer;
}

.novo-hero-indicators button.is-active {
    background: var(--novo-maroon);
}

.novo-courses-cta {
    width: 100%;
    background: #303132;
}

.novo-courses-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    width: min(100%, 1180px);
    min-height: 232px;
    margin: 0 auto;
}

.novo-courses-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 54px;
}

.novo-course-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(230px, 270px));
    gap: 20px 78px;
}

.novo-course-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 24px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .12);
}

.novo-course-button:hover,
.novo-course-button:focus {
    color: #ffffff;
    filter: brightness(1.05);
    text-decoration: none;
}

.novo-course-button.infantil {
    background: #3d8b42;
}

.novo-course-button.fundamental-1 {
    background: #9c2b2f;
}

.novo-course-button.fundamental-2 {
    background: #7b151a;
}

.novo-course-button.integral {
    background: #8fb878;
}

.novo-enroll-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 34px 40px;
    background: var(--novo-maroon);
    color: #ffffff;
    font-size: 44px;
    font-weight: 900;
    line-height: .98;
    text-transform: uppercase;
    text-decoration: none;
}

.novo-enroll-panel:hover,
.novo-enroll-panel:focus {
    color: #ffffff;
    text-decoration: none;
}

.novo-enroll-arrow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    color: var(--novo-maroon);
}

.novo-enroll-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 5px solid currentColor;
    border-right: 5px solid currentColor;
    transform: translateX(-2px) rotate(45deg);
}

.novo-partners {
    background: #ffffff;
}

.novo-partners-heading {
    padding: 34px 20px 30px;
    text-align: center;
}

.novo-partners-heading h2 {
    margin: 0;
    color: var(--novo-maroon);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.novo-partners-body {
    background: #303132;
    color: #ffffff;
}

.novo-partners-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 72px;
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 56px 24px 64px;
}

.novo-partner-card {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    align-items: center;
    gap: 28px;
}

.novo-partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
    overflow: hidden;
}

.novo-partner-logo img {
    display: block;
    width: 78px;
    height: 78px;
    object-fit: contain;
    object-position: center;
}

.novo-partner-logo img.novo-partner-logo-full {
    width: 78px;
    height: 78px;
    max-height: none;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
}

.novo-partner-logo-text span {
    display: block;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.novo-partner-logo-text.anglo {
    border: 4px solid #ffffff;
    background: var(--novo-maroon);
    color: #ffffff;
}

.novo-partner-logo-text.plurall {
    color: #5a4d8d;
}

.novo-partner-content h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.novo-partner-content p {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.novo-partner-link {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    margin-top: 12px;
    padding: 0 16px;
    border-radius: 4px;
    background: var(--novo-maroon);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.novo-partner-link:hover,
.novo-partner-link:focus {
    color: #ffffff;
    background: var(--novo-maroon-dark);
    text-decoration: none;
}

.novo-footer {
    width: 100%;
    background: #ededed;
}

.novo-whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 90px;
    text-decoration: none;
}

.novo-whatsapp-float span {
    display: block;
    width: 100%;
    padding: 2px 6px;
    border-radius: 10px;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .14);
}

.novo-whatsapp-float img {
    display: block;
    width: 58px;
    height: auto;
}

.novo-footer-map {
    width: 100%;
    background: #ffffff;
}

.novo-footer-map iframe {
    display: block;
    width: 100%;
    height: 360px;
}

.novo-footer-main {
    background: var(--novo-maroon);
    color: #ffffff;
    text-align: center;
}

.novo-footer-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 64px 24px 56px;
}

.novo-footer-info {
    max-width: 760px;
    margin: 0 auto;
}

.novo-footer h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
}

.novo-footer p {
    margin: 0;
}

.novo-footer-line {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
}

.novo-footer-contact {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 34px;
    margin: 26px 0 22px;
}

.novo-footer-contact a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
}

.novo-footer-contact a:hover,
.novo-footer-contact a:focus {
    color: #ffffff;
    text-decoration: underline;
}

.novo-footer-hours {
    margin-top: 8px;
    font-size: 19px;
    line-height: 1.45;
}

.novo-footer-copy-text {
    margin-top: 28px !important;
    font-size: 19px;
    line-height: 1.35;
}

.novo-footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    min-height: 44px;
    margin-top: 28px;
    border-radius: 4px;
    background: #303132;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.novo-footer-button:hover,
.novo-footer-button:focus {
    color: #ffffff;
    filter: brightness(1.08);
    text-decoration: none;
}

.novo-footer-bottom {
    background: #dedede;
    color: #747474;
    text-align: center;
}

.novo-footer-bottom-inner {
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: 22px 24px;
    font-size: 15px;
    font-weight: 700;
}

.lity-iframe .lity-container,
.lity-iframe-container {
    max-width: 1280px;
}

.lity-iframe-container {
    padding-top: 82vh;
}

.lity-iframe-container iframe {
    height: 82vh;
}

.novo-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .7s ease, transform .7s ease;
    will-change: opacity, transform;
}

.novo-topbar.novo-reveal,
.novo-menu-bar.novo-reveal,
.novo-hero-banner.novo-reveal {
    transform: translateY(18px);
}

.novo-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.novo-reveal-delay-1 {
    transition-delay: .08s;
}

.novo-reveal-delay-2 {
    transition-delay: .16s;
}

.novo-reveal-delay-3 {
    transition-delay: .24s;
}

.novo-reveal-delay-4 {
    transition-delay: .32s;
}

@media (prefers-reduced-motion: reduce) {
    .novo-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 780px) {
    .novo-courses-cta-inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .novo-courses-panel {
        padding: 22px 20px;
    }

    .novo-course-buttons {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 360px;
        gap: 12px;
    }

    .novo-course-button {
        min-height: 46px;
        font-size: 14px;
    }

    .novo-enroll-panel {
        min-height: 104px;
        font-size: 32px;
    }

    .novo-footer-inner {
        padding: 44px 20px 40px;
    }

    .novo-footer-line,
    .novo-footer-hours,
    .novo-footer-copy-text {
        font-size: 16px;
    }

    .novo-footer-contact {
        flex-direction: column;
        gap: 10px;
    }

    .novo-footer-contact a {
        font-size: 18px;
    }

    .novo-whatsapp-float {
        left: 14px;
        bottom: 14px;
        width: 78px;
    }

    .novo-whatsapp-float span {
        font-size: 12px;
    }

    .novo-whatsapp-float img {
        width: 50px;
    }

    .novo-partners-grid {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 42px 22px 50px;
    }

    .novo-partner-card {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 20px;
    }

    .novo-partner-logo {
        width: 92px;
        height: 92px;
    }

    .novo-partner-logo img {
        width: 70px;
        height: 70px;
        max-height: 70px;
        object-fit: contain;
        object-position: center;
    }

    .novo-partner-logo img.novo-partner-logo-full {
        width: 70px;
        height: 70px;
        max-height: none;
        object-fit: contain;
        object-position: center;
    }

    .novo-partner-logo-text span {
        font-size: 19px;
    }

    .novo-partner-content h3 {
        font-size: 18px;
    }

    .novo-partner-content p {
        font-size: 14px;
    }

    .novo-hero-control {
        width: 42px;
        height: 42px;
    }

    .novo-hero-control-icon {
        width: 14px;
        height: 14px;
        border-right-width: 2px;
        border-bottom-width: 2px;
    }

    .novo-hero-control.prev {
        left: 12px;
    }

    .novo-hero-control.next {
        right: 12px;
    }

    .novo-header-inner {
        flex-wrap: wrap;
        padding: 0 16px;
    }

    .novo-topbar {
        border-bottom: 1px solid var(--novo-line);
    }

    .novo-brand {
        width: 100%;
        justify-content: center;
        margin: 14px 0 10px;
    }

    .novo-brand img {
        width: 104px;
    }

    .novo-quick-nav {
        width: 100%;
        border-top: 1px solid var(--novo-line);
        justify-content: center;
    }

    .novo-quick-nav a,
    .novo-quick-nav .novo-enrollment {
        flex: 1 1 0;
        min-width: 0;
        min-height: 48px;
        padding: 0 10px;
        font-size: 14px;
    }

    .novo-enrollment::before {
        width: 132px;
        max-width: 100%;
        height: 38px;
        font-size: 13px;
    }

    .novo-menu-row {
        min-height: 0;
        padding: 0;
        border-bottom: 1px solid var(--novo-line);
    }

    .novo-menu-row .novo-header-inner {
        align-items: center;
        gap: 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .novo-menu-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 42px;
        border: 0;
        background: transparent;
        color: #111111;
        font-family: inherit;
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        cursor: pointer;
    }

    .novo-menu-icon {
        display: inline-flex;
        flex-direction: column;
        gap: 5px;
    }

    .novo-menu-icon span {
        display: block;
        width: 20px;
        height: 2px;
        background: var(--novo-maroon);
    }

    .novo-main-nav-wrap {
        display: none;
        width: 100%;
        padding: 12px 0 4px;
        border-top: 1px solid var(--novo-line);
    }

    .novo-main-nav-wrap.is-open {
        display: flex;
    }

    .novo-main-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .novo-main-nav a,
    .novo-dropdown > a {
        min-height: 42px;
        font-size: 14px;
    }

    .novo-dropdown-menu {
        position: static;
        min-width: 0;
        margin: 2px 0 10px;
        padding: 4px 0;
        border-color: #eadfda;
        border-radius: 4px;
        box-shadow: none;
    }

    .novo-dropdown-menu a {
        min-height: 40px;
        padding: 9px 14px;
        white-space: normal;
    }

    .novo-social-nav {
        margin-left: auto;
    }
}

@media (max-width: 520px) {
    .novo-topbar .novo-header-inner {
        padding: 0 20px;
    }

    .novo-quick-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        flex-wrap: wrap;
        border-left: 1px solid var(--novo-line);
        border-right: 1px solid var(--novo-line);
        max-width: 360px;
        margin: 0 auto;
    }

    .novo-quick-nav a {
        flex: none;
        min-width: 0;
    }

    .novo-quick-nav .novo-enrollment {
        display: flex;
        grid-column: 1 / -1;
        flex: none;
        width: 100%;
        border-top: 1px solid var(--novo-line);
        border-left: 0;
        border-right: 0;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .novo-quick-nav .novo-enrollment::before {
        flex: 0 0 132px;
        width: 132px;
        margin-left: auto;
        margin-right: auto;
    }

    .novo-menu-row {
        flex-direction: column;
    }

    .novo-partners-heading {
        padding: 28px 18px 24px;
    }

    .novo-partners-heading h2 {
        font-size: 28px;
    }

    .novo-partner-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
}

.novo-under-construction {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 110px 20px 120px;
    background: #fff;
}

.novo-under-construction-inner {
    width: min(100%, 820px);
    text-align: center;
    padding: 68px 36px;
    border-top: 4px solid var(--novo-maroon);
    border-bottom: 1px solid var(--novo-line);
}

.novo-under-construction-kicker {
    margin: 0 0 12px;
    color: var(--novo-maroon);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
}

.novo-under-construction h1 {
    margin: 0;
    color: #2f2f2f;
    font-size: 34px;
    font-weight: 900;
}

.novo-content-page {
    background: #ffffff;
    color: #2f2f2f;
}

.novo-content-hero {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 72px 24px 34px;
    text-align: center;
}

.novo-content-kicker {
    margin: 0 0 10px;
    color: var(--novo-maroon);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.novo-content-hero h1 {
    margin: 0;
    color: #252525;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.1;
}

.novo-content-hero p {
    max-width: 760px;
    margin: 18px auto 0;
    color: #626262;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
}

.novo-text-block {
    color: #555555;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}

.novo-courses-section {
    background: #ffffff;
    color: #555555;
}

.novo-text-block h2 {
    margin: 0 0 14px;
    color: var(--novo-maroon);
    font-size: 26px;
    font-weight: 900;
    text-align: left;
}

.novo-text-block h2:not(:first-child) {
    margin-top: 34px;
}

.novo-text-block p {
    margin: 0 0 22px;
}

.novo-infantil-infra {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
    gap: 34px;
    align-items: start;
    margin-top: 34px;
}

.novo-infantil-infra h2 {
    margin-top: 0;
}

.novo-infantil-carousel {
    position: relative;
    padding: 0 0 28px;
}

.novo-course-whatsapp {
    margin-top: 30px;
}

.novo-course-whatsapp-image {
    display: inline-block;
    width: 200px !important;
    max-width: 200px !important;
    height: auto !important;
}

.novo-infantil-gallery {
    overflow: hidden;
}

.novo-infantil-gallery-track {
    display: flex;
    gap: 10px;
    transition: transform .35s ease;
    will-change: transform;
}

.novo-infantil-gallery a {
    flex: 0 0 calc((100% - 10px) / 2);
    display: block;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid var(--novo-line);
    background: #ffffff;
    aspect-ratio: 4 / 3;
}

.novo-infantil-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.novo-infantil-gallery a:hover img,
.novo-infantil-gallery a:focus img {
    transform: scale(1.04);
}

.novo-infantil-carousel-arrow {
    position: absolute;
    top: calc(50% - 22px);
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .45);
    color: #ffffff;
    font-size: 40px;
    line-height: 36px;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.novo-infantil-carousel-arrow:hover,
.novo-infantil-carousel-arrow:focus {
    background: var(--novo-maroon);
    transform: scale(1.04);
}

.novo-infantil-carousel-arrow:disabled {
    opacity: .35;
    cursor: default;
    transform: none;
}

.novo-infantil-carousel-arrow.prev {
    left: 10px;
}

.novo-infantil-carousel-arrow.next {
    right: 10px;
}

.novo-infantil-carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.novo-infantil-carousel-dots button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(0, 0, 0, .24);
    cursor: pointer;
}

.novo-infantil-carousel-dots button.is-active {
    background: var(--novo-maroon);
}

.novo-form-section {
    padding: 0 20px 82px;
}

.novo-form-card {
    width: min(100%, 920px);
    margin: 0 auto;
    padding: 34px;
    border: 1px solid var(--novo-line);
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .06);
}

.novo-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
}

.novo-form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.novo-form-field.full,
.novo-form-label {
    grid-column: 1 / -1;
}

.novo-form-label {
    margin: 4px 0 -4px;
    color: #777777;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.novo-form-field label {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 800;
}

.novo-form-field input,
.novo-form-field select,
.novo-form-field textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 10px 12px;
    color: #222222;
    font: inherit;
    outline: none;
}

.novo-form-field textarea {
    min-height: 112px;
    resize: vertical;
}

.novo-form-field input:focus,
.novo-form-field select:focus,
.novo-form-field textarea:focus {
    border-color: var(--novo-maroon);
    box-shadow: 0 0 0 3px rgba(137, 0, 4, .12);
}

.novo-form-recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.novo-form-submit {
    width: 100%;
    min-height: 48px;
    margin-top: 22px;
    border: 0;
    border-radius: 4px;
    background: var(--novo-maroon);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
}

.novo-form-submit:hover,
.novo-form-submit:focus {
    background: var(--novo-maroon-dark);
}

.novo-form-submit:disabled {
    cursor: wait;
    opacity: .82;
}

.novo-form-message {
    margin: 0 0 18px;
    border-radius: 4px;
    padding: 12px 14px;
    font-weight: 800;
    text-align: center;
}

.novo-form-message.success {
    background: #e7f5e7;
    color: #27672a;
}

.novo-form-message.error {
    background: #fdeaea;
    color: var(--novo-maroon);
}

.novo-form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.novo-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: 22px 24px 82px;
}

.novo-feature-card {
    padding: 30px;
    border: 1px solid var(--novo-line);
    border-top: 4px solid var(--novo-maroon);
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 0, 0, .06);
}

.novo-feature-card h2 {
    margin: 0 0 12px;
    color: var(--novo-maroon);
    font-size: 22px;
    font-weight: 900;
}

.novo-feature-card p {
    margin: 0;
    color: #626262;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
}

.novo-activities-grid .novo-feature-card {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--novo-line);
}

.novo-activities-grid .novo-feature-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 22px) / 2);
}

.novo-activities-grid .novo-feature-card img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.novo-activities-grid .novo-feature-card h2 {
    margin: 26px 28px 12px;
}

.novo-activities-grid .novo-feature-card p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 150px;
    margin: 0;
    padding: 28px;
    text-align: center;
}

.novo-values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.novo-values-grid .novo-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid var(--novo-line);
    text-align: center;
}

.novo-values-grid .novo-feature-card img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: contain;
}

.novo-values-grid .novo-feature-card p {
    display: flex;
    align-items: center;
    flex: 1;
    min-height: 150px;
    margin: 0;
    padding: 28px;
    text-align: center;
}

.novo-course-page-title {
    width: min(100%, 1180px);
    margin: 36px auto 0;
    padding: 0 24px 18px;
    text-align: center;
}

.novo-course-page-title h1 {
    display: inline-block;
    margin: 0 auto;
    padding: 28px 36px 18px;
    border-bottom: 4px solid var(--novo-maroon);
    color: var(--novo-maroon);
    font-size: 46px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.novo-partners-page-grid .novo-feature-card {
    text-align: center;
}

.novo-partners-page-grid .novo-feature-card img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 18px;
    padding: 16px;
    border-radius: 50%;
    box-sizing: border-box;
    object-fit: contain;
    background: #ffffff;
    border: 1px solid var(--novo-line);
}

.novo-partner-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto 18px;
    border: 2px solid var(--novo-maroon);
    border-radius: 50%;
    background: #ffffff;
    color: var(--novo-maroon);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    padding: 14px;
}

.novo-text-content {
    width: min(100%, 940px);
    margin: 0 auto;
    padding: 10px 24px 86px;
}

.novo-text-content h2 {
    margin: 34px 0 12px;
    color: var(--novo-maroon);
    font-size: 22px;
    font-weight: 900;
}

.novo-text-content p {
    margin: 0;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.75;
}

.novo-history-wrap {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 18px 24px 86px;
}

.novo-history-split {
    display: grid;
    grid-template-columns: minmax(280px, 390px) minmax(0, 1fr);
    align-items: start;
    gap: 34px;
}

.novo-history-photo {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--novo-line);
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .08);
}

.novo-history-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.novo-history-text {
    padding: 0;
    text-align: justify;
}

.novo-history-text p + p {
    margin-top: 18px;
}

.novo-cookie-consent {
    position: fixed;
    right: 22px;
    bottom: 22px;
    left: 22px;
    z-index: 9500;
    display: block;
}

.novo-cookie-consent[hidden] {
    display: none;
}

.novo-cookie-consent-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid rgba(137, 0, 4, .22);
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .2);
}

.novo-cookie-consent-text {
    color: #3a3a3a;
}

.novo-cookie-consent-text strong {
    display: block;
    margin-bottom: 4px;
    color: var(--novo-maroon);
    font-size: 16px;
    font-weight: 900;
}

.novo-cookie-consent-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.novo-cookie-consent-text a {
    color: var(--novo-maroon);
    font-weight: 900;
    text-decoration: underline;
}

.novo-cookie-consent-actions {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
}

.novo-cookie-button {
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.novo-cookie-button.primary {
    border: 1px solid var(--novo-maroon);
    background: var(--novo-maroon);
    color: #ffffff;
}

.novo-cookie-button.secondary {
    border: 1px solid var(--novo-maroon);
    background: #ffffff;
    color: var(--novo-maroon);
}

.novo-cookie-button:hover,
.novo-cookie-button:focus {
    filter: brightness(1.05);
}

.novo-layout-body .text_page h3[style*="#1546AD"],
.novo-layout-body .text_page a[style*="#1546AD"] {
    color: var(--novo-maroon) !important;
}

.novo-layout-body .text_page input[type="submit"][style*="#1546AD"],
.novo-layout-body .text_page .btn-primary,
.novo-layout-body .text_page [style*="background:#1546AD"],
.novo-layout-body .text_page [style*="background: #1546AD"] {
    background: var(--novo-maroon) !important;
    border-color: var(--novo-maroon) !important;
    color: #ffffff !important;
}

.novo-layout-body .text_page .btn-primary:hover,
.novo-layout-body .text_page .btn-primary:focus,
.novo-layout-body .text_page input[type="submit"][style*="#1546AD"]:hover,
.novo-layout-body .text_page input[type="submit"][style*="#1546AD"]:focus {
    background: var(--novo-maroon-dark) !important;
    border-color: var(--novo-maroon-dark) !important;
}

.novo-layout-body #historia h1 {
    color: var(--novo-maroon) !important;
}

.novo-layout-body #historia .navbar {
    border-bottom-color: var(--novo-maroon) !important;
}

.novo-layout-body #historia .btn-outline-success {
    border-color: var(--novo-maroon) !important;
    color: var(--novo-maroon) !important;
}

.novo-layout-body #historia .btn-outline-success:hover,
.novo-layout-body #historia .btn-outline-success:focus {
    background: var(--novo-maroon) !important;
    color: #ffffff !important;
}

.novo-layout-body #historia .nav-link:hover,
.novo-layout-body #historia .nav-link:focus {
    color: var(--novo-maroon) !important;
}

@media (max-width: 520px) {
    .novo-under-construction {
        min-height: 380px;
        padding: 70px 18px 82px;
    }

    .novo-under-construction-inner {
        padding: 46px 18px;
    }

    .novo-under-construction h1 {
        font-size: 28px;
    }

    .novo-content-hero {
        padding: 48px 18px 24px;
    }

    .novo-content-hero h1 {
        font-size: 30px;
    }

    .novo-content-hero p {
        font-size: 16px;
    }

    .novo-infantil-infra {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .novo-infantil-gallery a {
        flex-basis: 100%;
    }

    .novo-form-section {
        padding: 0 18px 64px;
    }

    .novo-form-card {
        padding: 24px 18px;
    }

    .novo-form-grid {
        grid-template-columns: 1fr;
    }

    .novo-feature-grid {
        grid-template-columns: 1fr;
        padding: 18px 18px 58px;
    }

    .novo-feature-card {
        padding: 24px 20px;
    }

    .novo-activities-grid .novo-feature-card {
        padding: 0;
    }

    .novo-activities-grid .novo-feature-card:last-child:nth-child(odd) {
        grid-column: auto;
        width: 100%;
    }

    .novo-activities-grid .novo-feature-card h2 {
        margin: 22px 20px 10px;
    }

    .novo-activities-grid .novo-feature-card p {
        min-height: 132px;
        margin: 0;
        padding: 24px 20px;
    }

    .novo-values-grid {
        grid-template-columns: 1fr;
    }

    .novo-values-grid .novo-feature-card p {
        min-height: 0;
        padding: 24px 20px;
    }

    .novo-course-page-title {
        margin-top: 22px;
        padding: 0 18px 14px;
    }

    .novo-course-page-title h1 {
        display: block;
        padding: 28px 6px 14px;
        font-size: 30px;
    }

    .novo-text-content {
        padding: 8px 18px 62px;
    }

    .novo-history-wrap {
        padding: 14px 18px 62px;
    }

    .novo-history-split {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .novo-cookie-consent {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .novo-cookie-consent-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 16px;
    }

    .novo-cookie-consent-actions {
        flex-direction: column;
    }

    .novo-cookie-button {
        width: 100%;
    }
}
