.elementor-kit-6{--e-global-color-primary:#00494F;--e-global-color-secondary:#008D84;--e-global-color-text:#000000;--e-global-color-accent:#F5DF4E;--e-global-color-003b879:#FFFFFF;--e-global-color-fcaf92f:#00000000;--e-global-color-92f58f9:#C8E8DD;--e-global-color-11034ca:#C8E8DD33;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-radius:15px 15px 15px 15px;padding:10px 20px 10px 20px;}.elementor-kit-6 label{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{border-radius:15px 15px 15px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}#title-image, #title-text{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */strong {
    font-weight: 600;
}

.cover-img {
    box-sizing: border-box !important;
}

.cover-img a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.cover-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.desktop-h200 {height: 200px;}
.desktop-h300 {height: 300px;}
.desktop-h400 {height: 400px;}
.desktop-h500 {height: 500px;}
.desktop-h600 {height: 600px;}
.desktop-h700 {height: 700px;}
.desktop-h800 {height: 800px;}

@media (max-width: 1199px) {
.laptop-h200 {height: 200px;}
.laptop-h300 {height: 300px;}
.laptop-h400 {height: 400px;}
.laptop-h500 {height: 500px;}
.laptop-h600 {height: 600px;}
.laptop-h700 {height: 700px;}
.laptop-h800 {height: 800px;}
}

@media  (max-width: 768px) {
.tablet-h200 {height: 200px;}
.tablet-h300 {height: 300px;}
.tablet-h400 {height: 400px;}
.tablet-h500 {height: 500px;}
.tablet-h600 {height: 600px;}
.tablet-h700 {height: 700px;}
.tablet-h800 {height: 800px;}
}

@media (max-width: 479px) {
.mobile-h200 {height: 200px;}
.mobile-h300 {height: 300px;}
.mobile-h400 {height: 400px;}
.mobile-h500 {height: 500px;}
.mobile-h600 {height: 600px;}
.mobile-h700 {height: 700px;}
.mobile-h800 {height: 800px;}
}

/* 1. Ocultar la imagen y reajustar el diseño */
.wc-block-components-order-summary-item__image {
    display: none !important;
}

/* 2. Ocultar el precio repetido que sale abajo del título "Reserva" */
.wc-block-components-order-summary-item__description .wc-block-cart-item__prices {
    display: none !important;
}

/* 3. Separar cada reserva con una línea elegante */
.wc-block-components-order-summary-item {
    grid-template-columns: 1fr auto !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eaeaea !important;
}

.wc-block-components-order-summary-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

/* 4. Ordenar la descripción y la separación de los elementos */
.wc-block-components-order-summary-item__description {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 6px !important;
}

.wc-block-components-product-metadata {
    margin-top: 0 !important;
}

/* 5. Acomodar Destino y Fecha en filas limpias */
.wc-block-components-product-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important; 
}

/* Ocultar la barra diagonal (/) */
.wc-block-components-product-details__destino span[aria-hidden="true"] {
    display: none !important;
}

/* 6. Poner DESTINO y FECHA en negrita para resaltar la vista */
.wc-block-components-product-details__name {
    font-weight: 700 !important;
    color: #111 !important; /* Un tono más oscuro para mejor lectura */
}/* End custom CSS */