.div-foto
{


}

.div-foto img
{
    text-align: center !important;
    align-items: center !important;
}
.input-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 230px;
}

.input-container > span,
.input-container .input {
    white-space: nowrap;
    display: block;
}

.input-container > span,
.input-container .input:first-child {
    border-radius: 6px 0 0 6px;
}

.input-container > span,
.input-container .input {
    border-radius: 0 0px 0px 0;
}

.input-container > span,
.input-container .input {
    margin-left: -1px;
}

.input-container .input {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-top: 0;
    margin-bottom: 0;
}

.input-container span {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 25px;
    color: #6b7385;
    background: #d4def5;
    border: 1px solid #CDD9ED;
    font-weight: bold;
    transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.input-container:focus-within > span {
    color: #fff;
    background-color: #148cd1;
    border-color: #148cd1;
}

.input{
    display: block;
    width: 100%;
    padding: 8px 16px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    border-radius: 6px;
    -webkit-appearance: none;
    color: #99A3BA;
    border: 1px solid  #CDD9ED !important;
    background: #fff;
    transition: border 0.3s ease;
}

.input::placeholder {
    color: #CBD1DC;
}

.input:focus {
    outline: none;
    border-color: #148cd1;
}

.btn-add
{
    text-decoration: none !important;
    color: grey;
    font-weight: bold;
    font-size: 19px;
    cursor: pointer;
}

.descricao-produto
{
    font-style: italic;
    color: gray;
}

.img-galeria
{
    border-radius: 5px;
}
.img-galeria-mini
{
    padding: 4px;
}
.texto-padrao
{
    font-weight: bold;
    color: gray;
}

.texto-padrao-lance-minimo
{
    font-style: italic;
    color: gray;
}

.texto-data-termino
{
    text-align: center;
    background: #e91e631c;
}

.texto-data-termino span
{
    color: #148cd1;
    font-weight: bold;
}

.box-galeria
{
    /* background-image: linear-gradient(to left, #e91e63, #ce328f, #a14cad, #0066b1, #0067b159); */
     border-radius: 10px; padding: 10px;
    
     /* background: rgba(233, 31, 100, 1.0); */
     /* background: linear-gradient(135deg, rgba(233, 31, 100, 1.0), rgba(0, 103, 177, 1.0)); */
}

.titulo-produto
{
    background-image: linear-gradient(to right, #e91e63, #ce328f, #a14cad, #0066b1, #fff); 
    color: white; 
    font-weight: bold;
    padding: 7px;
}

.navegacao-seta
{
    font-size: 29px;
    /* font-weight: bold; */
    color: #E91E63;
    margin-left: 10px;
    margin-right: 10px;
}

.navegacao-link
{
    font-weight: bold;
    color: #0066b1;
}
.navegacao-link:active
{
    color: green !important;
}

.img-produto
{
    margin: 3px;
    border: 0.1em solid #E91E63;
    padding: 10px;
}

.txt-titulo-info
{
    font-weight: bold;
    font-size: 19px;
}

.img-grande
{
    max-width: 300px; 
    height: 300px; 
    object-fit: cover; 
    cursor: pointer;
    border: 0.1em solid #E91E63;
    padding: 10px;
    
}

/* Estilos para as miniaturas */
#miniaturas {
    padding-top: 6px;
    display: flex;
    justify-content: center;
    gap: 5px; /* Espaçamento entre as miniaturas */
    overflow-x: hidden;
}

#miniaturas img {
    width: 100px; /* Largura das miniaturas */
    height: auto;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

#miniaturas img:hover, #miniaturas img.active {
    opacity: 1;
}
/* Escondendo a scrollbar (opcional) */
#miniaturas-container::-webkit-scrollbar {
    display: none;
  }
  #miniaturas-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
   
   
  }
.img-miniatura
{
    
    max-width: 70px; 
    height: 70px; 
    object-fit: cover; 
    cursor: pointer;
}

/*Lance*/
.dados-lance
{
    background-color: #e91e632e;
    font-style: italic;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    
}

.spinner-lance
{
    color: #E91E63 !important;
}

.valor-lance
{
    font-weight: bold;
}

.oculto {
    display: none;
}

.icone-rede-social
{
    padding: 20px;
    margin-top: 10px;

}
.icone-rede-social a
{
    text-decoration: none;
}

.div-encerrado
{
    border: 1px solid red;
    text-align: center;
    font-weight: bold;
    /* background-color: #ff000040; */
    height: 50px;
    font-size: 25px;
    color: red;
}

.produto-arremate-detalhes
{
   
    z-index: 34;
    background-color: green;
    border-radius: 5px;
   
    color: white;
    font-size: 20px;
    padding: 30px 5px 30px 7px;
    text-align: center;
}