 #auth #auth-left {
    padding: 3rem 5rem;
}

#auth #auth-left .auth-logo {
    margin-bottom: 2rem;
    text-align: center;
}
#auth #auth-left .auth-title{
	font-size: 2rem;
    margin-bottom: 1rem;
    text-align: center;
}
#auth #auth-left .auth-subtitle {
    color: #a8aebb;
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.p-olvido{
	font-size: 14px;
}

video.home{
	-webkit-filter: opacity(40%);
	position: fixed;
    min-height: auto;
    height: 100vh;
}
.stats-icon i.bi {
    line-height: 1px;
    height: auto;
    width: auto;
}
.text-nv h6, .text-nv h5{
    font-size: 0.8rem;
}
.load{
    position: fixed;
    z-index: 5;
    left: 50%;
    top: 44%;
    display: none;
}
table.table-datos tr th{
    padding: 5px 12px !important;
    font-size: 15px;
}
table.table-datos tr td{
    padding: 5px 12px !important;
    font-size: 13px;
}
.card-numeros{
    box-shadow: 0 0 10px 0 rgb(58 70 93 / 15%);
    margin-bottom: 14px;
    cursor: pointer; 
}
.card-numeros:hover{
    box-shadow: 0 0 10px 0 rgb(58 70 93 / 43%);
    transform: translateY(1px);
    transition: all .2s;
    z-index: 5;
}
.icon-logo{
    font-size: 37px;
}
.card-home-01{
    border-bottom: 3px solid #ffce3a;
}
.card-home-02{
    border-bottom: 3px solid #ff7976;
}
.card-home-03{
    border-bottom: 3px solid #5ddab4;
}
.card-home-04{
    border-bottom: 3px solid #9694ff;
}
#chartdiv{
    width: 100%;
    height: 400px;
}

/***BINARIO***********/

#binario .voltaraotopo {
    text-align: center;
}
#binario .voltaraotopo a {
    background: #555 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 5px 8px 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 87px;
}
#binario .voltaraotopo a:hover {
    background: #000 none repeat scroll 0 0;
}
#binario table#rede {
    margin: 0 auto;
    width: 100%;
}
#binario table#rede tr {
    border: 0 none;
}
#binario table#rede tr td {
    border: 0 none;
    padding: 2px;
    text-align: center;
    vertical-align: top;
}
/*
#binario table#rede tr td span {
    display: block;
    font-size: 0.9em;
    line-height: 12px;
    padding: 5px;
}*/
#binario table#rede tr td span strong {
    display: block;
    font-size: 1em;
    text-align: center;
}
#binario table#rede tr td span.lado {
    font-size: 0.9em;
    font-weight: bold;
}
#binario table#rede tr td.inativo span.lado {
    color: #aaa;
}
#binario table#rede tr td .alert-info {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
}
#binario table#rede .alert.alert-info.aprovado {
    background: #547c95 none repeat scroll 0 0;
}
#binario table#rede tr td.aleft {
    border-bottom: 2px solid rgba(78, 78, 78, 0.7);
    border-right: 2px solid rgba(78, 78, 78, 0.7);
    padding: 10px 0;
}
#binario table#rede tr td.aright {
    border-bottom: 2px solid rgba(78, 78, 78, 0.7);
    border-left: 2px solid rgba(78, 78, 78, 0.7);
    padding: 10px 0;
}
#binario table#rede tr td.bleft {
    border-right: 2px solid rgba(78, 78, 78, 0.7);
    padding: 10px 0;
}
#binario table#rede tr td.dbottom {
    border-bottom: 2px solid rgba(78, 78, 78, 0.7);
    padding: 10px 0;
}
#binario table#rede tr.a1 td {
    width: 490px;
}
#binario table#rede tr.a2 td {
    width: 245px;
}
#binario table#rede tr.a3 td {
    width: 122px;
}
#binario table#rede tr.a4 td {
    width: 60px;
}
#binario table#rede tr.a5 td {
    width: 30px;
}
#binario table#rede tr td div a {
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 5px;
    text-decoration: none;
}
#binario table#rede tr td div img {
    display: block;
    margin: 0 auto;
}
#binario table#rede tr td div {
    display: inline-block;
    margin: 0 auto;
    width: auto;
}
#binario table#rede tr td.inativo div img {
    padding: 10px 5px;
}

/*  ************** SESION BINARIO ********************** */
.tree {
    position: relative;
    overflow-x: auto;
}
.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.tree ul {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
}
.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.tree ul li {
    width: 100%;
}
.tree li:only-child {
    padding-top: 0;
}
.tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
}
.tree li:last-child::before {
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.team-logo-box {
    border: none !important;
}
.tree li a span {
    width: 100%;
    display: block;
}
.tree li a span:first-child {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}
.team-logo-box .username {
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #666 !important;
    padding: 8px 2px 0 !important;
    text-transform: capitalize;
    letter-spacing: normal;
}
.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}
.tree li::before, .tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}
.tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
}
.team-logo-box {
    border: none !important;
}
.team-logo-box img {
    height: 40px;
    border-radius: 50px;
    border: 1px solid #d7d7d7;
    padding: 1px;
}
.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}
.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;


}

.btn-login{
    background-color: #d2ac5d;
    border-color: #d2ac5d;
    color: #fff;
}
.card-membresia{
    border: 3px solid #d2ac5d;
}
.card-membresia h6, .card-membresia p{
    color:#d2ac5d;
}

/*  ************** END SESION BINARIO ******************** */

.text-justify{
    text-align: justify;
}

@media screen and (max-width: 576px){
    #auth #auth-left {
        padding: 5rem 2rem !important;
    }
    #chartdiv{
        width: 100%;
        height: 250px;
    }
    .form-check-label{
        font-size: 22px;
    }
    .form-check-pago .form-check-label {
        font-size: 15px;
    }
}


