

body {
    font-family: "Raleway", serif;
    color: #fff;
    background-color: #f9fafd;
    display: flex;
    justify-content: center;
}

h1 {
}

.logo {
}

.hidden {
    display: none !important;
}

.selected {
    background-color: #c3ff00 !important;
    cursor: pointer;
}

.prevent {
    overflow: hidden;
}

.showProducts {
    min-width: 30px;
    height: 30px;
    color: #9c78d3;
    font-weight: 900;
    border: solid 1px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.productsMenu {
    display: flex;
    justify-content: space-between;
}

#searchInput {
    width: 0; /* Inicialmente escondido */
    height: 28px; /* Ligeiramente menor que o container para um ajuste melhor */
    border: none;
    outline: none;
    padding: 0 5px;
    transition: width 0.3s ease; /* Efeito de transição */
    background-color: transparent;
    color: white;
}

#searchInput::placeholder {
    color: white;
    opacity: 0.8;
}

#searchIcon {
    margin-right: 5px;
}


.searchImg {
    display: flex;
    gap: 20px;
}

.menuContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #f1e9ff7a;
    align-items: center;
    padding: 15px;
    justify-content: space-between;
    z-index: 98;
    border-radius: 11px;
    border: 1px solid #6500ff14;
    transition: top 0.3s ease-in-out;
    backdrop-filter: blur(43px);
    position: sticky;
    top: 0;
    box-shadow: #00000000 0px 2px 3px;
}

.version {
    color: #cfcfcf;
    position: fixed;
    bottom: 8px;
    z-index: -1;
}

/* Animação de shake */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

/* Classe de shake */
.shake {
    animation: shake 0.5s ease;
}

/* Estilo do contador e mensagem de erro */
#charCounter {
    font-size: 14px;
    text-align: right;
    color: #8f8f8f88; /* Cor padrão */
}
#errorMessage {
    font-size: 14px;
    color: red;
    text-align: left;
}

.inlline {
    display: inline;
}

.menuContainer.hidden1 {
    top: -100px; /* Move o menu para fora da tela */
}

.menuContainer.visible1 {
    top: 0; /* Retorna o menu à posição inicial */
}



.personalizeContainer {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 99;
    height: 100vh;
    background-color: blueviolet;
    padding: 20px;
}

.personalizeContainer.showMenu {
    transform: translateX(0); /* Quando ativo, move-o de volta para sua posição original */
}


.productsList {
    padding: 10px;
    margin: 5px 0;
    transition: background-color 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.products:hover {
    background-color: #f3f4f6;
}

.product {
    border: solid 1px #80808030;
    padding: 5px 20px;
    border-radius: 25px;
    color: black;
    box-shadow: #00000045 0px 1px 2px;
    background-color: #d1e7dd;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Exo 2';
}



.siteContainer {
    display: flex;
    min-width: 350px;
    max-width: 500px;
    min-height: 75vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 0 15px 15px 15px;
    margin: 2px 15px 15px 15px;
    background-color: white;
    box-shadow: #00000017 0px 1px 7px;
    border-radius: 16px;
    align-content: flex-start;
    gap: 20px;
}

.siteContainer::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: linear-gradient(to bottom, rgb(249 250 253), rgb(249 250 253), rgb(249 250 253 / 13%), rgb(249 250 253 / 0%));
    z-index: 9;
}

#startButton {
    padding: 5px;
}

.fadeOut {
    transition: opacity 0.9s ease-in-out;
}

/* Animação de fade out */
.fade-out2 {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

/* Animação de fade in */
.fade-in2 {
    opacity: 1;
    transition: opacity 0.2s ease-in;
}


.cardLayoutsList {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-in-out; /* Ajuste a duração conforme necessário */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
    gap: 10px;
}

.showLayoutsList {
    width: 20%;
}

.downloadBtn{
    width: -webkit-fill-available;
}

.newsParagraph, .newsLead {
    font-weight: 400;
    color: #2b2b2b;
    padding: 5px 0;
}

.newsRetract {
    text-transform: uppercase;
    color: #6d6d6d;
    padding: 12px 0;
}

.newsContent {
    color: #d7d7d7;
    font-weight: 200;
}

.newsContent2 {
    color: #d5c9db;
}


.newsContent3 {
    padding: 18px;
    border: 1px solid #d4bee926;
    border-radius: 7px;
    background-color: #fbf9fb;
    display: flex;
    align-items: center;
    justify-content: center;
}

#imgGettySrcLink {
    color: #a26ed1;
    font-weight: 500;
    text-decoration: none;
}

