:root{
   --travex-accent2: #123940;
}
html{
   scroll-behavior: smooth;
}
.travex-portfolio {
    font-family: Raleway, sans-serif;
    color: #173a42;
    max-width: 1400px;
    margin: 0 auto;
}

.travex-main-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 30px;
    margin-bottom: 5rem;
    row-gap: 40px;
}

/****/
.travex-main-card__icon--svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.travex-main-card__svg {
  width: 50px;
  height: 50px;
  display: block;
  object-fit: contain;
}

.travex-main-card__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  color: var(--travex-accent);
}

.travex-main-card__icon::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -6px;
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: var(--travex-accent);
}

/****/

.travex-whatsapp-consent {
  display: flex!important;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f0fdf4;
  color: #14532d!important;
  font-size: 14px;
  line-height: 1.4;
}

.travex-whatsapp-consent input {
  margin-top: 2px;
}

.travex-whatsapp-consent input[type="checkbox"] {
  width:auto!important;
}

.travex-main-card {
    background: #f2f2f2;
    border: none;
    border-top: 5px solid var(--travex-accent);
    border-radius: 18px 18px;
       padding: 36px 26px 30px 26px;
    text-align: left!important;
    cursor: pointer;
    box-shadow: none
}
.travex-main-card:hover {
     /*background: var(--travex-accent)!important;*/
     box-shadow:2px 6px 20px rgba(0,0,0,0.25);
       border-left: 2px solid var(--travex-accent);
        border-right: 2px solid var(--travex-accent);
         border-bottom: 2px solid var(--travex-accent);
}
/*
.travex-main-card:hover .travex-main-card__title{
     color:#fff!important;
}
.travex-main-card:hover .travex-main-card__icon{
     color:#fff!important;
}
.travex-main-card:hover .travex-main-card__text{
     color:#fff!important;
}*/
.travex-main-card.is-active {
    outline: 0 solid var(--travex-accent);
     box-shadow:2px 6px 20px rgba(0,0,0,0.25);
       border-left: 2px solid var(--travex-accent);
        border-right: 2px solid var(--travex-accent);
         border-bottom: 2px solid var(--travex-accent);
}

.travex-main-card__icon {
    font-size: 30px;
    color: var(--travex-accent);
    margin-bottom: 20px
}

.travex-main-card__title {
    display: block;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    font-family: 'Raleway', serif;
    margin-bottom: 8px;
        text-transform: lowercase;
        color:#0e4650;
}
.travex-main-card__title:first-letter {
    text-transform: uppercase;
}
.travex-main-card__text {
    display: block;
    font-size: 18px;
    color: #4d4d4d;
    line-height: 1.4em;
}

.travex-filters {
    background: #0e4650;
    color: #fff;
    padding: 28px 34px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

.travex-filter label {
    display: block;
    font-weight: 700;
    margin-bottom: 10px
}

.travex-filter select {
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .7);
    padding: 8px 0
}

.travex-filter option {
    color: #000
}

.travex-filter small {
    display: block;
    margin-top: 6px;
    color: #d2e7ea
}
.travex-section-head{
    background-color:#fff;
    background:#fff;
           padding: 2rem;
/* border-top: 1px solid #0e4650;
    border-bottom: 1px solid #0e4650;*/
}
.travex-section-kicker {
    color: #5161ff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px
}

.travex-section-row {
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.travex-section-number {
    font-size: 56px;
    color: #bad8d8;
   line-height: 1.5em;
    font-weight: 700
}

.travex-section-title {
    font-size: 36px;
    line-height: 1.1;
    font-family: 'EB Garamond', serif;
    margin: 0 0 16px;
}

.travex-section-desc {
    font-size: 17px;
   /* max-width: 880px;*/
    margin: 0 0 24px;
    line-height:1.4em;
    color:#4d4d4d;
}

.travex-program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
        padding: 40px 0;
}

