.elementor-2679 .elementor-element.elementor-element-6c3e9a56{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2679 .elementor-element.elementor-element-27eb0c1d{width:var( --container-widget-width, 101.795% );max-width:101.795%;--container-widget-width:101.795%;--container-widget-flex-grow:0;}.elementor-2679 .elementor-element.elementor-element-27eb0c1d.elementor-element{--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-2679{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2679 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-2679 .dialog-close-button{display:flex;}#elementor-popup-modal-2679 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-2679 .elementor-element.elementor-element-6c3e9a56{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-6c3e9a56 */.elementor-popup-modal .dialog-close-button {
    position: absolute !important;
    top: auto !important; /* Restablece cualquier valor top */
    bottom: 0px !important; /* Ajusta la distancia al borde inferior */
    right: 0px !important; /* Ajusta la distancia al borde derecho */
    width: 40px !important; /* Tamaño del botón */
    height: 40px !important; /* Tamaño del botón */
    background-color: red !important; /* Fondo rojo */
    border: none !important; /* Sin borde */
    border-radius: 50% 0 0 50% !important; /* Hacerlo circular */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    z-index: 1000 !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2) !important; /* Sombra */
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

/* Estilo de la 'X' dentro del botón */
.elementor-popup-modal .dialog-close-button svg {
    width: 16px !important; /* Tamaño de la 'X' */
    height: 16px !important; /* Tamaño de la 'X' */
    fill: white !important; /* Color blanco */
}

/* Efecto hover */
.elementor-popup-modal .dialog-close-button svg:hover {
    transform: scale(1.5) !important;
     /* Más sombra */
}
/*Fin Botton Tecval*/
.elementor-popup {
    max-width: none !important; /* Elimina cualquier restricción de ancho */
    max-height: none !important; /* Elimina restricciones de altura */
}
/* Estilo del contenedor del contenido del popup */
.dialog-widget-content.dialog-lightbox-widget-content.animated {
    width: 70% !important; /* Ajusta el ancho del popup */
    max-width: 90%; /* Limita el ancho en pantallas más pequeñas */
}

/* Estilo del mensaje dentro del popup */
#elementor-popup-modal-2679 .dialog-message {
    width: 100% !important; /* Haz que ocupe todo el ancho disponible */
    height: auto !important; /* Ajusta la altura automáticamente */
    max-height: 90%; /* Asegura que no ocupe toda la pantalla */
    overflow-y: auto; /* Habilita el scroll si el contenido es largo */
}/* End custom CSS */