/* definicion de colores */
/* @color-fondo: rgba(255,255,255,.82); */
@font-face {
  font-family: 'polla';
  src: url('fonts/Ubuntu-R.eot');
  src:
    url('fonts/Ubuntu-R.eot?#iefix') format('embedded-opentype'),
    url('fonts/Ubuntu-R.woff') format('woff'),
    url('fonts/Ubuntu-R.ttf') format('truetype'),
    url('fonts/Ubuntu-R.svg#polla') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: polla;
  background-color: white;
}
html,
body {
  font-size: 16px;
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}
.felicitaciones {
  margin-bottom: 20px;
}
.felicitaciones h2 {
  color: #222;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.felicitaciones p {
  margin: 0;
}
.p-penal {
  font-size: 11px;
}
.s-fecha {
  text-transform: uppercase;
  color: #222;
  font-weight: bold;
}
.container-body {
  /*
    background-color: @color-fondo;
    */
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 700px;
  padding-top: 50px;
  margin-top: 100px;
  padding-bottom: 50px;
}
.fila-partido {
  font-family: polla, 'Open Sans', sans-serif;
  font-size: 25px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.fila-espacio {
  margin-top: 20px;
}
.fila-grupo-nombre {
  background-color: #eee;
  text-align: center;
  font-size: 1.85rem;
  color: #222;
  line-height: 2.25rem;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: polla, 'Open Sans', sans-serif;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}
.fila-grupo-equipo {
  font-family: polla, 'Open Sans', sans-serif;
  font-size: 25px;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.fila-grupo {
  background-color: #eee;
  text-align: center;
  font-size: 1.65rem;
  color: #222;
  line-height: 2.25rem;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: polla, 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
#grilla-partidos {
  /* margin-top: 70px; */
}
.dp {
  text-align: left;
}
.dp-fecha,
.dp-ubicacion {
  font-size: 1rem;
  color: #666666;
}
.dp-equipo {
  font-size: 0.75em;
}
.dp-grupo {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
}
.dp-estadio {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  color: #666666;
}
.hora-partido {
  font-weight: bold;
}
.rp-goles {
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
  font-weight: bold;
  text-align: center;
}
.a-goles {
  color: #ac0e35;
  font-weight: bold;
  text-align: center;
}
.a-usuario {
  text-align: right;
}
.a-puntos {
  font-weight: bold;
}
.a-porcentajes {
  font-weight: bold;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.fila-fecha {
  background-color: #eee;
  text-align: center;
  font-size: 1.5rem;
  color: #222;
  line-height: 2.25rem;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: polla, 'Open Sans', sans-serif;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
/* ---------------- */
/* tabla */
.datos {
  color: #636260;
  background-color: #fff;
  border-color: #636260;
  font-family: polla, 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px;
}
.datos th {
  color: #ac0e35;
}
/* barra menu */
.navbar {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.navbar-inverse {
  color: white;
  background-color: #222;
  border-color: white;
  font-family: polla, 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar-inverse .navbar-toggle {
  border-color: white;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  /* background-color: @barra-resalte; */
  color: white;
}
.navbar-inverse .navbar-brand {
  color: white;
  font-weight: bold;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #222;
  font-weight: bold;
  border-bottom: solid 2px white;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: white;
  background-color: #222;
  border-bottom: solid 2px white;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: white;
  background-color: transparent;
}
/* rayas horizontales del menu para celulares */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* ---------------- */
h1 {
  font-family: Polla, 'Open Sans', sans-serif;
  color: #ac0e35;
  font-size: 65px;
}
h2 {
  font-family: Polla, 'Open Sans', sans-serif;
  font-weight: bold;
  color: #0063dd;
  /* text-shadow: 1px 1px 1px gray; */
  /* text-shadow: 1px 1px @sombra-texto; */
  /* color: #0c3b6d; */
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 39px;
}
h3 {
  font-family: Polla, 'Open Sans', sans-serif;
  color: #222;
  font-size: 24px;
  margin-bottom: 30px;
}
.filaTitulos {
  text-align: center;
}
.referenciaEquipo1,
.banderaEquipo2 {
  text-align: left;
}
.referenciaEquipo2,
.banderaEquipo1 {
  text-align: right;
}
.fila-resultado {
  font-family: polla, 'Open Sans', sans-serif;
  background-color: #eee;
  font-size: 1.3rem;
  margin: 0 0 5px 0;
  padding: 8px 0 8px 0;
  border-left: 2px solid #0063dd;
}
.fila-goleador {
  font-family: polla, 'Open Sans', sans-serif;
  font-size: 15px;
  /* margin-bottom: 15px; */
  margin: 0;
  padding: 8px 0 8px 0;
}
.fila-goleador ul {
  list-style: none;
}
.fila-titulo-resultado > div {
  font-family: polla, 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.r-puntos > img {
  margin-top: -5px;
}
.grupo-apuestas {
  padding-bottom: 20px;
}
.r-participante {
  /* line-height: 30px; */
  text-transform: uppercase;
}
.r-avatar {
  display: inline;
}
img.img-inline {
  display: inline;
}
.r-posicion,
.r-puntos {
  font-weight: bold;
  font-size: 1.6rem;
}
.r-puntos {
  text-align: right;
}
.acierto {
  color: #ac0e35;
  font-weight: bold;
  background-color: #eee8aa;
}
.image-center {
  margin-left: auto;
  margin-right: auto;
}
/* pie de pagina */
html,
body {
  height: 100%;
}
body > div:first-child {
  min-height: 100%;
  margin-bottom: -200px;
}
body > div:first-child:after {
  height: 200px;
  width: 100%;
  display: block;
  background: transparent;
  content: '';
}
body > footer {
  height: 200px;
}
/*
  .check-support () when (@support-ie7 = true) {
    .@{ie7-class} .push {
    	.push();
    }
  }
  .check-support();
  *
  */
footer {
  font-size: 0.8em;
  text-align: center;
  padding-top: 0;
  /* background: url("images/site/footer.png") center bottom no-repeat; */
  background-size: contain;
  /* background-color: @fondo-alternativo;
    border-top: 2px solid @celeste;
        */
  /*
    .background-image(linear-gradient(to bottom, #0087e6 0%,#c0cbd9 80%));
        */
  color: white;
  height: 200px;
  width: 100%;
}
footer a {
  color: white;
}
footer {
  font-size: 20px;
}
/* para agregar profunidad al cuerpo de la pantalla */
body:before {
  content: '';
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: 9999999;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.bg-con-chance {
  text-align: center;
  margin-top: 20px;
  background: #d2ff52;
  /* navegadores viejos */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkMmZmNTIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxZTg0MiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #d2ff52 0%, #91e842 100%);
  background-image: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
  background-image: -o-linear-gradient(top, #d2ff52 0%, #91e842 100%);
  background-image: linear-gradient(to bottom, #d2ff52 0%, #91e842 100%);
  border: 1px solid #ab1612;
  padding: 10px 25px;
  color: white;
}
.bg-con-chance .lead {
  color: #ab1612;
  font-family: Polla, 'Open Sans', sans-serif;
  margin: 0;
  font-weight: normal;
}
.zebra0 {
  /* background-color: @color2; */
  background-color: #e1e1e1;
  /* background-color: rgba(192, 203, 217, .95); */
}
table.zebra tbody tr:nth-child(odd) {
  background-color: #e1e1e1;
}
/* colores barra resultados */
.pos1 {
  background-color: #fbce21;
  /*
    background-color: @primero;
    .background-image(linear-gradient(@primero-desde, @primero-hasta));
    */
  font-weight: bold;
}
.sin-chance {
  color: white;
  background-color: #e57373;
  /* .background-image(linear-gradient(@eliminado-desde, @eliminado-hasta)); */
}
.sin-chance .r-puntos {
  color: white;
}
.sin-chance .r-participante {
  /* text-decoration: line-through; */
}
.sin-chance .noticia-resultados span,
.sin-chance .noticia-apuestas span {
  color: #ffebee;
}
.sin-chance .noticia-resultados span > strong,
.sin-chance .noticia-apuestas span > strong {
  color: #ffebee;
}
.no-gutter [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.small-gutter [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.bg-sin-chance {
  text-align: center;
  margin-top: 20px;
  background: #ff3019;
  /* navegadores viejos */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjMwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NmMDQwNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background-image: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background-image: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  background-image: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  border: 1px solid #ff3019;
  padding: 10px 25px;
  color: white;
}
.bg-sin-chance .lead {
  color: white;
  font-family: Polla, 'Open Sans', sans-serif;
  margin: 0;
  font-weight: normal;
}
/*
#posiciones {
    margin-top: 40px;
    padding: 40px 0;
    border: 1px solid @color1;
}
*/
.fila-partido > div {
  padding-top: 10px;
}
.fila-partido > div.dp {
  padding-top: 0;
}
.fila-partido > div.banderaEquipo1,
.fila-partido > div.banderaEquipo2 {
  padding-top: 3px;
}
.sombraPapel {
  position: relative;
}
.sombraPapel:before,
.sombraPapel:after {
  z-index: -1;
  position: absolute;
  content: '';
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.sombraPapel:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
input[type='number'] {
  background-color: white;
  color: #0c3b6d;
  text-align: right;
  border: 1px solid #0c3b6d;
  font-weight: bold;
}
/* se quitan los controles de html5 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* para firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
.siguiente-partido {
  margin-top: 50px;
  margin-bottom: 20px;
}
.siguiente-fecha {
  color: #ab1612;
  font-size: 9px;
  font-weight: bold;
}
.puntos-ganados {
  font-size: 1rem;
  color: black;
}
.lnk-subir {
  font-size: 10px;
  text-transform: none;
}
.noticia-resultados,
.noticia-apuestas {
  line-height: 1;
  font-size: 0.8rem;
  margin-bottom: 0;
  /*
    padding-bottom: 0;
    padding-right: 30px;
    */
  color: #666666;
}
.noticia-resultados span,
.noticia-apuestas span {
  /* padding-left: 5px; */
  font-size: 0.7rem;
  font-weight: bold;
}
.noticia-resultados span > strong,
.noticia-apuestas span > strong {
  color: #0c3b6d;
}
.noticia-apuestas {
  margin-bottom: 5px;
}
.noticia-apuestas span {
  color: #222;
  font-weight: normal;
  font-size: 1rem;
}
.p-avance {
  color: #ac0e35;
  font-weight: bold;
}
.btn.btn-secondary:active,
.btn.btn-primary:active,
.btn.btn-secondary:focus,
.btn.btn-primary:focus {
  color: white;
  background-color: #222;
  border: none;
}
.btn.btn-success {
  color: black;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn.btn-success:hover {
  color: white;
  background-color: black;
  border: none;
}
.numero-podio {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ac0e35;
}
.carrera-1 {
  font-weight: bold;
  font-size: 1.2em;
}
.carrera-2 {
  font-size: 1.1em;
}
.bloque-fecha h3 {
  color: #ac0e35;
  font-family: Arial;
  font-size: 4em;
  font-weight: bold;
  text-shadow: none;
  margin: 0;
}
.bloque-fecha h4 {
  color: black;
}
.bloque-fecha.small h3 {
  font-size: 2.4em;
}
.bloque-fecha.small h4 {
  font-size: 1.3em;
  margin: 0;
}
.seleccion-carrera {
  margin-bottom: 20px;
  background-color: white;
  padding: 5px 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.seleccion-carrera.acierto {
  background-color: #eee8aa;
}
.borde-derecho {
  border-right: 1px solid red;
}
select {
  font-weight: bold;
}
.podio {
  margin-top: 5px;
  font-size: 1.7em;
  color: #ac0e35;
  margin: 0;
}
.podio .podio-primero {
  height: 50px;
  background-color: #c98910;
  color: black;
  /*border-radius: 50%;
        border: 2px solid #666; */
}
.podio .podio-segundo {
  height: 40px;
  margin-top: 10px;
  background-color: #a8a8a8;
  color: black;
}
.podio .podio-tercero {
  height: 30px;
  margin-top: 20px;
  background-color: #965a38;
  color: black;
}
.espacio-superior {
  margin-top: 20px;
}
.espacio-superior-2x {
  margin-top: 40px;
}
.espacio-inferior {
  margin-bottom: 20px;
}
.padding-1x {
  padding: 5px 10px;
}
.instrucciones {
  text-align: justify;
  text-justify: inter-word;
}
.instrucciones > p {
  font-weight: 500;
  line-height: 1.1;
  font-size: 18px;
}
.btn {
  display: inline-block;
  color: #fff;
  background-size: 100%;
  border: none;
  font-weight: 500;
  webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition:
    color 0.1s ease-in,
    background 0.1s ease-in;
  -o-transition:
    color 0.1s ease-in,
    background 0.1s ease-in;
  transition:
    color 0.1s ease-in,
    background 0.1s ease-in;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #fff;
  border: none;
}
.btn-primary {
  background-color: #222;
  border: solid 1px #e6e6e6;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-secondary,
.btn-info {
  /* .background-image(linear-gradient(to top, #880828 0%, #ab0d35 100%)); */
  background-color: white;
  border: solid 1px #e6e6e6;
  color: #222;
  text-transform: uppercase;
  font-weight: normal;
}
.btn.btn-lg {
  font-size: 20px;
}
.btn-primary:hover,
.btn-primary.active {
  /* border: solid 1px @color2; */
  background-color: #222;
  color: white;
}
.btn-secondary:hover,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  /* border: solid 1px @color2; */
  background-color: black;
  color: #fff;
}
a,
a:hover,
a:focus {
  color: #222;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* error en firefox y max-width dentro de tablas
    https://bugzilla.mozilla.org/show_bug.cgi?id=975632
*/
table .img-responsive {
  width: 100%;
}
.parrafos > p,
.parrafos > p > ul,
.parrafos > ul > li {
  font-size: 1.2em;
}
.partido-editado {
  border-right: 1px solid red;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* pills */
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: black;
}
.pais-usuario {
  margin-left: 10px;
}
.pais-usuario img {
  padding: 0;
  margin: 0;
  margin-top: -5px;
}
.fila-acierto .dp-grupo {
  font-weight: bold;
  background-color: #fbce21;
}
.flag {
  border: 1px solid lightgray;
  border-radius: 9999px;
}
.fila-ultimo {
  background-position: 65% bottom;
  background-repeat: no-repeat;
  background-image: url('images/site/ultimo.png');
  background-size: 60px 60px;
  rotate: 4deg;
}
.alert {
  font-size: 1.2em;
}
.alert.alert-warning {
  color: #664d03;
}
