*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background: #222535; 
    overflow-x: hidden;
  }

 

  .barra-t{
    width: 100%;
    position: absolute;
    height: 230px;
  
    display: none;
  }

  @media (max-width: 700px){
    .barra-t{
     
      display: block;
    }
  }

  .txt-white{
    color: white;
  }
.lupa{
  width: 19px;
    object-fit: cover;
    margin-right: auto !important;
}

.bold-list{
  text-align: center;
  font-size: 30px !important;
}

.m-list{
  width: 100% !important;
  padding: 47px;
  margin-top: 64px !important;
}

.n-list{
  width: 170px !important;
  height: 269px !important;
}

.lista{
  margin-left: 15px;
}

.bt-circle{
  border-radius: 36px !important;
    width: 62px !important;
    height: 62px;
}
.lupa img{
  width: 16px;
}

.pesquisa{
    width: 100%;
    margin-top: 90px;
    text-align: center;
}

.pesquisa form input{
  height: 96px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a5a5a5;
  background: linear-gradient(180deg, #4B4E5A, #6B6E7A, #6B6E7A, #4b4e5a);
}

.pesquisa form input[type="text"]{
  padding: 47px;
}



.pesquisa button{
  width: 20%;
  background-color: #555864;
  transition: 0.3s ease;
}

.pesquisa button:hover{
  width: 20%;
  background-color: #272829;
}

  .container{
    width: 100%;
    height: 100vh;
  }

  .mt-0{
    margin-top: 3% ;
  }
  .mt-0-1{
    margin-top: 8% !important;
  }
  .mt-1{
    margin-top: 6% !important;
  }
  .mt-2{
    margin-top: 12% !important;
  }
  .mt-3{
    margin-top: 18% !important;
  }
  .mt-4{
    margin-top: 26% !important;
  }

  .slick-dots{
    z-index: 99;
  }
.center .slick-dots{
    bottom: 20px;
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    right: 100px;
    text-align: right;
    width: 100%;
    pointer-events: none;
    margin-top: -197px;
}
  .center .slick-dots li button {

    background: transparent;
    border: 0px;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0px;
    height: 20px;
    line-height: 0;
    outline: none;
    padding: 5px;
    width: 20px;
  }

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    color: rgb(240, 241, 243) !important;
    content: "•";
    font-size: 24px;
    height: 20px;
    left: 0px;
    line-height: 20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 20px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.center {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }

  img{
    inset: 0px;
    display: block;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 500ms ease-in-out 0s;
    width: 100%;
  }
  .center img {
    border-radius: 4px;
    box-shadow: 0px 6px 13px black;
    transform: scale(1);
    transition: all 150ms cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s !important;
  }

  .borda {
    float: none;
    width: 98%;
    position: relative;
  }
  
  .borda  {
    width: 98%;
    height: auto;
    display: block;
    border-radius: 4px;
    transition: opacity 0.3s ease;
    object-fit: cover;
  }
  
  .borda:hover  {
    opacity: 1; /* Defina o nível de opacidade desejado */
  }
  
  .borda::before {
    content: ''; /* Cria um elemento pseudo-elemento para a borda */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid transparent 4px; /* Estilo da borda */
    pointer-events: none; /* Permite que a imagem seja clicável mesmo com a borda */
    opacity: 0; /* Inicialmente, a borda é invisível */
    z-index: 2; /* Coloca a borda acima da imagem */
    border-radius: 4px;
    transition: opacity 0.3s, border-color 0.3s; /* Adiciona transição suave */
  }
  
  .borda:hover::before {
    border-color: #f1eded; /* Altera a cor da borda no hover */
    opacity: 1; /* Torna a borda visível ao passar o mouse */
  }
  .variable-width  .slick-dotted.slick-slider {
    margin-bottom: 30px;
    width: 107%;
}

  .slick-slider {
    position: static !important; 
  }

  .slick-track {
    height: 500px;
  }

  .variable-width  .slick-track {
    height: 198px!important;
  }

  .logo-presents{
    width: 100%;
    height: auto;
    padding: 52px;
    margin-top: -296px
  }
.logo-presents img{
    width: 20%;
    box-shadow: 0px 0px;
}

.corpo{
  width: 100%;
  padding: 45px;
}
.f-corpo{
  width: 100%;
  height: auto;
  display: flex;
  gap: 19px;
  flex-wrap: wrap;
  justify-content: center;
}
.bold{
    color: white;
    width: 100%;
    font-weight: bold;
    font-family: arial;
    font-size: 18px;
}
.card{
  width: 20%;
  background: black;
  height: 102%;
  border-radius: 6px;
 overflow: hidden;
 position: relative;
}

.card-colections{
  width: 167px;
  background: black;
  height: 95px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.img{
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: transform 0.5s ease;
}

.img:hover {
  transform: scale(1.25);
}

.slick-slide {
  display: none;
  float: left;
  height: 176px !important;
  min-height: 1px;
}

.img-metro{
  width: 100%;
    height: 250px;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.img-metro:hover {
  transform: scale(1.25);
}

.background{
width: 100%;
height: 100vh;
animation: back;
animation-timeline: scroll();
z-index: 1;
}

@keyframes back{
  0%{
    opacity: 40%;
  }100%{
    opacity:0%
  }
}

.background-img{
  position: fixed;
  width: 100vw;
  z-index: 1;
  opacity: 40%;
}

.filter{
  position: absolute;
    top: 50px;
    left: 50px;
    width: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgb(209 3 3 / 83%);
    pointer-events: none;
    z-index: 2;
}

.cx-titulo{
  position: absolute;
  z-index: 3;
  top: 180px;
  left: 50px;
  width: 90%;
}

.cx-titulo h1{
  color:white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3em;
}

.description{
  font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
}

.description p{
  font-family: Arial, Helvetica, sans-serif;
}

.button{
  padding: 20px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  width: 169px;
  margin-top: 20px;
  cursor: pointer;
  background-color: azure;
  transition: 0.5s ease;
  border: none;
  font-size: 20px;
  color: #000000;
  border-radius: 7px;
}

.button:hover{
  background-color: rgb(124, 126, 126);
  transition: 0.5s ease;
}

.b-button{
  border-bottom: 1px solid rgb(190, 190, 190);
}

.corpo-2{
  width: 100%;
    height: auto;
    /* padding: 39px; */
    padding-left: 52px;
    padding-right: 0px;
    margin-top: -61px;
}
.f-corpo-2{
  width: 100%;
  height: auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.card-2{
  width: 30%;
  background: black;
  height: auto;
  border-radius: 0px;
 overflow: hidden;
 position: relative;
}

.colecoes{
  width: 100%;
  /* padding: 39px; */
  display: flex;
  align-items: center;
  padding-left: 56px;
  padding-right: 46px;
}
.corpo-3{
  width: 100%;
}
.f-corpo-3{
  width: 100%;
    height: auto;
    display: flex;
    gap: 19px;
    /* flex-wrap: wrap; */
    /* justify-content: center;*/
}
.shadow{
  box-shadow: 0px 9px 16px #0a0a0a;
}
.mask{
  position: absolute;
  background-color: #292c3b;
  width: 100%;
  height: 110px;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mask:hover{
  opacity: 0;
  transition: 0.4s ease;
}

.mask p{
  color: white;
    font-family: arial;
    font-weight: 600;
}


/*-----------------------footer------------------------------------*/

.footer {
  width: 100%;
  background-color: #0e0b14;
  color: #fff;
  padding: 20px 0;
  font-family: Arial, sans-serif;
  z-index: 99;
    position: absolute;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  margin: 10px;
}

.footer-section h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #f4f4f4;
}

.footer-section p,
.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
    line-height: 20px;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #fff;
}

.social-icons a {
  margin-right: 10px;
  color: #bbb;
  font-size: 20px;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid #444;
  padding-top: 10px;
}

.video{
  overflow: hidden;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161825; /* Fundo do loader */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Coloca o loader acima de tudo */
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*-------------------menu do vídeo -----------------*/

#menu {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    padding: 0px 51px;
    text-align: center;
    /* opacity: 100%; */
    /* transform: translateY(-100%); */
    /* transition: all 0.3s ease; */
    z-index: 1000;
    
     height: 0px; 
}


#menu ul {
  display: flex; /* Alinha os itens horizontalmente */
  list-style: none; /* Remove os marcadores padrão */
  justify-content: space-between; /* Distribui espaço entre os grupos */
  align-items: center; /* Centraliza os itens verticalmente */
}

#menu li {
  margin: 0 10px;
}

#menu .logo {
  margin-right: auto; /* Empurra os outros itens para a direita */
}

