/* ===================================
    Trekking Outdoor 2
====================================== */

/* variable */
:root {     
    --base-color: #14693a;
    --dark-gray:#191919;
    --medium-gray:#737373;
    --extra-medium-gray:#707070;
    --alt-font: 'Antonio', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
} 
html {
    overflow-x: hidden;
}
body{
    line-height: 30px;
}
/* reset */
.word-break-normal {
    word-break: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
h1, .h1 {
    line-height: 4.6rem;
}
h2 {
    line-height: 3.7rem;
}
h3 {
    line-height: 3.4rem;
}
h4 {
    line-height: 3rem;
}
h5 {
    line-height: 2.5rem;
}
h6 {
    line-height: 2.3rem;
}
/* header */ 
header .widget-text {
    font-size: 15px;
}
header .navbar-brand {
    padding: 28px 0;
}
header.sticky .disable-fixed .navbar-brand {
    padding: 18px 0;
}

.header-icon .header-social-icon a {
    font-size: 17px;
    padding-left: 15px;
    font-weight: 600;
}
header.sticky .navbar {
    min-height: 70px;
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 55px;
    line-height: 50px;
}
header .elements-social ul li {
    margin-right: 25px;
    margin-left: 0;
}
header .elements-social ul li a {
    width: auto;
    height: auto;
}
/* revolution slider */
#architecture-slider .tp-splitted {
    text-align: inherit !important;
}
.magic-cursor-base-color #ball-cursor:before, .magic-cursor-base-color #ball-cursor:after {
    color: var(--dark-gray);  
}
/* tag */
.blog-comment li .btn-reply:hover {
    color: var(--dark-gray);
}
.tag-cloud a:hover, .tag-cloud a.active {
    border-color: var(--white);
}
.blog-comment li .btn-reply {
    border: 1px solid var(--extra-medium-gray);
    background-color: transparent;
}
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
.categories-btn {
    padding: 4px 18px;
    border-radius: 24px;
}
/* first letter block  */ 
.first-letter-block {
    line-height: 88px;
}
/* top right bottom left */
.top-25 {
    top: 25%;
}
.right-18 {
    right: 18%;
}
/* text color */ 
.text-nero-grey {
    color: #1F1F1F;
}
.text-charcoal {
    color: #282828;
}
/* bg color */ 
.bg-nero-grey {
    background-color: #1F1F1F;
}
.bg-dark-gray-transparent {
    background-color:rgba(25, 25, 25, 0.7);
}
.bg-charcoal-grey {
    background-color: #3E3E3E;
}
.bg-base-color-transparent {
    background-color: rgba(239, 255, 2,.2);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-4%, #101010), to(transparent));
    background: linear-gradient(to top, #101010 -4%, transparent 100%);
}
.bg-gradient-dark-gray-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(25, 25, 25, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(25, 25, 25, .9) 20%, transparent 90%);
}
/* border color */
.border-color-charcoal-grey {
    border-color: #3E3E3E !important;
}
/* slider navigation*/
.slider-navigation-style-07 {
    left: 58.4%;
}
/* btn */ 
.btn.btn-base-color, .btn.btn-box-shadow.btn-base-color:hover {
    color: var(--dark-gray);  
}
.btn.btn-link {
    padding: 0 0 2px;
    font-weight: 600;
}
.btn { 
    font-family: var(--primary-font);
}
/* page title */
.page-title-extra-small h1 {
    font-size: 5.375rem;
    line-height: 5.5rem;
}
.page-title-extra-small h2 {
    font-size: 13px;
    line-height: 26px;
}
/* footer */
footer .footer-logo img {
    max-height: 70px;
}
footer .elements-social li {
    margin: 0 15px 0 0;
}
.video-icon-extra-large .video-icon {
    width: 170px;
    height: 170px;
    font-size: 16px;
}
/* magic cursor */
.magic-drag-cursor #ball-cursor:before {
  font-size: 15px;
}
/* media query responsive */
@media (max-width: 1430px) {
    .architecture-number {
        display: none !important;
    }
}
@media (orientation: landscape) and (max-width: 1080px) {
    .architecture-slider-text-row {
        margin-top: 200px !important;
    }
}
@media (orientation: landscape) and (max-width: 850px) {
    .architecture-slider-text-row { 
        margin-bottom: 200px !important;
    }
}
@media (orientation: landscape) and (max-width: 768px) {
    .architecture-slider-text-row {
        margin-top: 200px !important;
        margin-bottom: 200px !important; 
    }
}
@media (max-width: 991px) {
    .interactive-banner-style-06 .interactive-banners-content {
        transform: translateY(calc(100% - 100px));
    }
    .md-right-0 {
        right: 0;
    }
    header .navbar-brand {
        padding: 20px 0;
    }
}
@media (max-width: 767px) {
    .video-icon-extra-large .video-icon {
        width: 120px;
        height: 120px;
    }
    .slider-navigation-style-07 {
        left: 0;
    }
    .interactive-banner-style-06 .interactive-banners-content {
        transform: translateY(calc(100% - 110px));
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 38px;
        line-height: 34px;
    }
}


