*{
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
}

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

/* Container principal do Markdown */
.mrktext {
    background: #ffffff; /* fundo branco */
    color: #222; /* texto escuro */
    font-family: "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    padding: 1rem;
  }
  
  /* Títulos */
  .mrktext h1,
  .mrktext h2,
  .mrktext h3,
  .mrktext h4,
  .mrktext h5,
  .mrktext h6 {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #111;
  }
  
  /* Links */
  .mrktext a {
    color: #0066cc;
    text-decoration: none;
  }
  .mrktext a:hover {
    text-decoration: underline;
  }
  
  /* Código inline */
  .mrktext code {
    background: #f5f5f5;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-family: "Fira Code", monospace;
    font-size: 0.95em;
  }
  
  /* Blocos de código */
  .mrktext pre {
    background: #f5f5f5;
    padding: 1em;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 0.9em;
  }
  
  /* Listas */
  .mrktext ul,
  .mrktext ol {
    padding-left: 1.5rem;
    margin: 1em 0;
  }
  
  /* Citações */
  .mrktext blockquote {
    border-left: 4px solid #ddd;
    padding-left: 1em;
    color: #555;
    margin: 1em 0;
  }
  
  /* Tabelas */
  .mrktext table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
  }
  .mrktext th,
  .mrktext td {
    border: 1px solid #ddd;
    padding: 0.5em;
  }
  .mrktext th {
    background: #f0f0f0;
  }
  

.navTop li{
    list-style: none;
    display: inline-block;
}

.navTop, .navbar {
    background-color: black;
    padding: 20px;
    text-align: center;
}

.navbar {
    display: flex;
    flex-direction: column;
}

.humb {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.humb img {
    width: 100%;
    height: 100%;
}

.navTop a {
    text-decoration: none;
    margin-right: 20px;
    color: white;
}

.topCrollImage {
    position: relative;
    height: 100vh;
    background-color: black;
}

.topCrollImage img{
    width: 100%;
    height: 100%;
}

/*.ttp {
    position: absolute;
    max-width: 300px;
    top: 50%;
    left: 100vh;
    background: rgba(0, 0, 0, 0.5); 
    color: white;
    padding: 15px;
    border-radius: 8px;
}*/

.ttp {
    position: absolute;
    max-width: 300px;
    top: 50%;
    left: 100vh;
    background: radial-gradient(
        circle at center,
        rgba(0, 0, 0, 0.8) 0%,       /* Centro bem escuro */
        rgba(0, 0, 0, 0.6) 50%,      /* Meio-termo */
        rgba(0, 0, 0, 0.3) 100%      /* Bordas mais claras */
    );
    color: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Sombra para dar mais profundidade */
}


.ttp h1{
    color: white;
    margin: 0;
    font-size: 1.5em;
}

/*.sessionNews {
    margin-top: 25px;
    padding: 20px;
    border: 1px solid black;
    max-width: 100%;
}

.mostpopular, .newspost {
    margin-bottom: 120px;
    display: flex;
}

.tijolos {
    width: 200px;
    height: 150px;
    margin-right: 30px;
    border-radius: 8px;
}*/

.sessionNews {
    margin-top: 25px;
    padding: 20px;
    max-width: 100%;
    overflow: hidden; /* impede transbordo visível */
  }
  
  .mostpopular, .newspost {
    margin-bottom: 120px;
    display: flex;
    flex-wrap: wrap; /* permite quebra para nova linha */
  }
  
  .tijolos {
    width: 200px;
    height: 150px;
    margin-right: 30px;
    margin-bottom: 85px;
    border-radius: 8px;
    flex-shrink: 0; /* mantém tamanho fixo */
  }
  

.tijolos img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.descp b {
    font-size: 0.93rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* Mostra até 2 linhas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-content {
    padding: 20px;
    text-align: center;
    background-color: black;
    color: goldenrod;
}

.terms-cont {
    margin-top: 15px;
}

.terms-cont a {
    text-decoration: none;
    color: goldenrod;
}

.title-page {
    border: 1px solid lightgray;
    padding: 20px;
}

.mailS {
    width: 30%;
    margin-top: 20px;
    padding: 8px;
    font-size: 1.1rem;
    border-radius: 8px;
    border: 1px solid black;
}

.btnMail {
    padding: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    border: 1px solid greenyellow;
    background-color: greenyellow;
    border-radius: 6px;
    cursor: pointer;
}

.the-imgPost{
    background-color: lightgray;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}

.the-imgPost img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yt-window{
    width: 100%;
    height: 410px;
    border-radius: 8px;
}

.youtube-player{
    border: none;
    border-radius: 8px;
}

.mrktext {
    padding: 20px;
}

.creatpForm {
    border: 1px solid black;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

#title, #body-text, .ytcode {
    width: 70%;
    padding: 10px;
}

#body-text {
    height: 300px;
}

.catgr {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid black;
    font-size: medium;
}

.btn-post {
    font-weight: bold;
    font-size: large;
    padding: 5px;
    border: none;
    background-color: gold;
    border-radius: 5px;
    cursor: pointer;
}

#title, #body-text, .ytcode, .catgr, .btn-post {
    margin-bottom: 10px;
}

