body {
  display: flex;
  flex-direction: column;

  align-items: center;
  height: 100vh;
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');


.wrapper {
    max-width: 349px;
margin: 0 auto; 
    display: flex;
   width: 30vw;
   height: auto;
    box-sizing: border-box;
    margin-top: -100px;
}

.highlight {
    background-color: #D0021B;
    color: #ffffff;
    padding: 2px 5px; /* Espaçamento interno */
    margin: 0 3px; /* Espaçamento externo */
}



@media screen and (max-width: 690px) {
 .imgsm
 {
display:block;
  }
  
   .imglg
 {
display:none;
  }
}

@media screen and (min-width: 691px) {
 .imglg
 {
display:block;
  }
  
   .imgsm
 {
display:none;
  }
}



#selection-summary {
  display: none; /* Mostrado pelo JS quando houver seleção */
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #111;
  font-family: inherit; /* Garante uso da fonte principal do site */
  font-weight: 400;
  letter-spacing: 0;
   font-family: 'Poppins', sans-serif;
}

#selection-summary span {
  color: #D0021B;
  font-weight: bold;
}


@media screen and (max-width: 1200px) {
  .wrapper  {
width: 45vw;
  }
}


@media screen and (max-width: 900px) {
  .wrapper  {
width: 65vw;
  }
}

  .name-container {
    display: flex; /* Use flexbox layout */
    align-items: center; /* Vertically center items */
  }

.name {
   font-family: 'Poppins', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  color: #D0021B;
  margin-bottom:30px;
  display: inline;
}

  .badge {
display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 10px;
    border-radius: 20px;
    top: -27px;
    background-color: #D0021B;
    color: #FFFFFF;
    font-family: 'Cabin', sans-serif;
    margin-top: -41px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    line-height: -13px;
    border: 2px solid #D0021B;
    margin-left: 3px;
}

/* Speed Toggle Button Styles */

/* Add any additional styles as needed */



/* Speed Switch Container */
.speed-switch-container {
  display: flex;
  flex-direction: column; /* Stack the label above the switch */
  align-items: center;
  margin-top: 20px;
  gap: 5px; /* Space between the label and the switch */
}

/* Speed Switch Label */
.speed-label {
  font-family: 'Open Sans', sans-serif; /* Use Open Sans font */
  color: #000;
  font-size: 16px;
  text-align: center;
}

/* In Night Mode */
body.night-mode .speed-label {
  color: #f0f0f0;
}

/* Speed Switch */
.speed-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.speed-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.speed-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.speed-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  background-image: url('https://fabiosola.com/selecao/speed.png'); /* Adding the icon */
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
  border-radius: 50%;
}

.speed-switch input:checked + .slider {
  background-color: #D0021B;
}

.speed-switch input:checked + .slider:before {
  transform: translateX(26px);
}



@media screen and (max-width: 700px) {
  .wrapper  {
width: 75vw;
  }
}


@media screen and (max-width: 500px) {
  .wrapper  {
width: 85vw;
  }
}




.gallery img {
  width: 690px;
  height: auto;
  margin: 10px;
}

.pix {
  max-width: 165px;
}

.wrapper1 {
  display: flex;
  justify-content: center;
  margin: 50px auto;
  max-width: 349px;
  width: 90%;
  box-sizing: border-box;
}

.logo {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;;
}

/* Adicione os estilos desejados para o botão do WhatsApp */
.whatsapp-button {
    transition: background-color 0.3s;
    background-color: #075E54;
    color: #fff;
    padding: 20px 30px;
    border: none;
    border-radius: 30px;
    margin-top: 21px;
    text-decoration: none;
     font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.whatsapp-button:hover {
 background-color: #25D366;
}

       hr {
width: 344px;
    height: 2px;
    background-color: #000000;
    margin: -7px 0 16px;
        }
        
        .ou {
            margin-bottom: 30px;
    font-size: 20px;
        }
        

img {
  -webkit-user-drag: none; /* Safari */
  user-drag: none;
  -webkit-touch-callout: none; /* Disable long press on mobile */
  pointer-events: none; /* Disable click events */
}

/* Optionally, you can overlay a transparent div to prevent right-click context menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pix-button {
  background-color: rgb(50 188 173);
  color: #fff;
  border: none;
  padding: 10px 8px;
  font-size: 14px;
  
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-top: 30px; /* Adicionar margem superior para espaçamento */
}

