.elementor-5841 .elementor-element.elementor-element-22e38b43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5841 .elementor-element.elementor-element-22e38b43:not(.elementor-motion-effects-element-type-background), .elementor-5841 .elementor-element.elementor-element-22e38b43 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#003F86;}.elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container, .elementor-widget-mega-menu > .e-n-menu > .e-n-menu-wrapper > .e-n-menu-heading > .e-n-menu-item > .e-n-menu-title > .e-n-menu-title-container > span{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-mega-menu{--n-menu-divider-color:var( --e-global-color-text );}.elementor-5841 .elementor-element.elementor-element-4b966a1a{--display:flex;}.elementor-5841 .elementor-element.elementor-element-6f3366f{--display:flex;}.elementor-5841 .elementor-element.elementor-element-7012e046{--n-menu-dropdown-content-max-width:initial;--n-menu-heading-justify-content:center;--n-menu-title-flex-grow:initial;--n-menu-title-justify-content:initial;--n-menu-title-justify-content-mobile:center;--n-menu-heading-wrap:wrap;--n-menu-heading-overflow-x:initial;--n-menu-title-distance-from-content:0px;--n-menu-open-animation-duration:500ms;--n-menu-toggle-icon-wrapper-animation-duration:500ms;--n-menu-title-space-between:0px;--n-menu-title-color-normal:#FFFFFF;--n-menu-title-transition:300ms;--n-menu-icon-size:16px;--n-menu-toggle-icon-size:20px;--n-menu-toggle-icon-hover-duration:500ms;--n-menu-toggle-icon-distance-from-dropdown:0px;}.elementor-5841 .elementor-element.elementor-element-7012e046 {--n-menu-title-color-hover:#B8D6F7;--n-menu-title-color-active:#CEE3FA;}.elementor-5841 .elementor-element.elementor-element-629eeed3{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-26379fbc *//* ============================================
   PÁGINA DE CHECKOUT/RESERVA - MOTOPRESS
   ============================================ */

/* Contenedor principal */
.mphb-checkout-wrapper,
.mphb_checkout-wrapper,
.mphb-reservation-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #f8f9fa;
}

/* Título principal */
.mphb-checkout-wrapper h1,
.mphb-reservation-wrapper h1 {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
}

/* Subtítulos de fechas */
.mphb-checkout-wrapper > p {
    font-size: 15px;
    color: #6c757d;
    margin-bottom: 30px;
}

/* ============================================
   SECCIÓN DE ALOJAMIENTO
   ============================================ */

.mphb-reserve-room-section,
.mphb-room-details {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.mphb-reserve-room-section h2,
.mphb-room-details h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

.mphb-reserve-room-section h3 {
    font-size: 16px;
    font-weight: 600;
    color: #495057;
    margin-top: 20px;
    margin-bottom: 12px;
}

/* Detalles del alojamiento */
.mphb-room-type-title {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

/* Campos de selección de huéspedes */
.mphb-reserve-room-section p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.mphb-reserve-room-section label {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    min-width: 100px;
}

.mphb-reserve-room-section select,
.mphb-reserve-room-section input[type="text"],
.mphb-reserve-room-section input[type="number"] {
    flex: 1;
    padding: 10px 15px;
    font-size: 15px;
    border: 2px solid #e0e6ed;
    border-radius: 8px;
    background: #ffffff;
    color: #2c3e50;
    transition: all 0.3s ease;
    max-width: 200px;
}

.mphb-reserve-room-section select:focus,
.mphb-reserve-room-section input[type="text"]:focus,
.mphb-reserve-room-section input[type="number"]:focus {
    outline: none;
    border-color: #17a2b8;
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.1);
}

/* ============================================
   DESGLOSE DE PRECIOS
   ============================================ */

.mphb-billing-details,
.mphb-price-breakdown-wrapper {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.mphb-billing-details h2 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

/* Tabla de precios */
.mphb-price-breakdown,
.mphb-checkout-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.mphb-price-breakdown tr,
.mphb-checkout-table tr {
    border-bottom: 1px solid #e9ecef;
}

.mphb-price-breakdown td,
.mphb-checkout-table td {
    padding: 15px 10px;
    font-size: 15px;
}

.mphb-price-breakdown td:first-child {
    color: #495057;
    font-weight: 500;
}

.mphb-price-breakdown td:last-child {
    text-align: right;
    color: #2c3e50;
    font-weight: 600;
}

/* Precio total */
.mphb-price-breakdown tr:last-child td,
.mphb-checkout-table .mphb-total-price td {
    font-size: 20px;
    font-weight: 700;
    color: #17a2b8;
    padding-top: 20px;
    border-top: 2px solid #2c3e50;
}

/* Links en el desglose */
.mphb-price-breakdown a {
    color: #17a2b8;
    text-decoration: none;
    transition: color 0.3s ease;
}

.mphb-price-breakdown a:hover {
    color: #138496;
    text-decoration: underline;
}

/* ============================================
   FORMULARIO DE INFORMACIÓN DEL CLIENTE
   ============================================ */

.mphb-customer-details,
.mphb-checkout-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.mphb-customer-details h2 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e9ecef;
}

/* Texto de campos obligatorios */
.mphb-customer-details > p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 25px;
}

