

/* Group basic */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
  background: #8C2040;
  color: #222;
  min-height: initial !important;
  font-family: 'Open Sans', sans-serif, Helvetica;
  /* font-size: 1.5em; */
  line-height: 1.6;
  font-weight: 400;
  position: relative;
}

.main {
  position: relative;
  /* border-top: 40px solid transparent; */
  width: 100%;
  height: auto;
  min-height: 100%;
  top: 0;
  /* left: 0; */
  background: url(../img/back.webp) no-repeat center bottom #891A3B;
  background-size: 100% auto;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.4);

  /* position: absolute; */
  border-top: 40px solid transparent;
  /* border-bottom: 60px solid transparent; */
  padding-bottom: 70px;

}

.header {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background: #4C0E1E;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255, 0.35);
  z-index: +1;
  /* box-shadow: 0 3px 5px 0 rgba(199, 199, 199, 0.204); */

  position: fixed;
  top: 0;
  left: 0;
}



.userHead {
	/* min-width: 100px; */
  width: auto;
	height: auto;
  max-height: 100%;
	position: absolute;
	right: 10px;
	top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.logoPpal {
  height: 26px;
}
.userAvatar {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin-right: 5px;
  padding-top: 2px;
  text-align: center;
}
.userAvatar i {
  color: #fff;
  font-size: 20px;
}
.userNames {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  line-height: 120%;
  padding-top: 1px;
}
.bold600 {
  font-size: 20px;
}

.footer {
  background-color: #781732;
  color: #fff;
  padding: 20px 20px;
  font-size: 12px;
  text-align: center;

  position: relative;
  bottom: 60px;
  border-top: 1px solid rgba(255,255,255, 0.2);
  
}

.footer a {
  text-decoration: none;
  color: #fff;
  padding: 4px 10px;
}

.footer a:hover, .footer a:active {
  background-color: #0A3D7E;
  color: #fff;
}

.menuUsuario {
  position: absolute;
  width: 300px;
  height: auto;
  background: #fff;
  right: 0;
  top: 100%;
  margin-top: 6px;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.3);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 12px 7px;
  text-align: center;
  line-height: 140%;
}

.miAvatar {
  width: 80px;
  height: 80px;
  background: url(../img/photo.webp) no-repeat center center #f2f7f9;
  background-size: cover;
  margin: auto;
  border-radius: 100px;
  margin-bottom: 10px;
}

.miCorreo {
  font-size: 13px;
}
.divider {
  height: 1px;
  border-top: 1px solid #dadce0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-small {
  font-size: 13px;
}
.clear {
  clear: both;
}

.loading {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/loading.gif) no-repeat center center transparent;
  filter: invert(1) brightness(2.5);
  opacity: 0.5;
}
.notFound::after {
  position: absolute;
  width: auto;
  height: auto;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: 'Usuario no encontrado';
  font-family: Telcel;
  font-size: 20px;
  color: rgba(0,0,0,0.6);
  text-align: center;
}

.container {
  padding: 20px;
}

/* Site */
.jornadasMain {
  text-align: center;
  /* padding-top: 25px; */
}

