/* CSS para as notícias únicas */

/* ================================== */
/* DESKTOP - Configuração base */
/* ================================== */

#pnoticias {
    width: 100%;
    background: var(--preto-lavado);
    color: #fff;
}

.noticias {
    width: 100%;
    background: var(--preto-lavado);
    color: #fff
}

.noticias__header {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: visible;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.noticias__header--image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.noticias__header--titulo {
    font-size: 4.5rem;
    font-weight: 700;
    color: var(--branco);
    line-height: 1.1;
    max-width: 1000px;
    margin: 0 auto 2rem auto;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    display: block;
    margin-top: 70px
}

.noticias__header .noticias__header--titulo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
    margin: 0 auto 2rem auto !important;
    padding-bottom: 2rem !important;
    text-align: center !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
    width: 100% !important;
    max-width: 1000px !important
}

.noticias__texto--seta {
    position: relative;
    min-width: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: .5rem;
    flex-shrink: 0;
    left: -7rem
}

.seta-amarela {
    position: relative;
    width: 180px;
    height: 180px;
    transform: none;
    filter: brightness(1.2) saturate(1.3);
    animation: setaFlutuante 3s ease-in-out infinite;
    display: block;
    left: -4rem;
}

@keyframes setaFlutuante {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-25px)
    }
}

.noticias__texto {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    left: -3rem;
    margin-bottom: 5rem
}



.noticias__texto--texto {
    flex: 1;
    font-size: 1.25rem;
    line-height: 1.8;
    color: #fff;
    text-align: justify;
    margin: 0;
    padding: 0;
    max-width: 800px;
    margin-left: 0;
}

.noticias__texto--texto p {
    margin: 0 0 1rem 0
}

.noticias__texto--texto a {
    color: var(--amarelo-criativo);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease
}

.noticias__texto--texto a:hover {
    color: #fff
}

.noticias__galeria {
    width: 95%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    margin: 2rem auto 0 auto;
    background: var(--preto-lavado);
    margin-bottom: 40px;
    text-align: center
}

