header{
  background-color: #F6F4ED;
  height: 557px;
}

main{
  display: grid;
  grid-template-columns: 40% auto;
  grid-template-rows: auto;
  grid-gap: 5px;
  background-color: #FFFFFF;
  height: 644px;
  left: 0px;
}

footer{
  display: grid;
  grid-template-columns: 40% auto;
  grid-template-rows: auto;
  grid-gap: 5px;
  background-color: #F6F4ED;
  height: 368px;
}

.content-header{
  display: flex;
  flex-direction: column;
}

.logo{
  width: 389.5px;
  height: 62px;
  margin-left: 112px;
  margin-top: 126px;
  background: url('/custom/assets/LogoC1984.svg');
}

.page-description{
  width: 284px;
  height: 26px;
  margin-left: 121px;
  margin-top: 0px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #1B293D;
}

.page-introduction{
  width: 811px;
  height: 192px;
  margin-left: 121px;
  margin-top: 32px;

  font-family: Barlow;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 43px;
  color: #131325;
}
.page-social{
  display: grid;
  grid-template-columns:  65px 30px 30px 30px;
  grid-template-rows:  auto;
  grid-gap: 12px;
  margin-left: 122px;
  margin-top: 63px;
  margin-bottom: 42px;
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #D77172;
}

#topic-selector{
  display: none;
}
.topics{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
}

.topics-item{
  margin-left: 121px;
  height: 76px;
  margin-top: 12px;
  cursor: pointer;
  background: #FFFFFF;
  border: 3px solid #DBA2A0;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #131325;
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 35px;
}

.topics-item:hover{
  margin-left: 121px;
  height: 76px;
  margin-top: 12px;
  background: #991C1E;
  border: 3px solid #DBA2A0;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;

  color: #FFFFFF;
}

.articles{
  display: flex;
  flex-direction: column;
  margin-top: 35px;
  overflow: scroll;
  padding-right: 300px;
}

.post{
  margin-top: 39px;
  margin-left: 50px;
}

.post-date{
  width: 123px;
  height: 29px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #C86A6A;
  margin-bottom: -10px;
}

.post-title{
  margin-top: 4px;
  margin-bottom: 64px;
  width: 513px;
  height: 42px;

  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-decoration-line: underline;

  color: #B13F40;
}

.footer-identidad{
  display: flex;
  flex-direction: column;
}


.footer-logo{
  width: 156px;
  height: 109px;
  margin-left: 122px;
  margin-top: 81px;
  background: url('/custom/assets/Logo HD.svg');
}

.footer-description{
  width: 284px;
  height: 26px;
  margin-left: 122px;
  margin-top: 17px;

  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #1B293D;
}

.footer-licence{
  width: 284px;
  height: 26px;
  margin-top: 198px;
  margin-left: 50px;
  font-family: Barlow;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;

  color: #1B293D;
}

@media (min-width: 350px) and (max-width: 1000px) {
  header{
    background-color: #F6F4ED;
    height: 439px;
  }

  .content-header{
    display: flex;
    flex-direction: column;
  }

  .logo{
    width: 299px;
    height: 52px;
    margin-left: 38px;
    margin-top: 40px;
    background: url('/custom/assets/LogoC1984.svg');
  }

  .page-description{
    width: 208px;
    height: 19px;
    margin-left: 39px;
    margin-top: 0px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B293D;
  }

  .page-introduction{
    width: 297px;
    height: 192px;
    margin-left: 39px;
    margin-top: 56px;
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #131325;
  }

  .page-social{
    display: grid;
    grid-template-columns:  65px 30px 30px 30px;
    grid-template-rows:  auto;
    grid-gap: 12px;
    margin-left: 39px;
    margin-top: 37px;
    margin-bottom: 42px;
    font-family: Barlow;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #D77172;
  }


  main{
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    left: 0px;
    height: auto;
  }

  .topics{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #DBA2A0;
    margin-top: 0px;
  }

  #topic-selector{
    display: block;
    background-color: #B13F40;
    border-radius: 0px;
    margin-top:0px;
  }

  .topics-item{
    margin-left: 0px;
    width: 100%;
    height: 58px;
    margin-top: 0px;
    background: transparent;
    border: 1px solid #DBA2A0;
    box-sizing: border-box;
    border-radius: 0px;
    text-align:center;
    color: #FFFFFF;
  }

  .topics-item:hover{
    margin-left: 0px;
    width: 100%;
    height: 58px;
    margin-top: 0px;
    background: transparent;
    border: 1px solid #DBA2A0;
    box-sizing: border-box;
    border-radius: 0px;
    text-align:center;
    color: #FFFFFF;
  }

  .articles{
    display: flex;
    flex-direction: column;
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
  }

  .post{
    margin-top: 30px;
    margin-left: 40px;
    margin-right: 72px;
  }

  .post-date{
    width: 113px;
    height: 22px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #C86A6A;
  }

  .post-title{
    width: 263px;
    height: 67px;
    left: 40px;
    top: 919px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #B13F40;
  }

  footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F6F4ED;
    height: 273px;
  }

  .footer-identidad{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo{
    height: 95px;
    margin-left: 0px;
    margin-top: 33px;
    background: url('/custom/assets/Logo HD.svg');
    text-align: center;
  }

  .footer-description{
    width: 215px;
    height: 21px;
    margin-left: 0px;
    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

    color: #1B293D;
  }

  .footer-licence{
    margin-top: 22px;
    margin-left: 0px;
    width: 225px;
    height: 29px;

    font-family: Barlow;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;

    color: #1B293D;
  }

}
