@charset "UTF-8";
/*//////////////////////////////////////////////
//////////////////GENERAL///////////////////////
//////////////////////////////////////////////*/

#mgmachine{
    border: none !important;
}

::selection {
    background: #ffb500;
    color: #fff;
}

::-moz-selection {
    background: #ffb500;
    color: #fff;
}

.transitionMove{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.cursorPointer{
    cursor: pointer;
}

*:focus {outline: none;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c2c2c2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c2c2c2;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c2c2c2;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c2c2c2;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #c2c2c2;
}

#termsfeed-com---nb {
  bottom: 2% !important;
  right: 2% !important;
  border-radius: 20px !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
}

.termsfeed-com---palette-dark.termsfeed-com---nb {
  color: #fff !important;
}

.termsfeed-com---nb .cc-nb-main-container {
  padding: 1.2rem !important;
}

.cc-nb-title {
  font-size: 1rem !important;
  color: #fff !important;
}

.cc-nb-text {
  font-size: 0.9rem !important;
  color: #fff !important;
}

.cc-cp-foot-byline {
  opacity: 0 !important;
}

.cc-nb-okagree,
.cc-nb-reject,
.cc-nb-changep {
  background: none !important;
  border: 1px solid #fff !important;
  color: #fff !important;
  border-radius: 15px !important;

}

.cc-pc-head-close,
.cc-cp-foot-save,
.cc-pc-head-close:active{
    background: none !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  border-radius: 15px !important;
}

.cc-pc-container {
  border-radius: 20px !important;
  padding: 0.5em;
}
.cc-nb-buttons-container{
    display:flex !important;
}

.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---nb .cc-nb-reject,
.cc-cp-foot-button .cc-cp-foot-save,
.termsfeed-com---nb .cc-nb-changep {
  margin-right: 0.5rem !important;
}
.boldFont{
    font-weight:700;
}

.green_gradient_button {
    background: #43A149;
}

.grey_gradient_button {
    background: #ffb500;
}

.violet_gradient {
    background: #252525;
}

.grey_gradient_button:hover,
.green_gradient_button:hover {
    opacity: 0.9;
}

.blue_gradient_bg, .blue_gradient_2 {
    background: #333 !important;
}

.loaderBtn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block !important;
}

#loginBtnCont{
    position: relative;
    width: 115px;
    height: 66px;
    float: right;
}

.label_title h3, 
.label_title_big h3 {
    font-size: 26px !important;
    font-family: 'Myriad pro condensed', sans-serif;
    font-weight: normal !important;
    line-height: 24px;
    color: #252525;
    text-transform: initial !important;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

.label_title_big {
    width: 100%;
    height: 28px;
    position: relative;
    margin-top: 20px;
    text-align: center;
    float: left;
}

h4.h4_header {
    margin: 0px;
    padding: 7px;
    color: white;
    font-size: 24px !important;
    font-family: 'Myriad pro condensed', sans-serif;
    font-weight: normal;
}

#inner .content h4 {
    font-size: 14px;
    text-transform: initial;
    color: #ffffff;
}
/*
.center {
    text-align: center;
}*/

.oculta {
    display: none !important;
}
/*
.left {
    float: left !important;
}

.notmargin {
    margin-top: 0px !important;
}

.right {
    float: right !important;
}
*/
#ebtpl {
    width: 100%;
    padding-top: 179px;
    height: 100%;
}

.site-wrap {
    display: block;
    float: left;
    /*font: 12px 'Arial', sans-serif;*/
    font: 13px 'Roboto', sans-serif;
    color: #333;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*position: relative;*/
    z-index: 2;
}
/*
.contentwrapper {
    display: block;
    clear: left;
    width: 1250px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
*/
#inner {
    background: #fff;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.content {
    background: #fff;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
    text-align: left;
    margin: 0;
    padding: 10px 0 20px 0;
    top: 0;
}

