/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2026 | 00:20:28 */
/* ==========================================================
   LAS FLORES DE LA REINA — HOME
   ========================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Poppins:wght@300;400;500;600&family=Lato:wght@300;400;700;900&display=swap');

:root {
    --fdr-bg: #fff1f0;
    --fdr-text: #2c2c2c;
    --fdr-rose: #a7546a;
    --fdr-rose-light: #f4e3e2;
}


/* ==========================================================
   RESET LOCAL HOME
   ========================================================== */

.fdr-hero,
.fdr-hero * {
    box-sizing: border-box;
}


/* ==========================================================
   WORDPRESS / ASTRA — HOME FULL WIDTH
   ========================================================== */

body.home .site-content > .ast-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home .content-area {
    width: 100% !important;
    margin: 0 !important;
}

body.home .site-main,
body.home article,
body.home .entry-content {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

body.home .entry-content > .wp-block-html {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* ==========================================================
   HERO — DESKTOP BASE
   ========================================================== */

.fdr-hero {
    width: 100%;
    min-height: 68vh;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

    position: relative;
    overflow: hidden;

    margin: 0;
    padding: 0 0 0.5rem;

    background: var(--fdr-bg);
}


/* ==========================================================
   FONDO DECORATIVO
   ========================================================== */

.fdr-hero__bg {
    position: absolute;
    inset: 0;

    pointer-events: none;

    background:
        radial-gradient(
            ellipse 60% 70% at 80% 50%,
            rgba(167,84,106,0.07) 0%,
            transparent 70%
        ),
        radial-gradient(
            ellipse 40% 40% at 10% 80%,
            rgba(167,84,106,0.05) 0%,
            transparent 60%
        );
}


/* ==========================================================
   CONTENIDO IZQUIERDO
   ========================================================== */

.fdr-hero__content {
    position: relative;
    z-index: 2;

    width: 100%;

    padding:
        2.5rem
        4rem
        2.4rem
        6rem;
}


/* ==========================================================
   BADGE
   ========================================================== */

.fdr-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;

    width: fit-content;

    margin: 0 0 0.85rem;
    padding: 0.4rem 1rem;

    border:
        1px solid
        rgba(167,84,106,0.30);

    border-radius: 2px;

    font-family: 'Lato', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;

    line-height: 1.4;
    letter-spacing: 0.2em;

    text-transform: uppercase;

    color: var(--fdr-rose);

    animation:
        fdrFadeUp 0.6s ease both;
}

.fdr-hero__badge::before {
    content: '✦';

    flex: 0 0 auto;

    font-size: 0.6rem;
}


/* ==========================================================
   TÍTULO
   ========================================================== */

.fdr-hero__title {
    margin: 0 0 1.5rem;

    font-family: 'Lora', serif;

    font-size:
        clamp(2.35rem, 4.55vw, 3.65rem);

    font-weight: 600;
    line-height: 1.15;

    color: var(--fdr-text);

    animation:
        fdrFadeUp
        0.6s
        0.1s
        ease
        both;
}

.fdr-hero__title em {
    font-family: 'Lora', serif;

    font-style: italic;
    font-weight: 600;

    color: var(--fdr-rose);
}


/* ==========================================================
   TEXTO
   ========================================================== */

.fdr-hero__text {
    width: 100%;
    max-width: 420px;

    margin: 0 0 2rem;

    font-family:
        'Poppins',
        sans-serif;

    font-size: 0.94rem;
    line-height: 1.7;

    color: #666;

    animation:
        fdrFadeUp
        0.6s
        0.2s
        ease
        both;
}


/* ==========================================================
   CTA
   ========================================================== */

.fdr-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;

    animation:
        fdrFadeUp
        0.6s
        0.3s
        ease
        both;
}

.fdr-hero__button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding:
        0.9rem
        2rem;

    background:
        var(--fdr-rose);

    color:
        var(--fdr-bg);

    border:
        1.5px solid
        var(--fdr-rose);

    border-radius: 2px;

    font-family:
        'Lato',
        sans-serif;

    font-size: 0.8rem;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: 0.12em;

    text-align: center;
    text-transform: uppercase;
    text-decoration: none;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.fdr-hero__button:hover {
    background:
        var(--fdr-rose-light);

    color:
        var(--fdr-rose);

    transform:
        translateY(-2px);

    box-shadow:
        0 8px 25px
        rgba(167,84,106,0.20);
}