#imgGettySrcLink::before {
    content: '\f002'; /* Código Unicode do ícone (exemplo: lupa para pesquisa) */
    font-family: 'Font Awesome 6 Free'; /* Família Font Awesome */
    font-weight: 900; /* Peso necessário para ícones sólidos */
    margin-right: 8px; /* Espaçamento entre o ícone e o texto */
    display: inline-block; /* Garante alinhamento */
}

.justifyOutter {
    display: flex;
    justify-content: flex-end;
}


.newsActions {
    display: flex;
    justify-content: center;
}

.newsActionsBtns {
    background-color: #f7f7f7;
    color: #737373;
    padding: 10px 20px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    margin: 1px 4px 5px;
    box-shadow: 0 1px 3px rgb(51 23 65 / 15%);
    width: -webkit-fill-available;
}

.hide {
    display: none;
}

.show {
    display:block;
}

.flex {
    display: flex;
    justify-content: space-around;
}

.newsTitle {
    color: #000079;
    font-size: 18pt;
}

.newsSubtitle {
    font-size: 14pt;
    font-weight: 500;
    font-style: italic;
    color: #6d6d6d;
    padding: 15px 0;
}

.gptAnimOn {
  background: linear-gradient(90deg, #d196f336 25%, #ff9df56c 50%, #c3a5ff36 75%);
  background-size: 200% 100%;
  animation: shine 2s infinite linear;
  width: 100%;
  border-radius: 7px;
  display: block;
  /* color: transparent; */
  overflow: hidden;
  color: rgba(245, 245, 245, 0.39);
  padding: 0;
  transition: width 0.5s ease; /* Suaviza as mudanças no width */

}

.textAnim {
    background: linear-gradient(90deg, #d196f385 25%, #ff9df5ad 50%, #c3a5ff93 75%);
    background-size: 200% 100%;
    animation: shineText 2s infinite linear;
    -webkit-background-clip: text; /* Garante que o gradiente afete apenas o texto */
    -webkit-text-fill-color: transparent; /* Define o preenchimento do texto como transparente */
    color: transparent; /* Suporte para outros navegadores */
  }
  
  @keyframes shineText {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }
  

.line1 {
    width: 100%;
    height: 30px;
    background-color: #efefef;
    border-radius: 7px;
    margin: 5px 0;
}

.line1-2 {
    width: 86%;
    height: 30px;
    background-color: #efefef;
    border-radius: 7px;
    margin: 25px 0;
}

.line2 {
    width: 70%; /* Substitua por valores dinâmicos em JavaScript ou outras regras, se necessário */
    height: 11px;
    background-color: #efefef;
    border-radius: 7px;
    margin: 15px 0;
}

.line3 {
    width: 51%; /* Substitua por valores dinâmicos em JavaScript ou outras regras, se necessário */
    height: 11px;
    background-color: #efefef;
    border-radius: 7px;
    margin: 15px 0;
}

.line4 {
    width: 62%; /* Substitua por valores dinâmicos em JavaScript ou outras regras, se necessário */
    height: 11px;
    background-color: #efefef;
    border-radius: 7px;
    margin: 15px 0;
}

.line5 {
    width: 43%; /* Substitua por valores dinâmicos em JavaScript ou outras regras, se necessário */
    height: 11px;
    background-color: #efefef;
    border-radius: 7px;
    margin: 15px 0;
}

.copyMe::after {
    content: "\f0c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    cursor: pointer;
    color: #d5d5d5;
    font-size: 14pt;
    margin-left: 10px;
}







/* Efeito de brilho */
.shine-effect2 {
    position: relative;
    display: inline-block; /* Garante que funcione com o gradiente */
    background: linear-gradient(90deg, #7a0a91, #efb1ff, #ff9ab8, #5c34ca);
    background-size: 300%; /* Amplia o gradiente para permitir o movimento */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s linear infinite; /* Animação contínua */
}

/* Animação de brilho */
@keyframes shine2 {
    0% {
        background-position: 200% 0; /* Começa fora da área visível */
    }
    100% {
        background-position: -200% 0; /* Movimenta o gradiente */
    }
}







.SocialMediaTextParagraph {
    font-weight: 400;
    color: #2b2b2b;
    padding: 5px 0;
}

/* Efeito de brilho */
.shine-effect {
    position: relative;
    color: #fff; /* Cor do texto durante o efeito */
    background: linear-gradient(90deg, #ffcc33, #ff9933, #ffcc33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s ease-in-out;
}

/* Animação de brilho */
@keyframes shine {
    0% {
        background-position: -100%;
    }
    50% {
        background-position: 50%;
    }
    100% {
        background-position: 100%;
    }
}


@keyframes shine {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}


/* Classe que será adicionada via JavaScript para expandir a lista */
.cardLayoutsList.active {
    max-height: 500px; /* Ajuste conforme a altura necessária */
}

.displayflex {
    display: flex;
    gap: 20px;
}

/* Estilo básico para botões */
button {
    background-color: #f7f7f7;
    color: #737373;
    padding: 10px 20px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    margin: 1px 4px 5px;
    box-shadow: 0 1px 3px rgb(51 23 65 / 15%);

  }
  
  /* Efeito de hover para o botão */
  button:hover {
    background-color: #7207af; /* Cor de fundo mais clara quando passa o mouse */
    color: white;
  }
  
 
  /* Efeito de active para o botão */
  button:active {
    background-color: #e2e0e0;
    color: #737373;
  }
  


.image-thumbnail {
    width: 100%;
    padding-top: 100%;
    border-radius: 10px;
    background-size: auto;
    background-position: bottom;
    overflow: hidden;
    cursor: pointer;
    overflow: hidden;
}

.generateBtn{
    width: -webkit-fill-available;
}

.image-thumbnail:hover {
    /* Estilos para hover, se necessário */
}


.productCard {
    width: 95%;
    gap: 20px;
}

.productTitle {
    border-radius: 5px;
    box-shadow: #00000026 1px 1px 3px;
    padding: 12px;
    color: #9d8aa8;
    font-weight: 500;
}

.cardContainer {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 5;
    /* background-color: transparent; */
}

.smallTitles {
    padding: 10px 0;
}

.bgContainer {
    height: 71%;
    position: relative;
    background-image: url(/backgrounds/anatel-sede.webp);
    background-size: cover;
    background-position: center;
}

.bgContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b0;

}

@keyframes pulseRed {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: #ff0505b0;
    }
    100% {
        background-color: transparent;
    }
  }
  
  .pulsingRed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: pulseRed 1s infinite;
    background-color: transparent;
    /* Adicione outros estilos conforme necessário */
  }

  

.cardBg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cardLayout {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.card {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: red;
    aspect-ratio: 4 / 5;
}

.cardLogo {
    width: 27%;
    height: 8%;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%, 0);
    z-index: 3;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.imgCardLogo {
    width: 85%;
}

.cardTxtContainer {
    width: 75%;
    height: 20%;
    position: absolute;
    left: 50%;
    bottom: 19%;
    transform: translate(-50%, 0);
    z-index: 3;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: black;
    font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0 2%;
    font-size: 19px;
}

.cardHashtagContainer {
    max-width: 82%;
    min-width: 10%;
    height: 6%;
    position: absolute;
    left: 50%;
    bottom: 41%;
    transform: translate(-50%, 0);
    z-index: 3;
    background-color: #b3ff00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 5%;
    text-align: center;
    color: black;
    font-size: 17px;
}

.productInterna {
    width: 95%;
    gap: 20px;
}

.internaContainer {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 48 / 25;
    background-color: transparent;
}

.bgInternaContainer {
    height: 100%;
    position: relative;
    background-image: url(/backgrounds/anatel-sede.webp);
    background-size: cover;
    background-position: center;
}

.internaBg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.productManchetinha {
    width: 95%;
    gap: 20px;
}

.productNews {
    width: 95%;
    gap: 20px;
}

.newsContainer {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
}

.briefingInput {
    width: 100%;
    min-height: 20vh;
    max-height: 300px;
    box-sizing: border-box;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 1rem;
    border: dashed 1px rgb(255, 196, 0);
    border-radius: 10px;
    font-family: "Raleway", serif;
    background-color: #fcf9dc36;
    padding: 15px;
    transition: min-height 0.5s ease-in-out, background-color 0.5s ease, border-color 0.5s ease;
    will-change: min-height, background-color, border-color;
    overflow: auto;
    scrollbar-width: thin; /* Para navegadores compatíveis como Firefox */
    scrollbar-color: rgba(255, 203, 107, 0.541) transparent; /* Cor do scroll */
}

.briefingInput::-webkit-scrollbar {
    width: 8px; /* Largura do scroll */
    height: 8px; /* Altura do scroll horizontal */
    border-radius: 50px;
}

.briefingInput::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.5); /* Cor do scroll */
    border-radius: 10px; /* Arredondamento do scroll */
}

