@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap');

.novo-visual-home .nv-header,
.novo-visual-home .nv-header *,
.novo-visual-home .nv-mobile-header,
.novo-visual-home .nv-mobile-header *,
.novo-visual-home .nv-mobile-menu,
.novo-visual-home .nv-mobile-menu *,
.novo-visual-home .nv-hero,
.novo-visual-home .nv-hero *,
.novo-visual-home .nv-search,
.novo-visual-home .nv-search *,
.nv-login-modal,
.nv-login-modal * {
    box-sizing: border-box;
}

body.novo-visual-home.nv-mobile-menu-open {
    overflow: hidden;
}

.novo-visual-home .nv-header {
    background: #04162c;
    border-bottom: 2px solid #00ffff;
    padding: 20px 0 20px;
}

.novo-visual-home .nv-header__inner {
    align-items: center;
    display: flex;
    gap: 34px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1186px;
    padding: 0 24px;
    width: 100%;
}

.novo-visual-home .nv-header__logo {
    display: block;
    flex: 0 0 auto;
    line-height: 0;
}

.novo-visual-home .nv-header__logo img {
    display: block;
    height: auto;
    max-width: 271px;
    width: 188px;
}

.novo-visual-home .nv-header__nav {
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    gap: clamp(32px, 5vw, 100px);
    justify-content: center;
    position: relative;
}

