body{

}

header{
  display: grid;
  grid-template-columns: 50% 50% 0px;
  grid-template-rows: 150px;
  grid-template-areas: "logo nav navicon";
  margin-left: 155px;
  margin-right: 76px;
}

#nav{
  grid-area: nav;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  z-index: 1;
}

.logo{
  grid-area: logo;
  width: 376px;
  height: 67px;
  margin-top: 50px;
  content: url('/assets/logo_historial.svg');
  background-repeat: no-repeat;
}

.historial-option{
  width: auto;
  height: 22px;
  margin-top: 72px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #5E6C87;
}

.historial-option.current{
  color: #F1595E;
}

#banner-home{
  width: 100%;
  height: 454px;
  margin-top: 56px;
  padding-left: 155px;
  padding-right: 76px;
  display: flex;
  background: #EFBDC7;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.message-home{
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 50px;

  color: #3453A0;
}

.hiperion-home{
  width: 724px;
  height: 825px;
  content: url('/assets/hiperion_justicia.svg');
}

#banner-page{
  width: 50%;
  margin-top: 56px;
  padding-left: 155px;
  padding-right: 76px;
}

.section-title{
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: #00A0E0;
}

.section-description{
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* Fonts/Primary */

  color: #25213B;
}

.table-casos{
  margin-left: 155px;
  margin-right: 76px;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #F2F0F9 !important;
    cursor: pointer;
}

table tbody tr{
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #25213B;
}

.contenedor-caso{
  display: flex;
  flex-direction: row;
}

.descripcion-caso{
  width: 50%;
  margin-left: 155px;
  margin-right: 76px;
}

.pdf-caso{
  width: 50%;
}


.titulo-caso{
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 90%;
  background-image: linear-gradient(to right, #D9D5EC 0%, transparent 0%);
  background-repeat: repeat-x;
  background-size: 6px 1px;
}

.titulo-caso p{
  width: auto;
  margin-left: 155px;
  margin-top: 62px;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: #25213B;
}

.item-caso{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  max-width: 90%;
  background-image: linear-gradient(to right, #D9D5EC 100%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 6px 1px;
}

.item-caso p{
  width: 20%;
  margin-left: 37px;
  margin-top: 17px;
  color: #6E6893;
}

.item-caso .detalle{
  width: 90%;
  margin-right: 25px;
}


.item-caso .detalle p{
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  margin-left: 0px;

  color: #25213B;
}

.item-caso .button{
  width: auto;
  height: auto;
  background-color:#6D5BD0;
	border-radius:6px;

	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
  color: #25213B;
}


footer{
  margin-top: 110px;
  margin-left: 155px;
  margin-right: 76px;
  margin-bottom: 98px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.detalles-hd{
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;

  color: #1B293D;
}

.logo-hd{
  width: 156px;
  height: 109px;
  content: url('/assets/logo_hd.svg');
}


.licencia{
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #00273C;
}
