/* Importando a fonte Montserrat do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* Aplicando Montserrat como fonte padrão */
* {
    font-family: 'Montserrat', sans-serif;
}

/* Estilo base */
html {
    scroll-behavior: smooth;
}

body {
    background-color: #f2f0fb;
    overflow-x: hidden;
}

h2 {
    margin-bottom: 0px;
}

.bg-home {
    background-image: url(/images/bg-principal-02.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.vertical-center {
    min-height: 50vh;
    display: flex;
    align-items: flex-end;
}

.logo-container {
    margin-top: 24px;
}

    .logo-container img {
        max-width: 200px;
        height: auto;
        filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.5));
        transition: transform 0.3s ease, filter 0.3s ease;
        cursor: pointer;
    }

        .logo-container img:hover {
            transform: translateX(15px);
            filter: drop-shadow(12px 12px 15px rgba(0, 0, 0, 0.6)) brightness(1.1);
        }

.regions-container {
    margin-top: 70px;
}

/* Estilos para a seção de regiões */
.region-title {
    color: #ffff00;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.region-button {
    background-color: #3CA0D9;
    color: #fff;
    border-radius: 25px;
    padding: 25px 30px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    display: block;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    text-decoration: none;
}

    .region-button:hover {
        background-color: #FFD51B;
        color: #1A4478;
        text-decoration: underline;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);    
    }

.fixo-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
}

/* Adicionando sombra na imagem da mulher indicando */
.col-md-6 img[src*="mulher-indicando"] {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

    /* Efeito ao passar o mouse sobre a imagem da mulher */
    .col-md-6 img[src*="mulher-indicando"]:hover {
        transform: translateX(15px);
        filter: drop-shadow(5px 0px 15px rgba(0, 0, 0, 0.6)) brightness(1.1);
    }

/* ============================================
   ESTILOS ESPECÍFICOS - PÁGINA DE CAMPINAS
   ============================================ */

/* Cores principais */
.bg-eptv-red {
    background-color: #3CA0D9;
}

/* Estilos para o label de região */
.region-label {
    position: fixed;
    top: 162px;
    right: 0;
    padding: 12px 30px;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 1030;
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

    .region-label:hover {
        transform: translateX(5px);
        background-color: #3CA0D9;
        box-shadow: -6px 6px 12px rgba(0, 0, 0, 0.5);
        padding-right: 40px;
    }

/* Container do carousel */
.carousel-container {
    background-color: #f2f0fb;
    position: relative;
    margin-top: 0;
    padding: 30px 0;
    max-width: 100%;
    overflow: hidden;
}

/* Elementos do carousel */
.carousel-inner {
    border-radius: 0;
}

.carousel-item {
    max-height: 685px;
}

    .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    color: white;
}

.carousel-title-large {
    font-size: 3.5rem;
    font-weight: bold;
    color: #ffd000;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.carousel-subtitle-large {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 1rem;
    font-weight: 500;
}

.carousel-text {
    font-size: 1.8rem;
    color: white;
    margin-bottom: 2rem;
    font-weight: 300;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(59, 46, 126, 0.9) 0%, rgba(59, 46, 126, 0.7) 100%);
}

/* Botão personalizado */
.btn-eptv {
    background-color: #CC5B94;
    color: white;
    border-radius: 50px;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}

    .btn-eptv:hover {
        background-color: #b01929;
        transform: scale(1.05);
        color: white;
    }

/* Elementos de fundo */
.dots-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#00b4d8 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.1;
    z-index: 1;
}

.yellow-circle {
    position: absolute;
    left: -100px;
    top: 150px;
    width: 300px;
    height: 300px;
    background-color: #ffd000;
    border-radius: 50%;
    z-index: 0;
}

