:root {
    --cor-principal: #685bc7;
    --cor-secundaria: #f5b6cd;
    --cor-terciaria: #a4dbe8;
    --cor-verde-cta: #00B43C;
    --rgb-body: 250, 250, 250;
    --rgb-cor-principal: 104, 91, 199;
    --cor-premium-1: #DFA03F;
    --cor-premium-2: #68400E;
    --cor-premium-3: #EB9209;
    --cor-premium-4: #FFF9ED;
    --cor-premium-5: #E09A47;
    --cor-remover: #f23d4f;
}

/***BODY ****/

body {
    color: #122243;
    background-color: rgba(var(--rgb-body), 0.7);
    font-family: 'Open Sans', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--cor-principal);
}

a {
    color: #454545;
    transition: .3s;
}


a:hover,
a:active,
a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
    background-color: var(--cor-principal);
    border-radius: 50%;
    color: #FFF;
    border: 2px solid #FFF;
}

.back-to-top:hover {
    background: var(--cor-principal);
}

.cursor-pointer {
    cursor: pointer;
}

.back-to-top:hover iconify-icon {
    color: var(--cor-terciaria);
}

.back-to-top iconify-icon {
    color: #FFF;
    padding-top: 7px;
}

.borda-bucado {
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, .075);
}


/***** CLASSES CORES ****/

.bg-baby {
    background-color: var(--cor-principal);
}

.borda-baby {
    border: 1px solid var(--cor-principal);
}

.bg-secundaria {
    background-color: var(--cor-secundaria);
}

.bg-terciaria {
    background-color: var(--cor-terciaria);
}

.text-principal {
    color: var(--cor-principal);
}

.bootstrap-select .btn-light {
    border: 1px solid #ced4da;
    background-color: #fff;
    border-radius: .25rem;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #495057 !important;
}

.margin-lateral-0{
    margin-left: 0;
    margin-right: 0;
}
.padding-lateral-0{
    padding-left: 0;
    padding-right: 0;
}
.text-secundario {
    color: var(--cor-secundaria);
}

.br-10 {
    border-radius: 10px;
}

.text-terciario {
    color: var(--cor-terciaria);
}

td.numero{
    text-align: right;
}

@keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0.5;
    }
}

.pisca {
    animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

.text-black {
    color: #000;
}


.colorRed {
    color: red;
}

.colorGreen {
    color: green;
}

.active {
    font-weight: bold;
}

.underline {
    text-decoration: underline !important;
}

.bold {
    font-weight: bold !important;
}

.lagTotal {
    width: 100%;
}

.center {
    text-align: center;
}

.tata.error {
    background: red !important;

}

.tata.error .tata-title {
    color: #FFF;
}

.bold {
    font-weight: bold;
}

.menu-logo-chababy {
    height: auto;
}

input[type="checkbox"]{
    accent-color: var(--cor-principal);
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
    transform: scale(1.2);
    padding: 10px;
}

.useFontAwesomeFamily::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: "Font Awesome 5 Brands" !important;
}

.useFontAwesomeFamily:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: "Font Awesome 5 Brands" !important;
}

.useFontAwesomeFamily::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: "Font Awesome 5 Brands" !important;
}

.useFontAwesomeFamily:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Font Awesome 5 Brands" !important;
}

.useFontAwesomeFamily::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Font Awesome 5 Brands" !important;
}

.useFontAwesomeFamily::placeholder {
    /* Most modern browsers */
    font-family: "Font Awesome 5 Brands" !important;
}

@media(max-width:799px) {
    .blockUI img {
        width: 100%;
    }
}


/**** PADDING E MARGIN ***/

.paddingLeftZero {
    padding-left: 0;
}

.paddingRightZero {
    padding-right: 0;
}

.padding0 {
    padding: 0px;
}

.margin0 {
    margin: 0px;
}

.visibility_hidden {
    visibility: hidden;
}

