/*
Theme Name: Agencia Tours
Theme URI: https://tusitio.com
Author: Tu Nombre
Author URI: https://tusitio.com
Description: Tema para agencia de viajes con tours y rutas.
Version: 1.0.1
Text Domain: agencia-tours
*/
/* ==========================
   Poppins â€“ Local Font
========================== */

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

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('assets/fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
    margin: 0;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
    background: #fff4ea;
    color: #000000;
}
.menu-cell{
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.h4 {
    font-weight: 700 !important;
    color: #000000  !important;
}
.single-tour-page h3 {
    font-size: 14pt;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: bold;
}
h1.xxl {
    font-size: 54pt;
    color: #b81d23;
    font-weight:bold;
}
h2.xl {
    font-size: 36pt !important;
    font-weight: bold !important;
}
.hero-title,
.display-5,
.display-6 {
  font-weight: 800;
}
h1.entry-title {
    font-size: 40pt;
}
.btn {
  font-weight: 600;
}
.btn.btn-rojo, .btn.btn-rojo:hover, .btn.btn-rojo:active {
    background-color: #b81d23 !important;
    color: #fff4ea;
    border-radius: 23px;
    padding: 10px;
}
.btn.btn-rojo:hover {
    border: 1px solid #ffffff;
    color: #fff4ea;
}
.entry-tags a {
    text-decoration: none;
    color: #b81d23;
}
.btn.btn-amarillo, .btn.btn-amarillo:hover, .btn.btn-amarillo:active {
    background-color: #FFC107 !important;
    color: #000000;
    width: 200px;
    border-radius: 23px;
    padding: 10px;
}
.btn.btn-amarillo:hover {
    border: 1px solid #ffffff;
    color: #000000;
}
main {
    color: #23252c; 
}
.logo a img {
    width: 150px;
    margin: unset;
}
/* HEADER */
.site-header {
    background: #b81d23; /* rojo header */
    color: #ffffff;
    padding: 15px 20px;
}
.bg-rojo{
  background-color: #b81d23;
}
.site-header a {
    color: #ffffff;      /* links blancos en el header */
    text-decoration: none;
}

.site-header a:hover {
    opacity: 0.85;
}

/* MENÃš */
.main-nav .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.main-nav .menu li {
    display: inline-block;
}

.main-nav .menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

/* CONTENIDO */
.main-content {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}

.tours-section {
    margin-bottom: 40px;
}

.tours-section h2 {
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}

/* TARJETAS DE TOURS */
.tour-card {
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px 0;
    display: flex;
    gap: 10px;
}

.tour-card img {
    max-width: 200px;
    height: auto;
    object-fit: cover;
}

/* BOTONES / ENLACES TIPO BOTÃ“N */
.btn,
.button,
a.button,
input[type="submit"],
button {
    background: #FFC107;  /* color botÃ³n */
    color: #000000;       /* letras negras */
    border: none;
    padding: 10px 18px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

.btn:hover,
.button:hover,
a.button:hover,
input[type="submit"]:hover,
button:hover {
    filter: brightness(0.9);
}

/* SLIDER FULL WIDTH */
.home-slider {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

/* FOOTER */
.site-footer {
    background: #b81d23;   /* mismo que header para coherencia */
    color: #ffffff;
    padding: 15px 20px;
    text-align: center;
}

.site-footer a {
    color: #ffffff;
    text-decoration: none;
}
.main-content {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}



/* Que el slider ocupe todo el ancho sin margen */
.home-slider {
    margin: 0;
}

.home-slider .carousel,
.home-slider .carousel-inner,
.home-slider .carousel-item,
.home-slider .carousel-item img {
    width: 100%;
}

/* Mantener contenido centrado en el resto */
.main-content {
    /* si quieres seguir con 1200, puedes dejarlo asÃ­
       o dejar que Bootstrap maneje todo con .container */
}

.agencia-slider-wrapper {
    display: flex;
    overflow-x: auto;
}

/* Hero del tour */
.tour-hero {
    max-height: 420px;
    overflow: hidden;
}

.tour-hero-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.tour-hero-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.1));
}

.tour-hero-content h1 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
}

.btn-info-slider {
    background-color: #b81d23 !important;
    color: #ffffff !important;
    text-shadow: none !important;
    font-weight: 300 !important;
}


:root{
  --brand-red:#b81d23;
  --brand-yellow:#FFC107;
  --ink:#000;
  --soft:#f6f7fb;
}

.fw-800{font-weight:800}
.text-white-75{color:rgba(255,255,255,.78)}

