*{
    margin: 0px;
    padding: 0px;
}


/* Globales */
body {
    font-family: 'Montserrat', sans-serif;
    background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
    color: #e0e0e0;
    min-height: 100vh;
  }

body::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('../img/matrix-5361690_1280.png') center/cover no-repeat;
    opacity: 0.05;
    z-index: -1;
  }

.flex{
    display: flex;
    justify-content: center;
    align-items: center;
} 

.flex_left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
} 

.flex_rigth{
    display: flex;
    justify-content: flex-end;
    align-items: center;
} 

.c-pointer{
    cursor: pointer;
}

.no_select{
    -webkit-user-select: none; /* Chrome, Safari, Edge */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* EstÃ¡ndar */
}

#btn-entrar:hover{
    background: #515151;
}

.margen_box{
    box-sizing: border-box;
}

/* Estilos del modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Fondo semitransparente */
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1;
}

/* Contenido del modal */
.modal-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    text-align: center;
}

/* Contenido del modal */
.modal-content2 {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 600px;
    height: 90%;
    text-align: center;
}

/* Mostrar el modal */
.modal.show {
    visibility: visible;
    opacity: 1;
}

/* BotÃ³n para cerrar */
.close-btn {
    margin-top: 10px;
    padding: 10px 20px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* BotÃ³n para cerrar */
.buscar-btn {
    margin-top: 10px;
    padding: 10px 40px;
    background: green;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 18px;
}

/* BotÃ³n para cerrar */
.buscar-btn2 {
    padding: 5px 20px;
    background: #8b4513;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
}


/* Generales */
.wp-100{
    width: 100%;
}

.wp-96{
    width: 96%;
}

.wp-95{
    width: 95%;
}

.wp-90{
    width: 90%;
}

.wp-80{
    width: 80%;
}

.wp-75{
    width: 75%;
}

.wp-70{
    width: 70%;
}

.wp-65{
    width: 65%;
}

.wp-60{
    width: 60%;
}

.wp-50{
    width: 50%;
}

.wp-45{
    width: 45%;
}

.wp-40{
    width: 40%;
}

.wp-35{
    width: 35%;
}

.wp-30{
    width: 30%;
}

.wp-25{
    width: 25%;
}

.wp-20{
    width: 20%;
}

.wp-10{
    width: 10%;
}

.wp-5{
    width: 5%;
}

.wp-0{
    width: 0%;
}


.w-1000{
    width: 1000px;
}

.w-900{
    width: 900px;
}

.w-800{
    width: 800px;
}

.w-700{
    width: 700px;
}

.w-600{
    width: 600px;
}

.w-500{
    width: 500px;
}

.w-450{
    width: 450px;
}

.w-400{
    width: 400px;
}

.w-350{
    width: 350px;
}

.w-300{
    width: 300px;
}

.w-250{
    width: 250px;
}

.w-200{
    width: 200px;
}

.w-180{
    width: 180px;
}

.w-150{
    width: 150px;
}

.w-140{
    width: 140px;
}

.w-130{
    width: 130px;
}

.w-120{
    width: 120px;
}

.w-100{
    width: 100px;
}

.w-80{
    width: 80px;
}

.w-60{
    width: 60px;
}

.w-50{
    width: 50px;
}

.w-40{
    width: 40px;
}

.w-35{
    width: 35px;
}

.w-30{
    width: 30px;
}

.w-28{
    width: 28px;
}

.w-26{
    width: 26px;
}

.w-25{
    width: 25px;
}

.w-20{
    width: 20px;
}

.w-18{
    width: 18px;
}

.w-15{
    width: 15px;
}

.w-10{
    width: 10px;
}

.w-8{
    width: 8px;
}

.w-7{
    width: 7px;
}

.w-6{
    width: 6px;
}

.w-5{
    width: 5px;
}

.w-3{
    width: 3px;
}

.w-2{
    width: 2px;
}

.w-1{
    width: 1px;
}

.hp-100vh{
    height: 100vh;
}

.hp-100{
    height: 100%;
}

.hp-95{
    height: 95%;
}

.hp-90{
    height: 90%;
}

.hp-80{
    height: 80%;
}

.hp-75{
    height: 75%;
}

.hp-70{
    height: 70%;
}

.hp-65{
    height: 65%;
}

.hp-50{
    height: 50%;
}

.hp-35{
    height: 35%;
}

.hp-30{
    height: 30%;
}

.hp-25{
    height: 25%;
}

.hp-20{
    height: 20%;
}

.hp-15{
    height: 15%;
}

.hp-10{
    height: 10%;
}

.hp-5{
    height: 5%;
}

.hp-0{
    height: 0%;
}



.h-800{
   height: 800px; 
}

.h-200{
   height: 200px; 
}

.h-100{
   height: 100px; 
}

.h-80{
   height: 80px; 
}

.h-65{
   height: 65px; 
}

.h-60{
   height: 60px; 
}

.h-55{
   height: 55px; 
}

.h-50{
   height: 50px; 
}

.h-45{
   height: 45px; 
}

.h-40{
   height: 40px; 
}

.h-30{
   height: 30px; 
}

.h-20{
   height: 20px; 
}

.h-15{
   height: 15px; 
}

.h-10{
   height: 10px; 
}

.h-8{
   height: 8px; 
}

.h-5{
   height: 5px; 
}

.h-4{
   height: 4px; 
}

.h-3{
   height: 3px; 
}





.pd-10-50{
    padding: 10px 50px;    
}

.pd-10-20{
    padding: 10px 20px;    
}

.pd-5-30{
    padding: 5px 30px;    
}

.pd-5-10{
    padding: 5px 10px;    
}

.pd-4-30{
    padding: 4px 30px;    
}

.pd-4-20{
    padding: 4px 20px;    
}

.pd-4-10{
    padding: 4px 10px;    
}

.pd-4-8{
    padding: 4px 8px;    
}

.pd-4-6{
    padding: 4px 6px;    
}

.pd-2-10{
    padding: 2px 10px;    
}

.pd-2-3{
    padding: 2px 3px;    
}



.pd-10{
    padding: 10px;    
}

.pd-4{
    padding: 4px;    
}

.pd-2{
    padding: 2px;    
}





.pdtb-16{
    padding: 16px 0px;    
}

.pdtb-15{
    padding: 15px 0px;    
}

.pdtb-14{
    padding: 14px 0px;    
}

.pdtb-13{
    padding: 13px 0px;    
}

.pdtb-12{
    padding: 12px 0px;    
}

.pdtb-10{
    padding: 10px 0px;    
}


.pdtb-6{
    padding: 6px 0px;    
}

.pdtb-5{
    padding: 5px 0px;    
}

.pdtb-4{
    padding: 4px 0px;    
}

.pdtb-3{
    padding: 3px 0px;    
}

.pdtb-2{
    padding: 2px 0px;    
}





.pdtbl-16-16-5{
    padding: 16px 0px 16px 5px;    
}

.pdtbl-0-16-5{
    padding: 0px 0px 16px 5px;    
}





.fz-30{
    font-size: 30px;
}

.fz-28{
    font-size: 28px;
}

.fz-26{
    font-size: 26px;
}

.fz-24{
    font-size: 24px;
}

.fz-22{
    font-size: 22px;
}

.fz-20{
    font-size: 20px;
}

.fz-18{
    font-size: 18px;
}

.fz-16{
    font-size: 16px;
}

.fz-14{
    font-size: 14px;
}

.fz-12{
    font-size: 12px;
}

.fz-10{
    font-size: 10px;
}

.fz-8{
    font-size: 8px;
}





.bg-negro{
    background: #000;
}

.bg-blanco{
    background: #fff;
}

.bg-rojo{
    background: #f44336;
}

.bg-rojo-cactus{
    background: #ed1620;
}

.bg-gris{
    background: #9e9e9e;
}

.bg-gris2{
    background: #ddd;
}

.bg-gris3{
    background: #eee;
}

.bg-azul_marino{
    background: #1a233a;
}

.bg-fondo{
    background: #f8f8f8;
}

.bg-rojo2{
    background: #c62828;
}

.bg-rojo3{
    background: #7b1818;
}

.bg-cafe1{
    background: #a52a2a;
}

.bg-marron{
    background: #795548;
}

.bg-gris_1{
    background: #383838;
}



.c-blanco{
    color: #fff;
}

.c-negro{
    color: #000;
}

.c-b1{
    color: #c5cede;
}

.c-a1{
    color: #e0eafb;
}





.br-1{
    border: 1px solid;   
}

.br-2{
    border: 2px solid;   
}





.bra-40{
    border-radius: 40px;
}

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

.bra-6{
    border-radius: 6px;
}

.bra-4{
    border-radius: 4px;
}

.bra-3{
    border-radius: 3px;
}





.sombra-0_2{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mrl-15{
    margin-left: 15px;
}

.mrl-10{
    margin-left: 10px;
}

.mrl-5{
    margin-left: 5px;
}

.mrl-2{
    margin-left: 2px;
}

.mr-20{
    margin: 0px 20px 0px 0px;
}

.mr-15{
    margin: 0px 15px 0px 0px;
}

.mr-10{
    margin: 0px 10px 0px 0px;
}

.mrt-5{
    margin: 5px 0px 0px 0px;
}

.mr-1{
    margin: 0px 1px 0px 0px;
}





.scrol{
    overflow-y: auto;
    overflow-x: auto;
    scroll-behavior: smooth; /* Scroll suave */
}

 /* Estilo para las barras de desplazamiento */
.scrol::-webkit-scrollbar {
    width: 4px; /* Ancho de la barra */
}

.scrol::-webkit-scrollbar-thumb {
    background-color: #888; /* Color del "dedo" de la barra */
    border-radius: 4px; /* Bordes redondeados */
}

.scrol::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color mÃ¡s oscuro al pasar el ratÃ³n */
}





.scrol_x{
    overflow-y: hidden;
    overflow-x: auto;
    scroll-behavior: smooth; /* Scroll suave */
}

 /* Estilo para las barras de desplazamiento */
.scrol_x::-webkit-scrollbar {
    width: 4px; /* Ancho de la barra */
}

.scrol_x::-webkit-scrollbar-thumb {
    background-color: #888; /* Color del "dedo" de la barra */
    border-radius: 4px; /* Bordes redondeados */
}

.scrol_x::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color mÃ¡s oscuro al pasar el ratÃ³n */
}