.display_flex {
    display: flex;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

img.lazy_template {
    width: 250px;
    height: 250px;



    background-image: url('../img/spinner.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

/*** ******/

/********* FAQ **************/

.tabela_tarifas tr,
.tabela_tarifas td,
.tabela_tarifas th {
    text-align: center;
    vertical-align: middle;
    letter-spacing: -.5px;
    border: 1px solid gray;
}

.tabela_tarifas th {
    background-color: hsla(0, 0%, 50.2%, .07058823529411765);
}

.tabela_tarifas .tipoPag {
    text-align: left;
}

.tabela_tarifas .header_tabela {
    color: var(--cor-principal);
}


.faq_exemplo {
    background-color: rgba(var(--cor-principal-rgb), 0.1);
    padding: 10px;
    border: 1px solid var(--cor-principal);
}

.faq_exemplo i {
    color: var(--cor-principal);
    font-size: 1.1rem;
}

.faq_exemplo .line {
    border-bottom: 1px solid var(--cor-principal);
    padding-bottom: 10px;
}

.exemplo-taxa-1 h3 {
    margin-top: 20px;
    color: var(--cor-principal);
}

.exemplo-taxa-2 h3 {
    margin-top: 20px;
    color: var(--cor-principal);
}


@media (max-width: 799px) {

    .exemplo-taxa-1 h3,
    .exemplo-taxa-2 h3 {
        font-size: 18px;
    }

}



/****END FAQ *******/



/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.section-header p {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background-color: rgb(var(--rgb-body));
}

.section-header p::after {
    position: absolute;
    content: "";
    height: 2px;
    top: 11px;
    right: -30px;
    left: -30px;
    background: var(--cor-secundaria);
    z-index: -1;
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.modal {
    z-index: 5000;
}

.box-indique {
    box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, .3);
    border-radius: 10px;
    min-height: 575px;

}


.box-indique .passo {
    padding: 0.5rem 1rem 0.5rem 1rem;
    background-color: var(--cor-principal);
    border-radius: 10px;
    color: #FFF;
    font-size: 0.8rem;
}

.box-indique .container-passo {
    min-height: 150px;
    background-color: var(--cor-secundaria);
    border-radius: 10px 10px 0 0;
}

.box-indique .between {
    width: 100%;
    min-height: 100px;
}

.box-indique .img-ind-container {
    position: relative;
}

.box-indique .acao {
    margin-top: 100px;
}

.box-indique .explicacao {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 2rem;
    font-size: 0.9rem;
}

.box-indique .img-ind {
    top: -200px;
    position: absolute;
    margin-left: 60px;
}


.box-info-cb {
    width: 100%;
    height: 100%;
    padding: 15px;
    background: #E9EAEF;
    border-radius: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}

.box-info-cb .box-info-cb-ico {
    width: 24px;
    height: 24px;
    position: relative;
    background: #685BC7;
    border-radius: 3px;
    color: #FFF;
    display: flex;
    padding: 0.2rem;
    
}

.box-info-cb .box-info-cb-text {
    flex: 1 1 0;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    color: #414E69;
    font-size: 0.8rem;
    word-wrap: break-word;
}
.box-info-cb .box-info-cb-ico iconify-icon{
    margin: 0 auto;
}

/* 1. Define a largura da barra */
::-webkit-scrollbar {
    width: 12px;
  }
  
  /* 2. Estiliza o fundo (Track) */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }
  
  /* 3. Estiliza a alça de arrasto (Thumb) */
  ::-webkit-scrollbar-thumb {
    background: var(--cor-secundaria);
    border-radius: 10px;
    border: 3px solid #f1f1f1;
    /* Cria um efeito de espaçamento */
  }
  
  /* 4. Efeito de hover ao passar o mouse */
  ::-webkit-scrollbar-thumb:hover {
    background: var(--cor-principal);
  }

@media (max-width: 1200px) {
    .box-indique .img-ind {
        margin-left: 30px;
    }
}

@media (max-width: 992px) {
    .box-indique .img-ind {
        margin-left: 15px;
    }

    .box-indique .acao {
        margin-top: 30px;
    }

    .box-indique {
        min-height: 612px;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }

    .box-indique .img-ind {
        margin-left: 140px;
    }

    .box-indique .acao {
        margin-top: 110px;
    }

    .box-indique {
        min-height: 400px;
    }
}

@media (max-width: 500px) {
    .box-indique .img-ind {
        margin-left: 24%;
    }

    .container {
        padding-bottom: 40px;
    }
}

@media (max-width: 450px) {
    .box-indique .img-ind {
        margin-left: 21%;
    }
}

@media (max-width: 400px) {
    .box-indique .img-ind {
        margin-left: 17%;
    }
}

@media (max-width: 350px) {
    .box-indique .img-ind {
        margin-left: 12%;
    }
}



/*** box detail ***/

.box-detail {
    color: #B0B0B0;
    background-color: #F2F2F2;
    border-radius: 10px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
   cursor: pointer;
}

.box-detail iconify{
    max-width: 20px;
}
.box-detail.exportar-csv{
    background: #61aef2;
    color: #FFF;
    font-size: 20px;
}
.box-detail.exportar-xlsx{
    background: #48a753;
    color: #FFF;
    font-size: 20px;
}

.estrela-container {
    /* Tamanho da estrela */
    width: 50px;
    height: 50px;
    background-color: var(--cor-principal);
    /* O "pulo do gato": Recorte em formato de estrela */
    border-radius: 50%;
    
    /* Centralização do texto dentro da estrela */
    display: flex;
    align-items: center;
    justify-content: center;
}
.label-texto {
    color: #FFF;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 10px;
    /* Pequeno ajuste de posição se o texto parecer desalinhado visualmente */
    padding-top: 0px; 
}

.display_none {
    display: none;
}
