body{
    background-color: #ededec;
}

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;
  height: 67px;
  margin-top: 50px;
  content: url('/assets/igfperu.png');
  background-repeat: no-repeat;
}

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

#busqueda{
    width: 100%;
    min-height: 150px;
    margin-top: 15px;
    padding-left: 155px;
    padding-right: 76px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}


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

.message-home h6{
    color: #54595F;
    font-weight: normal;
}

.hiperion-home{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 724px;
    height: 825px;
}

.hiperion-home form{
    width: 100%;
}

.input-group input{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: #e30613 solid 2px;
}

.input-group input::placeholder{
    color: #555a60 !important;
    opacity: 1.0;
}

.input-group input:focus{
    border-color: #e30613 !important;
    box-shadow: 0 0 0 0px #e30613;
    opacity: 1.0;
}

.input-group button{
    margin-top: 10px;
    text-align: right;
    width: 200px;
    text-align: center;
    background-color: #e30613;
}


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;
}

.material-icons{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
