/*
Theme Name: TL Viajes Theme
Theme URI: https://tlviajes.cl
Template: tourex
Author: Claudio Subiabre
Author URI: https://claudiosubiabre.cl
Description: Desarrollo e implementaci贸n personalizada para TL Viajes
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,sticky-post,threaded-comments,translation-ready
Version: 1.0.2.1787192263
Updated: 2026-08-19 22:17:43

*/

/* BOTÓN DESCARGAR PROGRAMA - TL VIAJES */

.tlviajes-pdf-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: calc(100% - 48px) !important;
    min-height: 78px !important;
    margin: 16px 24px 22px 24px !important;
    padding: 18px 24px !important;

    box-sizing: border-box !important;

    background: #D75A9D !important;
    border: 1px solid #D75A9D !important;
    border-radius: 50px !important;

    color: #ffffff !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}

/* HOVER */
.tlviajes-pdf-button:hover,
.tlviajes-pdf-button:focus {
    background: transparent !important;
    color: #D75A9D !important;
    border-color: #D75A9D !important;
    text-decoration: none !important;
}

/* ESPACIO ANTES DEL MENSAJE DE AYUDA */
.wpte-booking-footer-text {
    margin-top: 0 !important;
}
