/* Colocar a imagem "marca-dagua.png" no body */
body {
    background-image: url('/staticsapp/img/site/fundo1.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#id-conteudo {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Texto em negrito */
.negrito {
    font-weight: bold;
}

.italico {
    font-style: italic;
}

.cursor-maozinha {
    cursor: pointer;
}

.fonte-8 {font-size: 8px;}
.fonte-10 {font-size: 10px;}
.fonte-11 {font-size: 11px;}
.fonte-12 {font-size: 12px;}
.fonte-14 {font-size: 14px;}
.fonte-16 {font-size: 16px;}
.fonte-20 {font-size: 20px;}

.help-text {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 5px;
}

.oculto{
    display: none;
}

/* Estilo para a div oculta inicialmente */
#id-overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

#overlay img {
    max-width: 100%;
    max-height: 100%;
}
/* -------------------------------- */

.bg-azul-claro {
    background-color: rgb(173, 216, 230);
}

.bg-verde-claro {
    background-color: rgb(175, 255, 208);
}

.bg-cinza-claro {
    background-color: rgb(223, 223, 223);
}

.bg-amarelo-claro {
    background-color: bisque;
}

.bg-rosa {
    background-color: #EE4D94;
}

.text-rosa {
    color: #EE4D94;
}

#id-cabecalho{
    /* Uma imagem deve ficar no centro dessa div e não alterar o tamanho quando o tamanho da tela for alterado */
    height: 90px;
    width: 100%;
    background-image: url('../img/cabecalho-v2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}

.altura-da-lista-de-textos{
    height: 200px;
    overflow-y: auto;
    /* Fundo amarelo bem clarinho */
    background-color: rgb(255, 241, 223);
}


/* A div com #id=id-box-botao-entrar deve ficar sempre fixo no top  e à direita da tela.  */
#id-box-botao-entrar {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

#id-box-botao-voltar {
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 9999;
}

.quebra-de-linha {
  word-wrap: break-word;
  /* IE 5.5-7 */
  white-space: -moz-pre-wrap;
  /* Firefox 1.0-2.0 */
  white-space: pre-wrap;
  /* current browsers */
}


.width20 {
    width: 20%;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  }
  
  .btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }

  /* Ao passar o mouse sobre os elementos com classe link-abertura a imagem
  deve se mover 5 pxs para cima e para a direita */
    .link-abertura:hover {
        position: relative;
        top: -5px;
        left: 5px;
    }


    
#id-texto-contrato {
    overflow: hidden;
    overflow-y: auto;
    border: 1px solid #c8c8c8;
    padding: 10px;
    max-height: 500px;
}

#id-duvidas-sobre {
    list-style-type: square;
}

.section-rosa {
    background-color: #EE4D94;
    color: white;
}

.section-transparente {
    background-color: transparent;
    color: #96154C;
}

.section-rosa-gradiente {
    background-image: linear-gradient(189deg, #EE4D94 35%, #96154C 85%);
    color: white;
}

.btn-redondo{
    border-radius: 20px;
}

.cantos-arredondados{
    border-radius: 20px;

}

.fundo-rosa{
    background-color: #EE4D94;
}

.text-rosa{
    color: #EE4D94;
}

.fundo-rosa-claro{
    background-color: #ee80b0;
}

.img-clarea:hover {
    filter: brightness(0.5);
}

.section-rounded{
    border-radius: 20px;
}

#id-box-site {
    width: 100%; 
    max-width: 500px; 
    height: auto; 
    background-color: transparent; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    padding: 20px;
}

/* Classe para retirar o underline dos elementos <a> */
.no-underline {
    text-decoration: none;
}

.alinhado-a-direita {
    text-align: right;
}

.opaco50 {
    opacity: 0.5;
}

/* Ao passar o mouse sobre o elemento, ele deve ficar menos opaco */
.thumbnail:hover {
    opacity: 0.8;
}

.imagem-logomarca {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    margin: 0 auto;
}

/* Select de ações mais amigável */
.custom-select-acao {
    background: linear-gradient(90deg, #f8fafc 80%, #e9ecef 100%);
    border: 1px solid #0d6efd;
    border-radius: 8px;
    transition: box-shadow 0.2s;
}
.custom-select-acao:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.2rem rgba(25,135,84,.25);
}
.pedido-acoes-select option {
    padding: 8px 12px;
    font-size: 1rem;
    font-weight: 500;
}
.pedido-acoes-select option[value="editar"] { color: #0d6efd; }
.pedido-acoes-select option[value="itens"] { color: #6610f2; }
.pedido-acoes-select option[value="frete"] { color: #198754; }
.pedido-acoes-select option[value="ficha"] { color: #dc3545; }
.pedido-acoes-select option[value="atualizacao"] { color: #fd7e14; }
.custom-select-acao:hover, .custom-select-acao:active {
    box-shadow: 0 0 8px 0 #0d6efd33;
}