/* header ya lo tienes, pero por si acaso */
.site-header{background:var(--brand-red)}
.site-header a{color:#fff}

/* HERO overlay encima del slider */
.home-hero{position:relative}
.home-hero .hero-overlay{
  position:absolute; inset:0;
  display:flex; align-items:flex-end;
  pointer-events:none;
  padding: 3.5rem 0 2.5rem;
}
.home-hero .hero-overlay .hero-glass,
.home-hero .hero-overlay .bento,
.home-hero .hero-overlay .bento-card{
  pointer-events:auto;
}

.hero-glass{
  border-radius:24px;
  background:rgba(12,12,12,.35);
  backdrop-filter: blur(10px);
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

.pill{
  display:inline-flex; align-items:center;
  padding:.45rem .75rem;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:.9rem;
}

/* Bento grid */
.bento{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:12px;
}
.bento-lg{
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.bento-card{
  border-radius:20px;
  background:linear-gradient(135deg, rgba(184,29,35,.12), rgba(255,193,7,.10));
  border:1px solid rgba(0,0,0,.08);
  padding:18px;
  min-height:120px;
  text-decoration:none;
  color:#111;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.bento-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
}
.bento-big{grid-column: span 2; min-height:180px}
.bento-title{font-weight:800;font-size:1.2rem}
.bento-sub{opacity:.75}

/* Cards premium tours */
.tour-card-premium{
  border:1px solid rgba(0,0,0,.06);
  border-radius:22px;
  overflow:hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.tour-card-premium:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0,0,0,.12);
}
.tour-thumb{display:block; position:relative; overflow:hidden}
.tour-thumb img{height:240px; object-fit:cover}
.tour-gradient{
  position:absolute; inset:0;
  background:linear-gradient(to top, rgba(0,0,0,.38), rgba(0,0,0,0));
}
.tour-badges{position:absolute; left:14px; bottom:14px}

.meta-chip{
  display:inline-flex; align-items:center;
  padding:.35rem .6rem;
  border-radius:999px;
  background:var(--soft);
  border:1px solid rgba(0,0,0,.06);
  font-size:.85rem;
}

/* Panel â€œglassâ€ claro */
.panel-glass{
  border-radius:26px;
  background:linear-gradient(135deg, rgba(255,193,7,.12), rgba(184,29,35,.08));
  border:1px solid rgba(0,0,0,.06);
  box-shadow: 0 16px 45px rgba(0,0,0,.08);
}
.feature-tile{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  padding:14px 16px;
  font-weight:700;
}

/* Reveal animation */
.reveal{opacity:0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease}
.reveal.is-in{opacity:1; transform:none}

@media (max-width: 991px){
  .home-hero .hero-overlay{padding: 2.5rem 0 1.5rem}
  .bento-lg{grid-template-columns: repeat(2, minmax(0,1fr))}
}



 /* Mega menu panel */
.mega-menu{
  width: min(1100px, 96vw);
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.14);
}

/* Nivel 2: tÃ­tulos */
.mega-title{
  font-weight: 800;
  color: #111;
}

/* Nivel 3: links */
.mega-link{
  display:block;
  padding:.25rem 0;
  text-decoration:none;
  color:#222;
}
.mega-link:hover{ text-decoration: underline; }

/* mÃ³vil: que sea normal */
@media (max-width: 991px){
  .mega-menu{
    width: 100%;
    left: 0 !important;
    transform: none;
    border-radius: 0;
  }
}
.table-aventuras thead th {
    background: #b81d23 !important;
}

.table-aventuras tr.table-secondary td {
    background: #e1bebf;
    --bs-table-bg-type: unset !important;
}

.desde {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    background-color: #fff4ea;
    color: #000000;
    margin: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 2px #00000033;
    z-index: 1;
}
.desde small {
    font-size: 8pt !important;
}
header .menu-item {
    padding-left: 20px;
}
/* Footer */
.site-footer {
  background: #111;
}

.site-footer p {
  margin-bottom: 0;
}

/* Redes sociales */
.footer-socials .jetpack-social-widget-list {
  display: flex;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-socials .jetpack-social-widget-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  transition: all .25s ease;
}

.footer-socials .jetpack-social-widget-item a:hover {
  background: #FFC107; /* tu color */
  color: #000;
  transform: translateY(-3px);
}

/* Iconos SVG Jetpack */
.footer-socials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/* Mobile */
@media (max-width: 767px) {
    .tour-hero {
    max-height: 320px;
}
    header .menu-item{padding-left: 10px;}
  .navbar-nav {
    flex-direction: row !important;
}

.navbar-nav li a {
    font-size: 11pt !important;
    letter-spacing: -0.5px;
}
  .logo a img{
    width: 105px !important;
  }
  .site-header{
    padding: 3px 0px !important;
  }
  .btn.btn-amarillo, .btn.btn-rojo, .btn.btn-amarillo::placeholder, .btn.btn-rojo::placeholder{font-size: 11pt !important;padding: 8px 24px !important;min-width: 140px !important;}
    h1.xxl {
    font-size: 31pt;
}

h2.xl,.single-post h2 {
    font-size: 26pt !important;
}
  .footer-socials {
    margin-top: 12px;
  }
}
section.bg-light h2 {
  letter-spacing: -0.02em;
}

section.bg-light ul li {
  font-weight: 500;
}

section.bg-light .card {
  border-radius: 16px;
}

section.bg-light .form-control {
  border-radius: 10px;
}
.hp-field{
  position:absolute;
  left:-9999px;
  width:1px;
  height:1px;
  overflow:hidden;
}
form#formCotizacion {
    background-color: transparent;
    width: 612px;
    margin: auto;
    max-width: 100%;
}

    form#formCotizacion input,form#formCotizacion select,form#formCotizacion textarea, form#formCotizacion input::placeholder {
    padding: 15px;
    border-radius: 10px;
    background-color: #d5383e;
    border: 0;
}