.novo-visual-home .nv-header__nav a,
.novo-visual-home .nv-header__categories-toggle {
    background: transparent;
    border: 0;
    color: #ffffff;
    display: inline-flex;
    font-family: 'Inter', 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.265;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.novo-visual-home .nv-header__nav a:hover,
.novo-visual-home .nv-header__nav a:focus,
.novo-visual-home .nv-header__categories-toggle:hover,
.novo-visual-home .nv-header__categories-toggle:focus {
    color: #94c8ff;
    outline: none;
    text-decoration: none;
}

.novo-visual-home .nv-header__categories {
    display: inline-flex;
    position: relative;
}

.novo-visual-home .nv-header__nav-categorias {
    align-items: center;
    gap: 7px;
}

.novo-visual-home .nv-header__chevron {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    display: inline-block;
    height: 8px;
    margin-top: -5px;
    transform: rotate(45deg);
    width: 8px;
}

.novo-visual-home .nv-header__categories-toggle[aria-expanded="true"] .nv-header__chevron {
    margin-top: 4px;
    transform: rotate(225deg);
}

.novo-visual-home .nv-header__categories-menu {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
    display: flex;
    gap: 24px;
    left: 50%;
    overflow: hidden;
    padding: 16px;
    position: absolute;
    top: calc(100% + 18px);
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1000;
}

.novo-visual-home .nv-header__categories-menu[hidden] {
    display: none;
}

.novo-visual-home .nv-header__categories-column {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.novo-visual-home .nv-header__categories-menu a {
    color: rgba(4, 22, 44, .75);
    display: block;
    font-family: 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.265;
    padding: 0;
    text-decoration: none;
    text-transform: none;
}

.novo-visual-home .nv-header__categories-menu a:hover,
.novo-visual-home .nv-header__categories-menu a:focus {
    color: #007bff;
    outline: none;
    text-decoration: none;
}

.novo-visual-home .nv-header__sala {
    align-items: center;
    background: linear-gradient(90deg, #007bff 0%, #2d92ff 50%, #007bff 100%);
    border-radius: 24px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: 'Inter', 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: 800;
    gap: 10px;
    justify-content: center;
    line-height: 1.265;
    min-height: 41px;
    padding: 11px 12px 12px;
    text-decoration: none;
    text-transform: uppercase;
    width: 162px;
}

.novo-visual-home .nv-header__sala:hover,
.novo-visual-home .nv-header__sala:focus {
    color: #ffffff;
    filter: brightness(1.08);
    outline: none;
    text-decoration: none;
}

.novo-visual-home .nv-header__sala-icon {
    color: #ffffff;
    display: inline-flex;
    height: 20px;
    width: 20px;
}

.novo-visual-home .nv-header__sala-icon svg {
    display: block;
    height: 20px;
    width: 20px;
}

.novo-visual-home .nv-mobile-header,
.novo-visual-home .nv-mobile-menu,
.novo-visual-home .nv-mobile-menu-backdrop {
    display: none;
}

.novo-visual-home .nv-hero {
    background: #04162c;
    overflow: hidden;
}

.novo-visual-home .nv-hero__carousel,
.novo-visual-home .nv-hero__carousel .carousel-inner,
.novo-visual-home .nv-hero__carousel a,
.novo-visual-home .nv-hero__carousel picture {
    display: block;
    width: 100%;
}

.novo-visual-home .nv-hero__carousel img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.novo-visual-home .nv-hero__control {
    background: none !important;
    opacity: .6;
    position: absolute;
    text-shadow: none;
    transition: opacity .2s ease;
    width: 64px;
}

.novo-visual-home .nv-hero:hover .nv-hero__control,
.novo-visual-home .nv-hero__control:focus {
    opacity: .9;
}

.novo-visual-home .nv-hero__control .glyphicon {
    color: #ffffff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .55);
}

.novo-visual-home .nv-hero__control.left {
    left: 0;
}

.novo-visual-home .nv-hero__control.right {
    right: 0;
}

.novo-visual-home .nv-hero__control .glyphicon-chevron-left,
.novo-visual-home .nv-hero__control .glyphicon-chevron-right {
    font-size: 34px;
    height: 34px;
    margin: -17px 0 0;
    position: absolute;
    top: 50%;
    width: 34px;
}

.novo-visual-home .nv-hero__control .glyphicon-chevron-left {
    left: 20px;
}

.novo-visual-home .nv-hero__control .glyphicon-chevron-right {
    right: 20px;
}

.novo-visual-home .nv-hero__indicators {
    bottom: 10px;
    margin-bottom: 0;
}

.novo-visual-home .nv-hero__indicators li {
    border-color: rgba(255, 255, 255, .72);
    height: 9px;
    margin: 0 4px;
    width: 9px;
}

.novo-visual-home .nv-hero__indicators .active {
    background: #ffffff;
    height: 9px;
    margin: 0 4px;
    width: 9px;
}

.novo-visual-home .nv-search {
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 100%),
        linear-gradient(90deg, #04162c 19.368%, #007bff 50.481%, #032953 80.686%);
    padding: 10px 24px;
}

.novo-visual-home .nv-search__inner {
    background: #04162c;
    border-radius: 12px;
    margin: 0 auto;
    max-width: 1248px;
    padding: 10px 12px;
    width: 100%;
}

.novo-visual-home .nv-search__form {
    margin: 0;
    position: relative;
}

.novo-visual-home .nv-search__form input[type="text"] {
    background: #ffffff;
    border: 0;
    border-radius: 12px;
    color: #282828;
    display: block;
    font-family: 'Inter', 'Sarabun', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    height: 57px;
    line-height: 1.265;
    outline: none;
    padding: 0 22px;
    text-transform: uppercase;
    width: 100%;
}

.novo-visual-home .nv-search__form input[type="text"]::placeholder {
    color: rgba(40, 40, 40, .35);
    opacity: 1;
}

.novo-visual-home .nv-search__form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .28);
}

.novo-visual-home .nv-search__submit {
    border: 0;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.novo-visual-home .nv-search__results.autoBusca2 {
    background: #04162c;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
    color: #ffffff;
    left: 0;
    margin-top: 6px;
    max-height: 320px;
    max-width: none;
    overflow: auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 100%;
    width: 100% !important;
    z-index: 999;
}

.novo-visual-home .nv-search__results.autoBusca2 p {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    cursor: pointer;
    font-family: 'Inter', 'Sarabun', sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 11px 14px;
}

.novo-visual-home .nv-search__results.autoBusca2 p:hover {
    background: rgba(0, 123, 255, .22);
}

.nv-login-modal__dialog {
    max-width: 560px;
}

.nv-login-modal__content {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 22px 60px rgba(4, 22, 44, .28);
    overflow: hidden;
}

.nv-login-modal__header {
    background: #04162c !important;
    border-bottom: 3px solid #00ffff;
    min-height: 0;
    padding: 16px 58px 16px 24px;
    position: relative;
}

.nv-login-modal__close {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    opacity: .9;
    position: absolute;
    right: 20px;
    text-shadow: none;
    top: 17px;
}

.nv-login-modal__close:hover,
.nv-login-modal__close:focus {
    color: #ffffff;
    opacity: 1;
    outline: none;
}

.nv-login-modal__brand {
    align-items: center;
    display: flex;
    gap: 16px;
    min-height: 52px;
}

.nv-login-modal__logo {
    display: block;
    flex: 0 0 auto;
    height: auto;
    max-width: 112px;
    width: 112px;
}

.nv-login-modal__title.tituloAreaAluno {
    color: #ffffff !important;
    font-family: 'Inter', 'Sarabun', sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
    text-transform: uppercase;
}

.nv-login-modal__body {
    padding: 26px 28px 22px;
}

.nv-login-modal__form {
    margin: 0;
}

.nv-login-modal__field {
    margin-bottom: 16px;
}

.nv-login-modal__field .control-label {
    color: #04162c;
    font-family: 'Inter', 'Sarabun', sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    padding-top: 12px;
    text-align: left;
}

.nv-login-modal .form-control {
    border: 1px solid rgba(4, 22, 44, .16);
    border-radius: 8px;
    box-shadow: none;
    color: #04162c;
    font-family: 'Sarabun', sans-serif;
    font-size: 15px;
    height: 44px;
}

.nv-login-modal .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .18);
}

