/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,html {
    width: 100%;
    margin: 0;
    height: 100%;
    padding: 0;
    background-color: #232323;
    /* overflow-x: hidden;
    overflow-y: overlay */
}

@font-face {
    font-family: "MyriadPro-Regular";
    src: url(../fonts/MyriadPro-Regular.woff) format('woff');
}

@font-face {
    font-family: "MyriadPro-Bold";
    src: url(../fonts/MyriadPro-Bold.woff) format('woff');
}

@font-face {
    font-family: "Eurostyle_black_italic";
    src: url(../fonts/Eurostyle_black_italic.woff) format('woff');
}

body, .rf-main-wrapper button.rf-submit-button {
    font-family: "MyriadPro-Bold";
}

.rf-main-wrapper .action-container>.terms-and-conds {
    font-family: "MyriadPro-Regular";
}

.tpl-logo-wrap {
    float: unset;
    margin: 13px auto 0;
    width: 244px;
}

/* .tpl-footer .tpl-inner, .tpl-copyright {
    display: none;
}

.tpl-footer {
    background-color: #232323;
    background-image: url(../img/footer-pt.20250428.png);
    background-repeat: no-repeat;
    height: 147px;
    background-position: center;
} */

body {
    background-image: url(../img/bg.20240731.jpg);
    background-repeat: no-repeat;
    background-position: center -27px;
    height: auto;
}

.main-container {
    max-width: 1200px;
    margin: 40px auto 0;
    height: 100%;
    display: flex;
}

.container-left, .container-right {
    /* width: 50%; */
    height: 100%;
}

.country-area-code .trigger{
    padding: 0 6px 0px!important;
}

.container-left {
    width: 40%;
    background-color: rgba(30, 32, 53, 0.8);
    padding: 20px 0;
    border-radius: 20px;
}

.container-right {
    width: 55%;
}

