@font-face {
  font-family: 'Montserrat';
  src: url('/empleo/resources/css/fonts/Montserrat/static/Montserrat-Regular-38712903602f88435ddddec98862f8b8.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/empleo/resources/css/fonts/Montserrat/static/Montserrat-Bold-354dc625a35bef1b6ec00a79c6cfc0c8.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

:root {
  /* --font-family: "Source Sans Pro"; */
  --font-family: "Montserrat", sans-serif;
  --font-size: 16px;
  --font-weight: 400;
  --font-weight-bold: 700;
  --font-style: normal;
  --line-height: 1.625;
  --heading-font-family: "Montserrat";
  --heading-font-size: 2.5rem;
  --heading-line-height: 1.3;
  --accent-color: #007834;
  --el-gradient-start: #007834;
  --el-gradient-end: #f8f9fa;
  --background-color: #ffffff;
  --background-secondary-color: #F0F4F8;
  --text-primary: #007834;
  --text-secondary: #141517;
  --border-color: #007834;
  --placeholder-color: #6F6F76;
  --error-color: #ff3d0d;
  --alert-primary: #007834;
  --alert-success: #1CAB55;
  --alert-danger: #E91C1C;
  --alert-warning: #C79C00;
  --el-border-radius: 10px;
  --el-border-radius-min: 6px;
  --el-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
  --header-box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
}

/* .main {
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    opacity: 1;
    box-shadow: var(--el-box-shadow);
    visibility: hidden;
    opacity: 0;
} */

/* Contenido principal */
.main {
  max-width: 2000px;
  height: 100%;
  /* height: calc(100vh - 73px - 120px); */
}

.main.main-visible {
  visibility: visible;
  opacity: 1;
}

.main-inner {
  flex: 1 0 auto;
  overflow: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #808080;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
  min-height: 100vh;
}

h1 {
  font-size: 2rem;
}

body {
  font-size: 1rem;
  width: 100%;
  min-width: 320px;
  line-height: var(--line-height);
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-style: var(--font-style);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  opacity: 1;
  background: linear-gradient(to bottom, #007834 50vh, #007834 50vh, #f8f9fa 0%, #f8f9fa 0%);
  /* background: rgb(0,120,52);
    background: -moz-linear-gradient(180deg, rgba(0,120,52,1) 0%, rgba(248,249,250,1) 75%, rgba(248,249,250,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,120,52,1) 0%, rgba(248,249,250,1) 75%, rgba(248,249,250,1) 100%);
    background: linear-gradient(180deg, rgba(0,120,52,1) 0%, rgba(248,249,250,1) 75%, rgba(248,249,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007834",endColorstr="#f8f9fa",GradientType=1);
      font-family: "Montserrat", sans-serif;
      min-width: 100%;
      min-height: 100%;
      background-repeat: no-repeat; */
}

.btn {
  background-color: #ffffff;
}

.perfil-local {
  background: linear-gradient(to bottom, #20c997 50vh, #20c997 50vh, #f8f9fa 0%, #f8f9fa 0%);
  /* background: rgb(32,201,151);
	background: -moz-linear-gradient(180deg, rgba(32,201,151,1) 0%, rgba(248,249,250,1) 75%, rgba(248,249,250,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(32,201,151,1) 0%, rgba(248,249,250,1) 75%, rgba(248,249,250,1) 100%);
	background: linear-gradient(180deg, rgba(32,201,151,1) 0%, rgba(248,249,250,1) 75%, rgba(248,249,250,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20c997",endColorstr="#f8f9fa",GradientType=1); */
}

.perfil-test {
  background: linear-gradient(to bottom, #fd7e14 50vh, #fd7e14 50vh, #f8f9fa 0%, #f8f9fa 0%);
  /* background: rgb(253,126,20);
	background: -moz-linear-gradient(180deg, rgba(253,126,20,1) 0%, rgba(248,249,250,1) 75%, rgba(248,249,250,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(253,126,20,1) 0%, rgba(248,249,250,1) 75%, rgba(248,249,250,1) 100%);
	background: linear-gradient(180deg, rgba(253,126,20,1) 0%, rgba(248,249,250,1) 75%, rgba(248,249,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fd7e14",endColorstr="#f8f9fa",GradientType=1); */
}

#wrapper {
  min-height: 100vh;
  height: 100%;
}

#nav-content,
#footer-content {
  position: relative;
  max-width: 2000px;
}

#navbar-main {
  display: block;
  background: #fff !important;
  height: 100px;
}

#copyright {
  font-size: 0.8em;
  color: var(--text-secondary);
}

#copyright a {
  text-decoration: none;
  color: inherit;
}

