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

.website-content, .admin-website-content {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Inter', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 0.015em;
}

.background-image {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -20;
}

#theme-container .btn, #page-content .btn {
    padding: 4px 10px;
}
#wrapper {
    min-height: 100%;
    position: relative;
    /* padding-bottom: 130px; */
    display: flex;
    flex-direction: column;
}

#footer {
    width: 100%;
    /* height: 110px; */
    background: rgba(24, 24, 29, .7);
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 30px;
    margin-top: auto;
}
#footer, #footer a {
    color: #fff;
}

#footer .footer-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 450px) 1fr auto auto;
    grid-template-areas:
    "a . b c"
    "e e e d";
    row-gap: 16px;
}

#footer .footer-wrapper .footer-pages {
    display: grid;
    grid-template-rows: repeat(4, auto);
    column-gap: 32px;
    row-gap: 4px;
    grid-area: b;
    padding-right: 48px;
    grid-auto-flow: column;
}

#footer .footer-wrapper .footer-pages.count-13 {
    grid-template-rows: repeat(5, auto);
}

#footer:not(.with-apps) .footer-wrapper .footer-pages {
    padding-right: 0;
}

#footer:not(.with-apps):where(.with-logo, .with-radio-name, .with-description, .with-social-networks) .footer-wrapper .footer-pages {
    grid-area: c;
}

#footer:not(.with-pages) .footer-wrapper .footer-pages {
    display: none;
}

#footer.with-pages.with-apps .footer-wrapper .footer-pages {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-wrapper .footer-pages .footer-pages__item {
    padding: 8px 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#footer .footer-wrapper .footer-pages .footer-pages__item:hover {
    background: rgba(255, 255, 255, 0.05);
}

#footer .footer-wrapper .footer-apps {
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-area: c;
    padding-left: 48px;
    height: 100%;
    justify-content: center;
}

#footer:not(.with-apps) .footer-wrapper .footer-apps {
    display: none;
}

#footer:not(.with-pages, .with-description, .with-logo, .with-radio-nam, .with-social-networks) .footer-wrapper .footer-apps {
    grid-area: b;
    padding-left: 0;
}

#footer .footer-radio-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: start;
}

#footer:not(.with-logo):not(.with-radio-name):not(.with-description):not(.with-social-networks) .footer-radio-info {
    display: none;
}

#footer:not(.with-logo):not(.with-description) .footer-radio-info {
    height: 100%;
    justify-content: space-between;
}

#footer .footer-radio-info > p {
    word-break: break-word;
    white-space: pre-line;
}

#footer.with-social-networks .footer-radio-info > p {
    margin-bottom: 32px;
}

#footer.with-logo .footer-radio-info > p {
    margin-top: 24px;
    font-size: 0.92857em;
}

#footer:not(.with-description) .footer-radio-info > p,
#footer:not(.with-logo) .footer-radio-info img,
#footer:not(.with-radio-name) .footer-radio-name,
#footer:not(.with-copyrights) .footer-copyrights {
    display: none;
}

#footer.with-logo .footer-radio-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

#footer .footer-radio-name {
    flex: 1;
    font-weight: bold;
    word-break: break-word;
}

#footer.with-description:not(.with-logo) .footer-radio-name {
    margin-bottom: 12px;
}

.website-content #footer {
    /* position: absolute; */
    left: 0;
    bottom: 0;
}
#footer .data {
    display: none;
}
#footer .footer-name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
#footer .footer-copyrights {
    width: 100%;
    grid-area: e;
    padding: 8px 8px 8px 0;
    font-size: 10px;
    opacity: 0.5;
}
#footer .footer-info {
    width: 100%;
    position: relative;
    grid-area: d;
    padding: 8px 0;
}
#footer .footer-info .footer-retailer {
    display: block;
}
#footer .footer-info .footer-retailer__logo {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: flex-end;
    font-size: 10px;
    opacity: 0.5;
}

#footer .footer-radio-info .social-icons {
    display: flex;
    align-items: center;
    gap: 16px;
}

#footer:not(.with-social-networks) .footer-radio-info .social-icons {
    display: none;
}

#footer .footer-radio-info .social-icons .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.05);

}

#footer:not(.with-description):not(.with-social-networks):not(.with-apps):not(.with-pages):not(.with-logo):not(.with-radio-name) {
    padding: 12px 0;
}

#footer:not(.with-description):not(.with-social-networks):not(.with-apps):not(.with-pages):not(.with-logo):not(.with-radio-name) .footer-wrapper {
    row-gap: unset;
    align-items: center;
}

#footer:not(.with-description):not(.with-social-networks):not(.with-apps):not(.with-pages):not(.with-logo):not(.with-radio-name) .footer-info .footer-retailer__logo {
    justify-content: flex-end;
}

#footer:not(.with-description) .footer-wrapper .footer-radio-info {
    row-gap: 24px;
}

/*#footer:not(.with-pages):not(.with-apps) .footer-wrapper {
    display: flex;
    align-items: flex-end;
}*/

#footer .page-container-width {
    padding-bottom: 0 !important;
}

@media screen and (min-width: 992.97px) {
    #footer:not(.with-logo):not(.with-radio-name):not(.with-description):not(.with-social-networks) .footer-wrapper {
        grid-template-areas: "b c"
        "e d";
        grid-template-columns: auto 1fr;
        align-items: flex-start;
    }

    #footer:not(.with-logo):not(.with-radio-name):not(.with-description):not(.with-social-networks) .footer-wrapper .footer-retailer__logo {
        justify-content: flex-start;
    }

    #footer .footer-wrapper .footer-pages {
        min-height: 160px;
        align-content: center;
    }

    #footer .footer-wrapper .footer-pages.count-1,
    #footer .footer-wrapper .footer-pages.count-2,
    #footer .footer-wrapper .footer-pages.count-3,
    #footer .footer-wrapper .footer-pages.count-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

#website-maintenance {
    padding-top: 40px;
}
#website-maintenance h1 {
    margin: 0;
    line-height: 1;
}
#website-maintenance h1 .fa {
    font-size: 70px;
}
#website-maintenance h1 span {
    display: block;
    margin-top: 20px;
}

#player-top {
    position: fixed;
    z-index: 1000;
    overflow: hidden;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 35px;
    background: #6e747b;
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.15);
}
#player-top .page-container-width {
    position: relative;
    padding-left: 128px;
}
#player-top iframe {
    display: block;
    position: absolute;
    width: 65px;
    height: 35px;
    top: 3px;
    left: 0;
}

#player-top .player-playing-now {
    color: #dbe5f0;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

#player-top .player-facebook {
    display: block;
    position: absolute;
    left: 68px;
    top: 7px;
    width: 21px;
}

#player-top .player-twitter {
    display: block;
    position: absolute;
    left: 95px;
    top: 7px;
    width: 21px;
}

#player-top .player-facebook img, #player-top .player-twitter img {
    display: block;
    width: 100%;
}

a:focus, a:hover {
    text-decoration: none !important;
    opacity: 0.9;
}
a.block {
    display: block;
}
.no-margin {
    margin: 0px !important;
}

.page-container-width {
    margin: 0 auto;
    padding-bottom: 32px !important;
}
.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-overflow-inline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.text-small {
    font-size: 0.9em;
}
.text-large {
    font-size: 1.1em;
}
.clear {
    clear: both;
}

.radius-3 {
    border-radius: 3px;
}
.radius-5 {
    border-radius: 5px;
}
.radius-10 {
    border-radius: 10px;
}
.primary-shadow {
    box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
}
.theme-container {
    display: block;
    overflow: hidden;
    position: relative;
}
.theme-container-group {
    overflow: hidden;
    width: 100%;
}

.user-html-content ul,
.user-html-content ol {
    padding-inline-start: 40px;
}

.module {
    display: block;
    clear: both;
    margin-bottom: 1em;
/*    padding-bottom: 1em;*/
}
.module .data {
    display: none;
}

