*{
	margin:0;
	padding: 0;
	outline: none;
	border: none;
  box-sizing: border-box;
}
:root {
  --azul_marino: #0B3D91;
  --azul_medio:#38516A;
  --azul:#088BFF;
  --azulpr:#088BFF;
  --azul_1:#95c2e9;
  --azul_2:#6596c1;
  --turquesa: #22D3C5;
  --rosa:#EC6178;
  --amarillo:#FFF686;
  --butter:#FFFC99;
  --gris_oscuro:#334155;
  --gris_medio:#CBD5E1;
  --gris:#eeeeee;
  --blanco_medio:#F7F6F6;
  --menta:#22C55E;
  --naranja:#FB923C;
  --rojo:#F87171;
  --turq_strong: #326771;
  --blanco_nw_fondo:#E6F1FB;

  --status-success: #28a745;
  --status-warning: #ffc107;
  --status-danger:  #dc3545;
  --status-info:    #2B79A1;
  --status-secondary: #6c757d;
}
body{
  width: 100%;
  height: auto;
  display: flex;
  background:var(--bg);
  color:var(--ink);
  margin:0;
  /* font-family: Inter, sans-serif; */
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
/*
  Fix global: el body Y los wrappers .px-page son flex-column con justify-content:center
  (por la clase .center), lo que centra el contenido verticalmente cuando tienen
  min-height:100vh. Los selectores con especificidad (0,1,1)/(0,2,0) superan a
  .center (0,1,0) sin necesitar !important.
  Resultado: el contenido siempre arranca en la parte superior en todas las páginas.
*/
body.column,
.px-page.column {
  justify-content: flex-start;
  min-height: 100vh;
}
.font_especial{
  font-family: Roboto Slab, serif;
}
/*CONTENEDORES*/
/*direccion de items*/
.row, .row_bs{
  display: flex;
  flex-direction: row;
}
.column{
  display: flex;
  flex-direction: column;
}
.wrap{
  display: flex;
  flex-wrap: wrap;
}
/*alineación en ppt acomodo dentro de contenedor horizontal*/
.start{
  justify-content: flex-start;
}
.center{
  justify-content: center;
}
.end{
  justify-content: flex-end;
}
.spacearound{
  justify-content: space-around;
}
.spacebetween{
  justify-content: space-between;
}
/*acomodo vertical dentro de contenedor*/
.vert_center, .ver_center{
  align-items: center;
}
.ver_start{
  align-items: flex-start;
}
.ver_end{
  align-items: flex-end;
}
/*contendores especiales*/
div.circulo{
  width: 45vh;
  height: 45vh;
  border-radius: 300px;
}
div.card{
  min-height: 30vh;
  border-radius: 20px;
  border:2px solid #fff;
  background-color: #FFF;
  padding: 4vh 4vh;
  transition: border-color 0.5s ease-in-out; 
}
div.card:hover{
  border-color: var(--turquesa);
}
a.cardb{
  border-radius: 50px;
  border:2px solid var(--turquesa);
  background-color: var(--turquesa);
  padding: 2vh 3vh;
  font-size: 1em;
  transition: border-color 0.5s ease-in-out;
}
div.card:hover{
  border-color: #01497c;
}
div.contenedor_foto_producto{
  width: 100%;
  height: 40vh;
  overflow-y: hidden;
}
.border_radius_mini{
  border-radius: 3px;
}

.border_radius{
  border-radius: 10px;
}
.border_radius_pill{
  border-radius: 30px;
}
.border_white{
  border:1px solid #FFF;
}
.border_azul{
  border:1px solid var(--azul);
}
tr.border_top{
  border-top:1px solid var(--azul);
}
/*tamaños de contenedores en ancho %*/
.cien{
  width: 100%;
  height: auto;
}
.noventaysiete{
  width: 97%;
  height: auto;
}
.noventaycinco{
  width: 95%;
  height: auto;
}
.noventa{
  width: 90%;
  height: auto;
}
.ochenta{
  width: 80%;
  height: auto;
}
.setenta{
  width: 70%;
  height: auto;
}
.sesenta{
  width: 60%;
  height: auto;
}
.cincuenta{
  width: 50%;
  height: auto;
}
.cincuentapad{
  width: 48%;
  height: auto;
  padding: 0 1%;
}
.cincuentaspace{
  width: 46%;
  height: auto;
  padding: 0 1%;
}
.cuarenta{
  width: 40%;
  height: auto;
}
.treinta{ 
  width: 30%;
  height: auto;
}
.veintecinco{
  width: 25%;
  height: auto;
}
.veinte{
  width: 20%;
  height: auto;
}
.quince{
  width: 15%;
  height: auto;
}
.diez{
  width: 10%;
  height: auto;
}

.cinco{
  width: 5%;
  height: auto;
}

.siete{
  width: 7%;
  height: auto;
}
.width_auto{
  width: auto;
}
.height_auto{
  height: auto;
}
.min_height_setenta{
  min-height: 70vh;
}
.height_veinte{
  height: 20vh;
  overflow: hidden;
}
.height_treinta{
  height: 30vh;
  overflow: hidden;
}
.height_cuarenta{
  height: 40vh;
  overflow: hidden;
}
.height_all{
  height: 100%;
}
.heigh_setenta{
  width: auto;
  height: 70vh;
}
.heigh_noventa{
    width: auto;
    height: 90vh;
}
.heigh_cien{
    width: auto;
    height: 100vh;
  }
/*------------- INICIO adicion nueva diseño 2026 ------------------*/
.gap_small{
  gap: 8px;
}
.metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}
.metric-card.highlight {
    border-left: 3px solid #1565C0;
    border-radius: 12px;
}