.travex-program-card {
    background: #fafaf8;
    border-left: 4px solid var(--travex-accent);
    border-radius: 18px;
    padding: 20px;
        display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.travex-program-card:hover{
      background: #ffffff;
}
.travex-program-card h3 {
    font-size: 22px;
    line-height: 1.2;
    font-family: 'EB Garamond', serif;
    margin: 6px 0 10px
}

.travex-program-card p {
    margin: 0 0 18px 10px;
        font-size: 14px!important;
            line-height: 1.6em;
              color: #4d4d4d;
            
}
.travex-program-forwho{
     font-size: 13px!important;
}
.travex-program-badge {
    font-size: 12px;
    color: #5161ff;
    font-weight: 700;
}

.travex-program-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d6d6d1;
    padding-top: 14px;
}

.travex-program-footer button {
    border: none;
    background: none;
    color: #ef7a32;
    cursor: pointer;
        font-weight: 600;
    font-size: 14px;
}
.travex-open-program:before{
    content:"►";
}
.travex-result-group {
}

.travex-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 9999;
    padding: 28px;
    overflow: auto
}

.travex-modal {
    max-width: 900px;
    margin: 20px auto;
        background: #fff;
    position: relative;
    border-radius: 20px;
}

.travex-modal-close {
    position: absolute;
    right: 14px;
    top: 10px;
    border: none;
    background: none;
    font-size: 34px;
    color: #fff;
    z-index: 3;
    cursor: pointer;
}
.travex-testimonials-slider {
    margin: 24px 0 40px;
}

.travex-testimonial-slide {
    padding: 4px;
    box-sizing: border-box;
}

.travex-testimonial {
    margin: 0;
    padding: 24px;
    border-radius: 16px;
    background: #f7f8fa;
}

.travex-testimonial p {
    margin: 0 0 12px;
   line-height: 1;
    font-size: 15px;
    font-family:'Raleway';
    line-height:1.4em;
}

.travex-testimonial cite {
    display: block;
    font-style: normal;
font-weight: 300;
    font-family: 'Raleway';
    font-size: 15px;
    color:#062024;
}

.travex-testimonials-slider .slick-prev,
.travex-testimonials-slider .slick-next {
    z-index: 5;
}
.travex-modal-richtext-footer{
    text-align:center;
        margin-bottom: 1rem;
    margin-top: 3rem;
}
.travex-testimonials-slider .slick-dots {
    bottom: -28px;
}
.travex-modal-hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    padding: 24px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
        border-radius: 20px 20px 0 0;
        background-position: 100% 15%;
}

.travex-modal-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(12, 28, 31, 0.08) 0%, rgba(12, 28, 31, 0.68) 100%);
}

.travex-modal-hero__meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
}

.travex-modal-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.45);
    border: 0 solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 13px;
    line-height: 1.3;
        font-family: 'Raleway';
}

.travex-modal-pill strong {
    color: #ffffff;
}

.travex-modal-body {
    padding: 16px 30px
}

.travex-modal-body h2 {
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    line-height: 1.05;
    margin: 0 0 16px;
    color:var(--travex-accent2);
}

@media (max-width: 767px) {
    
    .travex-form-layout__content{
        display: flex;
    flex-direction: column;
    }
    #travex-lead-form {
    width: 100%!important;
}
    .travex-modal-hero {
        min-height: 260px;
        padding: 16px;
    }

    .travex-modal-hero__meta {
        gap: 8px;
    }

    .travex-modal-pill {
        width: 100%;
        justify-content: flex-start;
        border-radius: 16px;
        font-size: 13px;
    }
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #173a42;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.travex-modal-intro {
    font-size: 15px;
    border-left: 2px solid #123940;
    padding-left: 16px;
    margin-bottom: 28px;
    font-family:'Raleway';
       color: #4d4d4d;
           line-height: 1.4em;
}

