/*
Theme Name: Central de Noticias Brasil
Theme URI: http://www.joceilton.com.br
Author: Joceilton Gomes
Author URI: http://www.joceilton.com.br
Description: Tema personalizado para o site de Joceilton Gomes.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: central-v2
Tags: custom, responsive, blog
*/


@font-face {
    font-family: 'Globotipo UI';
    src: url('https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/globotipo-ui-regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Globotipo UI';
    src: url('https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/globotipo-ui-semibold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Globotipo UI';
    src: url('https://s3.glbimg.com/v1/AUTH_b922f1376f6c452e9bb337cc7d996a6e/codex/foundation/typefaces/globotipo-ui-bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

body {
    font-family: 'Globotipo UI', sans-serif;
}


/*****************************************************Primeira Letra Grande tamanho 48px*************************************************/
.singlepost-content::first-letter {
    font-size: 48px;
    font-weight: bold; /* Opcional */
    line-height: 1; /* Opcional */
    color: #2244ba; /* Opcional */
}


/*******************************************Top******************************************************/
 
 
 
   /* Top Bar com Streaming */
   .top-bar {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.top-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-logo {
    flex-shrink: 0;
}

.top-logo img {
    height: 30px;
    width: auto;
}

.top-player-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 5px;
    background: #f8f9fa;
    border-radius: 4px;
}

.top-player-label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    white-space: nowrap;
}

.top-social {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.top-social a {
    color: #333;
    font-size: 18px;
    transition: color 0.2s;
}

.top-social a:hover {
    color: #0C1B33;
}

/* Navegação Principal */
.top-nav {
    background: #2244ba;
    padding: 30px 0;
}

.top-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-menu-btn, 
.top-search-btn {
    color: white;
    background: none;
    border: none;
    font-size: 24px;
    padding: 5px;
}

.top-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.top-brand img {
    height: 40px;
}

.top-font-controls {
    display: flex;
    gap: 5px;
    color: white;
}

.top-font-btn {
    color: white;
    background: none;
    border: none;
    font-size: 14px;
    padding: 5px;
}

/* Menu Categorias com Scroll Mobile */
.top-categories {
    background: #126dff;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.top-categories .container {
    padding: 0; /* Remove padding no mobile */
}

.top-categories-list {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #e62a09 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch;
}

.top-categories-list::-webkit-scrollbar {
    height: 4px;
}

.top-categories-list::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
}

.top-categories-list::-webkit-scrollbar-thumb {
    background-color: #e62a09;
    border-radius: 2px;
}

.top-categories-list li {
    flex: 0 0 auto;
}

.top-categories-list a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 0;
    display: block;
}

.top-categories-list a:hover {
    color: #e90c0c;
}

/* Desktop Styles */
@media (min-width: 992px) {
    .top-categories .container {
        padding: 0 15px;
    }

    .top-categories-list {
        justify-content: center;
        flex-wrap: wrap;
        overflow-x: visible;
        white-space: normal;
    }

    .top-categories-list::-webkit-scrollbar {
        display: none;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {
    .top-player-label {
        display: none;
    }
    
    .top-player-container {
        padding: 8px 10px;
    }
    
    .top-social {
        gap: 10px;
    }
    
    .top-social a {
        font-size: 16px;
    }

    .top-categories-list {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        gap: 15px;
    }

    .top-categories-list a {
        font-size: 12px;
        padding: 6px 0;
    }
}

/*****************************************Destaque*************************************************/
.destaque-categoria {
    color: #0066cc;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.destaque-titulo-principal {
    color: #0066cc;
    font-size: 57px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 0.2;
}

.destaque-subtitulo {
    color: #000000;
    font-size: 18px;
    margin-bottom: 28px;
    line-height: 1.4;
}

.destaque-card {
    background: #fff;
    margin-bottom: -167px;
    height: 100%;
}

.destaque-card-left {
    background: #fff;
    margin-bottom: -266px;
    height: 100%;
}

.destaque-card-title {
    font-size: 21px;
    font-weight: 700;
    color: #000;
    margin: 8px 0;
    line-height: 1.3;
}

.destaque-carousel {
    position: relative;
}

.destaque-carousel img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.destaque-card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.carousel-indicators {
    bottom: 60px;
}

.carousel-caption {
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    right: 0;
    color: #000;
    text-align: left;
    padding: 15px;
}

.carousel-indicators [data-bs-target] {
    background-color: #0066cc;
}

  /* Garante que todas as imagens no slide tenham o mesmo tamanho */
    .slide-img {
        height: 400px; /* Altura fixa */
        width: 100%; /* Largura ajustável para responsividade */
        object-fit: cover; /* Corta a imagem para se ajustar à proporção */
    }
    
/******************************** Destaque mobile ***************************************/

/* Adicionando Media Queries para Mobile */
@media (max-width: 768px) {
    .destaque-titulo-principal {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .destaque-subtitulo {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .destaque-categoria {
        font-size: 14px;
    }

    .destaque-card,
    .destaque-card-left {
        margin-bottom: 20px;
        height: auto;
    }

    .carousel-caption {
        position: relative;
        padding: 10px;
        display: block !important;
    }

    .carousel-indicators {
        bottom: 140px;
    }

    .destaque-card-title {
        font-size: 22px;
        margin: 5px 0;
    }

    .destaque-card-text {
        font-size: 16px;
    }

    /* Ajuste do container para mobile */
    .container {
        padding: 15px;
    }

    /* Ajuste da ordem dos elementos no mobile */
    .row {
        display: flex;
        flex-direction: column;
    }

    .carousel-item img {
        height: 200px;
    }

    /* Remover d-none d-md-block da legenda do carrossel */
    .carousel-caption.d-none.d-md-block {
        display: block !important;
    }

    /* Ajustes específicos para o carrossel em mobile */
    #carouselExampleCaptions {
        margin-bottom: 30px;
    }

    /* Ajuste dos controles do carrossel */
    .carousel-control-prev,
    .carousel-control-next {
        width: 30px;
        height: 30px;
        top: 85px;
    }

    /* Espaçamento entre as notícias */
    .col-md-3,
    .col-md-6 {
        margin-bottom: -29px;
    }
}

/**********************************Cidades***************************************/
.cidades-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .cidades-title {
            color: #CC0000;
            font-size: 32px;
            font-weight: 700;
            position: relative;
            padding-bottom: 10px;
        }

        .cidades-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #CC0000;
        }

        .cidades-more {
            background: #CC0000;
            color: white;
            text-decoration: none;
            padding: 8px 20px;
            border-radius: 4px;
            font-size: 14px;
        }

        .cidades-more:hover {
            background: #b00000;
            color: white;
        }

        .cidades-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
            margin-bottom: 0px;
        }

        .cidades-item {
            text-decoration: none;
            color: inherit;
        }

        .cidades-image {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 66.67%;
            margin-bottom: 10px;
            overflow: hidden;
            border-radius: 4px;
        }

        .cidades-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .cidades-news-title {
            color: #CC0000;
            font-size: 19px;
            margin: 0;
            margin-bottom: 8px;
            line-height: 1.3;
             font-weight: 900;
        }

        .cidades-info {
            font-size: 12px;
            color: #666;
        }

        /* Grid de posts sem imagem */
        .cidades-list {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        .cidades-list-item {
            text-decoration: none;
            display: block;
        }

        .cidades-list-title {
            color: #CC0000;
            font-size: 16px;
            margin: 0;
            margin-bottom: 8px;
            line-height: 1.3;
            text-decoration: none;
            display: block;
        }

        .cidades-list-info {
            font-size: 12px;
            color: #666;
        }

        @media (max-width: 1200px) {
            .cidades-grid,
            .cidades-list {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        @media (max-width: 992px) {
            .cidades-grid,
            .cidades-list {
                grid-template-columns: repeat(3, 1fr);
            }
        }

        @media (max-width: 768px) {
            .cidades-grid,
            .cidades-list {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .cidades-header {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
        }

        @media (max-width: 576px) {
            .cidades-grid,
            .cidades-list {
                grid-template-columns: 1fr;
            }
        }

        .cidades-main-tag {
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 1;
            font-size: 14px;
            font-weight: 600;
            padding: 5px 10px;
        }

/************************************Plantão de Noticias*************************************/

.plantaon-header {
    color: #0024D9;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #0024D9;
}

.plantaon-card {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}

.plantaon-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.plantaon-info {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.plantaon-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.plantaon-btn {
    flex: 1;
    padding: 8px 0;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.plantaon-btn-ouvir {
    background: #000;
    color: white;
}

.plantaon-btn-baixar {
    background: #0024D9;
    color: white;
}

.plantaon-btn-baixar-completo {
    background: #0024D9;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
}

/* Plyr Custom Styles */
.plyr--audio .plyr__controls {
    background: #f8f9fa;
    padding: 8px;
    border-radius: 4px;
    color: #666;
}

.plyr--audio .plyr__control {
    padding: 5px;
}

.plyr--audio .plyr__control[data-plyr="play"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.plyr--audio .plyr__control svg {
    width: 24px;
    height: 24px;
    fill: #666;
}

.plyr--audio .plyr__controls button:hover {
    background: transparent;
}

.plyr--full-ui input[type=range] {
    color: #0024D9;
}

.plyr__progress {
    margin-right: 8px;
}

.plyr__time {
    font-size: 14px;
    padding: 0;
}

.plyr--audio .plyr__controls .plyr__controls__item.plyr__time {
    margin-left: 0;
}

.plyr__control--overlaid {
    background: #0024D9;
}

.plyr--audio .plyr__control[data-plyr="settings"] svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .container {
        padding: 15px;
    }

    .row {
        margin: 0 -10px;
    }

    [class*="col-"] {
        padding: 0 10px;
    }
}

/********************************Programas********************************/

.programas-header {
    color: #FF6B00;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #FF6B00;
}

.programas-btn-baixar-completo {
    background: #FF6B00;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
}

/* Estilo das Tabs */
.programas-tabs {
    margin-bottom: 20px;
    gap: 15px;
    display: flex;
}

.programas-tab {
    flex: 1;
    padding: 15px;
    text-align: center;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.programas-tab.central-manha {
    background: #808080;
}

.programas-tab.jornal-central {
    background: #0000FF;
}

.programas-tab.central-esportes {
    background: #008000;
}

.programas-tab.ronda-central {
    background: #CC0000;
}

/* Cards dos Programas */
.programas-card {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}

.programas-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.programas-info {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.programas-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.programas-btn {
    flex: 1;
    padding: 8px 0;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.programas-btn-ouvir {
    background: #000;
    color: white;
}

.programas-btn-baixar {
    background: #0000FF;
    color: white;
}

/* Tab Content */
.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/**************************************Materia em audio**************************************/

.mataudio-header {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #000;
}

.mataudio-card {
    margin-bottom: 25px;
}

.mataudio-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #cecece;
    color: #000;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 10px;
}

.mataudio-category .volume-icon {
    width: 16px;
    height: 16px;
    opacity: 0.8;
}

.mataudio-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
    display: block;
}

.mataudio-title:hover {
    color: #666;
}

.mataudio-info {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .mataudio-header {
        font-size: 24px;
    }
}

/*********************************Audio para radio ************************************/

.audioradio-header {
    color: #FF0000;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #FF0000;
}

.audioradio-card {
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.audioradio-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.audioradio-info {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.audioradio-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.audioradio-btn {
    flex: 1;
    padding: 8px 0;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.audioradio-btn-ouvir {
    background: #000;
    color: white;
}

.audioradio-btn-baixar {
    background: #0000FF;
    color: white;
}

@media (max-width: 768px) {
    .container {
        padding: 5px;
    }
}

/**************************************Video******************************************/

.videos-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.videos-title {
    color: #CC0000;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #CC0000;
}

.videos-more {
    background: #CC0000;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}

.videos-more:hover {
    background: #b00000;
    color: white;
}

.videos-card {
    margin-bottom: 50px;
}

.videos-thumbnail {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.videos-thumbnail img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.videos-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(204, 0, 0, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-play-button svg {
    width: 30px;
    height: 30px;
    fill: white;
    margin-left: 5px;
}

.videos-title-link {
    color: #CC0000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.videos-title-link:hover {
    color: #b00000;
}

.videos-info {
    color: #666;
    font-size: 14px;
}

/* Modal Styles */
.videos-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    padding: 20px;
}

.videos-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.videos-modal-content {
    width: 100%;
    max-width: 900px;
    position: relative;
}

.videos-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .videos-title {
        font-size: 24px;
    }
    
    .videos-more {
        font-size: 12px;
        padding: 6px 15px;
    }
}

/*************************************Colunista***************************************/
.colunista-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.colunista-title {
    color: #CC0000;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #CC0000;
}

.colunista-vejatodos {
    background: #CC0000;
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.colunista-vejatodos:hover {
    background: #b00000;
    color: white;
}

.colunista-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
    scrollbar-color: #CC0000 #f0f0f0;
}

.colunista-wrapper::-webkit-scrollbar {
    height: 6px;
}

.colunista-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.colunista-wrapper::-webkit-scrollbar-thumb {
    background-color: #CC0000;
    border-radius: 3px;
}

.colunista-card {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 280px;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}

.colunista-card:hover {
    transform: translateY(-2px);
}

.colunista-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: #f8f9fa;
}

.colunista-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.colunista-info {
    flex: 1;
}

.colunista-name {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
}

.colunista-name:hover {
    color: #CC0000;
}

.colunista-noticia {
    color: #CC0000;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    text-decoration: none;
    display: block;
}

.colunista-noticia:hover {
    color: #b00000;
}

@media (max-width: 768px) {
    .colunista-title {
        font-size: 24px;
    }
    
    .colunista-vejatodos {
        font-size: 12px;
        padding: 6px 15px;
    }

    .colunista-card {
        min-width: 250px;
    }

    .colunista-avatar {
        width: 60px;
        height: 60px;
    }
}

/***********************************Mistas materias************************************/

.mistas-section {
    margin-bottom: 30px;
}

.mistas-header {
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid;
}

/* Cores específicas para cada seção */
.mistas-politica .mistas-header {
    color: #666666;
    border-color: #666666;
}

.mistas-esporte .mistas-header {
    color: #008000;
    border-color: #008000;
}

.mistas-policia .mistas-header {
    color: #CC0000;
    border-color: #CC0000;
}

.mistas-card {
    margin-bottom: 20px;
}

.mistas-image {
    position: relative;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.mistas-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.mistas-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 20px;
}

.mistas-overlay-title {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
}

.mistas-news {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.mistas-news:last-child {
    border-bottom: none;
}

.mistas-news a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
}

/* Cores dos links para cada seção */
.mistas-politica .mistas-news a {
    color: #666666;
}

.mistas-esporte .mistas-news a {
    color: #008000;
}

.mistas-policia .mistas-news a {
    color: #CC0000;
}

@media (max-width: 768px) {
    .mistas-header {
        font-size: 24px;
    }

    .mistas-overlay-title {
        font-size: 18px;
    }
}

/**********************************Turismo************************************/

.turismo-section {
    margin-bottom: 30px;
}

.turismo-header {
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 2px solid;
}

/* Cores específicas para cada seção */
.turismo-entretenimento .turismo-header {
    color: #C400C4;
    border-color: #C400C4;
}

.turismo-cultura .turismo-header {
    color: #FF6600;
    border-color: #FF6600;
}

.turismo-turismo .turismo-header {
    color: #CCCC00;
    border-color: #CCCC00;
}

.turismo-card {
    margin-bottom: 20px;
}

.turismo-image {
    position: relative;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.turismo-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.turismo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 20px;
}

.turismo-overlay-title {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
}

.turismo-news {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.turismo-news:last-child {
    border-bottom: none;
}

.turismo-news a {
    text-decoration: none;
    font-size: 16px;
    line-height: 1.4;
    display: block;
}

/* Cores dos links para cada seção */
.turismo-entretenimento .turismo-news a {
    color: #C400C4;
}

.turismo-cultura .turismo-news a {
    color: #FF6600;
}

.turismo-turismo .turismo-news a {
    color: #CCCC00;
}

@media (max-width: 768px) {
    .turismo-header {
        font-size: 24px;
    }

    .turismo-overlay-title {
        font-size: 18px;
    }
}

/*************************************Geral*********************************/

.geral-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.geral-title {
    color: #8B4513;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #8B4513;
}

.geral-more {
    background: #8B4513;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
}

.geral-more:hover {
    background: #6B3410;
    color: white;
}

.geral-wrapper {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #8B4513 #f0f0f0;
}

.geral-wrapper::-webkit-scrollbar {
    height: 6px;
}

.geral-wrapper::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.geral-wrapper::-webkit-scrollbar-thumb {
    background-color: #8B4513;
    border-radius: 3px;
}

.geral-card {
    min-width: 280px;
    max-width: 280px;
    cursor: pointer;
}

.geral-image {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.geral-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.geral-card:hover .geral-image img {
    transform: scale(1.05);
}

.geral-news-title {
    color: #8B4513;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

.geral-news-title:hover {
    color: #6B3410;
}

.geral-info {
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .geral-title {
        font-size: 24px;
    }

    .geral-more {
        font-size: 12px;
        padding: 6px 15px;
    }

    .geral-card {
        min-width: 240px;
        max-width: 240px;
    }

    .geral-image {
        height: 150px;
    }
}

/*************************************Passagem de farry********************************************/

.passagem-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.passagem-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.passagem-nav {
    margin-bottom: 30px;
}

.passagem-nav .nav-link {
    background: #000;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    padding: 10px 20px;
    font-weight: 500;
    border: none;
}

.passagem-nav .nav-link.active {
    background: #000;
    color: #fff;
}

.passagem-horarios {
    margin-bottom: 30px;
}

.passagem-horarios h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.passagem-times {
    display: flex;
    gap: 30px;
    font-size: 42px;
    margin-bottom: 20px;
}

.passagem-button {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.passagem-button:hover {
    background: #333;
    color: #fff;
}

.passagem-notes {
    margin-top: 30px;
    color: #666;
    font-size: 14px;
}

.passagem-notes p {
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .passagem-nav {
        flex-direction: column;
        gap: 10px;
    }

    .passagem-nav .nav-link {
        margin-right: 0;
        text-align: center;
    }

    .passagem-times {
        flex-wrap: wrap;
        font-size: 32px;
    }
}


/***********************************TV aovivo**************************************/
.player-container {
    max-width: 1000px;
    width: 100%;
    margin: 20px auto;
}

.player-button {
    background: #FF0000;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 4px;
    font-size: 18px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.player-button:hover {
    background: #cc0000;
    transform: translateY(-2px);
}

.player-wrapper {
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}


/* Animação do collapse */
.collapse {
    transition: all 0.35s ease;
}

.collapsing {
    transition: all 0.35s ease;
}

/* Responsivo */
@media (max-width: 768px) {
    .player-container {
        padding: 0 15px;
    }

    .player-button {
        font-size: 16px;
        padding: 12px 25px;
    }
}

/*********Player e miniatura ***********/

 .player-container.pip-active {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 320px;
        height: 180px;
        z-index: 1000;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        background: #000;
    }

    .player-container.pip-active iframe {
        width: 100%;
        height: 100%;
    }
/************************************Rodape******************************************/

footer {
    background-color: #000;
    color: #fff;
    padding: 79px 0 20px;
}

.footer-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #0066cc;
}

.footer-contact p {
    color: #888;
    font-size: 14px;
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.facebook { background-color: #3b5998; }
.twitter { background-color: #1da1f2; }
.whatsapp { background-color: #25d366; }
.youtube { background-color: #ff0000; }

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    line-height: 2;
}

.footer-links a:hover {
    color: #fff;
}

.bottom-links {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #333;
}

.bottom-links a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    margin-right: 20px;
}

.copyright {
    color: #888;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.qr-code {
    width: 120px;
    height: 120px;
    background-color: #fff;
    padding: 10px;
}


/****************************************postgagem do single*********************************************/

 .singlepost-wrapper {
            padding: 20px 0;
        }

        .singlepost-category {
            color: #0066FF;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .singlepost-title {
            color: #0066FF;
            font-size: 45px;
            font-weight: 900;
            margin-bottom: 15px;
            line-height: 0.9;
        }
        
        .singlepost-subtitle {
            color: #666;
            font-size: 16px;
            margin-bottom: 20px;
        }

        .singlepost-image {
            width: 100%;
            margin-bottom: 20px;
            border-radius: 4px;
        }

        .singlepost-meta {
            display: flex;
            gap: 20px;
            color: #666;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .singlepost-social {
            display: flex;
            gap: 10px;
            margin-bottom: 30px;
        }

        .singlepost-social a {
            text-decoration: none;
            padding: 5px 15px;
            color: white;
            border-radius: 3px;
            font-size: 14px;
        }

        .social-facebook { background: #1877F2; }
        .social-twitter { background: #1DA1F2; }
        .social-google { background: #DB4437; }
        .social-whatsapp { background: #25D366; }
        .social-telegram { background: #0088cc; }

        .singlepost-content {
            color: #333;
            font-size: 18px;
            line-height: 1.6;
            margin-bottom: 30px;
        }

        .singlepost-content p {
            margin-bottom: 20px;
        }

        .singlepost-footer {
            color: #666;
            font-size: 14px;
            border-top: 1px solid #eee;
            padding-top: 20px;
        }

        /* Sidebar Styles */
     
        .sidebarnews {
            padding: 15px;
            background: #fff;
            border-radius: 4px;
        }

        .sidebarnews-title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .sidebarnews-item {
            margin-bottom: 20px;
            text-decoration: none;
            display: block;
        }

        .sidebarnews-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 4px;
            margin-bottom: 10px;
        }

        .sidebarnews-category {
            color: #666;
            font-size: 14px;
            margin-bottom: 5px;
            display: block;
        }

        .sidebarnews-heading {
            color: #000;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.3;
            margin: 0;
        }

        .sidebarnews-heading:hover {
            color: #666;
        }

        @media (max-width: 768px) {
            .sidebarnews-image {
                height: 180px;
            }
            
            .sidebarnews-heading {
                font-size: 16px;
            }
        }
        
        /**********************************/

        @media (max-width: 768px) {
            .singlepost-title {
                font-size: 24px;
            }

            .singlepost-social {
                flex-wrap: wrap;
            }

            .singlepost-social a {
                flex: 1;
                text-align: center;
            }
        }
        
        
        
        /************************************categorias postegem***************************************/
       
       
       /* Lista Principal */
        .lateral-list {
            padding-right: 20px;
        }

        .lateral-item {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #eee;
        }

        .lateral-image {
            width: 280px;
            flex-shrink: 0;
        }

        .lateral-image img {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 4px;
        }

        .lateral-content {
            flex: 1;
        }

        .lateral-category {
            color: #666;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .lateral-title {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 10px;
            line-height: 1.3;
            color: #000;
            text-decoration: none;
            display: block;
        }

        .lateral-title:hover {
            color: #666;
        }

        .lateral-text {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
        }

        /* Coluna Lateral */
        .lateral-direita {
            border-left: 1px solid #eee;
            padding-left: 20px;
        }

        .lateral-direita-titulo {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .lateral-direita-item {
            margin-bottom: 20px;
        }

        .lateral-direita-image {
            width: 100%;
            height: 180px;
            object-fit: cover;
            border-radius: 4px;
            margin-bottom: 10px;
        }

        .lateral-direita-category {
            color: #666;
            font-size: 14px;
            margin-bottom: 5px;
        }

        .lateral-direita-heading {
            color: #000;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            line-height: 1.3;
            margin: 0;
            display: block;
        }

        .lateral-direita-heading:hover {
            color: #666;
        }

        .lateral-direita-ad {
            width: 100%;
            height: 300px;
            background: #00BFB3;
            margin-top: 20px;
            border-radius: 4px;
        }

        @media (max-width: 768px) {
            .lateral-item {
                flex-direction: column;
                gap: 15px;
            }

            .lateral-image {
                width: 100%;
            }

            .lateral-direita {
                border-left: none;
                padding-left: 0;
                margin-top: 30px;
            }
        }
        
        
        
        /********************************Destaque da Categoria********************************/
        
         /* Estilo dos Destaques */
    .lateral-destaque {
        margin-bottom: 30px;
    }

    .lateral-destaque-grid {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 20px;
    }

    .lateral-destaque-item {
        position: relative;
        height: 500px;
        border-radius: 4px;
        overflow: hidden;
    }

    .lateral-destaque-item.secundario {
        height: 240px;
    }

    .lateral-destaque-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .lateral-destaque-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
        color: white;
    }

    .lateral-destaque-categoria {
        display: inline-block;
        padding: 4px 10px;
        background: rgba(0,0,0,0.8);
        color: white;
        font-size: 12px;
        border-radius: 3px;
        margin-bottom: 10px;
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .lateral-destaque-titulo {
        color: white;
        font-size: 24px;
        font-weight: 600;
        margin: 0;
        line-height: 1.3;
    }

    .lateral-destaque-item.secundario .lateral-destaque-titulo {
        font-size: 18px;
    }

    .lateral-destaque-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    @media (max-width: 768px) {
        .lateral-destaque-grid {
            grid-template-columns: 1fr;
        }
        
        .lateral-destaque-item,
        .lateral-destaque-item.secundario {
            height: 200px;
        }
    }
      
      
     .rounded-img {
        border-radius: 15px; /* Ajuste este valor conforme necessário */
        overflow: hidden; /* Garante que o conteúdo dentro da imagem seja cortado corretamente */
    }



/**************************************AOVIVO*************************************/

        
        
        
        
        .aovivo-status-indicator {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.aovivo-status-indicator.aovivo {
    background: red;
}

.aovivo-status-indicator.gravado {
    background: gray;
}

.player-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.plyr__video-embed iframe {
    width: 100%;
    height: 450px;
    border: none;
}
        
        
/*****************************************************************************/

         .blog .header {
            background-color: #cc0000;
            color: white;
            padding: 15px 40px;
           
        }

        .blog .header h1 {
            font-size: 28px;
            margin: 0;
        }

        .blog .profile-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .blog .profile-section {
            display: flex;
            gap: 30px;
            padding: 30px 0;
            border-bottom: 1px solid #e5e5e5;
        }

        .blog .profile-image-container {
            position: relative;
            width: 200px;
            height: 200px;
            background-color: white; /* Fundo branco */
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            display: flex;
            justify-content: center;
            align-items: center;
            transform: translate(0, -20px); /* Subir para cima */
        }

        .blog .profile-image {
            width: 214px;
            height: 214px;
            border-radius: 5px;
            object-fit: cover;
            position: relative;
            transform: translate(0, -10px); /* Subir a imagem separadamente */
        }

        .blog .profile-info {
            flex-grow: 1;
        }

        .blog .profile-name {
            color: #cc0000;
            font-size: 34px;
            font-weight: bold;
            margin: 0 0 15px 0;
        }

        .blog .section-title {
            color: #333;
            font-size: 16px;
            margin: 0 0 10px 0;
        }

        .blog .bio-text {
            color: #666;
            font-size: 14px;
            margin: 0 0 20px 0;
            line-height: 1.4;
        }

        .blog .social-section {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 20px;
        }

        .blog .social-title {
            color: #333;
            font-size: 16px;
        }

        .blog .social-icons {
            display: flex;
            gap: 10px;
        }

        .blog .social-icon {
            width: 30px;
            height: 30px;
            background-color: black;
            border-radius: 50%;
        }

        .blog .content-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 20px;
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
        }

        .blog .main-content {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .blog .news-item {
            background-color: white;
            overflow: hidden;
        }

        .blog .news-inner {
            display: flex;
            gap: 20px;
            padding: 10px;
        }

        .blog .news-image {
            width: 325px;
            height: 200px;
            object-fit: cover;
            border-radius: 3px;
        }

        .blog .news-content {
            flex: 1;
        }

        .blog .news-category {
            color: #666;
            font-size: 14px;
            margin-bottom: 10px;
            font-weight: 500;
        }

        .blog .news-title {
            font-size: 22px;
            color: #333;
            margin: 0 0 10px 0;
            line-height: 1.3;
        }

        .blog .news-description {
            color: #666;
            font-size: 14px;
            line-height: 1.4;
            margin: 0;
        }

        .blog .sidebar {
            background-color: white;
            border-radius: 5px;
            padding: 20px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .blog .sidebar-title {
            font-size: 20px;
            color: #333;
            margin: 0 0 20px 0;
        }

        .blog .sidebar .news-item {
            box-shadow: none;
            margin-bottom: 20px;
        }

        .blog .sidebar .news-inner {
            padding: 0;
        }

        .blog .sidebar .news-image {
            width: 100%;
            height: 180px;
            margin-bottom: 15px;
        }

        .blog .sidebar .news-category {
            margin-bottom: 5px;
        }

        .blog .sidebar .news-title {
            font-size: 16px;
        }

        .blog .minhas-publicacoes {
            margin: 0;
            padding: 0 0 15px 0;
            color: #333;
            font-size: 16px;
            border-bottom: 1px solid #e5e5e5;
        }


/*********************************Busca Oculta  *********************************/

/* Estilo para a sobreposição da busca */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; /* Esconde por padrão */
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

/* Conteúdo da busca */
.search-overlay-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    text-align: center;
}

/* Botão de fechar */
.search-overlay-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

/* Input de busca */
.search-overlay-content .input-group {
    display: flex;
    align-items: center;
}

.search-overlay-content .form-control {
    border-radius: 5px 0 0 5px;
    padding: 10px;
}

.search-overlay-content .btn {
    border-radius: 0 5px 5px 0;
}

/***********************************************************natalino****************************************************/
   .christmas-banner {
            position: relative;
            width: 100%;
            background-color: #fff;
            overflow: hidden;
        }

        .garland-container {
            position: relative;
            width: 100%;
            height: 70px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-image: url('http://cnbradio.com.br/guirlanda.png');
            background-repeat: repeat-x;
            background-size: contain;
            background-position: center;
        }

        .garland-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 300%;
            height: 100%;
            background: inherit;
            background-position: inherit;
            animation: slideGarland 50s linear infinite;
        }

        @keyframes slideGarland {
            from { transform: translateX(0); }
            to { transform: translateX(33.33%); }
        }

        .natal-logo {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 150px;
            height: auto;
            z-index: 10;
        }

        /* Ajustes específicos para mobile */
        @media (max-width: 1200px) {
            .garland-container {
                height: 120px;
            }
            .natal-logo {
                width: 220px;
            }
        }

        @media (max-width: 768px) {
            .garland-container {
                height: 90px;
            }
            .natal-logo {
                width: 160px;
            }
        }

        @media (max-width: 576px) {
            .garland-container {
                height: 70px; /* Reduzido para mobile */
                background-size: auto 100%;
            }
            .natal-logo {
                width: 120px; /* Logo menor para mobile */
            }
        }

        /* Ajuste extra para telas muito pequenas */
        @media (max-width: 360px) {
            .garland-container {
                height: 60px;
            }
            .natal-logo {
                width: 100px;
            }
        }
        
        
        /*******************************************resultado da caixa****************************************/
        
        
        
        
        /****************************************************submenu**************************************************/
       /* Estilos do submenu multinível */
.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9999;
    display: none;
    min-width: 200px;
    padding: 8px 0;
    margin: 0;
    background-color: #0d6efd;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Menu de primeiro nível */
.dropdown > .dropdown-menu {
    top: 100%;
    left: 0;
}

/* Submenus */
.dropdown-submenu {
    position: relative;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 24px;
    clear: both;
    color: white !important;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    border: 0;
}

.dropdown-item:hover {
    background-color: #0b5ed7;
    color: white !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-submenu > .dropdown-toggle::after {
    transform: rotate(-90deg);
}

/* Exibição dos submenus */
.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .dropdown-menu {
        position: static;
        margin-left: 1rem;
        border: none;
        box-shadow: none;
    }
    
    .dropdown-submenu > .dropdown-toggle::after {
        transform: rotate(0);
    }
}

/***********************************************menu offcanvas******************************************/
/* Importa ícones do Bootstrap */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.css");

/* Estilo do botão do menu */
.custom-menu-trigger {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
}

.custom-menu-icon {
    font-size: 20px;
    color: #333;
}

/* Tamanho reduzido do offcanvas */
#customOffcanvasMenu {
    width: 260px;
}

/* Estilo do menu principal */
.custom-offcanvas-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-offcanvas-nav li {
    position: relative;
}

.custom-nav-link {
    display: block;
    padding: 10px 15px;
    color: white !important;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Estilo dos submenus */
.custom-submenu {
    display: none;
    list-style: none;
    padding-left: 0;
    background: rgba(0,0,0,0.1);
}

.custom-submenu .custom-nav-link {
    padding-left: 30px;
    font-size: 0.9rem;
}

.custom-submenu .custom-submenu .custom-nav-link {
    padding-left: 45px;
}

/* Seta do submenu */
.custom-arrow {
    float: right;
    margin-top: 4px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

.custom-has-submenu.active > a .custom-arrow {
    transform: rotate(-135deg);
}

/* Efeito hover */
.custom-nav-link:hover {
    background: rgba(255,255,255,0.1);
}

/* Mostra submenu quando ativo */
.custom-has-submenu.active > .custom-submenu {
    display: block;
    animation: slideDown 0.3s ease-out;
}

/* Redes sociais */
.social-links a {
    font-size: 20px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    transform: scale(1.2);
    opacity: 0.8;
}

/* Animações */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    #customOffcanvasMenu {
        width: 240px;
    }
}


/*********************************************************assinantes de post*****************************************************************/
/* Rodapé Flutuante do Paywall */
.paywall-footer {
    background-color: #ffffff;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #ddd;
    /*font-family: Arial, sans-serif;*/
}

.paywall-footer h2 {
    font-size: 32px;
    color: #000;
    margin: 10px 0;
}

.paywall-footer .btn {
    font-size: 20px;
    padding: 12px 40px;
}

.paywall-footer .badge {
    font-size: 14px;
    font-weight: bold;
}

.paywall-footer p {
    margin: 5px 0;
    color: #555;
    font-size: 14px;
}

.paywall-footer .text-danger {
    color: #f44336 !important;
}

@media (max-width: 768px) {
    .paywall-footer h2 {
        font-size: 22px;
    }

    .paywall-footer .btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    .paywall-footer p {
        font-size: 12px;
    }
}



/***************************************************em alta***********************************************/


.btn-danger {
    background-color: #cc0000;
    border-color: #cc0000;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
}

.btn-danger:hover {
    background-color: #b30000;
    border-color: #b30000;
}

