/* screen - blog */

section.blog-head {
  background-color: #F4F8F8;
  padding: 70px 5%;
  box-sizing: border-box;
  text-align: center;
}

.blog-head .label {
  font-size: 14px;
    letter-spacing: 1px;
    font-family: "Roboto Mono", monospace;
    background-color: #ffffff;
    border: 1px solid #E8EDED;
    border-radius: 5px;
    width: 80px;
    padding: 5px;
    margin: 0 auto 20px auto;
    text-align: center;
}

section.blog-head h1 {
    width: 60%;
    color: #0C1E21;
    font-size: 4em;
    font-family: 'Acumin Variable Concept', 'Inter', sans-serif;
    margin: 0 auto;
}

b {font-weight: 700 !important}

section.blog-head p {
    color: #06272c61;
    font-family: 'Inter', sans-serif;
    width: 50%;
    margin: 20px auto 0 auto;
    line-height: 160%;
}

section.blog-wrap {
    display: flex;
    padding: 30px 5%;
    width: 100%;
    box-sizing: border-box;
}

section.blog-wrap a {
    text-decoration: none;
    color: #0b1e21;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.filtros-wrap {
    width: 20%;
    text-align: left;
    padding-right: 20px;
}

.filtros-wrap p.label {
    display: block;
    padding: 5px;
    border: 1px solid #E8EDED;
    background-color: #F4F8F8;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: "Roboto Mono", monospace;
    width: 101px;
    text-align: center;
    margin: 10px 0;
}

.filtros-wrap p.title, .article-wrap figcaption h3 {
    font-family: "Roboto Mono", monospace;
    letter-spacing: 1px;
    border-bottom: 1px solid #E8EDED;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.article-wrap {
  width: 80%;
    display: flex;
    column-gap: 30px;
}

.article-wrap figure {
    margin: 0;
    background: #0d1e2170;
    position: relative;
}
.article-wrap figure img {
    width: 100%;
    mix-blend-mode: multiply;
    height: 100%;
    object-fit: cover;
}
.article-wrap article {
    position: relative;
}

.article-wrap .date {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px;
    background-color: #ffffff0d;
    display: block;
    z-index: 3;
    border: 1px solid #ffffff12;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-weight: 300;
    -webkit-backdrop-filter: blur(15px) brightness(100%);
    backdrop-filter: blur(15px) brightness(100%);
}


.article-wrap figcaption h2 {
    font-family: 'Acumin Variable Concept', 'Inter', sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
    color: #0C1E21;
}

.article-wrap figcaption p {
    color: #a5a5a5;
    font-family: 'Acumin Variable Concept', sans-serif;
    font-size: .8em;
    line-height: 160%;
    text-align: justify;
    hyphens: auto;
}

section.blog-banner {
    width: 100%;
    height: 40vw;
    box-sizing: border-box;
    background: #0c1e20ba;
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    position: relative;
}

section.blog-banner img{
    width: 100%;
    height: 40vw;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.info-banner-bottom {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: auto;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

section.blog-banner p {
    color: var(--textinverse-muted);
    font-family: var(--font-family-acumin_variable_concept-regular);
    font-size: var(--font-size-xxxl);
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

section.blog-banner p span {color: #ffffff}
.info-banner-bottom {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70%;
    height: auto;
}

p.btn-cont-bb {
    -webkit-backdrop-filter: blur(15px) brightness(100%);
    align-items: center;
    backdrop-filter: blur(15px) brightness(100%);
    background-color: var(--white-2);
    border: 1px solid;
    border-color: var(--white);
    border-radius: 8px;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    padding: 15px 20px 11px 25px;
    position: relative;
    font-size: 1.3em !important;
    color: #ffffff !important;
    line-height: 100%;
    margin-top: 20px;
}


/* single-blog */

article.status-publish {
    padding: 30px 0;
    color: #0C1E21;
    font-family: 'Acumin Variable Concept', 'Inter', sans-serif !important;
    color: #0C1E21;
}

section.entry-header {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 0;
}

.post-date {
    font-family:"Roboto Mono", monospace;
    text-transform: uppercase;
}

h1.entry-title.single-title {
    color: #0C1E21;
    font-size: 4em;
    margin: 20px auto 20px auto;
    hyphens: none;
}

.post-excerpt {
    font-size: 1.4em;
    width: 70%;
    margin: 0 auto;
    line-height: 150%;
    hyphens: none;
}

.post-excerpt p{hyphens: none;}

figure.post-main-image {
    width: 100%;
    height: 40vw;
    object-fit: cover;
}

figure.post-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.entry-content.cf {
    display: flex;
    width: 100%;
    padding: 30px 5%;
    gap: 40px;
}

p.sub-tit {
    font-family: "Roboto Mono", monospace;
    font-size: 15px;
    hyphens: none;
    text-decoration: underline;
    letter-spacing: 1px;
    margin-bottom:20px;
}

#share-rsss {width: 20%;}
#content-1 { width: 70%;}
.data-tab {
    width: 30%;
    height: auto;
    max-height: 200px;
    background-color: #F4F8F8;
    padding: 20px;
}

#content-1 h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

#content-1 p {
    line-height: 150%;
    margin-bottom: 20px;
    text-align: justify;
}

