/*@font-face {
  font-family: "FuturaStd";
  src: local(FuturaStd Light), url("../fonts/FuturaStd/FuturaStd-Light.otf");
  font-weight: 300;
}

@font-face {
  font-family: "FuturaStd";
  src: local(FuturaStd Regular), url("../fonts/FuturaStd/FuturaStd-Medium.otf");
  font-weight: 400;
}

@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd/FuturaStd-Book.otf");
  font-weight: 500;
}

@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd/FuturaStd-Bold.otf");
  font-weight: 700;
}*/
/*Roboto*/
@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url("../fonts/roboto/Roboto-Light.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url("../fonts/roboto/Roboto-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.ttf");
  font-weight: 700;
}
/*BebasNeue*/
@font-face {
  font-family: "BebasNeue";
  src: local(BebasNeue Light), url("../fonts/BebasNeue/BebasNeue-Light-2.otf");
  font-weight: 300;
}

@font-face {
  font-family: "BebasNeue";
  src: local(BebasNeue Regular), url("../fonts/BebasNeue/BebasNeue-Regular-2.otf");
  font-weight: 400;
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue/BebasNeue-Book-2.otf");
  font-weight: 500;
}

@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/BebasNeue/BebasNeue-Bold-2.otf");
  font-weight: 700;
}

body{
  overflow-y: scroll !important;
  background-color: #f1f0f0;
}

a {
  text-decoration: none;
}

