/**
 * Assembleia nos Bairros - CSS
 * Versão limpa e organizada
 */

/* ==========================================================================
   1. RESET E BASE
   ========================================================================== */

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

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

.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

/* ==========================================================================
   2. UTILITÁRIOS
   ========================================================================== */

.displaynone {
    display: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
   3. HERO / BANNER PRINCIPAL
   ========================================================================== */

.section-swiper-absoulte {
    position: relative;
    overflow: hidden !important;
}

.backgroundslider {
    width: 100%;
    min-height: 100vh;
    background: url(https://assets.assembleia.pr.leg.br/img/itinerante_bairros/capa.jpg) top/cover no-repeat;
    margin-top: -5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.junta-tudo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.camada {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.camada h4 {
    font-size: 36px;
    font-weight: 900;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.camada p {
    margin: 0;
}

.alinha {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #196094bd;
    border-radius: 10px;
    margin: 0 10%;
}

.junto {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
}

.junto span {
    font-size: 23px;
    width: 33px;
    height: 20px;
}

/* ==========================================================================
   4. CONTADOR REGRESSIVO
   ========================================================================== */

.backgrounds-counter {
    width: 100%;
    min-height: 18vh;
    background: url(https://assets.assembleia.pr.leg.br/img/banner-destaque-home/back-counter-itinerante-2023.jpg) center/cover no-repeat;
}

.backgrounds-counter .container {
    width: 100%;
    height: 18vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.titilo-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    color: white;
}

.titilo-counter h1 {
    font-size: 25px;
    line-height: 0;
    margin-top: 1.5rem;
}

.titilo-counter h4 {
    font-size: 15px;
    line-height: 0;
}

.counter-count {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: white;
}

.bord {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid white;
    width: 7.5vh;
    height: 7vh;
    margin: 1vh;
}

.linear-count {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(225deg, #ffffff21 50%, transparent 51%);
}

.count-numbers {
    font-size: large;
    margin: 0;
}

.count-text {
    font-size: xx-small;
    font-weight: 600;
}

.text-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 17px;
}

/* ==========================================================================
   5. FORMULÁRIO DE SUGESTÕES
   ========================================================================== */

#row1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#col1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    max-width: 60vh;
    min-height: 95vh;
    padding-top: 3%;
    text-align: justify;
}

.form-title {
    text-transform: uppercase;
    text-align: left;
}

.form-title h1,
.form-title h3 {
    color: #26264c;
    text-align: left;
}

.form-title h1 {
    font-weight: 900;
    font-size: 25pt;
    margin-bottom: 20px;
}

.form-title h3 {
    font-size: 10px;
    margin-top: 8vh;
}

/* Estrelas de avaliação */
.star {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 5px;
    user-select: none;
}

.star:hover,
.star.selected {
    color: #ffc107;
}

.star.selected {
    text-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}

/* Estados de validação */
.is-invalid {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control:focus {
    border-color: #06516b;
    box-shadow: 0 0 0 0.2rem rgba(6, 81, 107, 0.25);
}

/* Alerta fixo */
.dix {
    position: fixed;
    z-index: 99;
    top: 8vh;
    width: 50vh;
    margin-left: 35vh;
    transition: 0.5s;
}

#last {
    min-height: 12vh;
}

/* ==========================================================================
   6. SEÇÃO INSTITUCIONAL (SOBRE)
   ========================================================================== */

#row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    min-height: 70vh;
    background-color: #43af52;
}

#col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 40vh;
    min-height: 60vh;
}

.text-content {
    color: #fff;
}

.text-content h1 {
    text-transform: uppercase;
    color: #06516b;
    font-weight: 800;
}

.text-content h3 {
    text-transform: uppercase;
    font-size: xx-large;
}

.text-content p {
    font-size: large;
}

#image {
    position: absolute;
    border: 10px solid white;
    margin-left: -45vh;
    margin-top: 33.5vh;
    width: 15vw;
    height: 15vw;
}

/* ==========================================================================
   7. SEÇÃO GALERIA E NOTÍCIAS
   ========================================================================== */

.container-fluid.galeria {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    overflow: hidden;
}

.backgroundcover {
    width: 100%;
    height: auto;
    background-image: linear-gradient(45deg, #0d4d8066);
    background-blend-mode: soft-light;
    padding-bottom: 8rem;
    overflow: hidden;
}

.noticias-title {
    text-align: left;
    text-transform: uppercase;
    font-size: xx-large;
    font-weight: 700;
}

#titulo {
    margin-top: 8vh;
    margin-bottom: 8vh;
    color: black;
    text-align: center;
    text-transform: uppercase;
}

#titulo h1 {
    font-weight: 900;
}

#titul {
    margin-bottom: 8vh;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

#titul h1 {
    font-weight: 900;
}