#menu a {
  text-decoration: none; /* Remove o sublinhado */
  color: #333; /* Cor do texto */
  font-weight: bold;
  padding: 5px 10px;
  transition: background-color 0.3s; /* Efeito de transição */
}



/* Conteúdo principal */
.content {
  padding: 20px;
  height: 200vh; /* Conteúdo longo para rolagem */
  background: linear-gradient(to bottom, #f3f3f3, #e1e1e1);
}

#menu a {
  text-decoration: none;
  margin: 0 10px;
}

.logo{
  width: 70px;
  height: 40px;
  margin-left: 10px !important;
  padding-left: 10px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-logo{
  width: 160px;
  margin-left: 77px;
}


.logo{
  opacity: none;
}
/*---------------Menu 2 ---------------------------*/

#menu-2 {
  position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #161825;
    color: white;
    padding: 0px 51px;
    text-align: center;
    /* opacity: 100%; */
    /* transform: translateY(-100%); */
    /* transition: all 0.3s ease; */
    z-index: 1000;
    animation: menu-2;
    animation-timeline: scroll();
    /* height: 10px; */
}


@keyframes menu-2{
  0%{
    background-color: #16182500;
  }50%{
    background-color: #161825;
  }
}




#menu-2 ul {
  display: flex; /* Alinha os itens horizontalmente */
  list-style: none; /* Remove os marcadores padrão */
  justify-content: space-between; /* Distribui espaço entre os grupos */
  align-items: center; /* Centraliza os itens verticalmente */
}