/*.contentwrapper,*/
.contentwrapperMapa,  
.social, 
.bottmenu {
    display: block;
    clear: left;
    width: 1250px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.tituGameSlots, 
.tituGame {
    width: 100%;
    height: 50px;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}

.content h3 {
    font-size: 18px;
    /*text-transform: uppercase;*/
}

.contentHalfCont {
    position: relative;
    width: 100%;
    float: left;
}
/*
.contentHalf {
    position: relative;
    width: 49%;
    float: left;
}

.contentHalf:nth-child(2) {
    position: relative;
    width: 49%;
    right: 0;
    float: right;
}
*/
.subTitu,
.helpTituAdd {
    color: #333;
    /*font: 50px 'Myriad pro condensed', sans-serif;*/
    font: 50px 'Myriad pro bold condensed', sans-serif;
    text-transform: initial !important;
    margin: 0 !important;
}

.page-header{
    display: none;
}
/*
.titu_secciones {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font: 31px 'Myriad pro Condensed', sans-serif !important;
    margin: 10px 0;
    width: 100%;
    padding: 6px 0;
    float: left;
    margin-bottom: 0px;
    position: relative;
    display: block;

}*/

/*.promotion_explain {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    color: #BDBDBD;
    float: left;
    width: 100%;
    padding-left: 13px;
}*/

.promotion_explain_popUp {
    font: 10px normal Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 10px;
    color: #333;
    float: left;
    width: 96%;
    text-align: left;
}

.icoGames {
    float: left;
    position: relative;
    font-size: 45px;
    top: 58%;
    transform: translateY(-50%);
}

h3.newlobby {
    float: left;
    position: relative;
    height: 51px;
    left: 5px;
    top: 0;
    margin: 0;
    font-size: 50px !important;
    font-family: 'Myriad pro bold Condensed', sans-serif;
}

#loaderContact, 
#loaderPanelUser {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.form-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    border: none;
    padding: 5px 7px;
    width: 100%;
}

.form-input:after{
    content: '';
    width: 25px;
    height: 25px;
    background: green;
}

/*
.btip_cont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 9px;
    float: right;
    background: #333;
    border-radius: 13px;
    width: 316px;
    color: #fff;
    font-size: 11px; 
    margin: 0 0 5px 200px;
}
*/

#PasswordNow_PasswordNow_info_btip,
#Password_Password_info_btip,
#PasswordVerify_PasswordVerify_info_btip {
    width: 100%;
    text-align: left;
}

.btip_cont img{
    border-radius: 8px;
    overflow: hidden;
    margin: 4px 0 2px 0;
    width: 215px;
}

.btip_cont_triang{
    position: absolute;
    right: 25px;
    top: 25px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #333;
}

#slotsBackPanora{
    display: none;
}

/*/////////////////////RADIO BUTON////////////////////////*/

.formUserdata .joineSelectAutoex .formRadioControl {
    width: 49%;
    float: left;
    display: block;
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
}

.formUserdata .joineSelectAutoex .formRadioControl:nth-child(2n) {
    float: right;
}

.formUserdata .joineSelectAutoex .formRadioControl span {
    line-height: 20px;
    display: block;
    float: left;
    margin: 1px 0 0 6px;
}

.checkTerms input[type='checkbox'], 
.formRadioControl input[type='radio'] {
    display: none;
}

#bonos .radioIndicator {
   /* border-radius: 50%;
    position: relative;
    height: 20px;
    width: 20px;
    margin-top: 0;
    float: left;
    background: #e4e4e4;
    margin-top:20px;
    margin-right:10px; */
}

#bonos input{
    display:none;
}

.checkBoxIndicator {
    position: relative;
    top: 11px;
    height: 20px;
    float: left;
    width: 20px;
    background: #e8e8e8;
    cursor: pointer;
}
 
#paypalAgreementDescription{
    display:none;
    padding-left:10px;
}

.checkTerms input:checked ~ .checkBoxIndicator,
.formRadioControl input:checked ~ .radioIndicator {
  background: #e8e8e8;
}

.checkTerms input:disabled ~ .checkBoxIndicator,
.formRadioControl input:disabled ~ .radioIndicator {
  background: #e8e8e8;
  opacity: 0.6;
  pointer-events: none;
}

.checkBoxIndicator:after,
.radioIndicator:after {
  content: '';
  position: absolute;
  display: none;
}

.checkTerms input:checked ~ .checkBoxIndicator:after,
.formRadioControl input:checked ~ .radioIndicator:after {
  display: block;
}

.checkTerms .checkBoxIndicator:after,
.formRadioControl .checkBoxIndicator:after {
    left: 6px;
    top: 0px;
    width: 5px;
    height: 12px;
    border: solid #ffb500;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.formRadioControl .radioIndicator:after {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ffb500;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

form #recoveryPasswordButton button:hover {
    background: #54B854;
}

.checkTerms span, 
.formRadioControlReg span {
    position: relative;
    top: 6px;
    margin-left: 7px;
}

/*/////////////////////GAMES WINNERS////////////////////////*/

.gamesWinnerCont {
    width: 220px;
    height: 267px;
    position: relative;
    overflow: hidden;
    right: 0;
    margin-top: 0;
}

.gamesWinner {
    background: #e4e4e4;
    width: 220px;
    height: 275px;
    position: absolute;
    right: 0;
}

.gamesWinnerIco {
position: absolute;
    top: 10px;
    left: 12px;
    font-size: 44px;
}

