/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body{
    overflow-x:hidden;
}
.h1.entry-title{
    display: none;
}
/* Hoteles */

.hoteles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 0 auto;
}

.hotel-item {
    overflow: hidden;
    font-family: sans-serif;
    text-align: left;
}

/* Contenedor de imagen */
.hotel-img {
    width: 100%;
    aspect-ratio: 4 / 3; /* Cuadrado perfecto, cambia si quieres otra proporción */
    overflow: hidden;

}

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

.hotel-item h4 {
    margin: 0;
    padding: 20px 0 0 0;
}

.hotel-item p {
    color: #646464;
    margin: 0;
    padding: 0;
}

.hotel-item a {
    display: inline-block;
    margin-top: 5px;
    color: #AB634B;
    font-weight: 600;
    height: 48px;
    border-bottom: 1px solid #AB634B;
    padding-top: 20px;
    text-decoration: none;
}







    
    .viaje-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columnas en desktop */
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
}

.feature-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    align-items: center;
    gap: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}

.feature-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 100%;
    height: auto;
}

.feature-text {
    font-size: 16px;
    height: 80px;
    font-weight: 500;
    word-break: break-word;
}

/* Tablet */
@media (max-width: 768px) {
  .viaje-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 480px) {
  .viaje-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
}

.hotel-item {
    width: 22%;
    font-family: sans-serif;
    text-align: left;
& h4{
  margin: 0;
  padding: 0;
        padding-top: 20px;
}
    & p{
      color: #646464;
      margin: 0;
      padding: 0;
    }

     & a{
        padding-top: 20px;
     }
}


/* itinerarios */
.exp-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    align-items: stretch; /* ðŸ‘ˆ que ambos lados ocupen misma altura */
}

.exp-img-preview {
    flex: 1;
    max-width: 500px;
}

.exp-img-preview img {
    width: 100%;

    height: 100%; /* ðŸ‘ˆ fuerza que la imagen ocupe toda la altura */
    object-fit: cover;
    border-radius: 0px;
}

.exp-lista {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.exp-card {
    border-top: 1px solid #333;
    padding-top: 10px;
    cursor: pointer;
}
.exp-card-contenido{

    display: flex;
    justify-content: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 80px;
max-height: 100px;

    & p{
        margin: 0;
        padding: 0;
        width: 48%;
    }
}
.exp-card h3 {
    margin: 0;
    font-weight: 600;
       margin: 0;
        padding: 0;
        width: 50%;
        transition: all 0.3s ease-in-out;


       
}

.exp-card{

        transition: all 0.3s ease-in-out;
}
.exp-card:hover{

opacity: .5;
}

.exp-card p {
    font-size: 0.9rem;
    color: #666;
}

@media (max-width:768px) {
  .exp-card-contenido{
    flex-direction: column;
  }

.exp-card:hover{

opacity: 1;
}
  .exp-card p{
    width: 100%;
  }

  .exp-img-preview {
    display: none;
}
.exp-card{
  height: 120px
}
.exp-card h3{
  width: 100%;
  padding-bottom:10px ;
  font-size: 20px;
}
  
}


/* datos destino */



.viaje-features-wrapper {

  display:flex;
  flex-direction:column;
  gap:10px;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding: 5px;
  background: #fff;
  height: 120px;
}

.feature-icon {
    width:100%;
    height:30px;
    position: relative;
    
    & svg{
  width: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:3px;
  right:3px;}
}

.viaje-features-wrapper .feature-text {
  font-size: 1.2vw;
  font-weight: 500;
  word-break: break-word;
  line-height: 1.3;
  margin-top: 4px;
  height: 90px;
  width: 100%;
  text-align: left;
  padding: 10px;
}

/* Pantallas medianas */
@media (max-width: 1024px) {
  .viaje-features-wrapper .feature-text {
    font-size: 1.5vw;
  }
}

/* Pantallas pequeñas (tablets) */
@media (max-width: 768px) {
  .viaje-features-wrapper .feature-text {
    font-size: 18px !important;
  }
}

/* Pantallas muy pequeñas (móviles) */
@media (max-width: 480px) {
  .viaje-features-wrapper .feature-text {
    font-size: 18px !important;
  }
}




.

/* datos destino */




#main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: white;
  transition: all 0.3s ease;
  z-index: 999;


  & li ,a{
    color: black;

  }

    & a::after{
 border: 0.1px solid rgb(0, 0, 0) !important;

  }

}

