body {
	font-family: "Bitter", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  color: #5b3a80;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

a {
  color: #5b3a80;
}

h3:first-child {
  margin-top: 0;
}

/* layout */

.site-main {
  display: flex;
  width: 100%;
}
/* */
.main-area {
  order: 2;
  width: 100%;
  margin-right: 20px;
}

.main-area-850 {
  order: 2;
  max-width: 850px;
  margin-right: 40px;
}
/* */
.aside {
  width: 300px;
  order: 1;
  flex-shrink: 0;
  padding-right: 50px;
  box-sizing: border-box;
  display: flex;
}
.aside-container {
  padding:   0 15px 0 30px;
  border-right: 2px solid rgba(91, 58, 128, 0.5);
  min-width: 250px;
}

.article-card > .aside-container { 
  padding-right: 50px 
}


/* Home */

#home-background {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 66vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#branding {
  display: flex;
  align-items: center;
}
#menu {
  display: flex;
  align-items: center;
  padding-top: 13px;
}
#menu-superior {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  line-height: 230%;
}
#header .header-container {
  display: flex;
  justify-content: space-between;
}

#site-title > a {
  display: flex;
}
#site-title img {
  max-height: 86px;
}
#site-description {
  margin: 0 20px;
  width: 210px;
  font-size: 16px;
  line-height: 120%;
}

  
#menu-superior .menu-item {
  margin: 0 20px;
  text-transform: uppercase;
}
#menu-superior .menu-item a, #donar a{
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 0 0 2px;
}
#header {
  padding: 20px 15px;
  border-bottom: 2px solid rgba(91, 58, 128, 0.5);
  margin-bottom: 50px;
}
.home #header {
  border-bottom: none;
  margin-bottom: 0;
}
#donar a {
  /*! font-style: italic; */
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: none;
  border: 1px solid;
  padding: 3px 6px;
  font-weight: 500;
  /*! color: black; */
}

#home-background .entry-content {
  background-color: white;
  padding: 20px;
  max-width: 500px;
  font-size: 14px;
  line-height: 150%;
}
#nosotras-contamos {
  max-width: 33vw;
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
}

/* search form home */
  
#search-icon {
  max-height: 17px;
  position: absolute;
  left: 4px;
  top: 3px;
}
#search-input {
  border: 1px solid;
  padding-left: 25px;
  line-height: 20px;
}
#search-form-home {
  position: relative;
}
.search-form-home-wrapper {
  margin: 15px 0 25px;
}

/* archivo */

.aside > hr {
  margin: 10px 50px 10px 0px;
}
.autoras-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.autoras-pagination {
  /*! width: 100%; */
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: black;
}
.autoras-pagination  li {
  margin: 0 7px
}
.main-area {
  width: 100%;
}
.autora-item {
  width: 250px;
  margin: 0 0 60px;
}
.autora-item .autora-image img {
  width: 100%;
  border: 1px solid;
  aspect-ratio: 1;
  display: inline-block;
}
.page-numbers {
  display: flex;
}


.main-area-info {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 30px;
  color: black;
  font-weight: 400;
}
.autora-title {
  text-align: center;
  margin: 10px 0 0;
  
}

.autora-title a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}


.autoras-filtros-simples .filtro-title {
  color: black;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  margin: 0 25px 5px 0;
  border-top: 1px solid;
  padding: 10px 0 0 15px;
}

.autoras-filtros-simples .filtro-list {
  max-height: 200px;  
  overflow: scroll;
  padding-left: 15px;
}
.autoras-filtros-simples .filtro-list li > a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 170%
}
.autoras-filtros-simples .filtro-list li > span {
    /*! font-weight: 500; */
  font-size: 13px;
  color: rgba(0,0,0,0.3);
  line-height: 170%
}
.autoras-filtros-simples,
.filtros-aplicados {
  /*! padding: 0 30px 0 30px; */
}

.filtros-aplicados {
  font-size: 14px
}


.filter-tag {
  display: inline-block;
  padding: 3px 4px 4px 3px;
  border: 1px solid;
  margin: 0 3px 6px 0;
  font-size: 12.5px;
  font-weight: 500;
  background: rgb(250, 245, 255);
  /*! color: white; */
}
.filtros-aplicados-tags {
  margin: 15px 0 10px 0;
}
.close-filter-tag {
  color: red;
  text-decoration: none;
}

.btn-limpiar {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  margin-top: 1.35px;
  color: black;
  font-weight: 400;
}
.filtros-aplicados-title {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: black;
}