.metric-card {
    background: #fff;
    border: 0.5px solid #dde3ea;
    border-radius: 12px;
    padding: 18px 20px;
}
.metric-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.metric-label {
    font-size: 12px;
    color: #4a6080;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.metric-icon {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-blue {
    background: #E6F1FB;
}
.icon-green {
    background: #EAF3DE;
}
.icon-amber {
    background: #FAEEDA;
}
.icon-red {
    background: #FCEBEB;
}
.metric-value {
    font-size: 26px;
    font-weight: 500;
    color: #042C53;
    line-height: 1.1;
}
.metric-sub {
    font-size: 12px;
    color: #4a6080;
    margin-top: 4px;
}
.badge-blue {
    background: #E6F1FB;
    color: #0C447C;
}
.metric-badge {
    display: inline-block;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 20px;
    margin-top: 6px;
    font-weight: 500;
}
.bottom-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 12px;
}
.section-card {
    background: #fff;
    border: 0.5px solid #dde3ea;
    border-radius: 12px;
    padding: 18px 20px;
}
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.quote-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 0.5px solid #f0f4f8;
}
.dot-active {
    background: #1565C0;
}
.dot-pending {
    background: #EF9F27;
}
.dot-review {
    background: #5DCAA5;
}
.quote-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.quote-info {
    flex: 1;
    min-width: 0;
}
.quote-client {
    font-size: 13px;
    color: #042C53;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.quote-id {
    font-size: 11px;
    color: #4a6080;
}
.quote-amount {
    font-size: 13px;
    font-weight: 500;
    color: #042C53;
    text-align: right;
}
.quote-status {
    font-size: 11px;
    color: #4a6080;
    text-align: right;
}
.section-link {
    font-size: 12px;
    color: #1565C0;
    cursor: pointer;
}
.section-link:hover{
    text-decoration: underline;
}

/*------------- FIN adicion nueva diseño 2026 ------------------*/

  /*AQUI ESTA LA CARD DE PRODUCTOS*/ 
.product { 
  padding: 1vh 0.5vh;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease; */
  background-color: #fff; 
  border:1px solid #ddd;
  margin: 0 0.5vh;
}
/* .product:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
} */

/*padding*/
.pad_uno{
  padding: 1vh;
}
.pad_unop{
  padding: 1%;
}
.pad_dos{
  padding: 2vh; 
}
.pad_btn{
  padding: 1vh 2.5vh;
}
.pad_medio{
  padding: 0.5vh;
}
.pad_btn_big{
  padding: 1.5vh 3vh;
}
.pad_vert_medio{
  padding: 0.5vh 0;
}
.pad_hor_medio{
  padding: 0 0.5vh;
}
.pad_vert_uno{
  padding: 1vh 0;
}
.pad_vert_dos{
  padding: 2vh 0;
}
.pad_hor_dos{
  padding: 0 2vh;
}
.pad_bot_cinco{
  padding-bottom: 5vh;
}
.pad_top_cinco{
  padding-top: 5vh;
}
.pad_top_dos{
  padding-top: 2vh;
}
.pad_bot_diez{
  padding-bottom: 10vh;
}
.pad_top_diez{
  padding-top: 10vh;
}

.pad_top_veinte{
  padding-top: 20vh;
}
.pad_bot_veinte{
  padding-bottom: 20vh;
}
.pad_square{
  padding: 3% 1.5%;
}

/*MARGENES*/
/*1vh*/
.mar_uno{
  margin:1vh;
}
.mar_dos{
  margin:2vh;
}
.mar_top_uno{
  margin-top:1vh;
}
.mar_left_uno{
  margin-left:1vh;
}
.mar_bot_uno{
  margin-bottom:1vh;
}
.mar_rig_uno{
  margin-right:1vh;
}
.mar_left_dos{
  margin-left: 2vh;
}
.mar_rig_dos{
  margin-right: 2vh;
}
.mar_top_dos{
  margin-top: 2vh;
}
.mar_bot_dos{
  margin-bottom: 2vh;
}
/*5vh*/
.mar_top_cinco{
  margin-top:5vh;
}
.mar_left_cinco{
  margin-left:5vh;
}
.mar_bot_cinco{
  margin-bottom:5vh;
}
.mar_rig_cinco{
  margin-right:5vh;
}
/*2%*/
.mar_top_dosp{
  margin-top:2%;
}
.mar_left_dosp{
  margin-left:2%;
}
.mar_bot_dosp{
  margin-bottom:2%;
}
.mar_rig_dosp{
  margin-right:2%;
}
/*5%*/
.mar_topcincosp{
  margin-top:5%;
}
.mar_left_cincop{
  margin-left:5%;
}
.mar_bot_cincop{
  margin-bottom:5%;
}
.mar_rig_cincop{
  margin-right:5%;
}
/* 10vh */
.mar_left_diez{
  margin-left:10vh;
}

