/* Archivo custom.css */



/*<!--=====================================
ESTILOS BOTON EDITAR USUARIO

======================================--> +*/
#the-canvas {
  border: 1px solid black;
  direction: ltr;
}

.estiloEditar > h1{
	padding-left: -50%;
	font-size: 150%;
 	color:#0080FF;
}

.dtempleados {
  border-radius: 10px;
}


.nivel1 {
	color: #00AAFF;
	font-size: 120%;
}

.nivel2{
	color: #4AC3FF;
	font-size: 100%;
	margin-left: -10%;
}

.nivel3{
	color: #6DCCFC;
	font-size: 100%;
	margin-left: -10%;
}

.nivel4{
	color: #05C5FA;
	font-size: 90%;
	margin-left: -10%;
}

h3{
	color: #0B610B;
	font-size: 80%;
	margin-left: -15%;
}

.btnRight{
	margin-left: 50%;
}

 b{
   color:black;
}

.lista-autocompletar-items{
	color: #ccc;
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	z-index: 99;
	top: 100%;
	left: 20px;
	right: 0;
	width: 93%;
}

.lista-autocompletar-items div{
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;

}

.lista-autocompletar-items div:hover{
	background-color: dodgerblue;

}

.autocompletar-active{
	background-color: dodgerblue !important;
	color: #a1caff;
}

.autocompletar-active  strong{
		color: #fff;
}

#loading-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 50%;
  border: 2px solid #ccc;
  font-size: 12px;
  color: #333;
  position: relative;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loading-indicator::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #ccc;
  animation: spin 1s infinite linear;
}




 /*<!--=====================================
        va lo del loader
 ======================================--> +*/
 #hidden{
 	overflow: hidden !important;

 }

 .centrado{
 	height: 100vh;
 	background-color: #adb5bd;
 	display: flex;
 	justify-content: center;
 	align-items: center;


 }

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





.o_horizontal_separator {
  
  margin: 0 5px 0 0;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
  width: 90%;
}

.bordesinput {
  font-size: 14px; 
  max-width: 400px; 
  border-radius: 5px;
  margin-bottom: 5px;
  width: 320px;
  border: 1px solid #2d7ac7;
  border-left:4px solid gray;
  height:30px;
}


.formcontrol {
  font-size: 14px; 
  max-width: 150px; 
  border-radius: 10px; 
  border: 1px solid #2d7ac7;
}





.table-responsive {
  overflow-x: auto;
  display: block;
}


.o_list_view {
  position: relative;
  cursor: pointer;
  background-color: white;
  margin-bottom: 0px;
  border-collapse: initial;
  border-spacing: 0;
}


.o_form_view .o_field_widget .o_list_view {
  margin-bottom: 10px;
}


.o_input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 4px;
  color: #1f1f1f;
}


input:focus {
  background:  #c2bfc2;
}



.o_field_widget, .o_field_widget input.o_input {
  display: inline-block;
  text-align: inherit;
}

.o_form_view .o_field_widget {
  margin-bottom: 5px;
}

.o_form_view .o_group .o_field_widget {
  width: 100%;
}




.date1{
  font-size: 14px; 
  max-width: 200px; 
  border-radius: 5px;
  margin-bottom: 0px 10px;
  width: 200px;
  border: 1px solid #2d7ac7;
  border-left:4px solid gray;
  height:30px;

}



.Nuevoitemshorario {
  
  border-collapse: collapse !important;
}

/*  estilos para el timeline */

.timelines {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 500px; 
  margin: 100px auto;  
  counter-reset: step;
}

.timelines li {
  float: left;    
  text-align: center;
  width: 150px;   
  position: relative;  
}

.timelines li:before {
  content: counter(step);
  counter-increment: step;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: block;
  border-radius: 100%;
  border: 1px solid #CCC;
  margin: 0 auto 15px auto;  
  background: #fff;
}

.timelines li:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #DDD;
  display: block;
  position: absolute;
  top: 17.5px;
  left: 50%;
  z-index: -1;
}

.timelines li:last-child:after {
  content: none;
}

.timelines li.active {
  color: #051d86;
}

.timelines li:first-child:before {
  border-color: #13c4c4;  
}
.timelines li:first-child:after {
  background: #0fec52;  
}
.msg032{
  color: #091d77;
}

