/* CSS */
body {
    transition: background-color 0.5s, color 0.5s;
  }
  
  .light-mode {
    background-color: #ffffff;
    color: #555;
    .col-md-5 .logo-chat{
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
    } 
    .logo-chat p{
        color: #DDDDDD;
      
    }
    .col-md-3{
      
      border:1px solid #000;
      background-color: gainsboro;
      color: #DDDDDD;
    }
    .resumen-title{
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
    }
  }
  .resumen-title{
    padding-left: 0;
    padding-right: 0;
    background: linear-gradient(130deg, #914887 20%, #8B257E 77.5%);
    border-radius: 10px;
  }
  .dark-mode {
    --tw-bg-opacity: 1;
  background-color: rgb(45 55 72 / var(--tw-bg-opacity));
    color: #ddd;
    .table{
      color: #fff;
      border: solid 1px #fff;
    }
  }
  
  .theme-switch-wrapper {
    display: flex;
    align-items: center;
    float: right;
    padding: 20px;
  }
  .filter{

    padding-top: 50px;
  }
  .theme-switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 40px;
  }
  
  .theme-switch input {
    display:none;
  }
  
  .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
  }
  
  .slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 1px;
    position: absolute;
    transition: .4s;
    width: 20px;
    
  }
  
  input:checked + .slider {
    background-color: #66bb6a;
  }
  
  input:checked + .slider:before {
    transform: translateX(18px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  

.filtro-licitacion {
    margin-bottom: 20px;
  }
  .tabla-licitacion {
    margin-top: 20px;
    max-height: 700px;
  overflow-y: auto;
  }

  tbody {
    
    
    overflow-y: auto;
   
  }

  
  table {
    width: 100%; /* Ajusta al 100% del contenedor */
    border-collapse: collapse; /* Para que no haya espacios entre celdas */
  }

  .contenedor-texto {
    white-space: pre-wrap;
    word-wrap: break-word;
}
  .contenedor-texto {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.navbar-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(28 33 40 / var(--tw-bg-opacity));
}
.navbar__items--right {
  flex: 0 0 auto;
  justify-content: flex-end;
}
.navbar__items {
  align-items: center;
  display: flex;
  flex: 0.99;
  min-width: 0;
}

.toggle_vylO {
  height: 2rem;
  width: 2rem;
}

.toggleButtonDisabled_aARS {
  cursor: not-allowed;
}
.toggleButton_gllP {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: background var(--ifm-transition-fast);
  width: 100%;
}
.clean-btn {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
}
.toggleButton_gllP, html {
  -webkit-tap-highlight-color: transparent;
}
.lightToggleIcon_pyhR{
  display: block;
}
.darkToggleIcon_wfgR{
  display: none;
}
.col-md-2, .col-md-4 p{
  padding: 10px;
} 
.col-md-4 p{
  padding: 20px;
} 
.col-md-2, .col-md-4{
  padding: 10px; 
  border-radius: 10px;
  border:1px solid #000;
  --bg-opacity: 1;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}
.col-md-4{
  padding: 20px; 
  border-radius: 10px;
  border:1px solid #000;
  --bg-opacity: 1;
  background-color: rgba(26, 32, 44, var(--bg-opacity));
}
.col-md-5 .logo-chat{
  border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column; /* Organiza los elementos en una columna */
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
  text-align: center;
   
}
.btn.rounded-circle {
  border-radius: 50%; /* Esto hará que el botón sea completamente redondo */
  background-color: #333;
  border: none;
  z-index:0 !important;
}

.dark .dark\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.bg-token-main-surface-primary {
  background-color: #fff;
  background-color: var(--main-surface-primary);
}
.border-token-border-medium {
  border-color: rgba(0, 0, 0, .15);
  border-color: var(--border-medium);
}
.border {
  border-width: 1px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.flex-col {
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.w-full {
  width: 100%;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}

.dark .dark\:bg-transparent {
  background-color: transparent;
}

.pr-10 {
  padding-right: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.py-\[10px\] {
  padding-bottom: 10px;
  padding-top: 10px;
}
.bg-transparent {
  background-color: transparent;
}
.border-0 {
  border-width: 0;
}
.resize-none {
  resize: none;
}
.w-full {
  width: 100%;
}
.max-h-\[25dvh\] {
  max-height: 25dvh;
}
.max-h-52 {
  max-height: 13rem;
}
.m-0 {
  margin: 0;
}

/* Estilo de la ventana modal (background) */
.modal {
  display: none; /* Oculto por defecto */
  position: fixed; /* Se queda fijo en su lugar */
  z-index: 1; /* Se sitúa sobre todo */
  left: 0;
  top: 0;
  width: 100%; /* Ancho completo */
  height: 100%; /* Alto completo */
  overflow: auto; /* Habilita el scroll si es necesario */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Color con transparencia */
 
}

.modal-controls {
  display: flex;
}

.modal-control {
  cursor: pointer;
  margin-left: 10px;
  font-size: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #55274B;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.modal-control:hover {
  background-color: #55274B; /* Un tono más claro para el efecto hover */
}

.modal-controls {
  display: flex;
  align-items: center;
}

.minimized-modal:hover {
  background-color: #6F5A83;
}
.word {
  display: inline-block;
  opacity: 0;
  white-space: pre-wrap;
}

.minimized-modal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #6F5A83;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
}
input[type="month"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

/* Modo oscuro */
.dark input[type="month"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}
.analysis-report {
  padding: 20px;
  max-height: 600px;
  overflow-y: auto;
  background-color: rgb(40, 44  , 52);
  border-radius: 8px;
  margin: 20px;
  color: #f8f9fa;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.analysis-report h1, 
.analysis-report h2 {
  color: #f8f9fa;
  border-bottom: 2px solid #4CAF50;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.analysis-report section {
  margin-bottom: 24px;
  padding: 16px;
  background-color: #f8f9fa;
  border-radius: 6px;
}

.analysis-progress {
  margin: 20px;
}

.button-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media print {
  body * {
    visibility: hidden;
  }
  #analysisReport, #analysisReport * {
    visibility: visible;
  }
  #analysisReport {
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* Estilo del contenido de la modal */
.modal-content {
  background-color: #131314;
  margin: 5% auto;
  /*padding: 20px;*/
  border: 1px solid #888;
  width: 80%;
  position: relative;
  padding-bottom: 60px; 
}
#contenidoDocumento {
  overflow-y: scroll;
  height: 700px; /* Ajusta la altura según tus necesidades */
}
#contenido-licitaciones{
  
  height: 700px;
}
#area-info{
  overflow-y: scroll;
  height: 700px;
}
/* El botón de cerrar (x) */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/* Estilo del chat */

#chat-container {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  overflow-y: auto;
}
.chat-message-text{

  padding: 25px;
  background-color: #2f2f2f;
  border-radius: 5px;
}

#chat-container .header {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  gap: 12px;
  max-height: 30px;
  margin-bottom: 5px;
  margin-top: 20px;
  align-items: center;
}
.mensaje-usuario {
  align-self: flex-end;
  background-color: blue;
  color: white;
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
}

.mensaje-asistente {
  align-self: flex-start;
  background-color: gray;
  color: black;
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
}

#resumen-container {
  max-height: 500px; /* Establece la altura máxima del contenedor */
  overflow-y: auto; /* Habilita la barra de desplazamiento vertical si el contenido es más alto */
}
/*-------Loaders------*/
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(43 , 43, 43, 0.9);
  z-index: 9999;
}