/* Al hacer scroll */
#main-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.95); /* opcional */

  & svg{
    fill: black !important;
  }
}
#main-header_primary.scrolled svg{
      fill: black !important;
}

/* Logo que cambia tamaÃ±o */
#main-header .logo img {
  max-width: 140px;
  
  transition: all 0.3s ease;
}
#main-header.scrolled  svg{
   fill: black !important;
}

#main-header.scrolled .logo img {
  max-width: 120px;
}





/* lista destinos  menu*/

.footer-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;

 /* color de fondo opcional */
  color: #646464;
  font-size: 14px !important;
 
}

.footer-col {
  flex: 1;
  min-width: 25%;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); /* divisor en desktop tambiÃ©n */
  position: relative;
}

.footer-col h3 {
  cursor: pointer;
  position: relative;
  padding-right: 30px; /* espacio para flecha */
  margin-bottom: 1rem;
}



.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 0.5rem;
  cursor: pointer;

}

.footer-col ul li a {
  text-decoration: none;
  color: #646464;
}

.footer-col ul li a:hover {
  color: #050505;
}

.footer-col p,
.footer-col a {
  color: #646464;
  font-size: 0.95rem;
}

/* Mobile accordion */
@media (max-width: 768px) {
  .footer-menu {
    flex-direction: column;
    padding: 0;
  }

  .footer-col {
    border-bottom: 1px solid rgba(54, 54, 54, 0.15);
    padding: 0;
  }

  .footer-col ul,
  .footer-col p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, padding 0.3s ease;
    padding: 0 1rem;
  }

  .footer-col.active ul,
  .footer-col.active p {
    max-height: 500px; /* valor suficientemente alto */
    padding: 1rem;
  }

  /* Flechita */
  .footer-col h3::after {
    content: "â–¾";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2rem;
    transition: transform 0.3s ease-in-out;
  }

  .footer-col.active h3::after {
    transform: rotate(180deg);
  }
}






/* lista destinos */


.breadcrumb {
  font-size: 14px;
  font-weight: 400;
  color: #9b4f3c;
}

.breadcrumb a {
  color: #9b4f3c;
  text-decoration: none;
}

.breadcrumb strong {
  font-weight: bold;
}








/* 🧊 Estado inicial: transparente (home arriba) */
/* 🧊 Estado inicial: transparente (home arriba) */



.ab{
      position:fixed;
  z-index:9;

}
.shadow{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.logo-menu-filter{
      filter: brightness(0) invert(1) ;
}

#custom-hero-test {
  background: transparent !important;
  background-image: none !important;
}

/* 2) Blanco al hacer scroll (>50px) */
#custom-hero-test.scrolled {
  background: #ffffff !important;
  background-image: none    !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* 3) Si Elementor inyecta pseudo-elementos */
#custom-hero-test.scrolled::before,
#custom-hero-test.scrolled::after {
  background: none        !important;
  background-image: none  !important;
}

/* Textos de menú principales y secundarios en negro */
#custom-hero-test.scrolled .elementor-nav-menu a.elementor-item,
#custom-hero-test.scrolled .elementor-nav-menu a.elementor-sub-item {
  color: #000 !important;
}

/* La flechita del submenu */
#custom-hero-test.scrolled .sub-arrow svg,
#custom-hero-test.scrolled .sub-arrow svg path {
  fill: #000 !important;
}

/* (Opcional) hover/active */
#custom-hero-test.scrolled .elementor-nav-menu a.elementor-item:hover,
#custom-hero-test.scrolled .elementor-nav-menu a.elementor-sub-item:hover {
  color: #333 !important;
}

@media (max-width: 767px) {
  /* 1) Íconos del menú siempre blancos en mobile */
  #custom-hero-test .elementor-menu-toggle .e-font-icon-svg path {
    fill: #fff !important;
  }

  /* 2) Cuando hagas scroll y añada .scrolled, pasan a negro */
  #custom-hero-test.scrolled .elementor-menu-toggle .e-font-icon-svg path {
    fill: #000 !important;
  }
}




.custome-hover:hover .elementor-button-text {
  margin-left: 10px;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}



.custome-hover:hover .elementor-button {
  transform: translateX(10px);
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}

.custome-hover {
  a,
  span {
    text-transform: uppercase !important;
    font-weight: 600;
  
    font-size: 16px;
  }
}

.custome-hover-white {
  a,
  span {
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 16px;
  }

  transition: all 0.3s ease-in-out;
}

