body {
    background-color: #f3f3f3;
}

.error {
    color: red;
    font-size: 11px;
}

.info {
    color: blue;
    font-size: 11px;
}

.fundo-login {
    background-image: url('../img/fundologin01.png');
}

.fundo-normal {
    background-color: transparent;
}

#main {
    background-color: #f3f3f3;
}

img {
    max-width: 100%;
    height: auto;
}

.img-profile {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 37px;
    box-sizing: border-box;
    height: 45px;
    left: 2px;
    top: 2px;
    width: 45px;
}

.profile-menu>a {
    display: block;
    height: 129px;
    margin-bottom: 14px;
    width: 100%;
    background: url(../img/fundologin01.png) no-repeat left top;
    background-size: 100%;
}

.profile-menu>a .profile-pic>img {
    margin-top: 4%;
    width: 35%;
    height: 83px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.profile-menu>a .profile-info {
    background: rgba(0, 0, 0, 0.37);
    padding: 7px 14px;
    color: #fff;
    margin-top: 10px;
    position: relative;
}

#spinner {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    z-index: 99999999;
}

.pl-circular {
    height: 15%;
}

.description {
    margin: 20px 0 10px 0;
}

.inner-bg {
    padding: 60px 0 80px 0;
}

.top-content .text {
    color: #fff;
}

.top-content .text h1 {
    color: #fff;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

.login {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}

.esqueci-senha {
    color: #4285f4;
    font-size: 11px;
}

.esqueci-senha:hover {
    text-decoration: none;
    color: #4285f4;
}

#footer {
    position: static;
    color: #a2a2a2;
}

.fg-float {
    margin-top: 4%;
}

.main-menu>li>a:hover {
    text-decoration: none;
}

#main {
    padding-bottom: 0px;
}

.seta-cima {
    color: palegreen;
}

.seta-baixo {
    color: red;
}

#menu-trigger {
    margin-top: 4px;
}

.p-timeline {
    margin-bottom: 20px;
}

#messages-main .ms-menu {
    position: absolute;
    left: 0;
    top: 0;
    background: #F8F8F8;
    border-right: 1px solid #EEE;
    padding-bottom: 50px;
    width: 240px;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    height: 500px;
    overflow-y: scroll;
}

#messages-main {
    height: 500px;
    overflow-y: scroll;
}

.ms-reply {
    box-shadow: 0 -20px 20px -5px #FFF;
    position: relative;
}

.lv-message .lv-item:not(.right) .ms-item {
    border-radius: 20px !important;
    border-top-left-radius: 3px !important;
    background: tomato;
    border-radius: 25px;
    font-size: 13px;
    color: white;
    font-weight: bold;
}

.lv-message .lv-item.right .ms-item {
    border-radius: 20px !important;
    border-top-right-radius: 3px !important;
    text-align: left;
    background: #eee;
    border-radius: 25px;
    background-color: salmon;
    font-size: 13px;
    color: white;
    font-weight: bold;
}

::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}

::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}

::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.chat-fechado {
    background-color: gainsboro;
}

.thumbnail {
    border-color: transparent;
}

.thumbnail-img-content {
    object-fit: contain;
}

.h1-centralizado {
    line-height: 215px;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    font-family: cursive;
}

.titulo-regulamento {
    color: black;
    font-weight: bold;
    text-align: initial !important;
}

.ms-item {
    padding: 8px;
}

.ms-item>pre {
    background-color: transparent;
    border-color: transparent;
    color: white;
    width: 100%;
    font-family: unset;
    padding: 0px;
    font-size: 12px;
}

.card-carousel {
    border-radius: 11px;
    /*width: 90%; */
    max-height: 620px;
    margin-left: 4%;
}

.table-responsive-voucher {
    min-height: 0.01%;
}

.card-voucher {
    border-radius: 11px;
    width: 424px;
    max-height: 620px;
    margin-left: 4%;
    border-color: lightgray;
    border-style: dashed;
    min-height: 322px;
}

.preco-original {
    font-size: 17px;
    text-align: center;
    margin-top: -2%;
}

.preco-voucher {
    text-align: center;
    margin-top: 1%;
}

.status-aberto-fechado {
    background-color: black;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-top: 11px;
    margin-left: 5px;
}

.aberto-fechado {
    padding-left: 5px;
    padding-top: 10px;
    font-size: 12px;
}

.balao-desconto {
    height: 50px;
    width: 50px;
    left: 10px;
    top: 10px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
}

.txt-balao-desconto {
    font-size: 20px;
    color: white;
}

.info-promocional {
    border-width: 2px;
    border-style: solid;
    border-radius: 14px;
    width: 89%;
    margin-left: 7%;
    padding: 6px;
    margin-bottom: 3%;
}

.mensagem-promocional {
    border-color: black;
    border-width: 2px;
    border-style: solid;
    border-radius: 7px;
    width: 89%;
    margin-left: 7%;
    margin-bottom: -4%;
    max-height: 200px;
    height: 50px;
}

