/* =========================
   ROUNDED CORNERS ONLY
   Metronic 4 / Bootstrap 3
   ========================= */

/* Tokens (opcional, facilita ajuste global) */
:root{
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
    --m8-border-strong: rgba(15, 23, 42, .14);

}

/* =========================
   CARDS / PORTLETS
   ========================= */

body.page-container-bg-solid{
    background: #f4f6fa !important;
    /*background: #e9ecf3 !important;*/
    
    /*background: #ededed !important; mercadolivre*/
}

.label.label-sm {
   /* padding: 8px !important;*/
    border-radius: var(--radius-sm) !important;
}

.page-sidebar .page-sidebar-menu>li.active>a>.selected, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a>.selected{
      border-right: 12px solid #f4f6fa !important;
}

.tab-cat-group{
  background:#ededed !important;
}

@media (max-width: 768px) {
    #notificacao_checkout>.btn-sm,
    .page-header.navbar .page-top {
      background:#e9ecf3 !important;
    }
}

.portlet,
.portlet.light,
.portlet.light.bordered{
  border-radius: var(--radius-md) !important;
  /*overflow: hidden; *//* garante clip correto */
}

/* Header e footer do portlet */
.portlet > .portlet-title{
  border-top-left-radius: var(--radius-md);
  border-top-right-radius: var(--radius-md);
}
.portlet > .portlet-body{
  border-bottom-left-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}

/* =========================
   FORMS
   ========================= */

.form-control,
.selectize-input{
  border-radius: var(--radius-sm) !important;
  /*border: 1px solid var(--m8-border-strong) !important;*/
  box-shadow: none !important;
  min-height: 43px;
  height: auto;
  transition: box-shadow .12s ease, border-color .12s ease;
}

textarea.form-control{
  border-radius: var(--radius-sm) !important;
}

/* Selects (BS3) */
select.form-control{
  border-radius: var(--radius-sm) !important;
}



/* =========================
   BUTTONS
   ========================= */

.btn{
    border-radius: var(--radius-sm) !important;
    padding:10px;
}

/* =========================
   DROPDOWN / POPOVER
   ========================= */

.dropdown-menu{
  border-radius: var(--radius-md) !important;
}

.popover{
  border-radius: var(--radius-md) !important;
}

.tooltip-inner{
  border-radius: var(--radius-sm) !important;
}

/* =========================
   MODAL
   ========================= */

.modal-content{
  border-radius: var(--radius-lg) !important;
  /*overflow: hidden;*/
}

/* =========================
   TABLES (container only)
   ========================= */

.table{
  border-radius: var(--radius-md);
  /*overflow: hidden;*/
}

/* =========================
   WIDGETS
   ========================= */

.widget-thumb,
.tab-cat-group
{
  border-radius: var(--radius-md) !important;
  /*overflow: hidden;*/
}

.cards tbody tr,
.cards-shopgroup tbody tr,
.cards-product-store tbody tr{
    border-radius: var(--radius-md) !important;
}

.cards-product-store .avatar{
    border-radius: var(--radius-md) var(--radius-md) 0px 0px !important;
}

.cards-shopgroup .avatar-shopgroup {
    border-radius: var(--radius-md) var(--radius-md) 0px 0px !important;
}

.container-img-shopgroup {
    border-radius: var(--radius-md) var(--radius-md) 0px 0px !important;
}