.pix-button:hover {
  background-color: #36b2055c;
}

.media-text {
  
   font-family: 'Poppins', sans-serif;
  margin-bottom: 1px;
  margin-top: 2px;
    text-transform: uppercase;
  font-size: 20px;
      
}

h1 {
  align-items: center;
  font-size: 30px;
   font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #000000;
      margin-top: -82px;
    
}

h2 {
  align-items: center; /* Esta propriedade não centraliza o texto */
  font-size: 22px;
  font-weight: 500;
  margin-top: 0px;
  color: #000000;
  line-height: 40px;
   font-family: 'Poppins', sans-serif;
  
  text-align: center; /* Adicionando esta propriedade para centralizar o texto */
}

h3 {
  align-items: center; /* Esta propriedade não centraliza o texto */
  font-size: 22px;
  font-weight: 500;
   font-family: 'Poppins', sans-serif;
  color: #000000;
  text-transform: uppercase;
  padding-top: 85px;
  text-align: center; /* Adicionando esta propriedade para centralizar o texto */
}

h9 {
  align-items: center; /* Esta propriedade não centraliza o texto */
  font-size: 22px;
  font-weight: 500;
   font-family: 'Poppins', sans-serif;
  color: #000000;
  text-transform: uppercase;
  padding-top: 0px;
    padding-bottom: 70px;
  text-align: center; /* Adicionando esta propriedade para centralizar o texto */
}





h4 {
  align-items: center; /* Esta propriedade não centraliza o texto */
  font-size: 22px;
  font-weight: 500;
   font-family: 'Poppins', sans-serif;
  color: #000000;
  text-transform: uppercase;
  
  text-align: center; /* Adicionando esta propriedade para centralizar o texto */
}

h5 {
  align-items: center; /* Esta propriedade não centraliza o texto */
  font-size: 22px;
  font-weight: 500;
   font-family: 'Poppins', sans-serif;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  text-align: center; /* Adicionando esta propriedade para centralizar o texto */
}



p {
  font-size: 14px;
   font-family: 'Poppins', sans-serif;
}

.date {
   font-family: 'Poppins', sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #D0021B;
  margin-bottom: 40px;
}

.name {
   font-family: 'Poppins', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  color: #D0021B;
  margin-bottom:30px;
}

.gallery {
  
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  
}

.image-container {
  text-align: center;
  margin: -2vh;
  position: relative; /* Permitir posicionamento absoluto dos botões */
  margin-bottom: 50px;
}

.image-container img {
  width: calc(100% - 40px);
  box-sizing: border-box;
  border: 2px solid transparent; /* Borda transparente inicialmente */
}


.media-container {
  text-align: center;
  margin: -2vh;
  position: relative; /* Permitir posicionamento absoluto dos botões */
  margin-bottom: 50px;
  cursor: pointer;
  max-width: 750px;
}

.media-container img {
  width: calc(100% - 40px);
  box-sizing: border-box;
  border: 2px solid transparent; /* Borda transparente inicialmente */
}

.media-container video {
  width: calc(100% - 40px);
  box-sizing: border-box;
  border: 2px solid transparent; /* Borda transparente inicialmente */
}

.selector-button
 {
  background-color: #000000;
  color: #fff;
  border: none;
  padding: 1vw 10vw;
  font-size: 1.6vw;
    font-family: 'Poppins', sans-serif;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-top: 10px; /* Adicionar margem superior para espaçamento */
  margin-bottom: 50px;
  text-transform: uppercase;
  border-radius: 36px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}