/* Campos del formulario */
.mphb-customer-details p {
    margin-bottom: 20px;
}

.mphb-customer-details label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.mphb-customer-details input[type="text"],
.mphb-customer-details input[type="email"],
.mphb-customer-details input[type="tel"],
.mphb-customer-details textarea,
.mphb-customer-details select {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 2px solid #e0e6ed;
    border-radius: 8px;
    background: #ffffff;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.mphb-customer-details input:focus,
.mphb-customer-details textarea:focus,
.mphb-customer-details select:focus {
    outline: none;
    border-color: #17a2b8;
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.1);
}

.mphb-customer-details textarea {
    min-height: 100px;
    resize: vertical;
}

/* Asterisco de campo obligatorio */
.mphb-customer-details abbr {
    color: #dc3545;
    text-decoration: none;
    font-weight: bold;
    margin-left: 3px;
}

/* ============================================
   SELECTOR DE PAÍS
   ============================================ */

.mphb-customer-details select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23495057' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

/* ============================================
   PRECIO TOTAL Y BOTÓN DE RESERVA
   ============================================ */

.mphb-total-price-wrapper {
    background: #f8f9fa;
    padding: 25px 30px;
    border-radius: 12px;
    margin-bottom: 25px;
    border: 2px solid #e9ecef;
}

.mphb-total-price-wrapper p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.mphb-total-price-title {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
}

.mphb-total-price {
    font-size: 28px;
    font-weight: 700;
    color: #17a2b8;
}

/* Botón de reserva */
.mphb-reserve-btn,
.mphb-submit-button-wrapper button,
button[type="submit"],
input[type="submit"] {
    width: 100%;
    padding: 18px 40px;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(23, 162, 184, 0.3);
}

.mphb-reserve-btn:hover,
.mphb-submit-button-wrapper button:hover,
button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(23, 162, 184, 0.4);
    background: linear-gradient(135deg, #138496 0%, #0f6674 100%);
}

.mphb-reserve-btn:active,
button[type="submit"]:active {
    transform: translateY(0);
}

/* ============================================
   MENSAJES DE ERROR Y VALIDACIÓN
   ============================================ */

.mphb-errors,
.mphb-notice {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    color: #721c24;
}

.mphb-errors ul {
    margin: 0;
    padding-left: 20px;
}

.mphb-errors li {
    margin: 5px 0;
}

/* Mensaje de éxito */
.mphb-success {
    background: #d4edda;
    border-left: 4px solid #28a745;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    color: #155724;
}

/* ============================================
   LAYOUT RESPONSIVE
   ============================================ */

@media (min-width: 992px) {
    .mphb-checkout-wrapper {
        display: grid;
        grid-template-columns: 1fr 400px;
        gap: 30px;
        align-items: start;
    }
    
    .mphb-checkout-wrapper > h1,
    .mphb-checkout-wrapper > p:first-of-type,
    .mphb-checkout-wrapper > p:nth-of-type(2) {
        grid-column: 1 / -1;
    }
    
    .mphb-billing-details,
    .mphb-total-price-wrapper,
    .mphb-submit-button-wrapper {
        grid-column: 2;
        position: sticky;
        top: 20px;
    }
}

@media (max-width: 768px) {
    .mphb-checkout-wrapper,
    .mphb-reservation-wrapper {
        padding: 20px 15px;
    }
    
    .mphb-checkout-wrapper h1 {
        font-size: 24px;
    }
    
    .mphb-reserve-room-section,
    .mphb-billing-details,
    .mphb-customer-details {
        padding: 20px;
    }
    
    .mphb-reserve-room-section p {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .mphb-reserve-room-section select,
    .mphb-reserve-room-section input {
        max-width: 100%;
    }
    
    .mphb-total-price {
        font-size: 24px;
    }
}

/* ============================================
   ACORDEÓN/TOGGLE DE DESGLOSE DE PRECIOS
   ============================================ */

.mphb-price-breakdown-title {
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

.mphb-price-breakdown-title:after {
    content: "▼";
    font-size: 12px;
    transition: transform 0.3s ease;
}

.mphb-price-breakdown-title.collapsed:after {
    transform: rotate(-90deg);
}

/* ============================================
   ANIMACIONES
   ============================================ */

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mphb-reserve-room-section,
.mphb-billing-details,
.mphb-customer-details {
    animation: slideIn 0.4s ease-out;
}

/* ============================================
   LOADING STATE
   ============================================ */

.mphb-loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.mphb-loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #17a2b8;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ============================================
   CHECKBOX Y RADIO BUTTONS PERSONALIZADOS
   ============================================ */

.mphb-customer-details input[type="checkbox"],
.mphb-customer-details input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #17a2b8;
    cursor: pointer;
}

/* ============================================
   TÉRMINOS Y CONDICIONES
   ============================================ */

.mphb-terms-and-conditions {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-size: 14px;
    color: #495057;
}

.mphb-terms-and-conditions label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}/* End custom CSS */