/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

/*@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}*/

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

@media (max-width: 576px) {    
    .jumbotronbotoes {
        display: block !important;
    }
}

body {
    /*padding-top: 70px;*/
    padding-bottom: 0px;
}

@media (min-width: 576px) {
    .corNavBarInferior {
        background-color: #e9ecef;
    }
}

.bottom-content {
    padding-top: 5px;
    padding-bottom: 5px;
}

.big-checkbox {
    width: 28px;
    height: 28px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.imagem {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-height: 80px;
    max-width: 80px;
    min-height: 80px;
}

.sem-imagem {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
}

.descricao {
    text-align: center;
}

.preco {
    color: red;
    font-weight: bold;
    text-align: center;
}

.precoEsquerda {
    color: red;
    font-weight: bold;
}

.precoDireita {
    color: red;
    font-weight: bold;
    text-align: right;
}

.cardProduto {
    min-height: 160px;
    /*max-height: 300px;*/
    margin-top: 0px;
    position: relative;
    min-width: 250px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px auto;
    padding: 0px 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    transition: .2s;
}

    .cardProduto:hover {
        transform: scale(1.03);
    }

.cardProduto-SemImagem {
    min-height: 100px;
    /*max-height: 300px;*/
    margin-top: 0px;
    position: relative;
    min-width: 250px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px auto;
    padding: 0px 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    transition: .2s;
}

    .cardProduto-SemImagem:hover {
        transform: scale(1.03);
    }

.imagemCategoria {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    max-height: 100px;
    max-width: 100px;
}


.cardCategoria {
    flex-direction: row;
    min-height: 100px;
    max-height: 100px;
    margin-top: 0px;
    position: relative;
    min-width: 50px;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px auto;
    padding: 0px 0px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    transition: .2s;
}

    .cardCategoria:hover {
        transform: scale(1.03);
    }

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.w-fitContent {
    width: fit-content;
}

.min-w-fitContent {
    min-width: fit-content;
}

.rotulo-d {
    max-width: 280px;
    width: 100%;
    text-align: end;
}

.rotulo-e {
    max-width: 280px;
    width: 100%;
    text-align: start;
}

.cor-texto-rosa {
    color: #ff1493;
}

.label-justify {
    text-align: justify;
    text-justify: inter-word;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .callout h5 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .callout p:last-child {
        margin-bottom: 0;
    }

    .callout code {
        border-radius: 3px;
    }

    .callout + .bs-callout {
        margin-top: -5px;
    }

.callout-default {
    border-left-color: #777;
}

    .callout-default h5 {
        color: #777;
    }

    .callout-default h3 {
        color: #777;
    }

.callout-primary {
    border-left-color: #428bca;
}

    .callout-primary h5 {
        color: #428bca;
    }

    .callout-primary h3 {
        color: #428bca;
    }

.callout-success {
    border-left-color: #5cb85c;
}

    .callout-success h5 {
        color: #5cb85c;
    }

    .callout-success h3 {
        color: #5cb85c;
    }

.callout-danger {
    border-left-color: #d9534f;
}

    .callout-danger h5 {
        color: #d9534f;
    }

    .callout-danger h3 {
        color: #d9534f;
    }

.callout-warning {
    border-left-color: #f0ad4e;
}

    .callout-warning h5 {
        color: #f0ad4e;
    }

    .callout-warning h3 {
        color: #f0ad4e;
    }

.callout-info {
    border-left-color: #5bc0de;
}

    .callout-info h5 {
        color: #5bc0de;
    }

    .callout-info h3 {
        color: #5bc0de;
    }

.callout-bdc {
    border-left-color: #29527a;
}

    .callout-bdc h5 {
        color: #29527a;
    }

/*sanfona*/

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}

#accordion .panel-title a {
    display: block;
    padding: 18px 35px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    background: #e9ecef;
    border: none;
    position: relative;
    transition: all 0.3s ease 0s;
}

    #accordion .panel-title a:after,
    #accordion .panel-title a.collapsed:after {
        content: "\f068";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 40px;
        height: 40px;
        line-height: 32px;
        border-radius: 50%;
        background: #e9ecef;
        text-align: center;
        font-size: 15px;
        color: #000000;
        border: 5px solid #fff;
        position: absolute;
        top: 10px;
        left: -20px;
        transition: all 0.3s ease 0s;
    }

    #accordion .panel-title a.collapsed:after {
        content: "\f067";
    }

    #accordion .panel-title a:hover:after,
    #accordion .panel-title a.collapsed:hover:after {
        transform: rotate(360deg);
    }

#accordion .panel-body {
    padding: 15px 25px;
    background: #fff;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}


.elementID {
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
}

.imagemFundo {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

footer {
    padding: 1rem 0 0 0;
    color: #fff;
}

    footer a.fa-stack i {
        color: #005681;
    }


    footer .copyright {
        color: #8b8c8d;
        font-size: .9rem;
        margin: 2rem 0 0 0;
        padding: 0;
        text-align: left;
    }

.link-info {
    color: #0dcaf0;
}

.link-secondary {
    color: #6c757d;
}

.link-success {
    color: #198754;
}

.link-dark {
    color: #212529;
}

.etsy-button {
    z-index: 2;
    position: relative;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c757d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 24px;
    height: 24px;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}

/*-ms-flex: 0 1 auto;*/
/*width: 30px;*/
/*height: 3px;*/
/*background-color: #fff;*/
/*opacity: .5;*/

/*.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;    
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity 0.6s ease;
}*/

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background-color: #8c8c8c !important;
}

.carousel-indicators {
    bottom: -50px;
}

button {
    margin-left: 5px;
    margin-right: 5px;
}

#ajusteDeMargemButton {
    margin-left: 0px;
    margin-right: 0px;
}

.h7 {
    color: #111111;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

/* 09.05.2024 - Leonardo -> OS 175084 - Validation é utilizado no alerta de produto com informações pendentes */
@keyframes pulseValidation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }

}
#validation {
    animation: pulseValidation 2s infinite;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

/* -- Estilização do loading, utilizando na função js AtivarDesativarLoading() -- */
#overlay {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

/* -- Fim da estilização do loading -- */

/* -- Estilização Botão mostrar senha -- */
.verSenha, .verConfirmacaoSenha, .verSenhaAtual {
    position: absolute;
    top: 10px;
    right: 4px;
    cursor: pointer;
}

.senha {
    padding-right: 1.5rem !important;
}

.divSenha {
    position: relative;
}

/* -- Fim Estilização Botão mostrar senha -- */

.centralizar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.btnInteiro {
    width: 100%;
}

.full-screen-image {
    position: fixed; /* Permanece fixo na tela */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Garante que a imagem não ultrapasse os limites da div */
}

.full-screen-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ajusta a imagem para cobrir todo o espaço disponível */
}

.tituloCombo{
    display:flex;
    justify-content: center;
}