/* opcion-seleccionada1 */

.opcion-seleccionada1 {
  height: auto;
  width: 100%;
  background-color: var(--colorBackgroundOpcionSeleccionada);
}

.contenedor-opcion-seleccionada1 {
}

.grid-contenedor-opcion-seleccionada1 {
}

.left-panel-opcion-seleccionada1 {
  display: none;
}

.contenido-opcion-seleccionada1 {
}

.right-panel-opcion-seleccionada1 {
  display: none;
}


.titulo-opcion-seleccionada1-y-descripcion {
}

.contenedor-titulo-opcion-seleccionada1-y-descripcion {
  margin: 20px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
  .contenedor-titulo-opcion-seleccionada1-y-descripcion {
    margin: 20px 30px 20px 30px;
  }
}

@media screen and (min-width: 1200px) { /* 1140px + 30px x 2 */
  .contenedor-titulo-opcion-seleccionada1-y-descripcion {
    margin: 25px 0 25px 0;
  }
}

.grid-contenedor-titulo-opcion-seleccionada1-y-descripcion {
  align-items: center;
}


.icono-opcion-seleccionada1 {
  display: flex;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--colorBackgroundIconoOpcionSeleccionada);
  justify-self: left;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .icono-opcion-seleccionada1 {
    width: 100px;
    height: 100px;
  }
}

.icono-opcion-seleccionada1 img {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .icono-opcion-seleccionada1 img {
    width: 50px;
    height: 50px;
  }
}

.icono-opcion-seleccionada1-style {
  color: var(--colorTextoIconoOpcionSeleccionada);
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .icono-opcion-seleccionada1-style {
    font-size: 40px;
  }
}

.titulo-opcion-seleccionada1 {
  display: flex;
  color: var(--colorTextoTituloOpcionSeleccionada);
  font-size: var(--letraTituloH1Small);
  font-weight: 600;
  justify-content: left;
  text-align: left;
}