#menu-2 li {
  margin: 0 10px;
}

#menu-2 .logo {
  margin-right: auto; 
  opacity: 100%;
}

#menu-2 a {
  text-decoration: none; /* Remove o sublinhado */
  color: #333; /* Cor do texto */
  font-weight: bold;
  padding: 5px 10px;
  transition: background-color 0.3s; /* Efeito de transição */
}


/* ---------------------- Metrô teste -------------------------*/


.variable-width .card {
  width: 163px;
  margin-right: 10px;
  height: 249px !important;
/* Ajuste o espaçamento entre os itens */
}
.carousel-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.variable-width {
  display: flex;
  gap: 20px;
  overflow-x: auto;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
}

.carousel-btn.left {
  left: 0;
}

.carousel-btn.right {
  right: 0;
}

.carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.pag{
  text-align: center;
}

.corpo-pag{
  margin-top: -322px;
}




/* TESTE */



.btn-download {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
}

.btn-download:hover {
  background-color: #45a049;
}

.cx{
  margin-top: 2%;
width: 100%;
background: rgb(43, 35, 71);
}
.cx p{
color: white;
text-decoration: none;
list-style: none;
padding: 2px;
text-align: center;
}

iframe .ndfHFb-c4YZDc-Wrql6b{
 display: none!important;
}

iframe{
  height: 100vh;
}


.livros img{
  width: 34px;
  margin-left: 16px;
}




.fullscreen-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('caminho-da-sua-imagem.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: #fff;
}