.mar_horiz_uno{
  margin: 0 1vh;
}
.mar_top_diez{
  margin-top: 10vh;
}
.mar_top_veinte{
  margin-top: 20vh;
}

.auto_derecha{
  margin-left: auto;
  margin-right: 1vh;
}
.auto_izquierda{
  margin-left: 1vh;
  margin-right: auto;
}
.mar_auto_bottom{
  margin-top: auto; 
  margin-bottom: 1vh;
}
.mar_centro{
  margin-left: auto;
  margin-right: auto;
}



/*colores FONDO*/
.back_icon{
  background-color: #475569;
}
.back_amarillo{
  background-color: var(--amarillo);
}
.back_butter{
  background-color: var(--butter);
}
.back_sage{
  background-color: #EAFDCF;;
}
.back_filtros{
  background-color: #edede9;
}
.back_blanco{
  background-color: #FFF;
}
.back_azulpr, .back_azul{
  background-color: var(--azulpr);
}
.back_azul_marino{
  background-color: var(--azul_marino);
}
.back_azul_1{
  background-color: var(--azul_1);
}
.back_negro{
  background-color: #000;
}
.back_rosa{
  background-color: var(--rosa);
}
.back_gris_claro{
  background-color: var(--gris);
}
.back_gris{
  background-color: var(--gris);
}
.back_gris_medio{
  background-color: var(--gris_medio);
}
.back_gris_oscuro{
  background-color: var(--gris_oscuro);
}
.back_azul_1{
  background-color: var(--azul_1);
}
.back_azul_2{
  background-color: var(--azul_2);
}
.back_turq{
  background-color: var(--turq_strong);
}
.back_verde{
  background-color: var(--menta);
}
.back_nuevo_fondo{
  background-color: #f0f4f8;
}

/*COLORES DE ESTATUS*/
.back_propuesta{
  background-color: #A0CFFA;
}
.back_espera{
  background-color: #F4D35E;
}
.back_vendida{
  background-color: #C3E57A;
}
.back_declinada{
  background-color: #FDA286;
}
.back_aplicar{
  background-color: #91E5F6;
}
.back_gerente{
  background-color: #6b94f7;
}
.back_coordinador{
  background-color: #f8da88;
}
.back_vendedor{
  background-color: #c9eed0;
}
/*IMAGENES DE FONDO*/
.blob_amarillo{
  background-image: url(../img/blob_amarillo.svg);
}
.blob_azul{
  background-image: url(../img/blob_azul_medio.svg);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: left center;
}
.back_papur{
  background-image: url(../img/papyrus.webp);
  background-repeat: repeat;
  /*background-size: 30%;*/
  background-position: center;
}