.gamesWinnerTitu {
    font: 26px 'Myriad pro condensed', Helvetica, sans-serif;
    position: absolute;
    top: 16px;
    left: 46px;
}

.gamesWinnerTabla {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font: 20px 'Arial Narrow', Helvetica, sans-serif;
    text-transform: uppercase;
    position: relative;
    width: 200px;
    height: 169px;
    top: 59px;
    padding: 15px 10px;
    background: #fff;
    overflow: hidden;
    left: 10px;
}

.gamesWinnerTabla p {
    margin: 0px;
    margin-bottom: 10px;
}

.gamesMasInfo {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    background: #E4E4E4;
    width: 220px;
    height: 275px;
    position: absolute;
    top: 228px;
    cursor: pointer;
}

.gamesMasIBack {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: #333;
    border-radius: 100px;
}

.gamesMasIBackI {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    position: absolute;
    font: 17px 'Arial', Helvetica, sans-serif;
    top: 1px;
    left: 8px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    color: #E4E4E4;
}

.gamesMasInfoBtn {
    font: 20px 'Arial Narrow', Helvetica, sans-serif;
    position: absolute;
    left: 35px;
    top: 4px;
    color: #333;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.gamesMasInfoText {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font: 12px 'Arial', Helvetica, sans-serif;
    position: relative;
    width: 200px;
    height: 215px;
    top: 40px;
    padding: 10px;
    background: #fff;
    left: 10px;
    text-align: left;
}

.gamesMasInfo:hover .gamesMasIBack{ 
    background: #fff;
}


.gamesMasInfo:hover .gamesMasIBackI{ 
    color: #037E8C;
}

.gamesMasInfo:hover{
    top: 0px;
    background: #037E8C;
}

.gamesMasInfo:hover .gamesMasInfoBtn{
    color: #FFF !important;
}

/*/////////////////////CONT GAMES////////////////////////*/

.newlobbyimgwrap .probarBtn, 
.newlobbyimgwrap .jugarBtn,
.newlobbyimgwrap .jugarBtnInact{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    box-sizing: border-box;
    position: relative;
    bottom: 0px;
    font: 29px 'Myriad Pro Condensed', Helvetica, sans-serif !important;
    color: #fff;
    display: block;
    background: #b7b7b7;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
}

.newlobbyimgwrap .probarBtn:hover, 
.newlobbyimgwrap .jugarBtn:hover {
    /*background: #037E8C;*/
}

.games_content {
    display: block;
    width: 100%;
    margin: 20px auto 10px;
}

.gameText {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 2px 0;
    overflow: hidden;
    text-align: left;
}

/*//////////////////////////////////////////////
//////////////////HEADER////////////////////////
//////////////////////////////////////////////*/

#header-fixedCont {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
    height: 179px;
    top: 0;
    position: fixed;
    z-index: 100;
    background: #333;
}

#header-fixed {
    position: relative;
    top: 0;
    left: 50%;
    border-bottom: 8px solid #333;
    width: 1250px;
    transform: translateX(-50%);
}

.header {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    background: #333;
    height: 136px;
    margin: 0 auto;
}

#elogo {
    height: 100%;
    position: relative;
    left: 0;
    overflow: hidden;
}

.logo_img {
    filter: brightness(110%);
    position: absolute;
    z-index: 2;
    top: 22px;
    height: 53%;
}

.logo_txt {
position: absolute;
    font: 36px 'Stainy', sans-serif;
    top: 91px;
    color: #868686;
    left: 71px;
}

.rightbox {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    display: block;
    float: right;
    width: 425px;
    height: 121px;
    margin: 0;
    top: 0px;
    right: 0px;
}

.ayudabutt {
    display: block;
    float: right;
    position: relative;
    top: 10px;
    right: 0;
    background: #fff;
    width: 85px;
    height: 28px;
    margin: 0;
    overflow: hidden;
    border-radius: 36px;
}

.signup {
    display: block;
    position: relative;
    top: 10px;
    height: 28px;
    margin: 0;
    overflow: hidden;
    font: 24px 'Myriad Pro Condensed';
    text-align: center;
    color: white;
    text-decoration: none;
    float: right;
    width: 155px;
    margin-right: 12px;
    padding-top: 1px;
    border-radius: 30px;
    background: #43A149;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.signup:hover{
    cursor: pointer;
}

.signup a {
    color: #fff;
}

.ayudabutt a .text {
    display: block;
    width: 60px;
    float: left;
    height: 28px;
    font: 19px "Myriad Pro COndensed", sans-serif;
    line-height: 26px;
    color: #ffb500;
    text-align: center;
    top: 0px;
    left: 2px;
    position: relative;
}