.text-rojo {
    color: #b81d23 !important;
}


/* MAIN con parallax */
.main-parallax{
    background-image: url('https://aventurasalsur.com/wp-content/uploads/2025/12/depositphotos_176959208-stock-illustration-seamless-pattern-drawings-form-rock.webp');
    background-position: center top;
    background-repeat: repeat;
    position: relative;
}

/* Parallax real solo desktop */
@media (min-width: 992px){
  .main-parallax{
    background-attachment: fixed;
  }
}

/* Overlay opcional si el contenido va encima */
.main-parallax::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:0;
  background: #ffe8caf0;
}
.main-parallax.main-2::before{
  background: #efefeff0;
}
/* Asegura que el contenido quede encima */
.main-parallax > *{
  position:relative;
  z-index:1;
}



a.btn-cell {
    width: 22px;
    height: 32px;
    display: block;
}

a.btn-cell span {
    display: block;
    height: 3px;
    background-color: #fff;
    margin: 5px 0px;
}
main.single-tour-page {
    background: #fff4ea;
}

ul.shared-redes {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

ul.shared-redes li a {
    display: block;
    width: 30px;
    margin-left: 10px;
}
ul.shared-redes li a img {
    width: 100%;
}
.entry-imagen {
    max-height: 480px;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.entry-imagen img {
    border-radius: unset;
}

.single-post .bloque-post-autor {
    display: flex;
    align-items: center;
}
.single-post .autor-pic {
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}
.single-post .autor-pic img {
    width: 40px;
    height: auto;
    margin: auto !important;
}
    .single-post h2{
        font-family: 'Poppins';
        font-size: 20pt;
        display: block;
        margin-top: 30px;
        font-weight: 700;
    }

 .single-post   h4 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15pt;
}

 .single-post .entry-content img{
  width: 100%;
  margin: 30px auto;
  display: block;
  border-radius: 8px;
 }
 img.img-fluid {
    margin-bottom: 0px;
}
img.c {
    filter: brightness(1) saturate(1.8) contrast(1);
}
img.b {
    filter: brightness(1) saturate(1.8) contrast(1);
}
img.bc {
    filter: brightness(1.9) saturate(1.5) contrast(1.1);
}

.cards-animate .card-item{
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease;
  will-change: opacity, transform;
}

.cards-animate .card-item.is-visible{
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce){
  .cards-animate .card-item{
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.vrm-card {
  height: auto;padding: 25px;
}
.vrm-grid {
    background: #ffffff;
}
.swiper .vrm-card {
  margin: 0;
  background: #fff2e2;
}

.bg-white-2 {
    background: #f8f8f8;
}

.cdsROWContainer,.cdsROW {
  width: 100% !important;
}
footer {
    overflow: hidden;
}
span.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #b81d23;
} 

 
.swiper-wrapper {
    padding-bottom: 60px;
}

.swiper-pagination {
    transform: translateY(4px);
}
.contenido-slider {
    max-width: 768px !important;
}
.link-catalogo > .card {
    transition: transform 0.4s ease;
}

.link-catalogo:hover > .card {
    transform: scale(1.03) !important;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #000000a3 !important;
    border-radius: 5px;
    /* box-shadow: 0px 2px 5px #ffffff61 !important; */
    background-size: 60% 60% !important;
}

 

button.carousel-control-next, button.carousel-control-prev {
    opacity: 1 !important;
}

.single-carousel .carousel {
    border-radius: 10px;
    overflow: hidden;
}

.agencia-carousel .carousel-item {
    height: var(--agencia-slide-h);
}

.agencia-carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-tour-page ul {padding-left: 20px;}

.single-tour-page h2 {
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 18px;
    display: block;
}