#header .ul-nav > li:nth-of-type(2) {

}

#header .ul-nav > li:nth-of-type(2) a {
  color: #a17800;
}

#menu_movil a:nth-of-type(2) i {
  color: #FBC219;
}

#menu_movil a:nth-of-type(2) {
  color: #eee;
}

.bcolor_1  {
  color: #ddd;
  /*background-color: #063D68;*/
}

.bcolor_2 {
  /*background-color: #1A67A2;*/ /*verde 013f58 azul 003b6f*/
  /*color: #fff;*/
}

#section_1 > .margen { 
  width: 100%; /*in drag is 100% - 200px of lateral*/
  background: #bbb;
  background-image: url("../images/fondo1.jpg");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: center;
}

#section_1 > .margen #footer {
  width: 100%;
  background-color: #A17800;
  border-top: 1px solid #fbc219;
  color: ##fbc219;
  margin-top: 50px;
}

#section_1 > .margen #footer .flex3:nth-of-type(1) {
  display: none;
}

#section_1 > .margen #footer .flex3:nth-of-type(2) {
  border-bottom: 1px solid #111;
  margin-bottom: 30px;
}

#section_1 > .margen #footer .div_img {
  margin: auto;
}

#section_1 > .margen #footer p {
  text-align: center;
  color: #111;
  font-weight: bold;
}

#section_1 > .margen #footer a {
  text-align: center;
  width: 100%;
  color: #111;
  font-weight: bold;
}

#section_1 > .margen #footer #logo_footer {
  width: auto;
  height: 100px;
  width: 72px;
  margin: auto;
  margin-bottom: 5px;
}

#section_1 > .margen #footer .margen {
  width: 95%;
}

#lateral {
  border: initial; /*Removing from drag*/
  height: calc(100% - 145px); /*Not only lower it 60px but also reduce its size to see the scroll all the way down*/
}

#lateral #round_logo {
  height: 100px;
  background-repeat: no-repeat;
  align-content: center;
  background-color: #FBC219;
}

#lateral #round_logo #circulo {
  height: 90px;
  width: 90px;
  border-radius: 100px;
  margin-left: 10px;
  background: #fff;
  background-image: url("../../view/images/logo.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position-x: center;
  background-position-y: 11px;
}

#lateral h1 {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 1.2em;
  background-color: #fff;
}

#lateral #para_opciones {
  background-color: #fff;
  padding-top: 0px;
}

#lateral #para_opciones {
  border-bottom: 1px solid red;
}

#lateral #para_opciones .option .back_option {
  border: none;
  color: #333;
  font-size: 1.1em
}

#lateral #para_opciones .option .back_option:hover {
  background-color: initial; /*no for mobile*/
}  

#lateral .primario {
  margin-left: 10px;
  border-bottom: 1px solid #eee;
}

#lateral .secundario {
  display: none; /*No cambiar*/
  margin-left: 50px;
  height: 32px;
}

#mainDiv {
  position: relative;
  background: rgb(0,0,0,.2);
  width: 95%;
  min-width: 320px;
  min-height: calc(100vh - 450px);
  align-content: flex-start;
  justify-content: space-around;
  user-select: none;  /* Likely future applied on Nov/06/2020*/
  padding-bottom: 30px; 
  margin: 40px auto;  
}

.temporal_p {
  font-size: 1.3em;
  margin-top: 100px;
  letter-spacing: 1px;
  color: #eee;
  width: 90%;
}

#balon {
  width: 50px;
  height: 50px;
}

#mainDiv h2 {
  color: #fff;
  text-align: center;
  font-size: 1.5em; 
  margin: 30px 0px;
}

#mainDiv h3 {
  color: #fff;
}

#mainDiv th {
  background-color: #fbc219; /* Standard syntax */
  color: #000;
  height: 30px;
  font-size: 1em;
}

.tabla_general {
  position: relative;
  width: 90%;
  margin: auto;
  font-size: 1em;
  border-collapse: collapse; 
  border-spacing: 0px 5px;
  background-color: rgba(30, 30, 30, .7);
  background-color: #2a2a2a;
}

.tabla_general tr {
   height: 55px;
   border-bottom: 1px solid #444;
}

.tabla_general .tgtd_position, .tabla_general .pts {
  width: 40px; 
  font-weight: bold;
  border-radius: 0px;
  border: 0px solid #04181f;
  background-color: #111;
}

.tabla_general .top8 td:nth-of-type(2) {
  /*border-left: 2px solid #013f58;*/
}

.tabla_general .pts {
  width: 80px; 
  background-color: #111;
  color: #25BBFA;
}

.tabla_general .equipo {
  text-align: left;
  padding-left: 10px;
  font-size: .9em;
  text-transform: capitalize;
}

.tabla_general, th, td {
  padding: 2px;   
  text-align: center;
}

.inpar td {

}

.par td {

}

.fieldset_calendario {
  position: relative;
  margin-bottom: 30px;
  border: none;
  background-color: #2a2a2a;
}

.tabla_jornadas {
  width: 100%;
  margin: auto;
  /*background-color: rgba(0, 0, 0, .35);*/
  border-collapse: collapse; 
}

#mainDiv .tabla_jornadas th {
  text-transform: uppercase;
  background-color: #fbc219;
  color: #000;
  border-bottom: 1px solid #0A4F84;
}

#mainDiv .tabla_jornadas tr {
   border-bottom: 1px solid #444;
}

.date {
  background-color: #7A6831;
  font-size: 1.1em;
  height: 20px;
  color: #fff
}

