.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}/* Start custom CSS for html, class: .elementor-element-51d1342 *//* ========== DESKANSA CONTACT ========== */

.dk-contact-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
}

.dk-kicker {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #9B8977;
    margin-bottom: 22px;
    font-weight: 700;
}

/* HERO */

.dk-contact-hero {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A1A1A;
}

.dk-contact-hero-image {
    position: absolute;
    inset: 0;
}

.dk-contact-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
}

.dk-contact-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26,26,26,0.6) 0%, rgba(26,26,26,0.85) 100%);
    z-index: 1;
}

.dk-contact-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 920px;
    padding: 60px 25px;
}

.dk-contact-hero .dk-kicker {
    color: rgba(255,255,255,0.6);
}

.dk-contact-hero h1 {
    font-size: clamp(40px, 5vw, 76px);
    line-height: 1.05;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dk-contact-hero p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
    max-width: 720px;
    margin: 0 auto 44px;
}

.dk-contact-hero-buttons {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.dk-btn-primary,
.dk-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 34px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.dk-btn-primary {
    background: #fff;
    color: #1A1A1A;
}

.dk-btn-primary:hover {
    transform: translateY(-3px);
    background: #F5F3F0;
    color: #1A1A1A;
}

.dk-btn-secondary {
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    background: transparent;
}

.dk-btn-secondary:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.6);
}

/* INFO CARDS */

.dk-contact-info {
    background: #F5F3F0;
    padding: 110px 0;
}

.dk-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.dk-contact-card {
    background: #fff;
    padding: 50px 42px;
    border-radius: 12px;
    transition: all 0.35s ease;
    position: relative;
    border: 1px solid #EBE7E0;
}

.dk-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(26,26,26,0.08);
    border-color: transparent;
}

.dk-card-num {
    display: block;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: #9B8977;
    font-weight: 700;
    margin-bottom: 24px;
}

