body.page-id-313222 {
    background-image: url('/wp-content/uploads/2025/12/image_bg_OP-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #42210B;
    max-width: 1380px;
    margin: auto;

    & header.cabecera-custom {
        display: none;
    }

    & main {
        padding: 0 90px;
    }

    /* HERO */
    & .guardianes-hero {
        margin-top: 50px;
        margin-bottom: 100px;

        & p {
            margin-top: 50px;
            font-size: 19px;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            letter-spacing: 0.76px;
            line-height: 42px;
        }

        & .guardianes-img {
            margin-bottom: 50px;
        }
    }

    /* INTRO */
    & .guardianes-intro {
        max-width: 830px;
        margin: auto auto 75px auto;


        & p {
            font-size: 25px;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            letter-spacing: 0px;
            line-height: 29px;
        }
    }

    /* IMG TXT BLOCK & TXT IMG BLOCK */
    & .guardianes-img-txt-block, 
    & .guardianes-txt-img-block {

        & h2 {
            font-size: 37px;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            letter-spacing: -1.48px;
            line-height: 47px;
        }

        & p:first-of-type {
            font-size: 17px;
            font-family: 'Outfit', sans-serif;
            font-weight: 600;
            letter-spacing: 0px;
            line-height: 24px;
        }

        & .wp-block-columns {

            & .wp-block-column.txt-col {
                display: flex;
                flex-direction: column;
                justify-content: center;

                & h3 {
                    font-size: 45px;
                    font-family: 'Playfair Display', serif;
                    font-weight: 700;
                    font-style: italic;
                    color: #D7571D;
                    letter-spacing: -1.8px;
                    line-height: 53px;
                }

                & p {
                    font-size: 17px;
                    font-weight: 300;
                    font-family: 'Outfit', sans-serif;
                    letter-spacing: 0px;
                    line-height: 24px;
                }

                & ul {
                    list-style: none !important;

                    & li {
                        font-size: 17px;
                        font-weight: 600;
                        font-family: 'Outfit', sans-serif;
                        letter-spacing: 0px;
                        line-height: 21px;
                        margin-bottom: 1.25rem;
                    }
                }
            }
        }
    }

    & .guardianes-txt-img-block {
        margin-bottom: 50px;
    }

    & .guardianes-txt-img-block .wp-block-columns .wp-block-column.txt-col {
        padding-right: 40px;

        & p.historia {
            font-size: 17px;
        }

        & p.historia:first-of-type {
            margin-top: 25px;
            font-size: 17px;
            font-weight: 700;
        }
    }

    /* STEPS BLOCK */
    .guardianes-steps-block {

        & h2 {
            font-size: 37px;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            letter-spacing: -1.48px;
            line-height: 47px;
            margin-bottom: 47px;
        }

        & .wp-block-columns {

            & .wp-block-column {
                display: flex;
                flex-direction: column;
                align-items: center;

                & p {
                    /* width: 80%; */
                    text-align: center;
                    font-size: 18px;
                    font-weight: 300;
                    font-family: 'Outfit', sans-serif;
                    letter-spacing: 0px;
                    line-height: 23px;
                }
            }
        }

        & .wp-block-column:nth-child(1),
        & .wp-block-column:nth-child(2) {

            & figure {
                position: relative;
            }

            & figure::after {
                content: "";
                background-image: url("../images/arrow_icon.svg");
                background-size: contain;
                background-repeat: no-repeat;
                width: 119px;   
                height: 10px;
                position: absolute;
                right: -163px;
                top: 50%;
                transform: translateY(-50%);
            }
        }
    }

    /* GANAR BLOCK */
    .guardianes-ganar-block {
        margin-top: 75px;
        margin-bottom: 25px;

        & h2 {
            font-size: 37px;
            font-family: 'Playfair Display', serif;
            font-weight: 700;
            letter-spacing: -1.48px;
            line-height: 47px;
            margin-bottom: 47px;
        }

        & h2:nth-child(2) {
            margin-bottom: 25px;
        } 

        & .wp-block-columns {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 6em;
            margin-bottom: 75px;

            & .wp-block-column {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                max-width: 302px;
                aspect-ratio: 1 / 1;
                background-image: url("/wp-content/uploads/2025/12/bg_sello.png");
                background-size: contain;
                background-repeat: no-repeat;

                & p {
                    text-align: center;
                    color: white;
                    margin-bottom: 0;
                }

                & p:nth-child(1) {
                    font-size: 21px;
                    font-family: 'Playfair Display', serif;
                    font-weight: 700;
                    letter-spacing: 0px;
                    line-height: 26px;
                    text-transform: uppercase;
                    max-height: 30px;
                }

                & p:nth-child(2) {
                    font-size: 93px;
                    font-family: 'Playfair Display', serif;
                    font-weight: 700;
                    font-style: italic;
                    letter-spacing: 0px;
                    line-height: 133px;
                }

                & p:nth-child(3) {
                    font-size: 16px;
                    font-weight: 600;
                    font-family: 'Outfit', sans-serif;
                    letter-spacing: 0px;
                    line-height: 18px;
                }
            }
        }

        & p.ganadores {
            font-size: 16px;
            font-weight: 300;
            font-family: 'Outfit', sans-serif;
            letter-spacing: 0px;
            line-height: 24px;
            margin-bottom: 75px;
        }

        & .destacado {
            display: flex;
            justify-content: center;

            & p {
                background-color: #F0EEEC;
                color: #42210B;
                font-size: 20px;
                font-weight: 600;
                font-family: 'Outfit', sans-serif;
                letter-spacing: 0px;
                line-height: 24px;
                padding: 30px 75px;
                margin-bottom: 75px;
            }
        }
    }

    /* TKY BLOCK */
    .guardianes-tky-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 75px;

        & p {
            position: relative;
            font-size: 50px;
            font-weight: 700;
            font-family: 'Playfair Display', sans-serif;
            font-style: italic;
            letter-spacing: 0px;
            line-height: 50px;
            margin-top: 50px;
            margin-bottom: 75px;
        }

        & p::after {
            content: "";
            background-image: url("../images/firma.png");
            background-size: contain;
            background-repeat: no-repeat;
            width: 203px;   
            height: 19px;
            position: absolute;
            right: 10%;
            bottom: -28%;
            transform: translateY(-50%);
        }

        & .custom-btn {

            & a {
                display: flex;
                flex-direction: row;
                gap: 15px;
                border: none;
                max-width: 390px;
                justify-content: space-between;
                font-size: 18px;
                font-weight: 700;
                font-family: 'Playfair Display', sans-serif;
                letter-spacing: 0px;
                line-height: 20.4px;
                color: white;
                text-transform: uppercase;
                background-color: #D7571D;
                padding: 15px 50px;
            }
        }
    }
}

