:root {
  --red-dark: #e63434;
  --red-light: #fe6161;
  --orange-dark: #f46717;
  --orange-light: #f29561;
  --yellow-dark: #f4b235;
  --yellow-light: #fdeb72;
  --green-dark: #53945a;
  --green-light: #9cd4a0;
  --blue-dark: #0c5f93;
  --blue-light: #15ade5;
  --purple-dark: #7743a8;
  --purple-light: #cf80f1;

  --font-general: 'Helvetica Condensed', sans-serif;
  --font-heading: 'Barlow Condensed', sans-serif;
  --font-subtitle: 'Barlow', sans-serif;
  --font-body: 'Work Sans', sans-serif;
  --font-serif: 'Opti Pegasus', serif;
  --font-serif-alt: 'Caslon Extra Condensed', serif;
  --font-essay: 'Courier New', monospace;
}

@font-face {
    font-family: 'Helvetica Condensed';
    src: url('../fonts/helvetica-condensed-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Courier New';
    src: url('../fonts/Courier New.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Courier New';
    src: url('../fonts/Courier New Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Courier New';
    src: url('../fonts/Courier New Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Courier New';
    src: url('../fonts/Courier New Bold Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Opti Pegasus';
    src: url('../fonts/OPTIPegasus-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Opti Pegasus';
    src: url('../fonts/OPTIPegasus-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Opti Pegasus';
    src: url('../fonts/OPTIPegasus-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Caslon Extra Condensed';
    src: url('../fonts/caslon-rr-regular-extracond.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}


@font-face {
  font-family: 'Courier New';
  src: url('../fonts/Courier New.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Courier New';
  src: url('../fonts/Courier New Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Courier New';
  src: url('../fonts/Courier New Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Courier New';
  src: url('../fonts/Courier New Bold Italic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}


@font-face {
  font-family: 'Opti Pegasus';
  src: url('../fonts/OPTIPegasus-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Opti Pegasus';
  src: url('../fonts/OPTIPegasus-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Opti Pegasus';
  src: url('../fonts/OPTIPegasus-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}


@font-face {
  font-family: 'Caslon Extra Condensed';
  src: url('../fonts/caslon-rr-regular-extracond.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'IBM Plex Serif Italic';
  src: url('../fonts/IBMPlexSerif-Italic.woff2') format('woff2'),
       url('../fonts/IBMPlexSerif-Italic.woff') format('woff'),
       url('../fonts/IBMPlexSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Serif Light';
  src: url('../fonts/IBMPlexSerif-Light.woff2') format('woff2'),
       url('../fonts/IBMPlexSerif-Light.woff') format('woff'),
       url('../fonts/IBMPlexSerif-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Serif Light Italic';
  src: url('../fonts/IBMPlexSerif-LightItalic.woff2') format('woff2'),
       url('../fonts/IBMPlexSerif-LightItalic.woff') format('woff'),
       url('IBMPlexSerif-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Serif';
  src: url('../fonts/IBMPlexSerif-Regular.woff2') format('woff2'),
       url('../fonts/IBMPlexSerif-Regular.woff') format('woff'),
       url('../fonts/IBMPlexSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Serif Semibold';
  src: url('../fonts/IBMPlexSerif-SemiBold.woff2') format('woff2'),
       url('../fonts/IBMPlexSerif-SemiBold.woff') format('woff'),
       url('../fonts/IBMPlexSerif-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Serif Semibold Italic';
  src: url('../fonts/IBMPlexSerif-SemiBoldItalic.woff2') format('woff2'),
       url('../fonts/IBMPlexSerif-SemiBoldItalic.woff') format('woff'),
       url('../fonts/IBMPlexSerif-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Special Gothic';
  src: url('../fonts/SpecialGothic-Regular.woff2') format('woff2'),
       url('../fonts/SpecialGothic-Regular.woff') format('woff'),
       url('../fonts/SpecialGothic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Special Gothic Expanded One';
  src: url('../fonts/SpecialGothicExpandedOne-Regular.woff2') format('woff2'),
       url('../fonts/SpecialGothicExpandedOne-Regular.woff') format('woff'),
       url('../fonts/SpecialGothicExpandedOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* FUENTES GLOBALES */
body {
  font-family: var(--font-general);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

h1, h2, h3, .section-title {
  font-family: var(--font-general);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}


.post-content-container{
max-width: 100%!important;
}

strong {
  font-family: var(--font-general);
  font-weight: 900;
}

em {
  font-family: var(--font-general);
  font-style: italic;
}

/* Subtítulos, fechas, metadatos */
.subtitle, .post-meta, .meta, .caption {
  font-family: var(--font-general);
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

/* Ensayo o bloques técnicos */
.essay, blockquote.essay {
  font-family: var(--font-general);
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.7;
}

/* Combinaciones serif para destacar */
.serif-highlight {
  font-family: var(--font-general);
  font-size: 1.1rem;
  font-style: normal;
}

.serif-alt {
  font-family: var(--font-general);
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.category_title h2 {
    font-weight: 600!important;
}

.post.style3 .post-title h3 {
    line-height: normal!important;
    font-size: 25px!important;
    font-weight: 700!important;
}



.more-link {
    display: inline-block;
    font-weight: 600;
    color: #222;
    font-size: 11px;
    text-align: center;
    font-size: 16px!important;
    letter-spacing: .8px;
    text-decoration: underline;
    font-weight: normal;
    left: 50%;
    text-transform: uppercase!important;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* GENERALES */
.row {
    max-width: 100rem !important;
    /* width: 100%; */
}

body{
    font-family: "IBM Plex Serif", serif!important;
}

body a{
	font-family: "IBM Plex Serif", serif!important;
}

body h1, h2, h3, h4, h5, h6, em, input,button, strong {
	font-family: "Special Gothic Expanded One", sans-serif!important;
}

/* HEADER */
.thb_ad_before_header {
    display: none;
}

.thb_ad_header {
    display: none;
}

.social_header a {
    color: #000;
}

a.tiktok.icon-1x {
    width: 23.72px;
    height: 16.86px;
}

.fa-tiktok {
    display: inline-block;
    width: 100%;
    height: 16px;
    background-image: url('../img/tiktok.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

.mobile-toggle {
    display: none !important;
}

.header--slide .social_header {
    visibility: hidden;
    margin-right: 15px;
}

.social_header {
    margin-right: 15px;
}

.icon-search {
    display: flex;
}

#professor_prebid-root {
    display: none;
}

/* FOOTER */
#menu-footer-menu {
    display: flex;
    justify-content: start;
    align-items: baseline;
}

#menu-footer-menu>li {
    margin-right: 50px;
}

/* SUBCATEGORIAS */
.post .post-gallery {
    height: 300px;
}

.post .post-gallery img {
    min-width: 100%;
    height: 300px;
    object-fit: cover;
}

.thb-post-top {
    margin-bottom: 0px !important;
}

.post-tags {
    display: inline-flex;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

#category-title {
    background-image: unset !important;
    margin-bottom: 0px !important;
    max-width: 1200px !important;
    width: 100%;
    padding-left: var(--wrapper-space-xs);
    padding-right: var(--wrapper-space-xs);
    margin-left: auto !important;
    margin-right: auto !important;
}

#load-more-posts {
    width: auto;
}

/* articulo */

#infinite-article {
    width: 80rem;
    margin: 0 auto;
}

.apertura-horizontal {
    padding-top: 60px;
}

.apertura-horizontal .small-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.apertura-horizontal .post-detail-gallery img {
    width: 100%;
}

.apertura-horizontal .post-title-container {
    margin-bottom: 30px;
}

.apertura-horizontal figcaption {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.5rem;
    text-align: center;
}

.apertura-vertical {
    padding-top: 60px;
}

.apertura-vertical .post-title-container {
    margin-bottom: 30px;
}

.apertura-vertical .apertura-image img {
    max-width: 70%;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.apertura-vertical figcaption {
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.5rem;
    text-align: center;
}

.apertura-vertical .post-meta {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #999;
}


.apertura-fullwidth {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  box-sizing: border-box;
  padding-top: 60px;
}

.apertura-fullwidth .small-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.apertura-fullwidth > .row {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.apertura-fullwidth .columns {
  padding-left: 0;
  padding-right: 0;
}

.apertura-fullwidth .post-detail-gallery img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.apertura-fullwidth .post-title-container {
  margin-bottom: 30px;
}

.apertura-fullwidth figcaption {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.5rem;
  text-align: center;
}
.apertura-fullwidth .post-meta {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #999;
}


/* buscador */

.archive-search-container {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.searchformcustom {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 80px;
      position: relative;
  display: flex;
  align-items: center;
}

.searchformcustom .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  fill: #000;
  z-index: 2;
}

.searchformcustom .search-field.with-icon {
  padding-left: 40px;
  width: 100%;
  box-sizing: border-box;
}

.searchformcustom button {
    width: 100px;
    height: 50px;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    margin-left: 10px;
    vertical-align: middle;
}

.search-field {
    border: solid 1px #000 !important;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    display: inline-block;
    height: 50px !important;
    margin-bottom: 0px !important;
}

.category-block {
    margin-top: 80px;
}

.category-block.featured{
  margin-top: 20px;
}

.more-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Home */
.home-container .featured h3 > a{
  font-size: 30px;
  font-weight: 700;
}

.home-container .featured article,
.home-container .featured figure,
.home-container .featured .post-gallery {
    margin-bottom: 0px;
}


.home-container .featured .video-container {
    height: 500px;
    margin-bottom: 0;
}

.home-container .featured video {
    object-fit: cover;
}

.home-container .featured figure,
.home-container .featured img,
.home-container .featured video,
.home-container .featured .post-gallery {
    height: 100%;
}

#search-results {
    margin-top: 80px;
}


/* slider y video destacado */
.custom-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.custom-slider-track {
    display: flex;
    transition: transform 0.4s ease;
}

.custom-slide {
    min-width: 100%;
    flex-shrink: 0;
    width: 100%;
}

.custom-slide img{
    width: 100%;
    object-fit: contain;
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
	  font-family: "IBM Plex Serif", serif;
    font-size: 30px;
    background-color: #2a2b2bcc;
    color:#fff;
}

.custom-prev {
    left: 10px;
}

.custom-next {
    right: 10px;
}


.video-container {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video-container iframe,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ADDONS */

/* LISTADO */
.bloque-listados .opcion_listado figure{
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bloque-listados .opcion_listado {
  margin-bottom: 50px;
}

.bloque-listados figcaption{
  display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem!important;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #8e8e8e;
    margin: 0;
}

.bloque-listados h2{
  font-size: 35px;
}

.bloque-listados h3 > a{
  color: #222;
}

/* COMPONENTE BIO/PERSONAJE INVITADO */

.six-bio{
  margin: 2rem auto;
}

.six-bio .summary{
      margin-left: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .2px;
    font-family: "IBM Plex Serif", serif;
}

.six-bio h1{
    max-width: 80%;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 52px;
    line-height: 54px;
}


/* COMPONENTE CITA */

.six-quote blockquote {
  text-align: left;
  color: unset;
  font-weight: 600;
  padding: 35px 35px;
  margin: 0;
  font-size: 24px;
}

.six-quote blockquote::after, .six-quote blockquote::before{
  display: none;
}

/* COMPONENTE TOPICS */

.six-topics{
  margin: 2rem auto;
}

.topics-links{
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
        font-weight: 600;
    flex-wrap: wrap;
}


.topics-links a + a::before {
    content: "/";
    margin: 15px 15px;

}


/* Componente multimedia*/
.six-multimedia {
	width: 100%;
	margin: 2rem auto;
}

/* .six-multimedia.fullscreen {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -47.6vw;
	margin-right: -47.6vw;
} */

.six-multimedia.fullscreen {
  width: 99.3vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.six-multimedia.fullscreen img{
  display: block;
  width: 100vw;
  height: auto;
}





.six-multimedia-wrapper {
	width: 100%;
}

.six-multimedia-wrapper img,
.six-multimedia-wrapper iframe {
	width: 100%;
	display: block;
}

.six-multimedia .six-caption {
	display: flex;
	align-items: center;
	gap: 0.75rem;


	margin-top: 0.5rem;
	text-align: left;


      font-size: 12px;
    line-height: 16px;
    color: #8e8e8e;
    margin: 0;
}

  .six-caption p {
  word-break: break-word;
  overflow-wrap: break-word;
    line-height: 16px!important;
    font-size: 0.8rem;
    color: #666;
    margin-top: 0.5rem!important;
}


.six-caption .caption-logo {
	width: auto !important;
	height: 24px!important;
	display: inline-block !important;
	vertical-align: middle;
  padding-left: 20px;
  margin-top: 5px;
}


/* Componente ranking*/
.six-ranking .ranking-divider{
      width: 15%;
    margin: 1.25rem 0px;
    border-bottom: 2px solid #222;
}

.six-ranking .ranking-title{
  font-weight: 600!important;
}


.ranking-list li::marker {
	color: #e63434;
}

/* Componente ingredientes */
.six-ingredientes .ingredientes-divider {
      width: 15%;
    margin: 1.25rem 0px;
    border-bottom: 2px solid #222;
}

.six-ingredientes .ingredientes-title {
  font-weight: 600!important;
  color: #e63434;
   color: #222;
}

.six-ingredientes .ingredientes-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.six-ingredientes .ingredientes-list li {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

.six-ingredientes .ingredientes-list strong {
  color: #e63434;
   color: #222;
  font-weight: 700;
}


/* COMPONENTE FECHA Y AUTOR */
.six-fecha-autores{
      margin: 2rem auto;
}

.six-fecha-autores.centered > div > div  {
  display: flex;
      flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.six-fecha-autores.left-aligned > div > div  {
  display: flex;
      flex-direction: row-reverse;
    align-items: center;
        justify-content: left;
}


.six-fecha-autores p{
  margin-bottom: 0!important;
}

.six-fecha-autores.centered {
    text-align: center;
}
.six-fecha-autores.left-aligned {
    text-align: left;
}
.six-fecha-autores .autor-avatar {
    border-radius: 50%;
    max-width: 64px;
    height: auto;
    margin-right: 15px;
}

.widget-revistasix{
  margin: 2rem auto;
  margin-bottom: 0;
  width: 70%;
}


.widget-revistasixHome{
  margin: 2rem auto;
  width: 50%;
}


/* COMPONENTE OFRECIDO POR */
.six-offered-bar {
  width: 100%;
  font-family: "IBM Plex Serif", serif;
}

.offered-top-bar {
  text-align: center;
  color: #000;
  font-size: 0.75rem;
}

.offered-top-text {
  margin: 0;
  margin-top: 1rem;
  font-size: 18px;
}

.offered-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.offered-logo-left img,
.offered-logo-right img {
  height: 30px;
  width: auto;
  display: block;
}

.offered-right-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-size: 0.75rem;
}


.six-offered-full {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
    font-family: "IBM Plex Serif", serif;
    position: relative;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
}




.six-offered-full .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
      background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  box-sizing: border-box;
   width: 100%; height: 100%;
}

.six-offered-full .antetitulo {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0rem;
    letter-spacing: 1px;
}

.six-offered-full .titulo {
    font-size: 80px;
    margin: 0.5rem 0;
    color: #fff;
    letter-spacing: 0.05rem;
}

.six-offered-full .subtitulo {
    font-size: 18px;
    width: 100%;
    max-width: 25%;
}

.six-offered-full .logos {
    margin-top: 3rem;
    width: 50%;
}

.six-offered-full .logo-uno {
    margin-bottom: 3rem;
}


.six-offered-full .logo-dos {
    display: inline-flex;
    flex-direction: column;
    margin-top: 3rem;
}

.six-offered-full .logos img {
    height: 60px;
}

.six-offered-full hr{
  margin: 0;
}



/* COMPONENTE GALERIA */


.thb-pin-it-container .thb-pin-it{
  display: none!important;
}

.six-gallery-preview{
  margin: 2rem 0;
}

.six-gallery-preview .gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  width: 80%;
    justify-content: center;
    margin: 0 auto;
}

.gallery-meta{
      width: 80%;
    margin: 0 auto;
    margin-top: 25px;
}

.gallery-label{
  text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .6px;
    font-weight: normal;
    color: #585858;
}


.gallery-item {
    flex: 0 1 calc((100% - 40px) / 3);
    aspect-ratio: 4 / 3;
      overflow: hidden;
}

.gallery-item figure{
  height: 100%;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}

.gallery-modal {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
}

.gallery-title{
  font-weight: 600!important;
    line-height: 26px;
    letter-spacing: .2px;
}

.gallery-modal-content.editorial-layout {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  max-width: 100%;
  height: 100vh;
}

.gallery-modal-inner {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 30px;
  align-items: center;
  height: 100%;
}

.gallery-left {
  flex: 3;
  text-align: center;
  height: 100%;
    width: 100%;
  height: 100%;
  margin: 0;
      display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-left figure {
  width: 100%;
  height: 100%;
  margin: 0;
      display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-left img {
  width: auto;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-right {
  flex: 1;
  color: #000;
}

.gallery-count {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.8;
}

#modal-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#modal-caption {
  font-size: 14px;
  line-height: 1.5;
}

.gallery-share {
  margin-top: 20px;
}

.gallery-share span {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.gallery-share a {
  margin-right: 10px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}

.gallery-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 4rem;
  color: #000;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 300;
}

.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  font-weight: 300;
}

.gallery-prev { left: 10px; }
.gallery-next { right: 10px; }

html.modal-open,
body.modal-open {
  overflow: hidden !important;
  height: 100% !important;
  /* position: fixed !important; */
  width: 100%;
}


/* COMPONENTE MORE FEATURES */

.six-readmore{
  margin: 2rem auto;
}

.six-readmore .six-readmore-title{
    display: block;
    /* border-bottom: 3px solid #222; */
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: .4px;
    	font-family: "Special Gothic Expanded One", sans-serif!important;
}

.six-readmore .post .post-gallery{
height: 250px;
 }


/* sección full width con padding lateral */
.six-readmore--fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  margin: 2rem 0;
  max-width: none;
  display: flex;
    justify-content: center;
    align-items: center;
}


.six-readmore--fullwidth .columns {
  padding-left: 1rem!important;
  padding-right: 1rem;
}


.six-readmore--fullwidth .row {
  margin-left: auto;
  margin-right: auto;
}



.six-readmore--fullwidth .six-readmore-title {
  text-align: center;
}



/* COMPONENTE FORMULARIO */

.six-contacta{
  margin: 2rem auto;
}

.six-contacta .contacta-divider{
  border-bottom: 2px solid #222;
}

.six-contacta .contacta-title{
  font-weight: 600!important;
  text-align: center;
}

.six-contacta p{
  margin-bottom: 0!important;
}

.six-contacta form {
    width: 60%;
    margin: 0 auto;
}

.six-contacta label{
  font-size: 14px;
  width: 100%;
  font-family: "IBM Plex Serif", serif;
  margin-bottom: 0;
}
.six-contacta input, .six-contacta textarea{
  margin-bottom: 0!important;
  margin-top: 20px!important;
  width: 100%;
    border: 1px solid #222!important;
}

.six-contacta input[type="submit"] {
  display: inline-block;
  width: 150px;
  height: 40px;
  margin-top: 0;
  font-size: 14px;
  letter-spacing: 1px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 0 !important;
}

.six-contacta input[type="submit"]:hover {
  border: 1px solid #e63434!important;
}

.six-contacta .legal-check label{
  display: flex;
      justify-content: flex-start;
    align-items: baseline;

        font-weight: 400;
    text-transform: none;
}

.six-contacta .legal-check label input[type="checkbox"]{
  width: 5%;
  margin-top: 0!important;
}


/* BRANDED BLOCK */
.branded-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  margin: 30px 0;
  min-height: 100px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.branded-block .branded-image {
    width: 35%;
    height: auto;
}

.branded-block .branded-image a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.branded-block .branded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.branded-block .branded-content {
  flex: 1;
  padding-top: 5px;
}

.branded-block .branded-content h4 {
  margin: 0 0 10px 0;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 600;
  width: 100%;
}

.branded-block .branded-content h4 a {
  color: #222;
  text-decoration: none;
  font-weight: bold;
}

.branded-block .branded-excerpt {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-weight: normal;
}



/* publi */


/* Contenedor genérico */
.ad {
  display: block;
  overflow: hidden;
}

/* Imagen: ocupa todo el contenedor y recorta */
.ad-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ─── Posiciones fijas ─────────────────────── */

.ad_container_bottom {
  padding: 0!important;
  margin: 0!important;
}

.ad_container_bottom > div {
  padding: 0!important;
}

/* Home: Mega 728×90 encima de cabecera */
.ad--mega-home.ad--header {
  width: 728px;
  height: 90px;
  margin: 1em auto;
  margin-top: 2em;
}

/* Home: Cintillo 1201×61 debajo de cabecera */
.ad--cintillo-home {
  width: 1201px;
  height: 61px;
  margin: 1em auto;
  margin-top: 2em;
}

/* Home: Full Width a pantalla completa */
.ad--fullwidth-home {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 1em auto;
  margin-top: 2em;
}

.ad--fullwidth-home.ad--header {
  margin-top: 2em;
}

.ad--fullwidth-home.ad--cat {
  margin: 2em auto;
}

/* Home: Mega 728×90 en categoría */
.ad--mega-home.ad--cat,
.ad--cat {
  width: 728px;
  height: 90px;
  margin: 2em auto;
}

/* Home: Cintillo 1201×61 en categoría */
.ad--cintillo-home.ad--cat {
  width: 1201px;
  height: 61px;
  margin: 2em auto;
}

/* Home: Full Width en categoría */
.ad--fullwidth-home.ad--cat {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 2em auto;
}

/* Home: Mega 1024×400 en módulo NW */
.ad--nw {
  width: 1024px;
  height: 400px;
  margin: 1em auto;
}

/* Home: 728×90 debajo de categorías */
.ad--below-cats {
  width: 728px;
  height: 90px;
  margin: 2em auto;
}

/* Subportada: Mega 728×90 encima de cabecera */
.ad--mega-sub.ad--header,
.ad--sub-header {
  width: 728px;
  height: 90px;
  margin: 2em auto 0;
}

/* Subportada: Cintillo 1201×61 encima de cabecera */
.ad--cintillo-sub {
  width: 1201px;
  height: 61px;
  margin: 1em auto;
}

/* Subportada: Full Width a pantalla completa */
.ad--fullwidth-sub {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 1em auto;
}

.ad--fullwidth-sub.ad--header {
  margin: 2em auto 0;
}

/* Subportada: Mega 728×90 debajo de los 3 primeros */
.ad--mega-sub-below3,
.ad--sub-below3 {
  width: 728px;
  height: 90px;
  margin: 2em auto 3em;
}

/* Subportada: Cintillo 1201×61 debajo de los 3 primeros */
.ad--cintillo-sub-below3 {
  width: 1201px;
  height: 61px;
  margin: 2em auto 3em;
}

/* Subportada: Full Width debajo de los 3 primeros */
.ad--fullwidth-sub-below3 {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 2em auto 3em;
}


 @media (max-width: 1024px) {

  .ad--cintillo-home,
  .ad--cintillo-home.ad--cat,
  .ad--cintillo-sub,
  .ad--cintillo-sub-below3 {
    width: 100% !important;
    height: 61px;
    margin: 1em auto;
  }

  .ad--fullwidth-home,
  .ad--fullwidth-home.ad--cat,
  .ad--fullwidth-news,
  .ad--fullwidth-news-mobile,
  .ad--fullwidth-news-newsletter {
    width: 100vw !important;
    height: auto;
    min-height: 150px;
    margin: 1em auto;
  }

  .ad--fullwidth-home.ad--header,
  .ad--fullwidth-home.ad--cat {
    margin-top: 2em;
  }

  .ad--fullwidth-sub {
    width: 100vw !important;
    margin: 1em auto;
  }

  .ad--fullwidth-sub.ad--header {
    margin: 2em auto 0;
  }

  .ad--fullwidth-sub-below3 {
    width: 100vw !important;
    margin: 2em auto 3em;
  }

  .ad--cintillo-home, .ad--mega-home.ad--header{
    margin-top: 2em;
  }

  .ad-image {
    object-fit: cover;
    width: revert-layer !important;
        display: inline-block;
  }

  .six-readmore--fullwidth
 {

    padding-left: 1.5rem;
    padding-right: 1.5rem;

}
}


@media (max-width: 728px) {
  .ad--mega-home.ad--header,
  .ad--cintillo-home,
  .ad--fullwidth-home,
  .ad--fullwidth-home.ad--cat,
  .ad--fullwidth-sub,
  .ad--fullwidth-sub-below3,
  .ad--fullwidth-news,
  .ad--fullwidth-news-mobile,
  .ad--fullwidth-news-newsletter,
  .ad--nw,
  .ad--below-cats,
  .ad--cat,
  .ad--mega-sub.ad--header,
  .ad--sub-header,
  .ad--mega-sub-below3,
  .ad--sub-below3,
  .ad--cintillo-sub,
  .ad--cintillo-sub-below3 {
    width: 100% !important;
    margin: 1em auto;
  }

  .ad--mega-home.ad--header,
  .ad--cat,
  .ad--below-cats,
  .ad--mega-sub.ad--header,
  .ad--mega-sub-below3,
  .ad--sub-header,
  .ad--sub-below3 {
    height: 90px;
  }
  .ad--cintillo-home,
  .ad--cintillo-sub,
  .ad--cintillo-sub-below3 {
    height: 61px;
  }
  .ad--nw {
    height: 400px;
  }

  .ad-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: revert-layer !important;
        display: inline-block;
      max-width: 100%!important;
  }

    .ad--cintillo-home,
    .ad--mega-home.ad--header,
    .ad--fullwidth-home,
    .ad--fullwidth-home.ad--cat,
    .ad--fullwidth-sub,
    .ad--fullwidth-news,
    .ad--fullwidth-news-mobile,
    .ad--fullwidth-news-newsletter {
    margin-top: 2em;
  }  .ad--fullwidth-home,
  .ad--fullwidth-home.ad--cat,
  .ad--fullwidth-news,
  .ad--fullwidth-news-mobile,
  .ad--fullwidth-news-newsletter {
    height: auto;
    min-height: 100px;
  }

.widget-revistasix{
  width: 100%;
}

.widget-revistasixHome{
  width: 100%;
}

.six-offered-full .titulo {
    font-size: 40px;
}

.six-offered-full .subtitulo {
    max-width: 100%!important;
}

.six-offered-full .logos {
    width: 100!important;
}

}


/* News: Full Width styles */
.ad--fullwidth-news,
.ad--fullwidth-news-mobile,
.ad--fullwidth-news-newsletter {
  width: 100%;
  margin: 2em auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad--fullwidth-news .ad-image,
.ad--fullwidth-news-mobile .ad-image,
.ad--fullwidth-news-newsletter .ad-image {
  max-width: 1200px;
  width: auto;
  height: auto;
  display: block;
}

.ad--fullwidth-news a,
.ad--fullwidth-news-mobile a,
.ad--fullwidth-news-newsletter a {
  display: block;
  text-decoration: none;
}

/* Fullwidth sections - generic class */
.fullwidth-section {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad--fullwidth-news.ad--header {
  margin: 2em auto 0;
}

.ad--fullwidth-news-newsletter {
  margin: 2em auto;
}

/* Ad images should respect the container max-width */
.ad--fullwidth-home .ad-image,
.ad--fullwidth-sub .ad-image,
.ad--fullwidth-news .ad-image,
.ad--fullwidth-news-mobile .ad-image,
.ad--fullwidth-news-newsletter .ad-image {
  width: 100%;
  height: auto;
  max-width: 1200px;
}

/* Robapaginas 300×600 */
.ad--robapaginas {
  width: 300px;
  height: 600px;
  margin: 2em auto;
}

.ad--robapaginas figure{
  width: 100%;
  height: 100%;
}

/* ─── Responsive: hasta 1024px ────────────────── */
@media (max-width: 1024px) {
  .ad--robapaginas {
    width: 100% !important;
    height: 600px; /* mantiene su altura */
    margin: 1em auto;
  }
}

/* ─── Responsive: hasta 728px ────────────────── */
@media (max-width: 728px) {
  .ad--robapaginas {
    width: 100% !important;
    height: 600px; /* conserva proporción 300×600, ajusta el ancho */
    margin: 1em auto;
  }
}



/* MEDIA QUERIES */

@media screen and (max-width: 480px) {}

@media screen and (max-width: 640px) {
    #menu-footer-menu {
        display: block;
    }
}

@media screen and (max-width: 767px) {

   .six-readmore--fullwidth
 {

    padding-left: 0.5rem;
    padding-right: 0.5rem;

}
.six-bio .summary{
      margin-left: 15px;
  }

  .six-bio h1{
    max-width: 100%;
    margin: 40px auto;
    font-size: 32px;
    line-height: 38px;
  }

    .gallery-item {
    flex: 0 1 calc((100% - 20px) / 2);
  }

.gallery-title{
  font-size: 20px;
}

.six-contacta form {
    width: 100%;
}

}

@media screen and (max-width: 1024px) {

  .six-offered-full .subtitulo {
    max-width: 50%;
}

.six-offered-full .logos
 {
    width: 80%;
}
    .mobile-toggle {
        display: block !important;
    }

    #infinite-article {
        width: unset;
        margin: unset;
    }

  .six-bio h1{
    font-size: 32px;
    line-height: 38px;
  }



  .gallery-modal-content.editorial-layout {
    padding: 40px 15px;
    align-items: center;
  }

  .gallery-modal-inner {
    flex-direction: column;
  }

  .gallery-left,
  .gallery-left figure,
  .gallery-left img {
    width: 100%;
    height: 100%;
    max-height: 100vh;
    object-fit: contain;
  }

.gallery-left{
  height: 60%;

}

  .gallery-right {
    width: 100%;
    flex: none;
    text-align: left;
    height: 40%;
  }

  .gallery-count {
    text-align: center;
    margin-top: 10px;
  }

    .gallery-prev,
    .gallery-next {
      top: 30%;
      font-size: 3rem;
      padding: 5px 10px;
      background-color: #ffffff9c;
    }

  .gallery-close {
    font-size: 2.5rem;
    top: 20px;
    right: 15px;
    z-index: 1;
  }

  .gallery-share {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
    padding: 10px 0;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    font-size: 13px;
  }

  .gallery-share span {
    margin-bottom: 0;
  }
}


@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1440px) {}



@media screen and (max-width: 1025px) {
    li#newslettermenu {
      list-style: none;
        width: 105px;
        position: relative;
        right: -15px;
    }

        p.texto_newsletter, p.texto_suscribete {
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1rem;
        color: #222222;
        font-size: 14px;
        margin-bottom: 5px;
    }

    p.texto_newsletter {
        background: #222222;
        color: #fff;
        font-size: .75rem;
        padding: 5px;
        text-indent: 2px;
        text-transform: uppercase;
    }

         li#newslettermenuhome {
          display: none;
    }
}

@media screen and (min-width: 1025px) {
    li#newslettermenu {
        position: static;
       list-style: none;
    }

      li#newslettermenuhome {
        position: static;
       list-style: none;
    }

       p.texto_newsletter, p.texto_suscribete {
        font-weight: 700;
        letter-spacing: 2px;
         color: #222222;
        font-size: 14px;
        margin-bottom: 0px;
    }

    p.texto_newsletter
 {
        background: #222222;
        color: #fff;
        line-height: 1.3rem;
        padding: 10px;
        text-transform: uppercase;
        font-size: .75rem;
    }
  }



.tipo2 > article {
      height: 100%;
}

.tipo2 > article > figure{

      height: 503.33px !important;
}

.tipo2 > article > figure > a {
    height: 100%!important;
}

.tipo2 > article > figure > a > img{
      height: 100%!important;
      object-fit: cover;
}


@media (max-width: 728px) {
.tipo2 > article {
      height: 100%;
}

.tipo2 > article > figure{
      height: 503.33px!important;
}

.tipo2 > article > figure > a {
    height: 500px!important;
}

.tipo2 > article > figure > a > img{
      height: 100%!important;
      object-fit: cover;
}
}


/* nuevos */

.category_title
{
    border-bottom: none!important;
    display: flex!important;
    justify-content: center;
}

.category-block .post.style3 .offset-title-container {
    width: 70%;
}

.horizontal-texto {
      display: flex;
    justify-content: center;
    align-items: center;
}


.tipo2 > article > figure
 {
    height: unset !important;
}

.post-author
 {
    font-size: 13px!important;
    font-style: italic!important;
        text-transform: capitalize!important;
        font-weight: 300!important;
        margin-top: 30px;
}
.post-author a
 {
  color: #000!important;
}

em {
    font-weight: 700!important;
}

article{
  height: 100%;
}



@media (max-width: 1024px) {
.category-block .post.style3 .offset-title-container {
    width: 100%;
}
}



/* aperturas */

.apertura-2col{
  margin-top: 3rem;
}

.apertura-2col .post-title-container{
  height: 100%;
}

.apertura-2col .post-title-container header{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.apertura-2col .post-title-container .entry-title{
  text-align: end;
      font-weight: 600;
}

.apertura-2col .antetitulo{
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: end;
    line-height: normal;
}

.apertura-2col .entradilla{
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

.apertura-2col .category a{
  color: #000;
}


.apertura-2col .category{
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.apertura-2col .autor{
  display: flex;
  align-items: baseline;
}

.apertura-2col .autor p{
  margin-bottom: 0;
}

.apertura-2col .autor img{
  display: flex;
  width: 30px;
  height: auto;
  margin-right: 10px;
}



.apertura-2col .image-caption{
  padding-top: 1rem;
  display: flex;
  justify-content: end;
  align-items: center;
}

.apertura-2col .image-caption img{
 height: 30px;
 width: auto;
 margin-left: 25px;
}

.linea-arcoiris {
  display: block;
  height: 2px;
  background-image: linear-gradient(
    to right,
    #E93323,
    #F49738,
    #FFFA4D,
    #59C23A,
    #4828F1,
    #891AC5
  );
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 2px;
  border: none;
  padding: 0;
  margin-top: 1rem;
}

.header.fixed .progress {
    background:  linear-gradient(
    to right,
    #E93323,
    #F49738,
    #FFFA4D,
    #59C23A,
    #4828F1,
    #891AC5
  )!important;

}



/* APERTURA FULL - Fullwidth */
.apertura-2col.full {
    position: relative;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
}

.apertura-2col.full .row {
    max-width: 100vw ;
    margin: 0 auto;
}


/* apertura 1col */

.apertura-1col{
  margin-top: 3rem;
}


.apertura-1col .post-title-container .entry-title{
      font-weight: 600;
}

.apertura-1col .antetitulo{
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
}

.apertura-1col .entradilla{
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 40px;
}

.apertura-1col .category a{
  color: #000;
}


.apertura-1col .category{
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.apertura-1col .autor{
  display: flex;
}

.apertura-1col .autor img{
  display: flex;
  width: 30px;
  height: auto;
  margin-right: 10px;
}


.apertura-1col .image-caption{
  padding-top: 1rem;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 40px;
}

.apertura-1col .image-caption img{
 height: 30px;
 width: auto;
 margin-left: 25px;
}


.apertura-1col .apertura-vertical-image img{
width: 100%;
height: 100%;
object-fit: cover;
}





/* Ocultar la versión móvil por defecto */
.meta-movil {
  display: none!important;
}

/* Solo visible en móvil */
@media (max-width: 768px) {
  .meta-desktop {
    display: none !important;
  }

  .meta-movil {
    display: block!important;
    margin-top: 3rem!important;
  }

  .meta-linea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .meta-linea .category,
  .meta-linea .autor,
  .meta-linea .post-date {
    flex: 1 1 auto;
    text-align: center;
    margin: 2px 0;
  }

  .meta-linea .imagen {
    display: none;
  }

  .apertura-1col .autor img {
    display: none;
  }
}




/* footer */
/* .subfooter-custom {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}

.subfooter-custom .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
*/

.subfooter-left-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.subfooter-left-inner p {
  margin: 0;
  font-size: 13px!important;
  color: #000;
}

.subfooter-custom img {
  height: 30px;
  width: auto;
}

.subfooter-right {
  display: flex;
  justify-content: center;
}

#subfooter, #subfooter .row {
    border-top: none!important;
    min-height: auto!important;

}




footer{
  border: none!important;
}

#footer .row .columns+.columns {
  border: none!important;
}

#footer > .row{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}



#custom_html-2{
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0!important;
    margin: 0;
}


#custom_html-2 a{
    margin-right: 5px;
    margin-left: 5px;
}

#nav_menu-2{
  padding-left: 0!important;
}



@media (max-width: 1025px) {

#menu-footer-menu>li{
    margin-right: 0px;
}

#footer.left-align-text .widget {
    text-align: center;
    padding: 30px 0px;
}

#custom_html-2 {
    justify-content: center;
    margin-bottom: 30px;

}

    #menu-footer-menu{
        display: flex!important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .subfooter-left-inner{
    flex-direction: column;
    margin-bottom: 40px;
}
}


.letra-capital p:first-of-type::first-letter {
  font-weight: 600;
  font-size: 112px;
  line-height: 1.2;
  float: left;
  margin-right: 12px;
  margin-top: 4px;
  letter-spacing: -0.01em;
  color: #000;
}



/* --- HEADER SIX --- */

.header .header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .header-left {
	display: flex;
	align-items: center;
}


.header .toggle-holder {
	margin-right: 15px;
}

@media (min-width: 1025px) {
	.header .toggle-holder.show-for-small-only {
		display: none !important;
	}
}

.header .logoimg {
	max-height: 45px;
	width: auto;
	display: block;
}

 .header .header-left nav.full-menu-container ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.header .header-left nav.full-menu-container ul li a
 {
    font-weight: 300 !important;
    text-transform: none !important;
}

 /* .header .header-left nav.full-menu-container ul li a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
} */


.header .header-right {
	text-align: right;
}

.suscribete.newslettermenu {
	list-style: none;
	margin: 0;
	padding: 0;
}







@media (max-width: 1024px) {
	.header .header-main {
		flex-direction: row;
		justify-content: space-between;
	}

	.header .header-left {
		display: flex;
		align-items: center;
	}

	.header .header-right {
		text-align: right;
	}



  .header.style3 .logolink {
    margin: 0px 0px!important;
}
}







.header.fixed.style4.fixed-style3 .header-main {
	padding: 10px 20px;
}

.header.fixed.style4.fixed-style3 .logoimg {
	max-height: 45px;
	transition: all 0.3s ease;
}


.logolink {
    margin-right: 20px;
}


.header-logo-centered .header-main-centered {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.header-logo-centered .header-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}

.header-logo-centered .logo-centered {
	max-height: 100px;
	width: auto;
	transition: all 0.3s ease;
}


.header-logo-centered.header.fixed .logo-centered {
	max-height: 70px;
}


.noborder {
    border-bottom: none!important;
}





.header_holder.header-overlap {
	position: relative;
	z-index: 99;
	height: 0;
}

.header-logo-centered.header-center-overlap {
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	z-index: 20;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}


.header-logo-centered.header-center-overlap .header-main-centered {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 180px;
}

.header-logo-centered.header-center-overlap .logo-centered {
	max-height: 110px;
	width: auto;
	margin-top: 130px;
	transition: all 0.3s ease;
} */


body.home #main,
body.front-page #main {
	margin-top: -40px;
	position: relative;
	z-index: 5;
}


body.home.scrolled .logo-centered {
	max-height: 80px;
	margin-top: -5px;
}

.home-container
 {
      margin-top: 100px;
}



#category-title{
    text-align: start!important;
 }
#category-title > .row{
    border-bottom: 1px solid #000;
 }

     #category-title h1
 {
        margin-bottom: 20px!important;
        font-size: 35px!important;
 }

.featured .post-gallery {
    height: 100%;
}

.featured  .post-gallery img {
   height: 100%;
}







footer, footer a {
  	font-family: "Special Gothic Expanded One", sans-serif!important;
}

.subfooter-left-inner p {

    	font-family: "IBM Plex Serif", serif!important;

}




/* home*/
.automatic-recent-posts .post.style3 .post-title h3 a{

	font-family: "Special Gothic Expanded One", sans-serif!important;

}

.tipo2 .destacado .post.style3 .post-title h3 a{

	font-family: "Special Gothic Expanded One", sans-serif!important;

}

.post.style3 .post-title h3 a{

	font-family: "Special Gothic Expanded One", sans-serif!important;

}

.post.style3 .post-title h3{

	font-family: "Special Gothic Expanded One", sans-serif!important;

}

.category-block.featured .post.style3 .post-title h3 a{

	font-family: "Special Gothic Expanded One", sans-serif!important;

}


em, strong {
  font-family: "Special Gothic Expanded One", sans-serif!important;
}

.post-author a {

	font-family: "IBM Plex Serif", serif!important;
}



.post-content{
     	font-family: "IBM Plex Serif", serif!important;
}


.category_title h2 a
 {
	font-family: "Special Gothic Expanded One", sans-serif!important;
}


/* subportadas */

#category-title h1 {
	font-family: "Special Gothic Expanded One", sans-serif!important;
}


/* noticias */
.apertura-2col .antetitulo, .apertura-1col .antetitulo {
  	font-family: "Special Gothic Expanded One", sans-serif!important;
 }

 .apertura-2col .post-title-container .entry-title, .apertura-1col .post-title-container .entry-title {
    	font-family: "Special Gothic Expanded One", sans-serif!important;
 }

 .post .post-author {
color: #202020!important
 }


 .branded-block .branded-content h4 a {
  	font-family: "Special Gothic Expanded One", sans-serif!important;
}


.archive-page-container, .subportadas-block-container {
    margin-top: 0px!important;
}

.fa{
   font-family: "Font Awesome 6 Brands"!important;
}

.fa-music:before
 {
  content: "\e07b"!important;

}


.fa-twitter:before
 {
  content: "\e61b"!important;

}




.authorpage
 {
    border-bottom: unset!important;
    margin-bottom: 0px!important;
    max-width: 100%!important;
}

.authorpage .author-content {
        margin-bottom: 50px!important;
    }

        .authorpage .avatar
 {
        width: 80px!important;
 }