.briefingInput::-webkit-scrollbar-thumb:hover {
    background: rgba(80, 80, 80, 0.7); /* Cor ao passar o mouse */
}

.briefingInput::-webkit-scrollbar-track {
    background: transparent; /* Fundo do track invisível */
    border-radius: 10px; /* Para acompanhar o arredondamento */
}

.briefingInput:focus {
    border-color: rgb(255, 196, 0); /* Define a borda amarela */
    outline: none; /* Remove o contorno padrão */
    background-color: #fdfadb; /* Fundo diferente ao focar */
    position: sticky;
    top: 0;
    left: 0;
    max-height: max-content;
    min-height: 65vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    border-radius: 16px;
    align-content: flex-start;
    display: flex    ;
    justify-content: center;
}



.briefingInput:hover {
    border-color: rgb(119, 0, 255); /* Define a borda no hover */
    outline: none; /* Remove o contorno padrão */
    border: dashed 1px rgb(255, 196, 0);
    transition: color 1.3s ease; /* Transição suave */
}


.briefingInput::placeholder {
    color: rgba(0, 0, 0, 0.562); /* Cor padrão do placeholder */
    transition: color 0.3s ease; /* Transição suave */
}

.briefingInput:hover::placeholder {
    color: rgba(43, 43, 43, 0.25); /* 25% de transparência no hover */
}