.scrol_y{
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth; /* Scroll suave */
}

 /* Estilo para las barras de desplazamiento */
.scrol_y::-webkit-scrollbar {
    width: 4px; /* Ancho de la barra */
}

.scrol_y::-webkit-scrollbar-thumb {
    background-color: #888; /* Color del "dedo" de la barra */
    border-radius: 4px; /* Bordes redondeados */
}

.scrol_x::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Color mÃ¡s oscuro al pasar el ratÃ³n */
}





.desvanecer-w-1{
    transition: width 0.65s ease-in-out;
}


.btn-paginacion {
  margin: 0 3px;
  padding: 5px 5px;
  cursor: pointer;
  border: none;
  background-color: #f1f1f1;
  transition: 0.3s;
  border-radius: 4px;
}


.btn-paginacion:hover:not(:disabled) {
  background-color: #ccc;
}


.hover-effect {
    transition: all 0.3s ease;
    cursor: pointer;
}

.hover-effect:hover {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    transform: scale(1.15);
}


.txt_center{
    text-align: center
}


.fuel-container {
    max-width: 400px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    text-align: center;
}

.fuel-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.fuel-option {
    flex: 1 1 calc(33% - 10px);
    background: #eee;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    font-weight: bold;
}

.fuel-option:hover {
    background: #ccc;
    transform: scale(1.05);
}