.container-img-cart-store{
    border-radius: var(--radius-md) var(--radius-md) 0px 0px !important;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown-extended .dropdown-menu>li.external{
    border-radius: var(--radius-md) var(--radius-md) 0px 0px !important;
}

.note {
  border-radius: var(--radius-md) var(--radius-md) var(--radius-md) var(--radius-md) !important;
}

.page-sidebar{
    border-radius: var(--radius-md) !important;

}
.box1{
  border-radius: var(--radius-lg) !important;
}
.box1.index{
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
}
.modal.fade .modal-dialog{
  transform: translateY(18px) scale(.985);
  transition: transform .18s ease-out;
}
.modal.in .modal-dialog{
  transform: translateY(0) scale(1);
}
.page-banner{
    border-radius: var(--radius-md) !important;
}
.table-scrollable{
    border-radius: 0px 0px var(--radius-md) var(--radius-md) !important;
}
.portlet > .portlet-body-new > .portlet-body-new-card{
    border-radius: 0px 0px var(--radius-md) var(--radius-md) !important;
}
.table_footer_new{
    border-radius: var(--radius-md) !important;
}

.toggle.btn {
    min-height: 40px !important;
}

.selectize-input{
  padding-top: 10px !important;
}

.has-error .selectize-input{
  box-shadow: none !important;
}

.dashboard-stat{
  border-radius: var(--radius-md) !important;
}

.modal{
  padding: 8px !important;
}

@media (max-width: 480px) {
  .portlet-title-new{
    border-radius: var(--radius-md) !important;
  }
  .portlet:has(.cards, .cards-shopgroup, .cards-product-store) .portlet-body{
    box-shadow:none !important;
  }
  .portlet:has(.cards, .cards-shopgroup, .cards-product-store) .portlet-body:hover{
    box-shadow:none !important;
  }
}


/* =========================
   INPUT-GROUP: SELECT + INPUT + BUTTON
   (Bootstrap 3 / Metronic)
   ========================= */

/* zera radius dentro do input-group */
.input-group > .form-control,
.input-group > .input-group-btn > .form-control,
.input-group > .input-group-btn > .btn,
.input-group > .input-group-addon{
  border-radius: 0 !important;
}

/* ESQUERDA (select ou botão à esquerda) */
.input-group > .input-group-btn:first-child > .form-control,
.input-group > .input-group-btn:first-child > .btn,
.input-group > .form-control:first-child{
  border-radius: var(--radius-sm) 0 0 var(--radius-sm) !important;
}

/* DIREITA (botão ou addon final) */
.input-group > .input-group-btn:last-child > .btn,
.input-group > .input-group-btn:last-child > .form-control,
.input-group > .input-group-addon:last-child,
.input-group > .form-control:last-child{
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0 !important;
}


.input-group-btn .btn{
  border-radius: 0px var(--radius-sm) var(--radius-sm) 0px!important;
}

form .has-error .selectize-input { 
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.cards-product-store {
  background: none;
}

.portlet:has(.cards, .cards-shopgroup, .cards-product-store) .portlet-body{
  border-radius:0 0 var(--radius-md) var(--radius-md) !important
}

/*Outra cor de menu - teste*/
/* 
.page-sidebar, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover {
    background-color: #34495e;
}
.page-sidebar .page-sidebar-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
    color: #fff !important;
}.page-sidebar .page-sidebar-menu>li.heading>h3, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.heading>h3 {
    color: #ffffff !important;
}.page-sidebar .page-sidebar-menu>li>a>i[class*=icon-], .page-sidebar .page-sidebar-menu>li>a>i[class^=icon-], .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i[class*=icon-], .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i[class^=icon-] {
    color: #fff!important;
}
.page-sidebar .page-sidebar-menu>li.open>a, .page-sidebar .page-sidebar-menu>li:hover>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a {
    background: #607e9c;
}.page-sidebar .page-sidebar-menu li>a>.arrow.open:before, .page-sidebar .page-sidebar-menu li>a>.arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow.open:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before {
   color: #fff!important;
}
.page-sidebar .page-sidebar-menu .sub-menu>li>a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a {
   color: #fff!important;
}.page-sidebar .page-sidebar-menu .sub-menu>li>a>i[class*=icon-], .page-sidebar .page-sidebar-menu .sub-menu>li>a>i[class^=icon-], .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a>i[class*=icon-], .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu>li>a>i[class^=icon-] {
    color: #fff!important;
}*/

/* =========================
   IOS-LIKE HOVER SHADOW
   ========================= */



/* Estado normal (bem sutil) */
/*
#menu2,
.box1,
.cards tbody tr,
.cards-shopgroup tbody tr,
.cards-product-store tbody tr,
.page-sidebar.navbar-collapse,
.dashboard-stat,
.widget-thumb,
.page-banner,
.page-header.navbar,
.tab-cat-group,
.portlet:has(.cards, .cards-shopgroup, .cards-product-store) .portlet-body,
.portlet:not(:has(.cards, .cards-shopgroup, .cards-product-store))
{
  box-shadow: 
    0 1px 2px rgba(0,0,0,0.04),
    0 2px 6px rgba(0,0,0,0.04);

     transition: 
    box-shadow .25s cubic-bezier(.4,0,.2,1),
    transform .25s cubic-bezier(.4,0,.2,1);
}*/
/*.portlet:has(.cards, .cards-shopgroup, .cards-product-store) .bottom.table_footer_new,*/

/* Hover estilo iOS */
/*
.box1:hover,
.dashboard-stat:hover,
.widget-thumb:hover,
.page-sidebar.navbar-collapse:hover,
.page-header.navbar:hover,
.page-banner:hover,
.tab-cat-group:hover,
.portlet:has(.cards, .cards-shopgroup, .cards-product-store) .portlet-body:hover,
.portlet:has(.cards, .cards-shopgroup, .cards-product-store) .bottom.table_footer_new:hover,
.portlet:hover:not(:has(.cards, .cards-shopgroup, .cards-product-store)){
  z-index: 999;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08),
    0 20px 40px rgba(0, 0, 0, 0.06);
}
*/

/*.page-header.navbar{
  box-shadow:
    0 1px 2px rgba(0,0,0,.03),
    0 6px 14px rgba(0,0,0,.05),
    0 12px 24px rgba(0,0,0,.04);
    
  border-bottom: 1px solid rgba(15,23,42,.05);
}*/


/* =========================
   IOS-LIKE HOVER SHADOW
   ========================= */



/* Estado normal (bem sutil) */
/*#menu2,
.box1,
.cards tbody tr,
.cards-shopgroup tbody tr,
.cards-product-store tbody tr,
.page-sidebar.navbar-collapse,
.dashboard-stat,
.widget-thumb,
.page-banner,
.page-header.navbar,
.tab-cat-group,*/
/*.portlet:has(.cards, .cards-shopgroup, .cards-product-store) .bottom.table_footer_new,*/
/*.portlet:has(.cards, .cards-shopgroup, .cards-product-store) .portlet-body,
.portlet:not(:has(.cards, .cards-shopgroup, .cards-product-store))
{
  box-shadow: 
    0 1px 2px rgba(0,0,0,0.04),
    0 2px 6px rgba(0,0,0,0.04);

     transition: 
    box-shadow .25s cubic-bezier(.4,0,.2,1),
    transform .25s cubic-bezier(.4,0,.2,1);
}*/

/* Hover estilo iOS */
/*.box1:hover,
.dashboard-stat:hover,
.widget-thumb:hover,
.page-sidebar.navbar-collapse:hover,
.page-header.navbar:hover,
.page-banner:hover,
.tab-cat-group:hover,
.portlet:has(.cards, .cards-shopgroup, .cards-product-store) .portlet-body:hover,
.portlet:has(.cards, .cards-shopgroup, .cards-product-store) .bottom.table_footer_new:hover,
.portlet:hover:not(:has(.cards, .cards-shopgroup, .cards-product-store)){
  z-index: 999;*/
  /*transform: translateY(-4px);*/
  /*box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08),
    0 20px 40px rgba(0, 0, 0, 0.06);
}*/


/*.page-header.navbar{
  box-shadow:
    0 1px 2px rgba(0,0,0,.03),
    0 6px 14px rgba(0,0,0,.05),
    0 12px 24px rgba(0,0,0,.04);
    
  border-bottom: 1px solid rgba(15,23,42,.05);
}*/

/* so o cards movimenta */
.cards tbody tr:hover,
.cards-shopgroup tbody tr:hover,
.cards-product-store tbody tr:hover
{
  transform: translateY(-4px);
  /*box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08),
    0 20px 40px rgba(0, 0, 0, 0.06);*/
    
}


/* =========================
   Force rounded tabs (Metronic/BS3)
   ========================= */

/* tab ativa também */
/*
.tabbable-custom .nav-tabs > li.active > a,
.tabbable-custom .nav-tabs > li.active > a:hover,
.tabbable-custom .nav-tabs > li.active > a:focus,
.tabbable-line .nav-tabs > li.active > a,
.tabbable-line .nav-tabs > li.active > a:hover,
.tabbable-line .nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
  border-radius: 12px 12px 0 0 !important;
}*/

.tabbable-custom > .tab-content {
    -webkit-border-radius: var(--radius-md) var(--radius-md) var(--radius-md) var(--radius-md);
    -moz-border-radius: var(--radius-md) var(--radius-md) var(--radius-md) var(--radius-md);
    -ms-border-radius: var(--radius-md) var(--radius-md) var(--radius-md) var(--radius-md);
    -o-border-radius: var(--radius-md) var(--radius-md) var(--radius-md) var(--radius-md);
    border-radius: var(--radius-md) var(--radius-md) var(--radius-md) var(--radius-md);
}

.tabbable-custom > .nav-tabs {
    margin: 0px 0px 0px 20px;
}

.note.note-warning {
    background-color: #faeaa9;
    border-color: #faeaa9;
    color: black;
}

.note.note-info {
    background-color: #d3e3fd;
    border-color: #d3e3fd;
    color: black;
}

#main-app-menu-admin-boxcontrol-redirecionador,#main-app-menu{
    /*width: calc(100% - 13px);
    margin: 0 6px 5px 6px;*/
    width: calc(100% - 40px);
    margin: 0 20px 10px;
    border-radius: var(--radius-md);
}

@media (max-width: 991px) {
    .page-header.navbar {
        border-bottom: 0px;
        width: calc(100% - 13px);
        margin: 8px 6px 0px 6px;
        border-radius: var(--radius-md) !important;
    }
}
.page-header.navbar .page-logo .logo-default {
    margin-top: 12px !important;
    max-height: 50px !important;
}

.page-header.navbar .page-logo .logo-default.logo-app {
    margin-top: 23px !important;
    max-height: 40px !important;
}

.bc-app-premium{
      min-height: 300px;
background: var(--main-bg-color);
box-shadow: none;  border-radius: 18px;
    padding: 42px 50px;
    position: relative;
    overflow: hidden;
  
    color: #fff;
    margin-bottom: 20px;
}

.bc-app-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.bc-badge{
    display:inline-block;
    background: rgba(255,255,255,.15);
    padding:6px 12px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    letter-spacing:.4px;
    margin-bottom:16px;
}

.bc-app-text h2{
    font-size:28px;
    font-weight:800;
    margin:0 0 12px;
}

.bc-app-text p{
    font-size:15px;
    opacity:.85;
    margin:0 0 24px;
    max-width:460px;
}

.bc-app-buttons{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
}

.bc-store-btn{
    background:#fff;
    color:#000;
    padding:11px 22px;
    border-radius:10px;
    font-weight:600;
    font-size:14px;
    text-decoration:none;
    transition:.2s ease;
}

.bc-store-btn:hover{
    transform:translateY(-3px);
    /*box-shadow:0 8px 20px rgba(0,0,0,.25);*/
}

.bc-store-btn.outline{
    background:transparent;
    border:1px solid rgba(0,0,0,.6);
    color:#000;
}
/*
.bc-store-btn.outline:hover{
    background:rgba(0,0,0,.12);
}*/

.bc-app-visual{
    position:relative;
    width:200px;
    height:200px;
}

.bc-app-visual{
    display:flex;
    justify-content:center;
    align-items:center;
    min-width:180px;
}

.bc-phone-icon{
    font-size:110px;
    color: rgba(255,255,255,.08);
    color: rgba(0,0,0,.08);
    transition: .3s ease;
}

.bc-app-premium:hover .bc-phone-icon{
    transform: translateY(-4px);
    color: rgba(255,255,255,.12);
    color: rgba(0,0,0,.12);
}

/* Responsivo */
@media(max-width:900px){
    .bc-app-content{
        flex-direction:column;
        text-align:center;
    }

    .bc-app-visual{
        display:none;
    }
}


/* Slim banner integrado (estilo "faixa") */
.bc-slim-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  padding: 12px 16px;
  border-radius: 12px;

  background: rgba(45, 95, 191, .10);          /* azul bem leve */
  border: 1px solid rgba(45, 95, 191, .14);     /* borda suave */
  color: #1f2a44;

  margin-bottom: 20px;

  /* fica com cara de componente do sistema */
}

