.test-font-article
{
    font-family: 'Gira-Sans-Light' !important;
}
h1, h2, h3, h4 
{
  	font-weight: 100;
}

iframe
{
	width: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
input, textarea {
    -webkit-appearance: none;
    appearance: none;
}
html {
    overflow-x: hidden;
    height:100%;
}
.apropos {
    padding: 1em 0.5em;
    display: flex;
    flex-direction: column;
    font-family: 'GT America Regular';
    justify-content: space-around;
    gap: 10px;
    word-wrap: break-word;
}
.apropos>p, .apropos>span, .apropos>h3, .apropos>h4, .apropos>h5, .apropos>address, .apropos>a {
    font-size: 1.15rem;
}
.apropos>h4 {
    padding:1em 0 0.25em 0;
    text-decoration: underline;
}
/* -- FONTS -- */
/* gira-sans font */
@font-face {
    font-family: "Gira-Sans";
    src: url("fonts/GiraSans-book.otf");
    src: local("fonts/GiraSans-book"),
    url("fonts/GiraSans-book.otf") format("opentype");
}
@font-face {
    font-family: "Gira-Sans-Light";
    src: url("fonts/GiraSans-Light.otf");
    src: local("fonts/GiraSans-Light"),
    url("fonts/GiraSans-Light.otf") format("opentype");
}
/* normalidad regular */
@font-face {
    font-family: "Normalidad regular";
    src: url("fonts/Normalidad regular.otf");
}
/* normalidad light */
@font-face {
    font-family: "Apercu Regular";
    src: url("fonts/Apercu Regular.ttf");
}
/* basis grotesque */
@font-face {
    font-family: "BasisGrotesquePro";
    src: url("fonts/BasisGrotesquePro.ttf");
}
/* Inconsolata-Regular */
@font-face {
    font-family: "Inconsolata-Regular";
    src: url("fonts/Inconsolata-Regular.ttf");
}
/* Inconsolata-Medium */
@font-face {
    font-family: "Inconsolata-Medium";
    src: url("fonts/Inconsolata-Medium.ttf");
}
/* InconsolataExpanded-Black */
@font-face {
    font-family: "InconsolataExpanded-Black";
    src: url("fonts/InconsolataExpanded-Black.ttf");
}
/* gt america */
@font-face {
    font-family: "GT America Regular";
    src: url("fonts/GT America Regular.ttf");
}
@font-face {
    font-family: "GT America Thin";
    src: url("fonts/GT America Thin.ttf");
    url("fonts/GT America Thin.ttf")format("truetype"),
}
/* SF-Pro-Display-Regular */
@font-face {
    font-family: "SF-Pro-Display-Regular";
    src: url("fonts/SF-Pro-Display-Regular.otf");
}
/* paragraph */
p {
    font-size: 13pt;
    word-wrap: break-word;
    font-family: 'Gira-sans';
    letter-spacing: .04em;
    line-height: 1.25em;
}
/* body */
body {
    /* background-color:#b39ddb; */
    font-family: "Gira-Sans";
    width: 100%;
    font-size: 0.95rem;
    font-family: 'Gira-sans';
    letter-spacing: .04em;
    /* line-height: 1.25em; */
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    padding-top:6em;

}
body h1 {
    font-family: "Normalidad regular";
}
/* .read {
    text-align: center;
} */
main>.breadcrumb--title--author>.read>h1 {
    margin: 0 auto;
    font-size: 4em;
    line-height: 1.15;   
}
/* breadcrumb */
.breadcrumb {
    padding: 1em 0.5em;
    width:100%;
    word-wrap: break-word;
    font-size: 13px;
}
.breadcrumb--title--author
{
    padding: 20px 0;
}
.read>p,span
{
    margin: 10px 0;
    font-size: 11pt;
}
body a {
   	text-decoration: none;
    color: black;
    width:100%;
}
body>section>
a:hover {
    text-decoration: underline;
}
.main-footer-container {
    display : flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    color: black;
    /* margin-top: 6em; */
    /* margin-top: 8.5em; */
}
/* header */ 
header {
    display: flex;
    background-color: white;
    border-bottom: 1px solid #0000001c;
    width: 100%;
    height: 6em; 
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 0 25px;
}
header>div {
    display: flex;
    flex-grow: 0;
    flex-basis: 6em; /*10em;*/
    flex-shrink: 0;
}
header>div>img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
header>ul>div {
    display: flex;
    align-items: stretch;
    justify-content: end;
    height: 100%;
    flex: 1;
}
header>ul>div>li {
    padding: 0 15px;
    display: flex;
    align-items: center;
}
header>ul>li>a  {
    height: 100%;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
headder>ul>li>a>span {
	color: black;
}
header>ul {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-content: center;
    list-style: none;
    justify-content: space-around;
    margin-left: 20px;
}
header>ul:nth-child(3) {
    display: none;
}
header>ul>li {
    display: flex;
    height: 100%;
    align-items: center;
  	font-size: 1.45rem;
	margin: 0 15px;
}
.fa {
    font-size: 1em !important;
}
/* main */
body div.main-footer-container>main {
    display: flex;
    padding: 0 156px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-shrink: 0;
    margin-bottom: 3em;
}
body div.main-footer-container>main>h1 {
    width: 100%;
}
.comment-date
{
    font-size: 11px;
}
.comments {
    font-family: 'SF-Pro-Display-Regular';
    padding: 0.5em;
    background-color: #e9e9ec;
    margin: 2px;
    border-radius: 20px;
    word-wrap: break-word;
    width: fit-content;
    max-width: 60%;
    position: relative;
    z-index: 3;
}
.comments-sender {
    font-family: 'SF-Pro-Display-Regular';
    padding: 0.5em;
    background-color: #868789;
    color: #eaf4fe;
    margin: 2px;
    margin-left: auto;
    border-radius: 20px;
    word-wrap: break-word;
    width: fit-content;
    max-width: 60%;
    position: relative;
    z-index: 3;
}
aside>div:last-child:after {
    width: 0;
    height: 0;
    background: transparent;
    margin: 0 auto;
    border-right: 20px solid red;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: skew(-0.45turn, -356deg);
    z-index: 2;
}
aside>ul {
    display: none;
    list-style: none;
}
aside>ul>li>a {
    text-decoration: underline;
}
section>hr {
    margin: 1em 0 1.5em 0;
    border-bottom: none;
    color: rgb(76, 76, 76);
    border-top: 1px solid #0000001c;
    width:100%;

}
.category-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.category-container--highlight {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.5em;
    padding-left: 156px;
    padding-right: 156px;
    padding-bottom: 2em;
    padding-top: 1.5em;
}
.category-container--highlight>div>div>a>img{
    width: 100%;
}
.category-container--highlight>h2 {
    width: 100%;
	font-size: 1.45rem;/* 5rem; 2.25rem */
	padding:5px 0;
	font-family: 'GT America Regular';/*'BasisGrotesquePro';*/
  	font-weight: 100;
    /*border-top: 2px solid black;$/
    /*border-bottom: 2px solid black;*/
    color: black;
}
.category-container--highlight>h2, .category-container--highlight>div>div>a>p, .category-container--highlight>div>span, .category-container--highlight>div>span>*
{
    color: black;
}
.inside-category-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inside-category-container-highlight {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
	/*
  	border-bottom: 2px solid black;
    padding-bottom: 5%;
  	*/
}
.post-container-highlight>div 
{
	display: flex;
  	flex-direction: row;
  	width: 100%;
}
.post-container-highlight>div>img
{
    max-width: 50%;
    height: 100%;
}
.post-container-highlight>div>div>p 
{
	font-size: 2.5rem;
    margin: 0 20px;
    letter-spacing: .025em;
    padding-bottom: 50px;
}
.post-container>div>img
{
	object-fit: contain;
	width:100%;
}
.post-container, .post-container-highlight
{
    display: flex;
    flex-direction: column;
    margin: 1em 0;
}
.post-container
{
	max-width: 32.9%;
}
.research--form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;     
}
input[type="search"] {
  padding: 0.5em !important;
  font-size: 14pt;
  border: none;
  height: 100%;
  width: 100%;
  background: white;
}
form.research--form>div {
    display: flex;
    width: 100%;
    position: relative;
    margin: 1.25em 0;
    border: 1px solid black;
}
form.research--form>div>div {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 1em;
}
form.research--form>div>div>input[type="submit"] {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
}
section>h2 {
    width: 100%;
	font-size: 1.25rem;
	font-family: 'GT America Regular';
	font-weight: 100;
}
section>h3 {
    font-size: 2rem;
    word-wrap: break-word;
    letter-spacing: .04em;
    line-height: 1.25em;
    font-weight: normal;
    padding-top:5px;
	font-weight: 100;
}
section.main--search-result {
    padding: 10px 15px;
}
section.main--search-result>* {
    padding: 10px 0;
}
section.main--search-result>div>a {
    display: flex;
    gap: 0.5em;
    align-items: center;
}
section.main--search-result>div>a>img {
    width: 100px;
}
section.main--search-result>hr {
    border-bottom: none;
    border-top: 1px solid #0000001c;
    width: 100%;
    padding:0;
    margin:0;
}
/* form */
form {
    display: flex;
    flex-direction: column;
}
/* footer */
footer {
    border-top: 2px solid black;
    width: 95%;
    padding:2em 0;
    display:flex;
    justify-content: space-around;
    align-items: start;
    margin:0 auto;
}
footer>section {
    display:flex;
    flex-direction: column;
    max-width: 25%;
    align-items: start;
    overflow-wrap: break-word;
    justify-content: center;
  	font-size: 1.15rem;
}
footer>section>label {
    padding-bottom: 2px;
  	font-size: 1.3rem;
}
nav>ul#account>li:last-child {
    color: rgb(191, 10, 10);
}
nav {
    margin:1em 0;
}
nav>ul {
    padding: 1em 0.5em;
    list-style: none;
    border: 1px solid gainsboro;
    border-radius:10px;
    margin:0.5em 0;
}
nav>ul>li>h3 {
    padding: 0.5em 0;
    font-weight: bold;
    font-family: "SF-Pro-Display-Regular";
}
.login>p, .login>form>p {
    color:rgb(218, 39, 39);
    font-size: 0.75rem;
}
.login {
    margin: 0 auto;
    width:75%;
    word-wrap: break-word;
}
.login>h1 {
    padding: 0.5em 0;
}
.login>form>input[type=submit] {
    font-size: 1rem;
    font-family: "Apercu Regular";
    font-weight: 100;
    border: none;
    padding: 0.5em;
    margin: 0.5em 0;
    background-color: #efefef;
    color: black;
}
.login a {
    margin: 0 auto;
    text-decoration: underline !important;
}
/* back office */
.login>form>input[type = text], .login>form>input[type = password] {   
    border: 1px solid black;
    padding: 0.5em;
    font-size: 1rem;
    margin: 0.25em 0;
}
/* back office */
input[type = text]::placeholder, input[type=password]::placeholder {   
    font-size: 1.5rem;
    font-family: "Apercu Regular";
    color:#868789;
}
label[for=password],label[for=text] {
    margin-top: 0.25em;
}
article {
    /*width: 65%;*/
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  	max-width: 45em;
}
article>span {
    padding: 1em 0;
    display: flex;
    align-items: flex-start;
    font-size: 0.9em;
}
article>img {
    /* object-fit: contain; */
    max-width: 100%;
}
article>span>img {
    padding: 0 5px 0 0;
}
.category_redirect {
  font-size: 0.85em;
  font-weight: 100;
  font-family: 'Normalidad Regular';
  width: 100%;
  padding: 1.5em 0 0 0;
}
.copyrightImage {
    font-size: 10pt;
    color: #C8C8C8;
    padding: 0.5em 0; 
    font-family: 'SF-Pro-Display-Regular';
    font-weight: 100;
}
.article-resume
{
  	padding: 10px 0;
    font-size: 1.5em;
}
article>p {
    font-size: 1.05rem;
    word-wrap: break-word;
    line-height: 1.75;
    letter-spacing: .008em;
    padding: 0.25em 0;
}
article>p>img{
max-width: 100%;
}
.category {
    font-size:1.75rem;
    word-wrap: break-word;
    font-family: 'Gira-sans';
    letter-spacing: .04em;
    line-height: 1.25em;
    font-weight: normal;
    /* padding: 15px 0; */
}
h1.category {
    font-size:5.5em;
    font-family: "Normalidad regular";
}
article>aside {
    margin: 1em 0;
    display:flex;
    flex-direction: column;
}
aside>hr {
    border-bottom: none;
    color: black;
    border-top: 1px solid black;
}
aside>span {
    padding: 0.5em 0;
    position:relative;
}
aside>span {
    display: flex;
    flex-direction: row;
    align-items: self-end;
    width: 100%;
}
aside>span>img {
    padding-right: 10px;
}
aside>div>div>span>a {
    /* border-bottom: 1px solid black !important; */
    text-decoration: underline;
}
aside>div>form.comment-form>div {
    display: flex;
    flex-direction: column;
    position: relative;
}
aside>div>form.comment-form>div>textarea {
    border-radius: 20px;
    border-color: #aaaaaa;
    margin: 10px 0;
    font-family: inherit;
    font-size: 1.25rem;
    white-space: normal;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
aside>div>form.comment-form>div>input[type="submit"] {
    position: absolute;
    color: gray;
    right: 0;
    height: 100%;
    border-radius: 20px;
    background: transparent;
    border: none;
    padding: 0 10px;
}
aside>div {
    display: none;
    padding: 1em 0;
}
aside>div>p {
    font-family: "SF-Pro-Display-Regular";
    color: #808080;
    font-size: 1em;
    text-align: center;
}
aside>span>*:last-child {
    position: absolute;
    right: 0;
    padding: 0;
}
menu {
    background-color: white;
    height: 100%;
    /* align-items: center; */
    position: fixed;
    top: 6em; /* height of header */
    left: 100%;
    z-index: 50;
    display: flex;
    flex-direction: column;
    padding: 2em 6em;
    font-size: 0.95em;;
}
div.post-container>a>img {
    width: 100%;
    object-fit: contain;
    margin: 10px 0;
}
.back-office--container
{
    display:flex;
    flex-direction: column;
    border: 3px solid #eee;
    border-radius: 10px;
    padding: 0 5em;
    margin: -5em 5em;
    font-family: "Inconsolata-Regular";
    font-size: 1rem;
    color: #6d6d6d;
}
.back-office--container>form>label
{
    padding-bottom: 0.75em;
}

.back-office--container>form>input, select
{
    border-radius: 10px;
    border: 2px solid #eee;
    box-shadow:  none;
    margin-bottom: 1.5em;
    padding: 1.15em;
}

.back-office--container>form>input[type="submit"]
{
    font-size: 1.05em;
    margin: 0.5em 0 2em 0;
    padding: 0.5em 0;
    background-color: #006ee0;
    color: white;
}

.back-office--container>h1, .back-office--container>h2
{
    font-family: "Inconsolata-Medium";
    font-size: 2rem;
    padding-top: 1.5em;
}

.back-office--container>table
{
    width:100%;
    margin: 10px 0;
    border: 1px solid #eee;
    border-radius:10px;
    padding: 10px;
}

@media (max-width: 480px) {
    body {
        padding-top: 4.5em;
    }
    .breadcrumb--title--author
    {
        padding: 0 15px;
    }
    menu
    {
        padding: 1em 1em;
    }
    body div.main-footer-container > main {
        padding: 0;
    }
    .post-container
    {
        max-width: 49%;
      	margin: 0;
    }
	.post-container-highlight
    {
        width: 100%;
    }
	.post-container-highlight>div
    {
        flex-direction: column;
    }
	.post-container-highlight>div>div>p
    {
        font-size: 1.15rem;
      	margin: 10px 0;
		padding: 10px 0;
    }
  	.post-container>div
  	{
      display: flex;
      flex-direction: column;
      margin: 1em 0;
	}
  	.post-container>div>p
  	{
		font-size: 1rem;
      	margin: 10px 0;
	}
    .post-container>a>img 
    {
        max-width: 100%;
    }
    .post-container>p
    {
        font-size: 0.90em;
    }
    .category-container 
    {
        padding: 0 0.5em;
    }
    .inside-category-container, .inside-category-container-highlight
    {
        justify-content: space-between;
    }
    .article-resume
    {
    	font-size: 1.10rem;
    }
    header
    {
		opacity: 0.95;
		padding: 0 0.25em;
        height: 4.5em;
/* border: none; */
/* background-color: transparent; */
    }
    main > .read > h1
    {
        font-size: 2em;
    }
    main > section.category-container > h2, .category-container--highlight>h2
    {
        font-size: 1em;
    }
    main > section.category-container > h3
    {
        font-size: 1.1rem;
    }
    main > .breadcrumb--title--author>.read> h1, h2
    {
        line-height: 1.15;
        font-size: 2em;
        /* padding: 0 15px; */
    }
    h1.category
    {
        font-size: 3em;
        padding: 0;
    }
    h2.category
    {
        font-size: 1.5rem;
    }
    .read
    {
        width:100%;
    }
    .read>*
    {
        padding: 10px 0;
    }
    article
    {
        width: 100%;
        padding: 0 15px;
    }
    header>ul:nth-child(2)
    {
        display: none !important;
    }
    header>ul:nth-child(3)
    {
        display: flex;
    }
    header>ul
    {
        width: 100%;
        align-items: center;
        align-content: center;
        list-style: none;
        justify-content: flex-end;
      margin: 0;
    }
    header>ul>li
    {
        display: flex;
        height: 100%;
        align-items: center;
        flex-grow: 0;
        padding: 0 0.25em;
        margin: 0;

    }
    .main-footer-container
    {
        margin-top : 0;
    }
    footer
    {
        flex-direction: column;
        height: auto;
    }
    footer>section
    {
        max-width: 100%;
        padding: 1em 0;
    }
    #category>section>h2
    {
        font-size: 2em;
        font-family: "Gira-Sans";
    }
    #category>section
    {
        margin: 15px;
    }
    .category-container--highlight {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
}