.btn-rombo{
    background-image: url(/img/rombo-boton.svg);
background-color: #4f0d0d00;
background-size: cover;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
color: white;
}

.login .edgtf-content-inner .edgtf-player-single-holder .edgtf-player-single-top-holder .img-h100 .text-center .container-input h2{
    padding: 10% 0 !important;
}
.paso-registro{
    padding-left: 10%;
    padding-right: 10%; 
}
.hr-super-overflow{
    position: absolute;
left: 0;
width: 300% !important;
margin-left: -80%;
}
.login{
    height: fit-content !important;
}
.poligono-6{
    clip-path: polygon(100% 50%, 75% 93.3%, 25% 93.3%, 0% 50%, 25% 6.7%, 75% 6.7%);
    background-color: #3f2965;
    display: flex;
    align-items: center;
    justify-content: center;
}
.poligono-6-50{
    height: 50px;
    width: 50px;
}
.poligono-activo{
    background-color:#f41868; 
}
.wizard-torneos{
    display: flex;
    justify-content: center;
}
.wizard-torneos-container{
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    max-width: 600px;
}
.wizard-torneos-container .linea{
    position: absolute;
    width: 100%;
    border-top: 2px solid #6a4a89;
    top:24px;
    
}

@media(max-width:768px){
    .wizard-torneos-container{
      max-width: 300px;
    }
}
.wizard-torneos .poligono-6{
    z-index: 1;
}

.linea-dividida{
    display: flex;
    align-items: center;
    justify-content: space-between
} 

.linea-dividida .linea-izquierda{
    border-top: 1px solid #f41868;
    width: 200%;
margin-left: -100%;
}
.linea-dividida .linea-derecha{
    border-top: 1px solid #f41868;
    width: 200%;
    margin-right: -100%;

}

.btn-register{
  font-size: 14px !important; 
}
.triangulo-superior{
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #3f2965;

}
.triangulo-15{
width: 15px;
height: 15px;
}
.btn-tranparente-rosa{
border: 1px solid #f41868;
background: transparent;
}
.logo-registro{
width: 100px
;
}
.poligono-6.poligono-activo:hover{
 cursor:pointer;
}
.information_form-container{
width: 100% !important; 
max-width: 100% !important;
}


body .login_twoColumns-one{
width: 100% !important; 
max-width: 100% !important;
}

.codigo input{
    max-width: 100% !important;

}
body .login_twoColumns{
    width: 100%;
}



.trn-torneos-banner{
    height: 22vh;
}



@media(max-width:1400px){
    .trn-torneos-banner{
    height: 30vh;
    }
} 

@media(max-width:991px){
    .trn-torneos-banner{
    height: 20vh;
    }
} 

@media(max-width:768px){
    .trn-torneos-banner{
    height: 20vh;
    }
} 



.trn-torneos-banner-logo img{
width: 90px;
padding-top: 20px;
padding-left: 20px;
}


@media(max-width:768px){
.trn-torneos-banner-logo img {
    width: 85px;
}


}

.trn-close-body-modal{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 50px;

}