.container-alinha {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


/* FOOTER */
.bottom {
    background-color: #FFFEFA;
    color: #1A3A5C;
    padding: 12px;
}

.bottom p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.footer {
    background-color: #1A3A5C;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer a {
    width: 20%;
    margin-right: 100px;
}

.footer .detalhes {
    color: white;
}

/* ==========================================================================
   8. TABS PERSONALIZADAS
   ========================================================================== */

.tabs-custom.tabs-horizontal.tabs-corporate {
    margin-top: 4vh;
}

.tabs-custom .nav {
    border-bottom: none;
    margin-left: -14px;
    margin-bottom: -10px;
    overflow-y: hidden;
}

.tabs-custom .nav-item {
    min-width: 95%;
    flex-basis: 95%;
    flex-grow: 1;
    margin-bottom: 0px;
    margin-left: 14px;
}

.tabs-custom .nav-link {
    position: relative;
    padding: 20px 12px;
    font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.tabs-custom .nav-link:hover,
.tabs-custom .nav-link.active {
    color: #26264b;
    background-color: #f4f2ee;
}

.tabs-custom .nav-link-cite,
.tabs-custom .nav-link-title {
    display: block;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}

.tabs-custom .nav-link-cite {
    font-size: 14px;
    letter-spacing: 0.2em;
}

/* Cores das tabs */
.tabs-custom .nav-link-purple-heart {
    background-color: #004071;
}

.tabs-custom .nav-link-purple-heart:hover,
.tabs-custom .nav-link-purple-heart.active {
    color: #26264b;
}

.tabs-custom .nav-link-purple-heart.active .nav-link-cite {
    color: #004071;
}

.tabs-custom .nav-link-purple-blue {
    background-color: #ef7630;
}

/* Conteúdo das tabs */
.tab-content {
    position: relative;
    padding: 10px;
    margin-top: 0;
    background-color: #f4f2ee;
}

.tab-pane {
    padding: 0 15px;
    background-color: #ffffff;
}

.tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.tab-content > .active {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.tab-pane.active {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Animação das tabs */
.tab-pane .card-custom,
.tab-pane .schedule-classic-simple {
    opacity: 0;
    transform: translateX(30px);
    transition: 0.3s ease-out all;
}

.tab-pane.active .card-custom,
.tab-pane.active .schedule-classic-simple {
    opacity: 1;
    transform: translateX(0);
}

/* Delays de animação */
.tab-pane.active .card-custom:nth-child(1) { transition-delay: 0.2s; }
.tab-pane.active .card-custom:nth-child(2) { transition-delay: 0.35s; }
.tab-pane.active .card-custom:nth-child(3) { transition-delay: 0.5s; }
.tab-pane.active .card-custom:nth-child(4) { transition-delay: 0.65s; }
.tab-pane.active .card-custom:nth-child(5) { transition-delay: 0.8s; }

* + .tabs-custom {
    margin-top: 0;
}

/* Ajustes específicos para o layout das tabs */
.backgroundcover > .container > .tabs-custom.tabs-horizontal.tabs-corporate {
    margin-top: 0;
}

#ul_li .tabs-custom.tabs-horizontal.tabs-corporate {
    margin-top: 4rem;
}

#ul_li.owl-carousel {
    height: auto !important;
    margin-bottom: 0;
}

div#ul_li .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

/* ==========================================================================
   9. CARDS DE NOTÍCIAS
   ========================================================================== */

.card-custom {
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.card-custom a {
    display: block;
}

.card-custom .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #ffffff;
    font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.card-custom .card-title {
    margin-bottom: 0;
}

.card-corporate {
    display: flex;
    text-align: left;
}

article.card.card-custom.card-corporate {
    height: 13vh;
    overflow: hidden;
}

.foat {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
}

.foat img {
    width: 20%;
    float: left;
}

.stica {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Schedule/Agenda */
.schedule-classic {
    display: block;
    text-align: left;
}

.schedule-classic .unit-left {
    min-width: 122px;
}

.schedule-classic .unit-body {
    flex-grow: 1;
}

.collapsed .schedule-classic-content {
    background-color: #ffffff;
    line-height: 1;
}

.schedule-classic-content {
    padding: 30px 20px;
    background-color: #f4f2ee;
}

.schedule-classic-title {
    text-transform: uppercase;
    transition: 0.3s ease-out all;
    color: #26264b;
}

.schedule-classic-title:hover {
    color: rgba(38, 38, 75, 0.8);
    text-decoration: none;
}

.schedule-classic-author {
    color: #8c8c9a;
}

.schedule-classic-author-name {
    color: #f09922;
    text-decoration: underline;
}

a.collapsed {
    text-decoration: none;
}

/* ==========================================================================
   10. BOTÕES
   ========================================================================== */

.btu {
    width: 20vh;
    height: 5.5vh;
    background: linear-gradient(45deg, #d86c2e 32%, #f1894a 68%);
    color: white;
    text-transform: uppercase;
    border: none;
    text-align: center;
}

.btu-1 {
    margin-top: 2vh;
    width: 20vh;
    height: 5.5vh;
    background-image: linear-gradient(45deg, #4fc162b8, #008b18b8);
    color: white;
    text-transform: uppercase;
    border: none;
    text-align: center;
}

.btu-1 a {
    text-decoration: none !important;
    color: white;
}

.btu-1.one {
    margin-top: 32rem;
}

/* ==========================================================================
   11. OWL CAROUSEL
   ========================================================================== */

#ul_li.owl-carousel,
#ul_li.owl-carousel .owl-stage-outer,
#ul_li.owl-carousel .owl-stage,
#ul_li.owl-carousel .owl-item {
    height: auto !important;
    min-height: 0 !important;
}

.owl-carousel:not(#ul_li) {
    height: 7.5rem !important;
}

.owl-carousel .item {
    position: relative;
    overflow: hidden;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.owl-carousel .item a img {
    width: 25vw;
    height: 30vh;
}

.owl-carousel button.owl-dot {
    padding: 3px 10px !important;
    border-radius: 10px;
    margin-left: 0.5vh;
}

.owl-carousel .owl-dots .owl-dot {
    background: #ccc;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #666;
}

.owl-dots {
    display: flex;
    height: 14vh;
    justify-content: center;
    align-items: flex-end;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 50px;
    margin: 0 -4rem;
    margin-top: -13vh;
}

/* ==========================================================================
   12. VÍDEOS
   ========================================================================== */

.container-fluid.yout {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.owe-video {
    width: 70%;
}

.video-item,
.video-item-1 {
    cursor: pointer;
}

/* ==========================================================================
   13. MODAL DE VÍDEO
   ========================================================================== */

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    display: block;
    position: relative;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
    max-width: 100vh;
    margin: 0 auto;
    padding: 25px;
    background-color: #fff;
    text-align: center;
}

.modal-content iframe {
    width: 100%;
    height: 70vh;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.close:hover {
    opacity: 0.75;
    text-decoration: none;
}

/* ==========================================================================
   14. SWEETALERT CUSTOMIZAÇÃO
   ========================================================================== */

.swal2-title {
    color: #06516b !important;
    font-weight: 700;
}

.swal2-confirm {
    background-color: #06516b !important;
}

.swal2-confirm:hover {
    background-color: #054055 !important;
}

/* ==========================================================================
   15. MEDIA QUERIES
   ========================================================================== */

/* Telas pequenas (mobile) */
@media (max-width: 465px) {
    .owl-dots {
        display: none !important;
    }

    .junto {
        font-size: 20px !important;
    }
}

/* Tablets */
@media (min-width: 468px) and (max-width: 800px) {
    .backgroundslider {
        min-height: 65vh !important;
    }

    #row {
        flex-direction: column;
        justify-content: center;
        min-height: 70vh;
    }

    .container-fluid > #row {
        min-height: 140vh !important;
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media (min-width: 480px) {
    .tabs-custom .nav-item {
        min-width: 44%;
        flex-basis: 44%;
    }

    .tab-pane.active {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 768px) {
    .tabs-custom .nav-item {
        min-width: auto;
        flex-basis: auto;
    }

    .tab-content {
        padding: 20px;
    }

    .schedule-classic-content {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    
    .footer {
        background-color: #1A3A5C;
        padding: 50px 0;
        display: flex;
        flex-direction: column!important;
        align-items: center;
        justify-content: center;
    }

    .footer a {
        width: 80%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .star {
        font-size: 1.5rem;
        margin-right: 3px;
    }

    .noticias-title {
        text-align: center;
    }

    .form-title {
        padding-left: 1.5rem;
    }

    .owe-video {
        width: 100%;
        margin-bottom: 5rem;
    }

    .backgroundslider {
        min-height: 90vh !important;
    }

    .section-swiper-absoulte {
        min-height: 90vh !important;
    }

    #row {
        flex-direction: column;
        justify-content: center;
        min-height: auto !important;
        padding-bottom: 35px;
    }

    #col {
        max-width: 40vh !important;
        min-height: 40vh !important;
        text-align: justify;
    }

    #row1 #col1 form {
        min-height: auto !important;
    }

    /* Contador mobile */
    .backgrounds-counter {
        display: block !important;
    }

    .backgrounds-counter .container {
        height: 28vh !important;
    }

    .bord {
        border-width: 2px !important;
        width: 10vh !important;
        height: 10vh !important;
    }

    .count-numbers {
        font-size: 20px !important;
        margin-bottom: 1vw;
    }

    .count-text {
        font-size: 10px !important;
    }

    .titilo-counter h1 {
        font-size: 2.5rem !important;
        margin-top: 2.5rem !important;
    }

    .titilo-counter h4 {
        font-size: 2rem !important;
    }

    .text-counter {
        font-size: 1.7rem !important;
    }

    .linear-count {
        line-height: 1;
    }

    /* Cards mobile */
    article.card.card-custom.card-corporate {
        height: auto !important;
        padding-bottom: 35%;
        padding-top: 40%;
    }

    .foat {
        flex-direction: column;
    }

    .foat img {
        width: 100%;
    }

    .owl-nav {
        display: none !important;
    }

    .owl-dots {
        height: 20px !important;
    }

    .form-check-label {
        max-width: 90% !important;
    }
}

@media (max-width: 1000px) {
    .camada h4 {
        font-size: 2.5vh !important;
    }

    .camada h1 {
        font-size: 6vh !important;
    }

    #last {
        min-height: 20vh;
    }

    .backgroundslider {
        margin-top: -12px;
        max-width: 100vw;
        max-height: 58vh;
        min-height: 50vh;
        overflow: hidden;
    }

    .backgroundslider img {
        max-width: 100%;
    }

    #row {
        max-width: 100%;
    }

    .container-fluid > #row {
        min-height: 100vh;
        flex-wrap: wrap;
    }

    .container-fluid #row #col > #image {
        margin-left: -25vh;
        margin-top: 35.5vh;
        width: 45vw;
        height: 45vw;
    }

    #titulo,
    #titul {
        margin-top: 0;
    }

    .owl-carousel .item a img {
        width: 100% !important;
    }

    #row1 #col1 form {
        min-height: 900px;
    }
}

@media (min-width: 992px) {
    .schedule-classic-content {
        padding: 60px 66px;
    }

    .tab-pane.active {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1200px) {
    .tabs-custom .nav-link {
        padding: 28px 12px;
    }

    .schedule-classic-title {
        font-size: 20.99px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) and (max-height: 768px) {
    .bord {
        border-width: 2px;
    }

    .count-text,
    .count-numbers {
        line-height: 1;
    }

    .titilo-counter {
        padding-top: 1rem !important;
    }

    .backgrounds-counter {
        min-height: 20vh !important;
    }

    img#logo-principal {
        left: 22% !important;
    }
}

/* ==========================================================================
   16. ESCONDER MODAL PADRÃO ALEP
   ========================================================================== */

div#modalALEP {
    display: none !important;
}

/* ==========================================================================
   GALERIA DE VÍDEOS
   ========================================================================== */

   .yout {
    padding: 60px 0;
    background: #1a3a5c;
}

.yout > .container {
    max-width: 1200px;
}

#titul {
    text-align: center;
    margin-bottom: 40px;
}

