/* Seção Bem-vindo (Index) */
.bem-vindo {
    text-align: center;
    background-color: #fff;
    padding: 60px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.bem-vindo h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.bem-vindo p {
    font-size: 18px;
    margin-bottom: 30px;
}

.bem-vindo .botao {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.bem-vindo .botao:hover {
    background-color: #444;
}

main {
    flex: 1; /* Faz o main ocupar o espaço restante entre o header e footer */
    width: 1350px;
    margin: 40px auto;
    padding: 0 20px;
}

/* Layout das colunas */
/* Estilos gerais */
.container {
    padding: 0px;
    box-sizing: border-box;
    gap: 20px;
}

/* Top-column */
.top-column {
    width: 100%; /* Ocupa toda a largura do container */
    position: relative; /* Necessário para posicionar o texto corretamente */
}

.banner {
    width: 100%; /* A imagem do banner ocupará 100% da largura da div */
    height: auto; /* Mantém a proporção da imagem */
    border-radius: 10px 10px 0 0; /* Opcional: bordas arredondadas no banner */
}

/* Texto abaixo do banner */
.banner-text {
    background-color: #333; /* Fundo opaco */
    color: white; /* Cor do texto */
    padding: 10px 20px; /* Padding interno para o texto */
    text-align: center; /* Centraliza o texto */
    border-radius: 0 0 10px 10px; /* Bordas arredondadas na parte inferior */
    margin-top: -10px; /* Remove o espaço entre a imagem e o texto */
}

.banner-text h2 {
    margin: 0;
    font-size: 1.8rem; /* Tamanho do título */
}

.banner-text p {
    margin: 5px 0 0 0; /* Margem entre o título e o parágrafo */
    font-size: 1rem; /* Tamanho do texto da descrição */
}

.bottom-text {
    background-color: #333; /* Fundo opaco */
    color: white; /* Cor do texto */
    padding: 10px 20px; /* Padding interno para o texto */
    text-align: center; /* Centraliza o texto */
    border-radius: 0 0 0px 0px; /* Bordas arredondadas na parte inferior */
    margin-top: 10px; /* Remove o espaço entre a imagem e o texto */
    min-height: 50px;
}

.bottom-text h2 {
    margin: 0;
    font-size: 1.8rem; /* Tamanho do título */
}

.bottom-text p {
    margin: 5px 0 0 0; /* Margem entre o título e o parágrafo */
    font-size: 1rem; /* Tamanho do texto da descrição */
}

.divider {
    width: 100%;
    border: 0;
    height: 1px; /* Linha mais fina */
    background-color: #333;
}

/* MENU ESQ LATERAL*/

.menu_esq{
    text-align: left;
    margin-left: 10%;
    /*overflow: hidden;*/
  }
  
  .menu_esq .href-preto {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .menu_esq {
    /*list-style-type: none; /* Remove os marcadores das listas */
    padding: 0;
  }
  
  .menu_esq li {
    margin-bottom: 10px; /* Espaço entre os itens da lista */
    font-size: 20px;
  }

.menu_link {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
    text-align: left;
    font-size: 18px;
    text-indent: 25px;
    transition: color 0.3s;
}

.menu_link:hover {
    color: #555;
    text-decoration: underline;
}


/* Layout das colunas */
.columns {
    display: flex;
    gap: 20px;
    margin-top: 20px; /* Espaço entre o banner e as colunas */
}

.left-column {
    width: 40%;
    height: 100%;
    /*background-color: #e2e2e2;*/
    padding: 0px;
    box-sizing: border-box;
}

.columnEsqTit{
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.columnEsqSubTit{
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
}

.columnEsqText{
    /*text-indent: 30px;*/
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.columnEsqImg{
        margin-right: 15px; /* Espaço entre a imagem e o texto */
        margin-bottom: 10px; /* Espaço abaixo da imagem */
        width: 100%; /* Largura da imagem */
        height: auto; /* Ajusta a altura proporcionalmente */
        border: 6px solid #333;
        border-radius: 5px;
        border-top: 8px solid #333;
        border-bottom: 5px solid #333;
}

.banner-text-columnEsq{
    background-color: #333; /* Fundo opaco */
    color: white; /* Cor do texto */
    padding: 10px 20px; /* Padding interno para o texto */
    text-align: center; /* Centraliza o texto */
    border-radius: 0 0 10px 10px; /* Bordas arredondadas na parte inferior */
    margin-top: -30px; /* Remove o espaço entre a imagem e o texto */
}

.banner-text-columnEsq h2 {
    margin: 0;
    font-size: 25px; /* Tamanho do título */
}

.banner-text-columnEsq h3 {
    margin: 0;
    font-size: 20px; /* Tamanho do título */
}

.banner-text-columnEsq p {
    text-align: center;
    margin: 5px 0 0 0; /* Margem entre o título e o parágrafo */
    font-size: 1rem; /* Tamanho do texto da descrição */
}

.banner-text-columnEsq p {
    text-align: center;
    margin: 5px 0 0 0; /* Margem entre o título e o parágrafo */
    font-size: 1rem; /* Tamanho do texto da descrição */
}

.columnEsqImg2{
    margin-right: 15px; /* Espaço entre a imagem e o texto */
    margin-bottom: 10px; /* Espaço abaixo da imagem */
    width: 100%; /* Largura da imagem */
    height: auto; /* Ajusta a altura proporcionalmente */
    border: 5px solid #333;
    border-radius: 0px;
    border-top: 5px solid #333;
    border-bottom: 5px solid #333;
}

.banner-text-columnEsq2{
    background-color: #333; /* Fundo opaco */
    color: white; /* Cor do texto */
    padding: 10px 20px; /* Padding interno para o texto */
    text-align: center; /* Centraliza o texto */
    border-radius: 0 0 0px 0px; /* Bordas arredondadas na parte inferior */
    margin-top: -30px; /* Remove o espaço entre a imagem e o texto */
}

.button-container {
    text-align: center;
    margin-top: 20px;
}

.cta-button {
    background-color: #002147; /* Azul marinho */
    color: white; /* Cor do texto */
    padding: 15px 30px; /* Espaçamento interno */
    text-decoration: none; /* Remove o sublinhado do link */
    font-size: 18px; /* Tamanho da fonte */
    border-radius: 8px; /* Bordas arredondadas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra para dar destaque */
    transition: background-color 0.3s ease; /* Transição suave */
}

.cta-button:hover {
    background-color: #0057b7; /* Azul claro no hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Sombra ao passar o mouse */
}

.video-container {
    border: 5px solid #333; /* Cor e largura da borda */
    border-radius: 10px; /* Bordas arredondadas */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Sombra */
    overflow: hidden; /* Para garantir que bordas arredondadas funcionem */
}

video {
    width: 100%; /* Faz o vídeo ocupar toda a largura do contêiner */
    height: auto; /* Mantém a proporção do vídeo */
    display: block; /* Remove espaços indesejados */
    margin: 0; /* Remove margens do vídeo */
    padding: 0; /* Remove padding do vídeo, se houver */
}

/*INSTAGRAM POST*/

.post-container {
    width: 100%;
    background-color: #fff;
    border: 3px solid #333;
    border-radius: 5px;
    margin-bottom: 20px;
}
.post-header {
    display: flex;
    align-items: center;
    padding: 10px;
}
.profile-picture {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.username {
    font-weight: bold;
}
.post-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-wrapper {
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
    padding: 0; /* Remove qualquer espaçamento interno */
    margin: 0; /* Remove qualquer margem externa */
    display: flex; /* Garante que a imagem e a borda fiquem bem coladas */
}
.post-actions {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.post-actions img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.post-likes {
    font-weight: bold;
    margin-left: 10px;
}
.post-caption {
    padding: 0 10px;
    margin-bottom: 20px;
}
.username-caption {
    font-weight: bold;
}

/* YouTube*/


body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}

.youtube-container {
    position: relative;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    background-color: #000;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.youtube-logo {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 35px;
}

.youtube-logo img {
    width: 120px;
}

.youtube-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
}

.thumbnail-image {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #ddd; /* Linha separadora entre a thumbnail e os controles */
    border-top: 3px solid #333;    /* Borda superior */
    border-left: 3px solid #333;   /* Borda esquerda */
    border-right: 3px solid #333;  /* Borda direita */
    border-bottom: none;            /* Remove a borda inferior */
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('https://cdn-icons-png.flaticon.com/512/1077/1077046.png') center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.youtube-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f9f9f9;
    border: 3px solid #333;
}

.control-buttons img {
    width: 20px;
    height: 20px;
}

.progress-bar {
    flex-grow: 1;
    height: 5px;
    background-color: #888;
    margin: 0 10px;
    position: relative;
    align-items: center;
}

.progress {
    height: 100%;
    background-color: red;
    width: 25%; /* Progresso do vídeo (estático aqui) */
}

.time {
    font-size: 12px;
    color: #555;
}
.channel-button {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.channel-button a {
    background-color: #cc0000;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    display: inline-block;
}

.channel-button a:hover {
    background-color: #e60000;
}

/*Coluna direita*/

.right-column {
    width: 60%;
    /*background-color: #e2e2e2;*/
    padding: 0px;
    box-sizing: border-box;
}

/* Configuração para alinhar as colunas lado a lado */
.container > .left-column, .container > .right-column {
    display: flex;
    flex-direction: row;
}


/* Lista da coluna da direita */

/* Lista de Artigos */
.listaColumn02 h2 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: left;
}

.listaColumn02 h1 {
    font-size: 35px;
    margin-bottom: 15px;
    text-align: center;
}

.listaColumn02 article {
    background-color: #fff;
    padding: 30px;
    /*width: 980px;*/
    height: auto;
    min-height: 270px;
    width: auto;
    margin: 0 auto 15px auto; /* Centraliza com margens automáticas */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-left: 5px solid #333;
    border-right: 5px solid #333;
}

.listaColumn02 .articleListas {
    background-color: #fff;
    padding: 30px;
    /*width: 980px;*/
    height: 270px; /* Por causa da imagemn */
    width: 100%;
    margin: 0 auto 15px auto; /* Centraliza com margens automáticas */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-left: 5px solid #333;

}

.listaColumn02 h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.listaColumn02 p {
    font-size: 16px;
    margin-bottom: 10px;
}

.listaColumn02 .leia-mais {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.listaColumn02 .leia-mais2 {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
    text-align: left;
    font-size: 18px;
    text-indent: 25px;
}

.listaColumn02 .leia-mais:hover {
    color: #555;
    text-decoration: underline;
}

.imgLftColumn02 {
    float: left;
    margin-right: 15px; /* Espaço entre a imagem e o texto */
    margin-bottom: 40px; /* Espaço abaixo da imagem */
    width: 150px; /* Largura da imagem */
    height: 210px; /* Ajusta a altura proporcionalmente */
    object-fit: cover;
}

/*///////////////////////////////////////////////*/

@media (max-width: 420px) {

    /* Seção Bem-vindo (Index) */
.bem-vindo {
    text-align: center;
    background-color: #fff;
    padding: 60px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.bem-vindo h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.bem-vindo p {
    font-size: 18px;
    margin-bottom: 30px;
}

.bem-vindo .botao {
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.bem-vindo .botao:hover {
    background-color: #444;
}

main {
    flex: 1; /* Faz o main ocupar o espaço restante entre o header e footer */
    width: 100%;
    margin: 5px auto;
    padding: 0 20px;
    width: 100%; /* Ocupará 100% da largura da tela */
    max-width: 100vw; /* Nunca excederá a largura da viewport (tela) */
    box-sizing: border-box; /* Inclui padding e border no cálculo da largura */
}

/* Layout das colunas */
/* Estilos gerais */
.container {
    padding: 5px;
    box-sizing: border-box;
    gap: 5px;
}

/* Top-column */
.top-column {
    width: 100%; /* Ocupa toda a largura do container */
    position: relative; /* Necessário para posicionar o texto corretamente */
}

.banner {
    width: 100%; /* A imagem do banner ocupará 100% da largura da div */
    height: auto; /* Mantém a proporção da imagem */
    border-radius: 10px 10px 0 0; /* Opcional: bordas arredondadas no banner */
}

/* Texto abaixo do banner */
.banner-text {
    background-color: #333; /* Fundo opaco */
    color: white; /* Cor do texto */
    padding: 10px 20px; /* Padding interno para o texto */
    text-align: center; /* Centraliza o texto */
    border-radius: 0 0 10px 10px; /* Bordas arredondadas na parte inferior */
    margin-top: -10px; /* Remove o espaço entre a imagem e o texto */
}

.banner-text h2 {
    margin: 0;
    font-size: 1.8rem; /* Tamanho do título */
}

.banner-text p {
    margin: 5px 0 0 0; /* Margem entre o título e o parágrafo */
    font-size: 7px; /* Tamanho do texto da descrição */
}

/* Layout das colunas */
.columns {
    display: grid;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px; /* Espaço entre o banner e as colunas */
}

.left-column {
    width: 100%;
    height: 100%;
    /*background-color: #e2e2e2;*/
    padding: 0px;
    box-sizing: border-box;
    order: 2;
}

.columnEsqTit{
    font-size: 25px;
    margin-bottom: 0px;
    text-align: center;
}

.columnEsqSubTit{
    font-size: 15px;
    margin-bottom: 2px;
    text-align: center;
}

.columnEsqText{
    /*text-indent: 30px;*/
    font-size: 5px;
    margin-bottom: 7px;
    margin-top: 17px;
}

.columnEsqImg{
        margin-right: 15px; /* Espaço entre a imagem e o texto */
        margin-bottom: 10px; /* Espaço abaixo da imagem */
        width: 100%; /* Largura da imagem */
        height: auto; /* Ajusta a altura proporcionalmente */
        border: 12px solid #333;
        border-radius: 5px;
        border-top: 12px solid #333;
        border-bottom: 5px solid #333;
}

.banner-text-columnEsq{
    background-color: #333; /* Fundo opaco */
    color: white; /* Cor do texto */
    padding: 10px 20px; /* Padding interno para o texto */
    text-align: center; /* Centraliza o texto */
    border-radius: 0 0 10px 10px; /* Bordas arredondadas na parte inferior */
    margin-top: -30px; /* Remove o espaço entre a imagem e o texto */
}

.banner-text-columnEsq h2 {
    margin: 0;
    font-size: 20px; /* Tamanho do título */
}

.banner-text-columnEsq h3 {
    margin: 0;
    font-size: 15px; /* Tamanho do título */
}

.banner-text-columnEsq p {
    text-align: center;
    margin: 5px 0 0 0; /* Margem entre o título e o parágrafo */
    font-size: 1rem; /* Tamanho do texto da descrição */
}

.right-column {
    width: 100%;
    /*background-color: #e2e2e2;*/
    padding: 0px;
    box-sizing: border-box;
    order: 1;
}

/* Configuração para alinhar as colunas lado a lado */
.container > .left-column, .container > .right-column {
    display: none;
    flex-direction: none;
}


/* Lista da coluna da direita */

/* Lista de Artigos */
.listaColumn02 h2 {
    font-size: 18px;
    margin-bottom: 3px;
    text-align: left;
}

.listaColumn02 h1 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}

.listaColumn02 article {
    background-color: #fff;
    padding: 10px;
    /*width: 980px;*/
    height: 100%; /* Por causa da imagemn */
    min-height: auto;
    max-height: auto;
    width: 100%;
    margin: 0 auto 15px auto; /* Centraliza com margens automáticas */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-left: 5px solid #333;
    border-right: 5px solid #333;
}

.listaColumn02 .articleListas {
    background-color: #fff;
    padding: 5px;
    padding-bottom: 15px;
    /*width: 980px;*/
    height: 100%; /* Por causa da imagemn */
    width: 100%;
    min-height: 135px;
    margin: 0 auto 5px auto; /* Centraliza com margens automáticas */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border-left: 5px solid #333;
    margin-top: 20px;
}

.listaColumn02 h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.listaColumn02 p {
    font-size: 13px;
    margin-bottom: 5px;
}

.listaColumn02 .leia-mais {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
    font-size: 13px;
}

.listaColumn02 .leia-mais2 {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
    text-align: center;
    font-size: 9px;
}

.listaColumn02 .leia-mais:hover {
    color: #555;
}

.imgLftColumn02 {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 15px; /* Espaço entre a imagem e o texto */
    margin-bottom: 10px; /* Espaço abaixo da imagem */
    width: 25%; /* Largura da imagem */
    height: 115px; /* Ajusta a altura proporcionalmente */
    object-fit: cover;

}

/*INSTAGRAM POST*/

.post-container {
    width: 100%;
    background-color: #fff;
    border: 3px solid #333;
    border-radius: 5px;
    margin-bottom: 20px;
}
.post-header {
    display: flex;
    align-items: center;
    padding: 10px;
}
.profile-picture {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.username {
    font-weight: bold;
}
.post-image {
    width: 100%;
    height: auto;
    border-top: 3px #333;
    border-bottom: 3px #333;
}
.post-actions {
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.post-actions img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.post-likes {
    font-weight: bold;
    margin-left: 10px;
}
.post-caption {
    padding: 0 10px;
}
.username-caption {
    font-weight: bold;
}

.bottom-text {
    display: none;
}

}