* {
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Sen', sans-serif;
}

body {
    width: 100%;
    min-height: 100vh;
  }

#categorias {
    margin-top: 50px; 
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    position: relative;
    color: rgb(100, 100, 100);
}


.categheader {
    text-decoration: none;
    color: rgb(100, 100, 100);
    margin:10px;

}

#categorias ul {
    list-style: none; 
    padding: 0;
    margin: 0;
    display: flex; 
    gap: 20px; 
}

#categorias li {
    display: inline-block;
    margin: 0; 
}

.divisoria {
    position: relative;
    height: 30px;
}

.divisoriamob {
    display: none;
}

#introducao {
    position:relative;
    display: flex;
    width: 1500px;
    height: 380px;
    left: 50%;
    transform: translateX(-50%);
}

.titulointro {
    font-size: 35px;
    font-weight: bolder;
}

.subtitulointro {
    font-size: 18px;
    font-weight: lighter;
    color: rgb(70, 70, 70);
}

.titpag{
    position: relative;
    width: 100%;
    height: 50px;
    bottom: 15px;
    font-size: 35px;
}

.blocao2{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    width: 1500px;
    height: fit-content;
    left: 50%;
    transform: translateX(-50%);
}

.notrel{
    position: relative;
    width: 100%;
    height: 40px;
    padding-bottom: 50px;
    font-size: 30px;
}

.imagem{
    position: relative;
    width: 100%;
    aspect-ratio: auto 2 / 1;
    transition: width 0.3s ease;
    transition: height 0.3s ease;
}

.categoria {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: rgb(100, 100, 100);
    font-size: 16px;
}

.manchete {
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: black;
}

.lide {
    position: relative;
    padding-top: 10px;
}

.data {
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 14px;
    color: rgb(100, 100, 100);
}

.noticia{
    position: relative;
    display: block;
    height: fit-content;
    padding-bottom: 20px;
    width: 31%;
}

.noticiatxt{
    width: 100%;
    padding: 0;

}

.primeira-noticia{
    position: relative;
    display: flex;
    height: fit-content;
    width: 1500px;
    left: 50%;
    margin-top: 40px;
    margin-bottom: 50px;
    transform: translateX(-50%);
}

.primeira-imagemdiv{
    position: relative;
    width: 48%;
    height: 100%;
}

.primeira-imagem{
    position: relative;
    width: 100%;
    aspect-ratio: auto 2 / 1;
}


.primeira-categoria{
    position: relative;
    font-weight: bold;
    color: rgb(100, 100, 100);
    font-size: 16px;
    margin-bottom: 10px;
}

.primeira-manchete{
    position: relative;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    font-weight: bolder;
    text-decoration: none;
    color: black;
}

.primeiro-lide{
    position: relative;
    color: rgb(100, 100, 100);
    font-size: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;

}

.primeira-noticiatxt{
    position: relative;
    font-size: 20px;
    width: 50%;
    left: 2%;
}

.primeira-data{
    position: relative; 
    font-size: 14px;
    color: rgb(100, 100, 100);
    margin-bottom: 10px;
}

#bloco-separador {
    position: relative;
    height: 50px; /* Altura do separador */
    margin-top: 50px; /* Distância do conteúdo anterior */
    width: 100%; /* Largura total */
}

#loadMore {
    position: relative;
    background-color: #000c1a; /* Cor de fundo */
    color: white; /* Cor do texto */
    width: 280px;
    border: none; /* Remove a borda */
    padding: 10px 20px; /* Espaçamento interno */
    font-size: 16px; /* Tamanho da fonte */
    border-radius: 5px; /* Bordas arredondadas */
    cursor: pointer; /* Cursor de ponteiro */
    transition: opacity 0.3s ease; /* Transição suave */
    margin: 20px auto; /* Centraliza o botão */
    display: block; /* Faz o botão ocupar a largura total */
}

#loadMore:hover {
    opacity: 0.7; /* Cor de fundo ao passar o mouse */
}



.descricao-colunista{
    position: relative;
    margin-top: 80px;
    align-items: center;
    padding-top: 30px;
    height: 500px;
    text-align: center;
    border-radius: 10px;
}