#titul h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

/* Container dos vídeos */
.videos-display {
    position: relative;
}

/* Carousel */
.owe-video.owl-carousel {
    padding: 0 40px;
}

.owe-video.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owe-video .item {
    padding: 0 5px;
}

/* Thumbnail do vídeo */
.video-item-1 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-item-1:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.video-item-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Ícone de play */
.video-item-1::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #ff0033d7;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    transition: transform 0.3s ease, background 0.3s ease;
}

.video-item-1:hover::after {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: #ff0033;
}

/* Setas de navegação */
.owe-video.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 63px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owe-video.owl-carousel .owl-nav button.owl-prev,
.owe-video.owl-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 36px;
    transition: background 0.3s;
    margin: 0;
    padding: 0;
}

.owe-video.owl-carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.5) !important;
}

/* ==========================================================================
   MODAL DE VÍDEO
   ========================================================================== */

.videos-display .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}

/* Quando aberto via JS (display: block) */
.videos-display .modal[style*="display: block"],
.videos-display .modal[style*="display:block"] {
    display: flex !important;
}

.videos-display .modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    background: white;
    border-radius: 8px;
    overflow: hidden;
}

.videos-display .modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.videos-display .modal .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
    transition: color 0.3s;
}

.videos-display .modal .close:hover {
    color: #ff5555;
}

