:root {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --mui-mainColorChannels-lightShadow: 46 38 61;
    --mui-customShadows-md: 0px 2px 10px rgb(var(--mui-mainColorChannels-lightShadow) / 0.2);
    --tw-shadow: var(--mui-customShadows-md);
    --tw-shadow-colored: var(--mui-customShadows-md);
    --primary : #1d6db8;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 1em;
    font-family: "Poppins", sans-serif;
    background-color: #dde2e7;
    color: #495057;
    overflow-y: scroll;
}
.letra {
    font-family: "Poppins", sans-serif;
    font-size: .9em;
}
.none{ display: none !important;
}
.display-none{ display: none;
}
.display-block{ display: block;
}
.logo-centro{
    border-radius: 8px;
    max-height: 200px;
}
.logo-nombre-empresa{
    margin-top: 15px;
    font-size: 1.3em;
  
    color: #21537d;
}
.boxGris-simple {
    padding: 15px;
    margin: 0px;
    background: #f7f7f7;
    border: 0px solid #e0e6eb;
    border-radius: 8px;     
    font-size: .9em;
}
.boxGris {
    padding: 15px;
    margin: 0px;
    background: #f7f7f7;
    border: 0px solid #e0e6eb;
    border-radius: 8px;
    
    font-size: .9em;
}
.boxGris-datos{
    padding: 5px 5px 5px 15px;
}
.flex-1 {
    flex: 1;
}
.flex-end{
    align-items: flex-end;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.text-align-center{
        text-align: center;
}
.text-align-left{
        text-align: left !important;
}
.boxCliente{
    background: #fafafa;
    padding: 10px;
    border-radius: 8px;
}
.gap-4{
    gap: 4px;
}
.gap-8{
    gap: 8px;
}
.gap-18{
    gap: 18px;
}
.gap-plantillas-web {
    gap: 55px;
}
.font-15{
        font-size: 1.5em;
}
.iconoAccesoHome{
    font-size: 1.2em;
    color: #7a7a7a;
}
.tituloSeccion{
    margin: 0px 0px 10px 0px;
    color: #21537d;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    color: #787878;
}
.tituloSeccionConSubtexto {
    margin: 0px 0px 0px 0px;
    color: #21537d;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    color: #787878;
}
.subtextoSeccion{
 font-size: .85em;
 margin: 0px 0px 10px 0px;
}
.textoseccion{
    font-size: .85em;
}
.contenedorPrincipalancho {
    /* width: 1284px; */
    max-width: 1300px;
    margin: 0 auto;
}
.flex {
    display: flex;
}
.wrap{
flex-wrap: wrap;
}
.rounded {
    border-radius: .375rem;
}
.cajacontendora {
    background: #fff;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.menuizquierdo {
    display: block;
}
.direction-row {
    flex-direction: row;
}
.direction-row-column {
    flex-direction: row;
}
.align-items-center {
    align-items: center;
}
.align-items-center-desktop {
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.columna-25 {
    flex: 0 0 20%;
    overflow: hidden;
}
.columna-25 {
    flex: 0 0 25%;
    overflow: hidden;
}
.columna-30 {
    flex: 0 0 30%;
    overflow: hidden;
}
.columna-45 {
    flex: 0 0 45%;
    overflow: hidden;
}
.columna-70 {
    flex: 0 0 70%;
    overflow: hidden;
}
.columna-75 {
    flex: 0 0 75%;
    overflow: hidden;
}
.columna-80 {
    flex: 0 0 80%;
    overflow: hidden;
}
.columna-izquierda{
    flex: 0 0 14%;
    overflow: hidden;
}
.columna-derecha {
    flex: 0 0 86%;
    overflow: hidden;
}
.contenedorCentroContenido{
  width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1500px) {
    .columna-izquierda {
       flex: 0 0 20%;
    }
    .columna-derecha {
        flex: 0 0 80%;
    }
    .contenedorCentroContenido{
        max-width:100%;
    }
}

 
.fontoPerfil {
 
    
    width: fit-content;
    border-radius: 5px;
    padding: 5px;
    font-size: .8em;
    text-wrap-mode: nowrap;
    padding: 8px 12px;
    margin: 0px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    /* background: #486aa3; */
    color: #EAEEF3;
    /* text-transform: uppercase; */
    font-size: .8em;
    border: 0px;
    width: 100%;
    max-width: fit-content;
 
}
.contenedorizquierdo {
    height: calc(100dvh);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
border-right: 1px solid #e9e9e9;
     background: #f9f9f9; /* #f9fafb; */
}
.itemsizquierdo {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 4px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}
.contenedorderecho {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 85px);
    margin: 0px auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.itemsderecho {
    flex: 1;
    padding: 25px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 6px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}
#categorias-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    flex-wrap: nowrap;
}
.w-100 {
    width: 100% !important;
}
.nav-menu {
    position: relative;
}
.direction-column {
    flex-direction: column;
}
.fondo-gris-claro {
   background: #edeff1 !important;
   
}
.letra-gris{
color: #787878 !important;
}
.letra-gris a{
color: #787878 !important;
}
.logo-sup-derecho{
   
    height: 22px;
    max-width: 200px;
    border-radius: 4px;
}

.nav-selected {
    color: #486aa3;
    background: #edeff1;
    border-radius: 5px;
    font-weight: 600;
}
.nav-selected .mdi {
    color: #486aa3 !important;
}
.nav-icon {
    margin-right: 7px;
}
.anuncios-centro{
   
       border-radius: 8px;
}
.nav-link, .nav-link-d, .nav-link-n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 12px;
    color: #787878;
    font-size: .85em;
}
.nav-sub-menu {
    margin-left: 12px;
    margin-top: 10px;
}
.titulo-nav {
    display: inline-block;
    letter-spacing: .05em;
    cursor: default;
    font-size: .7em;
    text-transform: capitalize;
    font-weight: 600;
    color: #b5b6b7;
    width: 100%;
}
.logo {
    width: 30px;
    margin-right: 5px;
}
.cursor-pointer {
    cursor: pointer;
}
.boton {
    text-wrap-mode: nowrap;
    padding: 8px 12px;
    margin: 0px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #1d6db8; /* #486aa3; */
    color: #EAEEF3;
    /* text-transform: uppercase; */
    font-size: .85em;
    border: 0px;
    width: 100%;
    max-width: fit-content;
    text-align: center;
}
.boton a{ color: #EAEEF3;}
.boton .mdi { 
    color: #fff;
}
.fondo-blanco .mdi{
    color: #666;
}
.fondo-gris-claro .mdi{
    color: #666;
}  
.vertical-align-bottom {
   vertical-align: bottom;
}
.checkb{
    margin-bottom: 5px;
}
.boton-ancho {
    text-wrap-mode: nowrap;
    padding: 8px 12px;
    margin: 0px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #1d6db8;
    color: #EAEEF3;
    /* text-transform: uppercase; */
    font-size: .85em;
    border: 0px;
    width: 100%;   
    text-align: center;
    
}
.boton-ancho a{ color: #EAEEF3;}
.boton-ancho .mdi { 
    color: #fff;
}
.boxPlantilla{

}
.border-radius{
    border-radius:8px;
}

.display-block-mobile{
     
}
.margin-5{
    margin: 5px;
}

table.blueTable {
    border: 0px solid #1C6EA4;
    background-color: #edeff1;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
    border-top: 1px solid #eeeeee;
    padding: 12px 6px;
    font-size: .85em;
}
.textareacliente{
    min-height:150px;
}
.iconoSoporte{
        font-size: 1.9em;
}
.card2026 {
    border: none;  
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 8px;
    padding: 12px;
    background: #F2F2F2; /* #f9f9f9;*/
}
.card2026 img{
    border-radius: 8px;
}
.botonera-transaccion-derecha{
    
 display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
}
 
.btnagregar, .btnagregarMobile {
    display: inline-block;
}
.margin-right-10 {
    margin-right: 10px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.menusupderecho {
    border-block-end-width: 1px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    border-right: 0px solid #ddd;
}
.unbotoAgregar {
    position: initial;
    width: auto;
}

.box {
    flex: 0 0 49%;
    padding: 15px;
    background: #f7f7f7;
    border: 0px solid #e0e6eb;
    border-radius: 5px;
    min-height: 100px;
    display: flex;
    font-size: .9em;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.justify-center{
    justify-content: center;
}

.topseccion {
    border-radius: 8px;
    padding: 0px;
    color: #1d6db8;
    background: #ffffff;
}
.contenidoseccion {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 8px;
    margin-top: 5px;
}

.inputagregar, .inputagregarsmall {
    height: 35px;
    FONT-SIZE: 14px;
    padding: 6px;
    /* height: 30px; */
}
.inputagregar {


    FONT-SIZE: 1em;
 
    font-family: "Poppins", sans-serif;
    BACKGROUND-COLOR: #FFFFFF;
    border-radius: 8px;
}

.property-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.property-card {
    display: flex;
    background: #f9f9f9;
 
    border-radius: 12px;
   
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease;
}
.property-image {
    width: 280px;
    max-height: 200px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 12px;
}
.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.property-content {
    flex: 1;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.property-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0px;
    align-items: center;
}
.property-address {
    font-size: 13px;
    color: #94a3b8;
}
.property-address {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    color: #4a5568;
}
.property-localidad{
   
    font-size: .8rem;
 
}
.property-address svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}
.cursor{
    cursor: pointer;
}
.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}
.badge-venta {
    background-color: #3b6cb7;
    color: #ffffff;
}
.badge-id {
    background-color: #767474 !important; /*#778191 !important;*/
    color: #ffffff;
}
.property-body {
    flex: 1;
}
.property-price {
   font-size: 1.1rem;
    font-weight: 600;
    color: #3b6cb7;
    margin-bottom: 8px;
}
.property-description {
    font-size: 0.9rem;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.property-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 2px;
    align-items: stretch;
}
.property-actions3 {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-top: 16px; */
    align-items: stretch;
}
.btn-primary {
    background-color: #3b6cb7;
    color: #ffffff;
}
.btn-secondary {
    background-color: #f1f5f9;
    color: #475569;
}
.btn-favorite {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 8px;
    background-color: #f1f5f9;
    color: #94a3b8;
    margin-left: auto;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background: #e5e5e5;
}


.property-list2 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex-wrap: wrap;
}
.property-card2 {
    display: flex;
    width: 100%;
    border-radius: 12px;
   
    transition: box-shadow 0.2s ease;
    flex-direction: column;
}
.property-image2 {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.property-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.badge-venta {
    background-color: #3b6cb7;
    color: #ffffff;
}
.badge2 {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}
.property-content2 {
    flex: 1;
    padding: 10px 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.property-header2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 12px;
    flex-direction: column;
}
.property-header3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 0px;
    flex-direction: column;
}
.property-address {
    font-size: 13px;
    color: #94a3b8;
}
.property-address {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    color: #4a5568;
}
.property-price2 {
    font-size: .9rem;
    font-weight: 700;
    color: #7d8087;
    margin-bottom: 8px;
}

/* Contenedor del input file */
.file-input {
  position: relative;
  display: inline-block;
}

.file-input input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.file-input label {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.file-input label:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.file-input label:active {
  transform: translateY(0);
}

.slidehome{
    display: flex;
      padding: 15px;
    flex-direction: column;
    align-content: center;
    align-items: center;margin-bottom: 18px;
}
.icono-menu-lateral{
    font-size: 1.3em;
} 
.some-element{display: none;}
.columna-100{
    flex: 0 0 100%;
}
.ocultarMobile{
    
}
.mostrarSoloMobile{
        display:none;
}
.align-content-start{
    align-content: flex-start;
}
.c-cuatro {  
    width: 25%;
    margin: 10px 0px 10px 0;
}
.uppercase{
    text-transform: uppercase;
}
.easy-autocomplete {
  width: 100% !important;
}

/* Ensures the actual input field inside also takes the full width */
.easy-autocomplete input {
  width: 100%;
}
.p-6{
    width: 16.66%;
}
.grid-container {
  
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
 
.white-space-nowrap{
    white-space: nowrap;
}
.fondo-gris {
    background-color: #f5f7fa;
}

.boxfiltrobusqueda {
    font-family: "Poppins", sans-serif;
    font-size: .9em;
    background: #edeff1;
    color: #616161;
    padding: 4px 8px;
    margin: 6px 8px 6px 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    display: inline-block;
}
.cajaresultadosficha {
  
    font-size: .7em;
}

.botoneraVista {
    display: flex;
    gap: 8px;
 
    border-radius: 8px;
}
.boton-vista svg {
    width: 18px;
    vertical-align: middle;
}
.boton-vista {
    fill: #ffffff;
    background-color: #9d9d9d;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    text-wrap-mode: nowrap;
}
.boton-vista.active {
    background-color: #3b6cb7;
    fill: #ffffff;
}


.properties-table table {
    width: 100%;
    border-collapse: collapse;
}
.properties-table th {
    text-align: left;
    padding: 14px 24px;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background-color: #f8f9fa;
}
.properties-table td {
    padding: 16px 24px;
    border-top: 1px solid #e8eaed;
    font-size: 14px;
    color: #4a5568;
}
.property-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.actions {
    display: flex;
    gap: 8px;
        position: relative;
}
.action-btn {
    background: none;
    border: none;
    padding: 8px;
    font-size: 1.1rem; 
    cursor: pointer;
    color: #94a3b8;
    border-radius: 6px;
    transition: all 0.2s ease;
}
.property-info {
    display: flex;
    align-items: center;
    gap: 14px;
}
.property-thumb {
    width: 80px;
    height: 62px;
    border-radius: 6px;
    object-fit: cover;
}
.property-title {
    font-weight: 500;
    color: #2d3748;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.price {
    font-weight: 600;
    color: #2d3748;
}
.property-address {
    font-size: 13px;
    color: #94a3b8;
}
.property-address {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.95rem;
    color: #4a5568;
}

.badge-active {
    background-color: #f0fdf4;
    color: #16a34a;
}
.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    flex-shrink: 0;
}
.w-90p{
    width: 90px;
}
.badge, .badge2 {
 display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: .8em;
    
    text-align: center;
    font-weight: 500;
    background-color: #3b6cb7;
    color: #ffffff;
    margin: 2px 0;
}
.badge-venta {
    background-color: #3b6cb7;
    color: #ffffff;
}
.no-results{
    text-align: center;  
    background: #efefef;
    padding: 20px;
    border-radius: 8px;  
}
.no-results .mdi{
    font-size: 2.5em;    
}
 
.autocomplete-home{
    width: 400px !important;
}
.autocomplete-filtros{
    background:#fff !important;
    BORDER: #CCCCCC 1px solid !important;
}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1000;
}
.side-panel.active {
    right: 0;
}
.side-panel {
    position: fixed;
    top: 0;
    right: -450px;
    width: 420px;
    height: 100%;
    background: white;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 200000;
    display: flex;
    flex-direction: column;
}
.panel-header {
    padding: 8px 16px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.panel-header button {
    background: none;
    border: none;
    color: 1d6db8;
    font-size: 18px;
    cursor: pointer;
}
.panel-content {
    padding: 16px;
    flex: 1;
    overflow-y: auto;
}
.panel-filtro{
margin: 0px;
    padding: 8px;
    /* background: #eee; */
    border-radius: 5px;
        padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
}
.borde-separador{
 
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
 
}
.panel-footer{
 padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
 
    border-top: 1px solid rgba(0, 0, 0, 0.12);

}
#some-element, #some-element-gasto {
        display: none;
    }
    .w-100-mobile{
     
    }
.inline-block {
    display: inline-block;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;

  position: absolute;
  bottom: 125%; /* arriba del texto */
  left: 50%;
  transform: translateX(-50%);

  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;

  font-size: 12px;
  z-index: 1;
}

/* flechita */
.tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.popup-menu.show {
    display: flex;
    flex-direction: column;
    gap: 10px;
    transform: translateY(0);
        text-align: left;
}
.popup-menu {
    display: none;
    position: absolute;
    right: 70px;
    top: 10px;
    padding: 15px;
    background-color: white;
    color: #66758b;
    width: 270px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    border-radius: 8px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(-10px);
}
.popup-menu.superior {
   right: -88px;
    top: -185px;
}
.popup-menu::after {
    content: "";
    position: absolute;
    top: 3px;          /* ajustá vertical */
    right: -8px;        /* la saca hacia afuera */
    
    width: 0;
    height: 0;
    
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white; /* color del popup */
}
.popup-menu.superior::after {
    content: "";
    position: absolute;
       top: 0px;
    bottom: 0px;
    right: 0px;
    
    width: 0;
    height: 0;
    
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white; /* color del popup */
}

	.estilodescripcion {
    font-size: 1em;
    width: 100%;
    background: #ffffff;
    border: 0px;
    padding: 20px;
    border-radius: 8px;
}
.fit-content{
    width: fit-content !important;
}

.fotosubasta img {
    width: 100%;
    max-height: 180px;
    border-radius: 8px;
    object-fit: cover;
}
.text-wrap-wrap {
    text-wrap-mode: wrap !important;
}

 .divBusqueda { order: 1; }
 .divFicha { order: 2; }

 .ficha-foto{
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
 }
 .ficha-badge{
    
    background-color: #d8d8d8 !important;
    color: #808080 !important;
 
 }
 .ficha-badge a {
    color: #808080;
}
.ficha-badge-oscuro{
    background: #9b9fa3 !important;
    color: #fff !important;
}
 .ficha-badge-oscuro a {
    color: #fff;
}
.ficha-badge-azul{
    background: #1d6db8 !important;
    color: #fff !important;
}
 .ficha-badge-azul a {
    color: #fff;
}

.ficha-menu-titulo{
        font-weight: 500;
    color: #797979;
    font-size: 1em;
    text-transform: uppercase;
}

.ficha-contenedorfoto{
    width:200px; height:150px; position:relative; margin-right: 12px;
}

.boxcantidadfotos {
    position: relative;
    top: -35px;
    right: -100px;
    box-sizing: border-box;
    text-align: center;
    background: #ffffffad;
    width: 85px;
    font-size: .9em;
    border-radius: 8px;
    padding: 2px;
}
.menuficha {
    display: inline-block;
    padding: 5px 10px;    
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    white-space: nowrap;
    background: #e7e7e7;
}
.menuficha:hover{
background-color:#f2f2f2;

}
#sortable1 li {
  touch-action: none; /* clave para mobile */
}