.module-title,
.internal-block-title,
.page-content.with-menu .menu-bar .menu-title {
    background: rgba(255,255,255,0.15);
    padding: 0px 10px;
    margin-bottom: 12px;
    border-radius: 8px;
    font-weight: 600;
    height: 2.5em;
    line-height: 2.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.module-title .icon,
.internal-block-title .icon,
.page-content.with-menu .menu-bar .menu-title .icon {
    display: inline-block;
    margin-right: 10px;
}

.bg-transparent { background: rgba(255,255,255,0.15) !important; }
.bg-transparent-contrast {background: rgba(255, 255, 255, 0.05) !important;}
.border-transparent { border-color: rgba(255,255,255,0.2) !important; }
.bg-transparent-inverted { background: rgba(0,0,0,0.2) !important; }
.border-transparent-inverted { border-color: rgba(0,0,0,0.2) !important; }

.module-body {
    padding: 0 1px;
    overflow: hidden;
}

@media screen and (min-width: 430.97px){
    .theme-container.container-accept-reduced {
        display: flex;
        flex-wrap: wrap;
        column-gap: 24px;
    }
    .theme-container.container-accept-reduced .module.size-1 {
        width: calc(50% - 12px);
    }
    .theme-container.container-accept-reduced .module.size-2 {
        width: 100%;
    }
}

/* MÓDULO MENU */
.module.module-menu ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0;
}
.module.module-menu ul li a .icon {
    display: none;
}

.module.module-menu .module-title {
    display: flex;
    align-items: center;
}

#hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

#hamburger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    transition: transform 0.5s ease;
    border-radius: 9999px;
}

.module.module-menu.menu-opened #hamburger-icon span:nth-of-type(1){
    transform: rotate(45deg) translate(4px, 4.5px);
}

#hamburger-icon span:nth-of-type(2){
    transition: opacity 0.2s ease;
}

.module.module-menu.menu-opened #hamburger-icon span:nth-of-type(2){
    opacity: 0;
}

.module.module-menu.menu-opened #hamburger-icon span:nth-of-type(3){
    transform: rotate(-45deg) translate(4px, -4.5px);
}

    /* TAMANHO 1 */
    .module.module-menu.size-1 ul li {
        display: block;
    }
    .module.module-menu.size-1 ul li a {
        background: none !important;
        display: block;
        padding: 8px 16px;
        border-radius: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .module.module-menu.size-1 ul li a:hover {
        background: rgba(0,0,0,0.15) !important;
    }

    /* TAMANHO 2 */
    .module.module-menu.size-2 ul {
        overflow: hidden;
        margin: 0px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .module.module-menu.size-2 ul li {
        text-align: center;
        width: calc(25% - 8px);
    }

    .module.module-menu.size-2 ul li a {
        height: 2.6em;
        line-height: 2.6;
        display: block;
        border-radius: 8px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 0 8px;
    }

    .module.module-menu.size-2 ul li a:hover {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }

    .module.module-menu.size-2 ul li:nth-child(4n+0) {
        padding-right: 0px;
    }

    /* TAMANHO 4 */
    .module.module-menu.size-4 ul {
        background: rgba(255,255,255,0.15);
        overflow: hidden;
        margin: 0px;
        border-radius: 12px;
        padding-left: 8px;
    }
    .module.module-menu.size-4 ul li {
        flex-shrink: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .module.module-menu.size-4 ul li a {
        background: none !important;
        padding: 16px 8px;
        border-radius: 8px;
    }

    .module.module-menu.size-4 ul li a:hover {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }

    .module.module-menu.size-4 .module-title {
        display: none;
    }
    .module.module-menu.size-4:not(.menu-opened) .module-title {
        margin-bottom: 0;
    }
    .module.module-menu:not(.size-4) .module-title.no-title {
        display: none !important;
    }
    .module.module-menu.size-4 .module-body {
        padding: 0px;
    }

    .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu {
        display: none;
        height: inherit;
        box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.07);
        padding-left: 0;
    }

    @media screen and (min-width: 768.97px) {
        .website-content .theme-container.container-size-4,
        .website-content .module.module-menu.size-4 .module-body,
        .website-content .module.module-menu.size-4.modme-ready ul {
            overflow: visible;
        }
        .module.module-menu.size-4 .module-body,
        .module.module-menu.size-4 ul {
            height: 4em;
        }

        .module.module-menu.size-4 ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .module.module-menu.size-4 .module-body ul li a {
            padding: 0.5em 1em;
        }

        .website-content .module.module-menu.size-4 li.list-more-menus {
            position: relative;
        }

        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu,
        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu * {
            max-width: none;
        }

        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu {
            position: absolute;
            right: 0;
            width: 200px;
            z-index: 30;
            overflow: initial;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu .sub-menu-item a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            border-radius: 0;
        }
        .website-content.lighter .module.module-menu.size-4 li.list-more-menus .sub-menu .sub-menu-item a {
            background: rgba(0,0,0,0.15) !important;
        }

        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu .sub-menu-item {
            width: 200px;
        }
        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu .sub-menu-item:first-child,
        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu .sub-menu-item:first-child a {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }
        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu .sub-menu-item:last-child,
        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu .sub-menu-item:last-child a {
            border-bottom-left-radius: 8px;
        }

        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu.radius-bottom {
            border-bottom-right-radius: 8px;
        }
        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu.radius-bottom .sub-menu-item:last-child,
        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu.radius-bottom .sub-menu-item:last-child a {
            border-bottom-right-radius: 8px;
        }

        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu.radius-top {
            border-top-right-radius: 8px;
        }
        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu.radius-top .sub-menu-item:first-child,
        .website-content .module.module-menu.size-4 li.list-more-menus .sub-menu.radius-top .sub-menu-item:first-child a {
            border-top-right-radius: 8px;
        }

        .website-content .module.module-menu.size-4 li.list-more-menus.visible .sub-menu {
            display: block;
        }
    }

/* MÓDULO CHAT */

/* MÓDULO PUBLICIDADE*/
.module.module-notice .module-body img {
    border-radius: 8px;
}

.module.module-notice .module-body .not-defined {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    gap: 8px;
}

.module.module-notice .module-body .not-defined .icon {
    font-size: 32px;
    display: none;
}

.size-2.module.module-notice .module-body .not-defined .icon {
    display: block;
}

.module.module-notice.size-1 .module-body .not-defined {
    padding: 32px 0;
    font-size: 1em;
}

.module.module-notice.size-2 .module-body .not-defined {
    padding: 38px 0;
    font-size: 1em;
}

.module.module-notice.size-4 .module-body .not-defined {
    padding:  58px 0;
    font-size: 1.2em;
}

.module.module-notice.size-4 .module-body .not-defined .icon {
    display: block;
}

    /* TAMANHO 4 */
    .module.module-notice.size-4 .module-title {
        display: none;
    }

/* MÓDULO CAPA */
.module.module-cover .module-body {
    padding: 0px;
}
.module.module-cover .module-body .ratio-box {
    border-radius: 8px;
    overflow: hidden;
}

/* MÓDULO LIVRE */
.module.module-free .module-body {
    padding: 0px;
}

.module.module-free .module-body.used-editor p:last-child {
    margin-bottom: 0px;
}

    /* TAMANHO 4 */
    .module.module-free.size-4 .module-title {
        display: none;
    }

/* MÓDULO DESTAQUE */
.module.module-featured #featured-carousel .splide__arrow{
    background: none;
    border: none;
    font-size: 24px;
}

.size-1.module.module-featured #featured-carousel .splide__arrows{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.size-2.module.module-featured #featured-carousel .splide__arrows .splide__bullets {
    display: none;
}

.size-1.module.module-featured #featured-carousel .splide__arrows .splide__bullets {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.module.module-featured #featured-carousel .splide__arrows .splide__bullets-item {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.module.module-featured #featured-carousel .splide__arrows .splide__bullets-item:not(.active){
    background-color: rgba(255,255,255,0.15);
}

.lighter .module.module-featured #featured-carousel .splide__arrows .splide__bullets-item:not(.active){
    background-color: rgba(0,0,0,0.15);
}

.size-2.module.module-featured #featured-carousel .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.module.module-featured #featured-carousel .splide__arrow i {
    display: block;
}

.module.module-featured #featured-carousel .splide__arrow--next {
    right: 12px;
}

.module.module-featured #featured-carousel .splide__arrow--prev {
    left: 12px;
}

.module.module-featured #featured-carousel .splide__slide {
    border-radius: 8px;
    overflow: hidden;
}

.module.module-featured #featured-carousel .splide__slide:not(.is-active){
    opacity: 0.5;
}

.module.module-featured #featured-carousel .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module.module-featured .featured-cover {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.module.module-featured .featured-cover .name {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.module.module-featured .featured-cover .name,
.module.module-featured #featured-slider .splide__slide-desc {
    padding: 16px 20px;
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 1.15em;
}

.module.module-featured .featured-items {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.module.module-featured .featured-items .arrow-left,
.module.module-featured .featured-items .arrow-right {
    font-size: 24px;
    flex-shrink: 0;
}

.module.module-featured .featured-items .arrow-right {
    margin-left: auto;
}

.module.module-featured .featured-items .featured-item {
    display: block;
    width: 100%;
    max-width: 74px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
}

.module.module-featured .featured-items .featured-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module.module-featured .featured-items .featured-item .ratio-box {
    border-radius: 8px;
    overflow: hidden;
}

.module.module-featured #featured-slider .splide__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.module.module-featured #featured-slider-track {
    border-radius: 8px;
}

