.elementor-8618 .elementor-element.elementor-element-b5f169b{--display:flex;--background-transition:0.3s;}.elementor-8618 .elementor-element.elementor-element-02b88a7{--display:flex;--background-transition:0.3s;}.elementor-8618 .elementor-element.elementor-element-2e46363{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--gap:0px 0px;--background-transition:0.3s;}.elementor-8618 .elementor-element.elementor-element-ed24cf1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8618 .elementor-element.elementor-element-11c797a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8618 .elementor-element.elementor-element-fc79d00{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8618 .elementor-element.elementor-element-5403544{color:#414040;font-family:"Roboto", Sans-serif;font-size:11px;font-weight:400;}.elementor-8618 .elementor-element.elementor-element-5403544 > .elementor-widget-container{margin:-15px 0px 0px 0px;}.elementor-8618 .elementor-element.elementor-element-202fe39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-8618 .elementor-element.elementor-element-738f258{--display:flex;--background-transition:0.3s;}@media(min-width:768px){.elementor-8618 .elementor-element.elementor-element-ed24cf1{--width:25%;}.elementor-8618 .elementor-element.elementor-element-11c797a{--width:25%;}.elementor-8618 .elementor-element.elementor-element-fc79d00{--width:25%;}.elementor-8618 .elementor-element.elementor-element-202fe39{--width:25%;}}/* Start custom CSS for heading, class: .elementor-element-521eaa5 *//* Contenedor principal del teléfono enmascarado */
.restricted-phone-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Estilo del número enmascarado */
.restricted-phone-masked {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #f5f5f5;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    letter-spacing: 1px;
}

/* Botón/icono de ojo */
.phone-reveal-btn {
    background: #4a6ee0;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.phone-reveal-btn:hover {
    background: #3a5ed0;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.phone-reveal-btn:active {
    transform: translateY(0);
}

.phone-reveal-btn i {
    font-size: 14px;
}

/* Tooltip informativo */
.phone-reveal-btn::after {
    content: "Regístrate para ver el número";
    position: absolute;
    background: #333;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    transform: translateY(10px);
}

.phone-reveal-btn:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Modal de redirección (opcional) */
.phone-restricted-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.phone-restricted-modal-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.phone-restricted-modal h3 {
    color: #333;
    margin-bottom: 15px;
}

.phone-restricted-modal p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.modal-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.modal-btn {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.modal-btn-primary {
    background: #4a6ee0;
    color: white;
}

.modal-btn-secondary {
    background: #f5f5f5;
    color: #333;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-a78cdf2 *//* Contenedor principal del teléfono enmascarado */
.restricted-phone-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Estilo del número enmascarado */
.restricted-phone-masked {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #f5f5f5;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    letter-spacing: 1px;
}

/* Botón/icono de ojo */
.phone-reveal-btn {
    background: #4a6ee0;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.phone-reveal-btn:hover {
    background: #3a5ed0;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.phone-reveal-btn:active {
    transform: translateY(0);
}

.phone-reveal-btn i {
    font-size: 14px;
}

/* Tooltip informativo */
.phone-reveal-btn::after {
    content: "Regístrate para ver el número";
    position: absolute;
    background: #333;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    transform: translateY(10px);
}

.phone-reveal-btn:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Modal de redirección (opcional) */
.phone-restricted-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.phone-restricted-modal-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.phone-restricted-modal h3 {
    color: #333;
    margin-bottom: 15px;
}

.phone-restricted-modal p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.modal-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.modal-btn {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.modal-btn-primary {
    background: #4a6ee0;
    color: white;
}

.modal-btn-secondary {
    background: #f5f5f5;
    color: #333;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-6477192 *//* Contenedor principal del teléfono enmascarado */
.restricted-phone-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Estilo del número enmascarado */
.restricted-phone-masked {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: #f5f5f5;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    letter-spacing: 1px;
}

/* Botón/icono de ojo */
.phone-reveal-btn {
    background: #4a6ee0;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.phone-reveal-btn:hover {
    background: #3a5ed0;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}

.phone-reveal-btn:active {
    transform: translateY(0);
}

.phone-reveal-btn i {
    font-size: 14px;
}

/* Tooltip informativo */
.phone-reveal-btn::after {
    content: "Regístrate para ver el número";
    position: absolute;
    background: #333;
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    transform: translateY(10px);
}

.phone-reveal-btn:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Modal de redirección (opcional) */
.phone-restricted-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.phone-restricted-modal-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.phone-restricted-modal h3 {
    color: #333;
    margin-bottom: 15px;
}

.phone-restricted-modal p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.modal-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.modal-btn {
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.modal-btn-primary {
    background: #4a6ee0;
    color: white;
}

.modal-btn-secondary {
    background: #f5f5f5;
    color: #333;
}/* End custom CSS */