.ayudabutt .ayudaButtIcon {
    position: absolute;
    background: #ffb500;
    width: 23px;
    height: 23px;
    border-radius: 100px;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.ayudabutt .ayudaButtIcon span {
    position: relative;
    color: #fff;
    font: 20px "Myriad Pro bold", sans-serif;
    left: 8px;
    line-height: 22px;
}

.social_content {
    position: relative;
    top: 10px;
    float: left;
    height: 28px;
}
/*
.red_icon {
    color: #fff;
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 5px;
    border-radius: 100%;
    position: relative;
    opacity: 0.8;
}

.red_icon:hover{
    opacity: 1;
    color: #fff;
}

#red_icon0{
    background: #5c87d0;
}
#red_icon1{
    background: #ee1218;
}
#red_icon2{
    background: #2cabe1;
}
#red_icon3{
    background: #f63e28;
}
#red_icon4{
    background: #a400a5;
}
*/
.red_icon i{
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    font-size: 21px;
}

.social_content img:hover {
    opacity: 1;
}
/*
.loginbox {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    right: 0;
    position: relative;
    top: 20px;
    background: #fff;
    width: 425px;
    height: 82px;
    margin: 0;
    border-radius: 13px;
    overflow: hidden;
    float: right;
}
*/
.loginbox form.elogin legend,
.loginbox form.elogin label {
    display: none;
}

.loginbox form.elogin input[type=text], 
.loginbox form.elogin input[type=password] {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 138px;
    height: 20px;
    border: none;
    border-radius: 7px;
    margin-right: 4px;
    padding-left: 8px;
    background-color: #e4e4e4;
    font-size: 12px;
    position: relative;
    font-family: 'Roboto', sans-serif !important;
}

#loginBtn,
.loginbox form.elogin input[type="submit"],
.loginbox form.elogin input[type="button"]{
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
    display: block;
    float: right;
    background: #ccc;
    width: 115px;
    height: 51px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    color: #FFF;
    position: relative;
    z-index: 2;
    font-size: 22pt;
    font-family: 'Myriad Pro Condensed', sans-serif;
    text-align: center;
}

#loginBtn {
    background: #333;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: 66px;
}
#loginBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#loginBtn:hover,
.loginbox form.elogin input[type="submit"]:hover,
.loginbox form.elogin input[type="button"]:hover{
    background: #43A149;
}
#recoveryPassBtn{
    color: #9e9e9e;
    right: 132px;
    position: absolute;
    top: 51px;
    text-align: right;
}

#recoveryPassBtn span{
    float: right;
    top: 4px;
    position: relative;
}

.recoveryPassBtnIco{   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
    float: right;
    border-radius: 100%;
    background: #9e9e9e;
    margin-left: 5px;
    color: #fff;
    padding: 5px;
    width: 22px !important;
    height: 22px;
    font-size: 12px;
}

#recoveryPassBtn:hover .recoveryPassBtnIco {
    background: #ffb500;
}
#recoveryPassBtn:hover span{
    color: #ffb500;
}

.loginbox form .elogin input[type="submit"],
.loginbox form .elogin input[type="button"]{
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    float: right;
    background: #ccc;
    width: 115px;
    height: 51px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    color: #FFF;
    position: relative;
    z-index: 2;
    font-size: 22pt;
    font-family: 'Myriad Pro Condensed', sans-serif;
}

.loginbox form.elogin fieldset p {
    margin: 8px 22px 0 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.rightbox .loginboxContract {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    position: absolute;
    top: 47px;
    background: #fff;
    width: 425px;
    height: 28px;
    left: 0;
    margin: 0;
    border-radius: 100px;
    overflow: hidden;
    opacity: 0;
}

.loginbox form.elogin fieldset, 
.loginboxContract form.elogin fieldset {
    display: block;
    border: none;
    padding: 8px 7px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
}

.loginbox .loggedin, 
.loginboxContract .loggedin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
}

.loginboxContract .loggedin {
    padding: 4px;
    height: 100%;
}

.loginbox .loggedin{
    padding: 6px 6px 4px 10px;
}

.loginbox .loggedin td, 
.loginboxContract .loggedin td {
    color: #6a6a6a;
    font-weight: normal;
    height: 14px;
    float: left;
}

.loginboxContract .loggedin td {
    height: 100%;
    float: left;
    margin-right: 8px;    
}

.loginbox .loggedin td:nth-child(2n),
.loginboxContract .loggedin #outBtn a,
.loginboxContract .loggedin #outBtn{
    float: right !important;
}