@media screen and (min-width: 576px) {
  .titulo-opcion-seleccionada1 {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  .titulo-opcion-seleccionada1 {
    font-size: var(--letraTituloH1Normal);
  }
}

h1.titulo-opcion-seleccionada1 {
  margin: 0;
}

.descripcion-opcion-seleccionada1 {
  display: block;
  font-weight: 400;
}

@media screen and (min-width: 576px) {
  .descripcion-opcion-seleccionada1 {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .descripcion-opcion-seleccionada1 {
  }
}

@media screen and (min-width: 992px) {
  .descripcion-opcion-seleccionada1 {
  }
}


.descripcion-opcion-seleccionada1 p {
  color: var(--colorTextoDescripcionOpcionSeleccionada);
  font-size: var(--letraTituloH2Small);
  font-weight: 400;
  line-height: 20px;
}

@media screen and (min-width: 768px) {
  .descripcion-opcion-seleccionada1 p {
    font-size: var(--letraTituloH2Normal);
    line-height: 22px;
  }
}

.descripcion-opcion-seleccionada1 p {
  margin: 0;
}

/* -> opcion-seleccionada1 */


a {
  color: inherit;
  text-decoration: inherit; /* no underline */
}

.descripcion-opcion-seleccionada1-1{
    display: none;
}

.titulo-opcion-seleccionada1-1{
    display: none;
}

.boton-buscar {
  display: none;
}

.contenedor-opcion-seleccionada1 {
  background-color: var(--fondoGeneral);
  border: 0;
  
}

.opcion-seleccionada {
  height: auto;
  width: 100%;
  border: none;
  background-color: var(--fondoGeneral);
  display: none;
}

.opcion-seleccionada1 {
  height: auto;
  width: 100%;
  border: none;
  background-color: var(--fondoGeneral);
}


.panel-casilla-busqueda {
  height: auto;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 200px;
}


/* panel-casilla-busqueda */

  .panel-terminos-sugeridos {
    display: none;
    overflow: auto;
    z-index: 1;
  }

  .panel-documentos-sugeridos {
    display: none;
    overflow: auto;
    z-index: 1;
  }

  .boton-filtrar-busqueda {
    display: block;
    padding-top: 44px;
    cursor: pointer;
  }

  .panel-filtros-busqueda {
    display: none;
    margin: 0 20px 0 20px;
  }

  @media screen and (min-width: 768px) {

    .panel-filtros-busqueda {
      margin: 0;
    }

  }

/* -> panel-casilla-busqueda */


/* panel-casilla-botones */

  .input-casilla-busqueda {
    height: 60px;
    border: 1px solid #D3D8DB;
    border-radius: 4px;
    margin: 0 20px 0 20px;
  }

  @media screen and (min-width: 768px) {

    .input-casilla-busqueda {
      height: 70px;
      width: 100%;
      border-radius: 4px 0 0 4px;
      margin: 0;
    }

  }

  #input-casilla-busqueda-field {
    height: 80%;
    width: 100%;
    color: #343536;
    font-size: var(--letra18);
    line-height: 19px;
    padding: 0 20px 0 20px;
    border: none;
    border-radius: 4px;
  }

  @media screen and (min-width: 768px) {

    #input-casilla-busqueda-field {
      border-radius: 4px 0 0 4px;
      padding: 0 30px 0 30px;
    }

  }

  #input-casilla-busqueda-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-busqueda-field:focus {
    outline: none;
  }

  .tipo-documento {
    display: none;
    height: 70px;
  }

  @media screen and (min-width: 992px) {

    .tipo-documento {
      display: block;
    }

  }

  .boton-seleccionar-tipo-documento {
    height: 100%;
    width: 100%;
    border: 1px solid #D3D8DB;
    background: linear-gradient(0deg, #F2F4F7 0%, #FFFFFF 100%);
    cursor: pointer;
  }

  @media screen and (max-width: 768px) {

    .boton-seleccionar-tipo-documento {
      display: none;
    }
  }

  .boton-seleccionar-tipo-documento:hover {
    border: 1px solid #0A7982;
  }

  .boton-seleccionar-tipo-documento img {
    width: 12px;
    height: 12px;
  }

  .contenedor-boton-seleccionar-tipo-documento {
    display: flex;
    height: 70px;
    width: 100%; /*can be in percentage also.*/
    line-height: 30px;
    align-items: center;
    justify-content: center;
  }

  .texto-boton-seleccionar-tipo-documento {
    color: #343536;
    font-size: var(--letra14);
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-right: 10px;
  }

  #texto-boton-seleccionar-tipo-documento {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  #tipo-documento-seleccionado {
    box-sizing: border-box;
    background-image: url('../images/noun_Search_875351_gris.png');
    background-size: 30px 30px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    color: #343536;
    font-size: var(--letra16);
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #D3D8DB;
  }

  .tipo-documento-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 201px; /* 1 más que el ancho de tipo-documento */
    overflow: auto;
    border: 1px solid #D3D8DB;
    z-index: 1;
  }

  .tipo-documento-content a {
    color: #0A7982;
    font-size: var(--letra16);
    font-weight: 600;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .tipo-documento a:hover {
    background-color: #d5d8db;
  }

  .show {
    display: block;
  }

  .boton-nueva-busqueda {
    height: 60px;
    border: none;
    background-color: var(--colorBackgroundBotonBuscarTextoVisorHover);
    border: 1px solid #D3D8DB;
    border-radius: 0 4px 4px 0;
    margin-right: 20px;
    cursor: pointer;
  }

  @media screen and (max-width: 375px) {

    .xboton-nueva-busqueda {
      display: none;
    }

  }

  @media screen and (min-width: 768px) {

    .boton-nueva-busqueda {
      height: 70px;
      margin: 0;
    }

  }

  .boton-nueva-busqueda:hover {
    border: 1px solid #0A7982;
  }

  .boton-nueva-busqueda img {
    width: 20px;
    height: 20px;
  }

  .contenedor-boton-nueva-busqueda {
    display: flex;
    height: 100%;
    width: 100%; /*can be in percentage also.*/
    line-height: 30px;
	background-color: #36c;
    align-items: center;
    justify-content: center;
  }

  .texto-boton-nueva-busqueda {
    color: #ffffff;
    font-size: var(--letra14);
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-left: 5px;
  }

  #texto-boton-nueva-busqueda {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  .boton-buscar-texto {
    height: 60px;
    border: none;
    background-color: var(--colorBackgroundBotonBuscarTextoVisor);
    border: 1px solid #D3D8DB;
    border-radius: 4px;
    xborder-radius: 4px 0 0 4px;
    xmargin-left: 22px;
    margin: 0 20px 0 20px;
    cursor: pointer;
  }

  @media screen and (min-width: 375px) {

    .boton-buscar-texto {
      xborder-radius: 4px;
      border-radius: 4px 0 0 4px;
      xmargin-right: 22px;
      margin: 0 0 0 20px;
    }

  }

  @media screen and (min-width: 768px) {

    .boton-buscar-texto {
      height: 70px;
      border-radius: 0;
      margin: 0;
    }

  }

  .boton-buscar-texto:hover {
    border: 1px solid var(--colorBackgroundBotonBuscarTextoVisor);
  }

  .boton-buscar-texto img {
    width: 20px;
    height: 20px;
  }

  .contenedor-boton-buscar-texto {
    display: flex;
    height: 100%;
	background-color: #264ba3;
    width: 100%; /*can be in percentage also.*/
    line-height: 30px;
    align-items: center;
    justify-content: center;
  }

  .texto-boton-buscar-texto {
    color: #ffffff;
    font-size: var(--letra14);
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-left: 5px;
  }

  #texto-boton-buscar-texto {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