.back_aro_grad{
  background-image: url(../img/back_aro_gradiente.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.back_aro_gradfixed{
  background-image: url(../img/back_aro_gradiente.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.back_circulo_grad{
  background-image: url(../img/back_azul_circulo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.back_sol{
  background-image: url(../img/grad_sol_amarillo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.grad_turquesa_blanco{
   background-image: linear-gradient(to top, #38516a, #426689, #4c7da9, #5693cb, #5fabed);
}
.grad_azul_turquesa{
   background: rgb(1,38,57);
  background: linear-gradient(117deg, rgba(1,38,57,1) 20%, rgba(95,171,237,1) 42%, rgba(34,211,197,1) 61%); 
}
.grad_azul_turquesa_up{
  background-image: linear-gradient(to top, #012639, #004c64, #00778b, #00a4ac, #22d3c5);
}
.grad_azul_marino_blanco_up{
  background: rgb(1,38,57);
  background: linear-gradient(180deg, rgba(1,38,57,1) 0%, rgba(34,211,197,1) 35%, rgba(247,246,246,1) 100%);
}
.grad_rosa{
  background: #98c1d9 /*#0077b6*/;
}
.grad_elipse
  {

    /* ff 3.6+ */
    background:-moz-radial-gradient(ellipse at 50% 50%, rgba(1, 38, 57, 1) 8%, rgba(95, 171, 237, 1) 100%);

    /* safari 5.1+,chrome 10+ */
    background:-webkit-radial-gradient(ellipse at 50% 50%, rgba(1, 38, 57, 1) 8%, rgba(95, 171, 237, 1) 100%);

    /* opera 11.10+ */
    background:-o-radial-gradient(ellipse at 50% 50%, rgba(1, 38, 57, 1) 8%, rgba(95, 171, 237, 1) 100%);

    /* ie 10+ */
    background:-ms-radial-gradient(ellipse at 50% 50%, rgba(1, 38, 57, 1) 8%, rgba(95, 171, 237, 1) 100%);

    /* global 92%+ browsers support */
    background:radial-gradient(ellipse at 50% 50%, rgba(1, 38, 57, 1) 8%, rgba(95, 171, 237, 1) 100%);

}
.grad_contacto{
  /*background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);*/
  background-image: linear-gradient(to top, #209cff 0%, #68e0cf 100%);
}
.blur{
  backdrop-filter: blur(4px);
}
.blobs_gif{
  background-image: url(../img/Blobs1.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--azul_marino);
  padding:0;
  margin:0;
  min-height: 100vh;
}

/*TEXTO*/

/*colores LETRA*/ 
.let_blanco{
  color: #FFF;
}
.let_negro{
  color: #000;
}
.let_rosa_fuerte{
  color: var(--rosa);
}
.let_gris{
  color: var(--gris);
}
.let_gris_oscuro{
  color: var(--gris_oscuro);
}
.let_azul_marino{
  color: var(--azul_marino);
}
.let_azul{
  color: var(--azul);
}
.let_amarillo{
  color: var(--amarillo);
}
.let_rojo{
  color:var(--rojo);
}

/*textos*/
h1{
  font-size: 24px;
  display: flex;
  line-height: 0.9;
}
h2{
  font-size: 18px;
  display: flex;
}
h3{
  font-size: 1.9em;
  display: flex;
}
h4{
  font-size: 1.7em;
  display: flex;
}
h5{
  font-size: 1.4em;
  display: flex;
}
h6{
  font-size: 1.2em;
  display: flex;
}

p{
  font-size: 1em;
}
.sub_text{
  font-size: 0.9em;
  text-transform: uppercase;
  background-color: var(--amarillo);
  color: var(--azul_marino);
  letter-spacing: 3px;
}
.let_greeting{
    font-size: 20px;
    font-weight: 500;
    color: #042C53;
}
.let_add_note{
  font-size: 13px;
    color: #4a6080;
    margin-top: 2px;

}
.let_sub{
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 300;
  color:#000;
}
.let_met{
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0.5vh;
  color:#000;
}
.micro{
  font-size: 0.6em;
}
.mini{
  font-size: 0.8em;
}
.small{
  font-size: 1em;
  display: flex;
}
.medium{
  font-size: 2em;
}
.let_uno{
  font-size: 1em !important;
}
.let_uno_mas{
  font-size: 1.1em !important;
}
.let_uno_medio{
  font-size: 1.5em !important;
}
.let_dos{
  font-size: 2em !important;
}
.capi{
  text-transform: capitalize !important;
}
.upper{
  text-transform: uppercase;
}
.size_card{
  font-size: 1.5em;
}
.symbol_size{
  line-height: 1;
  font-size: 1.5em;
  font-weight: bolder;
}
.btn_size{
  font-size: 1.2em;
  letter-spacing: 2px;
}
.btn_nice{
  transition: transform 0.2s ease;
  cursor: pointer;
}
.btn_nice:hover{
  transform: scale(1.03); /* Efecto de "pop" suave */
}
.bold, .boldd{
  font-weight: 600;
}
.let_light{
  font-weight: 400 !important;
}
.helpp{
  font-size: 0.8em;
  text-transform: uppercase;
  color: var(--gris_oscuro);
}
.break_words{
  word-break: break-all;
}
span.back_amarillo{
  background-color: var(--amarillo);
  color:var(--azul_marino);
  display: inline;
}
span.back_rosa{
  background-color: var(--rosa);
  color:#fff;
  display: inline;
}
.no_flex{
  display: inline;
}

/*alineacion texto*/
.text_center{
  text-align: center;
}
.text_left{
  text-align: left;
}
.text_right{
  text-align: right;
}

/*imagenes*/
div.overx{
    overflow-y: hidden;
}
img.icono_mini{
  transform: scale(0.7); /* Reduce tamaño al 80% */
  transition: transform 0.3s ease;
}
img.logo_brains_completo_blanco{
  width: 25%;
  height: auto;
  display: flex;
  align-self: flex-end;
  margin: 2.5% 5% 0 auto;
}
img.icono_card{
  width: 80%;
  height: auto;

  max-height: 20vh;
}
img.icon_fx{
  width: auto;
  height: 5vh;
}
img.estrella{
  width: 2vh;
  height: 2vh;
}
img.benefits{
  width: 25vh;
  height: auto;
}
img.flecha{
  width: auto;
  height: 1vh;
}
img.ochenta{
  width: 80%;
  height: auto;
}
img.cover{
  width: 100%;
  height: auto;
  position: center;
}

img.logo_menu{
  width: auto;
  height: 7vh;
}
img.foto_producto{
  width: 10vh;
  height: auto;
}
img.img_max{
width: 100%;
  max-height: 30vh;  
  object-fit: contain; /* o "cover" si quieres que llene el espacio recortando */
  display: block;
}

/*BOTONES*/
a{
  text-decoration: none;
  border-radius: 20px;
  cursor: pointer;
}
button{
   border-radius: 20px;
  cursor: pointer;
}
/* a:hover{
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
} */
/* BOTÓN TIPO HIPERLINK */
a.hipbtn{
  color: var(--azul);
  font-weight: bold;
  text-decoration: underline !important;
  transition: color 0.3s ease, text-underline-offset 0.3s ease;
}
a.hipbtn:hover{
  color: #0b57d0; /* Azul más oscuro al hacer hover */
  text-underline-offset: 1px;
}

a.log_menu{
  box-shadow: none;
  border-radius: none;
}
a.redes_ind{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vh;
  height: 5vh;
  box-shadow: none;
  background-color: var(--azul_marino);
  border-radius: 100px;
  padding: 1vh;
  border: 2px solid var(--azul_marino);
  transition: background-color 0.5s ease;
  transition: border-color 0.5s ease;
}
a.redes_ind:hover{
  background-color: var(--turquesa);
  border: 2px solid var(--turquesa);
}
a.redes{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5vh;
  height: 5vh;
  box-shadow: none;
  border-radius: 100px;
  padding: 1vh;
  border: 2px solid var(--azul_marino);
  transition: border-color 0.5s ease;
}
a.redes:hover{
  border: 2px solid #FFF;
}
a.clear{
  font-size: 1em;
  color: #FFF;
  border: 1px solid #fff;
  padding: 1vh 2vh;
  text-align: center;
}
/* a.clear:hover{} */

.border_azul{
  border: 1px solid var(--azul_marino);
}
.border_rojo{
  border: 1px solid var(--rojo);
}
.border_azul_1{
  border: var(--azul_1) 2px solid;
  border-radius: 5px;
}
.border_azul_p{
  border: var(--azul) 2px solid;
  border-radius: 5px;
}
a.border_azul{
  font-size: 1em;
  color: var(--azul_marino);
  border: 1px solid var(--azul_marino);
  padding: 1vh 2vh;
  text-align: center;
  font-family: sans-serif;
}
a.border_azul:hover{
  background-color: var(--azul_medio);
  color:#FFF;
}
a.blanco{
  font-size: 0.9em;
  color: var(--azul_marino);
  padding: 1vh 2vh;
  text-align: center;
  background-color: #FFF;
}
a.blanco:hover{}
a.resalte{
  font-size: 1em;
  color: var(--azul_medio);
  text-align: center;
  font-family: sans-serif;
  padding: 1.5vh 2.5vh;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--amarillo);
}
a.resalte:hover{}
a.cta_turquesa{
  width: auto;
  height: auto;
  padding: 1.5vh 3vh;
  color: var(--azul_marino);
  background-color: var(--turquesa);
  border-radius: 30px;
  text-decoration: none;
  font-size: 1em;
  text-align: center;
  transition: background-color 0.5s ease;

}
a.cta_turquesa:hover{
  background-color: var(--rosa);
}

.sticky{
  position: fixed;
  top: 0vh;
  border-top:none !important;
  border-bottom:none !important;
}

/* clases para los botones de orden */
.sort-btn {
  display: inline-block;
  padding: 4px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}

/* clase que resalta el botón activo */
.sort-btn--active {
  background-color:var(--azul_2);  /* tu color primario */
  color: #fff;
}

/*PAGINACION*/
/* Contenedor de la paginación */
.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  gap: 0.5rem;
}

/* Cada elemento de página */
.pagination li {
  margin: 0;
}

/* Enlace de página */
.pagination a {
  display: block;
  padding: 0.5rem 0.75rem;
  border: 1px solid #2B79A1;
  border-radius: 4px;
  background-color: #fff;
  color: #2B79A1;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* Hover sobre enlace */
.pagination a:hover {
  background-color: #2B79A1;
  color: #fff;
}

/* Estado activo */
.pagination .active a {
  background-color: #2B79A1;
  color: #fff;
  cursor: default;
}

/* Estado deshabilitado */
.pagination .disabled a {
  background-color: #f5f5f5;
  border-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

/* Flechas (prev/next) si son iconos o texto */
.pagination .prev a,
.pagination .next a {
  font-weight: 700;
}


/* contenedor de tabla con overflow */
.table-wrap{ overflow-x:auto; }
/*TABLE*/
table {
  /* border-collapse: collapse; Elimina espacios entre bordes */
  border-collapse: separate;     /* Necesario para usar border-spacing */
  border-spacing: 0 12px;        /* Espacio vertical entre filas */
}
th, td {
  padding: 1vh; /* 12px arriba/abajo, 16px izquierda/derecha */
}
tr {
  border-radius: 8px; /* esto no tiene efecto directo */
}
tr.subtab{
  font-size: 1.1em;
}
tr.subtab td{
  font-size: 1.1em;
  padding:1vh 0.5vh;

}
/* Aplicar border-radius a celdas individuales por fila */
tr td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
tr td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.no_border{
  border:none;
}
/* Efecto hover sutil */
/* tbody tr:hover td {
  background-color: #f5f8fa; 
} */
/*TABLA MINI ADENTRO DE TABLAS RESUMEN*/
table.chiqui {
  /* border-collapse: collapse; Elimina espacios entre bordes */
  border-collapse: separate;     /* Necesario para usar border-spacing */
  border-spacing: 0 1px;        /* Espacio vertical entre filas */
}
table.chiqui th, td{
  padding: 0.3vh;
}

/*TABLE TOGGLE*/

table.tog {
  border-collapse: collapse;
}

table.tog tr {
  border-bottom: 1px solid #ddd;
}

table.tog th, table.tog td {
  padding: 12px 16px;
  text-align: left;
}

table.tog .toggle {
  cursor: pointer;
  /* background-color: #f8f9fa; */
  transition: background-color 0.3s;
}

/* table.tog .toggle:hover {
  background-color: var(--azul_1);
} */


table.tog .hidden {
  display: none;
}

table.tog .nested-table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
}

table.tog .level-1 {
  background-color: #ddeaf7;
  font-weight: bold;
}

table.tog .level-2 {
  background-color: #eef6fc;
}

table.tog .level-3 {
  background-color: #f9fbfd;
}

/*esta es la tabla del carrito */
  .cart-table {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  /* overflow: hidden; */
  border-collapse: collapse;
  /* border-collapse: separate; */
  border-spacing: 0;
}

.cart-table th,
.cart-table td {
  padding: 2.5px ;
}

.cart-table th {
  background-color: #f5f5f5;
  color: #333;
  font-weight: 600;
  border:none;
  font-size: 0.8em;
}

.cart-table td {
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

.cart-table tr:last-child td {
  border-bottom: none;
}
/* 
.cart-table tr:hover td {
  background-color: #f0f8ff;
} */

/* esta e sla tabla de dashboard INTELIGENCIA COTIZACIONES*/

/* Tabla base */
.report-table {
  width: 95%;
  border-collapse: separate;      /* permite bordes verticales nítidos */
  border-spacing: 0;
  font: 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #fff;
  border: 1px solid #e5e7eb;      /* marco exterior */
  border-radius: 10px;
}

/* Encabezados */
.report-table thead th {
  position: sticky; top: 0;       /* se queda fijo al hacer scroll */
  background: #f3f4f6;
  color: #111827;
  font-weight: 700;
  text-transform: none;
  padding: 10px 12px;
  white-space: nowrap;
  border-bottom: 1px solid #e5e7eb;
}

/* Celdas */
.report-table td {
  padding: 8px 12px;
  color: #111827;
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9; /* líneas horizontales suaves */
}

/* Bordes verticales: separan columnas */
.report-table th,
.report-table td {
  border-right: 1px solid #e5e7eb;
}
.report-table th:last-child,
.report-table td:last-child {
  border-right: 0; /* sin borde en la última columna */
}

/* Alineación: primera columna a la izquierda, resto a la derecha */
.report-table td:first-child,
.report-table th:first-child {
  text-align: left;
  /* min-width: 220px;               espacio para nombres largos */
  white-space: nowrap;
}
.report-table td:not(:first-child),
.report-table th:not(:first-child) {
  text-align: right;
}

/* Zebra striping */
.report-table tbody tr:nth-child(odd)  { background: #fcfcfc; }
.report-table tbody tr:hover           { background: #eef2ff; }

/* Cifras en negritas (opcional): aplica a totales si agregas esta clase al <td> */
.report-table .is-total {
  font-weight: 700;
  color: #0f172a;
}

/* Modo oscuro opcional (si el body tiene .dark) */
.dark .report-table      { background: #0b1220; border-color: #1f2937; }
.dark .report-table thead th { background: #111827; color: #e5e7eb; border-bottom-color: #1f2937; }
.dark .report-table td   { color: #e5e7eb; border-bottom-color: #1f2937; }
.dark .report-table th,
.dark .report-table td   { border-right-color: #1f2937; }
.dark .report-table tbody tr:nth-child(odd) { background: #0f172a; }
.dark .report-table tbody tr:hover { background: #0b3a5b; }


/*TABLA ESTILOS KPIS*/
/* Contenedor responsivo */
.kpi-container {
  max-width: 720px;
  margin: 0;
  padding: 0;
}

/* Tabla KPI */
.kpi-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font: 16px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

/* Filas y celdas */
.kpi-table tr + tr td { border-top: 1px solid #f1f5f9; }      /* separador horizontal */
.kpi-table td {
  padding: 18px 16px;
  vertical-align: middle;
}

/* Columna etiqueta (izquierda) */
.kpi-table td.kpi-label {
  color: #111827;
  font-weight: 600;
  letter-spacing: .2px;
  width: 70%;
  /* permite saltos de línea naturales como en tu ejemplo */
  white-space: normal;
}

/* Columna valor (derecha) */
.kpi-table td.kpi-value {
  text-align: right;
  color: #0f172a;
  font-weight: 800;
  font-size: 28px;
  min-width: 120px;
}

/* Variante pequeña para notas o unidades si las agregas */
.kpi-table .hint {
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

/* Hover suave opcional (consistente con tabla anterior) */
.kpi-table tr:hover { background: #eef2ff; }

/* Modo oscuro opcional */
.dark .kpi-table { background:#0b1220; border-color:#1f2937; }
.dark .kpi-table td.kpi-label { color:#e5e7eb; }
.dark .kpi-table td.kpi-value { color:#ffffff; }
.dark .kpi-table tr + tr td { border-top-color:#1f2937; }
.dark .kpi-table tr:hover { background:#0b3a5b; }



/* Botón de eliminar en la última columna */
.cart-table .btn-remove {
  padding: 6px 10px;
  font-size: 0.9rem;
  border: none;
  border-radius: 4px;
  background-color: #e53935;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cart-table .btn-remove:hover {
  background-color: #d32f2f;
}
/* Estilos para el botón “Vaciar carrito” */
.btn-empty-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5vh 1vh;
  font-size: 1em;
  color: #e53935;
  background-color: #F7F6F6;
  border: 1px solid #e53935;
  /* border: none; */
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-empty-cart .bi {
  font-size: 1em;
  vertical-align: middle;
}

.btn-empty-cart:hover {
  background-color: #d32f2f;
  color: #FFF;
  transform: translateY(-1px);
}

.btn-empty-cart:active {
  background-color: #c62828;
  transform: translateY(0);
}

/* Estilos base para el “tag” de estatus */
.status-tag {
  display: inline-block;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 12px;
  white-space: nowrap;
}

/* Variantes de color */
.status-tag--success {
  background-color: var(--status-success);
  color: #fff;
}
.status-tag--warning {
  background-color: var(--status-warning);
  color: #212529; /* contraste para texto oscuro */
}
.status-tag--danger {
  background-color: var(--status-danger);
  color: #fff;
}
.status-tag--info {
  background-color: var(--status-info);
  color: #fff;
}
.status-tag--secondary {
  background-color: var(--status-secondary);
  color: #fff;
}

/* Inicio - progress */
.progress-item { margin-bottom: 14px; }
.progress-label { display: flex; justify-content: space-between; margin-bottom: 6px; }
.progress-name { font-size: 13px; color: #042C53; }
.progress-pct { font-size: 13px; font-weight: 500; color: #1565C0; }
.progress-bar-bg { height: 6px; background: #f0f4f8; border-radius: 3px; }
.progress-bar-fill { height: 6px; border-radius: 3px; }
svg.icon { width: 14px; height: 14px; }



/*FORMS*/
input[type="number"].nonborder, input.nonborder{
  border:none !important;
}
label{
  font-size: 1em;
  color: var(--blanco);
  margin: 0.5vh 0;
}
input.hid{
  display: none;
}
input[type="text"]
, input[type="password"]
, input[type="number"]
, input[type="date"]
, input[type="email"]
{
  border-radius: 7px;
  min-height: 4.5vh;
  font-size: 1.3em;
  padding:1% 1%;
  font-family: sans-serif;
  border: solid 1px #242424;
}
input[type="text"].search
{
  border-radius: 7px;
  min-height: auto;
  font-size: 1em;
  padding:0.5vh;
  font-family: sans-serif;
  border: solid 1px #242424;
}
textarea{
  border-radius: 10px;
  border: solid 1px #242424;
  font-size: 1.3em;
  padding:1% 1%;
  font-family: sans-serif;
}
select{
  border-radius: 10px;
  font-size: 1.3em;
  min-height: 4vh;
  padding:1% 1%;
  font-family: sans-serif;
  border: solid 1px #242424;
}
input[type="button"]{
  padding: 1vh 3vh;
  background-color: var(--amarillo_fuerte);
  color: var(--azul_negro);
  font-size: 1em;
  font-weight: bold;
  border-radius: 30px;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
input[type="button"]:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

input[type="submit"].send{
  padding: 1vh 4vh;
  background-color: var(--azul);
  color: #FFF;
  font-size: 1.3em;
  border-radius: 30px;
  font-family: sans-serif;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
input[type="submit"].send:hover{
  cursor: pointer;
  background-color: var(--azul_marino);
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
button[type="submit"].hover, .btn_pointer:hover{
  cursor: pointer;
}

input[type="submit"].filters{
  padding: 1vh;
  background-color: #FFF;
  color: var(--gris_oscuro);
  font-size: 1em;
  border-radius: 20px;
  font-family: sans-serif;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
input[type="submit"].filters:hover{
  cursor: pointer;
  color:#FFF;
  background-color: var(--azul_marino);
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

/* esta es una clase para el toggle de los filtros */
.filtros {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 8px;
  background: #f9f9f9;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

/* Estado colapsado */
.filtros.collapse {
  max-height: 0;
  opacity: 0;
  padding: 0;
  border: none;
}

/* Estado expandido */
.filtros.expand {
  max-height: 500px; /* ajusta según contenido */
  opacity: 1;
  padding: 10px;
  border: 1px solid #ccc;
}

 /* Fondo oscuro */
    .modal {
      display: none; /* oculto por defecto */
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background: rgba(0, 0, 0, 0.6);
    }

    /* Caja del modal */
    .modal-content {
      background: #fff;
      margin: 10% auto;
      padding: 20px;
      border-radius: 10px;
      width: 90%;
      max-width: 400px;
      text-align: center;
      animation: fadeIn 0.3s ease-in-out;
    }

    /* Animación */
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-30px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* Botón cerrar */
    .close {
      float: right;
      font-size: 22px;
      font-weight: bold;
      cursor: pointer;
      color: #aaa;
    }
    .close:hover {
      color: #000;
    }


    /*NUEVOS PARA ESTRUCTURA COMERCIAL*/
    .ac-card{
      background:#fff;
      border:1px solid var(--gris_medio);
      border-radius: 22px;
      overflow:hidden;
      box-shadow: 0 10px 28px rgba(11,61,145,.08);
    }

    .ac-topbar{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap: 18px;
      margin-bottom: 14px;
    }

    .ac-title h2{
      margin:0;
      font-size: 28px;
      font-weight: 800;
      color: var(--gris_oscuro);
    }
    .ac-title .sub{
      color: var(--azul_medio);
      margin-top: 2px;
      font-weight: 600;
    }

    .ac-actions{
      display:flex;
      gap:10px;
      flex-wrap: wrap;
      justify-content:flex-end;
    }

    .ac-actions .btn{
      border-radius: 999px;
      font-weight: 800;
      padding: 10px 14px;
    }

    /* filas */
    .ac-row{
      /* display:flex;
      align-items:center;
      justify-content:space-between; */
      gap: 12px;
      padding: 14px 16px;
      border-bottom: 1px solid var(--gris_medio);
      background:#fff;
    }

    .ac-row:last-child{ border-bottom: none; }

    .ac-left{
      display:flex;
      align-items:center;
      gap: 12px;
      /* min-width: 260px; */
    }

    .ac-avatar{
      width: 36px; height: 36px;
      border-radius: 999px;
      border: 1px solid var(--gris_medio);
      background: var(--blanco_medio);
      display:flex;
      align-items:center;
      justify-content:center;
      font-weight: 900;
      color: var(--gris_oscuro);
      flex: 0 0 auto;
    }

    .ac-name{
      font-weight: 900;
      /* color: var(--gris_oscuro); */
      line-height: 1.15;
    }
    /*tipo de puesto de la persona*/
    .ac-role{
      font-size: 12px;
      /* color: var(--azul_marino); */
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .06em;
    }

    .ac-mid{
      flex:1;
      display:flex;
      justify-content:center;
      color: var(--gris_oscuro);
      font-weight: 800;
      gap: 10px;
      white-space: nowrap;
    }

    .ac-right{
      display:flex;
      align-items:center;
      gap: 10px;
    }

    .ac-mini-btn{
      border-radius: 999px;
      border: 1px solid var(--gris_medio);
      background:#fff;
      padding: 8px 12px;
      font-weight: 800;
      color: var(--azul);
    }

    .ac-toggle{
      all: unset;
      cursor: pointer;
      width: 100%;
    }

    .ac-caret{
      width: 0; height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      /* border-top: 9px solid var(--azul_2); */
      transition: transform .18s ease;
    }

    /* children area */
    .ac-children{
      padding-left: 22px;
      border-left: 2px solid var(--gris_medio);
      margin-left: 18px;
      background: #fff;
    }


    /* collapse wrapper */
    .ac-collapse{
      border-bottom: 1px solid var(--gris_medio);
      padding-bottom: 10px;
    }

    .ac-alert{
      border:1px solid var(--gris_medio);
      background:#fff;
      border-radius: 16px;
      padding: 12px 14px;
      margin-bottom: 12px;
    }

    /* AQUI ES EL FIN DE ESTILOS DE ESTRUCTURA COMERCIAL*/



@media only screen and (max-width: 1000px)
{

  .let_uno_medio{
    font-size: 1.1em !important;
  }
  .heigh_cien{
    width: auto;
    height: 40vh;
    overflow: hidden;
  }
  .blob_azul{
    background-size: 90%;
  }
  .veinte, .treinta, .cuarenta, .thirty{
    width: 90%;
  }
  .cincuenta,.setenta,.ochenta, .sesenta
  {
    width: 95%;
  }
  .veintecinco
  {
    width: 85%;
  }
  .premier{
    margin-top: 4vh;
    width: 90%;
  }
  .card{
    margin-bottom: 3vh;
  }
  .card_hw{
    width: 15vh;
    height: 15vh;
    margin: 1vh;
  }
  .mar_top_cinco{
    margin-top: 5vh;
  }
  .mar_top_diez{
    margin-top: 5vh;
  }
  .circulo{
    margin-bottom: 3vh;
  }
  /*textos*/
  h1{
    font-size: 1.5em;
  }
  h2{
    font-size: 1.3em;
  }
  h5{
    font-size: 1.2em;
  }
  .row, .fullfo{
    flex-wrap: wrap;
    /*justify-content: space-between;*/
  }
  /*.fullfo{
    flex-direction: column;
  }*/

  select{
    font-size: 0.85em !important;
  }


  /*esto es para el menu movil*/
  .mobile-container {
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/*#myLinks {
  display: none;
}*/
div#myLinks{
  position: fixed;
  top: 10vh;
}

.mnmo a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.mnmo a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.mnmo a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #04AA6D;
  color: white;
}


button.tienda{
  width: 80%;
  margin-bottom: 3vh;
  /*margin: 0 0.5% 0 0.5%;
  height: auto;
  padding: 2vh 2vh;
  border-radius: 15px;*/
  
}
.btn_nice{
  width: 90%;
  align-self: center;
  margin: 1vh;
  text-align: center;
}

.order_primer{
  order: 0;
}
.order_segundo{
  order: 1;
}

/* codigo para la table responsiva */
 table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    display: none; /* ocultar encabezados */
  }

  tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    background: #fafafa;
  }

  td {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border: none;
    border-bottom: 1px solid #eee;
  }

  td::before {
    content: attr(data-label); /* usa el nombre de la columna */
    font-weight: bold;
    color: #333;
  }


}