/* ==========================================================
   VISUAL DERECHO
   ========================================================== */

.fdr-hero__visual {
    width: 100%;
    height: 74vh;

    position: relative;
    z-index: 1;

    display: flex;

    align-items: center;
    justify-content: center;

    overflow: visible;
}


/* ==========================================================
   IMAGEN
   ========================================================== */

.fdr-hero__image-frame {
    width: 430px;
    max-width: 430px;

    aspect-ratio: 0.72 / 1;

    position: relative;

    overflow: hidden;
    isolation: isolate;

    border-radius:
        50% 50% 10px 10px /
        34% 34% 10px 10px;

    background:
        var(--fdr-rose-light);

    box-shadow:
        0 28px 70px
        rgba(167,84,106,0.14);

    animation:
        fdrImageFloat
        6s
        ease-in-out
        infinite,
        fdrFadeIn
        0.8s
        0.2s
        ease
        both;
}

.fdr-hero__image-frame img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center top;
}

.fdr-hero__image-frame::before {
    content: '';

    position: absolute;
    inset: 0;

    z-index: 1;

    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            transparent 76%,
            rgba(167,84,106,0.08)
        );
}


/* ==========================================================
   TAGS FLOTANTES — DESKTOP
   ========================================================== */

.fdr-hero__tag {
    position: absolute;

    z-index: 5;

    padding:
        0.75rem
        1rem;

    background: #fff;

    border-radius: 12px;

    box-shadow:
        0 8px 30px
        rgba(167,84,106,0.15);

    font-family:
        'Poppins',
        sans-serif;

    font-size: 0.78rem;
}

.fdr-hero__tag strong {
    display: block;

    font-family:
        'Lora',
        serif;

    font-size: 0.9rem;
    font-weight: 700;

    line-height: 1.25;

    white-space: nowrap;

    color:
        var(--fdr-rose);
}

.fdr-hero__tag span {
    display: block;

    margin-top: 0.15rem;

    font-size: 0.72rem;
    line-height: 1.3;

    white-space: nowrap;

    color: #888;
}


/* Rosas Premium */

.fdr-hero__tag--rosas {
    top: 19%;

    left:
        calc(50% - 295px);

    min-width: 175px;

    animation:
        fdrTagRosasFloat
        5s
        1s
        ease-in-out
        infinite;
}


/* Consulta disponibilidad */

.fdr-hero__tag--consulta {
    right:
        calc(50% - 325px);

    bottom: 21%;

    min-width: 245px;

    animation:
        fdrTagConsultaFloat
        5s
        2s
        ease-in-out
        infinite;
}


/* ==========================================================
   DESKTOP — AJUSTE FINO
   ========================================================== */

@media (min-width: 1025px) {

    .fdr-hero__content {
        transform:
            translateY(-14px);
    }
}


/* ==========================================================
   TABLET
   601px — 1024px
   ========================================================== */

@media
(min-width: 601px)
and
(max-width: 1024px) {

    .fdr-hero {
        grid-template-columns: 1fr;

        min-height: auto;

        padding:
            0
            2rem
            1rem;
    }

    .fdr-hero__content {
        padding:
            3rem
            3rem
            1.6rem;

        transform: none;
    }

    .fdr-hero__visual {
        height: auto;

        padding:
            0
            3rem
            1.2rem;

        justify-content: center;
    }

    .fdr-hero__image-frame {
        width:
            min(70vw, 340px);

        height: 330px;

        max-width: none;

        aspect-ratio: auto;

        border-radius:
            50% 50% 14px 14px /
            36% 36% 14px 14px;
    }

    .fdr-hero__tag {
        display: none;
    }
}


/* ==========================================================
   MOBILE
   <= 600px

   IMPORTANTE:
   El Hero tiene 1rem lateral
   + el contenido tiene 1.5rem.
   Resultado real: aprox. 2.5rem por lado.
   Esto reproduce mucho mejor la referencia móvil.
   ========================================================== */

