/*
Theme Name: Antropoceno
Theme URI: 
Author: virkapp
Author URI: https://virkapp.com
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: antropoceno
Tags: antropoceno
*/

:root {
  --primary-font: "Mohave", sans-serif;
  --text-color: #173432;
  --orange-color: #EC714D;
  --green-bg: #2B534B;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--primary-font);
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  scroll-behavior: smooth;
  overflow: hidden; /* Evita scroll del body, se usa en .onepage-site */
}

h1, h2, h3 {
  font-weight: 700;
  margin: 0;
  font-family: var(--primary-font);
}

h1 {
  font-size: 80px;
  font-weight: 800;
  color: #cfd1cd;
  text-transform: uppercase;
  line-height: 74px;
  letter-spacing: 0px;
  text-align: left;
}
h1 b{
  color: #B0E755;
  letter-spacing: 1px;
}
.subtitle{
  color: #B0E755;
  text-transform: uppercase;
  text-align: left;
  font-size: 19px;
}
h2 {
  font-size: 20px;
  line-height: 26px;
}

h3 {
  font-size: 17px;
  line-height: 22px;
}
.logo{
  width: 200px;
  height: auto;
  position: relative;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
/* One Page scroll container */
.onepage-site {
  scroll-snap-type: y mandatory;
  scroll-padding-top: 0px;
  scroll-behavior: smooth;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

section {
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* HERO Section */
.section-hero {
  padding-top: 120px; /* aire debajo del sticky */
  margin-top: 70px;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 88vh;
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;

  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* contenido arriba */
}
.section-hero-s{
  margin-top: 70px !important;
      top: -28px;
}

.back-green {
  background-color: var(--green-bg);
}

/* Botones circulares */
.btn-circle {
  border-radius: 50%;
  height: 180px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--primary-font);
}

/* Colores botones */
.btn-blue {
  background-color: #1c2be5;
}

.btn-green {
  background-color: #b0e755;
}

.btn-gray {
  background-color: #cfd1cd;
}

/* Contenedor de botones */
.content-circles {
  gap: 15px;
  margin-top: 100px !important;
}

/* Imagen decorativa */
.img-decorativa {
  height: 500px;
  width: auto;
}

/* Secciones normales */
.section-content {
  padding: 80px 20px;
  background-color: #fff;
}

.section-content:nth-of-type(even) {
  background-color: #CFD1CD;
}

.section-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

small{
  color: #B0E755;
  font-size: 18px;
  font-weight: 400;
}
.arrow-green{
  color: #B0E755;
  font-size: 30px;
}
.btn-circle span.hover-underline {
  position: relative;
  display: inline-block;
}
.btn-circle-g{
  color: #B0E755;
}
.btn-circle span.hover-underline::after {
  content: "";
  position: absolute;
  left: 0; /* alineación izquierda */
  bottom: -5px;
  width: 0;
  height: 4px;
  background-color: #B0E755;
  transition: width 0.3s ease;
}
.btn-circle span.hover-underline-green::after {
  background-color: #cfd1cd !important;
}
.btn-circle span.hover-underline-gray::after {
  background-color: #1c2be5 !important;
}
.btn-circle:hover span{
  color: white;
}
.btn-circle:hover span.hover-underline::after {
  width: 70px;
  color: white;
}

.section-content h2{
  font-size: 54px;
  color: #2B534B;
  font-weight: 500;
  text-align: left;
}
.section-content p{
  font-size: 20px;
  color: #2B534B;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
}
.section-content a{
  color: #000000;
  font-size: 15px;
}
.back-gray{
  background-color: #CFD1CD;
}
.scroll-btn{
  margin-top: auto;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.text-green, .arrow-green-s{
  color: #2B534B  !important;
}
.container-content-hero{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-slick{

}
.card-slick img{
  height: 170px;
  width: 100%;
}
.content-card-slick{
  background-color: #1C2BE5;
  height: 114px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  justify-content: center;
  color: #B0E755;
  font-size: 20px;
}
.card-slick {
  overflow: hidden;
}

.card-slick-zoom {
  height: 170px;
  overflow: hidden;
  position: relative;
}
.card-slick-zoom-small{
  height: 94px;
  overflow: hidden;
  position: relative;
}

.card-slick-zoom img, .card-slick-zoom-small{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

/* Aquí ocurre el zoom */
.card-slick:hover .card-slick-zoom img, .card-slick:hover .card-slick-zoom-small img {
  transform: scale(1.1);
}

.content-card-slick {
  background-color: #1C2BE5;
  height: 114px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  justify-content: center;
  color: #B0E755;
  font-size: 20px;
}

.card-slick-zoom img, .card-slick-zoom-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.card:hover .card-slick-zoom img, .card:hover .card-slick-zoom-small img {
  transform: scale(1.1);
}

/* Flechas base */
.swiper-button-prev,
.swiper-button-next {
  background-color: #B0E755;
  border-radius: 50%;
  width: 64px !important;
  height: 64px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

/* Ajuste de flechas por lado */
.swiper-button-prev {
  left: 10px;
}

.swiper-button-next {
  right: 10px;
}

/* Iconos dentro de los botones */
.swiper-button-prev:after {
  content: '←'; /* o usa '‹' o un SVG/icono si prefieres */
  color: black;
  font-size: 24px !important;
  font-weight: bold;
}

.swiper-button-next:after {
  content: '→'; /* ← CORREGIDO aquí */
  color: black;
  font-size: 24px !important;
  font-weight: bold;
}

.acerca-de{
  margin-top: 90px;
}

.swiper-button-prev:hover, .swiper-rtl .swiper-button-next:hover{
  background-color: #2B534B;
}
.swiper-button-prev:hover:after {
    color: white;
}
.swiper-button-next:hover, .swiper-rtl .swiper-button-prev:hover{
   background-color: #2B534B;
}
.swiper-button-next:hover:after {
  color: white;
}

body.scroll-normal {
  scroll-snap-type: none !important;
  overflow-y: auto !important;
  overscroll-behavior: auto !important;
}
.titulo{
  color: #2B534B;
  font-size: 54px;
  font-weight: 500;
}
.divider-gray{
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.imagen-destacada{
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagen-destacada img{
  width: auto;
  max-height: 560px;
}
.contenido-principal-r .imagen-destacada img{
  height: 450px;
  width: 100%;
  object-fit: cover;
}
.contenido p{
  color: #2B534B;
  font-size: 19px;
  font-family: 'Source Serif Pro', serif;
  line-height: 29px;
  text-align: left;
}
.acerca-de h2{
  color: #000000;
  font-size: 54px;
  font-family: "Mohave", sans-serif;
  font-weight: 500;
  line-height: 56px;
  color: #2B534B;
}
.miembro-imagen{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.miembro-imagen img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.card-miembro span{
  color: #2B534B;
  font-size: 15px;
  font-family: "Mohave", sans-serif;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
.card-miembro h3{
  color: #707070;
  font-size: 24px;
  font-family: "Mohave", sans-serif;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}
.card-miembro p{
  color: #2B534B;
  font-size: 12px;
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bloque-recurso__descripcion-ellipsis{
}

.redes {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.redes li a {
  font-size: 26px;
  transition: color 0.3s ease;
  color: #2B534B;
}


.redes li a:hover {
  color: #007bff; /* o el color que prefieras */
}
blockquote p{
  color: #2B534B !important;
  font-size: 44px!important;
  font-family: "Mohave", sans-serif!important;
  text-align: left!important;
  line-height: 54px!important;
}
blockquote cite{
  color: #707070 !important;
  font-size: 24px;
  font-family: "Mohave", sans-serif;
  text-align: right;
}
blockquote.wp-block-quote {
  position: relative;
  padding-left: 0px; /* espacio para la imagen */
  padding-top: 60px;
}

blockquote.wp-block-quote::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url('/wp-content/themes/antropoceno/images/comillas.png');

  background-size: contain;
  background-repeat: no-repeat;
}

.wp-block-pullquote{
  margin: revert;
  padding: 15px 0px 15px 0px;
}

.sidebar-antropoceno {
  width: 250px;
  min-height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1002;
  background-color: var(--green-bg); /* Ajusta a tu color */
  flex-shrink: 0;
  padding: 1rem;
  padding-top: 0px;
}

.sidebar-inner ul {
  list-style: none;
  padding: 0;
}
.content-wrapper {
  width: calc(100% - 250px);
}

.sidebar-antropoceno .nav-link {
  color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}

.sidebar-antropoceno .nav-link:hover {
  text-decoration: underline;
}

.navegacion-post .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-hover-circle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start; /* Cambiar a flex-start para que texto e icono se alineen a la izquierda */
  overflow: hidden;
  width: 63px;
  height: 63px;
  border-radius: 9999px;
  padding-left: 16px;  /* padding-left para texto */
  padding-right: 32px; /* padding-right para el icono */
  background: #B0E755;
  color: #fff;
  border: 2px solid #656fe2;
  text-decoration: none;
  transition: width 0.3s ease;
}

.btn-hover-circle .btn-text {
  opacity: 0;
  white-space: nowrap;
  transform: translateX(10px);
  transition: opacity 0.2s ease, transform 0.3s ease;
  margin-right: 8px; /* separación con el icono */
  color: #2B534B;
}

.btn-hover-circle .btn-icon {
  position: absolute;
  right: 20px;
  font-size: 25px;
  transition: transform 0.3s ease;
}

.btn-hover-circle:hover {
  width: 128px;
}

.btn-hover-circle:hover .btn-text {
  opacity: 1;
  transform: translateX(0);
}


main.site-main {
  
}
.sidebar-antropoceno {
  background-color: var(--green-bg);
  width: 250px;
}

.sidebar-inner {
  padding: 1rem;
   position: sticky;
  top: 0px; /* Altura del header para no superponerse */
  height: 600px;
  overflow: scroll;
}
.sidebar-inner .navbar-brand:hover{
  color: white;
}
.sidebar-antropoceno nav,
.sidebar-antropoceno .sidebar-inner {
  padding-top: 1rem; /* o más, como 2rem si hace falta separación */
}
.imagen-portada{
  height: 360px;
  display: flex
;
} 
.imagen-portada img{
  height: auto;
  object-fit: cover;
}
.container-single h1{
  color: #2B534B;
  font-size: 54px;
  line-height: 56px;

}
.container-single p, .container-single ul li{
  color: #2B534B;
  font-size: 19px;
  line-height: 29px;
}
.container-single a{
    color: #649293;
    font-weight: 700;
    text-decoration: underline;
}
.container-single a:hover{
  color: black;
}
.content-card-slick-eco{
  background-color: #B0E755 !important;
  color: #2B534B !important;
}
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  top: -3px;
}

.search-form {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 999;
  visibility: hidden; /* Asegura que esté oculto completamente */
}

.search-form.visible {
  opacity: 1;
  transform: scaleX(1);
  pointer-events: auto;
  visibility: visible;
}

.search-form input {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.search-wrapper .fa-search{
  color: #B0E755;
  margin-left: 20px;
  font-size: 15px;
}
.bg-white-head{
  background-color: white;
  border-bottom: 1px solid ;
}
.logo-cloud{
  color: white !important;
  text-shadow: none !important;
}
.logo-cloud-page{
  color: #2B534B !important;
  text-shadow: none !important;
}
.bg-white-head .nav_bar li a, .bg-white-head .fa-search{
  color: #2B534B !important;
  text-shadow: none !important;
}
.logo-sidebar{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: #B0E755 !important;
}
.container-left{
  padding-left: 100px;
}
.menu-header-sidebar-container{
  margin-top: 40px;
}
.sidebar-section button span, .sidebar-section a.link-recursos{
  color: #AADF52 !important;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  padding-left: 0px !important;
}
.sidebar-section button{
  padding-left: 0px;
}
.sidebar-section .nav-item{
  padding-left: 15px;
}
.sidebar-antropoceno .nav-link {
  position: relative;
  padding-bottom: 6px;
  transition: all 0.2s ease;
}

.sidebar-antropoceno .nav-link.active-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 7px;
  height: 3px;
  width: 40px;
  background-color: #B0E755;
}

.sidebar-antropoceno .nav-link.active-link {
  font-weight: bold;
  margin-bottom: 8px;
}
.sidebar-antropoceno .nav-link.active-link-r::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  background-color: #B0E755;
}

.sidebar-antropoceno .nav-link.active-link-r {
  font-weight: bold;
  margin-bottom: 8px;
}
.letter-glosario{
  font-size: 46px;
  color: #2B534B;
  font-weight: 400;
}
.card-recurso-r{
  border: none;
}
.card-recurso-r img{
  height: auto;
  width: 65%;
  object-fit: cover;
}
.card-recurso-r h4.card-title{
  color: #2B534B;
  font-size: 20px;
  line-height: 24px;
}
.card-recurso-r .card-body{
  padding-left: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-radius: 0px;
  border-bottom: 1px solid gray;
  margin-bottom: 20px;
}
.contenido-principal P{
  color: #2B534B;
  font-size: 20px;
}
.not-link a{
  text-decoration: none;
}
.card-last h5{
  color: #2B534B;
  font-size: 20px;
  line-height: 24px;
}
.card-last{
  color: #2B534B;
  font-size: 20px;
  line-height: 24px;
  border: none;
}
.card-last .card-body{
  padding-left: 0px;
}
.navegacion-post{
      gap: 10px;
}
.navegacion-post a{
  background-color: #B0E755;
  border: none;
}
.navegacion-post a i{
  color: #2B534B;
}
.btn-outline-success:hover{
  background-color: #BABFB2;
}
.contenido-post h5, h5.apartado {
  display: flex;
  align-items: center;
  margin: 21px 0;
  font-weight: 400;
  font-size: 1.25rem;
  position: relative;
  gap: 12px; /* Espacio entre texto y línea */
}

.contenido-post h5 > *, h5.apartado  {
  background-color: #B0E755;
  padding: 0 8px;
  height: 48px;
  display: inline-flex;
  align-items: center;
}

.contenido-post h5::after, h5.apartado::after {
  content: '';
  height: 1px;
  background-color: #ccc;
  flex-grow: 1;
}
.contenido-post h5.apartado > *, h5.apartado  {
  background-color: #B0E755;
  padding: 0 8px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
}

.contenido-post h5.apartado::after, h5.apartado::after {
  content: '';
  height: 1px;
  background-color: #ccc;
  flex-grow: 1;
}
h5.apartado-relacionado {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 21px 0;
  font-weight: 400;
  font-size: 1.25rem;
}

/* El span contiene el texto con fondo */
h5.apartado-relacionado span {
  background-color: #B0E755;
  padding: 0 8px;
  height: 48px;
  display: inline-flex;
  align-items: center;
}

/* Línea que se extiende después del texto */
h5.apartado-relacionado::after {
  content: '';
  height: 1px;
  background-color: #ccc;
  flex-grow: 1;
}

a.a-glosary{
  color: black;
  font-size: 32px;
  font-weight: 700;
}
.input-search-page input{
  border-top: none;
  border-right: none;
  font-size: 25px;
  border-left: none;
}
.input-search-page span{
  background-color: white;
  border: none;
  font-size: 25px;
}
.contenido-post h4{
  color: #649293;
  font-size: 44px;
  line-height: 54px;
  font-family: "Mohave", sans-serif;
}
.bouncing-arrow {
  animation: bounce 2s infinite;
  display: inline-block;
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.bouncing-text{
  animation: bounce 2s infinite;
  display: inline-block;
  transition: transform 0.3s ease;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(10px);
  }

  60% {
    transform: translateY(5px);
  }
}

.oh-anim {
  display: block;
  overflow: hidden;
}

.oh-anim-line {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 1s ease;
  will-change: transform, opacity;
}

.oh-anim.in-view .oh-anim-line {
  transform: translateY(0%);
  opacity: 1;
}
.card-single-relacionados{
  display: flex;
  flex-direction: column;
}
.card-single-relacionados .recurso-imagen img{
  height: 118px;
  width: 100%;
  object-fit: cover;
  border-radius: 0px !important;
}
.card-single-relacionados a{
  color: #707070;
}
.card-single-relacionados .recurso-info h6{
  margin-top: 16px;
  color: #707070;
  font-size: 24px;
  line-height: 24px;

}
.card-single-relacionados .recurso-info p{
  color: #2B534B;
  font-size: 14px;
  line-height: 24px;
}
.card-single-relacionados .recurso-info span{
  color: #2B534B;
  font-weight: 500;
}
.card-single-relacionados:hover .recurso-info span{
  text-decoration: underline;
}
.card-img-top{
  height: 190px;
  object-fit: cover;
}
.texto-ellipsis{
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2B534B;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}
.card-recurso-r:hover .card-body p, .card-last:hover .card-body p, .card-single-relacionados:hover .recurso-info p{
  text-decoration: underline !important;
}
.card-recurso-r h4.card-title{
  margin-bottom: 0px;
}
.card-title{
  margin-bottom: 0px;
}

.glosario-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.glosario-link {
  font-weight: bold;
  text-decoration: underline #B0E755 !important;
  color: #2B534B !important;
}

.glosario-tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 94%; /* hacia arriba */
  left: 0;
  background: #A2EA2F;
  color: #000000;
  padding: 15px 12px;
  border-radius: 6px;
  width: 260px;
  font-size: 14px;
  z-index: 1000;
  transition: opacity 0.3s;
  pointer-events: auto;
  line-height: 18px;
  font-family: 'Source Serif Pro', serif;
}

.glosario-tooltip:hover .glosario-tooltip-content {
  visibility: visible;
  opacity: 1;
}

.glosario-tooltip-content a.ver-mas {
  display: inline-block;
  margin-top: 8px;
  color: #2B534B;
  text-decoration: underline;
  font-weight: bold;
}

.cuento-poema {
    background: #f9f9f9;
    padding: 1rem;
    margin: 2rem 0;
    border-left: 5px solid #666;
}
.cuento-poema h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}
.contenido-poema {
    margin-bottom: 1rem;
    font-style: italic;
}
.imagen-poema img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
.autor-poema {
    font-weight: 600;
    font-size: 0.9rem;
}
.autor-poema a {
    text-decoration: underline;
}

.bloque-cuento-poema {
    font-family: Georgia, serif;
    border: none;
    background-color: white;
    padding: 1.5em 0;
    max-width: 800px;
    margin: auto;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
}

.bloque-cuento-poema__header {
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
}

.tipo {
    background: #c4f05c;
    color: #000;
    padding: 0.4em 1em;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
}

.autor-info {
    display: flex;
    align-items: center;
    gap: 0.5em;
    position: absolute;
    right: 0px;
    top: 10px;
}

.autor-nombre {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 24px;
  color: #777;
  margin-top: 0px;
}

.autor-foto {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  top: -32px;
}

.bloque-cuento-poema__titulo {
    font-size: 44px;
    margin-top: 50px !important;
    margin: 0 0 1rem;
    color: #2c5247;
}

.bloque-cuento-poema__texto {
    font-size: 15px;
    line-height: 1.7;
    color: #2c5247;
    font-family: var(--primary-font);
}

.bloque-cuento-poema__link {
    display: block;
    margin-top: 2rem;
    text-align: right;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    color: #000;
    text-decoration: none;
}
.swiper-button-next, .swiper-button-prev{
  margin-top: 8px !important;
}
.miembro-single{
  border-top: 1px solid #707070;
  padding-top: 20px;
}
.wp-block-separator{
  border-top: 1px solid #707070;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-embed iframe{
  width: 100%;
  height: 400px;
}
.wp-block-image img{
  width: 100%;
}
.margin-max{
  margin-top: 100px;
}
.search-content h2{
  font-size: 38px;
  color: #2B534B;
  font-weight: 400;
  color: #2B534B;
  margin-bottom: 20px;
}
.search-content a{
  color: #2B534B;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
}
.search-content p{
  margin-bottom: 5px;
}
.pagination{
  justify-content: center;
  margin-bottom: 40px;
}
.nav-links{
  font-size: 24px;
}
.nav-links .current{
  font-weight: 700;
}
.logo-header{
  width: 120px;
}
.navbar-brand-logo{
  white-space: normal;
  max-width: 120px;
}
.btn-close-sidebar {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #fff; /* Cambia si usas otro fondo */
  padding: 0;
  margin-left: auto;
}
.swipe-btn{
  position: relative;
}
@media (min-width: 992px) {
  .btn-close-sidebar {
    display: none;
  }
}

/* Opcional: en móviles puedes ocultar el sidebar para no interferir */
@media (max-width: 991px) {
  main.site-main {
    margin-left: 0;
  }
  .section-hero{
    padding-top: 30px;
    margin-top: 12px;
  }
  .btn-circle{
    height: 100px;
    width: 100px;
    font-size: 16px;
  }
  .logo{
    display: none;
  }
  .content-circles{
    margin-top: 250px !important;
  }
  h1.title-h1{
    font-size: 40px;
    margin-top: 30px;
    line-height: 42px;
    text-align: center;
    width: 230px;
  }
  .subtitle{
    font-size: 10px;
  }
  .section-hero-s{
    background-image: none !important;
  }
  .swiper-button-prev, .swiper-button-next{
    width: 50px !important;
    height: 50px !important;
  }
  .container-content-hero{
    align-items: center;
  }
  .section-content p{
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
  }
  .section-content h2{
    font-size: 46px;
  }
  .imagen-destacada img{
    max-height: 360px;
  }
  blockquote p{
    font-size: 30px !important;
    line-height: 43px !important;
  }
  a.a-glosary{
    font-size: 22px;
  }
  .imagen-portada img{
    margin-top: 70px;
  }
  .navegacion-mobile{
    display: none;
  }
  .btn-hover-circle .btn-text{
    font-size: 12px;
  }
  .card-single-relacionados .recurso-imagen img{
    height: 180px;
  }
  .container-left{
    padding-left: 15px;
  }
  .contenido-principal-r .imagen-destacada img{
    height: 250px;
  }
  .card-slick-zoom{
    height: 130px;
  }
  .content-card-slick{
    height: 100px;
  }
  .content-card-slick h3{
    font-size: 16px;
    line-height: 20px;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: var(--swiper-navigation-sides-offset, -5px) !important;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: var(--swiper-navigation-sides-offset, 0px) !important;
  }
  .swiper-button-next, .swiper-button-prev{
    margin-top: 125px !important;
  }
  .card-miembro p{
    font-size: 18px;
  }
  .navbar.transparent-header{
    background-color: #2b534b !important;
    padding-bottom: 0px;
  }
  .bg-white-head .nav_bar li a, .bg-white-head .fa-search{
    color: #B0E755 !important;
  }
  .sidebar-antropoceno {
    display: none;
  }
  .sidebar-antropoceno.active {
    display: block;
  }
  .contenedor_abrir_cerrar_sidebar i{
    color: #2B534B;
    margin-left: 20px;
    font-size: 20px;
  }
  .logo-cloud{
    color: #B0E755 !important;
    font-size: 16px !important;
  }
  .navbar-brand{
    font-size: 20px;
    margin-left: 20px;
  }
  .sidebar-antropoceno nav, .sidebar-antropoceno .sidebar-inner{
    overflow: scroll;
    height: 600px;
  }
}
/* Solo en móviles: sticky bottom navigation */
@media (max-width: 991px) {
  .fixed-bottom-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent; /* Ajusta al fondo de tu diseño */
    padding: 0.75rem 1rem;
    z-index: 9999;
    justify-content: space-between;
  }

  .fixed-bottom-mobile .navegacion-post {
    margin-bottom: 0 !important;
  }

  .btn-hover-circle {
    background-color: #fff;
    color: #000;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .btn-hover-circle .btn-icon i {
    font-size: 1.2rem;
  }
  .container-single {
    padding-bottom: 80px; /* suficiente para no tapar el contenido */
  }
  .container-menu-sub{
    border-top: 1px solid #B0E755;
    margin-bottom: 30px;
  }
  .bg-white-head{
    background-color: #2B534B;
  }
  .search-wrapper{
    padding-left: 5px;
  }
  .container-single h1, .titulo, .acerca-de h2{
    font-size: 32px;
    line-height: 38px;
  }
  .container-single p, .container-single ul li, .contenido-principal P{
    font-size: 16px;
    line-height: 25px;
  }
  .over-mobile{
    overflow: scroll;
    max-height: 190px;
  }
  .sidebar-section button span, .sidebar-section a.link-recursos{
    color: #B0E755 !important;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
  .navbar-collapse{
    padding-left: 20px;
  }
  .search-wrapper .fa-search{
    margin-left: 0px;
  }
  .search-form{
    left: 0px;
    right: auto;
  }
}