/* -> panel-casilla-botones */


/* panel-terminos-sugeridos */

  .contenedor-panel-terminos-sugeridos {
    height: auto;
  }

  .grid-contenedor-panel-terminos-sugeridos {
    height: auto;
  }

  .titulo-terminos-sugeridos {
    height: 60px;
    width: 100%;
    border-left: 1px solid #D5D8DB;
    border-right: 1px solid #D5D8DB;
    border-bottom: 1px solid #D5D8DB;
    background-color: #FFFFFF;
    padding-left: 23px;
  }

  .titulo-terminos-sugeridos img {
    width: 20px;
    height: 20px;
  }

  .contenedor-titulo-terminos-sugeridos {
    display: flex;
    height: 100%;
    width: 100%; /*can be in percentage also.*/
    align-items: center;
    justify-content: flex-start;
  }

  .texto-titulo-terminos-sugeridos {
    color: #343536;
    font-size: var(--letra16);
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-left: 10px;
  }

  #texto-titulo-terminos-sugeridos {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  .terminos-sugeridos {
    height: auto;
  }

  .contenedor-terminos-sugeridos {
    height: auto;
  }

  .grid-contenedor-terminos-sugeridos {
    height: auto;
  }

  .item-terminos-sugeridos {
    display: flex;
    height: 60px;
    width: 100%; /*can be in percentage also.*/
    align-items: center;
    justify-content: flex-start;
    border-left: 1px solid #D5D8DB;
    border-right: 1px solid #D5D8DB;
    border-bottom: 1px solid #D5D8DB;
    background-color: #FFFFFF;
    z-index: 99;
    cursor: pointer;
  }

  /*when hovering an item:*/
  .item-terminos-sugeridos:hover {
    background-color: #EFF3F6;
  }

  /*when navigating through the items using the arrow keys:*/
  .item-terminos-sugeridos-active {
    background-color: #EFF3F6;
  }

  .texto-item-terminos-sugeridos {
    height: 24px; /* Para que el texto se mantenga en una sola línea */
    width: 100%;
    color: #0A7982;
    font-size: var(--letra16);
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 0 23px 0 23px;
    zpadding-left: 23px;
    overflow: hidden; /* Para que el texto se mantenga en una sola línea y se oculte lo que no cabe */
  }

/* -> panel-terminos-sugeridos */