@media screen and (max-width: 1200px) {
.selector-button {
 font-size: 2vw;
  padding: 2vw 15vw;
  }
}


@media screen and (max-width: 900px) {
.selector-button {
 font-size: 3vw;
   padding: 3vw 18vw;
  }
}


@media screen and (max-width: 700px) {
.selector-button{
 font-size: 4vw;
   padding: 3vw 18vw;
  }
}


.arquivo-button {
  background-color: #D0021B;
  color: #fff;
  border: none;
  padding: 10px 8px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin-top: 10px; /* Adicionar margem superior para espaçamento */
  margin-bottom: -8px;
}

.arquivo-button:hover {
 background-color: #D0021B;
}



.copy-button {
background-color: #D0021B;
    color: #fff;
    border: none;
    padding: 20px 18px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 37px;
    transition: background-color 0.3s;
    margin-top: 10px;
    margin-bottom: -8px;
}

.copy-button:hover {
 background-color: #D0021B;
}

.selector-button.selected {
  background-color: #D0021B;
}

.selected-images-list {
  margin-top: 20px;
  list-style-type: disclosure-closed;
   font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

.total-price {
      margin-top: 20px;
  list-style-type: disclosure-closed;
   font-family: 'Poppins', sans-serif;
  font-size: 20px;
    font-weight: 700;
}
}

.selected-images-list-title {
   font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -10px;
}

.footer {
  text-align: center;
  margin-top: 50px; /* Espaço de 200px abaixo do botão "Copiar Lista" */
  padding-bottom: 50px;
}

.footer img {
  width: 100px; /* Tamanho da sua logo */
  height: auto;
}

.image-container.selected img {
  border-color: #D0021B; /* Adicionando borda verde à imagem selecionada */
}

.play-button {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.play-button::before {
    content: '\25B6'; /* Play icon */
    font-size: 36px;
    color: #025b98;
    position: inherit;
    left: 18px;
    top: 7px;
}

.pause-button {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: none; /* Initially hidden */
    cursor: pointer;
}

.pause-button::before {
    content: '\275a\275a'; /* Pause icon */
    font-size: 36px;
    color: #e83248;
    position: inherit;
left: 14px;
    top: 3px;
}

::marker {
    color: #D0021B;
}



/* Night mode styles */
body.night-mode {
  background-color: #222; /* Change the background color for night mode */
  color: #f0f0f0; /* Change text color to light */
}

.night-mode .highlight {
  background-color: #444;
  color: #D0021B;
}

/* Selector button after being clicked in both modes */
.selector-button.selected {
  background-color: #D0021B;
  color: #ffffff;
}

/* Selector button in night mode after being clicked */
body.night-mode .selector-button.selected {
  background-color: #D0021B;
  color: #ffffff;
}

/* Ensure other elements are styled properly in night mode */
.night-mode h1, .night-mode h2, .night-mode h3, .night-mode h4, .night-mode h5, .night-mode p, .night-mode .media-text, .night-mode .total-price {
  color: #f0f0f0; /* Set a lighter text color for readability */
}

.night-mode .selector-button {
  background-color: #444; /* Change button background in night mode when not clicked */
  color: #f0f0f0;
}

.night-mode .selector-button:hover {
  background-color: #555; /* Change hover color in night mode */
}




.switch-container {
  margin-bottom: 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  background-image: url('https://fabiosola.com/selecao/ns.png'); /* Adding the icon */
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #D0021B;
}

input:checked + .slider:before {
  transform: translateX(26px);
}



.name,
h1, h2, h3, h4, h5,
.media-text, .total-price, .date {
  /* remove AppleGothic e adicione uma fonte padrão do iOS */
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased; /* melhora a aparência no iOS */
}

