.elementor-38097 .elementor-element.elementor-element-951e8fe{--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;}/* Start custom CSS for html, class: .elementor-element-005e529 */:root {
        --navy: #263768;
        --turquoise: #0ECFB6;
    }
    .option-card {
        transition: all 0.2s ease;
        cursor: pointer;
    }
    .option-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(38, 55, 104, 1);
    }
    .option-card.active {
        border-color: #263768 !important;
        background-color: white !important;
    }
    .image-placeholder {
        background:   #263768  ;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        font-size: 0.7rem;
    }
    .image-placeholder2 {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: bold;
        font-size: 0.7rem;
    }
    .gradient-bg {
        background: linear-gradient(90deg, #0ECFB6 0%, #263768 100%);
    }
    .btn-gradient {
        background: linear-gradient(90deg, #0ECFB6 0%, #263768 100%);
    }
    /* Botón i de información */
    .info-tooltip {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        min-width: 22px;
        background-color: #0ECFB6;
        color: white;
        border-radius: 50%;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        margin-left: 6px;
        flex-shrink: 0;
        font-style: italic;
        font-family: Georgia, serif;
        line-height: 1;
        transition: background-color 0.2s ease, transform 0.2s ease;
        border: none;
        padding: 0;
        vertical-align: middle;
        -webkit-tap-highlight-color: transparent;
    }
    .info-tooltip:hover,
    .info-tooltip:focus {
        background-color: #263768;
        transform: scale(1.1);
        outline: none;
    }
    /* Ocultar el contenido inline — se usa solo como data-source */
    .info-tooltip .tooltip-content {
        display: none !important;
    }

    /* === TOOLTIP FLOTANTE GLOBAL (position:fixed, fuera de overflow:hidden) === */
    #dts-tooltip-box {
        display: none;
        position: fixed;
        z-index: 999999;
        background-color: #263768;
        color: white;
        padding: 14px 16px;
        border-radius: 10px;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        line-height: 1.55;
        width: 300px;
        max-width: calc(100vw - 32px);
        box-shadow: 0 8px 30px rgba(0,0,0,0.30);
        text-align: left;
        box-sizing: border-box;
        transition: opacity 0.15s ease;
    }
    #dts-tooltip-box.visible {
        display: block;
    }
    /* Flechita */
    #dts-tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
    }
    #dts-tooltip-arrow.arrow-bottom {
        top: 100%;
        border-width: 8px 8px 0 8px;
        border-color: #263768 transparent transparent transparent;
    }
    #dts-tooltip-arrow.arrow-top {
        bottom: 100%;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent #263768 transparent;
    }

    /* === MOBILE: ajustes de tamaño === */
    @media (max-width: 768px) {
        #dts-tooltip-box {
            width: 260px;
            max-width: calc(100vw - 32px);
            padding: 14px 16px;
            font-size: 13px;
            max-height: 50vh;
            overflow-y: auto;
        }
    }
    /* === Clase para ocultar campos desactivados === */
    .field-disabled {
        display: none !important;
    }

.brxe-image.size-full {
    width: auto !important;
    height: auto !important;
}/* End custom CSS */