.fuel-option.selected {
    background: #4CAF50;
    color: white;
}

.selected-level {
    margin-top: 20px;
    font-size: 1.4em;
}


.poliza-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.poliza-option {
    flex: 1 1 calc(33% - 10px);
    background: #eee;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    font-weight: bold;
}

.poliza-option:hover {
    background: #ccc;
    transform: scale(1.05);
}

.poliza-option.selected {
    background: #4CAF50;
    color: white;
}

.selected-poliza {
    margin-top: 20px;
    font-size: 1.4em;
}

.btn_select_general{
    transition: background 0.3s, transform 0.2s; 
    font-weight: bold;
}

.btn_select_general:hover{
    background: #ccc;
    transform: scale(1.05);
}

.selected_general {
    background: #4CAF50;
    color: white;
}

.dropdown-list {
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.dropdown-item:hover {
    background-color: #f0f0f0;
}

.no-drag {
  user-drag: none;
  -webkit-user-drag: none; /* Safari/Chrome */
}

.cerrar_x:hover{
    /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);*/
    transform: scale(1.2);
}



.avatar-container {
    flex-wrap: wrap;
    gap: 10px;
}

.avatar {
    width: 80px;
    height: 80px;
    border: 3px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: border 0.2s;
}

.avatar.selected {
    border: 3px solid #3498db;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.7);
}

#pantalla-carga {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo oscuro semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    z-index: 2;
}


/* Aplica a todas las filas menos al encabezado */
.fila:not(.header):hover {
    /*background-color: rgba(0, 123, 255, 0.1);  Azul claro translÃºcido */
    background-color: rgba(0, 0, 0, 0.3);
    
    cursor: pointer;
}

/* Para asegurar que las celdas no tapen el hover visual */
.fila .celda {
    transition: background-color 0.2s ease;
}

/* Si quieres que las celdas con fondo no bloqueen el efecto visual */
.fila:not(.header):hover .celda:not([style*="background"]) {
    background-color: rgba(0, 123, 255, 0.05);
}


.fila.seleccionada {
    font-weight: bold;
}