.loading-indicator {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.tbnominadet {
  font-size: 12px; /* Reducir el tamaño de la fuente */
  width: 100%; /* Ajustar el ancho de la tabla al 100% del contenedor */
}

.tbnominadet th,
.tbnominadet td {
  padding: 5px; /* Reducir el espacio entre celdas */
}

.tbnominadet th {
  background-color: #0082fc; /* Color de fondo para las celdas del encabezado */
}

.tbnominadet tbody tr {
  height: 30px; /* Altura de las filas */
}

.tbnominadet tbody td {
  vertical-align: middle; /* Alinear verticalmente el contenido en el centro */
}

/* Estilo para las filas impares */
.tbnominadet tbody tr:nth-child(odd) {
  background-color: #f9f9f9; /* Color de fondo alternativo para las filas impares */
}


/* Elimina las viñetas solo para los submenús con la clase .no-bullets */
.no-bullets {
  list-style-type: none; /* Elimina los puntos */
  padding-left: 0;       /* Elimina el padding izquierdo */
}

.no-bullets li {
  padding-left: 10px;    /* Ajusta el padding de los elementos de la lista si es necesario */
}

.scrollable-menu {
  max-height: 600px; /* Ajusta la altura máxima según necesites */
  overflow-y: auto;  /* Habilita el desplazamiento vertical */
}

/* Aumenta el ancho de los dropdowns */
.dropdown-menu {
  min-width: 250px; /* Ajusta este valor según necesites */
}

/* Opcionalmente, puedes forzar a que el texto no se envuelva */
.dropdown-menu li a {
  white-space: nowrap; /* Evita que las palabras se dividan en varias líneas */
}

.highlight {
  font-weight: bold;
  color: #007bff; /* Puedes ajustar el color según tu diseño */
}



.form-control {
  border-radius: 10px; /* Bordes redondeados */
  background-color: #f0f8ff; /* Color de fondo bonito, aquí se usa 'AliceBlue' */
  font-size: 1em; /* Tamaño de fuente */
  padding: 10px 25px; /* Espaciado interior */
  outline: none; /* Elimina el borde exterior al hacer clic */
  border: 1px solid #ccc; /* Borde sutil alrededor del campo */
  transition: border 0.3s ease, box-shadow 0.3s ease; /* Transición suave al enfocar */
}
.select2-container {
  width: 100% !important; /* Ajusta al 100% del contenedor */
}

/* Estilizar el cuadro de búsqueda */
.select2-search input {
  border: 1px solid #ddd !important; /* Cambia el borde */
  padding: 5px !important;           /* Ajusta el espacio interior */
  border-radius: 4px !important;     /* Agrega esquinas redondeadas */
}

/* Estilizar el contenedor de opciones */
.select2-results {
  background-color: #f9f9f9 !important;  /* Cambia el color de fondo */
}

.select2-results__option {
  padding: 10px !important; /* Aumenta el espacio entre opciones */
}

.select2-results__option--highlighted {
  background-color: #007bff !important; /* Cambia el color de fondo al seleccionar */
  color: white !important;              /* Cambia el color del texto */
}

/* Estilo del contenedor seleccionado */
.select2-selection {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  height: 36px !important;               /* Ajusta la altura del select */
  padding: 5px !important;
  border-radius: 4px !important;
}

.select2-selection__rendered {
  color: #333 !important;               /* Cambia el color del texto seleccionado */
}



/* Contenedor del tooltip */
.tooltip-container {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* Texto del tooltip (invisible inicialmente) */
.tooltip-text {
  visibility: hidden;
  width: 250px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Ajusta la posición del tooltip */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

/* Flecha del tooltip */
.tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%; /* Flecha en la parte inferior */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Mostrar el tooltip al pasar el ratón */
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}



  table {
    width: 100%;
    border-collapse: separate;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  table th, table td {
    padding: 10px;
    text-align: left;
  }

  table thead th {
    background-color: #3c8dbc;
    border-bottom: 2px solid #ddd;
  }

  table td {
    border-bottom: 1px solid #ddd;
  }

  table tbody tr:hover {
    background-color: #f9f9f9;
  }

  /* Borde redondeado para las celdas */
  table, th, td {
    border: 1px solid #ddd;
    border-radius: 5px;
  }

  /* Ajusta la tabla para que las celdas no estén pegadas al borde */
  table {
    margin-bottom: 20px;
  }

  /* Fondo de la tabla más limpio */
  .table-responsive {
    background-color: #ffffff;
    border-radius: 10px;
  }

  /* Colores en el header */
  table th {
    background-color: #4CAF50;
    color: white;
    font-weight: bold;
  }


.form-control{
  height:40px;
}

.custom-button {
  background-color: #4CAF50; /* Cambia este color a verde */
  color: white; /* Texto en blanco */
  border: none;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px;
}

.custom-button:hover {
  background-color: #45a049; /* Color al pasar el ratón */
}

.custom-button-sdp {
  background-color: #f39c12; /* Cambia este color a naranja */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px;
}

.custom-button-sdp:hover {
  background-color: #e67e22; /* Color al pasar el ratón */
}

.btn-success {
  background-color: #000000; /* Cambia este color a verde más oscuro */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 5px;
}

.btn-success:hover {
  background-color: #218838; /* Color al pasar el ratón */
}

.inactive {
  background-color: #c2c2c2; /* Color gris para los botones deshabilitados */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 10px;
  cursor: not-allowed;
  border-radius: 5px;
}

.btn-inactive:hover {
  background-color: #b5b5b5; /* Color al pasar el ratón sobre los botones deshabilitados */
}

.btn-success,
.btn-danger {
  padding: 10px 20px; /* Mismo padding para ambos botones */
  font-size: 10px; /* Mismo tamaño de fuente */
  cursor: pointer;
  border-radius: 5px; /* Mismo border-radius */
  border: none; /* Sin bordes */
  display: inline-flex; /* Para alinear el icono y el texto */
  align-items: center; /* Alinear verticalmente el contenido */
}

.btn-success {
  background-color: #28a745; /* Color verde */
  color: white;
}

.btn-success:hover {
  background-color: #218838; /* Color al pasar el ratón */
}

.btn-danger {
  background-color: #dc3545; /* Color rojo */
  color: white;
}

.btn-danger:hover {
  background-color: #c82333; /* Color al pasar el ratón */
}





.custom-table {
            width: 100%;
            border-collapse: collapse;
           
        }
        th, td {
            padding: 0px;
            text-align: left;
           
        }
        th {
            background-color: #b1dcf5;
            color: rgb(255, 255, 255);
            font-weight: bold;
        }
        /* Colores alternados en las filas */
        .custom-table tbody tr:nth-child(odd) td {
          padding:3px;
          background-color: #d9f0ff; /* Azul pálido */
         
      }
      
      .custom-table tbody tr:nth-child(even) td {
          padding:3px;
          background-color: #ffffff; /* Blanco */
          

      }
      .button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 20px;  /* Separación exterior de los botones */
      }
      .button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;  /* Espacio entre los botones */
        padding-left: 10px;  /* Espacio desde la izquierda del contenedor */
      }


    


/*  formularios  */

      



/* Estilización General */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: #eef2f3;
  padding: 0 0;
}

