:root {
	font-size: 16px;
	font-family: 'Open Sans';
}

body{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
	background: #ffe259;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fdca96, #f7e06e);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #fdca96, #f7e06e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ 
    background-size: 300% 300%;
}
body::-webkit-scrollbar{
    width: 0.4em;
}
body::-webkit-scrollbar-track {
    background: rgb(216, 216, 216);        /* color of the tracking area */
  }

  body::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
    border-radius: 30px;
}

body h1{
    text-align: center;
}
body h2 {
    margin-top: 30px;
    text-align: center;
}


body label {
    font-size: 24px;
    display: flex;
    justify-content: center;
}
.as-duas{
    display: flex;
    justify-content: center;
}
.descricao {
    margin-top: 5px;
}
.descricao p{
    font-weight: bold;
    color: #000;
    text-align: left;
    font-size: 16px;
    margin: 10px;
    margin-top: 18px;
    width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 20px;   
    font-size: 1.1rem;
}
.descricao p:hover{
    color: #363636;
}

.opcoes{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.opcoes select{
    border-radius: 20px;
    width: 200px;
    height: 60px;
    text-align: center;
    border: none;
    background-color: #fff6ec;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    color:#000;
    margin: 10px;
    font-size: 1.1rem; 
}
.opcoes select:hover{
    opacity: 0.8;
}

.preco-imagem{
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.preco-imagem img{
    background-color: #fff6ec;
    border-radius: 20px;
    padding: 10px;
    width: 250px;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.preco-imagem p {
    font-weight: bold;
    background-color: #fff6ec;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    color:#000;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    margin: 10px;
    width: 200px;
    padding: 30px;
    height: 60px;
    font-size: 1.1rem;
}

#teste {
    margin-top: 10px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    max-width: 200px;
    word-break: keep-all;
    
}

#teste p{
    font-weight: bold;
    background-color: #fff6ec;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    color:#000;
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    margin: 10px;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 40px;
    font-size: 1.1rem;
}

#valor-para-forcar{
    text-align: center;
    font-weight: bold;
}

#item img{
    width: 400px;
    height: auto;
}

.barras-de-pesquisa {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.barras-de-pesquisa select{
    border-radius: 20px;
    height: 30px;
    text-align: center;
    border: none;
    background-color: rgb(253, 253, 253);
    margin: 10px;
    color: rgb(0, 0, 0);
}
.barras-de-pesquisa input{
    border-radius: 20px;
    border: none;
    height: 30px;
    margin: 10px;
    text-align: center;
}

.lista{
    margin-left: 20px;
    text-align: center;
    padding: 30px;
    justify-content: center;
    display: flex;
}

.lista img{
    display: inline;
    width: 450px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 20px;
    padding-bottom: 10px;
}

#item-individual .organizar{
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}

#item-individual p {
    margin-bottom: 0;
    color: #000;
    font-weight: lighter;
    font-size: 1.2rem;
    
}

#item-individual{
    display: flex;
    align-items: flex-start;
}
.imgs{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
   
}

.extras-complemento{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 20px;
    max-width: 440px;
    padding: 20px;
}

.extras-acessorios{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 20px;
    max-width: 440px;
    padding: 20px;
}

#extras{
    width: 100px;
    height: auto;
    border: none;
    box-shadow: none;
}

#extras-retrato{
    width: 100px;
    height: auto;
    border: none;
    box-shadow: none;
}

#extras-paisagem{
    width: 200px;
    height: auto;
    border: none;
    box-shadow: none;
}

#extras-sleeves{
    width: 450px;
    height: auto;
    border: none;
    box-shadow: none;
}

#extras-paisagem-largo{
    width: 250px;
    height: auto;
    border: none;
    box-shadow: none;
}

#item-individual img{
    margin-top: 10px;
    display: flex;
}


#fechar{
    display: flex;
    margin: 0;
    border: none;
    cursor: pointer;
}
#img-individual{
    place-self: self-start;
}
.lista ul {
    margin: 10px;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.lista li {
    margin: 20px;
    list-style-type: none;
    flex-direction: column;
    display: flex;
}

#pesquisar {
    align-items: center;
    background: #FFFFFF;
    border: 0 solid #E2E8F0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    color: #1A202C;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    line-height: 24px;
    overflow-wrap: break-word;
    padding: 16px;
    text-decoration: none;
    width: auto;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }

  #pesquisar:hover{
    opacity: 0.8;
  }

.botao {
  align-items: center;
  background: #FFFFFF;
  border: 0 solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #1A202C;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  line-height: 24px;
  overflow-wrap: break-word;
  padding: 16px;
  text-decoration: none;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right: 20px;
  margin-left: 20px;
}

