.module-share.campañanavidad-regalo-2025 {
    a {
        color: inherit;
        text-decoration: none;
    }
    padding: 24px 0;
    &.bg-red {
        background-color: #e30613;


    }
    &.bg-white {
        background-color: #ffffff;
    }
    .inner {
        &.no-border {
            border: none;
        } 
    }

    .wrapper-title-video {
        .eyebrow {
            color: #ffffff;
            font-size: 32px;
            margin: 0;
            margin-bottom: 10px;
            text-align: center;
        }

        .title {
            color: #ffffff;
            font-size: 48px;
            font-weight: bold;
            margin: 0;
            margin-bottom: 20px;

            .salto {
                @media (max-width: 963px) {
                    display: none;
                }
            }
        }

        @media (max-width: 991px) {
            .eyebrow {
                font-size: 24px;
            }
            .title {
                font-size: 32px;
            }
        }

        .video-container {
            .embed-responsive {
                iframe {
                    width: 100%;
                    aspect-ratio: 16 / 9;
                }
            }
        }
    }

    .wrapper-image-regalo {
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        position: relative;
        @media (max-width: 991px) {
            flex-direction: column;
        }

        > div {
            flex: 0.5;
            display: flex;
            justify-content: space-between;
            align-items: center;
            
            @media (max-width: 991px) {
                flex: 1;
            }

            &.picture-box {
                max-width: 451px;
                width: 100%;
                position: relative;

                @media (max-width: 991px) {
                    margin: 0 auto;
                }

                @media (max-width: 480px) {
                    max-width: 280px;
                }

                &:before{
                    content: "";
                    display: block;
                    background: url('https://www.generali.es/blog/generalimasqueseguros/wp-content/uploads/2025/11/img-present-shadow.png') no-repeat center center;
                    width: 431px;
                    height: 391px;
                    background-size: contain;
                    position: absolute;
                    z-index: -1;
                    transform: translate(-50%, -50%);
                    top: 99.5%;
                    left: 74%;
                    z-index: 0;

                    @media (max-width: 480px) {
                        width: 311px;
                        height: 91px;
                     }

                }

                img {
                    width: 100%;
                    max-width: 100%;
                    object-fit: contain;
                    position: relative;
                    z-index: 1;
                }
            }

            &.text-box {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;

                .title {
                    font-size: 48px;
                    font-weight: bold;
                    padding: 0;
                    color: #e30613;
                    text-transform: uppercase;
                    line-height: 1;
                }

                .money {
                    font-size: 160px;
                    font-weight: bold;
                    padding: 0;
                    margin: 0;
                    color: #e30613;
                    line-height: 1;
                }

                .text {
                    font-size: 14px;
                    padding: 0;
                    margin: 0;
                    color: #e30613;
                    line-height: 1;
                    text-transform: uppercase;              
                }

                @media (max-width: 991px) {
                    width: fit-content;
                    margin: 50px auto 0;
                    padding-left: 10%;

                    .title {
                        font-size: 30px;
                    }

                    .money {
                        font-size: 100px;
                    }

                    .text {
                        font-size: 12px;
                    }
                }

                @media (max-width: 480px) {
                    margin: 40px auto 0;
                    padding-left: 0;
                }

            }
        }
    }

    .wrapper-terms {
        .terms {
            color: #ffffff;
            font-size: 24px;
            margin: 0;
            margin-bottom: 10px;
            text-align: center;

            .destacado {
                font-weight: bold;
            }
        }

        .question {
            color: #ffffff;
            font-size: 28px;
            font-weight: bold;
            margin: 0;
            margin-bottom: 42px;
            text-align: center;

        }

        .wrapper-cols {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            gap: 32px;
            margin-bottom: 42px;

            .col {
                flex: 1;
                padding: 48px 86px;
                background-color: #ffffff;
                position: relative;

                &:before {
                    content: "";
                    position: absolute;
                    z-index: 1;
                    top: 48px;
                    left: 48px;
                    width: 30px;
                    height: 30px;
                    background-size: contain;
                    background-repeat: no-repeat;
                }

                &.cliente {
                    &:before {
                        background-image: url('https://www.generali.es/blog/generalimasqueseguros/wp-content/uploads/2025/11/tick_yes_one.png');
                    }
                }

                &.no-cliente {
                    &:before {
                        background-image: url('https://www.generali.es/blog/generalimasqueseguros/wp-content/uploads/2025/11/ticke_no_one.png');
                    }
                }

                .title-col {
                    color: #000;
                    font-size: 24px;
                    font-weight: bold;
                    margin-bottom: 24px;
                }


                .text {
                    color: #000;
                    font-size: 16px;
                    margin: 0;
                    margin-bottom: 20px;

                    .destacado {
                        font-weight: bold;
                    }

                    &.no-mb, &:last-child {
                        margin-bottom: 0;
                    }
                }
            }

            @media (max-width: 991px) {
                flex-direction: column;
                align-items: center;

                .col {
                    max-width: 480px;
                    padding: 36px 62px;

                    &:before {
                        top: 36px;
                        left: 24px;
                    }

                    .title-col {
                        margin-bottom: 12px;
                    }

                    .text {
                        margin-bottom: 10px;
                    }

                    &.no-mb, &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
        }

        .legals-conditions {
            color: #ffffff;
            font-size: 18px;
            margin: 0;
            text-align: center;

            .destacado {
                font-weight: bold;
                text-decoration: underline;
            }
        }
    }

    .wrapper-rrss {
        border-top: none;
    }
}