.yellow-circle-bg {
    position: absolute;
    left: -138px;
    top: 100px;
    width: 436px;
    height: 436px;
    background-image: url('../images/bg-circulo-amarelo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

/* Estilo da navbar */
.navbar-eptv {
    /*background-color: #d01e32;*/
    background-image: linear-gradient(to right, #CD5B94, #70378A);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

    .navbar-eptv .navbar-brand img {
        max-height: 80px;
        margin-right: 20px;
    }

    .navbar-eptv .nav-link {
        color: white;
        font-weight: 600;
        padding: 2px 15px;
        transition: all 0.3s;
        margin: 0 5px;
    }

.nav-item:not(:first-child) {
    border-left: 3px solid yellow;
}

.navbar-eptv .nav-link:hover {
    color: #ffd000;
    transform: translateY(-2px);
}

.navbar-eptv .nav-link.active {
    color: #ffd000;
}

/* ============================================
   ESTILOS PARA A SEÇÃO DE PATROCINADORES
   ============================================ */

.patrocinadores-section {
    width: 100%;
    background-color: #f8f9fa;
    position: relative;
}

.patrocinadores-header {
    background-color: #ffd000;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

.patrocinadores-title {
    color: #333;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* ============================================
   ESTILOS PARA A SEÇÃO DE NOTÍCIAS
   ============================================ */

.noticias-section {
    width: 100%;
    background-color: #ffffff;
}

.noticias-header {
    background-color: #2b2a64;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}

    .noticias-header::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(#00b4d8 1px, transparent 1px);
        background-size: 20px 20px;
        opacity: 0.1;
        z-index: 1;
    }

.noticias-title {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
}

.news-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: none;
}

    .news-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    .news-card img {
        width: 100%;
        object-fit: cover;
    }

.news-card-body {
    background-color: #2b2a64;
    padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

    .news-card-body a {
        text-decoration: none;
    }

.news-card .card-title {
    color: white;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

/* ============================================
   ESTILOS PARA A SEÇÃO DE CONTEÚDOS
   ============================================ */

.conteudos-section {
    width: 100%;
    background-color: #f8f9fa;
    position: relative;
}

    .conteudos-section::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(#00b4d8 1px, transparent 1px);
        background-size: 20px 20px;
        opacity: 0.1;
        z-index: 1;
    }

.conteudos-header {
    background-color: #ffd000;
    padding: 30px 0;
    position: relative;
}

.conteudos-title {
    color: #333;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
}

.video-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 10;
}

    .video-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

        .video-card:hover .play-button {
            transform: translate(-50%, -50%) scale(1.1);
            border-color: #fff;
            background-color: rgba(208, 30, 50, 0.8);
        }

            .video-card:hover .play-button i {
                color: #fff;
            }

.video-thumbnail {
    position: relative;
    height: 167px;
}

    .video-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: 3px solid #FFD000;
}

    .play-button i {
        color: #FFD000;
        font-size: 24px;
        margin-left: 5px;
    }

.video-info {
    padding: 20px;
    background-color: #fff;
}

.video-title {
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
}

.video-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

    .video-card-link:hover {
        text-decoration: none;
        color: inherit;
    }

/* ============================================
   ESTILOS PARA A SEÇÃO DE DOCUMENTOS
   ============================================ */

.documentos-section {
    width: 100%;
    background-color: #f8f9fa;
    position: relative;
}

.documentos-header {
    background-color: #2b2a64;
    padding: 30px 0;
    position: relative;
}

.documentos-title {
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
}

.documentos-subtitle {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.documento-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    border-radius: 15px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .documento-link:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        color: white;
        text-decoration: none;
    }

.documento-texto {
    font-size: .80rem;
}

.documento-link i {
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.documento-link:hover i {
    transform: scale(1.2) rotate(-10deg);
}

.documento-regulamento {
    background-color: #2b2a64;
}

    .documento-regulamento:hover {
        background-color: #22215a;
    }

.documento-ficha {
    background-color: #d01e32;
}

    .documento-ficha:hover {
        background-color: #b01929;
    }

.documento-ficha-amarela {
    background-color: #ffd000;
    color: #333;
}

    .documento-ficha-amarela:hover {
        background-color: #e6bc00;
        color: #333;
    }

/* Estilos para os modais de vídeo */
.modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.modal-body {
    padding: 0;
}

    .modal-body iframe {
        display: block;
    }

/* Ajuste para o botão de fechar do modal */
.btn-close {
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    /*width: 20px;
    height: 20px;*/
    z-index: 1050;
    opacity: 0.8;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
    border: 1px solid #fcfcfc;
}

    .btn-close:hover {
        opacity: 1;
        background-color: white;
    }

/* Ajuste para o backdrop do modal */
.modal-backdrop.show {
    opacity: 0.8;
}

/* Modais de imagem */
.modal-header {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    border-bottom: none;
}

.modal-body img {
    width: 100%;
    border-radius: 10px;
}

.btn-close:hover {
    opacity: 1;
    transform: scale(1.1);
}

.galeria-item {
    cursor: pointer;
}

/* Seção Sobre o EPTV na Escola */
.sobre-section {
    position: relative;
    overflow: hidden;
}

.sobre-imagem-container {
    position: relative;
    /*background: linear-gradient(to right, #d01e32, #ffd000);*/
    background-color: #3CA0D9;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sobre-imagem-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.sobre-titulo {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
}

    .sobre-titulo h2 {
        color: white;
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }

.sobre-conteudo {
    background-color: #f8f9fa;
    padding: 3rem;
    height: 100%;
    min-height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sobre-texto {
    position: relative;
    z-index: 2;
}

.texto-principal {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #333;
}

.texto-destaque {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2b2a64;
    margin-bottom: 2rem;
    border-left: 5px solid #d01e32;
    padding-left: 1rem;
}

.texto-secundario {
    font-size: 1.1rem;
    color: #555;
}

.sobre-pontos-decorativos {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(#2b2a64 2px, transparent 2px);
    background-size: 20px 20px;
    opacity: 0.2;
    z-index: 1;
}

/* Seção de Galeria */
.galeria-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
}

.galeria-header {
    background-color: #ffd000;
    padding: 1.5rem 0;
    margin-bottom: 2rem;
    position: relative;
}

.galeria-title {
    color: white;
    font-weight: 700;
    margin: 0;
    text-align: center;
    font-size: 2.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.galeria-container {
    position: relative;
    padding: 0 1rem;
}

.galeria-scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 1rem 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .galeria-scroll-container::-webkit-scrollbar {
        display: none;
    }

.galeria-item {
    flex: 0 0 auto;
    width: 400px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    scroll-snap-align: start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .galeria-item:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    .galeria-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .galeria-item:hover img {
        transform: scale(1.1);
    }

.galeria-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(43, 42, 100, 0.8), transparent);
    padding: 20px;
    color: white;
    transition: opacity 0.3s ease;
}

.galeria-texto {
    font-weight: 600;
    font-size: 1.1rem;
}

.galeria-navegacao {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 20px;
}

.galeria-nav-btn {
    background-color: #d01e32;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

    .galeria-nav-btn:hover {
        background-color: #b01929;
    }

.galeria-indicadores {
    display: flex;
    gap: 8px;
}

.galeria-indicador {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .galeria-indicador.active {
        background-color: #2b2a64;
        transform: scale(1.2);
    }

/* Navegação no Modal */
.modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(208, 30, 50, 0.8);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1050;
}

    .modal-nav-btn:hover {
        background-color: rgba(176, 25, 41, 0.9);
        transform: translateY(-50%) scale(1.1);
    }

/* Melhorar a transição entre modais para evitar o efeito de piscar */
.modal-backdrop {
    transition: opacity 0.2s ease-in-out;
}

.modal-content {
    transition: opacity 0.3s ease-in-out;
}

.modal.transitioning .modal-content {
    animation: fadeTransition 0.3s ease-in-out;
}

@keyframes fadeTransition {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

/* Estilos para transição suave entre modais */
.modal.transitioning {
    opacity: 1;
    z-index: 1050;
}

.modal .galeria-overlay {
    transition: opacity 0.3s ease;
    opacity: 1;
}

.modal-prev {
    left: 10px;
}

.modal-next {
    right: 10px;
}

/* Estilo para o botão flutuante do WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .whatsapp-float:hover {
        background-color: #20ba5a;
        transform: scale(1.1);
    }

    .whatsapp-float i {
        margin-top: 0;
    }

/* Estilos para o rodapé com copyright */
.footer {
    background-color: #d01e32;
    color: white;
    text-align: center;
    padding: 15px 0;
    box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.2);
}

    .footer p {
        margin: 0;
        font-weight: 500;
    }

    .footer a {
        color: #ffd000;
        text-decoration: none;
        transition: all 0.3s;
    }

        .footer a:hover {
            color: white;
            text-decoration: underline;
        }

/* Estilos para a faixa do Grupo EP */
.grupo-ep-bar {
    /*background: linear-gradient(90deg, #ffc107 0%, #ff7e00 50%, #e91e63 100%);*/
    background-image: linear-gradient(to right, #CD5B94, #70378A);
    color: white;
    padding: 20px 0;
    font-size: small;
}

    .grupo-ep-bar .logo-footer-container {
        margin: 0 20px;
        text-align: center;
    }

        .grupo-ep-bar .logo-footer-container img {
            height: 30px;
        }

    .grupo-ep-bar .links-container {
        margin: 0 20px;
        text-align: center;
    }

        .grupo-ep-bar .links-container a {
            color: white;
            text-decoration: none;
            margin-left: 20px;
            font-weight: 500;
            transition: all 0.3s;
        }

            .grupo-ep-bar .links-container a:hover {
                text-decoration: underline;
            }

/* ============================================
   MEDIA QUERIES PARA RESPONSIVIDADE
   ============================================ */

@media (min-width: 767px) {
    .bg-home {
        background-position: top center;
    }

    .col-md-6 img[src*="mulher-indicando"] {
        /*position: fixed;
        bottom: 0;*/ /* Posiciona acima da faixa do Grupo EP */
        /*left: 8%;
        z-index: 999;*/ /* Menor que o z-index da faixa do Grupo EP */
        /*max-width: 500px;*/ /* Limita o tamanho da imagem */
        /*transition: transform 0.3s ease, filter 0.3s ease;*/
    }

    .grupo-ep-bar {
        width: 100%;
        background-color: #d01e32;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .region-button {
        padding: 25px 10px;
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .region-button {
        font-size: 17px;
    }
}

@media (max-width: 992px) {
    .navbar-eptv .navbar-collapse {
        background-color: #70378A;
        padding: 15px;
        margin-top: 10px;
        border-top: solid 1px #70378A;
    }

    .navbar-eptv .navbar-nav .nav-link {
        color: white !important;
        font-weight: 600;
        margin: 0 10px;
        transition: all 0.3s ease;
        padding: 12px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin: 0;
    }

        .navbar-eptv .navbar-nav .nav-link:last-child {
            border-bottom: none;
        }

    .navbar-eptv .navbar-toggler {
        border: none;
        padding: 10px;
    }

        .navbar-eptv .navbar-toggler:focus {
            box-shadow: none;
            outline: none;
        }

    .navbar-eptv .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-eptv .nav-link:hover {
        transform: translateY(-3px);
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }

    .col-md-6 img[src*="mulher-indicando"] {
        left: 10%;
    }

    .sobre-titulo h2 {
        font-size: 2.5rem;
    }

    .sobre-conteudo {
        padding: 2rem;
    }

    .texto-principal {
        font-size: 1.1rem;
    }

    .texto-destaque {
        font-size: 1.3rem;
    }

    .texto-secundario {
        font-size: 1rem;
    }

    .galeria-item {
        width: 350px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .bg-home {
        background-position: top right;
    }

    .logo-container {
        position: static;
        text-align: center;
        margin: 20px auto;
    }

        .logo-container img {
            margin: 0 auto;
            display: block;
            max-width: 300px;
        }

    .regions-container {
        margin-top: 0px;
    }

    .region-label {
        top: 155px; /* Ajustado para consistência com o primeiro valor */
        padding: 8px 20px;
        font-size: 1rem;
    }

    .news-card {
        margin-bottom: 30px;
    }

    .carousel-title-large {
        font-size: 2rem;
    }

    .carousel-subtitle-large {
        font-size: 1.2rem;
    }

    .carousel-text {
        font-size: 1rem;
    }

    .btn-eptv {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .carousel-item {
        height: 400px;
    }

    .patrocinadores-title {
        font-size: 2rem;
    }

    .noticias-title {
        font-size: 2rem;
    }

    .conteudos-title {
        font-size: 2rem;
    }

    .video-thumbnail {
        height: 140px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

        .play-button i {
            font-size: 20px;
        }

    .video-title {
        font-size: 1rem;
    }

    .documentos-title {
        font-size: 2rem;
    }

    .documentos-subtitle {
        font-size: 1.4rem;
    }

    .documento-link {
        padding: 15px 25px;
        font-size: 1rem;
    }

        .documento-link i {
            font-size: 1.2rem;
        }

    .grupo-ep-bar .links-container {
        margin-top: 15px;
    }

        .grupo-ep-bar .links-container a {
            display: inline-block;
            margin-top: 10px;
        }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .galeria-nav-btn {
        width: 27px;
    }

    .carousel-title-large {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

    .carousel-subtitle-large {
        font-size: 1rem;
        margin-bottom: 5px;
    }

    .carousel-text {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .carousel-content {
        width: 90%;
        padding: 15px;
        text-align: center;
    }

    .carousel-item {
        height: 350px;
    }

    .region-label {
        top: 130px;
        padding: 8px 15px;
        font-size: 1rem;
        z-index: 1030;
    }

    .news-card img {
        /*height: 100%;*/
    }

    .news-card .card-title {
        font-size: 0.9rem;
    }

    .news-card-body {
        padding: 15px;
    }

    .patrocinadores-header {
        padding: 20px 0;
    }

    .patrocinadores-title {
        font-size: 1.8rem;
    }

    .noticias-header {
        padding: 20px 0;
    }

    .noticias-title {
        font-size: 1.8rem;
    }

    .noticias-section .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .noticias-section .col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .conteudos-header {
        padding: 20px 0;
    }

    .conteudos-title {
        font-size: 1.8rem;
    }

    .video-thumbnail {
        height: 230px;
    }

    .play-button {
        width: 50px;
        height: 50px;
    }

        .play-button i {
            font-size: 18px;
        }

    .video-info {
        padding: 15px;
    }

    .video-title {
        font-size: 0.9rem;
    }

    .documentos-header {
        padding: 20px 0;
    }

    .documentos-title {
        font-size: 1.8rem;
    }

    .documentos-subtitle {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .documento-link {
        padding: 12px 20px;
        font-size: 0.9rem;
        border-radius: 30px;
    }

        .documento-link i {
            font-size: 1rem;
        }

    .sobre-titulo h2 {
        font-size: 2rem;
    }

    .sobre-imagem-container,
    .sobre-conteudo {
        min-height: 300px;
    }

    .galeria-item {
        width: 280px;
        height: 200px;
    }

    .galeria-title {
        font-size: 2rem;
    }

    .galeria-texto {
        font-size: 1rem;
    }

    .navbar-eptv .navbar-brand img {
        height: 50px;
    }

    .galeria-nav-btn {
        height: 25px;
    }

    .btn-close {
        right: -2px;
    }
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: #3CA0D9;
    color: white;
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.modal-header {
    border: none;
}

#destaqueTopo.alert {
    color: #000;
    border-radius: unset;
    border-color: #F0C219;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F0C219;
}

    #destaqueTopo.alert .btn-close {
        top: 5px;
        right: 10px;
        opacity: 0.5;
        background-color: transparent;
    }

.alert-dismissible .btn-close {
    padding: .5rem .5rem;
    border: none;
}

.patrocinador {
    font-weight: bold;
    background-color: #FFD000;
    border: none;
    color: #000;
}

    .patrocinador:hover {
        background-color: #D01E32;
        color: #FFF;
        box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease;
    }