.container0{
    position: relative;
    width: 1250px;
    height: fit-content;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 40px;
}

.containerad{
    position: relative;
    width: 1250px;
    height: fit-content;
    left: 50%;
    transform: translateX(-50%);
}




/* Estilo para o título da notícia (manchete) */
.manchete0 {
    font-size: 44px; /* Tamanho da fonte */
    font-weight: bold; /* Texto em negrito */
    text-align: left;
    color: #000000; /* Cor do texto */
    margin-top: 100px;
    margin-bottom: 25px;
    line-height: 1.2; /* Espaçamento entre linhas */
}

/* Estilo para o subtítulo (lide) */
.lide0 {
    font-size: 22px; /* Tamanho da fonte */
    text-align: left;
    color: rgb(100, 100, 100);
    margin-bottom: 15px; /* Margem superior e inferior */
    line-height: 1.2;
}

/* Estilo para o texto da notícia */
.texto0 {
    font-size: 1.2rem;
    color: #303030;
    line-height: 1.6;
    margin: 40px 0px 30px;
}

/* Estilo para o campo de fontes */
.fontes0 {
    font-size: 0.9rem; /* Tamanho da fonte */
    color: rgb(100, 100, 100);
    font-style: italic; /* Texto em itálico */
    margin-bottom: 30px;
}

/* Estilo para a data da notícia */
.data0 {
    font-size: 0.9rem; /* Tamanho da fonte */
    color: rgb(100, 100, 100);
    margin-top: 15px; /* Margem superior e inferior */
}

.autor0{
    position: relative;
    font-size: 0.9rem; /* Tamanho da fonte */
    color: rgb(100, 100, 100);
    margin-bottom: 20px;
}

.manchete0, .lide0, .data0, .autor0, .imagem0, .texto0, .fontes0, .resumo, .resumotit, .desc, .desctit, .detalhes{
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.imagem0{
    aspect-ratio: auto 2 / 1;
}

.detalhesbox{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1250px;
    position: relative;
    font-size: 22px;
    padding-bottom: 30px;
}

.detalhes{
    font-size: 36px;
    color: #707070;
    font-weight: bold;
}

.descbox{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1250px;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 8px 4px rgba(81, 81, 81, 0.1);
}

.desctit{
    padding-top: 35px;
    font-size: 28px;
    color: rgb(90, 90, 90);
}

.desc{
    padding-top: 10px;
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 1.7;
    color: rgb(90, 90, 90);
}

#resumoref{
    position: relative;
    top: -130px
}

.resumobox{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 1250px;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0 8px 4px rgba(81, 81, 81, 0.1);
}

.verresumobox{
    position: relative;
    width: 80%;
    height: fit-content;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
    padding-bottom: 10px;
}

.verresumo{
    position: relative;
    width: 300px;
    font-size: 20px;
    border-left-style: solid;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    color: black;
    opacity: 0.6;
    text-decoration: none;
    transition: opacity 0.4s ease;
}

.verresumo:hover {
    opacity: 1;
}

.resumotit{
    padding-top: 35px;
    font-size: 28px;
    color: rgb(90, 90, 90);
    font-weight: bold;
}

.resumo{
    padding-top: 10px;
    padding-bottom: 35px;
    font-size: 16px;
    line-height: 1.7;
    color: rgb(90, 90, 90);
}

.resumo a{
    color: black;
    text-decoration: none;
}

.desc a{
    color: black;
    text-decoration: none;
}

@media (max-width: 1550px) {

    #introducao, .blocao2, .primeira-noticia{
        width: 1200px;
    }

    .container0, .resumobox, .descbox, .detalhesbox, .containerad{
        width: 1100px;
    }

    .linha-separadora {
        margin: 0px auto 10px;
}

}

@media (max-width: 1200px) {

    #introducao, .blocao2, .primeira-noticia{
        width: 1000px;
    }

    .container0, .resumobox, .descbox, .detalhesbox, .containerad{
        width: 900px;
    }

}

@media (max-width: 1000px) {

    #introducao, .blocao2, .primeira-noticia{
        width: 800px;
    }

    .container0, .resumobox, .descbox, .detalhesbox, .containerad{
        width: 700px;
    }

    .linha-separadora {
        margin: 0px auto 10px;
}