.loader {
  transform: rotateZ(45deg);
  perspective: 1000px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #3498db;
}

.loader:before,
.loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  transform: rotateX(70deg);
  animation: 1s spin linear infinite;
}

.loader:after {
  color: #FF3D00;
  transform: rotateY(70deg);
  animation-delay: .4s;
}

@keyframes rotate {
  0% {
      transform: translate(-50%, -50%) rotateZ(0deg);
  }
  100% {
      transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

@keyframes rotateccw {
  0% {
      transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
      transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes spin {
  0%,
  100% {
      box-shadow: .2em 0px 0 0px currentcolor;
  }
  12% {
      box-shadow: .2em .2em 0 0 currentcolor;
  }
  25% {
      box-shadow: 0 .2em 0 0px currentcolor;
  }
  37% {
      box-shadow: -.2em .2em 0 0 currentcolor;
  }
  50% {
      box-shadow: -.2em 0 0 0 currentcolor;
  }
  62% {
      box-shadow: -.2em -.2em 0 0 currentcolor;
  }
  75% {
      box-shadow: 0px -.2em 0 0 currentcolor;
  }
  87% {
      box-shadow: .2em -.2em 0 0 currentcolor;
  }
}

.loader-hidden {
  display: none;
}



.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: .19em;
  background: #007DB6;
  border-radius: .6em;
  animation: loading 1s infinite alternate;
}

/*
 * Dots Colors
 * Smarter targeting vs nth-of-type?
 */
.loading span:nth-of-type(2) {
  background: #008FB2;
  animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
  background: #009B9E;
  animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
  background: #00A77D;
  animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
  background: #00B247;
  animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
  background: #5AB027;
  animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
  background: #A0B61E;
  animation-delay: 1.2s;
}

/*
 * Animation keyframes
 * Use transition opacity instead of keyframes?
 */
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.containerL {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.item {
  width: 100px;
  height: 100px;
  position: absolute;
}

.item-1 {
  background-color: #FA5667;
  top: 0;
  left: 0;
  z-index: 1;
  animation: item-1_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-2 {
  background-color: #7A45E5;
  top: 0;
  right: 0;
  animation: item-2_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-3 {
  background-color: #1B91F7;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: item-3_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

.item-4 {
  background-color: #FAC24C;
  bottom: 0;
  left: 0;
  animation: item-4_move 1.8s cubic-bezier(.6,.01,.4,1) infinite;
}

@keyframes item-1_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(0, 100px)} 
  50% {transform: translate(100px, 100px)} 
  75% {transform: translate(100px, 0)} 
}

@keyframes item-2_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(-100px, 0)} 
  50% {transform: translate(-100px, 100px)} 
  75% {transform: translate(0, 100px)} 
}

@keyframes item-3_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(0, -100px)} 
  50% {transform: translate(-100px, -100px)} 
  75% {transform: translate(-100px, 0)} 
}

@keyframes item-4_move {
  0%, 100% {transform: translate(0, 0)} 
  25% {transform: translate(100px, 0)} 
  50% {transform: translate(100px, -100px)} 
  75% {transform: translate(0, -100px)} 
}

/* Estilizar la barra de desplazamiento para todos los elementos */
::-webkit-scrollbar {
  width: 0.5px; /* Ancho de la barra de desplazamiento */
}

/* Estilizar el riel de la barra de desplazamiento */
::-webkit-scrollbar-track {
  background: transparent; /* Color de fondo del riel */
}

/* Estilizar el pulgar de la barra de desplazamiento */
::-webkit-scrollbar-thumb {
  background: white; /* Color del pulgar de la barra de desplazamiento */
}

/* Estilizar el pulgar de la barra de desplazamiento al pasar el mouse */
::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3; /* Color del pulgar al pasar el mouse */
}


