
.trx_popup {
	-webkit-animation-name: fadeIn_popup;
	animation-name: fadeIn_popup;
}
.trx_popup.close {
	-webkit-animation-name: fadeOut_popup;
	animation-name: fadeOut_popup;
}.trx_popup .trx_popup_container {
	background-image: url(https://magibotargas.com.mx/wp-content/uploads/2024/08/popup_3.webp);
}
/* Custom styles
*******************************/
.trx_popup_close:before,
.trx_popup_close:after {
    background-color: transparent;
}

.trx_popup_inner .trx_popup_subtitle,
.trx_popup_inner .trx_popup_title {
    color: #944b7f !important;
}

.trx_popup_inner .trx_popup_button {
    color: #944b7f !important;
    background-color: transparent !important;
    border: 2px solid #944b7f !important; /* Añade un borde para que el botón sea visible */
    padding: 10px 20px !important; /* Ajusta el padding para que el botón tenga un tamaño adecuado */
    font-size: 20px !important; /* Tamaño de fuente de 20px */
    border-radius: 5px; /* Redondeo de esquinas, ajustable */
}

.trx_popup_inner .trx_popup_button:hover {
    color: #ffffff !important;
    background-color: #944b7f !important;
    border-color: #944b7f !important; /* Cambia el borde al color del fondo en hover */
}
