.elementor-686 .elementor-element.elementor-element-bc79ed0 .elementor-heading-title{font-family:"Imperator", Sans-serif;font-weight:400;color:#FAFBFC;}.elementor-686 .elementor-element.elementor-element-8092471{margin:30px 30px calc(var(--kit-widget-spacing, 0px) + 30px) 30px;padding:30px 30px 30px 30px;color:#FFFFFF;}@media(max-width:767px){.elementor-686 .elementor-element.elementor-element-bc79ed0{padding:30px 30px 30px 30px;text-align:center;}.elementor-686 .elementor-element.elementor-element-bc79ed0.elementor-element{--align-self:center;}.elementor-686 .elementor-element.elementor-element-bc79ed0 .elementor-heading-title{font-size:22px;}.elementor-686 .elementor-element.elementor-element-8092471{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 14px 06px 14px;text-align:justify;font-size:13px;}.elementor-686 .elementor-element.elementor-element-c141ac8{text-align:justify;}}/* Start custom CSS for mphbe-room, class: .elementor-element-641ff48 *//* ============================================================ */
/* 1. CONTENEDOR PRINCIPAL: SLIDER HORIZONTAL (TODAS LAS VISTAS)*/
/* ============================================================ */
ul.mphb-loop-room-type-attributes {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: nowrap !important; /* Fuerza una sola línea siempre */
    gap: 15px;
    justify-content: flex-start !important; /* Alinea los elementos al inicio */
    font-size: 0 !important; 
    color: transparent !important; 
    overflow-x: auto; /* Activa la barra de desplazamiento horizontal */
    padding-bottom: 15px !important; /* Espacio para la barra de scroll */
    scroll-snap-type: x mandatory; /* Deslizamiento magnético */
    -webkit-overflow-scrolling: touch; /* Fluidez táctil */
}

/* Personalización de la barra de scroll para que se vea elegante en PC */
ul.mphb-loop-room-type-attributes::-webkit-scrollbar {
    height: 6px; 
}
ul.mphb-loop-room-type-attributes::-webkit-scrollbar-thumb {
    background-color: #bfa170; /* Tu color dorado */
    border-radius: 4px;
}
ul.mphb-loop-room-type-attributes::-webkit-scrollbar-track {
    background-color: #f1f1f1; 
    border-radius: 4px;
}

/* ============================================================ */
/* 2. APLANAR LA ESTRUCTURA HTML */
/* ============================================================ */
ul.mphb-loop-room-type-attributes li.mphb-room-type-facilities,
ul.mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value {
    display: contents; 
}

/* ============================================================ */
/* 3. DISEÑO DE LAS TARJETAS */
/* ============================================================ */
ul.mphb-loop-room-type-attributes > li:not(.mphb-room-type-facilities),
ul.mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value span[class*="facility-"] {
    flex: 0 0 120px !important; /* Ancho fijo para todas las tarjetas */
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px 10px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    box-sizing: border-box;
    scroll-snap-align: start; /* Anclaje magnético al hacer scroll */
}

/* ============================================================ */
/* 4. LIMPIEZA DE TÍTULOS Y TEXTOS REDUNDANTES */
/* ============================================================ */
ul.mphb-loop-room-type-attributes .mphb-attribute-title {
    display: none !important;
}

ul.mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value {
    font-size: 0 !important;
    color: transparent !important; 
}

/* ============================================================ */
/* 5. TEXTO DE LOS SERVICIOS Y DETALLES */
/* ============================================================ */
ul.mphb-loop-room-type-attributes .mphb-attribute-value,
ul.mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value span[class*="facility-"] a {
    font-size: 14px !important; 
    color: #4a4a4a;
    text-decoration: none;
    margin-top: 10px;
    line-height: 1.3;
}

/* ============================================================ */
/* 6. ESTILOS DE ICONOS */
/* ============================================================ */
ul.mphb-loop-room-type-attributes > li:not(.mphb-room-type-facilities)::before,
ul.mphb-loop-room-type-attributes li.mphb-room-type-facilities .mphb-attribute-value span[class*="facility-"]::before {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif !important;
    font-weight: 900 !important;
    font-size: 26px; 
    color: #bfa170;
    display: block;
}

/* ============================================================ */
/* 7. ASIGNACIÓN FINAL DE ICONOS UNICODE */
/* ============================================================ */
.mphb-room-type-total-capacity::before { content: "\f007"; } 
.mphb-room-type-view::before { content: "\f03e"; } 
.mphb-room-type-size::before { content: "\f545"; } 
.mphb-room-type-bed-type::before { content: "\f236"; } 
.mphb-room-type-categories::before { content: "\f02b"; } 
.facility-aire-acondicionado::before { content: "\f2dc"; } 
.facility-bano-privado::before { content: "\f2cd"; }       
.facility-basicos-de-bano::before { content: "\f2cc"; }    
.facility-caja-fuerteen-recepcion::before { content: "\f023"; } 
.facility-cortinas-black-out::before { content: "\f186"; } 
.facility-desayuno::before { content: "\f0f4"; }           
.facility-smart-tv::before { content: "\f26c"; }           
.facility-toallas::before { content: "\f318"; }            
.facility-wifi::before { content: "\f1eb"; }
/* ============================================================ */
/* NUEVOS ICONOS: ESTACIONAMIENTO Y TOALLAS                     */
/* ============================================================ */

/* Estacionamiento (Letra 'P' de Parking) */
.facility-estacionamiento::before { 
    content: "\f540"; 
} 

.facility-toallas::before { 
    content: "\f5bb"; 
}/* End custom CSS */
/* Start custom CSS for mphbe-accommodation-price, class: .elementor-element-9cd0f80 *//* ============================================================ */
/* ESTILO DE PRECIOS Y OCULTAMIENTO DE TEXTO REDUNDANTE         */
/* ============================================================ */

/* 1. Ocultar el texto "Los precios comienzan en:" */
.mphb-regular-price strong {
    display: none !important;
}

/* 2. Aumentar el tamaño del precio y ponerlo en negritas */
.mphb-regular-price .mphb-price {
    font-size: 28px !important; /* Puedes subir o bajar este valor a tu gusto */
    font-weight: 900 !important; /* Negrita máxima */
    color: #333333 !important; /* Gris oscuro casi negro para máxima lectura */
    display: inline-block;
}

/* 3. Ajuste sutil para el texto secundario (ej. "por 8 noches") */
.mphb-regular-price .mphb-price-period {
    font-size: 16px !important;
    color: #777777 !important; /* Un gris más claro para que no compita con el precio */
    margin-left: 5px;
    font-weight: 400 !important;
    text-decoration: none !important; /* Quita el subrayado punteado si aparece */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Imperator';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://casatlaquepaque.com.mx/wp-content/uploads/2025/03/ImperatorSmallCaps.ttf') format('truetype');
}
/* End Custom Fonts CSS */