.bc-slim-left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 0;
}

.bc-slim-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#2d5fbf;
  box-shadow: 0 0 0 4px rgba(45,95,191,.18);
  flex: 0 0 auto;
}

.bc-slim-text{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  line-height: 1.2;
  font-size: 13px;
  min-width: 0;
}

.bc-slim-text strong{
  font-weight: 700;
  color:#1b2a4a;
}

.bc-slim-text span{
  color: rgba(27,42,74,.80);
}

.bc-slim-link{
  display:inline-flex;
  align-items:center;
  gap:6px;

  padding: 8px 10px;
  border-radius: 10px;

  text-decoration:none;
  font-weight: 700;
  font-size: 13px;

  color:#2d5fbf;
  background: rgba(45, 95, 191, .08);
  transition: .2s ease;
  white-space: nowrap;
}

.bc-slim-link:hover{
  background: rgba(45, 95, 191, .14);
  transform: translateY(-1px);
}

/* Mobile: empilha e deixa link embaixo */
@media (max-width: 720px){
  .bc-slim-banner{
    flex-direction: column;
    align-items: flex-start;
  }
  .bc-slim-link{
    width: 100%;
    justify-content: center;
  }
}

.bc-actions{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.bc-card{
  background:#fff;
  /*border:1px solid rgba(16,24,40,.06);*/
  border-radius:14px;
  padding:18px 18px;
  /*box-shadow: 0 10px 26px rgba(16,24,40,.06);*/
}

.bc-card--action{ padding:18px; }

.bc-card__head{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:12px;
}

.bc-ico{
  width:40px;height:40px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  flex:0 0 auto;
  background: rgba(45,95,191,.10);
  color:#2d5fbf;
}
.bc-ico--green{
  background: rgba(37,211,102,.12);
  color:#25D366;
}
.bc-ico i{ font-size:18px; }

.bc-card__title{
  font-size:15px;
  font-weight:800;
  color:#1b2a4a;
  margin:0;
}
.bc-card__subtitle{
  font-size:13px;
  color: rgba(27,42,74,.72);
  margin-top:3px;
}

.bc-inputrow{
  display:flex;
  gap:10px;
  align-items:center;
}

.bc-input{
  flex:1;
  height:40px;
  border-radius:10px;
  border:1px solid rgba(16,24,40,.12);
  padding:0 12px;
  font-size:13px;
  color:#1b2a4a;
  background:#fff;
}

.bc-btn{
  height:40px;
  border-radius:10px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:700;
  font-size:13px;
  text-decoration:none;
  border:1px solid transparent;
  cursor:pointer;
  white-space:nowrap;
}

.bc-btn--primary{
  background:#2d5fbf;
  color:#fff;
}
.bc-btn--primary:hover{ filter: brightness(.95); }

.bc-btn--ghost-green{
  background: transparent;
  border:1px solid rgba(37,211,102,.35);
  color:#1b2a4a;
}
.bc-btn--ghost-green i{ color:#25D366; }
.bc-btn--ghost-green:hover{
  background: rgba(37,211,102,.08);
}

@media(max-width: 900px){
  .bc-actions{ grid-template-columns: 1fr; }
}
/* Métricas minimalistas */
.bc-metric{
  background:#fff;
  border:1px solid rgba(16,24,40,.06);
  border-radius:14px;
  padding:16px 16px;
  box-shadow: 0 10px 26px rgba(16,24,40,.06);
  display:flex;
  align-items:center;
  gap:12px;
  min-height: 78px;
}

.bc-metric__ico{
  width:42px;height:42px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  background: rgba(45,95,191,.10);
  color:#2d5fbf;
  flex:0 0 auto;
}
.bc-metric__ico i{ font-size:18px; }

.bc-metric__meta{ min-width:0; }
.bc-metric__label{
  font-size:12px;
  font-weight:800;
  letter-spacing:.4px;
  text-transform:uppercase;
  color: rgba(27,42,74,.55);
  margin-bottom:4px;
}
.bc-metric__value{
  font-size:26px;
  font-weight:900;
  color:#1b2a4a;
  line-height:1;
}

/* variações de cor por card (opcional) */
.bc-metric--yellow .bc-metric__ico{ background: rgba(245, 184, 0, .12); color:#f5b800; }
.bc-metric--red    .bc-metric__ico{ background: rgba(230, 57, 70, .12); color:#e63946; }
.bc-metric--green  .bc-metric__ico{ background: rgba(46, 204, 113, .12); color:#2ecc71; }
.bc-metric--teal   .bc-metric__ico{ background: rgba(0, 186, 173, .12); color:#00baad; }


/* ===== HERO CAROUSEL ===== */
.bc-hero-carousel{
  position: relative;
  overflow: hidden;
  border-radius: 18px; /* para “clipar” bonito */
}

.bc-hero-track{
  display: flex;
  transition: transform .45s ease;
  will-change: transform;
}

.bc-hero-slide{
  min-width: 100%;
  padding: 0; /* se quiser margem entre slides, coloque aqui */
  opacity: 1;
  filter: blur(0);
  transition: opacity 500ms ease, filter 700ms ease;
}

/* Só o slide NÃO ativo fica “sumido” e borrado */
.bc-hero-slide:not(.is-active){
  opacity: 0;
  filter: blur(10px);
  pointer-events: none;
}

/* Botões */
.bc-hero-nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  /*border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.18);*/
  border: 0px;
  background: transparent;
  color: #000;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition: .2s ease;
  z-index: 2;
}

.bc-hero-nav:hover{
  background: rgba(0,0,0,.28);
}

.bc-hero-prev{ left: 10px; }
.bc-hero-next{ right: 10px; }

/* Dots */
.bc-hero-dots{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  display:flex;
  justify-content:center;
  gap: 8px;
  z-index: 2;
  top: 20px;
  height: 20px;
}

.bc-hero-dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.40);
  cursor: pointer;
  transition: .2s ease;
}

.bc-hero-dot.is-active{
  width: 18px;
  background:lightgrey;
}

.bc-app-variation{
  background: linear-gradient(135deg, #1f2a44, #253e6a);
}

/* Mobile: esconde setas (opcional) */
@media (max-width: 768px){
  .bc-hero-nav{ display:none; }
}

.bc-banner-app,.bc-banner-white,.bc-banner-feature{
  /*background: linear-gradient(135deg, #2d5fbf, #2a57b2);
    background: linear-gradient(135deg, #2f3f4f, #384d63);*/
  /*background: linear-gradient(135deg,#1f2a44,#223a7a);*/
  background: linear-gradient(135deg, #DEE2E6 0%, #F1F3F5 100%);
  /*background: linear-gradient(135deg, #E9F1FF 0%, #C9D6FF 100%);*/
  color:#000;
}



.bc-banner-white{
  background: linear-gradient(135deg, #f1e09f 0%, #F1F3F5 100%);
  color:#000;
}

.bc-banner-white {
    background:
        linear-gradient(
    to right,
       #3598dc 0%,
    rgba(53,152,220,0.9) 7%,
    rgba(53,152,220,0.7) 24%,
    rgba(53,152,220,0) 58%
),
        url('../../../../../images/boxcontrol_banner_01.png');

    background-repeat: no-repeat;
    background-position: 120% center;
    /*background-size: contain;*/
}

.bc-banner-app {
    background:
        linear-gradient(
            to right,
            #f1e09f 0%,
            rgba(241,224,159,0.9) 40%,
            rgba(241,243,245,0.7) 65%,
            rgba(241,243,245,0) 85%
        ),
        url('../../../../../images/boxcontrol_banner_02.png');

    background-repeat: no-repeat;
    background-position: 100% center;
    /*background-size: contain;*/
}

.bc-banner-feature{
  background: linear-gradient(135deg, #95b3e7 0%, #F1F3F5 100%);
  color:#000;
}

.bc-action-hero{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:24px;
  margin-top:0px;
  margin-bottom:20px;
}

/* Base */
.bc-action-big{
  border-radius:18px;
  padding:32px;
  color:#3e4f5e;
  display:flex;
  gap:20px;
  align-items:flex-start;
  min-height:180px;
  position:relative;
  overflow:hidden;
  /*box-shadow:0 14px 32px rgba(0,0,0,.10);*/
}

/* Azul institucional */
.bc-action-big--blue{
  background: linear-gradient(135deg,#2d5fbf,#244ea3);
}

/* Verde elegante */
.bc-action-big--green{
  background: linear-gradient(135deg,#1fb95c,#18a84f);
}
.bc-action-big--white{
  background: white;
}

.bc-action-big-icon{
  font-size:38px;
  opacity:.9;
}

.bc-action-big-content h3{
  margin:0 0 10px;
  font-size:16px;
  font-weight:800;
}

.bc-action-big-content p{
  margin:0 0 18px;
  font-size:14px;
  opacity:.9;
}

/* Input link */
.bc-action-link-row{
  display:flex;
  gap:12px;
}

.bc-action-link-row input{
  flex:1;
  border:none;
  border-radius:12px;
  padding:10px 12px;
  font-size:13px;
}

.bc-action-link-row button{
    border: none;
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 700;
    cursor: pointer;
    background: var(--main-bg-color);
    color: #fff;
    transition: .2s;
}

.bc-action-link-row button:hover{
  transform:translateY(-2px);
}

/* WhatsApp botão */
.bc-whatsapp-action{
  display:inline-block;
  background:#18a84f;
  color:#fff;
  padding:10px 18px;
  border-radius:12px;
  font-weight:700;
  text-decoration:none;
  transition:.2s;
}

.bc-whatsapp-action:hover{
  transform:translateY(-2px);
  color:#fff;
}

/* Responsivo */
@media(max-width:900px){
  .bc-action-hero{
    grid-template-columns:1fr;
  }
}