@font-face {
  font-family: 'Telcel';
  src: url('../fonts/telcel/Telcel-Media.eot');
  src: url('../fonts/telcel/Telcel-Media.eot?#iefix') format('embedded-opentype'),
      url('../fonts/telcel/Telcel-Media.woff2') format('woff2'),
      url('../fonts/telcel/Telcel-Media.woff') format('woff'),
      url('../fonts/telcel/Telcel-Media.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}




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

body {
  background: #fff;
  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; */

  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 20px;
}

.header {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  background: #1D73CE;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255, 0.2);
  z-index: +1;
  box-shadow: 0 3px 5px 0 hsl(0deg 0% 78% / 20%);
}

.userHead {
	/* min-width: 100px; */
  width: auto;
	height: auto;
  max-height: 100%;
	position: absolute;
	right: 10px;
	top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
.userAvatar {
  display: inline-block;
  width: 26px;
  height: 26px;
  /* float: left; */
  /* background: url(../img/user_default.jpg) no-repeat center center transparent;
  background-size: cover; */
  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: #1D73CE;
  color: #fff;
  padding: 20px 20px;
  font-size: 12px;
  text-align: center;
}

.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;
}

/* Posts */
.post {
  width: 90%;
  height: auto;
  -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%);
  max-width: 746px;
  min-height: 158px;
  background: #fff;
  margin: 20px auto;
  position: relative;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
  outline-color: rgba(0,0,0,0.05);
  outline-width: 0.5px;
  outline-style: solid;
  padding: 10px;
  font-size: 14px;
  font-family: 'Open Sans';
}

.post p {
  margin: 0px 0 0 0;
}
.postFoto {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: url(../img/photo.webp) no-repeat center center #f2f7f9;
  filter:opacity(0.7);
  background-size: 50px 50px;
  overflow: hidden;
}
.postFoto:hover, .postFoto.active {
  background-color: #C8D5E3;
}
.postTicket {
  position: relative;
  top: 0;
  right: 0;
  width: 65%;
  margin-left: 35%;
  height: 100%;
  padding: 15px 15px 15px 15px;
  text-align: right;
  color: rgba(0,0,0,0.6);
}
.postTicket h3 {
  margin: 0;
  font-size: 14px;
}
.postTicket h3 .azul-resaltado {
  font-size: 16.5px !important;
}
.groupLabels {
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
}
.labelBlack {
  padding: 0px 10px 0px 10px;
  background: #000;
  display: inline-block;
}
.labelGray {
  padding: 0px 10px 0px 10px;
  background: #999;
  display: inline-block;
}
.labelBottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px 10px 2px 10px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 13px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-small {
  font-size: 13px;
}
.postTicket p.cantidad {
  margin-bottom: 10px;
  font-size: 16px;
}
.postTicket p span {
  font-weight: bold;
}
.contain-profile {
  padding: 25px;
  width: 90%;
  height: auto;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%), 0 20px 20px -5px rgb(0 34 77 / 25%);
  max-width: 746px;
  min-height: 158px;
  background: #fff;
  margin: 30px auto;
  position: relative;
  margin-bottom: 60px;
  border-radius: 6px;
  overflow: hidden;
  outline-color: rgba(0,0,0,0.05);
  outline-width: 0.5px;
  outline-style: solid;
  /* padding: 10px; */
  font-size: 16px;
  font-family: 'Open Sans';
}
.contain-profile::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0a3d7e;
}
.contain-profile p {
  margin: 0;
}
.contain-profile h3 {
  margin-top: 0;
  font-size: 24px;
}
.div50 {
  float: left;
  width: 45%;
}
.clear {
  clear: both;
}
.mapa {
  width: 100%;
  height: 100%;
}

.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;
}
.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;
}
ul.cacs {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.cacs li {
  font-size: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 10px;
}
ul.cacs li span {
  font-weight: 900;
}

.j_cac_ {
  color: #0a3d7e;
}

.labelBottom.status-0 {
  background-color: transparent;
  color: #000;
}
.labelBottom.status-1 {
  /* background-color: green; */
  background-color: #2475CB;
}
.labelBottom.status-2 {
  background-color: red;
}

.billboard img {
  width: 100%;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%), 0 10px 10px -5px rgb(0 34 77 / 25%);
}

.premioEntregado {
  margin: 20px auto;
  background: #2F79C6;
  color: #fff;
  padding: 20px 10px;
  border-radius: 7px;
  font-size: 24px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 15%), 0 20px 20px -5px rgb(0 34 77 / 25%);
  width: 90%;
}
.premioEntregado div:last-child {
  font-size: 20px;
  color: rgba(255,255,255,0.7);
}


.resaltado {
  font-family: Telcel;
  color: #000 !important;
}
.azul-resaltado {
  color: #0a3d7e;
  font-family: Telcel;
}
.azul-back {
  background-color: #0a3d7e;
}
.blanco-resaltado {
  color: #fff;
  font-family: Telcel;
}
.rosa-resaltado {
  color: #c71585;
  font-family: Telcel;
  font-size: 24px;
}
.textoCac {
  font-size: 18px;
  color: rgba(0,0,0,0.6);
  text-transform: capitalize;
}

.motivo-2 {
  opacity: 0.5;
  font-style: italic;
}

.totalesPesos {
  font-size: 18px;
}

.table-totales {
  width: 100%;
  font-family: Telcel;
  border-collapse: collapse;
}
.table-totales td {
  width: 33.3%;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,0.1);
}
.table-head {
  font-size: 13px;
  background-color: #0a3d7e;
  color: #fff;
}
.button-link {
  padding: 3px 10px;
  background: #2A77C8;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
.button-link:hover, .button-link:active {
  background-color: #0a3d7e;
}

.qrcodecontainer {
  text-align: center;
  position: relative;
}
.qrcodeInstructions {
  padding: 25px 25px 10px 25px;
  font-size:13px;
  text-align: justify;
  width: 90%;
  margin: auto;
  border-radius: 3px;
  position: relative;

  -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 20%);
}

.qrcodecontainer::before {
  content: '';
  position: absolute;
  bottom: -10px;
  text-align: center;
  width: 100%;
  left: 0;
  color: rgba(0,0,0,0.4);
  font-size: 14px;
}

.abs-center {
  position: absolute;
  font-size: 10px;
  color: rgba(0,0,0,0.8);
  text-align: center;
  width: 100%;
  bottom: 5px;
}

.esGanador {
  background: #2A77C8 !important;
  color: #fff !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(255,255,255,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; */

}

#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: #00529b;
}

#menu li:hover, #menu li:active {
	/* background-color: #5D5D5D; */
	background-color: rgba(18,86,151,0.8);
  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%;
}