#copyright a:hover {
  color: black;
  text-decoration: underline;
}

.display-4 {
  font-weight: normal !important;
}

/* Aplicación */

.main-landing {
  background-color: #ffff;
  margin: auto;
  margin-top: 8px;
  width: calc(100% - 24px);
}

.titulo {
  color: #356e3b;
  font-weight: var(--font-weight-bold);
  border-bottom: 3px solid #356e3b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.texto-ayuda {
  width: 80%;
}

#ayuda {
  cursor: pointer;
}

.card-estilo {
  width: 40rem;
}

.card-body-estilo {
  color: #198754;
}

.card-img {
  max-width: 50%;
}

/* Página Error */
#error-container {
  max-width: 50%;
}

#icon-container {
  width: 10rem;
  height: 10rem;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 4rem;
  color: white;

  background-color: #007834;
  border-radius: 50%;
}

/* Cerrar sesión CAS */
.notafinal {
  font-size: 1.3em;
}

.titular1 {
  padding-top: 10px;
  padding-left: 10px;
  color: #356e3b;
  font-size: 1.4em;
  font-weight: var(--font-weight-bold);
  border-bottom: solid 2px;
  text-transform: uppercase;
}

.ft1-5 {
  font-size: 1.5em !important;
}

/* Botón que va a la sección de teclas de acceso rápido de la página de ayuda. No lo queremos visible. */
/*#btn-ayuda-accesorapido {*/
.novisible {
  position: absolute;
  left: -99999px;
}

/* Botones numeros de navegación */
.btn-success {
  --bs-btn-color: #198754;
}

/* Indicador de ordenación  */
.jtable-column-header-sortable {
  background: url("/empleo/resources/img/jtable/column-sortable-9e54c5856ee1b00c007bca9482e7b7d9.png") no-repeat right;
}

.jtable-column-header-sorted-asc {
  background: url("/empleo/resources/img/jtable/column-asc-b06ff7a244d38e63c5a11135a512e8d9.png") no-repeat right;
}

.jtable-column-header-sorted-desc {
  background: url("/empleo/resources/img/jtable/column-desc-01ee5cbde44f0c8b63094844c008790b.png") no-repeat right;
}

.fila-seleccionada {
  /* background-color: #d0f0d0; Verde suave de ejemplo */
  /* transition: background-color 0.3s ease; */
  background-color: #e2e3e5 !important;
}

.btn-estilo {
  flex: 37%;
  justify-content: right;
}

/* Filtros */

/* Contenedor principal, columnas por defecto */
.filters-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Cada fila es un flex-wrap para ajustar items */
.filters-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/* Items dentro de cada fila */
.filter-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 200px;
  /* base 200px pero flexible */
}

/* Estilo de labels */
.identificador {
  color: #356e3b;
  font-size: 1em;
  font-weight: var(--font-weight-bold);
}

.nombreDemandante {
  color: #356e3b;
  font-size: 1.2em;
  font-style: italic;
}

.tablaLocalidades,
.tablaLocalidades th,
.tablaLocalidades td {
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  padding: 4px;
  color: #48924f;;
}

.textAreaBolsa {
  width: 20%;
  resize: both;
  min-width: 200px;
}

.textoLocalidadTachado {
  text-decoration: line-through;
}

.bg-verde-card-header {
    background-color: #356e3b !important;
}

.textoExplicativo {
  color: #356e3b;
  font-size: 0.8em;
  font-style: italic;
}