.alert-content {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 40px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.alert-content p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.alert-content .btn {
  padding: 10px 20px;
  font-size: 1rem;
  border: none;
  background-color: #007bff;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.alert-content .btn:hover {
  background-color: #0056b3;
}

.container-1{
  width: 100%;
    display: grid;
    height: 100vh;
    justify-content: center;
    align-items: center;
    color: white;
}

.container-1 h1{
  text-align: center;
    font-size: 3em;
    font-family: sans-serif;
}

.container-1 img{
  width: 590px;
  height: 251px;
}

.img-footer{
  display: flex;
  justify-self: center;
  align-items: center;
}
.img-footer img{
width: 150px;
object-fit: none;

}
@media (max-width: 703px){
  .footer-container {
    display: grid
}

.variable-width .card {
  height: 209px !important;
}
}



.fundo-payment::before {
  content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pat/fundo-acervo.webp);
    background-repeat: no-repeat;
    background-size: 101%;
    opacity: 0.2;

}
.payment{
  width: 40%;
  display: grid;
  justify-items: center; 
  align-items: center;  
  padding: 20px;        
  text-align: center;
  background: #ffffff;
}

.payment img{
  width: 100%;
}

.check{
  width: 45%;
  z-index: 99;
}

.img-circle-2{
  width: 11.5em !important;
    height: 11.5em !important;
    border-radius: 92px !important;
}

.payment h3{
  color: rgb(33 31 31);
    font-family: cursive;
    font-size: 2em;
    z-index: 99;
    position: relative;
}

.payment p{
  font-family: sans-serif;
}

.balao{
  width: 100%;
  height: 219px;
  background-image: url(../img/pat/acomicss.webp);
  background-size: 67%;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  justify-content: center;
  align-items: center;
  background-position-x: 57%;
}

.balao h3{
  width: 97%;
}



@media (max-width: 853px){
  .payment {
    width: 100%;
}
.fundo-payment::before {
  opacity: -0.8;
}

}

.ndfHFb-c4YZDc-q77wGc {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 3px;
  bottom: 12px;
  z-index: 3;
  overflow: hidden;
}


/* Estilo geral para o toast */
#install-toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  max-width: 320px;
  padding: 12px 16px;
  background-color: #1c1c1e; /* Tom neutro, escuro */
  border: 1px solid #3a3a3c; /* Tom neutro, suave */
  color: #e5e5ea; /* Cor de texto sutil */
  font-size: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Sombra mais discreta */
  display: none; /* Inicialmente escondido */
  opacity: 0;
  transform: translateX(10px);
  z-index: 1000;
  transition:
    opacity 0.6s ease,
    transform 0.4s ease;
  font-family: "Roboto", Arial, sans-serif; /* Tipografia mais moderna */
}

#install-toast.show {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.toast-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.toast-content img {
  width: 52px;
  display: flex;
  z-index: 1001;
  border-radius: 4px; /* Bordas levemente arredondadas */
}

.toast-actions {
  display: flex;
  gap: 8px;
}

/* Botões */
#install-toast button {
  background-color: #2c2c2e; /* Fundo escuro e sóbrio */
  border: 1px solid #3a3a3c;
  color: #e5e5ea;
  font-size: 14px;
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 8px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
}

#install-toast button:hover {
  background-color: #38383a; /* Fundo levemente destacado */
  color: #f5f5f7; /* Cor do texto mais clara */
}

#install-toast #close-toast {
  background-color: transparent;
  border: none;
  color: #e5e5ea;
}


.capa-desktop {
  display: block;
  width: 100%;
  height: auto;
}

.capa-mobile {
  display: none;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .capa-desktop {
      display: none;
  }
  .capa-mobile {
      display: block;
  }
}


.video-container{
  display: grid;
  justify-content: center;
  align-items: center;
}

.titulo{
  font-size: 2em;
    font-family: sans-serif;
    color: #f5f5f5;
    text-align: center;
    text-shadow: 6px 2px 3px black;
    text-transform: uppercase;
    font-weight: 900;
}

.button-download{
  display: grid;
      justify-content: center;
      align-items: center;
      width: 100%;
      justify-items: center;
      gap: 24px;
      margin-top: 140px;
}
.especificacoes{
  width: 60%;
    /* padding: 10px; */
    background: #212020;
    padding: 11px;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
    margin-top: 51px;
    margin-left: 20%;
}

.mt-01{
  margin-top: 3%;
}
@media (max-width: 600px) {
  .especificacoes{
    width: 100%;

      margin-top: 51px;
      margin-left: 0%;
  }
}