@media (max-width: 600px) {

    /* ------------------------------------------------------
       HERO GENERAL
       ------------------------------------------------------ */

    .fdr-hero {
        display: flex;

        flex-direction: column;

        width: 100%;
        min-height: auto;

        align-items: stretch;

        margin: 0;

        padding:
            0
            1rem
            0.35rem;

        overflow: hidden;
    }


    /* ------------------------------------------------------
       CONTENIDO
       ------------------------------------------------------ */

    .fdr-hero__content {
        width: 100%;

        padding:
            1.75rem
            1.5rem
            0.45rem;

        margin: 0;

        transform: none;
    }


    /* ------------------------------------------------------
       BADGE
       ------------------------------------------------------ */

    .fdr-hero__badge {
        display: flex;

        width: 100%;
        max-width: none;

        align-items: center;
        justify-content: flex-start;

        margin:
            0
            0
            1.05rem;

        padding:
            0.4rem
            1rem;

        font-size: 0.7rem;

        line-height: 1.5;

        letter-spacing: 0.2em;

        white-space: normal;

        text-align: left;
    }


    /* ------------------------------------------------------
       TÍTULO
       ------------------------------------------------------ */

    .fdr-hero__title {
        width: 100%;

        margin:
            0
            0
            0.82rem;

        font-size:
            clamp(
                2.15rem,
                11vw,
                3rem
            );

        line-height: 1.08;

        letter-spacing: 0;

        text-align: left;
    }


    /* ------------------------------------------------------
       TEXTO
       ------------------------------------------------------ */

    .fdr-hero__text {
        width: 100%;
        max-width: none;

        margin:
            0
            0
            1.05rem;

        font-size: 0.9rem;

        line-height: 1.62;

        text-align: left;
    }


    /* ------------------------------------------------------
       CTA
       ------------------------------------------------------ */

    .fdr-hero__ctas {
        width: 100%;

        display: flex;

        flex-direction: column;

        margin: 0;

        gap: 0;
    }

    .fdr-hero__button {
        width: 100%;

        padding:
            0.9rem
            1.1rem;

        justify-content: center;

        font-size: 0.74rem;

        line-height: 1.3;

        text-align: center;
    }


    /* ------------------------------------------------------
       VISUAL
       ------------------------------------------------------ */

    .fdr-hero__visual {
        width: 100%;

        height: auto;
        min-height: 0;

        display: flex;

        align-items: flex-start;
        justify-content: center;

        margin: 0;

        padding:
            0.1rem
            1.5rem
            0.9rem;

        overflow: hidden;
    }


    /* ------------------------------------------------------
       FOTO
       ------------------------------------------------------ */

    .fdr-hero__image-frame {
        width:
            min(72vw, 278px);

        height: 238px;

        max-width: none;

        aspect-ratio: auto;

        margin: 0;

        border-radius:
            140px 140px 18px 18px /
            110px 110px 18px 18px;

        box-shadow:
            0 18px 45px
            rgba(167,84,106,0.14);
    }


    /* ------------------------------------------------------
       TAGS
       ------------------------------------------------------ */

    .fdr-hero__tag {
        display: none;
    }
}


/* ==========================================================
   ANIMACIONES
   ========================================================== */

@keyframes fdrFadeUp {

    from {
        opacity: 0;

        transform:
            translateY(20px);
    }

    to {
        opacity: 1;

        transform:
            translateY(0);
    }
}


@keyframes fdrFadeIn {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes fdrImageFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-10px);
    }
}


@keyframes fdrTagRosasFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(-7px);
    }
}


@keyframes fdrTagConsultaFloat {

    0%,
    100% {
        transform:
            translateY(0);
    }

    50% {
        transform:
            translateY(6px);
    }
}
/* ==========================================================
   BOTÓN HERO — QUITAR ESTADO AZUL AL HACER CLICK
   ========================================================== */

.fdr-hero__button,
.fdr-hero__button:visited {
    color: var(--fdr-bg);
}

.fdr-hero__button:focus,
.fdr-hero__button:focus-visible,
.fdr-hero__button:active {
    color: var(--fdr-bg) !important;
    background: var(--fdr-rose) !important;

    outline: none !important;
    box-shadow: none !important;

    text-decoration: none !important;
}

.fdr-hero__button:hover {
    background: var(--fdr-rose-light);
    color: var(--fdr-rose);
}