.travex-modal-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 28px;
}
.travex-modal-columns p{
     font-family:'Raleway'!important;
      color: #4d4d4d!important;
       font-size: 15px;
         line-height: 1.4em;
}
.col-izq{
    font-family: 'Raleway' !important;
    color: #4d4d4d !important;
    font-size: 16px;
    line-height: 1.4em;
}
.col-der{
      font-family: 'Raleway' !important;
    color: #4d4d4d !important;
    font-size: 16px;
    line-height: 1.4em;
}
.travex-modal-columns:nth-child(1) div{
     font-family:'Raleway'!important;
}
/* Aplicar a los títulos, párrafos y listas dentro de las columnas */
.travex-modal-columns, 
.travex-modal-columns h4, 
.travex-modal-columns p, 
.travex-modal-columns li {
     font-family: 'Raleway', sans-serif !important;
}

.travex-modal-columns h4 {
    font-size: 18px;
    margin: 0 0 8px;
    color: #173a42
}

.travex-testimonial {
    border-top: 5px solid #0e4650;
    border-left: 5px solid #0e4650;
     border-right: 1px solid #0e4650;
      border-bottom: 1px solid #0e4650;
    border-radius: 16px;
    padding: 16px;
    max-width: 380px;
}

.travex-modal-richtext {
    margin: 26px 0
}
.travex-open-form{
    padding: 10px 24px;
        font-family: Raleway;
    font-size: medium;
        width: 70%;
}
.travex-open-form,
.travex-submit-button,
.travex-wa-link {
    display: inline-block;
    padding: 14px 24px;
    border: none;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background: #0e4650!important;
}
.travex-open-form:after{
    content:"➜";
    margin-left:10px;
}
.travex-form-wrap {
    padding: 32px
}

.travex-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.travex-form-full {
    grid-column: 1/-1
}

.travex-form-wrap input,
.travex-form-wrap textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #cfd6d6;
    border-radius: 8px
}
#travex-thanks-modal .travex-modal.travex-thanks-modal .travex-modal-close{  color:#4d4d4d;}
.travex-thanks-wrap {
    padding: 34px
}

.travex-thanks-wrap h3 {
    font-family: EB Garamound, serif;
    font-size: 36px;
        margin: 1rem 0;
}
.travex-thanks-message{
     font-size: 20px;
     color:#4d4d4d;
     font-family: Raleway, serif;
}
.travex-loading,
.travex-empty {
    padding: 22px;
    background: #f4f4f0;
    border-radius: 14px
}

.travex-modal-open {
    overflow: hidden
}

@media (max-width:991px) {

    .travex-main-cards-grid,
    .travex-program-grid,
    .travex-filters,
    .travex-modal-columns,
    .travex-form-grid {
        grid-template-columns: 1fr 1fr
    }

    .travex-section-title {
        font-size: 34px
    }

    .travex-modal-body h2 {
        font-size: 42px
    }
}

@media (max-width:640px) {

    .travex-main-cards-grid,
    .travex-program-grid,
    .travex-filters,
    .travex-form-grid,
    .travex-modal-columns {
        grid-template-columns: 1fr 1fr;
    }

    .travex-section-row {
        display: block
    }

    .travex-section-number {
        margin-bottom: 8px
    }

    .travex-modal-body {
        padding: 24px
    }

    .travex-modal-body h2 {
        font-size: 34px
    }
}

.travex-program-meta {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.travex-program-duration {
    font-size: 14px;
    color: #173a42;
    font-weight: 500;
}

.travex-program-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.travex-program-chip {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef3f4;
    font-size: 12px;
    font-weight: 500;
    color: #173a42
}

.travex-program-footer {
    justify-content: space-between;
}

.travex-testimonials-slider {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
    margin-bottom: 24px
}

.travex-form-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 8px
}
.travex-form-actions .travex-submit-button{ background: #fff!important;}
.travex-back-to-program {
    display: inline-block;
    padding: 14px 24px;
    border: 1px solid #0e4650;
    border-radius: 8px;
    background: #fff;
    color: #0e4650;
    cursor: pointer
}

.travex-taxonomy-box {
    max-height: 180px;
    overflow: auto;
    border: 1px solid #dcdcde;
    padding: 8px;
    background: #fff
}

.travex-media-field .travex-media-preview {
    margin-bottom: 10px;
    min-height: 20px
}


/****/

.travex-filters{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
}

.travex-filter--actions{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
      background: #0e4650;
}

.travex-reset-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:0;
  background:transparent;
  color:#fff;
  font-weight:700;
  cursor:pointer;
  transition:all .2s ease;
}