/* Botón Contratar Expedición */
.btn-contratar-expedicion {
    background: linear-gradient(135deg, #14693a 0%, #1e8a47 50%, #14693a 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 18px 40px !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s ease !important;
    box-shadow: 0 8px 25px rgba(20, 105, 58, 0.3) !important;
    border: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    position: relative !important;
    overflow: hidden !important;
}

.btn-contratar-expedicion::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent) !important;
    transition: left 0.6s !important;
}

.btn-contratar-expedicion:hover::before {
    left: 100% !important;
}

.btn-contratar-expedicion:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 12px 35px rgba(20, 105, 58, 0.4) !important;
    color: white !important;
    background: linear-gradient(135deg, #1e8a47 0%, #14693a 50%, #1e8a47 100%) !important;
}

.btn-contratar-expedicion:active {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(20, 105, 58, 0.3) !important;
}

.btn-contratar-expedicion i {
    font-size: 16px !important;
}

/* Botones del formulario - misma altura y animación */
#addPersonBtn,
#nextStepBtn {
    padding: 15px 30px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    height: auto !important;
    min-height: 50px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: top !important;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) !important;
    transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1) !important;
}

#addPersonBtn:hover,
#nextStepBtn:hover {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15) !important;
    -webkit-transform: translate3d(0, -2px, 0) !important;
    transform: translate3d(0, -2px, 0) !important;
}

/* Responsive para botón */
@media (max-width: 767px) {
    .btn-contratar-expedicion {
        font-size: 16px !important;
        padding: 16px 30px !important;
    }
    
    /* Botones en línea en móvil */
    #addPersonBtn {
        margin-bottom: 15px !important;
        margin-right: 0 !important;
        display: block !important;
        width: 100% !important;
        max-width: 250px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    #nextStepBtn {
        display: block !important;
        width: 100% !important;
        max-width: 250px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* Formulario de Contrato */
.progress-steps {
    margin-bottom: 40px;
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #e5e5e5;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.step-item.active .step-circle {
    background-color: var(--base-color);
    color: white;
}

.step-text {
    font-size: 14px;
    color: #999;
    text-align: center;
    font-weight: 500;
}

.step-item.active .step-text {
    color: var(--base-color);
    font-weight: 600;
}

.step-divider {
    width: 80px;
    height: 2px;
    background-color: #e5e5e5;
    margin: 25px 20px 0;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.participant-card {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.participant-card:hover {
    border-color: var(--base-color);
    box-shadow: 0 5px 15px rgba(20, 105, 58, 0.1);
}

.participant-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.participant-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--base-color);
    margin: 0;
}

.remove-participant {
    background: transparent;
    border: none;
    color: #dc3545;
    font-size: 20px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.remove-participant:hover {
    background-color: #dc3545;
    color: white;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 8px;
    display: block;
}

.form-control {
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--base-color);
    box-shadow: 0 0 0 0.2rem rgba(20, 105, 58, 0.1);
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.radio-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.radio-item:hover {
    border-color: var(--base-color);
    background-color: rgba(20, 105, 58, 0.05);
}

.radio-item input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    border: 2px solid #ddd !important;
    border-radius: 50% !important;
    margin-right: 15px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    position: relative !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    background: white !important;
    outline: none !important;
    box-sizing: border-box !important;
}

.radio-item input[type="radio"]:hover {
    border-color: #52b788 !important;
    background-color: rgba(82, 183, 136, 0.1) !important;
}

.radio-item input[type="radio"]:checked {
    border-color: var(--base-color) !important;
    background-color: var(--base-color) !important;
    width: 20px !important;
    height: 20px !important;
}

.radio-item input[type="radio"]:checked::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: white !important;
    transform: translate(-50%, -50%) !important;
    display: block !important;
}

