/* ============================================================
   Blog Theme — Enfoque03
   Tema oscuro: fondo #111, texto #fff, acento #FF3B00
   ============================================================ */

/* === BASE === */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
  line-height: 1.8em;
  background: #111;
}

::selection      { background: #ff3b00; color: #fff; }
::-moz-selection { background: #ff3b00; color: #fff; }

a               { color: #fff; transition: color .25s ease; }
a:hover         { color: #aaa; text-decoration: none; }

/* === TIPOGRAFÍA === */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.15;
}

h1 { font-size: 42px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

@media (min-width: 768px) {
  h1 { font-size: 60px; }
  h2 { font-size: 36px; }
  h3 { font-size: 26px; }
}

h4 a,
.p1-gradient-color {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  color: #fff !important;
}
h4 a:hover { color: #aaa !important; }

/* === NAVBAR === */
.default-header {
  position: relative;
  background: #111;
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: box-shadow .3s ease;
}
.default-header.scrolled {
  position: fixed !important;
  top: 0; left: 0; width: 100%; z-index: 999;
  background: rgba(17,17,17,.96);
  backdrop-filter: blur(8px);
  animation: slideDown .3s ease;
}
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}
.navbar { padding: 16px 0; }
.navbar span { color: #FFF; font-size: 16px; font-weight: 400; margin-left: 8px; }
.navbar-brand img { height: 48px; width: auto; }
.navbar-nav a {
  color: #fff !important;
  font-weight: 700 !important;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  letter-spacing: .08em;
  padding: 8px 16px !important;
  text-transform: uppercase;
}
/* .navbar-nav a:hover { color: #FFF !important; } */
.navbar-toggler { border-color: rgba(255,255,255,.2); }
.navbar-toggler-icon { filter: invert(1); }
.dropdown-menu {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 0;
  box-shadow: 0 8px 30px rgba(0,0,0,.4);
  padding: 8px 0;
}
.dropdown-item {
  color: #ccc;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 8px 20px;
}
.dropdown-item:hover { background: #ff3b00; color: #fff !important; }

/* === BANNER === */
.banner-area {
  background: #111;
  padding: 80px 0 60px;
}
.banner-content {
  padding: 20px 0;
}
.banner-content h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .banner-content h1 { font-size: 60px; }
}
.banner-subtitle {
  color: rgba(255,255,255,.6);
  font-size: 18px;
  font-weight: 400;
  margin-top: 16px;
  text-transform: none;
  letter-spacing: .01em;
  line-height: 1.6;
}
@media (max-width: 767px) { .banner-subtitle { font-size: 15px; } }

/* === SECTION TITLES === */
.title h1,
.title h2 { color: #fff; margin-bottom: 12px; }
.title p   { color: #888; font-size: 16px; font-weight: 400; text-transform: none; letter-spacing: 0; }
.section-gap { padding: 80px 0; }

/* === OVERRIDE GRADIENTES (base template) === */
.p1-gradient-bg,
.bb-btn {
  background: #1a1a1a !important;
  background-image: none !important;
}
.top-section-area {
  background: #000 !important;
  background-image: none !important;
}
.top-section-area h1,
.top-section-area p,
.top-section-area a,
.top-section-area .breadcrumb-item,
.top-section-area .breadcrumb-item.active,
.top-section-area .breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}
.breadcrumb { background: transparent; }

/* === TARJETAS (.single-cat) === */
.single-cat {
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow .3s ease, transform .3s ease;
  padding-bottom: 16px;
}
.single-cat:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,.4);
  transform: translateY(-4px);
}
.single-cat img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 12px;
}
.single-cat h4 { font-size: 15px; padding: 0 12px; }
.single-cat h4 a { color: #fff !important; }
.single-cat h4 a:hover { color: #ff3b00 !important; }

/* === DATE BADGES === */
.date, .dates {
  background: #ff3b00 !important;
  color: #fff;
}
.dates span { color: #fff; font-weight: 900; font-size: 22px; }
.dates p     { color: rgba(255,255,255,.7); font-size: 12px; margin: 0; text-transform: uppercase; letter-spacing: .05em; }

/* === SECCIÓN CATEGORÍAS (.travel-area) === */
.travel-area { background: #0d0d0d; }
.single-travel h4 { font-size: 16px; }
.single-travel h4 a { color: #fff !important; }
.single-travel h4 a:hover { color: #ff3b00 !important; }
.single-travel p { color: #888; font-size: 15px; line-height: 1.7; text-transform: none; letter-spacing: 0; font-weight: 400; }

/* === BOTONES — estilo E03 (pill con borde gradiente naranja) === */
.primary-btn,
.genric-btn.primary,
.nw-btn,
.load-more,
.pbtn-2 {
  display: inline-block;
  position: relative;
  padding: .5rem 2rem;
  border-radius: 100vmax;
  border: 2px solid transparent;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(to left, #FF3D00, #FF3B00 50%, #FFC400 100%) border-box;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #ff3b00 !important;
  text-decoration: none;
  cursor: pointer;
  transition: transform .35s ease;
}
@media (min-width: 768px) {
  .primary-btn,
  .genric-btn.primary,
  .nw-btn,
  .load-more,
  .pbtn-2 {
    font-size: 1.2rem;
    padding: .75rem 2rem;
  }
}
.primary-btn:hover,
.genric-btn.primary:hover,
.nw-btn:hover,
.load-more:hover,
.pbtn-2:hover {
  transform: translateY(-3px);
  color: #ff3b00 !important;
  border: 2px solid transparent !important;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(to left, #FF3D00, #FF3B00 50%, #FFC400 100%) border-box !important;
}
.blog-novedades-area .primary-btn:hover,
.blog-novedades-area .load-more:hover,
.blog-novedades-area .pbtn-2:hover {
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(to left, #FF3D00, #FF3B00 50%, #FFC400 100%) border-box !important;
}
.load-more.mx-auto { display: block; width: max-content; margin: 40px auto 0 !important; }

/* === PAGINADOR (Bootstrap override) === */
.blog-pagination-wrap { padding: 48px 0; }
.pagination .page-link {
  background: transparent;
  border-color: rgba(255,255,255,.15);
  color: #ccc;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 700;
  min-width: 40px;
  text-align: center;
  transition: all .2s;
}
.pagination .page-link:hover {
  background: transparent;
  border-color: #ff3b00;
  color: #ff3b00;
}
.pagination .page-item.active .page-link {
  background: #ff3b00;
  border-color: #ff3b00;
  color: #fff;
}
.pagination .page-item.disabled .page-link {
  background: transparent;
  border-color: rgba(255,255,255,.07);
  color: rgba(255,255,255,.2);
}
.pagination .page-link:focus { box-shadow: none; }

/* === SIDEBAR ÚLTIMOS POSTS === */
.sidebar-recent-item {
  display: block;
  text-decoration: none;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.sidebar-recent-item:last-child { border-bottom: none; }
.sidebar-recent-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  text-transform: none;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.4 !important;
}
.sidebar-recent-desc {
  font-size: 13px;
  color: #888;
  margin: 0 0 8px;
  line-height: 1.5;
}
.sidebar-recent-link {
  font-size: 12px;
  font-weight: 700;
  color: #ff3b00;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.sidebar-recent-item:hover .sidebar-recent-title { color: #ff3b00; }

/* === POST INDIVIDUAL (blog.php) === */
.top-wrapper h2 { font-size: 38px; line-height: 1.2; color: #fff; }
@media (min-width: 768px) { .top-wrapper h2 { font-size: 50px; } }
.single-post-content p { font-size: 16px; color: #fff; line-height: 1.85; }
.single-post-content h2,
.single-post-content h3 { margin-top: 32px; margin-bottom: 12px; color: #fff; }
.top-wrapper { border-bottom: 1px solid rgba(255,255,255,.07); padding-bottom: 20px; margin-bottom: 24px; }
.meta-info, .meta-info a { color: #666; font-size: 13px; }

/* tags */
.tags ul li {
  display: inline-block;
  margin: 4px 4px 4px 0;
}
.tags ul li a {
  color: #ccc;
  background-color: #000;
  /* border: 1px solid rgba(255,255,255,.1); */
  /* padding: 0 10px; */
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .06em;
  transition: all .25s;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 5px;
}
.tags ul li a:hover { background: #ff3b00; color: #fff !important; border-color: #ff3b00; }

/* === POST LIST (category.php) === */
.single-posts { transition: transform .3s ease; }
.single-posts:hover { transform: translateY(-4px); }
.single-posts:hover h4,
.single-list:hover h4 {
  background-image: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  color: #ff3b00 !important;
}
.single-posts img { width: 100%; height: 220px; object-fit: cover; border-radius: 20px;}
.single-list { border-bottom: 1px solid rgba(255,255,255,.07); padding-bottom: 24px; margin-bottom: 24px; }
.single-list .thumb { flex-shrink: 0; width: 120px; margin-right: 20px; }
.single-list .thumb img { width: 120px; height: 80px; object-fit: cover; border-radius: 8px; display: block; }
.single-list-date { font-size: 12px; color: #ff3b00; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin: 0 0 6px; }
.single-list h4 { font-size: 16px; color: #fff; }
.single-list p { font-size: 15px; color: #888; text-transform: none; letter-spacing: 0; font-weight: 400; }

/* === SIDEBAR === */
.single_widget {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  margin-bottom: 24px;
  background: #1a1a1a;
}
.widget-title,
.single_widget h4 {
  font-size: 13px;
  letter-spacing: .1em;
  color: #fff;
  border-bottom: 2px solid #ff3b00;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
.cat_widget ul li {
  background: rgba(255,255,255,.04) !important;
  border-radius: 2px;
  margin-bottom: 4px;
  transition: background .25s;
}
.cat_widget ul li:hover { background: #ff3b00 !important; }
.cat_widget ul li a { color: #ccc; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.cat_widget ul li:hover a { color: #fff !important; }

/* === FOOTER === */
.footer-area { background: #000 !important; padding: 60px 0 0 !important; }
.single-footer-widget h6 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 20px;
}
.footer-nav li { margin-bottom: 8px; }
.footer-nav li a { color: #666; font-size: 14px; font-weight: 500; }
.footer-nav li a:hover { color: #ff3b00; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 20px 0;
  margin-top: 40px;
}
.footer-text p { color: #555; font-size: 13px; margin: 0; }

/* === SEARCH === */
.search_widget input {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  border-radius: 0;
  background: #1a1a1a;
  color: #fff;
  border: 1px solid rgba(255,255,255,.1);
}
.search_widget input::placeholder { color: #666; }

/* ============================================================
   CAROUSEL (post-list-item style)
   ============================================================ */
.blog-carousel-area { background: #111; padding-bottom: 0; }

.blog-carousel-cabezal {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 32px 24px;
}
@media (min-width: 768px) {
  .blog-carousel-cabezal { padding: 0 60px; }
}
.blog-carousel-cabezal h2 {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
}
.blog-carousel-cabezal .c-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #ff3b00;
  text-decoration: none;
  border-bottom: 1px solid #ff3b00;
  padding-bottom: 2px;
  transition: color .25s, border-color .25s;
  white-space: nowrap;
}
.blog-carousel-cabezal .c-link:hover { color: #ff7040; border-color: #ff7040; }

.blog-post-list-outer {
  overflow: hidden;
  position: relative;
}

.blog-post-list {
  display: flex;
  gap: 24px;
  padding: 10px 32px 40px;
  cursor: grab;
  user-select: none;
  width: max-content;
  will-change: transform;
}
.blog-post-list.is-dragging { cursor: grabbing; }

@media (min-width: 768px) { .blog-post-list { padding: 40px 60px; } }

.blog-post-item {
  flex: 0 0 300px;
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.03);
  transition: box-shadow .35s ease, transform .35s ease, border-color .35s ease;
}
@media (min-width: 768px) { .blog-post-item { flex: 0 0 360px; width: 360px; } }

.blog-post-item:hover {
  box-shadow: 0 0 44px rgba(255,59,0,.5);
  transform: translateY(-6px);
  /* border-color: rgba(255,59,0,.3); */
}
.blog-post-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.blog-post-item-inner:hover { text-decoration: none; color: inherit; }
.blog-post-item-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.blog-post-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}
.blog-post-item:hover .blog-post-item-img img { transform: scale(1.06); }
.blog-post-item-body {
  padding: 20px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-post-item-date {
  font-size: 11px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.blog-post-item-title {
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #fff !important;
  line-height: 1.35;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: .03em;
  flex: 0;
}
.blog-post-item-desc {
  font-size: 14px;
  color: #888;
  line-height: 1.65;
  margin-bottom: 20px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  flex: 1;
}
.blog-post-item-btn {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #ff3b00;
  border-bottom: 1px solid #ff3b00;
  padding-bottom: 2px;
  transition: all .25s ease;
  align-self: flex-start;
}
.blog-post-item:hover .blog-post-item-btn { color: #ff7040; border-color: #ff7040; }

/* ============================================================
   NOVEDADES (queHacemosF style)
   ============================================================ */
.blog-novedades-area { background: #000; }
.blog-novedades-area .title h2 { color: #fff; }
.blog-novedades-area .title p   { color: #666; }

.blog-novedades-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

.blog-novedad-box {
  flex: 1 1 220px;
  padding: 2em;
  margin: 8px;
  border-radius: 20px;
  transition: background .45s ease;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.blog-novedad-box:hover {
  background: rgba(255,255,255,.08);
  text-decoration: none;
}
.blog-novedad-tit {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.35;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.blog-novedad-txt {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 16px;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}
.blog-novedad-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #ff3b00;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity .3s ease, transform .3s ease;
}
.blog-novedad-box:hover .blog-novedad-link {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .blog-novedad-box { flex: 1 1 100%; }
}

/* Botón de novedades — fondo interior #000 para coincidir con el fondo de esa sección */
.blog-novedades-area .primary-btn,
.blog-novedades-area .load-more,
.blog-novedades-area .pbtn-2 {
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(to left, #FF3D00, #FF3B00 50%, #FFC400 100%) border-box;
}

/* ============================================================
   BLOG CURSOR — círculo naranja sólido, cursor nativo visible
   ============================================================ */
.blog-cursor {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 20px; height: 20px;
  background: #ff3b00;
  border-radius: 50%;
  pointer-events: none;
  z-index: 100001;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width .1s ease, height .1s ease;
  will-change: top, left;
}
@media (pointer: fine) {
  .blog-cursor { display: block; }
}
/* Link state: 90px + flecha */
.blog-cursor.is-link {
  width: 90px; height: 90px;
}
.blog-cursor.is-link::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 36px; height: 36px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29.893 30.192'%3E%3Cpath d='M13.736,29.132l14.036-14.036L13.736,1.061' style='fill:none;stroke:%23fff;stroke-width:2px;'/%3E%3Cline y1='15.096' x2='26.592' y2='15.096' style='fill:none;stroke:%23fff;stroke-width:2px;'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
/* Scroll state: 90px + flechas dobles */
.blog-cursor.is-scroll {
  width: 90px; height: 90px;
}
.blog-cursor.is-scroll::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; height: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.781 30.192'%3E%3Cpath d='M35.624,29.132l14.036-14.036L35.624,1.061' style='fill:none;stroke:%23fff;stroke-width:3px;'/%3E%3Cpath d='M16.157,1.061L2.121,15.097l14.036,14.035' style='fill:none;stroke:%23fff;stroke-width:3px;'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.footer-text {
  font-size: 11px;
}
.blog-novedad-link svg, .sidebar-recent-link svg {
	margin-left: .5em;
	display: inline-block;
	vertical-align: center;
}
.single-page-post img {
	width: 100%;
	border-radius: 20px;
}
.top-wrapper h3 {
  text-align: right;
  font-size: 14px;
  margin-bottom: .8em;;
  font-weight: 400 !important;
  text-transform: none !important;
}


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
  h1 { font-size: 32px; }
  h2 { font-size: 22px; }
  .banner-content h1 { font-size: 32px; }
  .section-gap { padding: 50px 0; }
  /* body { font-size: 15px; } */
  .blog-carousel-area { padding-bottom: 0; }
}
