/*
Theme Name: D. Child
Theme URI: https://denocheydia.com/
Template: astra
Author: moodoraman
Version: 101.1776767072
Updated: 2026-04-21 12:24:32

*/

/*==  by D. ==*/

.elementor-widget-text-editor p{text-align: justify;}
@media screen and (max-width:767px) {
	.e-con-inner .elementor-widget-container h6{text-align: center;}
	.e-con-inner .elementor-widget-container h2{text-align: center;}
}


/* =======================================================
   SELECTOR DE IDIOMAS GTRANSLATE - DISEÑO CORPORATIVO
   ======================================================= */

/* 1. Estado Normal (Cuando se hace scroll y el fondo es sólido) */
.gtranslate_wrapper a.glink {
    color: #7A7A7A !important;
    font-size: 14px !important;
    margin: 0 2px !important;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease, opacity 0.3s ease;
}

/* 2. Estado Transparente (Al principio de la página) */
.she-header-transparent-yes .gtranslate_wrapper a.glink {
    color: #ffffff !important;
}

/* 3. Efecto al pasar el ratón (Hover) sobre los idiomas disponibles */
.gtranslate_wrapper a.glink:hover {
    opacity: 0.6; 
}

/* 4. OCULTAR EL IDIOMA ACTIVO */
.gtranslate_wrapper a.glink.gt-current-lang {
    display: none !important;
}


/* Ocultar las etiquetas de precio en la lista de selección de servicios */
.os-app-wrap .os-service-price,
.os-app-wrap .os-price {
    display: none !important;
}

/* Ocultar el bloque de precio/coste en el cuadro de resumen de la reserva */
.os-app-wrap .os-summary-action-price,
.os-app-wrap .os-summary-total,
.os-app-wrap .os-summary-price {
    display: none !important;
}

/* Ocultar el paso de "Pago" en la barra de progreso superior (si se renderiza) */
.os-app-wrap .os-steps-timeline .os-step-payment {
    display: none !important;
}

/* Ocultar métodos de pago locales o pasarelas si han quedado huérfanas en el DOM */
.os-app-wrap .os-payment-methods-w {
    display: none !important;
}
/* 1. Ocultar los pasos de pago en la barra de progreso lateral */
.latepoint-progress li[data-step-code^="payment__"] {
    display: none !important;
}

/* 2. Ocultar los textos e iconos descriptivos de pago en el panel lateral */
.latepoint-step-desc-library[data-step-code^="payment__"] {
    display: none !important;
}

/* 3. Ocultar los títulos internos de los pasos de pago en la cabecera */
.os-heading-text-library[data-step-code^="payment__"] {
    display: none !important;
}

/* 4. Ocultar por completo el bloque inferior de "Desglose de Costos" en el resumen */
.latepoint-summary-w .summary-price-breakdown-wrapper {
    display: none !important;
}

/* 5. Ocultar cualquier etiqueta de precio suelta (como el 0.00€) por seguridad */
.latepoint-summary-w .spi-price,
.latepoint-w .os-item-price {
    display: none !important;
}

.astra-dark-mode-enable input[type="text"], .astra-dark-mode-enable input[type="tel"], .astra-dark-mode-enable input[type="url"], .astra-dark-mode-enable textarea {
  color:#000 !important;
}
/* Ocultar el contenedor principal del desglose de costos */
.summary-price-breakdown-wrapper {
    display: none !important;
}

/* Ocultar el botón desplegable que dice "Desglose" */
.price-breakdown-unfold {
    display: none !important;
}

/* Ocultar las filas de precios individuales (Servicio y Precio Total) */
.summary-price-item-w {
    display: none !important;
}

/* Ocultar la cabecera del desglose */
.pb-heading {
    display: none !important;
}

/* ==========================================================================
   MENÚ DINÁMICO PRO - 100% ANCHO REAL (SIN ROMPER MAQUETACIÓN)
   ========================================================================== */

