.elementor-44 .elementor-element.elementor-element-5004954{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-5004954:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-5004954 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#CD7F82;}.elementor-44 .elementor-element.elementor-element-bb59a5a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-bb59a5a:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-bb59a5a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFD2C3;}.elementor-44 .elementor-element.elementor-element-cf47d10 > .elementor-widget-container{padding:40px 0px 0px 0px;}.elementor-44 .elementor-element.elementor-element-5a5d44b{--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:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-5a5d44b:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-5a5d44b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF2EB;}.elementor-44 .elementor-element.elementor-element-fe640e1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-fe640e1:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-fe640e1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#969F8E;}.elementor-44 .elementor-element.elementor-element-3c4b82f{--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;--padding-top:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-44 .elementor-element.elementor-element-3c4b82f:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-3c4b82f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF2EB;}.elementor-44 .elementor-element.elementor-element-8c9d5f2{--display:flex;--min-height:555px;--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;}.elementor-44 .elementor-element.elementor-element-8c9d5f2:not(.elementor-motion-effects-element-type-background), .elementor-44 .elementor-element.elementor-element-8c9d5f2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.raquelvaldeondermoestetica.i3data.es/wp-content/uploads/2025/02/imagen_2025-02-06_115300336.webp");background-position:top center;background-repeat:no-repeat;background-size:cover;}:root{--page-title-display:none;}/* Start custom CSS *//* ============================= */
/*        Sección Principal      */
/* ============================= */
.seccion-doble {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh; /* Mejora en móviles */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
}



/* ============================= */
/*        Columna de Imagen      */
/* ============================= */
.columna-imagen {
    flex: 1;
    flex-basis: 50%;
    position: relative;
    overflow: hidden;
}

.columna-imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================= */
/*        Columna de Texto       */
/* ============================= */
.columna-texto {
    flex: 1;
    flex-basis: 50%;
    background-color: #CD7F82;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
}

/* ============================= */
/*      Tipografía y Textos      */
/* ============================= */
.titulo {
    font-size: clamp(rem, 3.5vw, 2.8rem); /* Adaptable a todas las pantallas */
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 10px;
}

.subtitulo {
    font-size: clamp(1rem, 2.2vw, 1.4rem);
    font-family: 'texto', sans-serif;
    margin-bottom: 20px;
}

.descripcion {
    font-size: clamp(2.6rem, 2.5vw, 2rem);
    line-height: 1.4;
    margin: 50px 0;
    font-family: 'TITULOS-NORMALES';
}

/* ============================= */
/*         Botón Principal       */
/* ============================= */
.boton-servicios {
    display: inline-block;
    background-color: transparent;
    color: #FFF;
    padding: 15px 30px;
    text-decoration: none;
    border: 2px solid #FFF;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* Efecto Hover del Botón */
.boton-servicios:hover {
    background-color: #FFF;
    color: #CD7F82;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ============================= */
/*      Responsividad Móviles    */
/* ============================= */
@media (max-width: 768px) {
    .seccion-doble {
        flex-direction: column;
        height: auto;
    }

    .columna-texto {
        padding: 20px;
    }

    .titulo {
    }

    .subtitulo {
        font-size: 1rem;
    }

    .descripcion {
        font-size: 1.6rem;
    }

    .boton-servicios {
        font-size: 1rem;
        padding: 12px 25px;
    }
}

/* ============================= */
/*         Efecto Hover          */
/* ============================= */

/* Efecto Hover para las Tarjetas */
.tarjeta-hover {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.tarjeta-hover:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* ============================= */
/*         Estilo de Botón        */
/* ============================= */
.boton-hover {
    position: relative;
    display: inline-block;
    text-align: center;
    background-color: transparent;
    color: #783348;
    padding: 15px 30px;
    border: 2px solid #783348;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

/* Hover del Botón */
.boton-hover:hover {
    background-color: #783348;
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ============================= */
/*       Opiniones Pacientes     */
/* ============================= */
.opiniones-container {
    background-color: #FFF2EB;
    padding: 90px;
    text-align: center;
    font-family: 'texto', serif;
    color: #783348;
    line-height: 1.8;
}

/* Título */
.opiniones-titulo {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 80px;
}

/* Contenedor de Opiniones */
.opiniones-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

/* Estilos para Cada Opinión */
.opinion {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    text-align: left;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Efecto Hover para las Opiniones */
.opinion:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Texto de la Opinión */
.opinion-text {
    margin-bottom: 10px;
    font-size: 1rem;
}

/* Autor de la Opinión */
.opinion-author {
    font-weight: bold;
    margin: 0;
}

/* Responsividad para Opiniones */
@media (max-width: 768px) {
    .opiniones-container {
        padding: 40px 20px;
    }

    .opiniones-titulo {
        font-size: 1.8rem;
    }

    .opinion-text {
        font-size: 1rem;
    }

    .opinion {
        max-width: 100%;
    }
}

/* ============================= */
/*        Sección Principal      */
/* ============================= */
.section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Dancing Script', cursive, 'Lora', serif;
}

/* ============================= */
/*        Columna de Imagen      */
/* ============================= */
.col-image {
    flex: 1;
    flex-basis: 50%;
    position: relative;
    overflow: hidden;
}

.col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================= */
/*        Columna de Texto       */
/* ============================= */
.col-text {
    flex: 1;
    flex-basis: 50%;
    background-color: #969F8E; /* Verde grisáceo */
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px;
    text-align: center;
}

/* ============================= */
/*      Tipografía y Textos      */
/* ============================= */
.col-text h2 {
    font-size: clamp(3rem, 4vw, 3rem);
    font-family: 'TITULOS-MANUSCRITOS', cursive;

    color: #FFF;
    margin-bottom: 10px;
}

.col-text h3 {
    font-size: clamp(1rem, 3vw, 2rem);
    font-family: 'TITULOS-NORMALES', serif;

    color: #FFF;
    margin-bottom: 40px;
}

.col-text p {
    font-size: clamp(1rem, 2vw, 1.2rem);
    font-family: 'texto', serif;
    line-height: 1.6;
    color: #FFF;
    margin-bottom: 50px;
}

/* ============================= */
/*         Botón Principal       */
/* ============================= */
.boton-hover {
    display: inline-block;
    background-color: transparent;
    color: #FFF;
    padding: 15px 30px;
    text-decoration: none;
    border: 2px solid #FFF;
    border-radius: 25px;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    font-weight: bold;
    transition: all 0.3s ease;
}

/* Efecto Hover del Botón */
.boton-hover:hover {
    background-color: #FFF;
    color: #969F8E;
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ============================= */
/*      Responsividad Móviles    */
/* ============================= */
@media (max-width: 768px) {
    .section {
        flex-direction: column;
        height: auto;
    }

    .col-text {
        padding: 30px;
    }

    .col-text h2 {
        font-size: 2.5rem;
    }

    .col-text h3 {
        font-size: 1.8rem;
    }

    .col-text p {
        font-size: 1.2rem;
    }

    .boton-hover {
        font-size: 1rem;
        padding: 12px 20px;
    }
}

/* ============================= */
/*       Sección de Contacto     */
/* ============================= */
.contacto-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lora', serif;

    background-size: cover;
    background-position: center;
    text-align: center;
}

/* Fondo Opaco */
.contacto-content {
    background-color: rgba(255, 255, 255, 0.9); /* Fondo semi-transparente */
    padding: 60px 40px;
    border-radius: 12px;
    max-width: 700px;
    width: 90%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Títulos y Descripción */
.contacto-titulo {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: bold;
    color: #783348;
    margin-bottom: 10px;
    line-height: 1.3;
}

.contacto-subtitulo {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 400;
    color: #5A1F2F;
    margin-bottom: 30px;
}

.contacto-descripcion {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 400;
    line-height: 1.6;
    color: #783348;
    margin-bottom: 40px;
}

/* Botón de WhatsApp */
.contacto-boton {
    display: inline-block;
    background-color: transparent;
    color: #783348;
    padding: 15px 30px;
    text-decoration: none;
    border: 2px solid #783348;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.contacto-boton:hover {
    background-color: #783348;
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Redes Sociales */
.contacto-redes {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.contacto-icono {
    color: #783348;
    font-size: 1.8rem;
    transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
}

.contacto-icono:hover {
    transform: scale(1.2);
    color: #5A1F2F;
}

/* ============================= */
/*        Responsividad          */
/* ============================= */
@media (max-width: 768px) {
    .contacto-content {
        width: 95%;
        padding: 40px 20px;
    }

    .contacto-titulo {
        font-size: 2rem;
    }

    .contacto-subtitulo {
        font-size: 1rem;
    }

    .contacto-descripcion {
        font-size: 1.5rem;
    }

    .contacto-boton {
        font-size: 1rem;
        padding: 12px 25px;
    }

    .contacto-icono {
        font-size: 1.5rem;
    }
}

/* ============================================= */
/*        SECCIÓN TRATAMIENTOS (nuevo)          */
/* ============================================= */
.tratamientos-container {
    background-color: #FFF2EB;
    padding: 90px;
    font-family: 'Lora', serif;
    color: #783348;
    text-align: center;
    box-sizing: border-box;
}

.tratamientos-titulo {
    /* Usa clamp para asegurar que no se desborde en pantallas pequeñas */
    font-size: clamp(2rem, 5vw, 3rem);
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 40px;
}

/* Galería */
.tratamientos-galeria {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px; /* para centrar y limitar ancho */
}

/* Tarjetas */
.tarjeta-hover {
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 300px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tarjeta-hover img {
    width: 100%;
    display: block;
}

.tarjeta-contenido {
    padding: 20px;
}

.tarjeta-contenido h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.tarjeta-contenido p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Efecto hover en tarjetas (ya lo tienes) */
.tarjeta-hover:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Botón */
.tratamientos-container .boton-hover {
    display: inline-block;
    margin-top: 40px;
    background-color: transparent;
    color: #783348;
    padding: 15px 30px;
    border: 2px solid #783348;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* Ajustes Responsivos */
@media (max-width: 768px) {
    .tratamientos-container {
        padding: 40px 20px;
    }
    .tratamientos-titulo {
        font-size: 2rem; /* se reduce en móvil */
    }
}

/* ============================================= */
/* SECCIÓN "¿Qué es la enfermería dermoestética?" */
/* ============================================= */
.enfermeria-container {
    background-color: #EFD2C3;
    padding: 80px;
    color: #783348;
    line-height: 1.8;
    box-sizing: border-box;
    text-align: center;
}

.enfermeria-titulo {
    font-size: clamp(2rem, 5vw, 3rem);
    font-family: 'TITULOS-NORMALES';
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.enfermeria-container p {
    font-size: 1.3rem;
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
}

/* Botón */
.enfermeria-container .boton-hover {
    display: inline-block;
    margin-top: 2rem; /* si quieres más separación */
    background-color: transparent;
    color: #783348;
    padding: 15px 30px;
    border: 2px solid #783348;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .enfermeria-container {
        padding: 40px 20px;
    }
    .enfermeria-titulo {
        font-size: 2rem;
    }
    .enfermeria-container p {
        font-size: 1rem;
    }
}

/* ============================= */
/* Tipografía manuscrita en columna-texto */
/* ============================= */
.columna-texto .titulo-manuscrito {
    /* Copiamos las mismas propiedades de .col-text h2 */
    font-size: clamp(3rem, 4vw, 3rem);
    font-family: 'TITULOS-MANUSCRITOS', cursive;
    color: inherit;      /* hereda el color blanco de .columna-texto */
    background: none;    /* aseguramos que no tenga ningún fondo */
    margin-top: 40px; /* igual que el otro h2 */
}

/* 2) Variante “tratamientos-titulo” dentro de .columna-texto:
   misma tipografía que en la sección de tratamientos pero más pequeña
   y sin fondo blanco */
.columna-texto .tratamientos-titulo {
    /* ajusta el clamp para escalar en móviles */
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-family: 'Lora', serif;  /* copia la misma fuente que usas en .tratamientos-container */
    text-transform: none;         /* quita mayúsculas si no las quieres */
    background: none;             /* elimina cualquier fondo */
         /* solo un pequeño margen arriba */
    /* hereda color y alineación del contenedor */
}/* End custom CSS */