.loginboxContract .loggedin td:nth-child(4) {
    top: 0;
    position: relative;
    margin-right: 0 !important;    
}

.loginbox .loggedin span, 
.loginboxContract .loggedin span {
    color: #ffb500;
/*    font-weight: 700;*/
}

.loginboxContract table td{
    cursor: default;
}

.loginbox .loggedin .time_enter, 
.loginbox .loggedin .login-timer {
    color: #c2c2c2;
/*    font-weight: 700;*/
}

.loginboxInputs{    
    position: relative;
    float: left;
    height: 51px;
    width: 250px;
}

.rightbox .user {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: block;
    float: left;
    position: absolute;
    top: 67px;
    right: 428px;
    /* width: 172px; */
    text-align: right;
    opacity: 0;
}

.rightbox .user span {
    color: #fff;
    font-style: normal;
    font-size: 16px;
    position: relative;
}

.rightbox .user_triang {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    float: right;
    width: 0;
    top: 2px;
    position: relative;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 14px solid #fff;
    border-bottom: 10px solid transparent;
}

/*.rightbox .user span .user_name {
    width: 115px;
    float: right;
    top: 3px;
    overflow: hidden;
    margin-right: 3px;
    text-align: right;
}*/

#balancesOnGame2 .user_name, 
.user_name {
    font: 26px 'Myriad Pro bold Condensed', sans-serif;
    color: #595959 !important;
    position: relative;
    margin: 0 5px 0 0;
    top: -3px;
    text-align: right;
    float: right !important;
}

#balancesOnGame2 .user_name{
    font: 20px 'Myriad Pro bold Condensed', sans-serif;
    margin: 3px 0 0 0;
}

.loginbox #balancesOnGame2 .outIcon{
    margin-top: 1px;
}


.loginboxContract #balancesOnGame2 .outIconGame{
    margin: 3px;
}

.loginbox #balancesOnGame2 .user_name{
    margin-top: 5px;
}

.loginboxContract .user_name{
    font-size: 20px;
    left: 0 !important;
    top: -3px;    
}

.rightbox .icoContract {
    position: relative;
    float: left;
    opacity: 0.5;
    font-size: 21px;
}

.rightbox .icoExpand {
    width: 14px;
    height: 14px;
}

.loginboxContract #timer-closed,
.loginboxContract #bonus-balance,
.loginboxContract #cash-balance{
    position: relative;
    left: -5px;
}

.loginbox .outIcon {
    color: #fff;
    float: right;
    background: #f03924;
    border-radius: 100%;
    position: relative;
    font-size: 18px;
    padding: 5px;
    box-sizing: content-box;
}

.loginboxContract .outIconGame,
.loginboxContract .outIcon {
    color: #fff;
    float: right;
    background: #f03924;
    border-radius: 100%;
    position: relative;
    font-size: 14px;
    padding: 3px;
    box-sizing: content-box;
}

.outIconBig{
    position: relative;
    top: 0;
    right: 0;
}

.loginboxContract tr td span {
    left: -0 !important;
    float: left;
    top: 3px;    
}

.loginboxContract .loggedin table, 
.loginbox .loggedin table {
    width: 100%;
}


.loginbox #balancesOnGame2 {
    height: 100%;
    position: absolute;
    display: none;
    float: left;
    width: 44%;
    background: #FFFFFF;
}

.loginboxContract #balancesOnGame2 {
    height: 100%;
    display: none;
    float: left;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
}

.loginboxContract #balancesOnGame2 a {
    position: relative;
    top: 0;
}

.loginbox #balancesOnGame2 span {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    left: 50px;
    font: 17px 'Myriad pro condensed', san-serif;
    line-height: 17px;
}

.icoReloadBalances{    
    position: relative;
    top: 23px;
    font-size: 21px;
    padding: 6px;
    color: #fff;
    background: #c2c2c2;
    border-radius: 100%;
    left: 8px;
}

.loginboxContract #balancesOnGame2 span{
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    left: 10px;
    font: 17px 'Myriad pro condensed', san-serif;
}

.loginboxContract #balancesOnGame2 .outBalanceExpand,
.loginbox #balancesOnGame2 .outBalanceExpand{
    position: relative;
    height: 27px;
    top: 24px;
    font: 12px 'Arial', sans-serif;
}

.loginbox .outBalance, 
.loginbox .outBalanceExpand, 
.loginboxContract .outBalance {
    position: absolute;
    right: 2px;
    top: 1px;
}

/*////////////MENU//////////////*/

.menu-wrap {
    background: #FFB500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: left;
    clear: left;
    width: 100%;
    height: 35px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    position: relative;
}

.menu-wrapCont {
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: #ffb500;
    height: 35px;
}

