/* Estilos para la sección de Entradas de Montañismo / Trekkings */


/* Header interno de la página de montañismo */
.banner_interior {
    margin-top: 80px;
    position: relative;
}

.banner_interior::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.banner_actividad{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.banner_interior_content{
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    padding-bottom: 2rem;
}

.banner_interior_content .contenedor {
    text-align: right;
    margin-top: auto;
    margin-bottom: 30px;
}

.banner_interior_titulo{
    font-family: folio;
    color: #fff;
    font-size: clamp(2rem, 10vw, 4rem);
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    display: inline-block;
    position: relative;
}

.banner_interior_titulo::after{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #73B72F;
    border-radius: 999px;
}


.eslogan_contenido{
    padding: 10px 0;
    background-color: #007e38;
}

.eslogan_text{
    font-family: betty-lavea;
    color: #fff;
    font-weight: lighter;
    text-align: center;
}

.trekking, .mountain, .paquetes_turisticos,
.tours_diarios {
    background-color: #f8fbfa;
    padding: 40px 0;
}

.intro_montanismo {
    text-align: center;
    margin: 0 auto 20px;
}

.seccion_cont_t{
    display: inline-block;
}

.seccion_cont_t .pill {
    flex: 1;
}

.intro_montanismo p{
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

/* Grid de Tarjetas */
.tarjetas_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
}

/* Tarjeta Individual Nuevos Estilos */
.tarjeta_trek {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.tarjeta_trek:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.tarjeta_img_cont {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.tarjeta_img_cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tarjeta_img_cont::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.8) 100%);
    pointer-events: none;
}

.tarjeta_trek:hover .tarjeta_img_cont img {
    transform: scale(1.05);
}

.tarjeta_img_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.tarjeta_ubicacion {
    font-family: folio;
    color: #86B841;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 1px;
}

.tarjeta_titulo_overlay {
    color: #fff;
    font-size: 1.6rem;
    font-family: caslon;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
}

/* Contenido de la Tarjeta */
.tarjeta_contenido {
    padding: 25px 25px 30px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tarjeta_desc {
    font-family: myriadpro;
    color: #6a7b8c;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* Pills info */
.tarjeta_info_pills {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.info_pill {
    background-color: #f7f9fa;
    border-radius: 12px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.info_icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #86B841;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.info_icon img {
    width: 20px;
    height: 20px;
    filter: invert(62%) sepia(40%) saturate(600%) hue-rotate(55deg) brightness(95%) contrast(95%);
}

.info_text {
    display: flex;
    flex-direction: column;
}

.info_label {
    font-family: folio;
    font-size: 0.65rem;
    color: #8fa0b3;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.info_value {
    font-family: bahnschrift;
    font-size: 0.9rem;
    color: #1a2a3a;
    font-weight: 700;
}

/* Footer de tarjeta */
.tarjeta_footer_new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 5px;
}

.tarjeta_precio {
    display: flex;
    flex-direction: column;
}

.precio_label {
    font-family: folio;
    font-size: 0.7rem;
    color: #8fa0b3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.precio_valor {
    font-family: myriadpro;
    font-size: 1.4rem;
    color: #1a2a3a;
    font-weight: 900;
}

.btn_detalle {
    font-family: folio;
    background-color: #86B841;
    color: #fff;
    text-decoration: none;
    padding: 6px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn_detalle:hover {
    background-color: #72a133;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(134, 184, 65, 0.3);
}

.btn_detalle .ico-right {
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
}