.size-1.module.module-featured #featured-carousel-track {
    max-width: 100%;
}

.size-1.module.module-featured #featured-carousel-track .splide__slide {
    width: 54px;
    height: 48px;
}

.size-2.module.module-featured #featured-carousel-track .splide__slide {
    width: 74px;
    height: 56px;
}

.size-2.module.module-featured #featured-carousel-track {
    max-width: calc((74px + 12px) * 5);
    margin: 0 auto;
}

/* MÓDULO ESTATÍSTICAS */

.module.module-access-stats .stats-item {
    display: inline-flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1.25em 1em;
    border-radius: 8px;
    gap: 4px;
    width: 50%;
    flex: 1 1 0;
}

.module.module-access-stats .module-body {
    display: flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
}

.module.module-access-stats.size-1 .module-body {
    gap: 0.75em;
}

.module.module-access-stats.size-1 .stats-item {
    flex: 1 1 120px;
}

.module.module-access-stats .stats-item:first-child {
    float: left;
}
.module.module-access-stats .stats-item .fa {
    display: inline-block;
    margin-right: 5px;
}
.module.module-access-stats .stats-item span {
    display: inline-block;
}

    /* TAMANHO 1 */
    .module.module-access-stats.size-1 .stats-item {
        float: none !important;
        width: 100%;
        text-align: left;
    }
    .module.module-access-stats.size-1 .stats-item strong {
        font-size: 1em;
        display: inline-block;
        text-overflow: clip;
        white-space: normal;
    }

    /* TAMANHO-2 */
    .module.module-access-stats.size-2 .stats-item strong {
        display: block;
        line-height: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .module.module-access-stats.size-2 .full-width .stats-item {
        width: 100%;
    }

    .module.module-access-stats.size-2 .module-body {
        gap: 16px;
    }

/* MÓDULO ÁLBUM */
.module.module-album .albums-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 1rem;
}

.module.module-album .album-item {
    flex-shrink: 0;
}

.module.module-album .album-item .ratio-box {
    overflow: hidden;
    border-radius: 8px;
}
.module.module-album .album-item .ratio-content {
    background-position: center;
    background-size: 100%;
}

.module.module-album .module-body.album-count-1 .splide__slide,
.module.module-album .module-body.album-count-2 .splide__slide {
    max-width: 270px;
}

.module.module-album .static-albums {
    display: flex;
    gap: 1rem;
}