/* panel-documentos-sugeridos */

  .panel-documentos-sugeridos {
    width: 100%;
  }

  .contenedor-panel-documentos-sugeridos {
    height: auto;
  }

  .grid-contenedor-panel-documentos-sugeridos {
    height: auto;
  }

  .titulo-documentos-sugeridos {
    height: 60px;
    width: 100%;
    border-left: 1px solid #D5D8DB;
    border-right: 1px solid #D5D8DB;
    border-bottom: 1px solid #D5D8DB;
    background-color: #FFFFFF;
    padding-left: 23px;
  }

  .titulo-documentos-sugeridos img {
    width: 20px;
    height: 20px;
  }

  .contenedor-titulo-documentos-sugeridos {
    display: flex;
    height: 100%;
    width: 100%; /*can be in percentage also.*/
    align-items: center;
    justify-content: flex-start;
  }

  .texto-titulo-documentos-sugeridos {
    color: #343536;
    font-size: var(--letra16);
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-left: 10px;
  }

  #texto-titulo-documentos-sugeridos {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  .documentos-sugeridos {
    height: auto;
  }

  .contenedor-documentos-sugeridos {
    height: auto;
  }

  .grid-contenedor-documentos-sugeridos {
    height: auto;
  }

  .item-documentos-sugeridos {
    display: flex;
    height: 60px;
    width: 100%; /*can be in percentage also.*/
    align-items: center;
    justify-content: flex-start;
    border-left: 1px solid #D5D8DB;
    border-right: 1px solid #D5D8DB;
    border-bottom: 1px solid #D5D8DB;
    background-color: #FFFFFF;
    z-index: 99;
    cursor: pointer;
  }

  /*when hovering an item:*/
  .item-documentos-sugeridos:hover {
    background-color: #EFF3F6;
  }

  /*when navigating through the items using the arrow keys:*/
  .item-documentos-sugeridos-active {
    background-color: #EFF3F6;
  }

  .contenedor-item-documentos-sugeridos {
    height: 100%;
    width: 100%;
  }

  .grid-contenedor-item-documentos-sugeridos {
    height: 100%;
    width: 100%;
    align-items: center;
  }

  .texto-item-documentos-sugeridos {
    /*height: 24px; /* Para que el texto se mantenga en una sola línea */
    width: 100%;
    color: #0A7982;
    font-size: var(--letra16);
    font-weight: 600;
    letter-spacing: 0.4px;
    padding-left: 23px;
    overflow: hidden; /* Para que el texto se mantenga en una sola línea y se oculte lo que no cabe */
  }

  .boton-abrir-documento {
    display: flex;
    height: 20px;
    width: 120px;
    border-radius:3px;
    background-color: #264ba3;
    justify-content: center;
  }

  .contenedor-boton-abrir-documento {
    display: flex;
    align-items: center;
  }

  .texto-boton-abrir-documento {
    color: #FFFFFF;
    font-size: var(--letra12);
    font-weight: bold;
    line-height: 15px;
  }

/* -> panel-documentos-sugeridos */

/* boton-filtrar-busqueda */

.linea-izquierda {
  display: flex;
  align-content: center;
}

.linea-derecha {
  display: flex;
  align-content: center;
}

.linea-boton-filtro {
  width: 100%;
  color: #D5D8DB;
  border-bottom: 1px solid #D5D8DB;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.07);
}

hr {
  noshade;
  align-self: center;
}

.filtrar-busqueda {
  height: 36px;
  width: 180px;
  border: 1px solid #D5D8DB;
  border-radius: 4px;
  background-color: #F5F8FA;
  align-self: center;
}

.filtrar-busqueda img {
  width: 10px;
  height: 10px;
}

.contenedor-filtrar-busqueda {
  height: 36px;
  width: 180px; /*can be in percentage also.*/
  line-height: 30px;
  text-align: center;
}

.texto-filtrar-busqueda {
  color: #264ba3;
  font-size: .85rem!important;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: -5px;
  margin-left: 5px;
}

#texto-filtrar-busqueda {
  font-size: .85rem!important;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

/* boton-filtrar-busqueda */