html {
  line-height: 1.5;
  font-family: "FuturaStd", sans-serif !important;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
input:focus{
  border-bottom: 1px solid #2973b9 !important;  
}
input{
  height: 2rem !important;
}
.nav-principal{
  padding: 0 5%;
  background-color: #353535;
}
.nav-principal a{
  text-transform: capitalize;
}
.nav-principal a:hover{
  color: #2973b9;
}
.brand-logo{
  height: 60px;
}
.brand-logo img{
  width: 60px;
  padding: 5px;
}
.contenido{
  /*padding: 5% 0;*/
}
.contenido .row{
  /*padding: 0 5%;*/
}
.dropdown-content li>a, .dropdown-content li>span {
    color: #2973b9;
}
.titulo_principal{
  color: #2973b9;
  text-align: center;
  text-transform: uppercase;  
}
.titulo_principal_new{
  color: #2973b9;
  text-align: center;
  text-transform: uppercase;
  background-image: url("../img/portada-secciones.png");
  padding: 50px;
  margin-bottom: 0px;  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;   
}
.titulo_principal_home{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: url("../img/portada-home.png");
  padding-top: 50px;
  margin-bottom: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;  
}
.titulo_principal_home img{
  margin-bottom: -30px;
}
.titulo_principal_home h1{
  margin: 0;
}
.titulo_principal_new{
  color: #fff;  
}
.titulo_principal_new .titulo_seccion h1, .titulo_principal_new .titulo_seccion h2, .titulo_principal_new .titulo_seccion h3{
  color: #fff;
  font-family: "BebasNeue", sans-serif !important;
}

.titulo_principal_home .titulo_seccion h1, .titulo_principal_home .titulo_seccion h2, .titulo_principal_home .titulo_seccion h3{
  margin: 0;
}
  
.titulo_principal_new .titulo_seccion b{
  /*color: #fff;
  background-color: #000;
  padding: 0px 40px;*/
}

.titulo_principal_home .titulo_seccion{
  padding: 35px;
  /*background-color: #000;*/
  font-family: "BebasNeue", sans-serif !important;
}
.botones_home .t1{
  /*background-color: #2973b9;*/
  background-color: #0078c0;
}
.botones_home .t2{
  /*background-color: #f38f0f;*/
  background-color: #ff930e;
}
.botones_home h4{
  color: #ffffff;
  margin: 15px 0;
  font-family: "BebasNeue", sans-serif !important;
  font-weight: bold;
}
.botones_home{
  text-align: center;
}
.botones_home{
  text-align: center;
}
.btns_home1 img{
  vertical-align: middle;
  margin: 0px 15px;
  padding-bottom: 5px;  
}
.btns_home2 img{
  vertical-align: middle;
  margin: 0px 15px;
  padding-bottom: 5px;  
}
.btns_home1 .btn{
  background-color: #000000;
  margin-top: 15px;
  width: 100%;
  font-family: "Roboto", sans-serif !important;
  text-transform: none;
  text-align: left;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  padding: 0px 20px;
}
.btns_home2 .btn{
  background-color: #000000;
  margin-top: 15px;
  width: 100%;
  font-family: "Roboto", sans-serif !important;
  text-transform: none;
  text-align: left;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  padding: 0px 20px;
}
.btns_home1 .btn:hover{
  background-color: #312c2c;
}
.btns_home2 .btn:hover{
  background-color: #312c2c;
}
.btn_buscar{
  margin-top: 5px;
}
.btn_buscar a{
  width: 100%; 
}


table{font-family:Roboto;}
.t-posiciones th { width: 45px; }
.t-posiciones th:nth-child(3) { width:200px;transform: translateX(-32px);border-left: 0px solid !important; }
.t-posiciones td:nth-child(1) { font-weight: bold;font-size: 1.5em; }
.t-posiciones td { border-left: 1px solid !important;padding: 2px; }
.t-posiciones td:nth-child(3) { border-left: 0px solid !important; }
.t-fixture td,.t-goleadores td, .t-amonestados td{ padding: 10px; }

.tablas h3{
  text-align: center;
  font-weight: bold;
}
.tablas table{
  width: auto;
  margin: auto;
  border: 1px solid #000000;
}

.dropdown-button{
    width: 100% !important;
}
tbody .btn{
  width: 100%;
}
.tablas span{
  padding-left: 25px !important;
}
.btn_editar{
  background-color: #f38f0f !important;
}
.btn_editar:hover{
  background-color: #c7760f !important
}
.btn_dni{
  width: 100% !important;
}
.btn{
  background-color: #2973b9;
}
.btn:hover{
  background-color: #1d5182;
}
.btn_cat{
  text-align: center;
}
.btn_cat div{
  display: inline-flex;
  margin: 10px !important;
}
.btn_cat a{
  padding: 0 35px;
}
.buscador{
  background-color: #fff;
  border: solid 1px #dadada;
  padding-top: 40px;
}
.planilla td{
  border: 1px solid;
}
.planilla{
  background-color: #fff;
  color: #000;
}
.planilla .titulo_principal_new {
    color: #000;
    background-image: none;
}
.planilla .titulo_principal_new .titulo_seccion h1, .planilla .titulo_principal_new .titulo_seccion h2, .planilla .titulo_principal_new .titulo_seccion h3 {
    color: #000;
}
.tablas{
  /*background-color: #fff;
  border: solid 1px #dadada;
  text-align: center;*/
}
table td{
  border: 1px solid #000;
  padding: 5px;  
}
.td_sin_bordes td{
  border:0;
}
.th_especial{
  width: 50px;
}
table.striped > tbody > tr:nth-child(even) {
    background-color: rgb(255, 255, 255);
}
table.striped > tbody > tr:nth-child(odd) {
    background-color: #2973b929;
}
table.striped > tbody > tr:hover {
    background-color: #f1f0f0 !important;
}
.tablas th{
  border-radius: 0;
  background-color: #ffffff;
}
.tablas thead{
  border-bottom: solid 1px #353535;
}
#imagen_eq{
  width: 200px;
  height: auto;
}
#imagen_jug{
  width: 100px;
  height: auto;
}
.titulo_principal_new .e1Img, .titulo_principal_new .e2Img{
  width: 150px;
}
.tablas .e1Img, .tablas .e2Img{
  max-width: 75px;
  margin-bottom: 20px;
}
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}
input[type=file] {
    margin-top: 30px;
}
.btn-fechas{
  margin: 5% 0%;
}
.t-posiciones table{
  border: 1px solid #2973b9;
}
.t-posiciones thead{
  color: #ffffff;
  background-color: #2973b9;
}
.t-posiciones th{
  border-radius: 0;
  background-color: #2973b9;
}
.t-posiciones table.striped > tbody > tr:nth-child(n) {
    background-color: #2973b95e;
    border-bottom: 1px solid #2973b9;
}
.t-posiciones table.striped > tbody > tr:nth-child(n+4) {
    background-color: #2973b929;
}
.t-posiciones table.striped > tbody > tr:nth-child(n+5) {
    background-color: #ffffff;
}
.t-posiciones table.striped > tbody > tr:nth-child(n+11) {
    background-color: #f38f0f7d;
}
.t-posiciones table.striped > tbody > tr:nth-child(n+12) {
    background-color: #f38f0fc4;
}
.t-posiciones th:nth-child(2) {
    width: 50px;
}
.t-posiciones th:nth-child(3) {
    width: 250px;
}
.t-posiciones td:nth-child(3) {
    text-align: left;
    padding-left: 20px;
    font-weight: bold;
}
.escudo_tablas{
  width: 25px;
}