.nv-login-modal__recovery {
    margin: 2px 0 18px;
}

.nv-login-modal__forgot {
    color: #007bff;
    display: inline-flex;
    font-family: 'Inter', 'Sarabun', sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 6px;
    text-decoration: none;
}

.nv-login-modal__forgot:hover,
.nv-login-modal__forgot:focus {
    color: #005bbf;
    outline: none;
    text-decoration: none;
}

.nv-login-modal__recover-panel {
    margin-top: 12px;
}

.nv-login-modal__recover-grid {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
}

.nv-login-modal__recover-input,
.nv-login-modal__recover-action {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.nv-login-modal__recover-input .form-control {
    width: 100%;
}

.nv-login-modal__recover-grid #rsenha,
.nv-login-modal__submit,
#btLogarModal.nv-login-modal__submit {
    background: #007bff !important;
    border: 0 !important;
    border-radius: 8px;
    color: #ffffff !important;
    font-family: 'Inter', 'Sarabun', sans-serif;
    font-weight: 800;
    letter-spacing: 0;
    box-shadow: none;
    text-transform: uppercase;
}

.nv-login-modal__recover-grid #rsenha {
    height: 44px;
    padding: 0 16px;
    width: 140px;
}

.nv-login-modal__recover-grid #rsenha:hover,
.nv-login-modal__recover-grid #rsenha:focus,
.nv-login-modal__submit:hover,
.nv-login-modal__submit:focus,
#btLogarModal.nv-login-modal__submit:hover,
#btLogarModal.nv-login-modal__submit:focus {
    background: #0066d6 !important;
    color: #ffffff !important;
    outline: none;
}

.nv-login-modal__result {
    font-weight: 700;
}

.nv-login-modal__result .alert,
.nv-login-modal__error .alert {
    border-radius: 8px;
    margin: 0 0 16px;
}

