/* ================================
   TIPOGRAFÍA Y ESTILOS BASE
================================ */

body {
  font-family: 'Suisse Works';
  font-size: 20px;
  line-height: 27px;
}

a {
  color: black;
  text-decoration: none;
}

.h1 {
  font-family: 'Suisse Intl Book';
  font-size: 88px;
  line-height: 96px;
}

.h2, h2 {
  font-family: 'Suisse Intl Book';
      font-size: 88px;
    line-height: 88px;
}

h2 {
  font-size: 44px;
  line-height: 100%;
}

h4{
	font-family: 'Suisse Intl Book';
	  font-size: 30px;
	line-height: 32px;
}

.p {
  font-family: 'Suisse Intl Book';
  font-size: 24px;
  line-height: 28px;
}

.numeroFecha {
  font-family: 'Suisse Intl Book';
  font-size: 36px;
  line-height: 34px;
}

header {
  font-family: 'Suisse Intl Book';
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.025rem;
}

footer {
  font-family: 'Suisse Intl Book';
  font-size: 22px;
  line-height: 22px;
}

footer li {
  margin-top: 4px;
  margin-bottom: 4px;
}

.fs-28 {
  font-size: 28px;
}

.container {
  max-width: 1700px;
}

.wp-block-image{
	margin-top: 2rem;
	margin-bottom: 2rem;
}


/* SINGLE */
.thecontent h2, .thecontent h1, .thecontent h3, .thecontent h4, .thecontent h5, .thecontent h6{
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.thecontent h2 {
  font-size: 34px;
  line-height: 100%;
}
.thecontent h3 {
  font-size: 30px;
  line-height: 100%;
}
.thecontent h4 {
  font-size: 26px;
  line-height: 100%;
}

.thecontent .wp-block-quote{
	font-size: 18px;
	line-height: 25px;
	padding-left: 3rem;
}

.thecontent .wp-block-pullquote {
	text-align: right;
	font-size: 18px !important;
	line-height: 24px !important;
}

.thecontent pre.wp-block-verse {
	font-size: 15px !important;
	line-height: 22px !important;
}

.thecontent figcaption{
	font-size: 16px !important;
	line-height: 20px !important;
	margin-bottom: 2em !important;
	margin-top: 1rem !important;
}

/* ================================
   FORMULARIOS
================================ */

.form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
}

.form-control::placeholder {
  color: #000000;
  font-weight: normal;
}

input:-internal-autofill-selected {
  background-color: #ffffff !important;
}

/* ================================
   MASONRY (GRID DE NOTAS)
================================ */

.mansorycont {
  font-family: 'Suisse Intl Book';
}

.mansorycont h3 {
  font-size: 34px;
  line-height: 36px;
}

.autormasonry {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 4rem !important;
}

.tagmasonry {
  font-size: 18px;
  line-height: 43px;
  font-family: 'Suisse Intl Mono';
}

.titulo-truncado {
  font-size: clamp(1rem, 2vw, 1.25rem);
  word-wrap: break-word;
}

.entrada.espacio {
  min-height: 200px;
  background: transparent;
  border: none;
}

/* ================================
   BORDE UTILITARIOS
================================ */

.border-top {
  border-top: 1px solid #000000 !important;
}

.border-bottom {
  border-bottom: 1px solid #000000 !important;
}

.border-end {
  border-right: 1px solid #000000 !important;
}

.border-start {
  border-left: 1px solid #000000 !important;
}

/* ================================
   TEXTO ROTADO STICKY
================================ */