/* TRUCO MAESTRO: Liberamos el menú de sus contenedores para que el 100% sea de la pantalla */
.elementor-element-952f2ee, /* Tu contenedor general de la cabecera */
.menu-dinamico-pro.elementor-widget-nav-menu,
.menu-dinamico-pro .elementor-widget-container {
    position: static !important;
}

/* 1. ESTADO DEL TOGGLE (HAMBURGUESA) - Blanco / Color en Sticky */
.menu-dinamico-pro .elementor-menu-toggle {
    background: transparent !important;
    transition: all 0.3s ease-in-out !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.menu-dinamico-pro .elementor-menu-toggle i {
    color: #ffffff !important; 
    font-size: 28px !important;
    transition: color 0.3s ease !important;
}

.elementor-sticky--effects .menu-dinamico-pro .elementor-menu-toggle i,
.elementor-sticky__active .menu-dinamico-pro .elementor-menu-toggle i,
.she-header-yes:not(.she-header-transparent-yes) .menu-dinamico-pro .elementor-menu-toggle i {
    color: #2c5282 !important;
}

.menu-dinamico-pro .elementor-menu-toggle.elementor-active i {
    color: #2c5282 !important;
}

/* 2. DISEÑO DEL DESPLEGABLE MÓVIL (100% de la pantalla, anclado a la izquierda) */
.menu-dinamico-pro nav.elementor-nav-menu--dropdown {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important; /* Ahora sí ocupa la pantalla entera */
    top: 100% !important;
    min-height: auto !important;
    background: #ffffff !important;
    border-top: 2px solid #2c5282 !important; 
    box-shadow: 0 20px 40px -10px rgba(44, 82, 130, 0.15) !important;
    border-radius: 0 0 16px 16px !important; 
    padding: 20px 25px 30px 25px !important;
    z-index: 9999 !important;
}

.menu-dinamico-pro nav.elementor-nav-menu--dropdown ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* 3. ENLACES Y ESTADO ACTIVO/CLICK (#3f444b y texto #fff) */
.menu-dinamico-pro nav.elementor-nav-menu--dropdown a.elementor-item {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c5282 !important; 
    padding: 16px 12px !important;
    border-bottom: 1px solid rgba(44, 82, 130, 0.1) !important; 
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    transition: all 0.3s ease !important;
    border-radius: 8px !important;
}

.menu-dinamico-pro nav.elementor-nav-menu--dropdown a.elementor-item.elementor-item-active,
.menu-dinamico-pro nav.elementor-nav-menu--dropdown li.current-menu-item > a,
.menu-dinamico-pro nav.elementor-nav-menu--dropdown a.elementor-item:active,
.menu-dinamico-pro nav.elementor-nav-menu--dropdown a.elementor-item:focus {
    background-color: #3f444b !important;
    color: #ffffff !important;
    border-bottom-color: transparent !important;
}

.menu-dinamico-pro nav.elementor-nav-menu--dropdown > ul > li:last-child > a {
    border-bottom: none !important;
}

/* 4. SUBMENÚ Y COLOR ROJIZO (#ef444b) */
.menu-dinamico-pro nav.elementor-nav-menu--dropdown ul.sub-menu {
    background: rgba(44, 82, 130, 0.03) !important; 
    border-left: 3px solid #2c5282 !important; 
    padding: 5px 0 5px 15px !important;
    margin: 5px 10px 15px 10px !important;
    border-radius: 0 8px 8px 0 !important;
}

.menu-dinamico-pro nav.elementor-nav-menu--dropdown ul.sub-menu a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ef444b !important; /* Texto del submenú */
    padding: 12px 10px !important;
    display: block !important;
}

/* 5. CENTRADO DEL ICONO (+) Y CÍRCULO */
.menu-dinamico-pro nav.elementor-nav-menu--dropdown .sub-arrow {
    background: rgba(44, 82, 130, 0.1) !important; 
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    margin-left: 10px !important;
}

.menu-dinamico-pro nav.elementor-nav-menu--dropdown .sub-arrow i {
    font-size: 12px !important;
    color: #2c5282 !important;
    line-height: 1 !important;
    display: block !important;
}

.menu-dinamico-pro nav.elementor-nav-menu--dropdown li.current-menu-item > a .sub-arrow i {
    color: #ffffff !important;
}

.menu-dinamico-pro nav.elementor-nav-menu--dropdown a[aria-expanded="true"] .sub-arrow {
    transform: rotate(45deg) !important; 
    background: #2c5282 !important;
}

.menu-dinamico-pro nav.elementor-nav-menu--dropdown a[aria-expanded="true"] .sub-arrow i {
    color: #ffffff !important;
}

/* 6. EFECTO DE DESENFOQUE DE FONDO */
#page, #content, footer, .elementor-location-footer, main {
    transition: filter 0.4s ease-out !important;
}