.boxServicio{
margin:5px 5px 5px 5px; 
padding:10px;
background:#f1f1f1;
 border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.numeroLateral{
float:left;font-size:3em; padding:10px; width:70px; text-align:center;
color:#cccccc;
}
.numeroLateral a{
color:#333333;
}
.boxServicio1 {margin:5px 5px 5px 5px; 
padding:10px;
background:#f1f1f1;
 border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.boxdetalleplantilla{

margin:5px;
margin-bottom:15px;
}
.fotoplantilla{
padding:6px;
border:1px solid #ccc;
background:#ffffff;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}
.fotoplantilla img{ width:250px; height:180px;}
.fotoplantilla1 {padding:6px;
border:1px solid #ccc;
background:#ffffff;
border-radius:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
}
#banner-fade{
    width: 500px;
}
.boxBoton2026 {
    
    padding: 8px 14px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}


 table.blueTable {
  border: 0px solid #1C6EA4;
  background-color: #ffffff;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

 table.blueTable td, table.blueTable th {
border-top: 1px solid #eeeeee;
    padding: 12px 6px;
    font-size: 14px;
}
 
.botonera-telefono {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: none;
}
.fondobotonera {
    width: 100%;
    height: 65px;
    overflow: hidden;
    background: #fff;
    padding: 8px;
    border-top: 1px solid #f3eeee;
    display: flex;
    justify-content: space-between;
    align-content: center;
    color: #7a7a7a;
    align-items: center;
}
.fondobotonera .botonapp {
    font-size: .75em;
    line-height: 1.3;
    width: 20%;
    color: #7a7a7a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 19px;
}
.fondobotonera .iconocentro{
    font-size: 1.5em;
    background: #1b6ac4;
    color: #fff;
    border-radius: 150px;
    padding: 8px;
    border-radius: 54px;
    width: 45px;
    height: 45px;
    display: block;
    vertical-align: bottom;
    text-align: center;
}
.fondobotonera .iconocentro a{
    color: #fff;
}
.botonapp a{
    color: #818999;
}
.mdigrande{
    font-size:1.6em;
}
.main-content {
    padding-bottom:0px;
}
  .boton-inline {
       
        display: inline-block !important;
    }

    .logocentro{
        display:none;
    }
    .iconomenucentro{
         display:block;
    }
    .margin-right-12{
        margin-right: 12px;
    }

.accesosDirectosMobile{
    display:none;
} 

    .item-seccion {
  flex: 1;  
 
}

.tutorial-box{
    max-width: 350px;
}
.etiquetasDesktop{
    display:block;
}
.etiquetasMobile{
    display:none;
}
.settings-section {
  display: none;
  min-height: 400px;
}

.settings-section.active {
  display: block;

}
.ql-snow {
    box-sizing: border-box;
    background: #fafafa;
    border-radius: 8px;
    margin-bottom: 5px;
    gap: 10px;
}
.ql-container {
    font-size: 1em !important;
}
 .nav-item {
  
  padding: 4px 8px;
  border-radius: 8px;
 
    color: #736e6e;
  
}

.nav-item.active {
  background-color: #416db5;
  color: #fff;
  border-bottom-color: #1d6db8;
 
}
.padding-pagina{
    padding: 8px 12px;
}
.iconoPagina{
    font-size:1.3em;
} 


/* Toggle Switch */
.toggle {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
}

.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e2e8f0;
  transition: 0.3s;
  border-radius: 26px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.toggle input:checked + .toggle-slider {
  background-color: var(--primary);
}

.toggle input:checked + .toggle-slider:before {
  transform: translateX(22px);
}

.formulario-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.875rem 0;
    border-bottom: 1px solid #787d85;
}
.strong{
    font-weight: bold;
}

.slide-add {
    background-color: #f8fafc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 2px dashed #e2e8f0;
}
.slide-item {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}
.logoweb{
    width: 250px;
    height: 60px;
}

.tabs-wrapper{
  position:relative;
  display:flex;
  align-items:center;
  width:100%;
  overflow:hidden;

}

.tabs-scroll{
  display:flex;
  gap:8px;

  overflow-x:auto;
  white-space:nowrap;

  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;

  flex:1;
  padding-right:50px;
}

.tabs-scroll::-webkit-scrollbar{
  display:none;
}

.tab{
  flex:0 0 auto;

  border:none;
  border-radius:10px;
  padding:10px 14px;

  background:#eee;
  cursor:pointer;
}

.tab.active{
  background:#1d6db8;
  color:white;
}

.tabs-more {
    position: absolute;
    right: 0;
    top: 5;
    height: 40px;
    width: 42px;
    border: none;
    color: #fafafa;
    background: #4d86c7;
    border-radius: 8px;
    /* backdrop-filter: blur(2px); */
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

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

    .logoweb{
    width: 100%;
    max-height: 120px;
}

        .formulario-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
.etiquetasDesktop{
    display:none;
}
    .etiquetasMobile {
        display: block;
        position: relative;
        top: -190px;
        right: -10px;
    }
    .menuAccionesMobile{
        text-wrap-mode: nowrap;
        padding: 8px 12px;
        margin: 0px;
        cursor: pointer;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        background: #959595;
        color: #EAEEF3;
        /* text-transform: uppercase; */
        font-size: 1.1em;
        border: 0px;
        width: 100%;
    }
    .menuAccionesMobile a{
        color: #EAEEF3 !important;
    }
    .menuAccionesMobile .mdi { 
        color: #EAEEF3;
    }

    .align-items-center-desktop {
    align-items: flex-start;
}
    .itemsderecho {
  
    padding: 18px;
}

    .item-seccion {
  flex: 0 0 calc(50% - 10px); /* Ajusta el 10px según el gap que necesites */
  /* O simplemente: */
  width: calc(50% - 10px);
}

    .accesosDirectosMobile{
    display:flex;
}  
  .logocentro{
        display:block;
    }
    .iconomenucentro{
         display:none;
    }
   .boton-inline {
        max-width: fit-content !important; 
        display: inline-block !important;
    }


    .main-content {
   padding-bottom: calc(65px + env(safe-area-inset-bottom));
}
        .botonera-telefono {
        display: block;
    }
#banner-fade{
    width: 100%;
}
    .fotoplantilla1 {
     width: 100%;
}
    .property-list2 {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    flex-wrap: wrap;
}

    #curve_chart,#dolar_chart {
        display: none !important;
    }

    .card2026{
        overflow-x: auto;
    }

    .easy-autocomplete-container ul li {
  
    text-align: left;
}

.menuficha {
    display: block;
    margin:5px 0;
    font-size: 1.1em;
}

    .display-block-mobile{
    display: block;
}
    .ficha-contenedorfoto{
      width: 100%;
    height: 200px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 10px;
}
.ficha-foto{
  
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;

}


     .divBusqueda { order: 2; }
 .divFicha { order: 1; }
    .columna-70,.columna-30,.columna-45{
        width: 100%;
    }
    .w-100-mobile{
    width: 100% !important;
    }

    .popup-menu {
    display: none;
    position: static;
    right: 70px;
    top: 10px;
    padding: 15px;
    margin-top: 15px;    
    color: #66758b;
    width: 100%;
        background-color: #e5e5e5;      
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    border-radius: 8px;
   
}
.popup-menu.show{
    gap: 20px;
}
.popup-menu::after {
    content: "";
    position: absolute;
    top: 0px;          /* ajustá vertical */
    right: 0px;        /* la saca hacia afuera */
    
    width: 0;
    height: 0;
    
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 0px solid white; /* color del popup */
}

#some-element, #some-element-gasto {
        display: block;
    }
        .property-card {
        flex-direction: column;
        margin-bottom: 25px;
    }
        .property-image {
        width: 100%;
        height: 200px;
    }
        .property-header {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .property-actions {
        flex-wrap: wrap;
    }


    .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    grid-auto-flow: row;
    justify-items: stretch;
    justify-content: space-between;
}
.space-between{
    justify-content: space-between;
}
.inputBusquedaAncho {
            margin: 3px 0;
    width: 100% !important;
}
.white-space-nowrap {
    white-space: wrap;
}