.container {
  width: 1500px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -70px;
}

h1 {
  color: #555;
}

.photo-container {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo-container img {
  width: 100%;
  max-width: 120px;
  height: auto;
  margin-top: 10px;
  border-radius: 8px;
}

/* Pestañas */
.nav-tabs {
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
}

.nav-tabs li {
  list-style: none;
}

.nav-tabs a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #3c8dbc;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  margin-right: 5px;
  background: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-tabs .active a {
  background: #3c8dbc;
  color: white;
}



.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Formulario */


label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  color: #555;
}

input[type="text"],
input[type="file"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 4px;
}




.submit-button {
  grid-column: span 2;
  padding: 10px 20px;
  background-color: #3c8dbc;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #3c8dbc;
}



/* Formulario */ 



#legal-form {
  /* Estilos para el formulario */
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

#legal-form label {
  display: block;
  margin-bottom: 5px;
}

#legal-form input {
  width: 95%;
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}


#formulario-botones {
  display: flex; /* Habilita Flexbox */
  justify-content: space-between; /* Espacio uniforme entre botones */
  align-items: center; /* Alineación vertical */
  padding-top: 2%;
}

#formulario-botones .btnSalirContacto {
  background-color: #f8f9fa; /* Color personalizado para "Salir" */
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 5px;
}

#formulario-botones .formulario-boton {
  background-color: #3c8dbc; /* Azul para "Enviar" */
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
}

#formulario-botones .bntAgregarContactoValidarCheck {
  background-color: #28a745; /* Verde para "Guardar contacto" */
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
}



/* Opcional: Ajustes de espaciado */
#formulario-botones button {
  margin: 0 10px; /* Espaciado horizontal entre botones */
}
/* Archivo: custom-styles.css */

/* Estilización para los títulos en secciones */
.section-title {
  font-size: 22px;
  padding-bottom: 10px;
  color: #333;
}

/* Tamaño ajustado para las secciones de campos de formulario */
.field-label {
  font-size: 16px;
}

/* Mejorar la apariencia de select y botones */
.select-custom {
  border-radius: 8px;
  max-width: 60%;
}

/* Estilización para la referencia interna */
.input-reference {
  border-radius: 8px;
  max-width: 60%;
  font-size: 14px;
}




/* checkbox agregar productos */

.checkbox-container {
  display: flex;
  gap: 20px; /* Espacio entre columnas */
}

.checkbox-column {
  display: flex;
  flex-direction: column;
}




/* Estilo del contenedor del menú */
.navbar-nav .dropdown-menu {
  background-color: #ffffff; /* Fondo blanco */
  border: 1px solid #ddd; /* Borde sutil */
  border-radius: 5px; /* Bordes redondeados */
  padding: 10px; /* Espaciado interno */
  min-width: 200px; /* Ancho mínimo */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra suave */
}