body.menu-is-open div[data-elementor-type="wp-page"], 
body.menu-is-open div[data-elementor-type="post"],
body.menu-is-open #content,
body.menu-is-open footer,
body.menu-is-open main {
    filter: blur(3px) brightness(0.95);
    pointer-events: none;
    user-select: none;
}

/* ==========================================================================
   BREAKPOINTS (Control Desktop vs Mobile)
   ========================================================================== */
@media (min-width: 1025px) {
    .menu-dinamico-pro .elementor-menu-toggle { display: none !important; }
    .menu-dinamico-pro .elementor-nav-menu--main { display: flex !important; }
    .menu-dinamico-pro nav.elementor-nav-menu--dropdown { display: none !important; }
}

@media (max-width: 1024px) {
    .menu-dinamico-pro .elementor-nav-menu--main { display: none !important; }
    .menu-dinamico-pro .elementor-menu-toggle { display: flex !important; }
}

/* ==========================================================================
   TEXTOS DEL MENÚ ESCRITORIO - BLANCO A COLOR EN STICKY
   ========================================================================== */

/* 1. ESTADO NORMAL (Arriba de la página): Texto en BLANCO */
.menu-dinamico-pro .elementor-nav-menu--main .elementor-item {
    color: #ffffff !important;
    transition: color 0.3s ease-in-out !important; /* Transición suave al hacer scroll */
}

/* 2. ESTADO STICKY (Al hacer scroll): Texto en AZUL CORPORATIVO */
/* Compatible con Elementor Pro y Sticky Header Effects */
.elementor-sticky--effects .menu-dinamico-pro .elementor-nav-menu--main .elementor-item,
.elementor-sticky__active .menu-dinamico-pro .elementor-nav-menu--main .elementor-item,
.she-header-yes:not(.she-header-transparent-yes) .menu-dinamico-pro .elementor-nav-menu--main .elementor-item {
    color: #2c5282 !important;
}

/* 3. ESTADO HOVER (Pasar el ratón): Color de resalte para que sea interactivo */
/* Al pasar el ratón estando en la parte superior (Normal) */
.menu-dinamico-pro .elementor-nav-menu--main .elementor-item:hover {
    color: #e2e8f0 !important; /* Un gris/blanco muy clarito para indicar hover */
}

/* Al pasar el ratón estando en Sticky (Scroll) */
.elementor-sticky--effects .menu-dinamico-pro .elementor-nav-menu--main .elementor-item:hover,
.elementor-sticky__active .menu-dinamico-pro .elementor-nav-menu--main .elementor-item:hover,
.she-header-yes:not(.she-header-transparent-yes) .menu-dinamico-pro .elementor-nav-menu--main .elementor-item:hover {
    color: #1a365d !important; /* Un azul más oscuro corporativo */
}

/* ============= responsive ========================================================================= */


@media screen and (max-width:1620px) {
	
	
}


@media screen and (max-width:1200px) {
	
   
}


@media screen and (max-width:770px) {
   
    
}


@media screen and (max-width:768px) {
	
	
}


@media screen and (max-width:500px) {
	

}


