.home_section{
    min-height: 100vh;
    font-family: 'Nunito', sans-serif;
    background-image: url('/media/bg_2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_section h1{
    font-weight: 600;
}
.home_section h4{
    font-weight: 200;
}
.home_section .btn{
    font-weight: 700;
}
.about_game {
    font-family: 'Nunito', sans-serif;
}
.about_game h1{
    font-size: 60px;
    font-weight: 600;
}
.about_game p{
    font-size: 30px;
    font-weight: 200;
}
.second_p{
    font-size: 15px;
}
.about_game p a{
    color: #004d40;
}

.about_game p a:hover{
    color: #FFD00D;
}
.about_game p strong{
    font-weight: 600;
}
#reglas{
    color: white;
}
.footer{
    padding: 20px;
    margin-top: -20px;
    padding-top: 30px;
}
.footer label{
    font-size: 15px;
}
.footer a{
    color: #a2a2a2;
}
.footer a:hover{
    color: #FFD00D;
}
.text-justify{
    text-align: justify;
}
.sidenav-trigger{
    position: absolute;
    top: 5px;
    left: 2px;
}
.alert-primary{
    background-color: #1565c0!important;
}
.alert-secondary{
    background-color: #616161!important;
}
.alert-success{
    background-color: #66bb6a!important;
}
.alert-danger{
    background-color: #c62828!important;
}
.alert-warning{
    background-color: #c0ca33!important;
}
.alert-info{
    background-color: #81d4fa!important;
}
.alert-light{
    background-color: #eeeeee!important;
}
.alert-dark{
    background-color: #212121!important;
}
.btn_table a{
    margin-right: 30px;
}
.icon_login i{
    font-size: 50px;
}
.dropdown-content{
    width: max-content !important;
    height:auto !important;
    top: 53px!important;
 }
 .title{
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    margin: 0;
    font-size: 50px;
 }
 .btn_menu{
     position: absolute!important;
 }
 .home_panel{
    margin-left: 0!important;
    margin-right: 0!important;
    overflow: hidden;
 }
 .home_panel .col, .record_panel .col{
    margin-top: 20px;
    overflow: hidden;
 }
 .form_goales{
     padding: 10px!important;
 }
 
 .pagination_users nav{
    color: #fff;
    background-color: transparent!important;
    width: 100%;
    height: auto!important;
    line-height: 0!important;
 }
 .pagination_users,.pagination_users nav, .pagination ul{
     display: block!important;
     width: 100%!important;
     margin: 0 auto!important;
 }
 .pagination li.active{
    color: black;
    background-color: transparent!important;
    font-weight: bold;
    width: 30px;
 }
 .pagination li.active span{
    line-height: 30px;
    font-size: 1.2rem;
 }
 .sidenav .active{
    background-color: rgba(0,0,0,0.05);
 }
 .password_panel{
     margin-top: 20px!important;
 }
 .icon_votations{
     width: 30%!important;
     margin: 0 auto;
 }
 .bar{
     position: fixed;
     right: 0;
     top: 30%;
     padding: 10px;
     border-radius: 1px 0px 0px px;
 }
 .bar a{
    display: block;
    width: 100%;
    margin-top: 10px;
    transition: all 0.2s ease;
 }
 .bar a:hover{
     margin-left: -5px;
 }
 @media only screen and (max-width: 773px){
    .btn_menu{
        top: 4px!important;
    }
    .title{
        font-size: 45px;
        text-align: right!important;
    }
 }