.radio-item input[type="radio"]:checked + label {
    color: var(--base-color);
    font-weight: 600;
}

.radio-item input[type="radio"]:checked ~ .radio-item {
    border-color: var(--base-color);
    background-color: rgba(20, 105, 58, 0.1);
}

.radio-item label {
    cursor: pointer;
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.summary-item:last-child {
    border-bottom: none;
}

.summary-item strong,
.summary-item span,
.summary-item p,
.summary-item div {
    color: white !important;
}

.summary-item .text-dark,
.summary-item .text-muted {
    color: white !important;
}

/* Responsive */
@media (max-width: 767px) {
    .participant-card {
        padding: 20px;
    }
    
    .step-divider {
        width: 40px;
        margin: 25px 10px 0;
    }
    
    .step-text {
        font-size: 12px;
    }
}

/* Fix para los iconos sociales en el menú hamburguesa - hover con opacidad como el menú principal */
.hamburger-nav .social-icon-style-10 ul li a:hover {
    color: var(--white) !important;
    opacity: 0.6;
}

/* Tamaño uniforme para todas las imágenes de expediciones */
.overflow-hidden .image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

/* CSS para galería de portafolio - imágenes uniformes */
.portfolio-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

/* Asegurar que el contenedor de la imagen mantenga la proporción */
.portfolio-image {
    overflow: hidden;
}







.pay-btn{
    display:inline-flex; align-items:center; gap:.8rem;
    padding:.9rem 1.1rem;
    border-radius:14px;
    border: 0;
    cursor: pointer;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
    font-weight: 650;
    font-size: 1rem;
    line-height: 1;
    box-shadow: 0 6px 16px rgba(0,0,0,.12), 0 2px 6px rgba(0,0,0,.08);
    transition: transform .05s ease, box-shadow .2s ease, filter .2s ease;
    outline: none;
    will-change: transform;
  }
  .pay-btn svg{width: 26px; height:26px; flex:0 0 auto}
  .pay-btn:active{ transform: translateY(1px) scale(.99) }
  .pay-btn:focus-visible{ outline: 3px solid #fff; outline-offset: 2px }

  /* Mercado Pago */
  .mp{
    background: #00a8e0;
    color: #001b2e;
  }
  .mp:hover{ filter: brightness(1.05) }
  .mp:active{ filter: brightness(.95) }

  /* PayPal */
  .pp{
    background: #ffc439;
    color: #1e1e1e;
  }
  .pp:hover{ filter: brightness(1.05) }
  .pp:active{ filter: brightness(.95) }

  /* Wrapper opcional */
  .cardPago{
    background: #0f1722;
    border: 1px solid #1e293b;
    border-radius: 18px;
    padding: 1.5rem;
    max-width: 680px;
    width: 100%;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), 
                0 6px 16px rgba(0,0,0,.12), 
                0 2px 6px rgba(0,0,0,.08);
    color:#e8eef6;
  }
  .titlePago{
    margin-top:0; margin-bottom: 1rem; 
    font-size: 1.1rem; 
    color:#b8c7d9; 
    font-weight:600;
  }