.filtro-group {
  padding-top: 20px;
}
.filtro-group:first-child {
  padding-top: 0px;
}

/* nosotras */

figure.staff {
  display: inline-block;
  max-width: 250px;
  margin: 20px 30px 0 0;
  vertical-align: top;
}
h2#staff {
  margin-bottom: 20px;
}
.long-text > h2 {
  font-size: 30px;
  font-style: italic;
  line-height: 100%;
  margin: 20px 0 25px;
  border-left: 2px solid;
  padding-left: 25px;
}
.long-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 170%;
}
.staff figcaption {
  font-size: 13px;
  line-height: 140%;
  font-weight: 400;
}
.staff figcaption > strong  { 
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}
.staff figcaption > br { 
  display: none;
}


#menu-nosotras-contamos li {
  line-height: 130%;
  padding-bottom: 10px;
  border-top: 1px solid;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
#menu-nosotras-contamos li a {
  text-decoration: none;
  color: black;
}
#menu-nosotras-contamos {
  padding: 0;
  border-bottom: 1px solid;
  margin-right: 20px;
}


/* Autora Detail */

.article-main {
  display: flex;
}

.article-main > header {
  order: 2;
  padding-left: 40px;
  /*! padding-right: 40px; */
  width: 50%;
  box-sizing: border-box;
}
.article-main > header > h1 {
  padding-left: 30px;
  border-left: 2px solid;
  line-height: 100%;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  font-weight: 400;
}
.article-main > header > h1 > a{
  text-decoration: none;
  font-size: 25px;
  line-height: 100%;
}
.aside.article-card {
  order: 1;
}
article.autora-detail {
  font-size: 13px;
  line-height: 180%;
}
.card-retrato > img,
.obra-seccionada > img {
  width: 100%;
}
.obra-seccionada {
  order: 1;
  border: 1px solid;
  width: 50%;
  flex-basis: 50%;
  flex-shrink: 0;
}

.autora-biografia {
  color: black;
  font-size: 14px;
}


.card-title {
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
}
.card-title a {
  text-decoration: none;
  color: black;
}
.aside.article-card .category-list {
  font-size: 14px;
}
.aside.article-card .category-list > ul {
   padding-left: 15px
}
.aside.article-card .category-list > h4 {
  border-top: 1px solid;
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 15px;
  color: black;
}
.navigation {
  line-height: 160%;
  text-align: center;
  width: 250px;
  font-size: 14px;
  font-weight: 500;
}

/* category page */


.entry-title.category-title {
  font-size: 21px;
  margin: 0 0 30px;
  font-style: italic;
  font-weight: 400;
}
.category-description {
  line-height: 150%;
  font-size: 14px;
  color: black;
  font-weight: 400;
}

/* post-list */

.header.post-header {
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 110%;
  margin: 0 0 32px;
}
.header.post-header h1,
.header.post-header div {
  display: inline;
}
.entry-content.post-content {
  line-height: 150%;
  font-size: 16px;
  margin: 0 0 30px;
  width: 85%;
  display: flex;
  gap: 20px;
}
.entry-content.post-content p {
  margin: 0 0 14px
}

.entry-content.post-content figure {
  margin: 30px 0 30px;
}

article.post {
  margin: 0 0 70px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.posts-list .post img.wp-post-image {
  aspect-ratio: 1 / 1;
  width: 180px;
  object-fit: cover;
  height: auto;
  float: left;
  /*! margin: 0 15px 10px 0; */
}

.post-content .text-content .excerpt {
  color: black;
}
.post-content .text-content .por {
  font-size: 14px;
  font-weight: 400;
}
.post-content .text-content .categories {
  font-size: 14px;
  font-weight: 400;
}
.text-content {
  /*! margin-left: 203px; */
}

.xoxo {
  font-size: 14px;
  line-height: 150%;
  padding-left: 20px
}

.xoxo h4 {
  margin-left: -15px;
  padding-left: 15px;
  padding-top: 10px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
  font-weight: 500;
  border-top: 1px solid;
}
/* footer */

#footer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  /*! flex-direction: column; */
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 40px;
}

.home #footer {
  padding-top: 15px 
}

#auspicios {
  display: flex;
  justify-content: space-between;
  min-width: 700px;
  margin: 30px 0 30px;
}
#auspicios img {
  filter: grayscale() opacity(60%);
}

#copyright {
  font-size: 13px;
  font-weight: 500;
}