@media (max-width: 1024px) {
    body.page-id-313222 main {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    body.page-id-313222 .guardianes-img-txt-block .wp-block-columns .wp-block-column figure,
    body.page-id-313222 .guardianes-txt-img-block .wp-block-columns .wp-block-column figure {
        display: flex;
        justify-content: center;

        & img {
            margin-left: -30px;
        }
    }

    body.page-id-313222 .guardianes-txt-img-block .wp-block-columns .wp-block-column.txt-col {
        padding-right: 0;
    }

    body.page-id-313222 .guardianes-steps-block .wp-block-columns .wp-block-column {
        margin-bottom: 25px;

        & p {
            width: 60%;
        }

        & figure::after {
            display: none;
        }
    }

    body.page-id-313222 .guardianes-ganar-block {

        & .wp-block-columns {
            display: flex !important;
        }

        & .ganadores {
            width: 70%;
            margin: auto auto 75px auto;
        }
    } 

    body.page-id-313222 .guardianes-tky-block {

        & p::after {
            right: 15%;
            bottom: -12%;
        }
    }
}

@media (max-width: 767px) {

    body.page-id-313222 main {
        padding: 0 20px;
    }

    body.page-id-313222 .guardianes-hero {

        & p {
            line-height: 30px;
        }
    }

    body.page-id-313222 .guardianes-intro {
 
        & p {
            font-size: 20px;
        }
    }
    
    body.page-id-313222 .guardianes-img-txt-block,
    body.page-id-313222 .guardianes-txt-img-block {

        & h2 {
            font-size: 32px !important;
        }

        & h3 {
            font-size: 36px !important;
        }
    }

    body.page-id-313222 .guardianes-steps-block {

        & h2 {
            font-size: 32px !important;
        }
    }  

    body.page-id-313222 .guardianes-ganar-block {

        & h2 {
            font-size: 32px !important;
        }
    }

    body.page-id-313222 .guardianes-tky-block {

        & p {
            font-size: 32px !important;
        }

        & p::after {
            right: 0% !important;
        }

        & .custom-btn a {
            font-size: 14px !important;
            padding: 15px 40px !important;
        }
    }
}