.menu-wrap-center {
    left: 50%;
    transform: translateX(-50%);
    float: left;
    position: relative;
}

.nolborder {
    border-left: 0 !important;
}

.menu-wrap-center .menu_link_content {
display: block;
    float: left;
    /*border-left: #d58d1f solid 1px;*/
    height: 35px;
    /* padding: 0px 12px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_link_content a.menu_link, 
.menu_link_content .submenu_content a.submenu_link {
    width: auto;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    border: none;
}

.menu_link_content .submenu_content {

    display: none;
    top: 6px;
    background: #ffce56;
    text-align: center;
    z-index: 10;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /*border-top: #d58d1f solid 1px;*/
    width: 100%;
}

.menu_link_content:hover .submenu_content{
    display: block;
}

.menu_link_content .submenu_content a.submenu_link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    position: relative;
    color: #333;
    margin: 0px auto;
    text-transform: initial;
    padding: 2px 0;
    display: block;
    font: 16px "Myriad Pro Condensed";
}

.menu_link_content a.menu_link {
    font: 24px 'Myriad Pro Semibold Condensed', sans-serif;
    padding: 6px 3px;
    position: relative;
    top: 4px;
    margin: 0 4px;
}

.menu_link_content .submenu_content a:hover {
    color: #ffffff;
}

.menu_link_content a:hover,
.menu_link_content a.active {
    color: #fff;
}

.menu_link_content .submenu_content a.nobborder {
    border-bottom: none !important;
}

#ebtpl .site-wrap .header .rightbox .error_login_info{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: absolute;
    height: 28px;
    top: 10px;
    /*background: #ffb500 url('/img/header/backErrorLogin.png');*/
    background: #ffb500;
    border-radius: 13px;
    line-height: 10px;
    float: right;
    width: 425px;
    right: 0;
    padding: 3px 9px;
    cursor: pointer;
    display:none;
}

.error_login_info:before{
    content: "\f057";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    color: #fff;
    top: 8px;
    float: right;
    right: 4px;
    font-size: 24px;
}
    

#ebtpl .site-wrap .header .rightbox .error_login_info strong{
    color: white;
    z-index: 9;
    font-weight: normal !important;
    top: 50%;
    position: absolute;
    width: 383px;
    transform: translateY(-50%);
    text-align: center;
    font-size: 11px;
}

#ebtpl .site-wrap .header .rightbox .error_login_info strong a{
    color: white !important;
    text-decoration: underline !important;
}

.rightbox .perfil a {
    right: 90px;
}

.rightbox .userButton {    
    opacity: 0.8;
    position: relative;
    float: left;
    height: 28px;
    top: 10px;
    margin-left: 3px;
    background: #333;
    cursor: pointer;
}

.rightbox .userButton:hover {    
    opacity: 1;
}

.rightbox .userButton span{
    float: left;
    color: #fff;
    font: 19px 'Myriad Pro Condensed', sans-serif;
    margin: 3px;
}

.userButtonCont {    
    margin-left: 5px;
    float: left;
}

.rightbox .iconAccount{
    content: "\e80a";
    font-family: fontello;
    font-style: normal;
    font-weight: normal;
    position: relative;
    color: #fff;
    float: left;
    font-size: 28px;
}


/*//////////////////////////////////////////////
//////////////////FOOTER////////////////////////
//////////////////////////////////////////////*/
/*
footer {
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    width: 1250px;
}
*/
.blunav {
    background: #333;
    width: 100vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    float: left;
    margin: 15px 0;
}

.blunavCenter {
    left: 50%;
    transform: translateX(-50%);
    float: left;
    position: relative;
    width: auto;
}

.blunav ul, 
.bottmenu ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blunav ul li, 
.bottmenu ul li {
    display: inline;
    float: left;
    margin: auto;
    padding: 0;
}

.blunav ul li a {
    display: block;
    width: auto;
    font: 12px 'Roboto';
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 4px 15px 2px 15px !important;
}

.blunav ul li a:hover {
    color: #ffb500;
}

.iconslegal {
    display: block;
    width: 100%;
    height: 41px;
    margin: 10px 0px;
    float: left;
}

.iconslegal img {
    width: 567px;
    height: 41px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

.lineFooter {
    border-bottom: 1px solid #ccc;
    border-top: #fff solid 1px;
    width: 100vw;
    left: 50%;
    float: left;
    transform: translateX(-50%);
    position: relative;
    margin: 15px 0;
}

.iconspayments {
    width: 717px;
    height: 51px;
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}

.iconspayments a {
    position: relative;
    overflow: hidden;
    height: 51px;
    float: left;
}

.methodPayImg {
    position: absolute;
    right: 0;
}

.methodPayImg:hover {
    position: absolute;
    left: 0;
}
.iconspayments #methodPayImg {
    float: left;
}