.titulointro{
    font-size: 26px;
}

.subtitulointro{
    font-size: 14px;
}

.colunista h4{
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
}

.colunista p{
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
}

.colunista img{
    width: 110px;
    height:110px;
}

.primeira-manchete{
    font-size: 20px;
}

.primeira-categoria, .primeiro-lide, .primeiro-data{
    font-size: 12px;
}

}


@media (max-width: 768px) {

    .divisoria {
        height: 10px;
    }

    .divisoriamob {
        display: block;
        position: relative;
        height: 10px;
    }

    #introducao{
        display: block;
        width: 360px;
        height: 500px;
        padding-top: 30px;
        margin-bottom: 5px;
        align-items: center;
    }

    #categorias {
        display:none;
    }

    .linha-separadora{
        margin-bottom: 0;
    }

    .titulointro{
        padding-top: 5px;
        font-size: 24px;
        width: 100%;
    }

    .subtitulointro{
        font-size: 14px;
        padding-top: 2px;
    }

    .primeira-imagemdiv{
        width: 100%;
    }

    .primeira-imagem{
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .imagem {
        width: 80%;
    }


    .primeira-noticia{
        display: block;
        width: 360px;
        height: fit-content;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 50px;
        margin-bottom: 30px;
    }

    .primeira-noticiatxt{
        width: 100%;
        transform: translateX(0%);
        left: 0;
    }

    .primeira-manchete{
        width: 100%;
        font-size: 20px;
    }

    .primeira-categoria{
        padding-top: 10px;
        font-size: 12px;
    }

    .primeiro-lide{
        font-size: 14px;
    }

    .primeira-data{
        font-size: 12px;
    }

    .noticia{
        width: 48%;
        padding-bottom: 20px;
    }

    .noticiatxt{
        width: 100%;
        padding: 0;

    }

    .imagem{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }


    .categoria{
        font-size: 9px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .manchete{
        font-size: 13px;
        padding-bottom: 5px;
    }

    .lide{
        font-size: 12px;
        padding-top: 5px;
    }

    .data{
        font-size: 9px;
        padding-top: 7px;
        padding-bottom: 0;
    }
    
    #bloco-separador {
        height: 10px;
    }

    .titpag{
        height: 50px;
        padding-top: 45px;
        padding-bottom: 30px;
        font-size: 28px;
    }

    .blocao2{
        width: 360px;
        padding: 0;
        margin:0;
    }

    .container0{
        width: 360px;
        margin-top:80px; margin-bottom: 20px;
    }

    .containerad{
        width: 360px;
    }

    .imagem0{
        width: 90%;
    }

    .autor0{
        width: 90%;
        margin:0; margin-bottom: 20px;
        font-size: 12px;
    }

    .manchete0{
        font-size: 24px;
        width: 90%;
        margin: 0;
        margin-bottom: 10px;

    }

    .lide0{
        font-size: 15px;
        width: 90%;
        margin: 0;
        margin-bottom: 10px;
    }

    .manchete0, .lide0, .data0, .texto0, .fontes0, .autor0 {
        left:50%;
        transform: translateX(-50%);
    }

    .data0{
        width: 90%;
        margin-top: 10px;
        font-size: 12px;
    }

    .texto0{
        width: 90%;
        margin: 0; margin-top: 15px;
        font-size: 13px;
    }

    .fontes0{
        width: 90%;
        margin: 0; margin-top: 20px;
        font-size: 13px;
    }

    .verresumobox{
        width: 90%;
    }

    .verresumo{
        font-size: 17px;
    }

    .resumobox, .descbox, .detalhesbox{
        width: 360px;
        font-size: 12px;
    }

    .detalhesbox{
        padding-bottom: 25px;
    }

    .detalhes{
        width: 90%;
        font-size: 26px;
    }

    .resumotit, .desctit{
        width: 90%;
        font-size: 20px;
    }
    
    .resumo, .desc{
        width: 90%;
        padding-top: 12px;
    }

    .notrel{
        height: 40px;
        padding-top: 10px;
        padding-bottom: 30px;
        font-size: 20px;
    }

}