h3.jornadaTitle {
  color: rgba(255,255,255,0.6);
  text-align: left;
  width: 90%;
  margin: 14px auto 16px auto;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

h3.jornadaTitle a {
  display: inline-block;
  width: 30%;
}
h3.jornadaTitle a:hover {
  color: #fff;
}
h3.jornadaTitle a:active {
  color: #fff;
  font-size: 19px;
}
h3.jornadaTitle a.jornadaActive {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
}

.jornadas {
  width: 45%;
  /* min-height: 120px; */
  height: 89px;
  border: 1px solid #fff;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 2px 7px;
  overflow: hidden;
  -webkit-transition: all 1s; 
	transition: all 1s;
}
.jornadas:nth-child(odd) {
  margin-right: 3%;
}
.jmini {
  width: 70%;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
.vs1 {
  width: 50%;
  display: inline-block;
  overflow: hidden;
}
.vs2 {
  width: 50%;
  display: inline-block;
  overflow: hidden;
}
.vs {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  font-size: 10px;
  color: rgba(255,255,255,0.7);

}
.bandera {
  font-size: 30px;
  line-height: 100%;
}
.pais {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'Open Sans Condensed';
  max-width: 100%;
}
.votacion {
  clear: both;
  text-align: center;
  /* margin-top: 7px; */
  width: 100%;
  display: block;
}
.votacion > div {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 100px;
  display: inline-block;
}
.votacion > div:nth-child(2) {
  margin: 0 12.5%;
}
.isSelected {
  background-color: #128D1D;
}

.puntos {
  position: absolute;
  width: 20%;
  height: 26px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  left: 85%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 17px;
  font-weight: bold;
  font-style: italic;
  display: block;
}
.puntos.opaco {
  opacity: 0.6;
}

.jornadas * {
  -webkit-transition: all .5s; 
	transition: all .5s;
}

.jornadas.full .jmini {
  width: 100%;
}
.jornadas.full .puntos {
  display: none;
}
.jornadas.full .votacion {
  display: none;
}
.jornadas.full .bandera {
  font-size: 50px;
}
.jornadas.full .pais {
  font-size: 16px;
}
.jornadas.full .vs {
  font-size: 13px;
}

.jornadas.wvotos .jmini {
  width: 100%;
}
.jornadas.wvotos .puntos {
  display: none;
}
.jornadas.wvotos .votacion {
  display: block;
  margin-top: -4px;
}
.jornadas.wvotos .votacion > div:nth-child(2) {
  margin: 0 17%;
}
.jornadas.wvotos .bandera {
  font-size: 35px;
}
.jornadas.wvotos .pais {
  font-size: 13px;
}
.more {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #771933;
  color: rgba(255,255,255,0.7);
  top: 0;
  left: 0;
  text-align: center;
  font-size: 11px;
  padding: 0;
}
.mini {
  font-size: 11px;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  color: #fff;
  background-color: #4B0F1F;
  border-bottom: 1px solid rgba(255,255,255,0.7);
}
.tuEleccion {
  font-size: 11px;
  color:greenyellow;
  font-weight: bold;
}

.half:not(.hfull) .tuEleccion {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.half.hfull .tuEleccion {
  margin-top: 7px;
}

.logoquiniela {
  margin: 10px auto;
  text-align: center;
}
.logoquiniela img {
  max-width: 80%;
  width: 160px;
}

.bien {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/bien2.png) no-repeat center center transparent;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mal {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/mal2.png) no-repeat center center transparent;
  background-size: contain;
  left: 50%;
  top: 50%;
  transform: translate(-57%, -50%);
}

.votoFail {
  color: rgba(255,255,255,0.7);
}
.isLost .bandera {
 opacity: 0.4;
} 
.isLost .pais {
 opacity: 0.8;
} 
.isWin .bandera {
 position: relative;
} 
.isWin .bandera::before {
  position: absolute;
  content: "";
  /* background: url(../img/bien2.png) no-repeat center center transparent;
  background-size: contain;
  width: 10px;
  height: 14px;
  right: 0px;
  top: 0px; */
} 
.isWin .pais {
  position: relative;
}

.score {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #F2EB34;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
  font-size: 16px;
  width: 25px;
  height: 25px;
  text-align: center;
  display: block;
}
.score i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.score:hover {
  color: #4B0F1F;
  font-size: 24px;
  text-shadow: none;
}

.posiciones {
  padding: 0 15px;
  font-size: 13px;
}
.posiciones h3 {
  background: #4C0E1E;
  color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 14px;
}
.posiciones h4 {
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.posiciones ul {
  list-style: none;
  padding: 0;
}
.posiciones li {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  height: 32px;
  cursor: default;
}
.posiciones li:hover {
  background: #4C0E1E;
  color: #fff;
}
.posiciones .pnombre {
  position: absolute;
  width: 80%;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.posiciones .ppuntos {
  position: absolute;
  width: 20%;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
}
.phead {
  font-weight: bold;
}

.half {
  width: 50%;
  padding: 20px 4px 6px 4px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  font-size: 10px;
}
.half.hright {
  left: initial;
  right: 0;
}
.half.hfull {
  width: 100%;
}
.half:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.perfil {
  border: 1px solid #fff;
  border-radius: 7px;
  background-color: rgba(255,255,255,0.6);
  text-align: center;
  padding: 4px 12px;
  width: 94%;
  margin: 20px auto 10px auto;
  position: relative;
}
.perfil .hola {
  font-size: 12px;
}
.perfil .nombre {
  font-weight: bold;
}
.perfil .misPuntos {
  font-size: 13px;
}

.menuCurrent {
  border-left: 2px solid #E04C72 !important;
}


@media only screen and (orientation:landscape){
	
}

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

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

@media only screen and (max-width:320px) {

}


* {
  box-sizing: border-box;
}

.none {
  display: none !important;
}

.escuchar_ {
  cursor: pointer !important;
}

.menu {
	position: absolute;
	left: 20px;
	top: 50%;
	padding: 0;
  transform: translateY(-50%);
}

.menu:active, .menu.active{
  outline: 1px solid rgba(255,255,255,0.7);
  outline-offset: 3px;
  border-radius: 1px;
}

#menu {
	position: fixed;
	z-index: 200;
	left: -400px;
	top: 40px;
	width: 300px;
	height: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
	/* background: rgba(0,0,0,0.9); */
	background: rgba(75,15,31,0.95);
	overflow: hidden;
	text-align: left;
	border-top: 26px solid transparent;
  -webkit-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.3);
  /* font-family: Telcel; */
}

#menu.active {
	left: 0;
	-webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
  /* font-size: 13px; */

}

.mmenor {
  font-size: 13px;
  padding-left: 15px;
}
.mmenor a {
  color: rgba(255, 255, 255, 0.7) !important;
}

#menu li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    /* border-bottom: 1px solid rgba(0,0,0,0.2); */
    border-left: 1px solid transparent;
}

#menu a {
	display: inline-block;
	width: 100%;
	padding: 15px 10px 15px 20px;
  text-decoration: none;
  color: #fff;
  /* color: #4B0F1F; */
}

#menu li:hover, #menu li:active {
	/* background-color: #5D5D5D; */
	background-color: #370B17;
  border-left: 1px solid yellow;
  color: #fff;
}

#menu li:hover a, #menu li:active a {
  color: #fff;
}

body.menuFreezed {
  overflow: hidden;
}

.msgTable {
  width: 100%;
  height: 100%;
  display: table;
}

.msgCell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}