@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');



html,body{
    display: flex;
    margin:0;
    padding:0;
    background-color: white;
}
.container {
    width: 100%;
    margin:0;
    padding:0;
    display: flex;
    flex-direction: column;


    background: #f2f5c4;
background: linear-gradient(90deg, rgba(242, 245, 196, 1) 0%, rgba(228, 240, 239, 1) 57%, rgba(232, 255, 240, 1) 100%);
}

.menu-geral {
    width: 97.25vw; /* Garantir que preencha toda a largura da tela */
    background-color: black;
    min-height: 5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;

}
.subMenu{
    background-color:transparent;
    border: none;
    color: white;
    
    text-align: center;
    
    display: inline-block;
    font-size: 4vw;
    
    cursor: pointer;
    width: 40%;

    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: italic;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    
}



.subMenu:active,
.subMenu.active {
    box-shadow: 0 0 10px rgba(255, 254, 254, 0.5);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.subMenu:hover{
    box-shadow: 0 0 10px rgba(255, 254, 254, 0.5);
    
    text-underline-offset: 5px;

}


.layolt-geral{
display: flex;
flex-direction: row;
/*background-color: yellow;*/
width: 99vw;
min-height: 15rem;

background: #0024c4;
background: linear-gradient(90deg, rgba(0, 36, 196, 1) 0%, rgba(228, 240, 239, 1) 57%, rgba(9, 115, 53, 1) 100%);



}
.layolt-img,.layolt-txt,.layolt-txt2{

    width: 33.33%;
    height: 100%;
    z-index: 1;
    

}

.layolt-txt,.layolt-txt2{
padding-left: 30px;
text-align: center;
font-size: 1.7rem;


}



.layolt-txt h1,.layolt-txt2 h1{
    color: #fff;
    text-shadow:
        0 1px 0 rgba(255,255,255,0.3),
        0 2px 3px rgba(0,0,0,0.5);

}


.demo-music-geral{
 background-color: rgb(247, 247, 235);
 display: flex;
 width: 98vw;
 min-height: 12.4rem;
}

.txtLayolt{
color: rgba(6, 161, 161, 0.3);
/*-webkit-text-stroke: 1px #333;*/
   text-shadow: 
    0 0 10px rgba(21, 153, 241, 0.75),
  /*  3px 3px 6px rgba(21, 153, 241, 0.75),*/
    /*-3px -3px 6px rgba(21, 153, 241, 0.75),*/
    1px 1px 2px #0ff;
  /*font-family: 'Inter', sans-serif;*/
}

.divTxt-music-geral{
    background-color: rgb(247, 247, 235);
    width: 99vw;
}

.demo-music-geral {
  display: flex;
 /* justify-content: center;
  align-items: center;*/
  /*padding: 20px;*/
  flex-direction: row;
  gap: 15px;
}

.play-stop,.play-stop-demo {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #007BFF 0%, #0056B3 100%);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.4);
  position: relative;
  overflow: hidden;
}

.play-stop:hover,.play-stop-demo:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 123, 255, 0.6);
}

.play-stop::before,.play-stop-demo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 10px solid #FFFFFF;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transition: all 0.3s ease;
}

.play-stop.playing::before, .play-stop-demo.playing::before {
  width: 12px;
  height: 12px;
  border-left: none;
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 65% 50%, 100% 100%, 0 100%);
}


.label-play-stop{
    font-size: 2rem;
    margin-top: -10px;
}

.divTxt-music-geral{
font-family: "PT Serif", serif;
font-weight: 700;
font-style: italic;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

text-align: center;
font-size: 2vw;
height: 95px;
}

.painel1 {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Alinha verticalmente ao centro, opcional */
    width: 100%; /* Garante largura total */
    padding: 10px; /* Espaçamento opcional */
}


.divCarrinho {
    order: 2; /* Vai para o final (direita) */
    display: flex;
    flex-direction: column;   
    margin-right: 50px;
    
}

.divPesquisa {
    order: 1; /* Fica primeiro (esquerda) */
}


.txt-pag-playback{
text-align: center;
font-size: 2vw;
font-family: "PT Serif", serif;
font-weight: 700;
font-style: italic;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
margin-left: 100px;
line-height: 80px;
}

#carrinho{
    width: 100px;
    font-size: 1.3rem;
    text-align: center;  
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: italic;
    color: black;
    border: transparent;
    background-color: transparent;
    cursor: pointer;
    

}

.imgCarrinho{

   
    font-size: 4rem;
    font-style: italic;
    line-height: 15px;
    cursor: pointer;
  
   
}


.txtCarrinho2{
  float: right;
  text-align: right;
  font-size: 20px;
  font-style: italic;
}
.divPesquisa{
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 1.5rem;
}

.txtPesquisa{
  width: 300px;
  height: 24px;

}

.btnPesquisa{
  height: 30px;

}
.divisor{
width: 100%;
height: 2px;
background-color: black;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);


}

.title-music-list{
width: 93vw;
    height: 40px;
    
    margin-top: 0;
    text-align: center;
    }


.music-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
}

/* Nome */
.music-name {
  font-weight: bold;
  font-size: 16px;
}

/* Linha das colunas */
.music-row {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-items: start;
}

/* Coluna esquerda */
.music-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Ícones */
.play-music-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Carrinho */

.cart-wrapper {
  width: fit-content;
  cursor: pointer;
}

/* Vídeo */
.video-base iframe {
  border-radius: 6px;
  margin-left: 80px;
  margin-top: 20px;
}

.chk-music-item{
  display: none;
}

.chk-music-item:checked + .cart-icon { 
  background: #28a745; 
  color:white; border-color: #28a745; 
  box-shadow: 0 0 8px rgba(40, 167, 69, 0.3); 
}

.cart-icon { 
  font-size: 2.4rem; 
  width: 32px; 
  height: 32px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border: 2px solid #ddd; 
  border-radius: 6px; 
  transition: all 0.2s; }

  .modalConfirm{
    
    display: none;
    
    background-color: rgb(206, 228, 242);
    width: 80vw;
    height: 90vh;
    position: absolute;
    margin-left: 5%;
    margin-top: 2%;
    border-radius: 15px;
  }
  .pix-container{
    display: flex;
    flex-direction: column;
    margin-top: -5vw;

  }
  .title-pix{

    text-align: center;
    font-size: 3rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
  }

  .close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: white;
    border-radius: 3px;
  }
  #btnCopiar{
    width: 30vw;
    cursor: pointer;
  }

  .imgQrcode{

    width: 30vw;
    height: 30vw;
  }
  .divResumoCompra{
    display: flex;
    flex-direction: column;
    margin-left: 8vw;
    margin-top: 50px;
    border: 1px solid black;
    border-radius: 10px;
    min-width: 65vw;
    min-height: 30em;
    padding: 20px;
  }
  .returnHome{
    display: flex;
    min-width: 65vw;
    margin-left: 8vw;
    margin-top: 25px;
    margin-bottom: -30px;
    font-size: 20px;
    
   
  }

  .iconReturn{
    cursor: pointer;
  }

  .linkMusic{

    text-decoration: none;
    color: black;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;

  }

  .list-music-geral{
    padding-left: 3em;
background: #f2f5c4;
background: linear-gradient(90deg, rgba(242, 245, 196, 1) 0%, rgba(228, 240, 239, 1) 57%, rgba(232, 255, 240, 1) 100%);
  }

.areaPedidos{

padding-left: 30%;

}

.divDownloadContent{

  padding-left: 30px;
}

.txtPedidoCliente{
border: none;
border-bottom: 1px solid black;
background-color: transparent;

}