/* ==========================================================================
   RESPONSIVO
   ========================================================================== */

@media (max-width: 768px) {
    .yout {
        padding: 40px 15px;
    }
    
    #titul h1 {
        font-size: 1.5rem;
    }
    
    .owe-video.owl-carousel {
        padding: 0 30px;
    }
    
    .video-item-1::after {
        width: 50px;
        height: 50px;
        background-size: 24px;
    }
    
    .videos-display .modal .close {
        top: 10px;
        right: 15px;
        font-size: 30px;
    }
}

/* ==========================================================================
   CARDS DE NOTÍCIAS
   ========================================================================== */

/* Seção de notícias */
.noticias-section {
    padding: 40px 0;
    background: #fff;
}

.noticias-section h2,
.noticias-section h1 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 30px;
}

/* Container do card group */
.card-group-custom {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Card individual */
.card.card-custom.card-corporate {
    display: block;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    padding: 20px 0;
}

.card.card-custom.card-corporate:last-child {
    border-bottom: none;
}

/* Layout da notícia: imagem + conteúdo */
.foat {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* Imagem da notícia */
.foat > a:first-child,
.foat > img:first-child,
.foat > .noticia-img {
    flex-shrink: 0;
    width: 180px;
    height: 120px;
}

.foat img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

/* Conteúdo da notícia */
.foat > a:last-child,
.foat > .noticia-content {
    flex: 1;
    min-width: 0;
}

/* Título da notícia */
.foat .schedule-classic-title,
.foat h3,
.foat h4 {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4;
    color: #1a3a5c;
    margin: 0 0 8px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.foat .schedule-classic-title a,
.foat h3 a,
.foat h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.foat .schedule-classic-title a:hover,
.foat h3 a:hover,
.foat h4 a:hover {
    color: #d90e90;
}

/* Autor/Data */
.foat .schedule-classic-author,
.foat .noticia-autor {
    font-size: 0.85rem;
    color: #666;
}

.foat .schedule-classic-author a,
.foat .noticia-autor a {
    color: #d90e90;
    text-decoration: none;
}

.foat .schedule-classic-author a:hover,
.foat .noticia-autor a:hover {
    text-decoration: underline;
}

/* Schedule classic (estrutura alternativa) */
.schedule-classic-simple {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.schedule-classic-img {
    flex-shrink: 0;
}

.schedule-classic-img img {
    width: 180px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}

.schedule-classic-content {
    flex: 1;
    min-width: 0;
    padding: 0;
    background: transparent;
}

/* Card header/body (se usado via Bootstrap) */
.card-custom .card-header {
    padding: 0;
    background: transparent;
    border: none;
}

.card-custom .card-body {
    padding: 20px 0;
    border: none;
    background: transparent;
}

.card-custom .card-title {
    margin: 0;
}

.card-custom .card-title > a {
    display: block;
}

/* Collapsed state (accordion) */
.card-custom .collapse {
    display: block !important;
}

.card-custom .collapsed .schedule-classic-content,
.card-custom .schedule-classic-content {
    background: transparent;
    padding: 0;
}

/* ==========================================================================
   RESPONSIVO - NOTÍCIAS
   ========================================================================== */

@media (max-width: 767px) {
    .foat {
        flex-direction: column;
        gap: 15px;
    }

    .foat > a:first-child,
    .foat > img:first-child,
    .foat > .noticia-img,
    .foat img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }

    .schedule-classic-simple {
        flex-direction: column;
        gap: 15px;
    }

    .schedule-classic-img {
        width: 100%;
    }

    .schedule-classic-img img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }

    .card.card-custom.card-corporate {
        padding: 15px 0;
    }

    .noticias-section h2,
    .noticias-section h1 {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .foat img,
    .schedule-classic-img img {
        width: 150px;
        height: 100px;
    }
}