.noticias__galeria .container-slider {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.noticias__galeria .slider {
    gap: 0
}

.noticias__galeria .slide {
    min-width: calc(33.33% - 10px);
    box-sizing: border-box
}

.noticias__galeria .slide img {
    width: 100%;
    height: 900px;
    max-width: 100%;
    display: block;
    object-fit: cover
}

.noticias__galeria .slide {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.noticias__galeria .indicadores {
    text-align: center;
    margin-top: 1rem
}

.noticias__galeria .indicador {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.noticias__galeria .indicador.ativo {
    background-color: gold
}

.noticias__divisor {
    width: 120px;
    height: 4px;
    background: var(--amarelo-criativo, #ffe100);
    border-radius: 2px;
    margin: 3rem auto 3rem auto;
    display: block
}

.noticias__galeria--imagem {
    width: 100%;
    max-width: 1400px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.noticias__verTodas {
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: var(--preto-lavado) !important;
    padding-bottom: 5rem !important
}

.noticias__verTodas .vertodos {
    display: inline-flex !important;
    align-items: center !important;
    background-color: var(--cinza-claro) !important;
    color: var(--preto-lavado) !important;
    padding: 8px 45px 8px 0 !important;
    border-radius: 25px !important;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.75rem !important;
    text-transform: uppercase;
    font-weight: 500;
    position: relative !important;
    z-index: 100;
    min-width: auto !important;
    height: auto !important;
    top: 0 !important
}

.noticias__verTodas .vertodos::before {
    content: "" !important;
    position: absolute !important;
    left: -4px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 28px !important;
    height: 28px !important;
    background-color: var(--amarelo-criativo) !important;
    border-radius: 50% !important;
    z-index: 1 !important;
    transition: transform 0.3s ease !important
}

.noticias__verTodas .vertodos:hover::before {
    transform: translateY(-50%) translateX(calc(100% + 185px)) !important
}

.noticias__verTodas a[href="../../page/noticias.html"] .circle {
    display: none !important
}

.noticias__verTodas .vertodos span {
    margin-left: 42px !important;
    margin-right: 0 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase;
    font-weight: 700;
    position: static !important;
    z-index: auto !important;
    color: var(--preto-lavado) !important;
    transition: color 0.3s ease !important
}

.noticias__verTodas .vertodos:hover span {
    color: var(--preto-lavado) !important
}

.noticias__verTodas .vertodos:hover {
    background-color: var(--amarelo-criativo) !important
}

.noticias__navegacao {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    max-width: 1400px;
    margin: 2rem auto;
    background: #181818
}

.noticias__navegacao--anterior,
.noticias__navegacao--proximo {
    color: #999;
    font-size: .9rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: color 0.3s ease;
    user-select: none
}

.noticias__navegacao--anterior:hover,
.noticias__navegacao--proximo:hover {
    color: gold
}

.noticias__navegacao--barra {
    flex: 1;
    height: 4px;
    background: #ccc;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    margin: 0 1rem
}

.noticias__galeria .container-slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 2rem auto
}

.noticias__galeria .slider {
    display: flex;
    transition: transform 0.5s ease-in-out
}

.noticias__galeria .slide {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.noticias__galeria .slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain
}

.noticias__galeria .slide {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.noticias__galeria .indicadores {
    text-align: center;
    margin-top: 1rem
}

.noticias__galeria .indicador {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease
}

.noticias__galeria .indicador.ativo {
    background-color: var(--amarelo-criativo)
}

.noticias__galeria .container-slider {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    margin: 2rem auto
}

.noticias__galeria .slider {
    display: flex;
    transition: transform 0.5s ease-in-out
}

.noticias__galeria .slide {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 900px !important
}

.noticias__galeria .slide img {
    width: 100% !important;
    height: 900px !important;
    max-width: 100% !important;
    display: block !important;
    object-fit: cover !important
}


@media only screen and (max-width:1440px) and (min-width:901px){
.seta-amarela{position:relative;width:180px;height:180px;transform:none;filter:brightness(1.2)saturate(1.3);left:4.5rem!important}
}
    
@media only screen and (max-width:1280px){
.seta-amarela{position:relative;width:180px;height:180px;transform:none;filter:brightness(1.2)saturate(1.3);left:9rem!important}
}
    
@media only screen and (min-width:901px){
.noticias__texto--seta{display:flex!important}
.seta-amarela{display:block!important}
}

@media only screen and (max-width:900px){
.noticias__header{height:23vh;object-fit:cover;background-size:cover;background-position:center;background-repeat:no-repeat}
.noticias__header--titulo{position:relative;font-size:2.5rem;line-height:1.2;max-width:100%;padding:0 1rem;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;text-align:center;margin-bottom:5rem}
.noticias__texto--texto{font-size:1rem;padding:0 1rem;text-align:center!important;margin-left:0!important;max-width:100%;width:100%;text-align:center!important;justify-content:center!important;display:block}
.noticias__texto{position:relative;left:0!important;right:0!important;flex-direction:column!important;gap:1rem!important;padding:0 1rem!important;text-align:center!important;align-items:center!important;justify-content:center!important;display:flex!important;width:100%!important;margin:0 auto!important;max-width:100%!important}
.noticias__texto--seta{margin-left:0;transform:none;justify-content:center;display:none}
.seta-amarela{width:120px;height:120px;display:none}
.noticias__galeria--imagem{width:98%}
.noticias__galeria .slide{min-width:100%}
.noticias__galeria{width:98%;max-width:100%;text-align:center;margin:2rem auto 0 auto}
.noticias__verTodas{justify-content:center!important;background-color:#171717!important;margin-top:0!important;padding-top:5rem!important;padding-bottom:5rem!important}
.noticias__verTodas .vertodos{font-size:.7rem;padding:6px 15px 6px 0}
.noticias__verTodas .vertodos::before{width:28px;height:28px}
.noticias__verTodas .vertodos span{margin-left:35px;margin-right:15px;color:var(--preto-lavado)!important}
body[data-noticia="sides-conquista-a-conta-da-naturgy"] .noticias__header--titulo{font-size:1.8rem!important;line-height:1.3!important;padding:0 1rem!important;word-wrap:break-word!important;overflow-wrap:break-word!important;hyphens:auto!important;text-align:center!important;position:relative!important;top:120%!important;transform:translateY(-50%)!important}
}
    
@media only screen and (min-width:1024px) and (max-width:1366px){
.seta-amarela{position:relative;width:130px;height:130px;transform:none;filter:brightness(1.2)saturate(1.3);animation:setaFlutuante 3s ease-in-out infinite;left:6.5rem}
.noticias__texto--texto{position:relative;left:3.2rem}
}