/* Estilizar la barra de desplazamiento para Firefox */
* {
  scrollbar-width: thin; /* 'thin' hará que la barra de desplazamiento sea más delgada */
  scrollbar-color: white transparent; /* Color del pulgar y riel de la barra de desplazamiento */
}


.fuentes {
  
  flex-direction: column;
    padding: 10px;
    background: #555;
    margin: -1px;
    top: 50px;
    color: #ddd;
    clip: rect(0, 0, 0, 0);
    border: 0;
    border-radius: 10px
}
@keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}
.stripes {
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.stripes.animated {
  animation: animate-stripes 0.6s linear infinite;
}

.stripes.animated.slower {
  animation-duration: 1.25s;
}

.stripes.reverse {
  animation-direction: reverse;
}
#barraResumen {
  width: 100%;
  
}

#progresoResumen {
  height: 30px;
  background: linear-gradient(to bottom right, #9b72cb, #d96570);;
  text-align: center;
  line-height: 30px;
  color: white;
  width: 0%;
}

/* Estilos para las barras de progreso */
#descargaBarraProgreso, #cargaBarraProgreso {
  width: 100%;
  background-color: #ddd;
}

#descargaProgreso, #cargaProgreso {
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
  width: 0%;
}
.controles-cliente{

  align-items: center;
  margin-bottom: 20px;
  
}
.search-bar {
  
  align-items: center;
  margin-bottom: 20px;
}
.search-bar input[type="text"] {
  width: 80%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.search-bar button {
  padding: 10px;
  background: linear-gradient(130deg, #0298C3 20%, #21C8F6 77.5%);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search-bar button:hover {
  background-color: #0056b3;
}



.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content-registro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5683a;
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #310828;
 }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.btn-cliente{
  
  font-weight: bold;
  background: linear-gradient(130deg, #EC454D 20%, #Fd969B 77.5%);
  
}
#btnGuardarResumen {
background-color: #6F5A83;
border-color: #310828;

}
#btnGuardarResumen:hover {
  background-color: #310828;
  border-color: #6F5A83;
}
#tablaResumen {
  max-height: calc(100vh - 200px); /* Ajusta según sea necesario */
  overflow-y: auto;
  margin-bottom: 60px; /* Espacio para el botón */
}