.list-ed {
    padding: 20px;
    color: goldenrod;
}

.cada-um {
    display: flex;
    margin-bottom: 5px;
}

.sess {
    width: 25px;
    height: 25px;
    margin-left: 8px;
}

.sess img {
    width: 100%;
    height: 100%;
}

.logo {
    width: 30%;
    height: 30%;
    margin: 0 auto;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit:scale-down;
}

.footer-content p, .footer-content a, .copyright{
    font-size: 1rem;
}

.priv {
    padding: 30px;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.mk {
    list-style: none;
}

.mkImg {
    width: 100%;
    height: 500px;
    margin-bottom: 10px;
}

.mkImg img {
    width: 100%;
    height: 100%;
}
  
  /* =========================
     CELULARES MUITO PEQUENOS (até 320px)
     ========================= */
  @media (max-width: 320px) {
    /* Estilos específicos para celulares muito pequenos */
    .humb {
        display: block;
    }

    .navTop {
        display: none;
    }
    .navTop li{
        display: flex;
        flex-direction: column;
    }
    .navTop, .navbar {
        padding: 8px;
        text-align: left;
    }
    .navTop a {
        margin-bottom: 5px;
    }
    .navTop.active {
        display: flex;
        flex-direction: column;
    }
    .ttp {
        max-width: 300px;
        top: 25%;
        left: 20vh;
    }
    .topCrollImage {
        height: 60vh;
    }

    .footer-content p, .footer-content a, .copyright{
        font-size: 0.90rem;
    }
    .mailS {
        width: 60%;
        font-size: 0.90rem;
    }
    #title, #body-text, .ytcode {
        width: 90%;
        padding: 5px;
    }
    .tijolos {
        width: 80px;
        height: 75px;
        margin-right: 5px;
        margin-bottom: 100px;
      }

      .descp{
        display: -webkit-box;
        -webkit-line-clamp: 2;   /* Mostra até 2 linhas */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    
  }
  
  /* =========================
     CELULARES (até 480px)
     ========================= */
  @media (max-width: 480px) {
    /* Estilos para a maioria dos smartphones */
    .humb {
        display: block;
    }

    .navTop {
        display: none;
    }
    .navTop li{
        display: flex;
        flex-direction: column;
    }
    .navTop, .navbar {
        padding: 8px;
        text-align: left;
    }
    .navTop a {
        margin-bottom: 5px;
    }
    .navTop.active {
        display: flex;
        flex-direction: column;
    }
    .ttp {
        max-width: 300px;
        top: 25%;
        left: 20vh;
    }
    .topCrollImage {
        height: 60vh;
    }
    .footer-content p, .footer-content a, .copyright{
        font-size: 0.90rem;
    }
    .mailS {
        width: 60%;
        font-size: 0.90rem;
    }
    #title, #body-text, .ytcode {
        width: 90%;
        padding: 5px;
    }
    .tijolos {
        width: 80px;
        height: 75px;
        margin-right: 5px;
        margin-bottom: 100px;
      }
      .descp{
        display: -webkit-box;
        -webkit-line-clamp: 2;   /* Mostra até 2 linhas */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      }
  }
  
  /* =========================
     TABLETS (portrait) - de 481px até 768px
     ========================= */
  @media (min-width: 481px) and (max-width: 768px) {
    /* Estilos para tablets em modo retrato */
    .ttp {
        max-width: 300px;
        top: 50%;
        left: 45vh;
    }
    .topCrollImage {
        height: 60vh;
    }
  }
  
  /* =========================
     TABLETS (landscape) - de 769px até 1024px
     ========================= */
  @media (min-width: 769px) and (max-width: 1024px) {
    /* Estilos para tablets em modo paisagem */
  }
  
  /* =========================
     LAPTOPS PEQUENOS - de 1025px até 1280px
     ========================= */
  @media (min-width: 1025px) and (max-width: 1280px) {
    /* Estilos para laptops pequenos */
  }
  
  /* =========================
     DESKTOPS MÉDIOS A GRANDES - de 1281px até 1600px
     ========================= */
  @media (min-width: 1281px) and (max-width: 1600px) {
    /* Estilos para desktops médios e grandes */
  }
  
  /* =========================
     TELAS GRANDES / 4K - acima de 1600px
     ========================= */
  @media (min-width: 1601px) {
    /* Estilos para telas muito grandes */
  }
  