#terms {
    float: left;
    width: 100%;
}

#termsTitu {
    font-weight: bold;
    font-size: 13px;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 0;
}

#termsText {
    float: left;
    padding-left: 13px;
}

.footer {
    width: 100%;
    float: left;
    background: #fff;
}

.footer p {
    font-size: 11px;
    text-align: center;
    margin: 8px 0;
    float: left;
    width: 100%;
}

#footerLogo {
    display: block;
}

.frescochat-img {
    position: fixed;
    right: 14px;
    bottom: 0px;
    cursor: pointer;
    z-index: 100;
}
/*
.frescochat-tb{
    display: none !important;
}
*/
/*//////////////////////////////////////////////
//////////////////POP UP////////////////////////
//////////////////////////////////////////////*/
/*#popupCont, */
#popupContOpenGame{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000000000000000;
    display: none;
    left: 0;
    top: 0;
}

#gameContainerSlotsFull{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
#popupBack {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    float: left;
}
/*
#popupContData {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    border: 13px solid #fff;
    background: #e4e4e4;
    opacity: 0;
    text-align: center;
    width: 500px;
}
*/
#popupContData ul {
    text-align: left;
    padding-left:10px;
}

/*
.popUp_title_ok,
.popUp_title {
    background: #FFB500;
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 25pt !important;
    font-weight: normal !important;
    font-family: 'Myriad pro condensed', sans-serif;
    padding: 3px 17px;
}


.popUp_title_ok{
    background: #6bbf6a;
}


.intersite_part {
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
}

.intersite_part .contact_method {
    display: block;
    float: left;
    width: 115px;
    text-align: center;
}
*/
/*.intersite_partText {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 16px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.intersite_partText a{
    color: #FFB500 !important;
}
*/

.inactivityIconPopup{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    margin-bottom: 10px;
    background: #333;
    border-radius: 100%;
    width: 57px;
    height: 57px;
}

.inactivityIconPopup:before{
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: #fff;
}

/*.intersite_part p:nth-child(2) {
    padding: 0 30px 0 10px;
}

.intersite_part p:nth-child(2) {
    padding-left: 30px;
}*/

.tableTorneoWinners {
    border-collapse: collapse;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.tableTorneoWinners th {
    background-color: #666;
    border: 1px solid #666;
    color: #FFF;
    font-size: 15px;
    padding: 5px 10px;
}

.tableTorneoWinners td {
    border: 1px solid #BBB;
    padding: 5px;
}

/*.popupContBtns{
    position: relative;
    width: 100%;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    height: 52px;
}

#popupContCloseCenterLeft,
#popupContCloseCenterRight,
#popupContCloseLeft, 
#popupContCloseRight, 
#popupContCloseCenter {
    color: #fff !important;
    background: #ccc;
    font: 26px 'Myriad pro condensed', sans-serif;
    padding: 4px 13px;
    position: relative;
    border-radius: 100px;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 16px 13px 16px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

#popupContCloseLeft {
    transform: translateX(0);
    left: 0;
    float: left;
}

.popupContBtnsCenter{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


#popupContCloseCenter {
    position: absolute;
    left: 47%;
    transform: translateX(-50%);
    float: left;
}

#popupContCloseCenterLeft {
    left: 0;
    transform: translateX(0);
    float: left;
    margin: 0 10px 0 0;
}

#popupContCloseCenterRight {
    right: 0;
    transform: translateX(0);
    float: right;
    left: 0;
    margin: 0 0 0 10px;
}

#popupContCloseRight {
    transform: translateX(0);
    left: 0;
    float: right;
}

#popupContCloseCenterLeft:hover,
#popupContCloseCenterRight:hover,
#popupContCloseLeft:hover,
#popupContCloseRight:hover,
#popupContCloseCenter:hover{
    background: #333;
}
*/

/*//////////////////////////////////////////////
//////////////////POP UP////////////////////////
//////////////////////////////////////////////*/
#cookie_policy_popUp {
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.5s;
    display: block;
    position: fixed;
    transform: translateY(100%);
    width: 100%;
    height: auto;
    padding: 5px 15px 5px 5px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: rgba(0,0,0,0.9);
    z-index: 99999999999999;
    bottom: 0;
}
#cookie_policy_popUp a {
    color: #ffb500;
    text-decoration: none;
}
#cookie_policy_popUp p {
    font: 12px 'Roboto', sans-serif;
    color: #fff;
    margin: 0px;
    line-height: 35px;
    text-align: center;
    width: 100%;
}
#cookie_policy_popUp .accept_cookie_policy {
    font: 15px 'Roboto', sans-serif;
    background: #ffb500;
    border-radius: 5px;
    box-sizing: border-box;
    color: #FFF !important;
    width: 100px;
    display: block;
    text-align: center;
    margin-top: 5px;
    left: 50%;
    float: left;
    padding: 2px;
    transform: translateX(-50%);
    bottom: 7px;
    position: relative;
}