.t-fixture table{
  border: 1px solid #2973b9;
}
.t-fixture th{
  border-radius: 0;
  background-color: #2973b9;
}
.t-fixture thead{
  color: #ffffff;
  background-color: #2973b9;
}
.t-fixture table.striped > tbody > tr:nth-child(odd) {
    background-color: #2973b929;
}
.t-fixture tr {
    border-bottom: 1px solid #2973b9 !important;
}
.t-fixture h5 {
  font-weight: bold;
  margin: 0;
}
.t-fixture th, .t-fixture td {
    padding: 8px 10px;
}


.t-goleadores table{
  border: 1px solid #2973b9;
}
.t-goleadores th{
  border-radius: 0;
  background-color: #2973b9;
}
.t-goleadores thead{
  color: #ffffff;
  background-color: #2973b9;
}
.t-goleadores table.striped > tbody > tr:nth-child(odd) {
    background-color: #2973b929;
}
.t-goleadores tr {
    border-bottom: 1px solid #2973b9 !important;
}
.t-goleadores h5 {
  font-weight: bold;
}
.t-goleadores th, .t-goleadores td {
    text-align: left !important;
    padding: 5px 20px;
}

.t-amonestados table{
  border: 1px solid #2973b9;
}
.t-amonestados th{
  border-radius: 0;
  background-color: #2973b9;
}
.t-amonestados thead{
  color: #ffffff;
  background-color: #2973b9;
}
.t-amonestados table.striped > tbody > tr:nth-child(odd) {
    background-color: #2973b929;
}
.t-amonestados tr {
    border-bottom: 1px solid #2973b9 !important;
}
.t-amonestados h5 {
  font-weight: bold;
}
.t-amonestados th, .t-amonestados td {
    text-align: left !important;
    padding: 5px 20px;
}

#tabla_proxima table{
  border: 1px solid #2973b9;
}
#tabla_proxima th{
  border-radius: 0;
  background-color: #2973b9;
}
#tabla_proxima thead{
  color: #ffffff;
  background-color: #2973b9;
}
#tabla_proxima table.striped > tbody > tr:nth-child(odd) {
    background-color: #2973b929;
}
#tabla_proxima tr {
    border-bottom: 1px solid #2973b9;
}
#tabla_proxima img{
  width: 80px;
}



#tabla_sanciones table{
  border: 1px solid #2973b9;
}
#tabla_sanciones th{
  border-radius: 0;
  background-color: #2973b9;
}
#tabla_sanciones thead{
  color: #ffffff;
  background-color: #2973b9;
}
#tabla_sanciones table.striped > tbody > tr:nth-child(odd) {
    background-color: #2973b929;
}
#tabla_sanciones tr {
    border-bottom: 1px solid #2973b9;
}

.login_inputs{
  text-align: center;
  margin-top: 25px !important;
}
.login_inputs input{
  background-color: #ffffff !important;
}

.t-goleadores tbody {
    display: block;
    max-height:500px;
    overflow-y: scroll;
}
.t-goleadores thead, .t-goleadores tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.t-goleadores{
    width: 50%;
    margin: auto;
    float: left;
    padding: 0% 1%;
}
.t-goleadores tr th:nth-child(3),.t-goleadores tr td:nth-child(3) {
    width: 100px;
}
.t-amonestados tbody {
    display: block;
    max-height:500px;
    overflow-y: scroll;
}
.t-amonestados thead, .t-amonestados tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.t-amonestados{
    width: 50%;
    margin: auto;
    float: left;
    padding: 0% 1%;
}
.t-amonestados tr th:nth-child(3),.t-amonestados tr td:nth-child(3) {
    width: 100px;
}
.t-fixture{
    float: left;
    margin: auto;
    width: 100%;
}

/*  #2973b9 AZUL  */
/*  #f38f0f NARANJA */

@media screen and (max-width: 1400px){
}