.lista button:hover{
    opacity: 0.8;
}
#fechar {
    background: none;
    width: 20px;
    height: 20px;
    box-shadow: none;
    font-weight: bold;
}
.cor {
    background-color: #bb9469;
    border-radius: 50%;
    width: 30px;
    height: auto;
}
.organizar{
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #fcecdd;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 10px;
    color: #000;
    font-size: 1.1rem;
}
.bolinha-pewter{
    background: rgb(172,171,167);
    background: radial-gradient(circle, rgba(172,171,167,1) 0%, rgba(155,154,149,1) 7%, rgba(126,125,120,1) 35%, rgba(101,100,96,1) 67%);
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 115px;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.bolinha-espresso{
    background: rgb(125,108,101);
    background: radial-gradient(circle, rgb(175, 151, 142) 0%, rgb(139, 117, 110) 12%, rgba(107,86,79,1) 35%, rgba(95,76,70,1) 67%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.bolinha-beige{
    background-color: #F5C19B;
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
}
.bolinha-charcoal{
    background: rgb(97,97,97);
    background: radial-gradient(circle, rgb(121, 121, 121) 0%, rgba(97,98,94,1) 7%, rgba(76,79,76,1) 35%, rgba(45,49,48,1) 67%);
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    border-radius: 115px;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.bolinha-amber{
    background: rgb(174,144,116);
    background: radial-gradient(circle, rgb(197, 164, 133) 0%, rgba(172,139,106,1) 12%, rgba(145,111,83,1) 35%, rgba(123,86,59,1) 67%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.bolinha-platinum{
    background: rgb(205,205,205);
    background: radial-gradient(circle, rgba(205,205,205,1) 0%, rgba(196,195,191,1) 18%, rgba(178,177,173,1) 46%, rgba(174,173,168,1) 79%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.bolinha-sand{
    background: rgb(194,179,165);
    background: radial-gradient(circle, rgb(219, 202, 186) 0%, rgba(194,178,162,1) 15%, rgba(177,160,144,1) 42%, rgba(167,146,131,1) 70%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.bolinha-black{
    background: rgb(68,68,68);
    background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(62,62,62,1) 15%, rgba(52,52,52,1) 42%, rgba(36,36,36,1) 70%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-black-dir{
    background: rgb(68,68,68);
    background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(62,62,62,1) 15%, rgba(52,52,52,1) 42%, rgba(36,36,36,1) 70%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-black-esq{
    background: rgb(68,68,68);
    background: radial-gradient(circle, rgba(68,68,68,1) 0%, rgba(62,62,62,1) 15%, rgba(52,52,52,1) 42%, rgba(36,36,36,1) 70%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-mocha{
    background: rgb(164,141,130);
    background: radial-gradient(circle, rgba(164,141,130,1) 0%, rgba(148,124,113,1) 15%, rgba(150,121,108,1) 42%, rgba(137,114,103,1) 72%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-mocha-dir{
    background: rgb(164,141,130);
    background: radial-gradient(circle, rgba(164,141,130,1) 0%, rgba(148,124,113,1) 15%, rgba(150,121,108,1) 42%, rgba(137,114,103,1) 72%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
.bolinha-mocha-esq{
    background: rgb(164,141,130);
    background: radial-gradient(circle, rgba(164,141,130,1) 0%, rgba(148,124,113,1) 15%, rgba(150,121,108,1) 42%, rgba(137,114,103,1) 72%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-silver{
    background: rgb(185,184,183);
    background: radial-gradient(circle, rgba(185,184,183,1) 0%, rgba(200,200,200,1) 15%, rgba(167,167,167,1) 42%, rgba(138,138,138,1) 72%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-sem-cor{
    display: none;
    color: #CCBEB2;
    border-radius: 50%;
}

.bolinha-dark-champagne{
    background: rgb(168,161,159);
    background: radial-gradient(circle, rgba(168,161,159,1) 0%, rgba(160,154,152,1) 15%, rgba(135,129,127,1) 42%, rgba(109,105,103,1) 72%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-silver{
    background: rgb(241,244,249);
    background: radial-gradient(circle, rgba(241,244,249,1) 0%, rgba(206,207,209,1) 15%, rgba(184,186,190,1) 42%, rgba(164,166,169,1) 72%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-gold{
    background: rgb(242,227,217);
    background: linear-gradient(135deg, rgba(242,227,217,1) 0%, rgba(227,204,195,1) 24%, rgba(213,188,177,1) 51%, rgba(192,161,152,1) 67%, rgba(44,44,44,1) 67%, rgba(0,0,0,1) 98%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-sandy-brown{
    background: rgb(132,110,92);
    background: radial-gradient(circle, rgba(132,110,92,1) 0%, rgba(114,97,82,1) 17%, rgba(69,63,57,1) 50%, rgba(48,43,38,1) 80%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-black-silver{
    background: rgb(229,229,229);
    background: linear-gradient(135deg, rgba(229,229,229,1) 0%, rgba(221,223,223,1) 24%, rgba(209,209,209,1) 51%, rgba(177,177,177,1) 67%, rgba(44,44,44,1) 67%, rgba(0,0,0,1) 98%);
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
    animation-name: metal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.bolinha-grey{
    background: #bbbbbb;
    border-radius: 115px;
    box-shadow: 2px 3px 3px 0px #e7e9e91a;
    width: 30px;
    height: 30px;
    border: none;
}


@keyframes metal {
    0%{
        filter: brightness(1);
        
    }20%{
        filter: brightness(1.15);
    }
    30%, 100%{
        filter: brightness(1,25);
    }
}

.botao-clicou{
  align-items: center;
  border: 0 solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #1A202C;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  line-height: 24px;
  overflow-wrap: break-word;
  padding: 16px;
  text-decoration: none;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #6D5D6E;
} 

.modal{
    border-radius: 30px;
    max-width: 800px;
    text-align: center;
}


.modal img{
    width: 600px;
    height: auto;
}

.modal a{
    align-items: center;
  background: none;
  box-sizing: border-box;
  color: #1A202C;
  display: block;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 20px;
  text-align: right;
  justify-content: center;
  line-height: 24px;
  overflow-wrap: break-word;
  padding: 8px;
  text-decoration: none;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right: 20px;
  margin-left: 20px;
}

.botao-info{
    align-items: center;
  background: #FFFFFF;
  border: 0 solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #1A202C;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  line-height: 24px;
  overflow-wrap: break-word;
  padding: 16px;
  text-decoration: none;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right: 20px;
}

.botao-sku-clicou{
    align-items: center;
    border: 0 solid #E2E8F0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    color: #1A202C;
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    height: 26px;
    justify-content: center;
    line-height: 24px;
    overflow-wrap: break-word;
    padding: 16px;
    text-decoration: none;
    width: auto;
    border-radius: 8px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #6D5D6E;
  } 

.botao-sku{
    align-items: center;
  border: 0 solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #1A202C;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 26px;
  justify-content: center;
  line-height: 24px;
  overflow-wrap: break-word;
  padding: 16px;
  text-decoration: none;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right: 20px;
}

#voltar-pesquisa{
align-items: center;
  border: 0 solid #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  color: #1A202C;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  line-height: 24px;
  overflow-wrap: break-word;
  padding: 16px;
  text-decoration: none;
  width: auto;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right: 20px;
}


.botao-info a{
    text-decoration: none;
    color: #1A202C;
}

.botao a {
    text-decoration: none;
    color: #1A202C;
}

.modal a.close-modal {
    display: none;
}

.botao-voltar{
    position: fixed; /* Adição: Define a posição absoluta */
    right: 5vh;
    top: 4.5vh;
    width: 30px;
    height: 30px;
    background-color: #7c7c7c;
    border-radius: 50%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    color: #fff;
    z-index: 4; /* Adição: Define a ordem de sobreposição */
    transition: background-color 0.3s, opacity 0.3s; /* Alteração: Adiciona transição para opacity */
    opacity: 0.6;
  }
  .botao-voltar a{
    text-decoration: none;
    color: white;
  }
  .botao-voltar:hover{
  opacity: 0.8;
  }

  @keyframes gradient {
	0%{
		background-position: 0 50%;
		
	}

	50%{
		background-position: 100% 50%;
	}

	100%{
		background-position: 0 50%;
	}
}


:root {
	font-size: 16px;
	font-family: 'Open Sans';
}

body::-webkit-scrollbar{
	width: 0.25rem;
}

.aparelho{
	width: 70px;
	border: none;
	background-image: linear-gradient(to top, #f6f7dd 0%, white 100%);
	padding: 5px;
	padding-left: 70px;
	padding-right: 70px;
	border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    color:#000;
}
.calculadora{
	width: 70px;
	border: none;
	background-image: linear-gradient(to top, #f6f7dd 0%, white 100%);
	padding: 5px;
	padding-left: 70px;
	padding-right: 70px;
	border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    color:#000;
}

.calculadora-clicou{
	width: 70px;
	background-image: linear-gradient(to top, #e9e4d5 0%, rgb(240, 238, 238) 100%);
	border: none;
	padding: 5px;
	padding-left: 70px;
	padding-right: 70px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 2px -2px 7px -3px, rgba(0, 0, 0, 0.2) 1px 1px 0px 0px inset;
	color:#000;
	transition: 30ms ease-in;
}

.aparelho-clicou{
	width: 70px;
	background-image: linear-gradient(to top, #e9e4d5 0%, rgb(240, 238, 238) 100%);
	border: none;
	padding: 5px;
	padding-left: 70px;
	padding-right: 70px;
	border-radius: 15px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 2px -2px 7px -3px, rgba(0, 0, 0, 0.2) 1px 1px 0px 0px inset;
	color:#000;
	transition: 30ms ease-in;
}

.nav a {
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px ;
    color:#000;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

h3{
	margin-left: 20px;
}

.nav{
	padding: 30px;
	display: flex;
	flex-direction: row;
	max-height: 200px;
	justify-content: space-between;
    align-items: center;
	box-shadow:  -5px 5px 8px #ed9b4b,
             	5px -5px 8px #ffb357;
	border-radius: 15px;
}

.calculadora-div{
    margin-left: 10px;
}

.aparelho-div{
    margin-left: 10px;
}

.modal li{
    list-style-type: none;
    margin-bottom: 5px;
}

.rodape {
    color: #7C55A5;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 75vh;
  }
  .form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 400px;
    background-color: rgb(252, 252, 252);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px,rgba(45, 35, 66, 0.15) 0 7px 13px -3px,#fdfdff 0 -3px 0 inset;
    position: fixed;
    bottom: 10vh;
    right: 25vh;
  }
  
  .form .title {
    color: royalblue;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .form input {
    outline: 0;
    border: 1px solid rgb(219, 213, 213);
    padding: 8px 14px;
    border-radius: 8px;
    width: 80%;
    height: 50px;
  }
  
  .form textarea {
    border-radius: 8px;
    height: 80px;
    width: 80%;
    resize: none;
    outline: 0;
    padding: 8px 14px;
    border: 1px solid rgb(219, 213, 213);
  }
  
  .form button {
    align-self: flex-end;
    padding: 8px;
    outline: 0;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    background-color: royalblue;
    color: #fff;
    cursor: pointer;
  }
  
  #Duvidas{
    align-items: center;
    appearance: none;
    background-color: #FCFCFD;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.2) 0 2px 4px,rgba(45, 35, 66, 0.15) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #7C55A5;
    cursor: pointer;
    display: inline-flex;
    font-family: "JetBrains Mono",monospace;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
  }
  
  #Duvidas:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
   }
   
   #Duvidas:hover {
    box-shadow: rgba(45, 35, 66, 0.3) 0 4px 8px, rgba(45, 35, 66, 0.2) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
   }
   
   #Duvidas:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
   }



@media only screen and (max-width: 768px) {

    html{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .nav{
        flex-direction: column;
    }

    .calculadora-div{
        margin-top: 10px;
    }
    
    .aparelho-div{
        margin-top: 10px;
    }

    .aparelho{
        width: 40px;
        border: none;
        background-image: linear-gradient(to top, #f6f7dd 0%, white 100%);
        padding: 5px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
        color:#000;
    }
    .calculadora{
        width: 40px;
        border: none;
        background-image: linear-gradient(to top, #f6f7dd 0%, white 100%);
        padding: 5px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
        color:#000;
    }
    
    .calculadora-clicou{
        width: 40px;
        background-image: linear-gradient(to top, #e9e4d5 0%, rgb(240, 238, 238) 100%);
        border: none;
        padding: 5px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 2px -2px 7px -3px, rgba(0, 0, 0, 0.2) 1px 1px 0px 0px inset;
        color:#000;
        transition: 30ms ease-in;
    }
    
    .aparelho-clicou{
        width: 40px;
        background-image: linear-gradient(to top, #e9e4d5 0%, rgb(240, 238, 238) 100%);
        border: none;
        padding: 5px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 2px -2px 7px -3px, rgba(0, 0, 0, 0.2) 1px 1px 0px 0px inset;
        color:#000;
        transition: 30ms ease-in;
    } 
    #voltar-pesquisa{
        margin: 0;
    }
    .barras-de-pesquisa{
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .barras-de-pesquisa select{
        width: 200px;
    }
    .barras-de-pesquisa input{
        width: 200px;
    }

    #item ul{
        margin: 0;
    }
    .lista{ 
        margin: 0;
        align-items: flex-start;

    }
    .organizar {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .organizar a {
        margin-top: 10px;
    }

    .modal img {
        width: 200px;
        height: auto;
    }

    #item-individual {
        flex-direction: column;
        max-height: 300px;
        max-width: 300px;
    }

    .as-duas{
        flex-direction: column;
        align-items: center;
    }

    .botao-sku{
        margin-top: 20px;
        margin-left: 10px;
    }
    .extras{
        max-width: 350px;

    }
    #extras-retrato{
        height: 150px;
        width: auto;
    }

    .imgs{
        max-width: 300px;
    }
    
    .imgs img:nth-child(1){
        width: 300px;
    }

    #extras-sleeves{
        width: 300px;
        height: auto;
    }

    #extras-paisagem{
        width: 300px;
        height: auto;
    }
  }