.nv-login-modal__actions {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.nv-login-modal__submit {
    min-height: 46px;
    padding: 12px 18px;
    width: 100%;
}

.nv-login-modal__error {
    clear: both;
    padding-top: 12px;
}

.nv-login-modal__footer {
    background: #f5f8fc;
    border-top: 1px solid rgba(4, 22, 44, .08);
    padding: 14px 28px;
}

.nv-login-modal__exit {
    border-color: rgba(4, 22, 44, .18);
    border-radius: 8px;
    color: #04162c;
    font-family: 'Inter', 'Sarabun', sans-serif;
    font-weight: 800;
    min-width: 92px;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .novo-visual-home .nv-header__inner {
        gap: 24px;
    }

    .novo-visual-home .nv-header__logo img {
        width: 188px;
    }

    .novo-visual-home .nv-header__nav {
        gap: 34px;
    }
}

@media (max-width: 991px) {
    .novo-visual-home .nv-header {
        padding: 20px 0 20px;
    }

    .novo-visual-home .nv-header__inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .novo-visual-home .nv-header__nav {
        flex: 1 1 100%;
        order: 3;
    }
}

@media (max-width: 767px) {
    .novo-visual-home .nv-header {
        background: #04162c;
        border-bottom: 2px solid #00ffff;
        padding: 0;
    }

    .novo-visual-home .nv-header__inner {
        display: none;
    }

    .novo-visual-home .nv-mobile-header {
        align-items: center;
        background: #04162c;
        display: flex;
        justify-content: space-between;
        min-height: 95px;
        padding: 0 clamp(16px, 5.64vw, 22px);
        width: 100%;
    }

    .novo-visual-home .nv-mobile-header__logo {
        display: block;
        flex: 0 1 auto;
        line-height: 0;
        min-width: 0;
    }

    .novo-visual-home .nv-mobile-header__logo img {
        display: block;
        height: auto;
        width: clamp(110px, 38vw, 148px);
    }

    .novo-visual-home .nv-mobile-header__actions {
        align-items: center;
        display: flex;
        flex: 0 0 auto;
        gap: clamp(8px, 3vw, 12px);
        justify-content: flex-end;
    }

    .novo-visual-home .nv-mobile-header__sala {
        align-items: center;
        background: #077fff;
        border-radius: 7px;
        color: #ffffff;
        display: inline-flex;
        font-family: 'Inter', 'Sarabun', sans-serif;
        font-size: 12px;
        font-weight: 700;
        gap: 6px;
        height: 32px;
        justify-content: center;
        letter-spacing: -.24px;
        line-height: 1.13;
        overflow: hidden;
        padding: 6px 8px;
        text-decoration: none;
        text-transform: uppercase;
        width: 128px;
    }

    .novo-visual-home .nv-mobile-header__sala:hover,
    .novo-visual-home .nv-mobile-header__sala:focus {
        color: #ffffff;
        outline: none;
        text-decoration: none;
    }

    .novo-visual-home .nv-mobile-header__sala-icon,
    .novo-visual-home .nv-mobile-header__sala-icon svg {
        color: #ffffff;
        display: block;
        flex: 0 0 20px;
        height: 20px;
        width: 20px;
    }

    .novo-visual-home .nv-mobile-header__menu-button {
        align-items: center;
        background: rgba(0, 0, 0, .2);
        border: 1px solid #ffffff;
        border-radius: 5px;
        display: inline-flex;
        flex-direction: column;
        height: 30px;
        justify-content: center;
        padding: 0;
        width: 38px;
    }

    .novo-visual-home .nv-mobile-header__menu-button span {
        background: #ffffff;
        display: block;
        height: 2px;
        margin: 2px 0;
        width: 20px;
    }

    .novo-visual-home .nv-mobile-header__menu-button:focus {
        outline: 2px solid rgba(255, 255, 255, .45);
        outline-offset: 2px;
    }

    .novo-visual-home .nv-mobile-menu-backdrop {
        background: rgba(0, 0, 0, .38);
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 2100;
    }

    .novo-visual-home .nv-mobile-menu-backdrop[hidden] {
        display: none;
    }

    .novo-visual-home .nv-mobile-menu {
        background: #ffffff;
        bottom: 0;
        display: block;
        left: 0;
        max-width: calc(100vw - 64px);
        position: fixed;
        top: 0;
        transform: translateX(-100%);
        transition: transform .24s ease;
        width: 292px;
        z-index: 2200;
    }

    .novo-visual-home .nv-mobile-menu.is-open {
        transform: translateX(0);
    }

    .novo-visual-home .nv-mobile-menu__close {
        background: transparent;
        border: 0;
        height: 28px;
        left: 6px;
        padding: 0;
        position: absolute;
        top: 8px;
        width: 28px;
    }

    .novo-visual-home .nv-mobile-menu__close::before,
    .novo-visual-home .nv-mobile-menu__close::after {
        background: #7a7a7a;
        content: "";
        height: 2px;
        left: 4px;
        position: absolute;
        top: 13px;
        width: 21px;
    }

    .novo-visual-home .nv-mobile-menu__close::before {
        transform: rotate(45deg);
    }

    .novo-visual-home .nv-mobile-menu__close::after {
        transform: rotate(-45deg);
    }

    .novo-visual-home .nv-mobile-menu__close:focus {
        outline: 2px solid rgba(7, 127, 255, .3);
        outline-offset: 2px;
    }

    .novo-visual-home .nv-mobile-menu__nav {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 58px 0 0 25px;
    }

    .novo-visual-home .nv-mobile-menu__item {
        align-items: flex-start;
        background: transparent;
        border: 0;
        color: #001c43;
        display: flex;
        font-family: 'Inter', 'Sarabun', sans-serif;
        font-size: 14.141px;
        font-weight: 800;
        justify-content: flex-start;
        line-height: 1.265;
        padding: 0;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        width: auto;
    }

    .novo-visual-home .nv-mobile-menu__item:hover,
    .novo-visual-home .nv-mobile-menu__item:focus {
        color: #007bff;
        outline: none;
        text-decoration: none;
    }

    .novo-visual-home .nv-mobile-menu__chevron {
        display: none;
    }

    .novo-visual-home .nv-mobile-menu__categories-toggle[aria-expanded="true"] .nv-mobile-menu__chevron {
        transform: rotate(225deg);
    }

    .novo-visual-home .nv-mobile-menu__categories {
        display: grid;
        gap: 8px;
        max-height: 250px;
        overflow: auto;
        padding: 0 0 0 12px;
        width: 230px;
    }

    .novo-visual-home .nv-mobile-menu__categories[hidden] {
        display: none;
    }

    .novo-visual-home .nv-mobile-menu__categories a {
        color: rgba(4, 22, 44, .75);
        display: block;
        font-family: 'Sarabun', sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.265;
        padding: 0;
        text-decoration: none;
    }

    .novo-visual-home .nv-mobile-menu__categories a:hover,
    .novo-visual-home .nv-mobile-menu__categories a:focus {
        color: #007bff;
        outline: none;
        text-decoration: none;
    }

    .nv-login-modal__dialog {
        margin: 14px auto;
        width: calc(100% - 24px);
    }

    .nv-login-modal__header {
        padding: 18px 48px 18px 18px;
    }

    .nv-login-modal__brand {
        gap: 12px;
        min-height: 50px;
    }

    .nv-login-modal__logo {
        max-width: 104px;
        width: clamp(88px, 30vw, 104px);
    }

    .nv-login-modal__title.tituloAreaAluno {
        font-size: clamp(16px, 5vw, 19px);
        line-height: 1.15;
    }

    .nv-login-modal__body {
        padding: 20px 18px 18px;
    }

    .nv-login-modal__field .control-label {
        padding-top: 0;
    }

    .nv-login-modal__recover-grid {
        grid-template-columns: 1fr;
    }

    .nv-login-modal__footer {
        padding: 12px 18px;
    }

    .novo-visual-home .nv-hero__control {
        display: none;
    }

    .novo-visual-home .nv-search {
        padding: 10px 14px;
    }

    .novo-visual-home .nv-search__inner {
        padding: 8px;
    }

    .novo-visual-home .nv-search__form input[type="text"] {
        font-size: 13px;
        height: 52px;
        padding-left: 14px;
        padding-right: 14px;
    }
}
