@media (min-width: 320px) and (max-width: 480px) {
     .tudo {
         max-width: 90vw;
    }
}
 @media (min-width: 481px) and (max-width: 768px) {
     .tudo {
         max-width: 85vw;
    }
}
 @media (min-width: 769px) and (max-width: 1024px) {
     .tudo {
         max-width: 80vw;
    }
}
 @media (min-width: 1025px) {
     .tudo {
         max-width: 60vw;
    }
}
 @media (min-width: 1000px) {
     .anuncio_vertical_esq, .anuncio_vertical_dir {
         display: block;
    }
    
}
 @media (max-width: 999px) {
     .anuncio_vertical_esq, .anuncio_vertical_dir {
         display: none;
    }
}
 .anuncio_vertical_esq{
     width: 200px;
     height: 95vh;
     padding-top: 15vh;
     float: left;
}
 .anuncio_vertical_dir{
     width: 250px;
     height: 96vh;
     padding-top: 15vh;
     float: right;
}
 .anuncio{
     width: 80%;
     height: 10vh;
     margin: 20px auto;
}
 body {
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     margin: 0 auto;
     padding: 0;
     background-color: #f4f6f9;
     color: #333;
     width: 100%;
}
 .tudo{
     margin: 0 auto;
     background-color: rgba(70, 70, 70, .1);
     border-radius: 10px;
     margin-bottom: 5vh;
     padding-bottom: 5vh;
}
 a {
     text-decoration: none;
     color: lightblue;
}
 h1 {
     text-align: center;
     margin-top: 30px;
     font-size: 2.5em;
     color: #4A90E2;
}
 #output {
     margin: 20px auto;
     padding: 5px;
     border-radius: 8px;
     white-space: pre-wrap;
     line-height: 1.5;
     overflow: auto;
}
 #styledOutput {
     margin: 20px auto;
     padding: 5px;
     border-radius: 8px;
     white-space: pre-wrap;
     line-height: 1.5;
     font-family: 'Courier New', Courier, monospace;
     font-size: 0.8em;
     overflow: auto;
}
 #output, #styledOutput {
     width: 45%;
     margin: 0 auto;
     height: 200px;
     margin: 5px;
}
 #output, #copyText {
     background-color: #fff;
     box-shadow: rgba(149, 157, 165, 0.2) 0 2px 2px;
}
 #styledOutput, #copyStyledText {
     background-color: #f0f0f0;
     box-shadow: rgba(149, 157, 165, 0.2) 0 2px 2px;
}
 #output{
     border: 10px solid #fff;
}
 #styledOutput{
     border: 10px solid #f0f0f0;
}
 .caixas {
     width: 100%;
     display: flex;
     justify-content: space-evenly;
}
 .seletores{
     width: 100%;
     margin-top: -28px;
}
 .button-container {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 10px;
     margin: 20px 0;
}
 .botoes_inferiores button{
     padding: 12px 20px;
     font-size: 1em;
     background-color: #435469;
     color: white;
     border: none;
     border-radius: 6px;
     cursor: pointer;
     transition: opacity 0.3s ease;
}
 .botoes_superiores button {
     padding: 5px;
     font-size: 1em;
     border: none;
     border-radius: 3px;
     cursor: pointer;
}
 .botoes_inferiores button:hover {
     opacity: 0.90;
}
 #copyText, #copyStyledText, #generateNewText {
     width: 100px;
     color: black;
     height: 50px;
}
 .ajuste_botoes {
     width: 100%;
     display: flex;
     justify-content: space-between;
}
 .ajuste_botoes button {
     width: 150px;
     margin: 0 auto;
}
 select {
     padding: 5px;
     font-size: 1em;
     border-radius: 3px;
     border: 1px solid #ccc;
     background-color: #fff;
}
 .styled-paragraph {
     margin-bottom: 15px;
}
 label {
     display: flex;
     align-items: center;
     height: 40px;
     margin-right: -7px;
}
 #output::-webkit-scrollbar, #styledOutput::-webkit-scrollbar {
     width: 10px;
    /* Largura da barra de rolagem */
}
 #output::-webkit-scrollbar-thumb, #styledOutput::-webkit-scrollbar-thumb {
     background: #888;
    /* Cor do "polegar" da barra */
     border-radius: 10px;
    /* Arredondamento */
}
 body.dark-mode {
     background-color: #121212;
}
 body.dark-mode footer {
     background-color: #121212;
}
 body.dark-mode label, body.dark-mode h1{
     color: lightgray;
}
 body.dark-mode select {
     background-color: #333 !important;
     color: #fff !important;
     border-color: #555 !important;
}
 body.dark-mode #styledOutput{
     background-color: #383838;
     color: white;
}
 body.dark-mode #output, body.dark-mode #generateNewText{
     background-color: #595858;
     color: white;
}
 body.dark-mode #copyStyledText{
     background-color: #383838;
     color: whitesmoke;
}
 body.dark-mode #copyText{
     background-color: #595858;
     color: whitesmoke;
}
 body.dark-mode #output{
     border: 10px solid #595858;
}
 body.dark-mode #styledOutput{
     border: 10px solid #383838;
}
 body.dark-mode #darkModeToggle {
     background: linear-gradient(45deg, #87CEFA, #4682B4);
}
 body.dark-mode #darkModeToggle .indicator {
     transform: translateX(0);
    /* Indicador à esquerda */
     background-color: #ffcc00;
    /* Sol no modo escuro */
}
 body.dark-mode #darkModeToggle .indicator::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     border-radius: 50%;
     background: transparent;
     transform: translateX(0);
    /* Sem deslocamento adicional */
}
 #darkModeToggle {
     width: 60px;
     height: 30px;
     background: linear-gradient(to bottom right, #001f2d, #2a2a2a);
     border: none;
     border-radius: 15px;
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
     position: fixed;
     top: 20px;
     right: 20px;
     cursor: pointer;
     transition: all 0.3s ease;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 5px;
     z-index: 10;
}
 #darkModeToggle .indicator {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background-color: #e0e0e0;
    /* Lua no modo claro */
     position: relative;
     transition: transform 0.3s ease, background-color 0.3s ease;
     transform: translateX(30px);
    /* Indicador à direita */
}
 #darkModeToggle .indicator::before {
     content: '';
     position: absolute;
     top: 1px;
     left: 6px;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     background-color: #1e1e1e;
}
 footer {
     color: #fff;
     padding: 30px;
     border-radius: 3px;
     margin-top: 20vh;
     width: 90%;
     position: relative;
     left: 50%;
     transform: translateX(-50%);
}
 .politicas {
     width: 100%;
     margin: 0 auto;
}
 .politicas-item {
     margin-bottom: 10px;
}
 .politicas-item iframe{
     width: 100%;
     height: 800px;
}
 .politicas-titulo {
     background: #444;
     padding: 10px;
     cursor: pointer;
     border: 1px solid #555;
}
 .politicas-texto {
     display: none;
     padding: 10px;
     background: #555;
     border: 1px solid #666;
     margin-top: -20px;
}
 .politicas-titulo:hover {
     background: #555;
}
 .politicas-titulo.active + .politicas-texto {
     display: block;
}
 #cookie-banner {
     background-color: rgba(255, 206, 128, 0.9);
     color: black;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     padding: 15px;
     text-align: center;
     font-family: Arial, sans-serif;
     font-size: 16px;
     z-index: 1000;
}
 #cookie_conteudo{
     width: 95%;
}
 #cookie-banner button {
     background-color: #333;
     color: #fff;
     border: none;
     padding: 10px 20px;
     cursor: pointer;
     font-size: 16px;
     border-radius: 5px;
     margin-top: 15px;
}
 #cookie-banner button:hover {
     background-color: #555;
}