.custome-hover-white:hover{
  margin-left: 5px;
  opacity: .8;
}

.border-btn a {
  margin-left: 0;
  border-bottom: 1px solid #AB634B !important;
  height: 23px;
    margin-left: 0px !important;
  transition: all 0.3s ease-in-out;
}

.border-btn a:hover {
  margin-left: 5px !important;
  left: 5px;
  opacity: 0.8;
}

.elementor-576 .elementor-element.elementor-element-411837c .elementor-cta__button{
    transition: all 0.3s ease-in-out !important;
}




body {
  --sb-track-color: #979797;
  --sb-thumb-color: #000000;
  --sb-size: 7px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 1px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 1px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.icon-responsive{


}

.left{
  text-align: left;
      display: flex;
      justify-content:flex-start;
}

@media (max-width:768px) {

  .icon-responsive .elementor-icon{

    display: none;


}
  
}

/* wathsapp */

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    background-color: #030303;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    gap: 10px;
    transition: all 0.3s ease-in-out;
      border: 1px solid rgb(0, 0, 0);
      
}
.whatsapp-float .wathsap-icon{
    color: #ffffff; 
}

.whatsapp-float:hover{
  background-color: white;
  border: 1px solid rgb(143, 143, 143);
  color: black;


}

.whatsapp-float:hover .wathsap-icon{
    color: black; 


}

.whatsapp-float svg {
    width: 28px;
    height: 28px;
}


/* podcast */

.podcast-iframes{


}

.podcast-iframes-box{
  background-color: #494949;
  margin: 0 auto;
    display: flex;
width: 100%;
justify-content: center;
align-items: center;
gap: 40px;
padding: 0;
margin: 0;
color: white;
padding: 20px;
border-radius:10px


}
.podcast-iframes_text{
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: .9;
}

.line-podcast{
  width: 100%;
  height: 4px;

  background-color: white;
  border-radius: 50px;
}

.btn-itinerario{
  opacity: 0.9;
}


/* animate */
.scroll-trigger--offscreen {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-trigger.animate--slide-in:not(.scroll-trigger--offscreen) {
  opacity: 1;
  transform: translateY(0);
}


/* menu css */

.uppercase{

   & a {
     text-transform: uppercase !important;  
     font-size: 14px !important;
   }
}



 .tag {

     height:max-content;
     background-color: transparent;
     margin: 10px;
     top: 0;
     left: 0;
    
   



 }
 
 .tag p{
padding: 10px;
 background-color: white;
 
     border: 1px solid black;
 }
@media (max-width: 768px) {
  .tag p{


  background-color: white;

     border: 1px solid black;

  }
  

}

/* blog */

/* blog */
/* Layout de la grilla */
.blog-cards { margin: 2rem auto; }
.blog-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}
@media (max-width: 1024px){
  .blog-cards__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  .blog-cards__grid { grid-template-columns: 1fr; }
}