.score {
  border: none;
  width: 28px;
  text-align: center;
  font-size: 1.1em;
  height: 30px;
  border-radius: 5px;
  background-color: #111111;
  color: #fff;
}

.match {
  width: 200px;
  font-size: 1.1em;
  height: 45px;
}

.hora {
  background: #111;
  border: none;
  width: 60px;
  font-size: .83em;
  color: #fff;
  text-align: center;
}

/*Es una tabla*/
#para_equipos {
  border-collapse: collapse;
  height: 35px;
  margin-bottom: 50px;
}

#para_equipos select {
  cursor: pointer;
  height: 25px;
  width: 100%;
  border: none;
  background-color: #2a2a2a;
  color: #eee;
  font-size: 1.1em;
  text-align: center;
}

#para_equipos select option {
  text-align: left;
  font-size: .7em;
}

#para_jugadores, #para_goleo {
  width: 60%; 
  min-width: 350px;
}

#tabla_jugadores {
  width: 100%; 
  border-collapse: collapse;
  border-spacing: 0px 5px;
  background-color: #2a2a2a;
}

#tabla_goleo {
  width: 100%;
  border-spacing: 0px 5px;
  background-color: #2a2a2a;
  border-collapse: collapse;
}

#tabla_jugadores tr, #tabla_goleo tr  {
  height: 50px;
  border-bottom: 1px solid #444;
}

#tabla_jugadores td, #tabla_goleo td {
  padding: 0px 15px;
}

.goles_celda {
  font-weight: bold;
  color: #25BBFA;
  width: 80px; 
  font-weight: bold;
  background-color: #111;
}

#tabla_jugadores td:nth-of-type(1) {
  text-align: left;
}

#tabla_goleo td:nth-of-type(1) {
  text-transform: capitalize;
}

#tabla_goleo td:nth-of-type(1), #tabla_goleo td:nth-of-type(2) {
  text-align: left
}

#tabla_jugadores td:nth-of-type(2) {
  
}

#liguilla {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  padding: 0px 5px;
  margin-bottom: 30px;
}

#liguilla input {
  width: 100%;
  height: 35px;
  margin: auto;
  border: none;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 3px #000;
  font-size: .85em;
  background-color: #2a2a2a;
  color: #fff;
}

#liguilla div {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

#fsl3 {
  padding: 100px 0px;
}

#fsl3 input {
  margin-bottom: 10px;
}

#fsl3 h3 {
  color: #fbc219;
  margin: auto;
  margin-top: 55px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
}

#liguilla img {
  height: 100px;
  position: relative;
  top: 0px;
  margin: auto;
}

#horarioLiguilla {
  position: relative;
  height: 140px;
  overflow-x: scroll;
  width: 90%;
  max-width: 900px;
  scroll-behavior: smooth;
  display: flex;
}

#ctrl_scroll { 
  display: none;
}

#horarioLiguilla #para_llaves {
  display: flex;
  width: 910px;
  background-color: #444;
}

.llave {
  height: 136px;
  width: 128px;
  margin: 2px 2px;
  background: #111;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.llave h6 {
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  width: 100%;
  margin-bottom: 5px;
  color: #888;
}

.llave span {
   color: #ccc;
}

.llave input {
  text-align: center;
  padding: 1px 3px;
  border: none;
  background: none;
  color: #ddd;
  margin-top: 1px;
  width: 95%;
}

.llave span {
  margin: 3px auto;
}

.llave .fechayhora {
  margin-top: 5px;
  font-size: .73em;
  color: #25BBFA;
}

@media only screen and (min-width: 600px) { 
  
  #section_1 > .margen #footer .flex3:nth-of-type(2) {
  border-bottom: none;
  margin-bottom: initial;
}
       
  #mainDiv {
    margin-top: 100px;
  }
  
  #section_1 > .margen #footer .flex3:nth-of-type(3) {
    padding-top: 75px;
  }  
 
} 
   
@media only screen and (min-width: 970px) {
  
  #section_1 > .margen #footer .flex3:nth-of-type(1) {
    display: flex;
  }

    
  #mainDiv {
    width: 90%; /*95%*/
    max-width: 1024px;    
  }
  
  #section_1 .margen #footer .flex3:nth-of-type(3) {
    text-align: right;
  }
  
  #section_1 > .margen #footer .margen {
   width: 90%;
 }
  
  #lateral #para_opciones .option .back_option:hover {
    background-color: #eee
  }  

  .tabla_general .equipo {
     font-size: 1.2em;
  }

   #tabla_goleo td:nth-of-type(1) {
     font-size: 1.1em;
   }

   #tabla_jugadores {
     width: 50%; 
     min-width: 350px;
   }

  .tabla_jornadas { width: 360px; }

  .match {
    width: 220px;
    font-size: 1.1em;
  }   

  #liguilla {
    width: 75%;
    padding: 10px;
    height: 480px;
  }

  #liguilla input {
    border-radius: 10px;
    width: 95%;
    height: 35px;
    font-size: 1.1em;
  }

  #fsl3 { padding: 0px 0px; }

  #fsl3 h3 {
    margin-top: 140px;
    font-size: 1.4em;
  }

  #liguilla img {
    height: 140px;
    top: 15px;
  }

  #horarioLiguilla {
    width: 75%;
    overflow-x: hidden;
  } 

  #ctrl_scroll {  
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 75%;
    max-width: 900px;
    bottom: 20%;
    color: #78AD44;
    font-size: 2em;
    font-size: 1.1em;
  }

  #ctrl_scroll p {
    width: auto;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    color: lightgreen;
    height: auto;
    font-size: 2em;
  }

  #mas { right: 0px; }

  #menos { left: 0px; }
  
}