.module.module-album  .static-albums + .pagination__bullets {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.module.module-album .static-albums + .pagination__bullets i {
    font-size: 24px;
}

.module.module-album .static-albums + .pagination__bullets .pagination__bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.module.module-album .static-albums + .pagination__bullets .pagination__bullet:not(:first-of-type) {
    background:rgba(255, 255, 255, 0.2);
}

.lighter .module.module-album .static-albums + .pagination__bullets .pagination__bullet:not(:first-of-type) {
    background:rgba(0, 0, 0, 0.2);
}

.module.module-album .static-albums .module-albums-card {
    flex-shrink: 0;
}

    /* TAMANHO 1 */
    .size-1.module.module-album .static-albums .module-albums-card{
        max-width: 100%;
    }

    .module.module-album.size-1 .album-item {
        width: 100%;
    }

    .module.module-album.size-1 .module-body.album-count-1 .splide__arrows {
        display: none;
    }

    .module.module-album.size-1 .album-item .name {
        height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 15px;
        font-weight: 600;
        margin-top: 5px;
    }

    /* TAMANHO 2 */
    .module.module-album.size-2 .album-item {
        width: calc(50% - 0.5rem);
        padding: 0px 2px;
        margin-bottom: 7px;
        flex: 0 0 auto;
        transition: transform 0.5s ease;
    }

    .size-2.module.module-album .static-albums + .pagination__bullets .pagination__bullet:last-of-type {
        display: none;
    }

    .size-2.module.module-album .static-albums .module-albums-card{
        width: calc(50% - 1rem/2);
    }

    .module.module-album.size-2 .album-item .name {
        overflow: hidden;
        line-height: 1.5;
        margin-top: 12px;
    }

    .module.module-album.size-2 .module-body.album-count-1 .splide__arrows,
    .module.module-album.size-2 .module-body.album-count-2 .splide__arrows {
        display: none;
    }


/* MÓDULO VÍDEOS */
.module.module-video .video-item .ratio-box {
    overflow: hidden;
    border-radius: 8px;
}

.module.module-video .video-item .ratio-content {
    background-position: center;
    background-size: 100%;
}

.module.module-video .video-item {
    overflow: hidden;
    flex: 1 0 auto;
}

.module.module-video .module-body.video-count-1 .splide__slide,
.module.module-video .module-body.video-count-2 .splide__slide {
    max-width: 270px;
}

.module.module-video .static-videos {
    display: flex;
    gap: 1rem;
}

.module.module-video  .static-videos + .pagination__bullets {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.module.module-video .static-videos + .pagination__bullets i {
    font-size: 24px;
}

.module.module-video .static-videos + .pagination__bullets .pagination__bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.size-2.module.module-video .static-videos + .pagination__bullets .pagination__bullet:last-of-type {
    display: none;
}

.module.module-video .static-videos + .pagination__bullets .pagination__bullet:not(:first-of-type) {
    background:rgba(255, 255, 255, 0.2);
}

.lighter .module.module-video .static-videos + .pagination__bullets .pagination__bullet:not(:first-of-type) {
    background:rgba(0, 0, 0, 0.2);
}

    /* TAMANHO 1 */
    .module.module-video.size-1 .video-item {
        width: 100%;
    }

    .module.module-video.size-1 .video-item .name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 12px;
    }

    .module.module-video.size-1 .module-body.video-count-1 .splide__arrows {
        display: none;
    }

    /* TAMANHO 2 */
    .module.module-video.size-2 .video-item {
        width: calc(50% - 0.5rem)
    }
    .module.module-video.size-2 .video-item .name {
        overflow: hidden;
        line-height: 1.5;
        margin-top: 12px;
    }

    .module.module-video.size-2 .module-body.video-count-1 .splide__arrows,
    .module.module-video.size-2 .module-body.video-count-2 .splide__arrows {
        display: none;
    }

/* MÓDULO LINKS */
.module.module-link ul {
    list-style: none;
    padding: 0px;
}

.module.module-link ul {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex-wrap: wrap;
}

.module.module-link ul li {
    width: calc(50% - 8px);
}

.module.module-link ul li a .icon {
    display: none;
}

.module.module-link ul li a:not(:hover):not(:focus) {
    background-color: transparent !important;
}

.module.module-link ul li a:focus {
    outline: 1px solid rgba(255,255,255,0.2);
}
.module.module-link ul li a:focus-visible {
    outline: 1px solid rgba(255,255,255,0.2);
}

    /* TAMANHO 1 */
    .module.module-link.size-1 ul {
        flex-direction: column;
    }
    .module.module-link.size-1 ul li {
        width: 100%;
    }

    .module.module-link.size-1 ul li a {
        display: block;
        border-radius: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 6px 12px;
    }
    .module.module-link.size-1 ul li a:hover {
        background: rgba(0,0,0,0.15) !important;
    }

    /* TAMANHO 2 */
    .module.module-link.size-2 ul {
        overflow: hidden;
        margin: 0px;
    }
    .module.module-link.size-2 ul li {
        text-align: left;
    }

    .module.module-link.size-2 ul li a {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 6px 12px;
        border-radius: 8px;
    }
    .module.module-link.size-2 ul li:nth-child(4n+0) {
        padding-right: 0px;
    }

/* MÓDULO TOP MÚSICAS */
.module.module-top-music .music-item {
    display: flex;
    align-items: center;
    min-height: 40px;
    width: 50%;
}

.module.module-top-music .module-body {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
    flex-wrap: wrap;
}

.module.module-top-music .music-item .position {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    width: 32px;
    margin-right: 8px;
}

.module.module-top-music .music-item .name {
    font-weight: 600;
}

.module.module-top-music.size-2 .music-item .name,
.module.module-top-music.size-2 .music-item .artist {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.module.module-top-music .music-item .music-thumbnail {
    border-radius: 2px;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.module.module-top-music .music-item .artist {
    line-height: 1.1;
}

    /* TAMANHO 1 */
    .module.module-top-music.size-1 .music-item {
        width: 100%;
        float: none;
    }

    /* TAMANHO 2 */
    .module.module-top-music.size-2 .module-body {
        max-height: 300px;
    }

    .module.module-top-music.size-2 .module-body.count-6 {
        max-height: 200px;
    }

/* MÓDULO RECADOS */
.module.module-message .module-body {
    padding-left: 0;
    padding-right: 0;
}
.module.module-message .message-buttons {
    margin-top: 20px;
}
.module.module-message .message-item,
.messages-display-area .message-item {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.messages-display-area .message-item {
    border-bottom: 0;
}

.module.module-message .message-item:first-child,
.messages-display-area .message-item:first-child {
    padding-top: 0;
}

.module.module-message.size-2 .no-messages {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module.module-message .no-messages .btn {
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    padding: 12px !important;
    font-weight: 600;
}

.module.module-message.size-1 .message-buttons {
    margin-top: 16px;
}
.module.module-message.size-1 .no-messages .btn {
    margin-top: 20px;
    width: 100%;
}



.module.module-message .message-item:last-child,
.messages-display-area .message-item:last-child {
    margin-bottom: 0px;
}
.module.module-message .message-item .info,
.messages-display-area .message-item .info {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.messages-display-area .message-item .message-source .info {
    margin-bottom: 16px;
}

.module.module-message .message-item .name,
.messages-display-area .message-item .name {
    display: inline-block;
    font-weight: bold;
    line-height: 1.6;
}

.messages-display-area .message-item .name {
    font-size: 1.285em;
}

.module.module-message .message-item .date,
.messages-display-area .message-item .date {
    float: right;
    line-height: 1;
    line-height: 1.6;
    white-space: nowrap;
}

.size-1.module.module-message .message-item .date {
    float: inherit;
}

.module.module-message .message-item .message-source,
.messages-display-area .message-item .message-source {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 8px;
}

.messages-display-area .message-item .message-source {
    padding: 24px;
}

.module.module-message .message-item .message-source .message,
.messages-display-area .message-item .message-source .message {
    line-height: 1.2;
    line-height: 1.4;
    position: relative;
    margin-bottom: 18px;
}

.messages-display-area .message-item .message-source .message {
    margin-bottom: 0;
}

.module.module-message .message-item .message-source .message.audio-message,
.messages-display-area .message-item .message-source .message.audio-message {
    margin-bottom: 0;
    padding: 16px;
}

.module.module-message .message-item .message-reply,
.messages-display-area .message-item .message-reply {
    margin: 16px 16px 0 16px;
}

.messages-display-area .message-item .message-reply {
    margin-top: 24px;
}

.module.module-message .message-item .message-reply .user-avatar,
.messages-display-area .message-item .message-reply .user-avatar {
    width: 40px;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.module.module-message .message-item .message-reply .user-avatar svg,
.messages-display-area .message-item .message-reply .user-avatar svg {
    color: inherit;
}

.module.module-message .message-item .message-reply .message,
.messages-display-area .message-item .message-reply .message {
    line-height: 1.2;
}

.size-1.module.module-message .message-buttons{
    flex-direction: column;
}

.module.module-message .message-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}

.module.module-message .message-buttons .btn {
    font-weight: 600;
    border-radius: 8px;
    padding: 12px !important;
}

.module.module-message.size-2 .message-buttons .btn {
    width: 50%;
}

.module.module-message.size-1 .message-buttons .btn {
    width: 100%;
}

.module.module-message .message-buttons .see-all-messages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1 auto;
    font-weight: 600;
}

.size-1.module.module-message .message-buttons .see-all-messages {
    width: 100%;
}

.module.module-message .message-item .message-reply,
.messages-display-area .message-item .message-reply {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.size-2.module.module-message .message-item .message-reply .message-reply-content {
    flex: 1 1 auto;
}

.size-1.module.module-message .message-item .info {
    flex-direction: column-reverse;
    align-items: flex-start;
}

/* MÓDULO AGORA NA RÁDIO */
.module.module-playing-now .module-body {
    padding: 0px;
}

.module.module-playing-now .actual-program {
    position: relative;
    width: 49%;
    padding: 12px 16px;
    border-radius: 8px;
    line-height: 1.3;
    background-color: rgba(255, 255, 255, 0.05);
}

.module.module-playing-now .has-active-schedule .actual-program.no-schedule,
.module.module-playing-now .actual-program.current-schedule {
    display: none;
}

.module.module-playing-now .has-active-schedule .actual-program.current-schedule,
.module.module-playing-now .actual-program.no-schedule {
    display: flex;
    gap: 8px;
    flex-shrink: 10000;
    align-items: center;
}

.module.module-playing-now .has-schedule-image {
    position: relative;
}
.module.module-playing-now .has-schedule-image .schedule-image {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.module.module-playing-now .schedule-image {
    display: none;
    width: 50px;
}

.module.module-playing-now .actual-program.current-schedule  .schedule-info .schedule {
    margin-bottom: 4px;
}

.module.module-playing-now .actual-program.current-schedule  .schedule-info .name {
    margin-bottom: 4px;
}

.module.module-playing-now .actual-program .name {
    font-weight: bold;
}
.module.module-playing-now .actual-program .broadcaster-name {
    display: none;
}
.module.module-playing-now .has-active-broadcaster .actual-program .broadcaster-name {
    display: block;
}
.module.module-playing-now .has-active-broadcaster .actual-program .broadcaster-name a{
    color: inherit;
}

.module.module-playing-now .has-active-schedule .actual-program.current-schedule {
    flex-wrap: wrap;
}

.module.module-playing-now .other-programs {
    min-width: 0;
}

.module.module-playing-now .other-programs .program {
    margin-bottom: 1px;
    display: flex;
    align-items: center;
}

.module.module-playing-now .other-programs .program:not(:last-of-type) {
    padding-bottom: 12px;
}

.module.module-playing-now .other-programs .program .schedule {
    text-align: right;
    white-space: nowrap;
}

.module.module-playing-now .other-programs .program .schedule > span {
    width: 3em;
    display: inline-block;
}

.module.module-playing-now .other-programs .program .schedule::after {
    content: '•';
    margin: 0 0.4285em;
}

    /* TAMANHO 1 */
    .module.module-playing-now.size-1 .has-schedule-image {
        display: flex;
        flex-direction: column;
    }

    .module.module-playing-now.size-1 .actual-program {
        width: 100%;
        float: none;
        border: none !important;
    }

    .module.module-playing-now.size-1 .has-schedule-image .schedule-image {
        width: 40px;
    }

    .module.module-playing-now.size-1 .other-programs {
        width: 100%;
        float: none;
        margin-top: 12px;
        display: flex;
        flex-direction: column;
    }

    /* TAMANHO 2 */
    .module.module-playing-now.size-2 .module-body {
        display: flex;
        gap: 16px;
    }

    .module.module-playing-now.size-2 .other-programs .program:not(:last-of-type) {
        padding-bottom: 16px;
    }

    .module.module-playing-now.size-2 .other-programs {
        padding: 14px 0;
    }

    .module.module-playing-now.size-2 .has-active-schedule .actual-program.current-schedule {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 16px;
    }

    .module.module-playing-now.size-2 .has-schedule-image .schedule-image {
        margin-bottom: 16px;
    }

    .module.module-playing-now.size-2 .actual-program.current-schedule  .schedule-info .name {
        font-size: 1.2em;
    }

/* MÓDULO EVENTOS */
.module.module-event .module-events-cards {
    display: flex;
    gap: 1rem;
}

.module.module-event .static-events {
    display: flex;
    gap: 1rem;
}

.module.module-event  .static-events + .pagination__bullets {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.module.module-event .static-events + .pagination__bullets i {
    font-size: 24px;
}

.module.module-event .static-events + .pagination__bullets .pagination__bullet {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.size-2.module.module-event .static-events + .pagination__bullets .pagination__bullet:last-of-type {
    display: none;
}

.module.module-event .static-events + .pagination__bullets .pagination__bullet:not(:first-of-type) {
    background:rgba(255, 255, 255, 0.2);
}

.lighter .module.module-event .static-events + .pagination__bullets .pagination__bullet:not(:first-of-type) {
    background:rgba(0, 0, 0, 0.2);
}

.module.module-event .static-events .module-events-card {
    flex-shrink: 0;
}

.size-1.module.module-event .static-events .module-events-card{
    max-width: 100%;
}

.size-2.module.module-event .static-events .module-events-card{
    width: calc(50% - 1rem/2);
}

.module.module-event .module-body.event-count-1 .splide__slide,
.module.module-event .module-body.event-count-2 .splide__slide {
    max-width: 270px;
}

.size-1.module.module-event .module-events-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.size-1.module.module-event .module-events-cards {
    flex-direction: column;
}

.module.module-event .events-see-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    padding-top: 16px;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.card-event .card-event-image {
    overflow: hidden;
    border-radius: 8px;
}
.card-event .card-event-image img {
    max-width: 100%;
}
.card-event .card-event-container {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
}
.card-event .card-event-date {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border-radius: 8px;
    align-items: center;
}

.card-event.without-image .card-event-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.card-event .card-event-name {
    font-weight: bold;
    align-self: center;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-event.without-image .card-event-name {
    font-size: 16px;
    line-height: 1.2em;
}

.card-event .card-event-date .card-event-day {
    font-weight: 700;
}

.card-event .card-event-date .card-event-day,
.card-event .card-event-date .card-event-hour {
    white-space: nowrap;
    line-height: 1;
}

.module.module-event.size-2 .module-body.event-count-1 .pagination__controls,
.module.module-event.size-2 .module-body.event-count-2 .pagination__controls {
    display: none;
}

/* TAMANHO 1 */

.size-1 .card-event {
    background: none !important;
}

.module.module-event.size-1 .module-body.event-count-1 .splide__arrows {
    display: none;
}

/* TAMANHO 2 */

.module.module-event.size-2 .module-body.event-count-1 .splide__arrows,
.module.module-event.size-2 .module-body.event-count-2 .splide__arrows {
    display: none;
}


/* MÓDULO NOTÍCIAS */
.module.module-news .news-see-all {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
    margin-top: 16px;
    border-top: 1px solid #ffffff26;
    font-weight: 600;
}

.module.module-news .news-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.module.module-news .card-news .card-news-subtitle {
    display: none !important;
}

.card-news.card-news-image .img {
    border-radius: 8px;
    overflow: hidden;
}

.card-news .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.module.module-news.size-2 .news-item .card-news .img {
    max-width: 240px;
    max-height: 120px;
    flex-shrink: 0;
}

.module-news .news-item .card-news.card-news-image {
    display: flex;
    gap: 12px;
}

.module-news .card-news .card-news-conteiner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.module-news .card-news-tag {
    display: none;
}

/* TAMANHO 1 */
.module-news.size-1 .news-item .card-news.card-news-image {
    flex-direction: column;
}

.module.module-news.size-1 .news-wrapper {
    display: flex;
    flex-direction: column;
}

.module.module-news.size-1 .news-item + .news-item {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #ffffff26;
}

/* TAMANHO 2 */
.module.module-news.size-2 .news-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.module.module-news.size-2 .news-wrapper .news-item + .news-item {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* MÓDULO PROMOÇÕES */
.module.module-promotion .promotion-item {
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.module.module-promotion .promotion-item + .promotion-item {
    padding: 12px 0;
    border-top: 1px solid #ffffff26;
}

.module.module-promotion .module-body {
    display: flex;
    flex-direction: column;
}

.module.module-promotion .promotion-item .promotion-image {
    width: 60px;
    /*height: 60px;*/
    border-radius: 8px;
}

.module.module-promotion .promotion-item .promotion-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.module.module-promotion .promotion-item:last-child {
    margin-bottom: 0;
}
.module.module-promotion .promotion-item .date {
    font-weight: normal;
}
.module.module-promotion .promotion-item .name {
    line-height: 1.2;
    font-weight: 700;
}

/* MÓDULO SOCIAL */
.module.module-social .module-body {
    padding: 0 16px;
}

.module.module-social .module-body .socials {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.module.module-social .module-body.can-justify-content .socials {
    justify-content: space-around;
}

.module.module-social .social-item {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
}
.module.module-social .social-item a {
    display: block;
    width: 100%;
}
.module.module-social .social-item a img {
    display: block;
    width: 100%;
}

/* MÓDULO APLICATIVOS */

.module-apps .module-apps-container {
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.4;
    border-radius: 8px;
}

.lighter .module-apps .module-apps-container {
    background: rgba(0,0,0,0.2);
}
.module-apps .store-links {
    margin-top: 16px;
    font-size: 0;
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -4px;
    flex-wrap: wrap;
    display: flex;
}

.module-apps .store-links .link-block {
    display: inline-flex;
    min-height: 46px;
    margin: 4px 4px 4px 4px;
    width: 155px;
}

.module-apps .store-links .link-block:not(.app-with-badge) {
    align-items: center;
    opacity: 1;
    padding: 4px 8px;
    text-align: left;

    border-radius: 6px;
    border: 0.5px solid #A6A6A6;
    background: #000;
}

.module-apps .store-links .link {
    display: flex;
    align-items: center;
}

.module-apps .store-links .link .icon-area {
    width: 24px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.module-apps .store-links .link .icon-area img {
    width: 100%;
}

.module-apps .store-links .link.app-android .icon-area {
    color: #7FA412;
}
.module-apps .store-links .link.app-ios .icon-area {
    color: #E1E1E1;
}
.module-apps .store-links .link.app-pwa .icon-area {
    color: #3B89BE;
}
.module-apps .store-links .link .store-info {
    padding-left: 8px;
}
.module-apps .store-links .link .store-info .store-name {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.module-apps .store-links .link .store-info .store-desc {
    font-size: 12px;
    color: #fff;
}

.module-apps .smartphone-container .smartphone-frame {
    width: 100%;
    display: block;
    position: relative;
    z-index: 5;
}
.module-apps .smartphone-container .smartphone-background {
    position: absolute;
    top: 30px;
    right: 25px;
    left: 25px;
    bottom: 0;
    background: rgba(255,255,255,0.1);
    z-index: 4;
}
.lighter .module-apps .smartphone-container .smartphone-background {
    background: rgba(0,0,0,0.5);
}
.module-apps .smartphone-container .app-icon {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 1px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.8);
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .module-apps.size-1 .store-links .link .store-info .store-name {
        font-size: 12px;
    }

    .module-apps.size-1 .store-links .link .store-info .store-desc {
        font-size: 10px;
    }

    .module-apps.size-1 .store-links .link-block:not(.app-android) {
        padding: 4px;
    }
}

/* TAMANHO 1 */
.module-apps.size-1 .smartphone-container {
    width: auto;
    right: unset;
    bottom: unset;
    left: 25px;
}

.module-apps.size-1 .store-links {
    display: flex;
    align-items: flex-start;
}

.module-apps.size-1 .smartphone-container .smartphone-background {
    display: none;
}
.module-apps.size-1 .smartphone-container .smartphone-frame {
    display: none;
}
.module-apps.size-1 .smartphone-container .app-icon {
    position: relative;
    left: unset;
    top: unset;
    margin: unset;
    border-radius: 14px;
}
.module-apps.size-1 .module-apps-container {
    padding: 24px;
    text-align: center;
    min-height: auto;
}
.module-apps.size-1 .message {
    text-align: left;
    margin-top: 1em;
}

@media screen and (max-width: 1024px) {
    .module.size-1 .module-body .module-apps-container {
        padding: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
    .module.size-1 .module-body .module-apps-container {
        padding: 12px;
    }
}

/* TAMANHO 2 */
.module.module-apps.size-2 .module-apps-container {
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 32px 30px 24px;
    align-items: center;
    gap: 32px;
    justify-content: space-between;
}

.module.module-apps.size-2 .smartphone-container {
    flex-shrink: 0;
}
.module.module-apps.size-2 .smartphone-container .app-icon {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 28px;
}

@media screen and (max-width: 1000px) {
    .module.module-apps.size-2 .module-apps-container {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (min-width: 651px) and (max-width: 800px) {
    .module-apps.size-2 .module-apps-container {
        padding: 16px 150px 16px 16px;
    }
    .module-apps.size-2 .smartphone-container {
        width: 150px;
        right: 0;
    }
}

/* MÓDULO CÂMERA */
.module.module-camera .module-body {
    padding: 0px;
}
.module.module-camera .module-body .jw-icon-volume {
    display: none;
}
.module.module-camera .module-body .ratio-box .ratio-content {
    border-radius: 5px;
    background-color: #000;
    overflow: hidden;
}
.module.module-camera .module-body .camera-online-link {
    background-image: url(../../../../img/website/camera-online-bg.png);
    background-size: 100%;
    display: block;
    width: 100%;
    height: 100%;
}
.module.module-camera .module-body .admin-module {
    background-image: url(../../../../img/website/camera-online-bg.png);
    background-size: 100%;
}
.module.module-camera .module-body .camera-online-link .camera-play-button {
    display: block;
    position: absolute;
    width: 75px;
    height: 75px;
    background-image: url(../../../../img/website/camera-play.png);
    background-size: 100%;
    top: 50%;
    left: 50%;
    margin-left: -37px;
    margin-top: -37px;
}
.module.module-camera .module-body .ratio-box .ratio-content.offline {
    background-color: #000;
    background-image: url(../../../../img/website/camera-offline-bg.gif);
}
.module.module-camera .module-body .offline-message {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ec2828;
    width: 120px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin-top: -10px;
    margin-left: -60px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
}
.module.module-camera .camera-default { width: 100%; height: 100%; display: none; }
.module.module-camera .camera-android { width: 100%; height: 100%; display: none; }
.module.module-camera .camera-ios { width: 100%; height: 100%; display: none; }
.module.module-camera .is-camera-default .camera-default { display: block; }
.module.module-camera .is-camera-android .camera-android { display: block; }
.module.module-camera .is-camera-ios .camera-ios { display: block; }

/* MÓDULO ÚLTIMAS MÚSICAS */
.module.module-last-played .module-body .empty-list-message {
    display: none;
}
.module.module-last-played .module-body.empty-list {
    padding: 5 0px 0px 0px;
    margin-bottom: 10px;
}
.module.module-last-played .module-body.empty-list .empty-list-message {
    display: block;
}
.module.module-last-played .module-body.empty-list .played-list {
    display: none;
}
.module.module-last-played .module-body .played-list .played-item {
    position: relative;
    min-height: 34px;
    padding: 3px 0px 3px 44px;
    margin-top: 10px;
}
.module.module-last-played .module-body .played-list .played-item .list-count {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 34px;
    height: 34px;
    margin-top: -17px;
    line-height: 34px;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
    font-size: 18px;
}
.module.module-last-played.size-2 .module-body .played-list .played-item {
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
/*com capa*/
.module.module-last-played .use-cover .played-list {
    position: relative;
}
.module.module-last-played .use-cover .played-base-container {
    overflow: hidden;
}
.module.module-last-played .use-cover .played-action-gradient {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0px;
    z-index: 2;
    display: none;
}
.module.module-last-played.size-2 .use-cover .played-action-gradient {
    width: 80px;
}
.module.module-last-played .use-cover.visible-back-buttom:not(.hide-gradient) .played-action-gradient.initial-gradient {
    left: 0;
    display: block;
}
.module.module-last-played .use-cover.visible-forward-buttom:not(.hide-gradient) .played-action-gradient.final-gradient {
    right: 0;
    display: block;
}
.module.module-last-played .use-cover .played-action-button {
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
}

.module.module-last-played .use-cover .played-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 16px;
}

.module.module-last-played .use-cover .played-controls .played-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.module.module-last-played .use-cover .played-controls .played-dots .dot:not(.active) {
    background-color: rgba(255,255,255,0.2);
}

.lighter .module.module-last-played .use-cover .played-controls .played-dots .dot:not(.active) {
    background-color: rgba(0,0,0,0.2);
}


.module.module-last-played .use-cover .played-controls .played-dots .dot {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.module.module-last-played .use-cover .played-overflow {
    position:relative;
    display: flex;
    justify-content: center;
    min-height: 170px;
}
.module.module-last-played .use-cover .played-item-cover {
    position: absolute;
    transition: transform 0.2s ease;
}

.module.module-last-played .use-cover .played-item-cover:not(.active) .played-item-cover-track {
    display: none;
}

.module.module-last-played .use-cover .played-item-cover-content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.module.module-last-played .use-cover .played-item-cover-content .ratio-box {
    width: 144px;
    height: 144px;
}
.module.module-last-played .use-cover .played-item-cover-content .ratio-box::after {padding: 0}
.module.module-last-played .use-cover .played-item-cover-content .ratio-box .ratio-content  {
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url(../../../../img/no-album-played-cover.png);
}
.module.module-last-played .use-cover .played-item-cover-content .ratio-box .ratio-content img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.module.module-last-played .use-cover .played-item-cover.active .played-item-cover-track {
    text-align: center;
    margin-top: 10px;
    position: relative;
    font-weight: 600;
}

/* MÓDULO LOCUTOR ONLINE */

.module.module-online-broadcaster .module-body .current-url {
    display: block;
}

.module.module-online-broadcaster .wave1 {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 100%;
    animation-name: wave;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    box-sizing: content-box;
}

.module.module-online-broadcaster .wave2 {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 100%;
    animation-name: wave2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0.4s;
}

@keyframes wave {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    80% {
        transform: scale(1.4);
        opacity: 1;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

@keyframes wave2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    90% {
        transform: scale(1.45);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.module.module-online-broadcaster .module-body .current-url .current-img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    flex-shrink: 0;
}

.module.module-online-broadcaster .module-body .current-url .not-online {
    display: none;
}

.module.module-online-broadcaster .module-body .current-url .not-online .icon-line {
    font-size: 3.5em;
}
.module.module-online-broadcaster .module-body.no-broadcaster .current-url .current-img {
    display: none;
}

.module.module-online-broadcaster .module-body.no-broadcaster .current-url .broadcaster-info {
    display: none;
}
.module.module-online-broadcaster .module-body.no-broadcaster .current-url .not-online {
    display: block;
    font-weight: 600;
}

.module.module-online-broadcaster .module-body.no-broadcaster .current-url .not-online .icon-line {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.lighter .module.module-online-broadcaster .module-body.no-broadcaster .current-url .not-online .icon-line {
    background: url('../../../../img/no-broadcaster-registered.png');
}

.module.module-online-broadcaster .module-body.no-broadcaster .current-url .not-online .icon-line {
    background: url('../../../../img/no-broadcaster-registered-light.png');
}


/* VARIAÇÕES LUMINOSAS */
.lighter .color-transparent {color: rgba(0,0,0, 0.5)}
.color-transparent {color: rgba(255,255,255, 0.5)}
.lighter .module-title, .lighter .internal-block-title, .lighter .page-content.with-menu .menu-bar .menu-title { background: rgba(0,0,0,0.15); }
.lighter .bg-transparent { background: rgba(0,0,0,0.15) !important; }
.lighter .bg-transparent-contrast {background: rgba(0, 0, 0, 0.05) !important}
.lighter .border-transparent { border-color: rgba(0,0,0,0.2) !important; }
.lighter .bg-transparent-inverted { background: rgba(255,255,255,0.2) !important; }
.lighter .border-transparent-inverted { border-color: rgba(255,255,255,0.2) !important; }
.lighter .module.module-menu.size-4 ul { background: rgba(0,0,0,0.15); }
.lighter .module.module-menu.size-1 ul li a:hover { background: rgba(0,0,0,0.15) !important; }
.lighter .module.module-link.size-1 ul li a:hover { background: rgba(0,0,0,0.15) !important; }

#page-content .module.module-free img, #page-content .page-content img {
    height: auto;
}

/* Conteudo dentro da pagina */
.title-content {
    font-size: 1.7em;
    line-height: 1.2;
    margin-bottom: 5px;
}
.title-content .title-highlight {
    padding: 2px 5px
}

.page-content {
    overflow: hidden;
    padding-bottom: 20px;
}

.page-content .header {
    margin: 20px 0;
}

.royalSlider.rsDefault .rsBullets {
    bottom: 16px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.royalSlider .rsNav.rsBullets {
    background: transparent;
}

.royalSlider.rsDefault .rsBullet {
    padding: 0;
}

.royalSlider.rsDefault .rsBullet span {
    background-color: #ffffff60;
}

.royalSlider:before,
.royalSlider:after,
.royalSlider *:before,
.royalSlider *:after {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}
.royalSlider.slider-vertical-thumb {
    width: 100%;
    height: 420px;
}
.royalSlider.slider-horizontal-thumb {
    width: 100%;
    height: 550px;
}
.royalSlider.slider-banner {
    width: 100%;
    height: 220px;
    overflow-y: hidden;
}
.royalSlider .rsContent .imgDesc {
    position: absolute;
    top: 55%;
    left: 0px;
    text-align: left;
    font-weight: bold;
    font-size: 20px;
}
.royalSlider .rsContent .imgDesc.bottom {
    top: initial;
    bottom: 0;
    width: 100%;
}
.royalSlider .rsContent .imgDesc .highlightDesc {
    padding: 5px 20px;
    background-color: #fff;
    color: #000;
    display: inline-block;
}
.royalSlider .rsContent .imgDesc .linkDesc {
    display: block;
    width: 100%;
    padding:10px 15px;
    max-height: 73px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    color: #FFF;
}

.royalSlider.slider-vertical-thumb,
.royalSlider.slider-horizontal-thumb {
    border-radius: 8px;
}
.royalSlider.slider-vertical-thumb .rsOverflow,
.royalSlider.slider-vertical-thumb .rsSlide,
.royalSlider.slider-vertical-thumb .rsImg {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.royalSlider.slider-vertical-thumb .rsThumbs,
.royalSlider.slider-vertical-thumb .rsThumbs .rsThumbsContainer {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.royalSlider.slider-horizontal-thumb .rsOverflow,
.royalSlider.slider-horizontal-thumb .rsSlide,
.royalSlider.slider-horizontal-thumb .rsImg {
    border-radius: 8px;
}

/* .royalSlider.slider-horizontal-thumb.no-top-radius .rsOverflow,
.royalSlider.slider-horizontal-thumb.no-top-radius .rsSlide,
.royalSlider.slider-horizontal-thumb.no-top-radius .rsImg {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
} */

.royalSlider.slider-horizontal-thumb .rsThumbs,
.royalSlider.slider-horizontal-thumb .rsThumbs .rsThumbsContainer {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

.royalSlider.slider-banner,
.royalSlider.slider-banner .rsOverflow,
.royalSlider.slider-banner .rsSlide,
.royalSlider.slider-banner .rsImg {
    border-radius: 8px;
}
.rsDefault.slider-banner.rsHor .rsArrowRight .rsArrowIcn {
    background: url('../../../../img/slider-arrow-right.svg');
}
.rsDefault.slider-banner.rsHor .rsArrowLeft .rsArrowIcn {
    background: url('../../../../img/slider-arrow-left.svg');
}
.rsDefault.slider-banner .rsArrowIcn {
    width: 24px;
    height: 24px;
    margin-left: -10px;
    margin-top: -15px;
    background-position: 0px 0px;
}

.module-slider .royalSlider .rsBullets {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.module-slider .royalSlider:hover .rsBullets {
    opacity: 1;
}

@media screen and (max-width: 900px) {
    .royalSlider .rsContent .imgDesc {
        top: initial;
        bottom: 0;
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .royalSlider .rsContent .imgDesc .highlightDesc {
        display: none;
    }
    .module-slider .royalSlider .rsBullets {
        display: none;
    }
}

.page-content .module-pad {
    padding: 8px 10px 15px 10px;
}
.page-content .header .title {
    /* padding: 2px 5px 12px 0px; */
    font-size: 1.7em;
    line-height: 1.2;
    font-weight: bold;
    /* margin-top: 24px; */
}
.page-content .header .sub-title {
    padding: 0px 0px 15px 0px;
    /* margin-top: -10px; */
    font-size: 1.15em;
}
.page-content .mapping-url {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.9285em;
    display: none;
}

.page-content .mapping-url * {
    opacity: 0.8;
}

.page-content .mapping-url a:last-of-type {
    opacity: 1;
    font-weight: 700;
}

.page-content .header.pad .title {
    /*padding-left: 5px;*/
}
.page-content .map-container {
    height: 100%;
    background-color: #F2F5F6;
    border-radius: 5px;
}
.page-content .map-container canvas {
    border-radius: 5px;
}
.page-content .map-container .ol-attribution {
    margin-right: 5px;
    height: auto;
}

.page-content .share-container {
    padding: 16px 0px;
    margin: 20px 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.page-content .share-container .share-options {
    display: flex;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 540px) {
    .page-content .share-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}


.page-content .share-container .share-button {
    margin-right: 5px;
}
.page-content .share-container .share-button img {
    width: 25px;
    height: 25px;
}

.page-content.with-menu .menu-bar {
    float: left;
    width: 230px;
}
.page-content.with-menu .menu-bar .menu-content {
    padding-top: 5px;
}
.page-content.with-menu .menu-bar .menu-content .module-title {
    margin-bottom: 5px;
}
.page-content.with-menu .menu-bar .menu-content .menu-item {
    padding-bottom: 15px;
}
.page-content.with-menu .menu-bar a {
    text-decoration: none !important;
}
.page-content.with-menu .page-content-container {
    margin-left: 240px;
}
.page-content.with-menu .page-content-container .integrated-module{
    margin-top: 3px;
    margin-bottom: 3px;
}
.page-content.with-menu .page-content-container .album-content .image-view,
.page-content.with-menu .page-content-container .album-content .image-list {
    width: 100% !important;
}
.page-content.with-menu .page-content-container .album-content .image-view .slides .image {
    max-height: 400px !important;
}
.page-content.with-menu .page-content-container .album-content .image-view .slides .image img {
    max-height: 400px !important;
    width: auto !important;
    margin: auto !important;
}
.page-content.with-menu .page-content-container .album-content .image-list .slides li {
    cursor: pointer !important;
    max-height: 100px !important;
}
.page-content.with-menu .page-content-container .album-content .image-list .slides li {
    width: 180 !important;
    margin: auto !important;
}

.page-content.half-width .half-content {
    float: left;
    width: 50%;
}
.page-content.half-width .half-content:first-child {
    padding-right: 12px;
}
.page-content.half-width .half-content:last-child {
    padding-left: 12px;
}

@media screen and (max-width: 800px) {
    .page-content .module-pad.adjustable {
        padding: 8px 0px 15px 0px;
    }
    .page-content.with-menu .menu-bar {
        display: none;
    }
    .page-content.with-menu .page-content-container {
        margin-left: 0px;
    }
    .page-content.half-width .half-content{
        width: 100%;
    }
    .page-content.half-width .half-content:nth-child(1) {
        padding-right: 0px;
        padding-bottom: 10px;
    }
    .page-content.half-width .half-content:nth-child(2) {
        padding-left: 0px;
    }
}

.paginate {
    margin-top: 48px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.paginate .next-page,
.paginate .previous-page {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.paginate .page-numbers {
    display: flex;
    align-items: center;
    gap: 12px;
}

.paginate li.disabled-link a {
    pointer-events: none;
    opacity: 0.2;
}

.paginate li.active-link {
    font-weight: 700;
}

.paginate .page-numbers li:not(.active-link) {
    opacity: 0.5;
}

.page-grid {
    display: grid;
    grid-template-areas:
        "header sidebar"
        "content sidebar";
    column-gap: 64px;
    grid-template-columns: 1fr 350px;
    grid-template-rows: auto 1fr;
    margin-top: 20px;
}

.page-grid__header {
    grid-area: header;
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.page-grid .page-grid__header .page-grid__header__title {
    font-size: 2.14285em;
    font-weight: 700;
}

.page-grid .page-grid__header .page-grid__header__description {
    margin-top: 8px;
}

.page-grid__content {
    grid-area: content;
    overflow: hidden;
}

.page-grid .page-grid__content .comment-area {
    margin-top: 40px;
}

.page-grid__sidebar {
    grid-area: sidebar;
}

.page-grid__sidebar__title {
    font-size: 1.714285em;
    margin-bottom: 24px;
    font-weight: 700;
    margin-top: 0;
}

.page-grid__sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-grid__sidebar__list__item,
.page-grid__sidebar__list__item > a {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page-grid__sidebar__item__description {
    font-weight: 700;
    font-size: 1.285em;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-grid__sidebar__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
}

/* Formatação de formulários */
.form-area.hidden {
    display: none;
}

.form-area .send-form .input-container,
.form-area .send-form .input-field:not(.input-captcha) {
    border-radius: 8px;
    overflow: hidden;
}

.form-area .form-sent-success {
    display: none;
    margin: 5px 0px;
}
.form-area.has-sent.hide-on-sent .send-form form {
    display: none;
    overflow: hidden;
}
.form-area.has-sent.hide-on-sent .form-sent-success {
    display: block;
}
/*.form-area.has-sent form .g-recaptcha-container{
    display: none;
}*/
.form-area .send-form form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-area .send-form form .inline-input {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.form-area .send-form form .inline-input .input-field {
    flex: 1 0 230px;
}

.form-area .send-form form .block-input {
    /*padding: 0px 0px 5px 0px;*/
    width: 100%;
    max-width: 550px;
}
.form-area .send-form form .block-input .input-field textarea {
    height: 100px;
}
.form-area .send-form form .block-input .input-field .counter {
    float: right;
}

.form-area .send-form form .input-field input[type="text"],
.form-area .send-form form .input-field input[type="email"],
.form-area .send-form form .input-field input[type="number"],
.form-area .send-form form .input-field input[type="password"],
.form-area .send-form form .input-field select,
.form-area .send-form form .input-field textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: inherit;
    border: 1px solid #d2d6de;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 8px;
    outline: none;
}

.form-area .send-form form .input-field input::placeholder,
.form-area .send-form form .input-field textarea::placeholder,
.form-area .send-form form .input-field select:has(option[value=""]:checked) {
    color: rgb(255 255 255 / 0.5);
}

.lighter .form-area .send-form form .input-field input::placeholder,
.lighter .form-area .send-form form .input-field textarea::placeholder,
.lighter .form-area .send-form form .input-field select:has(option[value=""]:checked) {
    color: rgb(0 0 0 / 0.5);
}

.form-area .send-form form .input-field input:focus,
.form-area .send-form form .input-field select:focus,
.form-area .send-form form .input-field textarea:focus {
    border-color: var(--theme-color-3) !important;
}

.form-area .send-form form .input-field select {
    color: inherit;
}

.form-area .send-form form .input-field select option {
    color: #111;
}

.form-area .send-form form .input-field input[type="text"],
.form-area .send-form form .input-field input[type="email"],
.form-area .send-form form .input-field input[type="number"],
.form-area .send-form form .input-field input[type="password"],
.form-area .send-form form .block-input .input-field textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-area .send-form form .input-field input[type="text"],
.form-area .send-form form .input-field input[type="email"],
.form-area .send-form form .input-field input[type="number"],
.form-area .send-form form .input-field input[type="password"],
.form-area .send-form form .block-input .input-field textarea,
.form-area .send-form form .block-input .input-field select {
    border-color: rgba(255, 255, 255, 0.2);
    background-color: var(--theme-color-1);
}

.lighter .form-area .send-form form .input-field input[type="text"],
.lighter .form-area .send-form form .input-field input[type="email"],
.lighter .form-area .send-form form .input-field input[type="number"],
.lighter .form-area .send-form form .input-field input[type="password"],
.lighter .form-area .send-form form .block-input .input-field textarea,
.lighter .form-area .send-form form .block-input .input-field select {
    border-color: rgba(0, 0, 0, 0.2);
}

.form-area .send-form form .input-field label {
    margin-bottom: 0px;
    clear: both;
}
.form-area .send-form form .input-field.checker-field {
    overflow: hidden;
    clear: both;
}
.form-area .send-form form .input-field.checker-field input[type="radio"],
.form-area .send-form form .input-field.checker-field label {
    clear: none;
    float: left;
}
.form-area .send-form form .input-field.checker-field label{
    padding-left: 5px;
}
.form-area .send-form form .input-field.checker-field label[data-check] {
    cursor: pointer;
}
.form-area .send-form form .input-field.has-error input[type="text"],
.form-area .send-form form .input-field.has-error input[type="email"],
.form-area .send-form form .input-field.has-error input[type="number"],
.form-area .send-form form .input-field.has-error input[type="password"],
.form-area .send-form form .input-field.has-error select,
.form-area .send-form form .input-field.has-error textarea {
    box-shadow: none;
}

.form-area .send-form form .input-field .error-message,
.form-area .general-error {
    display: none;
    font-size: 12px;
    font-weight: 400;
}

.form-area .send-form form .input-field.has-error .error-message,
.form-area .general-error.has-error {
    display: block;
}

.form-area .send-form button[type='submit'] {
    padding: 14px 32px !important;
    font-weight: 500;
    border-radius: 8px;
    line-height: 2;
    font-size: inherit;
}

.form-area .send-form .input-field.has-error .error-message {
    margin-top: 6px;
}
/* MÓDULO ENQUETES */

.module.module-poll .poll_option {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 8px;
    gap: 8px;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

.module.module-poll .poll_option:not(.active) {
    border-color: transparent;
}

.module.module-poll .radio-content + .radio-content {
    margin-top: 8px;
}

.module.module-poll .poll_option:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.lighter .module.module-poll .poll_option:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.module.module-poll .form-sent-success .back-to-vote {
    margin-top: 20px;
    display: inline-block;
    padding: 4px 10px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.module.module-poll .form-sent-success .poll-option + .poll-option{
    margin-top: 16px;
}

.lighter .module.module-poll .poll_option.active {
    background-color: rgba(0, 0, 0, 0.2);
}

.module.module-poll .poll_option.active {
    background-color: #ffffff26;
}

.module.module-poll .poll_option:not(.active) .poll_option-input {
    background-color: #ffffff26;
}

.module.module-poll .poll_option-input {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.module.module-poll .poll_option-input input{
    float: none;
    appearance: none;
    outline: none;
    width: 12px;
    height: 12px;
}

/* MÓDULO SLIDER */
.module.module-slider .rsDefault,
.module.module-slider .rsDefault .rsOverflow,
.module.module-slider .rsDefault .rsSlide,
.module.module-slider .rsDefault .rsVideoFrameHolder,
.module.module-slider .rsDefault .rsThumbs {
    background: none;
}
.module.module-slider .rsDefault {
    background: rgba(255, 255, 255, 0.15);
}
.lighter .module.module-slider .rsDefault {
    background: rgba(0, 0, 0, 0.15);
}

/* MUSIC REQUEST */

.module.module-music-request .module-body {
    padding: 0;
}

/* SPLIDE PAGINATION */

.module .splide.default-pagination .splide__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.module .splide.default-pagination .splide__arrows .splide__arrow {
    background: none;
    border: none;
    font-size: 24px;
}

.module .splide.default-pagination .splide__arrows .splide__arrow:disabled {
    opacity: 0.5;
}

.module .splide.default-pagination .splide__pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lighter .module .splide.default-pagination .splide__pagination li button:not(.is-active) {
    background: rgba(0,0,0,0.2);
}

.module .splide.default-pagination .splide__pagination li button:not(.is-active) {
    background: rgba(255, 255, 255, 0.2);
}

.module .splide.default-pagination .splide__pagination li button {
    width: 8px;
    height: 8px;
    position: relative;
    border-radius: 50%;
    border: none;
}

/* MÓDULO BREAKING NEWS */
.module-breaking-news .nothing-to-show {
    padding: 14px 16px;
    display: block;
    letter-spacing: -0.02em;
    width: 100%;
}

.module-breaking-news {
    position: relative;
}

.module-breaking-news .empty-block {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
}

.module-breaking-news .title {
    padding: 0 8px;
    background-color: #E72525;
    color: #FFF;
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
.module-breaking-news .title p.title-reduced {
    display: none;
}

.module-breaking-news .title p {
    margin: 0;
}

.module-breaking-news .breaking-news {
    display: flex;
    overflow: hidden;
    user-select: none;
    height: 40px;
}

.module-breaking-news .breaking-news:hover .breaking-news__marquee {
    animation-play-state: paused;
}

.module-breaking-news .breaking-news .breaking-news__marquee {
    flex-shrink: 0;
    display: flex;
    animation: scroll 45s linear infinite;
    min-width: 100%;
    max-width: unset;
}

.module-breaking-news .module-body.light .breaking-news .breaking-news__marquee:last-of-type {
    border-left: 1px solid rgba(11, 11, 18, 0.2);
}

.module-breaking-news .module-body.dark .breaking-news .breaking-news__marquee:last-of-type {
    border-left: 1px solid rgba(65, 65, 73, 1);
}

.module-breaking-news .breaking-news .breaking-news__item {
    padding: 8px 16px;
    margin: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.module-breaking-news .module-body.light .breaking-news .breaking-news__item + .breaking-news__item {
    border-left: 1px solid rgba(11, 11, 18, 0.2);
}

.module-breaking-news .module-body.dark .breaking-news .breaking-news__item + .breaking-news__item {
    border-left: 1px solid rgba(65, 65, 73, 1);
}

.module-breaking-news .module-body.dark .breaking-news {
    background: #000;
}

.module-breaking-news .module-body.light .breaking-news .breaking-news__item {
    color: rgba(0, 0, 0, 0.7);
}

.module-breaking-news .module-body.dark .breaking-news .breaking-news__item {
    color: rgba(255, 255, 255, 0.7);
}

.module-breaking-news .module-body.light .breaking-news__marquee {
    border-top: 1px solid rgba(11, 11, 18, 0.2);
    border-bottom: 1px solid rgba(11, 11, 18, 0.2);
    background: #fff;
}

.module-breaking-news .module-body.dark .breaking-news__marquee {
    border-top: 1px solid rgba(65, 65, 73, 1);
    border-bottom: 1px solid rgba(65, 65, 73, 1);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

@media screen and (max-width: 500px) {
    .module-breaking-news .title p.title-reduced {
        display: block !important;
    }
    .module-breaking-news .title p.title-default {
        display: none;
    }
}