.dk-contact-card h3 {
    margin: 0 0 22px;
    font-size: 26px;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.dk-contact-card p {
    color: #5A5550;
    line-height: 1.7;
    margin: 0 0 14px;
    font-size: 15px;
}

.dk-contact-card p strong {
    color: #1A1A1A;
    font-weight: 600;
}

.dk-card-link {
    display: inline-block;
    margin-top: 16px;
    color: #1A1A1A;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: transform 0.25s ease;
}

.dk-card-link:hover {
    color: #1A1A1A;
    transform: translateX(4px);
}

/* SHOWROOM */

.dk-showroom {
    padding: 130px 0;
    background: #fff;
}

.dk-showroom-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.dk-showroom-image img {
    width: 100%;
    border-radius: 14px;
    display: block;
    aspect-ratio: 4/5;
    object-fit: cover;
}

.dk-showroom-content h2 {
    font-size: clamp(34px, 3.5vw, 56px);
    line-height: 1.05;
    margin: 0 0 28px;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dk-showroom-content p {
    line-height: 1.8;
    color: #5A5550;
    margin: 0 0 22px;
    font-size: 17px;
}

.dk-showroom-list {
    list-style: none;
    padding: 0;
    margin: 36px 0 0;
}

.dk-showroom-list li {
    padding: 14px 0;
    border-top: 1px solid #EBE7E0;
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 24px;
}

.dk-showroom-list li:last-child {
    border-bottom: 1px solid #EBE7E0;
}

.dk-showroom-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #9B8977;
}

/* MAPA */

.dk-map-section {
    background: #F5F3F0;
    padding: 130px 0;
}

.dk-map-header {
    text-align: center;
    margin-bottom: 60px;
}

.dk-map-header h2 {
    color: #1A1A1A;
    font-size: clamp(34px, 3.5vw, 56px);
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dk-map-wrapper {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 30px 70px rgba(26,26,26,0.08);
}

/* CONTACT BOTTOM */

.dk-contact-bottom {
    background: #1A1A1A;
    padding: 130px 0;
}

.dk-contact-cta {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.dk-contact-cta .dk-kicker {
    color: rgba(255,255,255,0.55);
}

.dk-contact-cta h2 {
    color: #fff;
    font-size: clamp(34px, 3.5vw, 56px);
    line-height: 1.1;
    margin: 0 0 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.dk-contact-cta p {
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 50px;
}

.dk-contact-channels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 960px;
    margin: 0 auto;
}

.dk-channel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 36px 28px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dk-channel:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.25);
    transform: translateY(-4px);
}

.dk-channel-label {
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    font-weight: 700;
}

.dk-channel-value {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
    .dk-contact-grid,
    .dk-showroom-grid,
    .dk-contact-channels {
        grid-template-columns: 1fr;
    }

    .dk-showroom-grid {
        gap: 50px;
    }

    .dk-showroom-image img {
        aspect-ratio: 16/10;
    }
}

@media (max-width: 768px) {
    .dk-contact-info,
    .dk-showroom,
    .dk-map-section,
    .dk-contact-bottom {
        padding: 80px 0;
    }

    .dk-contact-hero {
        min-height: 80vh;
    }

    .dk-contact-card {
        padding: 38px 28px;
    }

    .dk-contact-container {
        padding: 0 20px;
    }
}

/* ===== RESPONSIVE MÓVIL ===== */
@media (max-width: 768px) {

  /* Cards - centrar texto */
  .dk-contact-card {
    text-align: center;
  }
  .dk-card-num {
    display: block;
    text-align: center;
  }
  .dk-card-link {
    display: block;
    text-align: center;
  }

  /* Recuadro CTA - WhatsApp / Teléfono / Email */
  .dk-contact-channels {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .dk-channel {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 28px 20px;
  }
  .dk-channel-label,
  .dk-channel-value {
    text-align: center;
    display: block;
    word-break: break-all;
  }

  /* Ajuste del contenedor bottom */
  .dk-contact-bottom {
    overflow-x: hidden;
  }
  .dk-contact-cta {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
}

/* ===== RESPONSIVE MÓVIL - SHOWROOM ===== */
@media (max-width: 768px) {
  .dk-showroom-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .dk-showroom-content {
    text-align: center;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .dk-showroom-content h2,
  .dk-showroom-content p,
  .dk-showroom-content .dk-kicker {
    text-align: center;
  }
  .dk-showroom-list {
    text-align: left;
    max-width: 320px;
    margin: 0 auto;
  }
  .dk-showroom-image {
    width: 100%;
  }
  .dk-showroom-image img {
    width: 100%;
    height: auto;
  }
}

/* ===== RESALTAR TEXTO Y CARDS SOBRE IMAGEN DE FONDO ===== */
.dk-contact-bottom .dk-contact-container { position: relative; z-index: 2; }
.dk-contact-bottom .dk-kicker { color: rgba(255,255,255,0.95) !important; }
.dk-contact-bottom h2 { color: #ffffff !important; }
.dk-contact-bottom p { color: rgba(255,255,255,0.95) !important; }
.dk-contact-bottom .dk-channel { background: rgba(20,20,20,0.85) !important; border: 1px solid rgba(255,255,255,0.18) !important; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.dk-contact-bottom .dk-channel:hover { background: rgba(40,40,40,0.92) !important; border-color: rgba(255,255,255,0.4) !important; }
.dk-contact-bottom .dk-channel-label { color: rgba(255,255,255,0.7) !important; }
.dk-contact-bottom .dk-channel-value { color: #ffffff !important; }


/* BOTTOM CHANNELS OVERRIDE */
.dk-contact-bottom .dk-contact-container { position: relative; z-index: 2; }
.dk-contact-bottom .dk-kicker { color: rgba(255,255,255,0.95) !important; }
.dk-contact-bottom h2 { color: #ffffff !important; }
.dk-contact-bottom p { color: rgba(255,255,255,0.95) !important; }
.dk-contact-bottom .dk-channel {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.25) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
.dk-contact-bottom .dk-channel:hover {
    background: transparent !important;
    border-color: rgba(255,255,255,0.5) !important;
}
.dk-contact-bottom .dk-channel-label { color: rgba(255,255,255,0.85) !important; }
.dk-contact-bottom .dk-channel-value { color: #ffffff !important; }
/* END BOTTOM CHANNELS OVERRIDE */


/* SHOWROOM BG OVERRIDE */
.dk-showroom {
    position: relative;
    background-color: #1a1a1a !important;
    overflow: hidden;
}
.dk-showroom::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://cdn.thecoolist.com/wp-content/uploads/2025/07/Moody-Modern-Salon.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.55;
    z-index: 0;
}
.dk-showroom::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(20,20,20,0.55), rgba(20,20,20,0.7));
    z-index: 1;
}
.dk-showroom .dk-contact-container {
    position: relative;
    z-index: 2;
}
.dk-showroom .dk-kicker { color: rgba(255,255,255,0.9) !important; }
.dk-showroom h2 { color: #ffffff !important; }
.dk-showroom p { color: rgba(255,255,255,0.92) !important; }
.dk-showroom .dk-showroom-list li {
    color: rgba(255,255,255,0.95) !important;
    border-color: rgba(255,255,255,0.18) !important;
}
.dk-showroom .dk-showroom-image img {
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
/* END SHOWROOM BG OVERRIDE *//* End custom CSS */