
.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://wp.desarrollotunet.com/wp50/wp-content/uploads/2020/02/bg4-home1.jpg);
}
/* Custom styles
*******************************/
[class*="trx_popup_"]{
 color:#fff !important;
}
.trx_popup_close:before, 
.trx_popup_close:after{
    background-color: #ffffff;
}
.sc_button.trx_popup_button{
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 7px 40px !important;
    font-size: 13px;
    font-weight: 400;
}
.trx_popup_title{
 padding: 0px 6px;
 font-size: 1.67rem;
  line-height: 1.2em;
}
.trx_popup_subtitle{
    font-size: 15px;
    margin-bottom: 14px;
}

.trx_popup .trx_popup_container {
    width: 400px;
    height: 333px;
}
.trx_popup_close{
    top: 32px;
    right: 26px;
}
.trx_popup_close:before, 
.trx_popup_close:after{
    height: 2px;
}