.tabla-estilizada {
  width: 100%;
  border-collapse: collapse;
}
.tabla-estilizada th, .tabla-estilizada td {
 
  padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
  vertical-align: middle;
  text-align: left;
}
.tabla-estilizada .fin {
  background-color: rgba(238, 138, 101, 0.671)

  ;
  color: white;
}

.tabla-estilizada .link {
  text-align: center;
}
.tabla-estilizada .icono {
  padding: 5px;
  width: 30%;
  height: 30%;
  vertical-align: middle;
}
.tabla-estilizada .consulta {
  color: #EC454D;
  font-weight: bold;

}
.tabla-estilizada .resumen {
  color: #e535ab;
  font-weight: bold;
  
    align-content: center;
}
.tabla-estilizada .analisis {
  color: #9b72cb;
  font-weight: bold;
  
    align-content: center;
}
.resumen-corto {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Número de líneas que quieres mostrar */
  -webkit-box-orient: vertical;
}

.resumen-completo {
  display: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: rgba(0,0,0,0.9);
  padding: 160px 0 20px 0;
}


.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

.wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
}

.wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
}

.wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

.gradient{
 background: -webkit-linear-gradient(16deg,#4285f4 0,#9b72cb 9%,#d96570 20%,#d96570 24%,#9b72cb 35%,#4285f4 44%,#9b72cb 50%,#d96570 56%,#131314 75%,#131314 100%);
 color: transparent;
 background-size: 400% 100%;
 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#hero2{
  background: rgba(0, 0, 0, 0.9);
    padding-bottom: 0px;
    padding-top: 0px;
}

/* Estilos para el contenedor de análisis */
.analysis-container {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.analysis-header {
    margin-bottom: 15px;
}

.analysis-header h5 {
    color: #fff;
    margin: 0;
    font-size: 1.1em;
}

.analysis-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.analysis-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    margin-bottom: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    transition: background 0.3s ease;
}

.analysis-item:hover {
    background: rgba(255, 255, 255, 0.12);
}

.company-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 10px;
}

.company-name {
    color: #fff;
    font-size: 0.95em;
}

.probability-badge {
    background: #626E83;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.85em;
}

.analyze-button {
    background: #D902A3;
    color: white;
    border: none;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background 0.3s ease;
}

.analyze-button:hover {
    background: #9F9363;
}

/* Estilos para el contenedor de servicios */
.service-item .content-wrapper {
  position: relative;
  z-index: 2;
}

.service-item .title-link {
  text-decoration: none;
  color: inherit;
}

.service-item .read-more-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.service-item video {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}