.imgFolder {
    display: none;
}

.inputLabel {
    font-weight: 500;
    color: darkgray;
}

.beta {
    display: inline-block;
    display: inline-block;
    background-color: #e7ff85;
    border-radius: 9px;
    margin: -5px 5px;
    padding: 5px;
    font-weight: 400;
    color: #a099f1;
    scale: 0.85;
}


.manchetinhaContainer {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 368 / 375;
    background-color: transparent;
}

.bgManchetinhaContainer {
    height: 100%;
    position: relative;
    background-image: url(/backgrounds/anatel-sede.webp);
    background-size: cover;
    background-position: center;
}

.manchetinhaBg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.downloadable {

}

.reseted {

}

/* Estilos adicionais para efeito dropdown */
.dropdown {
    max-height: 0; /* Inicialmente, o conteúdo não é mostrado */
    overflow: hidden; /* Garante que o conteúdo não vai vazar quando a altura for 0 */
    transition: max-height 0.2s ease-in-out, 
                opacity 1.5s ease-out;
    margin-top: 0;
    opacity: 0;
    cursor: pointer;
    gap: 20px;
    margin-top: 15px;
}

/* Classe para expandir o conteúdo dropdown */
.dropdown.show {
    max-height: 3000px; /* Máximo da altura que a div pode ter */
    display: flex;
    flex-direction: column;
    opacity: 1;
    cursor: auto;
    transition: max-height 1s ease-in-out, 
                opacity 1.5s ease-out;
}

.lock {
    font-size: 16.0642px;
    border-radius: 0px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    color: white;
    text-shadow: 1px 1px 12px #0000008f;
    padding: 7px;
}

@keyframes pulse {
    0% {
      transform: scale(1);
      color: white;
    }
    50% {
      transform: scale(1.2);
      color: red;
    }
    100% {
      transform: scale(1);
      color: white;
    }
  }
  
  .pulse {
    animation: pulse 0.5s infinite;
  }
  





  