/*.highlight_error {
    background-image: url('../img/register/inputChekError.png') !important;
    background-position: right !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.highlight_correct {
    background-image: url('../img/register/inputChekCorrect.png') !important;
    background-position: right !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
*/
/*.campoPerfil .highlight_error{
    background-image: url('../img/register/inputChekError.png') !important;
    background-position: right !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}*/


/*////////////////////////////////////////////////////////////////
//////////////////AUTOEXCLUSIÓN PAGE////////////////////////
/////////////////////////////////////////////////////////*/

.autoexclusionCont,
.autoexclusionCont p{
    text-align: center;
}

.autoexclusionCont img{
    margin-top: 20px;
}

/*//////////////////////////////////////////////
/////////////////AUTOEXCLUIRSE//////////////////
//////////////////////////////////////////////*/

#autoexclusionAlert{   
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: fixed;
    width: 1250px;
    float: left;
    z-index: 10;
    top: 179px;
    height: 61px;
}
/*
.autoexclusionAlertCenter{
    padding-top: 10px;
    background: #ffffff;
    margin-left: 239px;
    height: 100%;
    top: 0;
    position: relative;
    width: 1011px;
}
*/
#autoexclusionAlert img{
    float: left;
    width: 46px;
}

.autoexclusionAlertTit{
float: left;
    font: 42px 'Myriad pro bold condensed', sans-serif;
    color: #f00;
    margin: 0px 0 0 5px;
    text-transform: uppercase;
}

.autoexclusionAlertText{
    margin: 25px 0 0 10px;
    float: left;
}

#exitFullScreen{
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1000000000000;
    cursor: pointer;
    opacity: 0;
    left: 0;
    position: absolute;
    top: -3px;
}

#isExcludedCont img {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#isExcluded{
    float: left;
    width: 100%;
    text-align: center;
}

/* popUpTopBar */
#popUpTopBar {
    width: 100%;
    color: #fff !important;
    font-weight: bold;
    background: #858585;
    position: relative;
    height: 34px;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    font: 14px 'Arial', sans-serif;
}
#popUpTopBar a img{
    opacity: 0.5;
    margin: 3px 5px;
    float: left;
}

#popUpTopBar a img:hover{
        opacity: 1;
}

#popUpTopBar .inbr_content {
    display: block;
    float: left;
    width: 100%;
}
#popUpTopBar .inbr_content .inbr_text {
    margin: 0px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
#popUpTopBar .inbr_content .inbr_text span {
    display: block;
    margin: 7px 0;
    float: left;
}
#popUpTopBar .inbr_close {
    font: 15px normal Arial, Helvetica, sans-serif;
    background: #ffb500;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    color: #FFF !important;
    width: 100px;
    float: left;
    padding: 3px 0 4px 0;
    text-align: center;
}

.gameNewLabel {
    position: absolute;
    width: 100%;
    background: red;
    color: white;
    text-align: center;
    top: 29px;
    left: -81px;
    font: 22px'Myriad pro bold condensed', sans-serif;
    transform: rotate(-45deg);
}

#redirectCont{
    width: 1250px;   
    float: left;
    margin-top: 15px;
}

#redirectCont p{
    width: 100%;
    text-align: center;
    margin: 0;
}

#redirectTextCont p:nth-child(1){
    font: 30px'Myriad pro bold condensed', sans-serif;
    width: 100%;
    text-align: center;
}

/*.redirectIconBan {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    float: left;
    font-size: 80px;
    color: red;
}*/


#redirectIcon{
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    float: left;
    font-size: 50px;
    color: #333;
}
.promoProximamenteLabel {
    position: absolute;
    width: 93px;
    background: red;
    color: white;
    text-align: left;
    top: 0%;
    left: 0;
    font: 14px'Myriad pro bold condensed', sans-serif;
    /*transform: rotate(45deg);*/
    padding-left: 1rem;
    font-weight: 700;
}

.popUpBtn {
    color: #fff !important;
    background: #ccc;
    font: 26px 'Myriad pro condensed', sans-serif;
    padding: 4px 13px;
    border-radius: 100px;
    float: left;
    margin: 0 10px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    position: relative;
    justify-content: center;
}