/* Tarjeta */
.card { position: relative; }
.card__pill{
display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 6px 10px;
    border: 1px solid #8D7424;
    color: #8D7424;
    background: #FCFCFC;
    border-radius: 6px;
    margin-bottom: 10px;
    font-weight: 600;
}
.card__title {
    font-size: 18px !important;
    line-height: 1.25;
    margin: 10px 0 8px;
    height: 50px;
    font-weight: 700;
    text-transform: uppercase;
}
.card__title a{ text-decoration: none; color: #1c1c1c; font-size: 18px; }
.card__excerpt{
  color: #6b6b6b;
  font-size: 14px;
      height: 80px;
  line-height: 1.5;
  margin: 0 0 10px;
}
.card__media{ display:block; margin: 12px 0 8px; }
.card__img{
  width: 100%; height: auto; display:block; object-fit: cover;
  aspect-ratio: 16/9; border-radius: 6px;
}
.card__img--placeholder{
  background: #eee;
}
.card__cta { margin: 6px 0 0; }
.card__link{
   display: inline-flex
;
    align-items: center;
    height: 26px;
    gap: 6px;
    text-decoration: none;
    color: #8D7424;
    font-weight: 600;
    border-bottom: 1px solid #AB634B;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    line-height: 37px;
    text-transform:uppercase;
    color: var(--e-global-color-79a94ff);
}
.card__link:hover { border-bottom-color: currentColor; }
.card__arrow{ transition: transform .2s ease; }
.card__link:hover .card__arrow{ transform: translateX(3px); }

/* Paginación */
.blog-pagination { display:flex; justify-content:center; margin-top: 24px; }
.blog-pagination__list{
  display:flex; gap:8px; align-items:center; list-style:none; padding:0; margin:0;
}
.blog-pagination__item a, .blog-pagination__item span{
  display:inline-flex; justify-content:center; align-items:center;
  min-width: 32px; height: 32px; padding: 0 8px;
  border: 1px solid #e5e5e5; border-radius: 6px; text-decoration:none; color:#333; font-size: 14px;
}
.blog-pagination__item.is-current span{
  background:#8D7424; border-color:#8D7424; color:#fff; font-weight:600;
}
.blog-pagination__item a:hover{ border-color:#8D7424; color:#8D7424; }







.blog-cards__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px; /* gap normal */
}

/* —— 3 columnas (desktop) —— */
/* Segunda fila: items 4–6 */
.blog-cards__grid > *:nth-child(n+4):nth-child(-n+6){
  margin-top: 32px; /* aire extra antes de la 2ª fila */
}
/* Tercera fila: items 7–9 */
.blog-cards__grid > *:nth-child(n+7):nth-child(-n+9){
  margin-top: 32px; /* aire extra antes de la 3ª fila */
}

/* —— 2 columnas (tablet) —— */
@media (max-width: 1024px){
  .blog-cards__grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  /* Segunda fila: 3–4 */
  .blog-cards__grid > *:nth-child(n+3):nth-child(-n+4){ margin-top: 32px; }
  /* Tercera fila: 5–6 */
  .blog-cards__grid > *:nth-child(n+5):nth-child(-n+6){ margin-top: 32px; }
}

/* —— 1 columna (móvil) —— */
@media (max-width: 640px){
  .blog-cards__grid{
    grid-template-columns: 1fr;
  }
  /* Segunda "fila": item 2 */
  .blog-cards__grid > *:nth-child(2){ margin-top: 32px; }
  /* Tercera "fila": item 3 */
  .blog-cards__grid > *:nth-child(3){ margin-top: 32px; }
}


.destinos-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.destino-label {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #a56a4a; /* tu color */
  border-radius: 20px;
  background: transparent;       /* tu fondo */
  color: #a56a4a;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.destino-label:hover {
  background: #a56a4a;
  color: #fff;
}









/* ======= WA BUTTON - CSS EN BLOQUE (alta especificidad) ======= */

/* Contenedor general */
.wa-fab {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  display: grid !important;
  justify-items: end !important;
  gap: 10px !important;
}

/* Menú (oculto) */
.wa-fab .wa-fab-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 10px !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  transition: opacity .22s ease, transform .22s ease !important;
}

/* Mostrar al hover o cuando está abierto (mobile) */
.wa-fab:hover .wa-fab-menu,
.wa-fab.is-open .wa-fab-menu {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

/* Chips tipo "label" */
.wa-fab .wa-chip {
  display: inline-block !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 10px 18px !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 12px rgba(0,0,0,.15) !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  line-height: 1 !important;
}

/* Colores */
.wa-fab .wa-chip--primary {
  background: #B36A57 !important;   /* marrón */
  color: #fff !important;
  border-color: #A25E4D !important;
}
.wa-fab .wa-chip--primary:hover {
  box-shadow: 0 8px 18px rgba(179,106,87,.35) !important;
  transform: translateY(-1px) !important;
}

.wa-fab .wa-chip--secondary {
  background: #0F0F0F !important;   /* negro */
  color: #fff !important;
  border-color: #000 !important;
}
.wa-fab .wa-chip--secondary:hover {
  box-shadow: 0 8px 18px rgba(0,0,0,.35) !important;
  transform: translateY(-1px) !important;
}

/* Botón flotante (limpia estilos heredados del theme) */
.wa-fab .wa-fab-btn {
  all: unset; /* reset total para evitar estilos del theme */
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  background: #111 !important;
  color: #fff !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.25) !important;
  display: grid !important;
  place-items: center !important;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease !important;
}
.wa-fab .wa-fab-btn:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 28px rgba(0,0,0,.3) !important;
}

.wa-fab .wa-fab-icon { display: block !important; }

/* Accesibilidad */
.wa-fab .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* Responsive */
@media (max-width: 420px){
  .wa-fab { right: 12px !important; bottom: 12px !important; }
  .wa-fab .wa-fab-btn { width: 52px !important; height: 52px !important; }
  .wa-fab .wa-chip { font-size: .95rem !important; }
}