

/*SESSÃO Banner com imagem de fundo ocupando toda a altura*/
/*SESSÃO BANNER DA HOME*/
.ies-banner-placeholder {
    height: 65vh!important;
    width: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ies-banner-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Logo alinhada melhor */
.logo-container {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px!important;
    margin-top: 0 !important; /* sobe a logo */
}

.logo-img {
    width: 115px;
    display: block;
    margin-bottom: 0;
}



/*SESSÃO CERTA DE SEPARAÇÃO*/
/* Seta sobreposta */
.seta-separadora {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: -54px; /* sobe por cima do banner */
    margin-bottom: 50px!important;
}
.seta-separadora img {
    width: 80px;
    height: auto;
}




/*Bloco Explicativo - TEXTO */
.bloco-explicativo {
    max-width: 1300px;
    font-size: 22px;
    line-height: 1.9;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    margin-top: -80px;
    padding-top: 0;
}

/*linha texto */
.linha-centralizada {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.linha-centralizada::before,
.linha-centralizada::after {
    content: "";
    flex: 1;
    height: 4px;
    background-color: #eee;
    margin: 0 20px;
}
.linha-centralizada span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}

@media (max-width: 767px) {
    #carousel-apoio .owl-nav,
    #carousel-apoio .owl-dots {
        display: none !important;
    }
}
/* ===== Estilos mobile ===== */
@media (max-width: 768px) {
    .ies-banner-placeholder {
        height: 100vh;
    }

    .ies-banner-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: right center;
    }
}



/*SESSÃO carouse*/
.carousel-apoio-section {
    background-color: #a70500;
    padding: 60px 0;
    position: relative;
}

.titulo-carousel {
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.carousel-apoio-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.carousel-apoio-circle {
    width: 160px;
    height: 160px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.carousel-apoio-circle img {
    width: 90%!important;
    height: 90%!important;
    object-fit: contain;
}
.carousel-apoio .owl-nav {
    pointer-events: all;
}

.carousel-apoio .owl-prev,
.carousel-apoio .owl-next {
    font-size: 40px;
    color: white;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-apoio .owl-prev,
.carousel-apoio .owl-next {
    display: none !important;
}

.carousel-apoio .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.carousel-apoio .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: .6;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}

.carousel-apoio .owl-dot.active span {
    background: white;
    opacity: 1;
}

@media (max-width: 767px) {
    .carousel-apoio .owl-nav,
    .carousel-apoio .owl-dots {
        display: none !important;
    }
}



/*SESSÃO DE MATÉRIAS  */
.section-noticia {
    padding: 60px 0;
    background: #fff;
}

.titulo-ies {
    font-size: 28px;
    color: #40444A;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
}

.filtros-categorias .col-12 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filtro-categoria {
    padding: 5px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    white-space: normal;
}

.linha-noticia {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.linha-noticia:last-child { border-bottom: none; }

.card-noticia {
    display: flex;
    gap: 12px;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.img-noticia {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.conteudo-noticia {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.categoria-noticia {
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content;
    padding: 4px 10px;
    font-size: 13px;
    color: #fff;
    background-color: #9122ef;
    border-radius: 3px;
    white-space: nowrap;
}

.titulo-noticia {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resumo-noticia {
    font-size: 13px;
    color: #666;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-noticia:hover {
    text-decoration: none;
}


.filtros-categorias a {
    text-decoration: none;
}

.filtros-categorias a:focus,
.filtros-categorias a:active {
    outline: none;
    box-shadow: none;
}

/* ===== Estilos mobile ===== */
@media (max-width: 768px) {
    .titulo-ies {
        font-size: 22px;
        text-align: center;
    }

    .filtros-categorias .col-12 {
        justify-content: center;
        gap: 6px;
    }

    .filtro-categoria {
        font-size: 13px;
        padding: 5px 10px;
    }

    .linha-noticia {
        gap: 20px; /* Espaço entre as colunas */
        margin-bottom: 32px;
    }

    .col-12.col-md-6.col-lg-5 {
        margin-bottom: 0 !important; /* para não duplicar espaçamento */
    }

    .card-noticia {
        flex-direction: row;
        align-items: flex-start;
    }

    .img-noticia {
        width: 100px;
        height: 100px;
    }

    .conteudo-noticia {
        padding-left: 10px;
    }

    .categoria-noticia {
        font-size: 11px;
        padding: 2px 6px;
        margin-bottom: 4px;
    }

    .titulo-noticia {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }

    .resumo-noticia {
        font-size: 12px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }
}




/*SESSÃO APOIAMOS A MÍDIA ESPECIALIZ*/
.secao-apoio {
    background: #a70500;
    padding: 60px 0;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Cabeçalho */
.titulo-principal {
    font-size: 36px;
    font-weight: 700;
    color: #F5F5F5;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.subtitulo-principal {
    font-size: 18px;
    color: #F5F5F5;
    margin-bottom: 40px!important;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Texto lateral */
.titulo-lateral {
    font-size: 28px;
    font-weight: bold;
    color: #F5F5F5;
    margin-bottom: 20px;
}
.texto-apoio {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 15px;
    line-height: 1.7;
    color: #F5F5F5;
    /* esconde scrollbar nativa */
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.texto-apoio::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.texto-apoio p {
    margin-bottom: 16px;
    font-size: 16px;
}

/* Barra de progresso */
.barra-externa {
    position: relative;
    width: 2px; /* linha fina */
    height: 400px;
    background: #F0F2F4;
}

.barra-interna {
    position: absolute;
    top: 0;
    left: -2px;
    width: 8px;
    height: 0;
    background: #ef0027;
    transition: height 0.2s ease;
}

.img-placeholder {
    width: 450px;
    height: 400px;
    padding: 0;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 5px solid #fff;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* Responsividade Mobile */
@media (max-width: 767px) {
    .row { display: flex; flex-wrap: wrap; }
    .col-md-5 {
        flex: 0 0 80%;
        max-width: 80%;
        margin-bottom: 20px;
    }
    .col-md-1 {
        flex: 0 0 20%;
        max-width: 20%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 20px;
    }
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .texto-apoio {
        max-height: 300px;
    }
    .barra-externa {
        height: 300px;
    }
    .texto-apoio p {
        font-size: 14px;
        line-height: 1.5;
    }
    .titulo-lateral {
        font-size: 22px;
    }

    /* aumenta imagem em mobile */
    .img-placeholder {
        width: 100%;
        padding: 0;
    }
    .img-placeholder img {
        width: 100%;
    }
}
.barra-externa {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.barra-interna {
    height: 0;
    max-height: 300px;
    position: absolute;
    top: 0;
    left: -2px;
    width: 8px;
    background: #ef0027;
    transition: height 0.2s ease;
}

.texto-apoio {
    max-height: 300px;
    overflow-y: auto;
}



/*<!--Seção Conheça os Planos-->*/

.botao-apoio {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #a70500;
    color: white;
    font-weight: bold;
    padding: 14px 32px;
    font-size: 15px;
    border: 1px solid white;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    box-shadow: 40px 0 0 #a70500, -40px 0 0 #a70500, 0 4px 12px rgba(0,0,0,0.3);
    text-align: center;
    white-space: nowrap;
}

/* Ajuste para mobile */
@media (max-width: 500px) {
    .botao-apoio {
        padding: 12px 20px;
        font-size: 14px;
        box-shadow: 20px 0 0 #a70500, -20px 0 0 #a70500, 0 2px 6px rgba(0,0,0,0.2);
    }
}