.travex-reset-button:hover{
  background:rgba(255,255,255,.12);
  border-color:#fff;
}

.travex-reset-button:focus{
  outline:2px solid #fff;
  outline-offset:2px;
}
#travex-results{
    padding-block:50px;
}
.travex-results-placeholder{
  padding:22px 24px;
  border:1px dashed #c9d4d6;
  border-radius:14px;
  background:#f8fbfb;
  color:#30454a;
  text-align:center;
  font-size:16px;
}

@media (max-width:991px){
  .travex-filters{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:640px){
  .travex-filters{
    grid-template-columns:1fr!important;
  }

  .travex-filter--actions{
    justify-content:flex-start;
  }

  .travex-reset-button{
    width:100%;
  }
}


.travex-filters{
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:end;
}



.travex-form-layout {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #0e4650;
    background-image: var(--travex-form-bg-image, none);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.travex-form-layout__overlay {
    position: absolute;
    inset: 0;
       background: linear-gradient(90deg, #0000003b 0%, #1f212454 45%, #0c0d0e69 100%);
}

.travex-form-layout__content {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 32px;
    padding: 8px;
    align-items: start;
}

.travex-form-intro h3 {
    margin: 10px 0 12px;
    font-size: 3.15rem;
    line-height: 1.05;
    color: #fff;
    font-family: 'EB Garamond', serif;
}

.travex-form-kicker {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
}
.travex-form-kicker p{
        font-size: 1.1rem;
    font-family: 'Raleway';
    font-weight: 500;
}
#travex-lead-form  {
        width: 80%;
}
#travex-lead-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(255,255,255,.9);
    font-family: 'Raleway';
}

#travex-lead-form input,
#travex-lead-form select,
#travex-lead-form textarea {
    width: 100%;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .6);
    padding: 9px 14px;
    color: #000;
}

.travex-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.travex-form-grid p { margin: 0; }
.travex-form-full { grid-column: 1 / -1; }
.travex-form-actions { margin-top: 18px; display:flex; gap:12px; align-items:center; }
.travex-submit-button,
.travex-back-to-program,
.travex-wa-link {
    display:inline-flex; align-items:center; justify-content:center; border:none; border-radius:9px; padding:14px 22px; text-decoration:none;width:100%;
}
.travex-submit-button { background:#fff; color:#0e4650; font-weight:700; }
.travex-back-to-program { background:transparent; color:#fff; border:1px solid rgba(255,255,255,.4); }

@media (max-width: 900px) {
    .travex-form-layout__content { grid-template-columns: 1fr; padding: 24px; }
    .travex-form-intro h3 { font-size: 34px; }
}

@media (max-width: 640px) {
    .travex-form-grid { grid-template-columns: 1fr; }
}


/* Estilo para el placeholder de Inputs y Textarea */
.travex-form-grid input::placeholder,
.travex-form-grid textarea::placeholder {
    font-family: 'Raleway', sans-serif !important;
    color: #000;          /* Un gris suave */
    font-size: 12px;         /* Ajusta según tu diseño */
    font-style: italic;      /* Opcional: para diferenciarlo del texto real */
    opacity: 1;              /* Necesario para Firefox */
}

/* Compatibilidad con navegadores antiguos (opcional) */
.travex-form-grid input:-ms-input-placeholder,
.travex-form-grid textarea:-ms-input-placeholder {
    color: #000;
    font-family: 'Raleway', sans-serif !important;
}

.travex-form-grid input::-ms-input-placeholder,
.travex-form-grid textarea::-ms-input-placeholder {
    color: #000;
    font-family: 'Raleway', sans-serif !important;
}