.sticky-vertical {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.linea-vertical {
  height: 50px;
  border-left: 1px solid black;
  position: relative;
  width: 1px;
}

.linea-vertical:first-child::before {
  content: "↑";
  position: absolute;
  top: -10px;
  left: -5px;
  font-size: 12px;
}

.linea-vertical:last-child::after {
  content: "↓";
  position: absolute;
  bottom: -10px;
  left: -5px;
  font-size: 12px;
}

.texto-rotado {
  writing-mode: vertical-rl;
  transform: rotate(0);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 10px 0;
}

.delArchivo{
  background-color: #D88BB5;
}
.delArchivo h3{
  font-size: 72px ;
  line-height: 100%;
  font-family: 'Suisse Intl Book';
  color: white;
}
.delArchivo h3 a{
    color: white;
}
.delArchivo h4{
  font-size: 18px ;
  line-height: 32px;
  font-family: 'Suisse Intl Book';
  color: white;
}
.extracto-truncado {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 4.2em;
  font-size: 18px;
  font-family: 'Suisse Intl Book';
  margin-top: 1rem;
}

.tesauroyres{
  font-family: 'Suisse Intl Book';
}
.tesauroyres h3, .dossier h3, .tintasuelta h3 , .extraposts h3{
  font-size: 44px;
  line-height: 43px;
  margin-bottom: 2rem;
  font-family: 'Suisse Intl Book';
  overflow-wrap: anywhere;
}
 .tintasuelta h4{
	 font-size: 34px;
	   line-height: 36px;
	   font-family: 'Suisse Intl Book';
 }

.tesautor{
	font-size: 18px;
	line-height: 20px;
	font-family: 'Suisse Intl Book';
}
.tesacat{
	font-size: 18px;
	line-height: 43px;
	font-family: 'Suisse Intl Mono';
}
.tintasautor{
	font-size: 18px;
	line-height: 32px;
	font-family: 'Suisse Intl Mono';
}
.convocatoria{
	font-family: 'Suisse Intl Book';
}
.convocatoria .convocatoriaTitulo{
	font-size: 48px;
	line-height: 52px;
}
.convocatoriaSubt{
	font-size: 65px;
	line-height: 78px;
}
.convocatoriaSubtthree{
	font-size: 26px;
	line-height: 26px;
}

.archivo{
	font-family: 'Suisse Intl Book';
}
.archivo h1{
	font-size: 120px;
	line-height: 144px;
}

.border {
	border: 1px solid #000000 !important;
}

.archivotitle{
	font-size: 40px;
	line-height: 48px;
}
.archivosec{
	font-size: 20px;
	line-height: 28px;
}

.filtroA{
position: absolute;
right: 16px;
bottom: 0;
}

.archivo .form-select{
	font-size: 40px;
	line-height: 48px;
}

.archivo .form-select option{
	font-size: 24px;
	line-height: 40px;
}
.pdfBTN{
	font-family: 'Suisse Intl Book';

		font-size: 2.2VW;


	line-height: 44px;
	border: 1px solid black;
	padding: 10px 10px;

}
.indice-numero{
	font-family: 'Suisse Works';
	  font-size: 24px;
	  line-height: 30px;
}
.modal-header {
	border-bottom: 0;
}
.modal-footer{
	border-top: 0
}

.modal-fullscreen .modal-content{
	background: #f9ed61;
}
.indiceNuevo{
	font-family: 'Suisse Intl Book';
	font-size: 44px;
	line-height: 44px;
	text-transform: uppercase;
	cursor: pointer;
}

.header-num{
	display: flex;
		justify-content: space-between;
}

.numero-titulo{
	font-family: 'Suisse Intl Book';
	font-size: 82px;
	line-height: 82px;
	text-transform: uppercase;
	cursor: pointer;
}

.nota h1{
	font-family: 'Suisse Intl Book';
}
.metasingle{
	font-family: 'Suisse Intl Book';
	font-size: 23px;
	line-height: 18px;
}
.imagen-destacada img{
	max-width: 100%;
	min-width: 100%;
	height: auto
}


.footer-text{
	font-size: 12px;
	line-height: 14px;
}
/* ================================
   RESPONSIVE: MÓVIL (≤767px)
================================ */

@media (max-width: 767px) {

  header {
    font-size: 12px;
    line-height: 12px;
  }

  .form-control {
    font-size: 12px;
    line-height: 12px;
  }

  .fs-28 {
    font-size: 22px;
  }

  .h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .h2 {
    font-size: 40px;
    line-height: 48px;
  }
  h4{
		font-size: 22px;
	  line-height: 22px;
  }

  .p {
    font-size: 18px;
    line-height: 20px;
  }

  .numeroFecha {
    font-size: 22px;
    line-height: 24px;
  }

  .border-start {
    border: none !important;
  }
  .border-m-start {
	  border-left: 1px solid #000000 !important;
  }

  .mansorycont h3 {
    font-size: 22px;
    line-height: 22px;
  }

  .autormasonry {
    font-size: 16px;
    line-height: 22px;
  }

  .tagmasonry {
    font-size: 12px;
    line-height: 12px;
  }
  .delArchivo h2{
    font-size: 26px;
    line-height: 36px;
  }
  .delArchivo h3 {
    font-size: 38px;
    line-height: 100%;
}
.delArchivo h4 {
    font-size: 16px;
    line-height: 32px;
    font-family: 'Suisse Intl Book';
    color: white;
}
.tesauroyres h3, .dossier h3, .tintasuelta h3, .extraposts h3{
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 2rem;
  font-family: 'Suisse Intl Book';
}
 .tintasuelta h4{
	 font-size: 22px;
	   line-height: 22px;
	   font-family: 'Suisse Intl Book';
 }
 .tintasautor{
	 font-size: 16px;
	 line-height: 22px;
	 font-family: 'Suisse Intl Mono';
 }
 .convocatoria .convocatoriaTitulo{
	 font-size: 36px;
	 line-height: 39px;
 }
 .convocatoriaSubt{
	 font-size: 49px;
	 line-height: 59px;
 }
 .archivo h1{
	 font-size: 40px;
	 line-height: 48px;
 }
 .archivotitle{
	 font-size: 26px;
	 line-height: 36px;
 }

 .archivo .form-select{
	 font-size: 22px;
	 line-height: 36px;
 }
 .pdfBTN{
	 font-size: 26px;
	 line-height: 26px;
	width: 100%;
	text-align: center

 }

 .indice-numero {
	 font-family: 'Suisse Works';
	 font-size: 22px;
	 line-height: 26px;
 }
.back-link img{
	 width: 54px;
	 height: 31px;
 }

 .numero-titulo {
	 font-size: 40px;
	 line-height: 46px;
 }
 .nota h1 {
	 font-size: 24px
 }
 .autorNombre{
	 font-size: 22px;
	 text-transform: capitalize;
 }
 .catNombre{
	 font-size: 12px;
	  line-height: 22px;
	  font-family: 'Suisse Intl Mono';
 }

 body  .nota{
	 font-family: 'Suisse Works';
	 font-size: 14px;
	 line-height: 16px;
 }

}