/* Elementos del menú */
.navbar-nav .dropdown-menu li {
  list-style: none; /* Eliminar viñetas */
  padding: 8px 10px; /* Espaciado en cada opción */
  font-size: 14px; /* Tamaño de fuente */
  transition: background-color 0.3s ease; /* Animación al pasar el mouse */
}

/* Links del menú */
.navbar-nav .dropdown-menu li a {
  color: #333; /* Color de texto */
  text-decoration: none; /* Sin subrayado */
  display: block; /* Ocupa todo el ancho */
}

/* Efecto hover */
.navbar-nav .dropdown-menu li:hover {
  background-color: #f5f5f5; /* Color de fondo al pasar el mouse */
}

/* Separadores entre elementos */
.navbar-nav .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6; /* Línea divisoria entre elementos */
}

/* Ajustes en dispositivos móviles */
@media (max-width: 768px) {
  .navbar-nav .dropdown-menu {
    position: static; /* Asegura que sea accesible en pantallas pequeñas */
    width: 100%; /* Ocupa el ancho completo */
  }
}



/* Estilo para los iconos */
.icon-grid-sway {
  display: flex;
  gap: 30px; /* Espacio entre los iconos */
  justify-content: center;
  padding: 20px;
}

/* Estilo de cada ícono */
.icon-card-sway {
  text-align: center;
  cursor: pointer;
  position: relative;
}

/* Botones con movimiento */
.orbit-sway {
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid #337ab7; /* Borde suave azul */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* Efecto del ícono */
.orbit-sway i {
  font-size: 35px;
  color: #337ab7;
  animation: sway 2s ease-in-out infinite;
}

/* Animación de balanceo */
@keyframes sway {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px); /* Desplazamiento a la derecha */
  }
}

/* Efecto hover */
.orbit-sway:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

/* Texto debajo de los íconos */
.icon-card-sway p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}

/* Contenedor del logo al costado */
.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 40px; /* Espacio entre los botones y el logo */
}

/* Estilo del logo al costado */
.company-logo {
  width: 80px;  /* Ajusta el tamaño del logo */
  height: auto;
  margin-left: 30px;  /* Espacio entre el logo y los botones */
  transition: transform 0.3s ease; /* Animación suave */
}

/* Efecto hover en el logo */
.company-logo:hover {
  transform: scale(1.1); /* Efecto de aumentar el logo al pasar el ratón */
}




/* Estilo para la sección de foto */
.foto-contacto {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  background-color: #f9f9f9;
}

/* Imagen de contacto */
.foto-contacto img {
  display: block;
  margin: 0 auto;
}







/* Estilo para la sección company */

  .content-wrapper {
    background-color: #f4f6f9;
    padding: 20px;
  }

  .company-box {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
  }

  .company-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
  }

  .breadcrumb-container {
    margin-bottom: 20px;
  }

  .company-box-body {
    overflow-x: auto;
  }

  .company-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: left;
  }

  .company-table thead th {
    background: #007bff;
    color: #ffffff;
    padding: 10px;
  }

  .company-table tbody td {
    padding: 10px;
    vertical-align: middle;
  }

  .btn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .btn-warning {
    background-color: #ffc107;
    color: #ffffff;
    border: none;
  }

  .btn-danger {
    background-color: #dc3545;
    color: #ffffff;
    border: none;
  }

  .btn-danger i {
    margin-right: 5px;
  }

  .btn:hover {
    opacity: 0.9;
  }

  @media (max-width: 768px) {
    .company-box {
      padding: 15px;
    }

    .company-title {
      font-size: 16px;
    }

    .btn {
      font-size: 10px;
      padding: 5px;
    }

    


    .breadcrumb-destacado {
      display: flex;
      align-items: center;
      list-style: none;
      padding: 10px;
      background-color: #f4f4f4;
      border-radius: 5px;
  }
  
  .breadcrumb-destacado li {
      margin: 0 5px;
      font-size: 16px;
  }
  
  .breadcrumb-destacado li a {
      text-decoration: none;
      color: #007bff;
      font-weight: bold;
  }
  
  .breadcrumb-destacado li a:hover {
      text-decoration: underline;
  }
  
  .breadcrumb-destacado li i {
      margin-right: 5px;
  }
  
  .breadcrumb-destacado li::after {
      content: " / ";
      color: #999;
      font-weight: normal;
  }
  
  .breadcrumb-destacado li:last-child::after {
      content: "";
  }
  
  .breadcrumb-active {
      background-color: #007bff;
      color: white;
      font-weight: bold;
      padding: 5px 10px;
      border-radius: 5px;
  }
  
  .breadcrumb-active a {
      color: white !important;
  }
  





  }
 