.titulo-mensagem-promocional {
    height: 25px;
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    max-height: 46px;
    min-height: 25px;
    width: 89%;
    margin-left: 7%;
}

.texto-mensagem-promocional {
    min-height: 13px;
    max-height: 28px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.ui-carousel .carousel-btn {
    font-size: 52px !important;
    position: absolute;
    z-index: 10;
    background-color: transparent;
    outline: 0;
    border: none;
    font-size: 20px;
    opacity: .75;
    z-index: 1;
}

.btn-ativar-oferta {
    font-weight: bold;
    background-color: red;
    width: 100%;
    border-radius: 12px;
    margin-top: 6%;
    font-weight: bold;
    background-color: red;
    width: 100%;
    border-radius: 12px;
    margin-top: 6%;
    width: 89%;
    margin-left: 7%;
}

.owl-stage-outer .owl-carousel .owl-item img {
    /* display: unset; */
    /* width: auto;*/
    min-width: 0;
}

.owl-theme .owl-nav {
    margin-top: -3%;
    font-size: 36px;
    position: absolute;
    margin-left: 50%;
    z-index: 9999;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: red;
}

.imagem-produto {
    max-height: 90px;
    max-width: 93px;
    min-width: 39px;
    min-height: 90px;
}


/* Refatorando */

.header-inicial {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: white;
    background-color: white;
    line-height: 30px;
    text-align: center;
    height: 110px;
}

.content-descricao-inicial,
.content-descricao-inicial>h2 {
    text-align: center;
    color: white
}


/* .cor-primaria{
    background-color: red;
}

.cor-texto-botao, .cor-texto-botao:hover, .cor-texto-botao:active, .cor-texto-botao:focus{
    color: white;
} */

.fg-line:not([class*=has-]):after {
    background: black;
}

.div-tela-inteira {
    position: absolute;
    height: 100%;
    width: 100%
}

.btn {
    font-weight: bold;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.corpo {
    overflow-x: hidden;
    height: 120vh;
}

.corpo-totem {
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .corpo {
        overflow-x: hidden;
        height: 150vh;
    }
}

.angular-google-map-container {
    position: relative;
    height: 400px;
}

.bnt-campanha {
    width: 100%;
    height: 121px;
    border: solid 1px;
    border-radius: 20px;
    text-transform: initial;
    color: white;
    margin-bottom: 10px;
}

.bnt-cartao {
    width: 14%;
    height: 50px;
    border: solid 1px;
    border-radius: 12px;
    text-transform: initial;
    color: white;
    margin-bottom: 10px;
}

.bnt-copy-label {
    width: 22%;
    height: 29px;
    border: solid 1px;
    border-radius: 12px;
    text-transform: initial;
    color: white;
    margin-bottom: 10px;
}

.icon-campanha {
    font-size: xx-large;
    color: white;
}

.banner-campanha {
    max-width: 700px;
    max-height: 321.53px;
    width: 100%;
}

.bnt-campanha:hover,
.bnt-campanha:focus,
.bnt-campanha.focus {
    border-color: black;
    text-decoration: none;
    text-decoration-color: white;
    color: white
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.owl-prev {
    left: -2rem;
}

.owl-next {
    right: -2rem;
}

.ico {
    width: 100px;
    display: block;
    height: 20px;
    color: white;
    text-decoration: none;
    padding-left: 20px;
}

.ico:before {
    content: '';
    background-image: url(../img/dots_logo_3_xHV_icon.ico);
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
}

.footer {
    background: #930223;
    height: 60px;
    width: 100%;
    bottom: 0;
    text-align: center;
    position: fixed;
    z-index: 100000;
}

.footer a {
    display: inline-block;
    cursor: pointer;
    margin: 0 60px;
}

.img-center {
    max-height: 350px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.modal-content{
    margin-top: 0px;
    margin-bottom: 100px;
}

.sticky-header {
    background-color:bisque;
    color: #fff;
    padding: 1px;    
    width: 100%;
    top: 0;
    z-index: 5; /* Para garantir que o cabeçalho fique acima de outros elementos */
    transition: top 0.3s; /* Para adicionar uma transição suave */
    font-size: 22px;
    cursor: pointer;
    margin-top: 83px;
    position:fixed ;
  }

.radio-container {
    display: inline-block;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
.radio-label {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
  }
  
  input[type="radio"] {
    display: none;
  }
  
  input[type="radio"]:checked + .radio-label {
    border: 2px solid black;
  }
  
  /* Cores personalizadas para cada valor */
  .color-0 { background-color: #f28c8c; }  /* Rosa */
  .color-1 { background-color: #f1a291; }  
  .color-2 { background-color: #f3b58e; }
  .color-3 { background-color: #f4c886; }
  .color-4 { background-color: #f5d98b; }
  .color-5 { background-color: #f8e49b; }
  .color-6 { background-color: #f8e89a; }
  .color-7 { background-color: #ede499; }
  .color-8 { background-color: #d7e39a; }
  .color-9 { background-color: #b6dca3; }
  .color-10 { background-color: #87d6a6; }  /* Verde claro */
  

/* #idlink:hover img{
   display: none; 
} */