@charset "UTF-8";
/* CSS Document */
/* Style the list */
/* Dropdown Button */
/* The search field */
@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
@font-face {
  font-family: "Codigo";
  font-style: normal;
  font-weight: normal;
  src: local("?"), url("../font/code39.woff") format("woff"), url("../font/code39.ttf") format("truetype");
}
body {
  font-family: 'Cairo', sans-serif;
}
.codigo {
  font-family: Codigo;
  font-size: 1.3em;
}
.estadistica {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}
#myInputG {
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}
/* The search field when it gets focus/clicked on */
#myInputG:focus {
  outline: 3px solid #ddd;
}
#myInputA {
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}
/* The search field when it gets focus/clicked on */
#myInputA:focus {
  outline: 3px solid #ddd;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
  /* color: #0275d8; */ /* Azul claro original */
  /* color: #368a41; /* Verde claro Junta */
  color: #1066AA;
  text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  /* color: #01447e; */ /* Azul oscuro original */
  color: #006433; /* Verde oscuro Junta */
  text-decoration: underline;
}
.bg-primera {
  background-color: #CCF7F6;
}
.bg-segunda {
  background-color: antiquewhite;
}
.gruesoDerecha {
  border-right: 5px solid #C60F12;
}
.muyReducido {
  font-size: 0.70rem;
}
.reducido {
  font-size: 0.80rem;
}
.bg-amarillo {
  background-color: rgba(204, 204, 51, 0.85);
}
.dropdown-menu {
  max-height: 420px;
  overflow-y: auto;
}
.bordeCeldaRojo {
  border-bottom: 2px solid #A0A0A0;
}
.bordeCeldaDerecho {
  border-right: 2px solid #A0A0A0;
}
.bg-discreto {
  background-color: #CCCCCC;
}
.miScroll {
  height: 150px;
  overflow-y: scroll;
}
.sinDecoracion a {
  color: unset !important;
  text-decoration: none;
}
.tabla-final-compe {
  border-collapse: collapse;
  font-size: 0.95rem;
  width: 40%;
  margin: auto;
}
.tabla-final-compe td {
  text-align: center;
  border: 1px solid black;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.tabla-final-compe th {
  font-weight: bold;
  color: white;
  border: 1px solid black;
  padding: 0.3rem;
  background-color: #006433;
}
.tabla-competencias {
  border-collapse: collapse;
  font-size: 0.85rem;
  width: 95%;
  margin: auto;
}
.tabla-competencias td {
  text-align: center;
  border: 1px solid black;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.tabla-competencias th {
  font-weight: bold;
  border: 1px solid black;
  padding: 0.1rem;
  background-color: #ccc;
}
.miTabla {
  border-collapse: collapse;
  font-size: 0.75rem;
}
.miTabla td {
  text-align: center;
  border: 1px solid black;
}
.miTabla th {
  font-weight: bold;
  border: 1px solid black;
}
.faltasEnFinde {
  padding-top: 3rem;
  text-align: center;
  font-weight: bold;
  color: #d9534f;
  margin: auto;
}
.bg-verdeJUNTA {
  background-color: #356e3b; /* Verde oscuro Junta de Andalucía, pero no funciona la 									constante */
}
.bg-azulPredesk {
  background-color: #6693c1;
}
.bg-azulOscuroPredesk {
  background-color: #1066AA;
}
.bg-verdeFSIE {
  background-color: #3e8542;
}
.text-verdeFSIE {
  color: #3e8542;
}
.text-verdeOscuro {
  color: #006433;
}
.text-azulOscuroPredesk {
  color: #1066AA;
}
.nav-border {
  border-radius: 5px;
}
.text-vertical {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* float: left; */
}
.text-grande {
  font-size: 1.3rem;
}
.aciertos3 {
  background-color: antiquewhite;
}
.aciertos3c {
  background-color: blanchedalmond;
}
.aciertos4 {
  background-color: navajowhite;
  font-weight: bold;
}
.aciertos4c {
  background-color: burlywood;
  font-weight: bold;
}
.aciertos5 {
  background-color: coral;
  font-weight: bold;
}
.aciertos5c {
  background-color: darkorange;
  font-weight: bold;
}
.aciertos6 {
  background-color: crimson;
  font-weight: bold;
  color: white;
}
.aciertos6c {
  background-color: red;
  font-weight: bold;
  color: white;
}
.destacado {
  text-align: center;
  font-weight: bold;
  color: brown;
}
.mini {
  font-size: 0.4rem;
}
.numero {
  font-weigth: bold;
  color: #356e3b;
}
.complementario {
  color: #1066AA;
}
.reintegro {
  color: darkred;
}
.slidecontainer {
  width: 75%; /* Width of the outside container */
  margin: auto;
}
/* The slider itself */
.slider {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  border-radius: 5px;
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}
/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #055082; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  border-radius: 50%;
  background: #055082; /* Green background */
  cursor: pointer; /* Cursor on hover */
}
.cupon {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: bold;
  background-image: url('../imagenes/cupon.jpeg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  width: 31rem;
  height: 16rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.4em;
  padding-top: 1rem;
}

.equipo{
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    color: #125873;
    font-size: 1.25rem;
}

.fuerza{
    color: black;
    font-size: 0.90rem;
}

.puesto{
    background-color: burlywood;
    color: brown;
    font-weight: bold;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.victoria{
    font-size: 1rem;
    color: #008e5b;
}

.derrota{
    font-size: 1rem;
    color: brown;
}

.empate{
    font-size: 1rem;
    color: #ccc;
}

.miPronostico{
    font-size: 1.75rem;
    font-weight: bold;
}

.mejorOpcion{
    font-weight: bolder;
    color: white;
    background-color: brown;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
   
}