.side-panel {
    width: 100%;
}
    .p-6{
    width: 100%;
}
    .c-cuatro {  
    width: 100%;
    margin: 0px 0px 5px 0;
}
    .wide-popup {
        width: 98% !important;
    }
    .inputagregar, .inputagregarsmall {
     width: 100% ;
}
    .easy-autocomplete input {
  
    width: calc(100vw - 75px) !important;
 
}
    .botonera-transaccion-derecha {
        margin-top: 10px;
    }
    .mostrarSoloMobile{
        display:block;
    }
    .ocultarMobile {
        display:none;
    }
    .boton {
        max-width:100%;
        text-align:center;
    }
    .some-element{display: block;}
    .icono-menu-lateral{
    font-size: 1.5em;
  
}
    .slidehome{
    display: flex;
      padding: 0px;
    flex-direction: column;
    align-content: center;
    align-items: center;
   
}
.lateralizquierdo{
    display:none;
}
.columna-100{
    flex: 0 0 100%;
}
    .mobile-text-center{
        text-align: center;
    }
    .columna-izquierda {
       flex: 0 0 0%;
    }
    .columna-derecha {
        flex: 0 0 100%;
    }
    .contenedorCentroContenido{
        max-width:100%;
    }
    .anuncios-centro {
    
    border-radius: 8px;
}
.direction-row-column {
    flex-direction: column;
}
}