.reg-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title {
    font-size: 25px;
    font-family: 'Eurostyle_black_italic';
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.title .big{
    font-size: 32px;
}

.title .bigger{
    font-size: 50px;
}

body.es .title .bigger{
    font-size: 40px;
}

body.clp .title .bigger {
    font-size: 36px;
}

.title .biggest{
    font-size: 70px;
}

body.es .title .biggest{
    font-size: 60px;
}

body.mex .title .biggest{
    font-size: 55px;
}

body.clp .title .biggest{
    font-size: 48px;
}

.gold{
    background: -webkit-linear-gradient(top, #ffe000 42%, #dcc100 54%, #a38f00 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    padding-right: 10px;
    -webkit-text-stroke: 0.5px #fffd00;
}

.silver{
    background: -webkit-linear-gradient(#fff 49%, #9e9e9e 79%, white 10%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
    padding-right: 4px;
    -webkit-text-stroke: 0.5px #ffffff;
}

/* Fast Reg */
.rf-main-wrapper {
    font-family: 'Roboto-Regular' !important;
    font-size: 16px;
    color: #fff !important;
    max-width: 1024px;
    width: 100%;
    background: transparent !important;
    margin: 0 auto;
    width: 95%;
    height: auto!important;
}

.item-label {
    display: none!important;
}

.rf-main-wrapper button.rf-submit-button {
    border-radius: 0px!important;
    font-size: 22px!important;
    height: 45px!important;
}

.regform-item>.item-element-wrapper {
    width: 100%!important;
}

.rf-main-wrapper .terms-and-conds, .rf-main-wrapper label {
    color: #fff!important;
}

.rf-main-wrapper .action-container>.terms-and-conds {
    width: unset!important;
    padding: 0!important;
}

.rf-main-wrapper .action-container>.terms-and-conds a {
    color: #ffe000!important;
}

.regform-item {
    padding: 0 2px!important;  
}

.regform-item:nth-of-type(3) {
    display: none!important;
}

.regform-item:nth-of-type(4), .regform-item:nth-of-type(5), .regform-item:nth-of-type(9), .regform-item:nth-of-type(10), .regform-item:nth-of-type(11) {
    width: 100%!important;
}

.regform-item:nth-of-type(9) {
    float: left;
    position: relative;
    z-index: 0;
}

.regform-item:nth-of-type(4) {
    float: left;
    position: relative;
    z-index: 1;
}

.regform-item:nth-of-type(5), .regform-item:nth-of-type(10) {
    float: right;
    position: relative;
    z-index: 0;
}

.regform-item:nth-of-type(5) {
    float: right;
    position: relative;
    z-index: 1;
}

.country-area-code .trigger, .country-area-code li span {
    font-size: 13px!important;
}

.regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_day, .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_month, .regform-item.regform-bday .item-element-wrapper>select#regForm_birthdate_year {
    width: 32.5%!important;
}

.regform-item>.item-element-wrapper input, .regform-item>.item-element-wrapper select, .country-area-code span.trigger {
    border-radius: 5px!important;
}

.registration-form {
    padding: 15px 40px 30px!important;
    width: 100%!important;
}

.regform-item > .item-element-wrapper input, .regform-item > .item-element-wrapper select {
    padding: 5px 7px!important;
    font-size: 13px!important;
    height: 35px!important;
}

.mobile-item-wrapper {
    padding-left: 5px!important;
}

.regform-item > .item-element-wrapper {
    margin-bottom: 15px!important;
    z-index: 1;
}

.rf-main-wrapper .action-container {
    font-size: 0;
    width: 100%;
    margin: 0 auto!important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.rf-main-wrapper .action-container > .button-wrapper {
    width: 100%!important;
    text-align: center;
}

.rf-main-wrapper .action-container>.terms-and-conds {
    text-align: center!important;
    text-transform: uppercase!important;
}

.rf-notification {
    color: #ffffff!important;
    background: green!important;
    height: 40px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 70%!important;
    margin: 15px auto!important;
}

/*changing header*/

.tpl-header3{
    display: none;
}

.tpl-header {
    background-color: transparent;
}

.tpl-header-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tpl-logo-wrap img {
    width: 100%;
}

.df-logo{
    margin-right: 20px;
}

/*T&C*/
.overlay{
    background: #261d00;
    background-color: rgba(0,0,0,.8);
    height: 100% !important;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99999;
    top: 0;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
}

.lbox {
    background-repeat: no-repeat;
    width: 800px;
    height: 680px;
    font-size: 13px;
    margin: 30px auto 0;
    position: relative;
    background: url(../img/lightbox-bg.jpg);
    padding: 25px;
    display: none;
}

.scroll-pane{
    outline: none;
    width: 100% !important;
    height: 545px;
}

.overlay .scroll-pane{
    height: 100% !important;
}

.overlay .lbox .scroll-pane{
    height: 600px;
    margin: 0 auto;
}

.close{
    background: url(../img/close.png) no-repeat;
    width: 47px;
    height: 44px;
    position: absolute;
    top: -19px;
    right: -20px;
    transition: all .5s ease-in-out 0s;
    cursor: pointer;
}

.jspContainer{
    overflow: hidden;
    position: relative;
}

.jspHorizontalBar, .jspPane, .jspVerticalBar{
    position: absolute;
}

.lbox.lbox-terms .lbox-inner-wrapper{
    background: rgba(255,255,255,.7) !important;
    padding: 15px;
    font-size: 14px;
    height: inherit;
}

.lbox.lbox-terms .lbox-header{
    font-weight: 700;
    text-transform: uppercase;
    color: #ae0000;
    text-align: center;
    margin: 10px 0 15px;
    text-align: left;
}

.jspVerticalBar{
    background: transparent;
    width: 5px;
}

.jspVerticalBar{
    height: 100%;
    right: 0;
    top: 0;
}

.jspCap{
    display: none;
}

.jspTrack{
    background: #dde;
    position: relative;
}

.jspTrack{
    background: #bbb;
    width: 1px;
}

.jspDrag{
    background: #bbb;
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
}

.jspDrag{
    background: #bbb;
    width: 10px;
    top: 0;
    left: -5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* jquery.jscrollpane.css */
.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #dde;
    position: relative
}



.jspHorizontalBar .jspDrag,
.jspHorizontalBar .jspTrack {
    float: left;
    height: 100%
}

.jspArrow {
    background: #50506d;
    cursor: pointer;
    direction: ltr;
    display: block;
    margin: 0;
    padding: 0;
    text-indent: -20000px
}

.jspDisabled {
    background: #80808d;
    cursor: default
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    float: left;
    height: 100%;
    width: 16px
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: 0
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}


.yellow{
    color: #ffe000!important;
    cursor: pointer;
}

body, .rf-main-wrapper .lbox-inner-wrapper p{
    font-family: MyriadPro,Arial,sans-serif;
}

.registration-form hr {
    display: none;
}

.country-area-code input {
    padding-left: 150px!important;
}

.country-area-code span.trigger {
    top: 4px !important;
}

.country-area-code span.trigger:after {
    display: block !important;
    top: 8px !important;
}

/*TABLE*/

table {
    border: 1px solid #000;
    border-collapse: collapse;
    text-align: center;
    margin: 10px 0;
}

td {
    border: 1px solid #000;
    padding: 5px 10px; 
}
/*TABLE*/

input#regForm_mobile_number {
    text-align: center;
}