/* panel-filtros-busqueda */

  /* casilla-busqueda-documento */

  .casilla-busqueda-documento {
    width: 100%;
  }

  .label-casilla-busqueda-documento {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-busqueda-documento {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-busqueda-documento {
    height: 100%;
    width: 100%;
  }

  #input-casilla-busqueda-documento-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-busqueda-documento-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-busqueda-documento-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-busqueda-documento */


  /* casilla-busqueda-todas-las-palabras */

  .casilla-busqueda-todas-las-palabras {
    width: 100%;
  }

  .label-casilla-busqueda-todas-las-palabras {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-busqueda-todas-las-palabras {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-busqueda-todas-las-palabras {
    height: 100%;
    width: 100%;
  }

  #input-casilla-busqueda-todas-las-palabras-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-busqueda-todas-las-palabras-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-busqueda-todas-las-palabras-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-busqueda-todas-las-palabras */


  /* casilla-busqueda-frase */

  .casilla-busqueda-frase {
    width: 100%;
  }

  .label-casilla-busqueda-frase {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-busqueda-frase {
      height: 26px;
      font-size: var(--letra12);
      line-height: 18px;
    }
  }

  .input-casilla-busqueda-frase {
    height: 100%;
    width: 100%;
  }

  #input-casilla-busqueda-frase-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-busqueda-frase-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-busqueda-frase-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-busqueda-frase */


  /* casilla-busqueda-cualquiera-de-las-palabras */

  .casilla-busqueda-cualquiera-de-las-palabras {
    width: 100%;
  }

  .label-casilla-busqueda-cualquiera-de-las-palabras {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-busqueda-cualquiera-de-las-palabras {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-busqueda-cualquiera-de-las-palabras {
    height: 100%;
    width: 100%;
  }

  #input-casilla-busqueda-cualquiera-de-las-palabras-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-busqueda-cualquiera-de-las-palabras-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-busqueda-cualquiera-de-las-palabras-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-busqueda-cualquiera-de-las-palabras */


  /* casilla-excluir-palabras */

  .casilla-excluir-palabras {
    width: 100%;
  }

  .label-casilla-excluir-palabras {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-excluir-palabras {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-excluir-palabras {
    height: 100%;
    width: 100%;
  }

  #input-casilla-excluir-palabras-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-excluir-palabras-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-excluir-palabras-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-excluir-palabras */


  /* casilla-palabras-cercanas */

  .casilla-palabras-cercanas {
    width: 100%;
  }

  .label-casilla-palabras-cercanas {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-palabras-cercanas {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-palabras-cercanas {
    height: 100%;
    width: 100%;
  }

  #input-casilla-palabras-cercanas-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-palabras-cercanas-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-palabras-cercanas-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-palabras-cercanas */


  /* casilla-maxima-distancia */

  .casilla-maxima-distancia {
    width: 100%;
  }

  .label-casilla-maxima-distancia {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-maxima-distancia {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-maxima-distancia {
    height: 100%;
    width: 100%;
  }

  #input-casilla-maxima-distancia-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-maxima-distancia-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-maxima-distancia-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-maxima-distancia */


  /* casilla-tipo-documento */

  .casilla-tipo-documento {
    width: 100%;
  }

  .label-casilla-tipo-documento {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-tipo-documento {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-tipo-documento {
    height: 100%;
    width: 100%;
  }

  #input-casilla-tipo-documento-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-tipo-documento-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-tipo-documento-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-tipo-documento */


  /* casilla-entidad */

  .casilla-entidad {
    width: 100%;
  }

  .label-casilla-entidad {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-entidad {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-entidad {
    height: 100%;
    width: 100%;
  }

  #input-casilla-entidad-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-entidad-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-entidad-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-entidad */


  /* casilla-year-inicial */

  .casilla-year-inicial {
    width: 100%;
  }

  .label-casilla-year-inicial {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-year-inicial {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-year-inicial {
    height: 100%;
    width: 100%;
  }

  #input-casilla-year-inicial-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-year-inicial-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-year-inicial-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-year-inicial */


  /* casilla-year-final */

  .casilla-year-final {
    width: 100%;
  }

  .label-casilla-year-final {
    height: 20px;
    width: 100%;
    color: #343536;
    font-weight: 600;
    font-size: var(--letra12);
    line-height: 15px;
    letter-spacing: 0.1px;
  }

  @media screen and (min-width: 768px) {

    .label-casilla-year-final {
      height: 26px;
      font-size: var(--letra14);
      line-height: 18px;
    }
  }

  .input-casilla-year-final {
    height: 100%;
    width: 100%;
  }

  #input-casilla-year-final-field {
    height: 50px;
    width: 100%;
    border: 1px solid #D5D8DB;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: var(--letra14);
    line-height: 16px;
    padding: 0 20px 0 20px;
  }

  #input-casilla-year-final-field:hover {
    border: 1px solid #0A7982;
  }

  #input-casilla-year-final-field:focus {
    border: 1px solid #0A7982;
  }

  /* -> casilla-year-final */


  /* boton-buscar-texto-panel-filtros */

  .boton-buscar-texto-panel-filtros {
    height: 70px;
    width: 270px;
    border: none;
    background-color: var(--colorBackgroundBotonBuscarTextoVisor);
    border: 1px solid #D3D8DB;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 30px;
    justify-self: center;
  }

  @media screen and (max-width: 375px) {

    .boton-buscar-texto-panel-filtros {
      width: 150px;
    }

  }

  @media screen and (min-width: 768px) {

    .boton-buscar-texto-panel-filtros {
      height: 70px;
    }

  }

  .boton-buscar-texto-panel-filtros:hover {
    border: 1px solid var(--colorBackgroundBotonBuscarTextoVisor);
  }

  .boton-buscar-texto-panel-filtros img {
    width: 20px;
    height: 20px;
  }

  .contenedor-boton-buscar-texto-panel-filtros {
    display: flex;
    height: 100%;
    width: 100%; /*can be in percentage also.*/
	background-color: #264ba3;
    line-height: 30px;
    align-items: center;
    justify-content: center;
  }

  .texto-boton-buscar-texto-panel-filtros {
    color: #ffffff;
    font-size: var(--letra14);
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-left: 5px;
  }

  #texto-boton-buscar-texto-panel-filtros {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  /* -> boton-buscar-texto-panel-filtros */

  /* boton-nueva-busqueda-panel-filtros */

  .boton-nueva-busqueda-panel-filtros {
    background-color: var(--colorBackgroundBotonBuscarTextoVisorHover);	
    height: 70px;
    width: 270px;
    border: 1px solid #D3D8DB;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 30px;
    justify-self: center;
  }

  @media screen and (max-width: 375px) {

    .boton-nueva-busqueda-panel-filtros {
      width: 150px;
    }

  }

  @media screen and (min-width: 768px) {

    .boton-nueva-busqueda-panel-filtros {
      height: 70px;
    }

  }

  .boton-nueva-busqueda-panel-filtros:hover {
    border: 1px solid var(--colorVerdeOscuro);
  }

  .boton-nueva-busqueda-panel-filtros img {
    width: 20px;
    height: 20px;
  }

  .contenedor-boton-nueva-busqueda-panel-filtros {
    display: flex;
    height: 100%;
    width: 100%; /*can be in percentage also.*/
    line-height: 30px;
    align-items: center;
    justify-content: center;
  }

  .texto-boton-nueva-busqueda-panel-filtros {
    color: #ffffff;
    font-size: var(--letra14);
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-left: 5px;
  }

  #texto-boton-nueva-busqueda-panel-filtros {
    margin: 0px;
    padding: 0px 0px 0px 0px;
  }

  /* -> boton-nueva-busqueda-panel-filtros */

/* -> panel-filtros-busqueda */


/* panel-resultados-busqueda */

.panel-resultados-busqueda {
  display: none;
  height: auto;
  width: auto; /* No puede ser 100% porque no respeta los márgenes */
  margin: 0 20px 200px 20px;
}

@media screen and (min-width: 768px) {

  .panel-resultados-busqueda {
    margin: 0 0 200px 0;
  }
}

.contenedor-panel-resultados-busqueda {
  width: 100%;
}

.grid-contenedor-panel-resultados-busqueda {
  width: 100%;
}

.panel-numero-resultados-busqueda {
  display: flex;
  height: 93px;
  width: 100%;
  border: 1px solid #D5D8DB;
  border-radius: 4px 4px 0 0;
  background-color: #FFFFFF;
  align-items: center;
  justify-content: center;
}

.texto-numero-resultados-busqueda {
  color: #343536;
  font-size: var(--letra20);
  font-weight: 600;
  text-align: center;
  margin: 0 30px 0 30px;
}

@media screen and (min-width: 576px) {

  .texto-numero-resultados-busqueda {
    margin: 0;
  }

}

.panel-facetas-lista-resultados {
  width: 100%;
  border: 1px solid #D5D8DB;
  border-radius: 0 0 4px 4px;
  background-color: #FAFBFC;
}

.titulo-facetas-resultados {
  display: flex;
  height: 60px;
  width: auto;
  color: #343536;
  font-size: var(--letra18);
  font-weight: 600;
  line-height: 28px;
  margin: 0 20px 20px 30px;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (min-width: 768px) {

  .titulo-facetas-resultados {
    font-size: var(--letra22);
  }

}

@media screen and (min-width: 992px) {

  .titulo-facetas-resultados {
    margin: 30px 0 10px 30px;
    justify-content: flex-start;
    align-items: center;
  }

}

.facetas-tipos-documentos-resultados {
  min-height: 300px;
  width: auto;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin: 0 30px 0 30px;
}

@media screen and (min-width: 576px) {

  .facetas-tipos-documentos-resultados {
    min-width: 275px;
  }

}

@media screen and (min-width: 992px) {

  .facetas-tipos-documentos-resultados {
    min-height: 600px;
    margin: 0 0 0 30px;
  }

}

@media screen and (min-width: 992px) {

  .panel-lista-resultados {
    margin-top: 30px;
  }

}

.panel-item-lista-resultados {
  min-height: 170px;
  width: auto;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin: 0 30px 0 30px;
}

@media screen and (min-width: 992px) {

  .panel-item-lista-resultados {
    margin: 0 30px 0 0;
  }

}

.contenedor-panel-item-lista-resultados {
  height: 100%;
}

.grid-contenedor-panel-item-lista-resultados {
  height: 100%;
}

.panel-relevancia-resultado {
  height: auto;
  width: 200px;
  margin: 0 0 0 20px;
}

@media screen and (min-width: 768px) {

  .panel-relevancia-resultado {
    height: 120px;
    width: 140px;
    xmargin: 0;
    margin: 20px 0 0 20px;
  }

}

@media screen and (min-width: 992px) {

  .panel-relevancia-resultado {
    height: auto;
    margin: 0 0 20px 20px;
  }

}

@media screen and (min-width: 1200px) {

  .panel-relevancia-resultado {
    height: 120px;
    width: 140px;
    margin: 20px 0 0 20px;
  }

}

.contenedor-panel-relevancia-resultado {
  border-radius: 4px;
  background-color: #EFF3F6;
}

@media screen and (min-width: 992px) {

  .contenedor-panel-relevancia-resultado {
    width: 100%;
  }

}

.titulo-relevancia {
  height: 20px;
  width: auto;
  color: #FFFFFF;
  font-size: var(--letra12);
  font-weight: bold;
  line-height: 20px; /* The same as your div height */
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #B0B3B5;
  margin: 10px;
}

@media screen and (min-width: 768px) {

  .titulo-relevancia {
    margin: 20px 20px 5px 20px;
  }

}

@media screen and (min-width: 992px) {

  .titulo-relevancia {
    margin: 10px;
    padding: 0 10px 0 10px;
  }

}

@media screen and (min-width: 1200px) {

  .titulo-relevancia {
    margin: 20px 20px 5px 20px;
  }

}

.relevancia {
  display: flex;
  color: #343536;
  font-size: var(--letra14);
  font-weight: 600;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {

  .relevancia {
    height: 80px;
    font-size: var(--letra36);
    text-align: center;
  }

}

@media screen and (min-width: 992px) {

  .relevancia {
    height: auto;
    font-size: var(--letra14);
    text-align: left;
    line-height: 40px;
  }

}

@media screen and (min-width: 1200px) {

  .relevancia {
    height: 80px;
    font-size: var(--letra36);
    text-align: center;
  }

}

.panel-descripcion-resultado {
  margin: 20px 20px 0 20px;
}

@media screen and (min-width: 768px) {

  .panel-descripcion-resultado {
    margin: 20px 20px 0 0;
  }

}

@media screen and (min-width: 992px) {

  .panel-descripcion-resultado {
    margin: 20px 0 0 20px;
  }

}

@media screen and (min-width: 1200px) {

  .panel-descripcion-resultado {
    margin: 20px 20px 20px 0;
  }

}

.id-resultado {
  height: 100%;
  color: #0A7982;
  font-size: var(--letra20);
  font-weight: 600;
  cursor: pointer;
}

.id-resultado:hover {
  color: #EC1D24;
}

.grid-contenedor-panel-descripcion-resultado .resumen-resultado {
  align-self: stretch;
}

.boton-palabras-clave {
  height: 36px;
  width: auto;
  border: 1px solid #D5D8DB;
  border-radius: 4px;
  background-color: #F5F8FA;
  color: #727475;
  font-size: var(--letra14);
  font-weight: 600;
  line-height: 36px; /* The same as your div height */
  text-align: center;
  vertical-align: middle;
  padding: 0 10px 0 10px;
  margin: 0 20px 0 20px;
  cursor: pointer;
}

@media screen and (min-width: 576px) {

  .boton-palabras-clave {
    width: 280px;
    margin: 0;
    justify-self: center;
  }

}

@media screen and (min-width: 768px) {

  .boton-palabras-clave {
    width: auto;
    justify-self: inherit;
    margin: 0 0 20px 20px;
  }

}

@media screen and (min-width: 992px) {

  .boton-palabras-clave {
    margin: 20px 20px 0 0;
  }

}

.boton-palabras-clave:hover {
  border: 1px solid #0A7982;
}

.boton-modificaciones {
  height: 36px;
  width: auto;
  border: 1px solid #D5D8DB;
  border-radius: 4px;
  background-color: #F5F8FA;
  color: #727475;
  font-size: var(--letra14);
  font-weight: 600;
  line-height: 36px; /* The same as your div height */
  text-align: center;
  vertical-align: middle;
  padding: 0 10px 0 10px;
  margin: 0 20px 0 20px;
  cursor: pointer;
}

@media screen and (min-width: 576px) {

  .boton-modificaciones {
    width: 280px;
    margin: 0;
    justify-self: center;
  }

}

@media screen and (min-width: 768px) {

  .boton-modificaciones {
    width: auto;
    justify-self: inherit;
  }

}

@media screen and (min-width: 992px) {

  .boton-modificaciones {
    margin: 0 20px 0 0;
  }

}

.boton-modificaciones:hover {
  border: 1px solid #0A7982;
}

.boton-concordancias {
  height: 36px;
  width: auto;
  border: 1px solid #D5D8DB;
  border-radius: 4px;
  background-color: #F5F8FA;
  color: #727475;
  font-size: var(--letra14);
  font-weight: 600;
  line-height: 36px; /* The same as your div height */
  text-align: center;
  vertical-align: middle;
  padding: 0 10px 0 10px;
  margin: 0px 20px 20px 20px;
  cursor: pointer;
}

@media screen and (min-width: 576px) {

  .boton-concordancias {
    width: 280px;
    margin: 0 0 20px 0;
    justify-self: center;
  }

}

@media screen and (min-width: 768px) {

  .boton-concordancias {
    width: auto;
    justify-self: inherit;
    margin: 0 20px 20px 0;
  }

}

@media screen and (min-width: 992px) {

  .boton-concordancias {
    margin: 0 20px 0 0;
  }

}

.boton-concordancias:hover {
  border: 1px solid #0A7982;
}

.panel-paginacion-resultados {
  height: 96px;
}

/* -> panel-resultados-busqueda */


/* panel-paginacion-resultados-busqueda */

.boton-paginacion-izquierdo {
  height: 36px;
  width: 117px;
  border: 1px solid #D5D8DB;
  border-radius: 4px;
  background-color: #F5F8FA;
  align-self: center;
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {

  .boton-paginacion-izquierdo {
    width: 36px;
  }
}

.boton-paginacion-izquierdo img {
  width: 10px;
  height: 10px;
}

.contenedor-boton-paginacion-izquierdo {
  height: 36px;
  width: 100%; /*can be in percentage also.*/
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .contenedor-boton-paginacion-izquierdo {
    display: flex;
    text-align: inherit;
    justify-content: center;
    align-items: center;
  }
}

.texto-boton-paginacion-izquierdo {
  color: #EC1D24;
  font-size: var(--letra14);
  font-weight: bolder;
  letter-spacing: 1px;
  margin-top: -5px;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {

  .texto-boton-paginacion-izquierdo {
    display: none;
  }
}

#texto-boton-paginacion-izquierdo {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.boton-paginacion-derecho {
  height: 36px;
  width: 117px;
  border: 1px solid #D5D8DB;
  border-radius: 4px;
  background-color: #F5F8FA;
  align-self: center;
  margin-right: auto;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {

  .boton-paginacion-derecho {
    width: 36px;
  }
}

.boton-paginacion-derecho img {
  width: 10px;
  height: 10px;
}

.contenedor-boton-paginacion-derecho {
  height: 36px;
  width: 100%; /*can be in percentage also.*/
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {

  .contenedor-boton-paginacion-derecho {
    display: flex;
    text-align: inherit;
    justify-content: center;
    align-items: center;
  }
}

.texto-boton-paginacion-derecho {
  color: #EC1D24;
  font-size: var(--letra14);
  font-weight: bolder;
  letter-spacing: 1px;
  margin-top: -5px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {

  .texto-boton-paginacion-derecho {
    display: none;
  }
}

#texto-boton-paginacion-derecho {
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.texto-numero-pagina {
  height: 36px;
  color: #343536;
  font-size: var(--letra16);
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.4px;
  text-align: center;
  vertical-align: middle;
}


/* -> panel-paginacion-resultados-busqueda */
