@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 90%;
	color: #555;
}


h1,
h2,
h3,
h4,
h5,
h6,
.title span,
.btn {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: none;
}

.h1 {
	font-size: 38px
}

h2,
.h2 {
	font-size: 33px
}

h3,
.h3 {
	font-size: 28px
}

h4,
.h4 {
	font-size: 20px
}

h5,
.h5 {
	font-size: 16px
}

h6,
.h6 {
	font-size: 14px
}

.title:before,
.title:after {
	background-color: rgba(0, 0, 0, .06) !important;
}

.title.clean:before,
.title.clean:after {
	visibility: hidden;
}

a {
	color: #444;
}

a:hover {
	color: #111;
}

.paginas .first-content a {
	color: #EB0029;
}

.pagina-contenido hr {
	border-top: 2px dotted #eee;
}

.font-family1 {
	font-family: 'Poppins', sans-serif;
}

.font-family2 {
	font-family: 'Poppins';
}

.color1 {
	color: #326edc !important;
}

.color2 {
	color: #55c4c7 !important;
}

.color3 {
	color: #fcb828 !important;
}

.color4 {
	color: #6aba45 !important;
}

.color5 {
	color: #434545 !important;
}

.white {
	color: #fff !important;
}

hr.color1 {
	border-color: #326edc;
}

hr.color2 {
	border-color: #55c4c7;
}

hr.color3 {
	border-color: #fcb828;
}

hr.color4 {
	border-color: #6aba45;
}

hr.color5 {
	border-color: #434545;
}

.bg-danger {
	background-color: rgb(225 21 0 / 74%);
	color: #fff;
	font-weight: 600;
}

.bg-danger a {
	color: #efeb5a;
}

.bg-success {
	color: #fff;
	font-weight: 600;
}

header .divisor-right {
	background-image: none;
	border-right: 1px dotted #fff;
}

.top-nav .menu-bar,
.top-nav .top-bar {
	position: relative;
}

.top-nav .top-bar {
	z-index: 2;
	padding: 3px 0;
}

.top-nav .menu-bar {
	z-index: 1;
	background-color: #d8d8d8;
}

.top-nav .menu {
	margin: 0;
}

.top-nav .menu a {
	background-color: transparent;
	color: #454545;
	font-weight: 500;
	font-size: .9em;
	border-radius: 0;
	text-transform: none;
	padding: 1.5em 1.2em;
}

.top-nav .menu a:hover {
	border-color: transparent;
	background-color: rgba(0, 0, 0, .03);
}

/*
.top-nav .menu a:hover:after,
.top-nav .menu li.active a:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 3px;
	border-radius: 100px;
	background-color: #88888880;
}

.top-nav .menu li.active a:after {
	background-color: #EB0029;
}
*/
.top-nav .menu li.active a {
	color: #111;
	font-weight: 600;
	background-color: transparent;
}

.top-nav {
	border: 0;
	box-shadow: none;
	padding: 0;
	box-shadow: 0 3px 21px rgb(0 0 0 / 11%);
	background-color: #326edc;
}

.top-nav:after {
	display: none;
}

.row-banners {
	background-color: #fafafa;
	padding: 8px 0 0 0;
}

.carousel-banners .carousel-indicators {
	bottom: -40px;
}

.carousel-indicators li {
	background-color: #aaaaaa50;
}

.carousel-indicators .active {
	background-color: #888888aa;
}

.carousel-control-prev {
	background-image: url(../img/arrow-left.svg);
	background-size: 2rem auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3rem;
	left: 1rem;
	opacity: .6;
	transition: opacity .3s ease-in;
}

.carousel-control-next {
	background-image: url(../img/arrow-right.svg);
	background-size: 2rem auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3rem;
	right: 1rem;
	opacity: .6;
	transition: opacity .3s ease-in;
}

.carousel-banners:hover .carousel-control-next,
.carousel-banners:hover .carousel-control-prev {
	opacity: 1;
}

.top-nav .instance-logo {
	margin: 4px 45px 0 0;
}

.top-nav .instance-logo img {
	max-height: none;
	max-width: none;
	position: absolute;
	top: -2px;
	width: 180px;
}

.posiciones .leaderboard-group.show {
	background: #eee;
	border-radius: 10px;
	margin-top: 65px;
	border: 1px solid #e0e0e0;

	box-shadow: 0 0 20px rgb(0 0 0 / 10%) !important;
}

.block-trivia {
	background-color: transparent;
	padding: 0;
	margin-top: 0;
}

.block-trivia h3 {
	margin-top: 20px;
}

.block-trivia .done {
	color: #555;
	position: absolute;
	left: 7px;
	right: 7px;
	top: 7px;
	bottom: 7px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

.block-trivia .done h2 {
	color: #EB0029;
	line-height: 1;
	margin: 0;
	font-size: 2rem;
}

.block-trivia .done h5 {
	margin: 5px 0 0 0;
}

.block-trivia .done i {
	color: #EB0029;
	line-height: 1;
	font-size: 2rem;
	margin-bottom: 10px;
}


.block-trivia .col {
	margin: 0;
	padding: 0;
}

.block-trivia .col:after {
	content: "";
	position: relative;
	display: block;
	padding-bottom: 75%;
}

.block-trivia .trivia {
	clear: both;
	margin: 0 0 15px 0;
	padding: 20px 30px;
	text-align: center;
	background-color: #eaf7fd;
	border-radius: 10px;
}

.block-trivia .trivia.disabled {
	opacity: .4;
	pointer-events: none;
}

.block-trivia .trivia.disabled h2 {
	opacity: .3;
}

.block-trivia .trivia h4 {
	text-shadow: none;
	color: #011689;
}

.block-trivia .trivia h2 {
	margin: 0;
	font-size: 1.7rem;
}

.block-trivia .trivia h6 {
	font-weight: 700;
	opacity: .7;
	line-height: 1.4;
	margin-bottom: 20px;
}

.nav-profile {
	margin: 0;
	display: flex;
	justify-content: right;
	align-items: center;
	float: right;
	flex-direction: row-reverse;
}

.nav-profile .position span,
.nav-profile .puntaje span {
	font-size: 1.5rem;
}

.nav-profile .c100 {
	font-size: 68px !important;
}

.nav-profile .c100 .bar {
	border-color: #EB0029;
}

.nav-profile .avatar {
	width: 48px;
	height: 48px;
	margin: 4px;
	padding-right: 0;
	float: left;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
}

.nav-profile .avatar:before {
	background-image: none;
	width: 48px;
	height: 48px;
}

.nav-profile .avatar .img {
	mask: none;
	-webkit-mask: none;
	-o-mask: none;
	-ms-mask: none;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	margin: 0;
	top: 0;
}

.nav-profile sup {
	font-size: .5em;
	display: block;
	line-height: 1.4;
}

.nav-profile .avatar:after {
	mask: none;
	-webkit-mask: none;
	-o-mask: none;
	-ms-mask: none;
	border-radius: 100%;
	width: 48px;
	height: 48px;

}

.nav-profile .avatar i {
	margin-left: -17px;
	font-size: 18px;
	margin-top: -20px;
}

.nav-profile .puntajes {
	padding-left: 18px;
	padding-right: 0;
	text-align: left;
}

.nav-profile .puntajes:hover {
	text-decoration: none;
}

.nav-profile .puntajes h5 {
	margin: 0 13px 0 0;
	padding: 0;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 1.35em;
	letter-spacing: -.03rem;
}

.nav-profile .puntajes h4 {
	margin: 0 13px 0 0;
	padding: 0;
	letter-spacing: -.02rem;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
}

.nav-profile .puntajes h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
	text-transform: capitalize;
	font-size: .75em;
}

.nav-profile .puntajes h3 {
	background-color: transparent;
	color: #011689;
	font-weight: 600;
	font-family: "Poppins";
	padding: 3px 12px;
	margin-bottom: 0;
	display: block;
	font-size: 1.3em;
	text-transform: none;
	border-radius: 100px;
	width: auto;
	clear: both;
}

.nav-profile .posicion {
	padding-right: 10px;
	color: #a2a2a2;
	font-size: 109%;
	line-height: 18px;
	letter-spacing: -1px;
}

.nav-profile p {
	font-size: .8em;
	margin-top: 0;
	color: #fff;
	text-align: center;
}

.nav-profile .alcance {
	padding-left: 0;
	font-weight: 900;
	float: right;
	border-left: 1px solid rgba(255, 255, 255, .2);
	font-size: 135%;
	letter-spacing: -1px;
	line-height: 17px;
}

.nav-profile .puntos {
	padding-left: 25px;
	padding-right: 5px;
	color: #96dbf4;
	font-weight: 900;
	font-size: 1.4em;
	float: right;
	text-align: right;
	line-height: 1;
	display: inline-block;
}

.nav-profile .menu-perfil {
	width: 125px;
	left: auto;
	right: 35px;
	top: 35px;
	box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
}

.nav-profile .menu-perfil li a {
	font-weight: 600;
	font-size: .7rem;
}

.noticias .col-sm-6:nth-child(3n+1) {
	clear: both;
}

.noticias h1 {
	font-size: 2.5rem;
	letter-spacing: -.06rem;
}

.noticias .noticia {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.home .noticias {
	margin-top: 0;
}

body.home .noticias a {
	text-decoration: none;
	color: #454545;
}

body.home .noticias .noticia {
	border-bottom: 1px solid #aaaaaa80;
}

body.home .noticias .noticia:last-child {
	border: 0
}

body.home .noticias .image {
	background-position: center;
	background-size: cover;
	height: 180px;
	box-shadow: none;
	border-radius: 0;
	border-bottom: 4px solid #011689;
}

body.home .noticias .link-descarga {
	background-color: rgba(0, 0, 0, .1);
	border-radius: 100%;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

body.home .noticias .link-descarga i {
	font-size: 1.6rem;
	line-height: 1.5;
}

body.home .noticias .link-descarga small {
	display: block;
	line-height: 1.3;
	font-size: .7rem;
	font-weight: 500;
	text-align: center;
}

body.home .noticias .image img {
	max-width: none;
	height: 200px;
}

body.home .noticias h2 {
	font-size: 2rem;
	color: #222;
	margin-top: 20px;
	letter-spacing: -.05rem;
}

body.home .noticias,
body.home .noticias p {
	color: rgba(0, 0, 0, .7);
	font-weight: 400;
	margin-bottom: 20px;
	font-size: .9rem !important;
}

body.blog .first-content {
	background-color: #fff;
}

body.blog .noticias .image {
	box-shadow: none;
	background-color: #fff;
	background-size: cover;
	height: 180px;
	display: block;
	box-shadow: none;
	margin: 0 0 20px 0;
	border-radius: 0;
	border-bottom: 5px solid #fcb828;
	background-position: center;
}

body.blog-post .noticias .image {
	height: 400px;
	margin: 0;
}

body.blog .breadcrumb {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
	font-weight: 800 !important;
	font-size: .8rem !important;
	text-transform: uppercase;
	color: #999;
	padding: 15px !important;
}

body.blog-post .noticias .wrap {
	background-color: #fff;
}

body.blog .breadcrumb {
	margin-bottom: 0;
	padding: 0;
	font-size: 110%;
	font-weight: 300;
}

body.blog-post .sidebar .noticia {
	margin-bottom: 10px;
	border-bottom: 1px dashed #aaa;
}

body.blog-post .sidebar .noticias .image {
	height: 130px;
	background-color: transparent;
}

body.blog-post .sidebar .noticia p {
	font-size: .9rem !important;
	line-height: 1.3;
}

body.blog-post .sidebar .noticia h3 {
	color: #333 !important;
	font-weight: 800;
}

.nice-select {
	width: 100% !important;
}

.noticias p {
	color: #777;
	font-size: .9rem !important;
}

.noticias .contenido p {
	color: #777;
	font-size: .9rem !important;
}

.noticias hr {
	border-color: rgba(177, 177, 177, 0.5);
}

.first-content {
	padding-top: 113px;
}

body.home .first-content {
	padding-top: 105px;
}

.header-posiciones {
	background-image: none;
	background-color: transparent;
}

.header-posiciones .show-user {
	cursor: pointer;
}

.header-posiciones .podio {
	width: 100%;
	position: relative;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../img/podio.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 105% auto;
	min-height: 620px;
}

.header-posiciones .podio .col {
	text-align: center;
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 20px;
	top: 0;
}

.header-posiciones .podio .col>div {
	flex: 1;
}

.header-posiciones .podio .col.posicion2 {
	left: 4%;
}

.header-posiciones .podio .col.posicion1 {
	left: 33.33333%;
}

.header-posiciones .podio .col.posicion3 {
	right: 5%
}

.header-posiciones .podio .col.posicion2 .textos {
	flex: 0 0 174px;
	padding-top: 20px;
}

.header-posiciones .podio .col.posicion1 .textos {
	flex: 0 0 235px;
	padding-top: 20px;
}

.header-posiciones .podio .col.posicion3 .textos {
	flex: 0 0 140px;
	padding-top: 20px;
}

.header-posiciones .podio .col .banderin {
	background-size: 100px auto;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.header-posiciones .podio .col.posicion1 .banderin {
	background-image: url(../img/banderines-mapfre-1.png);
}

.header-posiciones .podio .col.posicion2 .banderin {
	background-image: url(../img/banderines-mapfre-2.png);
}

.header-posiciones .podio .col.posicion3 .banderin {
	background-image: url(../img/banderines-mapfre-3.png);
}

.header-posiciones .podio h4 {
	font-size: 1.3em;
	padding: 0 20px;
	color: #011689;
}

.header-posiciones .podio h5 {
	color: #777;
	font-weight: 400;
	margin: 0;
}

.header-posiciones .podio h3 {
	font-size: 2.3em;
	margin: 0;
	color: #6d654c !important;
}

.header-posiciones .podio .c100 {
	font-size: 150px;
	flex: 0 0 auto !important;
}

.header-posiciones .podio .c100 .bar,
.header-posiciones .podio .c100 .fill {
	border-color: #EB0029;
}

.header-posiciones .podio .avatar {
	width: 100%;
	height: 100%;
	margin: 3px;
	padding-left: 5px;
	padding-right: 0;
	float: left;
}



.header-posiciones .podio .avatar .img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	border-radius: 100%;
	width: 92%;
	height: 92%;
	margin: 4%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.leaderboard-tabs h5 {
	box-shadow: 0 4px 11px rgba(0, 0, 0, .1);
	border: 0;
}

.leaderboard-scroll {
	max-height: 1000px;
	padding: 0;
	margin-right: 0;
}

.leaderboard-tabs a {
	font-family: 'Open Sans';
	font-weight: 700;
}

.selector_periodos {
	position: absolute;

}

.selector_drowpdown .block:hover,
.selector_drowpdown .block {
	padding: 5px;
	border-radius: 8px;
	background-color: rgb(237 237 237);
}

.nav-profile .grupo {
	font-size: .9em;
}

.avatares h4 {
	color: #d3ff02 !important;
}

.indicadores .badge {
	font-size: 25px;
	margin-top: 10px;
	width: 55px;
	color: #3333338a !important;
}

.indicadores .data {
	display: flex;
	justify-content: center;
	align-items: left;
	flex-direction: row;
	padding: 15px 15px 15px 65px
}

.indicadores .data h3 {
	flex: 1.3;
}

.indicadores .progreso {
	flex: 1;
	padding-top: 4px;
	margin: 0;
	font-size: 1.6rem;
	letter-spacing: -.02rem;
	color: #fff !important;
}

.indicadores .progreso .bar {
	width: 100%;
	margin: 15px 0 5px 0;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
	background-color: rgba(0, 0, 0, .13);
	float: none;
}

.indicadores h3 {
	font-size: 1.7em;
}

.indicadores .indicador {
	border-radius: 10px;
	padding: 0;
	background-color: #011689;
	color: #fff;
	padding-left: 0;
	margin-left: 0;
	position: relative;
}

.indicadores .indicador .badge {
	color: #ffffff9c !important;
	background-color: rgba(255, 255, 255, .07);
	border-radius: 0;
	height: 100%;
	margin: 0;
	position: absolute;
	line-height: 1;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.indicadores small {
	color: rgba(255, 255, 255, .6) !important;
	font-size: .7rem;
	line-height: 1.2;
	font-weight: 600;
}

.indicadores .progreso .bar span {
	background-color: #fec019
}

.indicadores.globales {
	margin-left: -20px;
	margin-right: -20px;
}

.indicadores.globales .indicador {
	border: 0;
	text-align: center;
	padding: 6px;
	margin-bottom: 0;

	background-color: transparent;
}

.indicadores.globales .indicador .block {
	background-color: #666;
	color: #fff !important;
	border-radius: 10px;
	padding: 10px;
	height: 120px;
	flex-direction: column;
	justify-content: center;
	display: flex;
	align-items: center;
}

.indicadores.globales .indicador .block h5 {
	flex: 1;
}

.indicadores.globales .indicador .block h2 {
	flex: 1;
}

.indicadores.globales .indicador small {
	display: block;
	float: none;
}

.indicadores.globales .badge {
	float: none;
	margin: 0 auto !important;
}

.indicadores.globales .data {
	padding: 0;
	text-align: center;
}

.indicadores.globales .progreso .bar {
	width: 80%;
	margin: 10px 10%;
}

.indicadores.globales h3 {
	font-size: 18px;
	margin: 2px 0 5px;
	color: rgba(0, 0, 0, .6)
}

.indicadores.globales .progreso {
	color: rgba(0, 0, 0, .7);
	font-weight: 600;
	font-size: 30px;
}

.frame {
	background-color: #eee;
	background-image: none;
}

body.login .frame {
	background-color: #326edc;
	background-image: url(../img/background-login.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: 800px auto;
}

.footer {
	background-color: #326edc;
	background-image: none;
}


body.login .footer,
body.invitacion .footer {
	background: transparent;
	border-top: 0;
}

.footer .footer-icon {
	width: 90px;
	position: absolute;
	top: -128px;
	right: 40px;
}

.footer .menu {
	margin-top: 20px;
	text-align: right;
}

.footer .menu li a {
	color: #fff;
	padding: 8px;
	font-size: .8rem;
}

.footer p {
	color: #fff;
}

body.login .footer p {
	color: #555;
	text-align: center;
}

.footer .copy {
	border-top: 1px solid rgba(255, 255, 255, .1);
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 40px;
	padding: 20px 0;
}

.footer .copy p {
	color: #aaa;
}

.title:before,
.title:after {
	height: 1px;
	background: none;
	background-color: rgba(255, 255, 255, .1);
	margin-top: 19px;
}

.title:before {
	display: none;
}

.title span:after,
.title span:before {
	display: none;
}

.title span {
	font-family: 'Poppins';
	padding-left: 0;
	padding-right: 30px;
	background-color: transparent;
	color: #555;
	font-weight: 600;
	line-height: 2.7rem;
	text-transform: none;
	padding-bottom: 1px;
	font-size: 1.6rem;
	letter-spacing: -.04rem;
}

.perfil-container .creditos {
	display: inline-block;
	background-color: rgba(0, 0, 0, .07);
	border-radius: 100px;
	text-align: right;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: -.05rem;
	padding: 10px 40px;
	margin: 3px;
}

.perfil-container .cmp {
	text-transform: uppercase;
	margin: 0;
}

.perfil-container .avatar {
	width: 80% !important;
	margin: 11px auto 24px;
}

.perfil-container .avatar:before {
	border-width: 5px;
}

.perfil-container .avatar::after {
	opacity: .5;
}

.perfil-container .avatar a {
	opacity: 1;
}

.perfil-container .creditos strong {
	color: #011689;
}

.perfil-container h2 {
	text-transform: none;
	font-size: 2.6rem;
	letter-spacing: -.03rem;
}

.perfil-container h2 span {
	display: block;
}

.perfil-container h2 .grupo {
	margin: 0;
}

.perfil-container h2 .grupo span {
	text-align: left;
	padding: 0;
}

.perfil-container h3 {
	color: #888;
}


.perfil-container .tables h3 span {
	font-size: 1rem;
	text-transform: uppercase;
}


.perfil-container .pill {
	color: #fff;
	background-color: #fec019;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 1px 20px;
	margin: 0 -30px 0 15px;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 600;
}

.perfil-container .pill span {
	padding: 0;
	font-size: 1em;
	color: #fff;
	background: transparent;
}

.perfil-container .detalle-reconocimientos .insignia {
	padding: 15px;
	position: relative;
}

.perfil-container .detalle-reconocimientos .item {
	margin-bottom: 20px;
}

.perfil-container .detalle-reconocimientos .item .nombre {
	font-size: .8em;
}

.perfil-container .detalle-reconocimientos .item p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

.perfil-container .detalle-reconocimientos .item .creditos {
	position: absolute;
	bottom: 2px;
	right: -2px;
	display: inline-block;
	padding: 5px 10px;
	background-color: rgb(153, 191, 42);
	color: #fff;
	border-radius: 30px;
	font-size: .8em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.perfil-container table {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .03);
}

.perfil-container .title.creditos:after,
.perfil-container .title.creditos:before {
	display: none;
}

.detalle-canjes .table th,
.detalle-puntos .table th {
	border-color: rgba(255, 255, 255, 0);
	border-bottom: 2px solid rgba(0, 0, 0, .2);
}

.detalle-canjes .table td {
	border-color: rgba(255, 255, 255, .3);
	color: #333;
	font-size: .9rem;
	font-style: normal;
	text-transform: none;
	font-weight: 400;
}

.table>tfoot>tr>td {
	background-color: #fafafa;
}

.detalle-puntos .table td,
.detalle-acciones .table td {
	border-color: rgba(255, 255, 255, .3);
	color: #444;
	font-size: .85rem;
	font-weight: 500;
	font-style: normal;
}

.detalle-canjes .table tr td,
.detalle-puntos .table tr td {
	color: #e25e05;
	font-weight: 500;
	font-size: .85rem;
}

.detalle-canjes .table tr.aprobado td,
.detalle-puntos .table tr.aprobado td {
	color: #444;
	font-size: .85rem;
	font-weight: 500;
	font-style: normal;
}

.detalle-canjes .table tr.reembolsado td,
.detalle-puntos .table tr.reembolsado td {
	text-decoration: line-through;
}

.detalle-canjes tr {
	cursor: pointer;
}

.detalle-canjes tr.open {
	background-color: rgba(0, 0, 0, .03);
}

.detalle-canjes tr .badge {
	opacity: .6;
}

.detalle-canjes tr.aprobado .badge {
	opacity: 1;
}

.detalle-canjes tr .icon-close,
.detalle-canjes tr .icon-open {
	display: none;
}

.detalle-canjes tr.aprobado .icon-open {
	display: inline-block;
}

.detalle-canjes tr.aprobado.open .icon-close {
	display: inline-block;
}

.detalle-canjes tr.aprobado .icon-close {
	display: none;
}

.detalle-canjes tr.aprobado.open .icon-open {
	display: none;
}

.detalle-canjes tr.open td {
	font-weight: 800;
	color: #999 !important;
}

.detalle-canjes tr.open td h4 {
	font-weight: 800;
	color: #333 !important;
}

.detalle-canjes tr.open td h5 {
	font-weight: 800;
	font-size: 1.1rem;
	color: #666 !important;
}

.detalle-canjes tr.mas-info {
	display: none;
	transition: opacity .5s ease-in;
	opacity: 0;
	font-size: .87rem;
	color: #888;
}

.detalle-canjes tr.mas-info h4 {
	color: #333;
}

.detalle-canjes tr.mas-info hr {
	margin-top: 5px;
}

.detalle-canjes tr.mas-info td {
	padding: 0 15px 15px 15px;
	margin: 0;
	border: 0;
}

.detalle-canjes tr.mas-info.open {
	display: table-row;
	opacity: 1;
}

.btn {
	border-radius: 32px;
	padding: 11px 37px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .05);
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0em;
	text-transform: none;
	border: 0;
}

.btn-sm {
	font-size: .8rem;
	padding: 10px 30px;
}

.btn:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.btn-xs {
	font-size: .78em;
	padding: 5px 15px;
	font-weight: 900;
}

.btn-link {
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid transparent;
	color: #fff;
}

.btn-primary {
	background-color: #326edc;
	color: #fff;
}

.btn-primary:hover {
	background-color: #fcb828;
	color: #fff;
}

.btn-color1 {
	background-color: #326edc !important;
	color: #fff;
}

.btn-color2 {
	background-color: #55c4c7 !important;
	color: #fff;
}

.btn-color3 {
	background-color: #fcb828 !important;
	color: #fff;
}

.btn-color4 {
	background-color: #6aba45 !important;
	color: #fff;
}

.btn-color5 {
	background-color: #434545 !important;
}

.btn-color1-invert {
	background: #011689 !important;
	color: #fff !important;
	color: #fff;
}



.premios .puntos {
	text-transform: none;
	margin: 0 -15px 0 12px;
	padding: 5px 10px;
	background-color: transparent;
	border-radius: 40px;
	color: #326edc;
	font-size: 1.6em;
	font-weight: 600;
	font-family: 'Poppins';
	line-height: 1;
	text-align: right;
	letter-spacing: -.06rem;
}

.premios .puntos span {
	letter-spacing: 0;
}

.modal-canje .title span {
	color: #747474;
	line-height: 1.8;
}

.modal-canje h3 {
	font-weight: 600;
}

.modal-canje h2 {
	font-size: 2em;
}

.modal-canje .modal-body {
	padding-bottom: 60px;
	padding-top: 15px;
}

.modal-canje h2 span,
.premios .puntos span,
.premios .puntos small {
	font-size: inherit;
	font-weight: inherit;
	display: block;
	font-size: .5em;
}

.premios .puntos small {
	color: #b92a32;
	text-transform: uppercase;
}

.premios button {
	border-radius: 6px;
	border: 0;
}

.premios .btn[disabled] {
	background: #eee !important;
	text-decoration: line-through;
	color: #aaa;
}

.premios .premio {
	background-image: none;

	background-color: #fff !important;
	box-shadow: 0 0 10px #00000002 !important;
	background-position: top center;
	background-size: 100% auto;
	padding: 0;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	min-height: auto;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 6px;
}

.premios .premio:hover {
	box-shadow: 0 0 20px #0000001a !important;
}

.premios .item-col:nth-child(4n+1) {
	clear: both;
}

.swiper-premios .swiper-container {
	padding-left: 20px;
	padding-right: 20px;
}

.premios .premio:hover {
	box-shadow: none;
}

.premios .tag-new {
	background-color: #fcb828;
	color: #fff;
	padding: 3px 15px;
	font-size: .8rem;
	font-weight: 600;
	display: inline-block;
	position: absolute;
	right: 0;
	z-index: 100;

}

.premios .info {
	padding: 20px;
}

.premios .nombre {
	font-size: 1rem;
	height: auto;
	line-height: 1.2;
	font-weight: 500;
	color: #222;
	margin-top: 10px;
	letter-spacing: -.02em;
}

.premios img.prod {
	left: -1px;
	right: -2px;
	border-radius: 0;
}

.premios p {
	margin: 0;
}

.premios p.posicion {
	color: #00FF00;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	font-size: 1.1rem;
	line-height: 1.1;
	text-transform: uppercase;
	background-image: linear-gradient(45deg, #333333 25%, #2b2b2b 25%, #2b2b2b 50%, #333333 50%, #333333 75%, #2b2b2b 75%, #2b2b2b 100%);
	background-size: 5.66px 5.66px;
	padding: 5px 8px;
	border-radius: 3px;
	margin-bottom: 10px;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
}

.premios .premio:hover p.posicion {
	text-shadow: 0 0 10px #00FF00;
}


/* FORMS */
.form-control {
	color: #222;
	font-weight: 400;
	border-color: rgba(0, 0, 0, .1) !important;
	border-radius: 6px;
	letter-spacing: -.03em;
	background-color: rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
	line-height: 1.8;
	font-size: .88rem;
}

.form-control:focus {
	border-color: #011689 !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	border-color: rgba(0, 0, 0, .1) !important;
}



label {
	font-weight: 500 !important;
}

.input-group {
	color: #777;
}

.input-group-addon {
	color: #777;
	border-width: 1px;
	background-color: rgba(0, 0, 0, .1);
	border-color: transparent;
}


.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	color: #aaa;
}


/* width */
::-webkit-scrollbar {
	width: 10px;
	border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #eee;
	border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #555;
	border: 1px solid #eee;
	border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #011689;
}


/* Leaderboards*/
.leaderboard {
	margin: 0;
}

.leaderboard .avatar {
	-webkit-mask: none;
	-o-mask: none;
	-ms-mask: none;
	display: block;
	border-radius: 100%;
	border-top-left-radius: 6px;
	overflow: hidden;
	width: 48px;
	height: 48px;
}

.columna-indicador {
	width: 100px !important;
}

.badges-indicadores {
	right: 5px;
	top: -20px;
	position: absolute;
}

.sidebar .badges-indicadores {
	display: none;
}

.badges-indicadores i {
	text-align: center;
	display: inline-block;
}

.badges-indicadores i img {
	max-width: 50px;
}

.leaderboard .circle {
	width: 60px;
}

.leaderboard tr {
	border-bottom: 1px solid #eee;
}

.leaderboard tr.me {
	background-color: #fff;
}

.leaderboard td.add-favorito,
.leaderboard td.rm-favorito {
	min-width: 40px;
}

.leaderboard .me td:last-child:after,
.leaderboard .me td:first-child:before,
.leaderboard .me td {
	background-color: #fff;
	transition: all .2s ease 0s;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
}

.leaderboard tbody tr:hover td,
.leaderboard .me:hover td:last-child:after,
.leaderboard .me:hover td:first-child:before,
.leaderboard tbody tr:hover td {
	background-color: rgba(255, 255, 255, .5) !important
}

.leaderboard .position {
	box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

.leaderboard td:last-child:after,
.leaderboard td:first-child:before {
	display: none;
}

.leaderboard .me .position {
	background-color: #cddc38;
}

.leaderboard .podio td,
.leaderboard .me td,
.leaderboard .podio {
	background-color: transparent !important;
}

.leaderboard .name {
	color: #777;
	font-weight: 700;
	text-transform: normal;
	font-size: 1.1em;
	letter-spacing: -.03em;
}

.leaderboard .grupo {
	text-transform: uppercase;
}

leaderboard-group .leaderboard .me td {
	color: #777;
	padding-top: 0;
}

.leaderboard .me .name,
.leaderboard .podio .name {
	font-size: 1.2em;
	color: #444 !important;
}

.leaderboard .area {
	margin: 0;
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
	display: inline-block;
	letter-spacing: -.03em;
}

.leaderboard .cargo {
	margin: 0;
	font-size: 1em;
	font-weight: 400;
	text-transform: none;
	display: inline-block;
	letter-spacing: -.03em;
}

.leaderboard-search {
	padding: 0;
}

.leaderboard-search h3 {
	margin-top: 0;
	position: relative;
}

.leaderboard-search h3 span,
.leaderboard-group h3 span {
	padding: 10px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #011689;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	position: relative;
	background-image: url(../img/texture2.png);
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: right center;

}

.leaderboard-group .title:after {
	content: '';
	background-image: url(../img/texture2.png);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 80%;
	z-index: 120;
}

.leaderboard-search h3 span {
	background-color: #EB0029;
	color: #fff;
	font-size: 78%;
}

.leaderboard-search .form-control {
	border-width: 1px;
}

.leaderboard .podio td.puntos {
	font-size: 2em !important;
}

.leaderboard td.puntos {
	font-size: 1.4em;
	padding-right: 0;
	text-align: center;
}

.leaderboard .me td.puntos strong {
	font-size: 1em;
}

.leaderboard .podio.me .position,
.leaderboard .position,
.leaderboard .podio .position,
.leaderboard .position,
.leaderboard .me .position {
	background-color: transparent;
	box-shadow: none;
	left: 0;
	font-size: 1rem !important;
	color: #777 !important;
	width: auto !important;
	height: auto !important;
	margin-left: 6px !important;
	padding: 8px 10px !important;
	display: block;
	text-align: center;
}

body.posiciones .leaderboard .podio.me .position,
body.posiciones .leaderboard .position,
body.posiciones .leaderboard .podio .position,
body.posiciones .leaderboard .position,
body.posiciones .leaderboard .me .position {
	margin-left: 0 !important
}

.leaderboard .podio.me .position,
.leaderboard .podio .position,
.leaderboard .me .position {
	color: #011689 !important;
}

.leaderboard .c100 {
	margin-left: 45px;
	cursor: pointer;
}

.leaderboard .bar {
	border-color: #EB0029;
}

.leaderboard .avatar {
	width: 50px;
	height: 50px;
	margin: 1px;
}

.leaderboard .podio td:last-child,
.leaderboard td:last-child {
	text-align: center;
}

.leaderboard.leaderboard-group {
	background: #fafafa;
	border-radius: 10px;
	border: 1px solid #eee;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.leaderboard.leaderboard-group td {
	padding-top: 12px;
}

.leaderboard.leaderboard-group .jugadores {
	font-size: .95em;
	font-weight: 400;
}

.red-section {
	background-color: #bc2216;
	background-image: url(../img/background-red.jpg);
	background-size: cover;
	background-position: center;
}

.red-section .title span {
	background-color: #fff;
	color: #bc2216;
}

/*
.gray-section {
	background-color: rgba(0, 0, 0, .1);
}

.gray-section .title span {
	background-color: transparent;
}

.gray-section .title:before,
.gray-section .title:after {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

*/
.feed-reconocimientos {
	padding: 0;
	margin: 0
}

.feed-reconocimientos li {
	list-style: none;
	padding: 8px;
}

.feed-reconocimientos li .pill {
	background-color: #fff;
	border-radius: 10px;
	display: block;
	padding: 10px;
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 105px;
}

.feed-reconocimientos li .pill:after {
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-color: rgba(255, 255, 255, .7);
	opacity: 0;
	transition: opacity .2s ease 0s;
	-webkit-transition: opacity .2s ease 0s;
	-moz-transition: opacity .2s ease 0s;
}

.feed-reconocimientos li:hover .pill:after {
	opacity: 1;
}

.feed-reconocimientos li .btn {
	background-color: #fec019;
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -40px;
	top: 50%;
	margin-top: -16px;
	opacity: 0;
}

.feed-reconocimientos li:hover .btn {
	opacity: 1;
}

.feed-reconocimientos li .insignia {
	width: 72px;
	background-color: rgba(0, 0, 0, .05);
	display: inline-block;
	float: left;
	margin: -10px 8px -10px -10px;
	padding: 10px 6px 10px 8px;
	position: absolute;
	height: 100%;
	left: 9px;
}

.feed-reconocimientos li .date {
	font-size: .6em;
	line-height: 1;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
}

.feed-reconocimientos li img {
	max-width: 100%;
	margin-bottom: 4px;
}

.feed-reconocimientos li .name {
	font-size: .8em;
	display: block;
	line-height: 1.2;
	color: #e98300;
	padding-left: 70px;
	float: left;
}

.feed-reconocimientos li .name strong {
	font-size: 1.3em !important;
	display: block;
}

.feed-reconocimientos li .reco {
	font-size: .9em;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	color: #00afe0 !important;
	padding-left: 70px;
	line-height: 1.1;
	clear: both;
}

.modal.azul .modal-content {
	color: #fff !important;
	background-color: #011689 !important;
}

.modal-usuario.azul .avatar {
	border: 10px solid #37a4bd
}

.c100 {
	padding: 0 !important;
}

.modal-usuario .picture .c100 {
	font-size: 215px;
	padding: 0 !important;
}

.modal-usuario .avatar {
	mask: none;
	-webkit-mask: none;
	-o-mask: none;
	-ms-mask: none;
	width: 215px;
	height: 215px;
	border-radius: 100%;
}

.modal-usuario .avatar>span {
	width: 100%;
	overflow: hidden;
	border-radius: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.modal-usuario .detalle-reconocimientos {
	padding: 0 0 30px 0;
}

.modal-usuario .detalle-reconocimientos .item h3 {
	margin: 0 0 8px 0;
	font-size: 1.1em;
	opacity: .8;
}

.modal-usuario .detalle-reconocimientos .item p {
	margin: 0;
	line-height: 1;
	font-size: .9em;
	color: #fff;
}

.modal-usuario .detalle-reconocimientos .item .insignia {
	position: relative;
}

.modal-usuario .detalle-reconocimientos .item .insignia .background {
	z-index: 10;
	position: relative;
}

.modal-usuario .detalle-reconocimientos .item .insignia:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-left: -48px;
	margin-top: -48px;
	content: '';
	width: 95px;
	height: 95px;
	border-radius: 100%;
	background-color: #fff;
	box-shadow: 0 0 100px rgba(255, 255, 255, 1);
}

.modal-usuario .posicion span,
.modal-usuario .puntaje span {
	background-color: rgba(0, 0, 0, .08);
}

.modal-usuario .group-partidos {
	border-radius: 10px;
	overflow: hidden;
}

.modal-usuario table td {
	color: #444;
}


.modal-grupo .leaderboard td,
.modal-grupo .leaderboard .name {
	font-size: 1.2em !important;
}

.modal-grupo .leaderboard td {
	background-color: transparent !important;
	border-bottom: 1px solid #011689;
}

.modal-grupo .leaderboard .me td {
	background-color: rgba(255, 255, 255, .06) !important;
}

.modal-grupo .leaderboard tbody tr:hover td {
	background-color: rgba(255, 255, 255, .1) !important;
}

.modal-grupo .leaderboard td {
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
}

.modal-grupo .leaderboard .me td {
	color: #f9db72;
}

.leaderboard table {
	border-radius: 0;
	overflow: hidden;
}

.posiciones .leaderboard-group.show,
.sidebar .leaderboard table {
	/*box-shadow: 0 0 20px rgba(0, 0, 0, .1);*/
}

.leaderboard.leaderboard-group .title {
	margin-top: 0;
}

.leaderboard.leaderboard-group .me .position {
	right: 0;
	top: 21px;
}

.modal-grupo .leaderboard table {
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .07);
}


.carousel-mensajes .carousel-inner {
	max-height: 300px;
	padding-bottom: 30px;
}

.carousel-mensajes .carousel-inner .item {
	font-family: 'Lora', serif;
	font-style: italic;
	font-size: 1.5em;
	color: rgb(158, 232, 255);
}

.carousel-mensajes blockquote {
	border: 0;
	position: relative;
	text-align: center;
	line-height: 1.1;
	padding: 18px;
}

.carousel-mensajes blockquote .autor {
	font-size: .55em;
	text-align: right;
	font-style: italic;
	position: absolute;
	bottom: -19px;
	right: 0;
	color: #fff;
	font-weight: 600;
	margin-right: 31px;
}

.carousel-mensajes blockquote:after {
	content: "“";
	position: absolute;
	left: 0;
	top: 27px;
	font-size: 3.6em;
	font-family: Lora;
	font-weight: 600;
	font-style: inherit;
	opacity: .2;
	line-height: 33px;
}

.carousel-mensajes blockquote:before {
	content: "”";
	position: absolute;
	right: 0;
	bottom: -20px;
	font-size: 3em;
	font-weight: 600;
	font-family: Lora;
	font-style: inherit;
	opacity: .2;
	line-height: 33px;
}

.carousel-mensajes .carousel-control.right {
	background: none;
}

.carousel-mensajes .carousel-control.left {
	background: none;
}

.carousel-mensajes .carousel-control.left,
.carousel-mensajes .carousel-control.right {
	top: auto;
	bottom: -25px;
}

@media only screen and (min-width: 1200px) {
	.footer {
		background-size: 100% 100%;
	}
}

.leaderboard-search .input-group-addon {
	color: #777;
	border-left-color: #aaa !important;
	border-top-color: #aaa !important;
	border-bottom-color: #aaa !important;
}

.leaderboard-search .form-control {
	box-shadow: none;
	border-color: #aaa !important;
}

.leaderboard-groups {
	padding-left: 15px;
}

.mylead {
	background-color: rgba(0, 0, 0, 0.2);
}

.leaderboard td.add-favorito:hover *,
.leaderboard td.rm-favorito:hover * {
	color: #EB0029;
}

.leaderboard-favs table {
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

.leaderboard.leaderboard-favs {
	margin-left: 0;
}

.sidebar .leaderboard {
	margin-left: 0;
	margin-top: 20px;
}


.premios .premio:hover .cats {
	display: none;
}

.alert {
	margin-bottom: 0;
}

.alert.bg-success {
	color: #fff;
}

.alert.bg-danger {
	color: #fff;
	background-color: rgba(207, 44, 39, 1);
}

.selector_drowpdown .block .current .text {
	font-size: 12px;
}

.selector_drowpdown .block .current .text,
.selector_drowpdown.with-name .block .current .text {
	color: #666;
}

.selector_drowpdown .block .selector {
	padding-top: 5px;
}

.selector_drowpdown .block .selector a {
	font-size: .7rem;
	text-align: left;
	display: block;
	padding: 6px 15px;
	font-weight: 600;
	color: #777;
	text-transform: capitalize;
}

.side-objetivos>div {
	padding: 5px 15px;
	margin: 0 -15px;
	background-color: rgba(0, 0, 0, 0.1);
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#dolar-widget {
	margin: 15px 0;
	border-radius: 10px;
	color: #fff;
	padding: 8px 20px 20px 20px;
	background-color: rgba(100, 100, 100, 1);
}

#dolar-widget hr {
	margin: 5px 0 10px 0;
}

#dolar-widget h6 {
	margin: 0;
}



.navfilter {
	position: relative;
	transition: none;
	line-height: 1;
	font-size: .9rem;
	background-color: transparent;
}

body.navfilter-no-animate .navfilter {
	transition: none;
}

.navfilter.top {
	position: fixed;
	z-index: 1020;
	left: 0;
	right: 0;
	background-color: #f8f8f8;
}

.navfilter:not(.top) .container {
	width: auto;
}

.navfilter .container-box {
	padding: 10px;
	background-color: #fff;
	border-radius: 6px;

}

.navfilter.top .container-box {
	margin: 10px auto;
}

.navfilter .slider.slider-horizontal {
	width: 90%;
}

.navfilter .container-box p,
.navfilter .container-box label {
	font-size: .8rem;
}

.navfilter .container-box h2 {
	font-weight: 700;
	font-size: 1.1rem;
	letter-spacing: 0;
}

.navfilter .opener {
	display: none;
	/*
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: -40px;
	height: 40px;
	display: flex;
	align-items: flex-end;
	background-color: #ffbeb990;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 10px 20px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .05);
	border: 0;
	*/
}

.navfilter .form-control {
	padding: 3px 10px;
	height: 39px;
	line-height: 31px;
	font-size: .85rem;
	color: #333;
	box-shadow: none;
	border-width: 1px;
	border-radius: 4px !important;
}

.navfilter .input-group-addon {
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
	background-color: rgb(193 193 193 / 10%) !important;
	border-color: rgb(193 193 193 / 32%) !important;
	color: rgba(0, 0, 0, .3) !important;
}

.navfilter .input-group-addon .form-control {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: rgb(193 193 193 / 10%) !important;
	border-color: rgb(193 193 193 / 32%) !important;

}


.input-group .form-control:last-child {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.navfilter .categorias {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navfilter .categorias li {
	line-height: 1.2;
	height: 20px;
}

.nav-subcategorias {
	display: flex;
	justify-content: center;
	z-index: 200;
	margin-top: 0;
	flex: 1;
}

.nav-subcategorias a {
	border-radius: 50px !important;
	color: #fff !important;
	background-color: rgba(255, 255, 255, .2);
	padding: 7px 32px 6px !important;
	line-height: 24px;
	display: inline-block;
	border-bottom: 0 !important;
	position: relative;
	overflow: hidden;
	z-index: 10;
	backdrop-filter: blur(4.0px);
	-webkit-backdrop-filter: blur(4.0px);
}

.nav-subcategorias li {
	min-width: 120px;
}

.nav-subcategorias a:hover {
	background-color: #fff !important;
	color: #011689 !important;
}

.nav-subcategorias li.active a {
	background-color: #fff !important;
	color: #555 !important;
}

.pretty .state label:after,
.pretty .state label:before {
	width: calc(1em);
	height: calc(1em);
}

.pretty.p-default input:checked~.state label:after {
	background-color: #89818e !important;
}


/* CATEGORIAS PREMIOS & BENEFICIOS */
.swiper-premios {
	margin-left: -20px;
	margin-right: -20px;
}

.slider.slider-horizontal .slider-track {
	height: 4px;
	margin-top: -2px;
	background-color: #d9d9db;
	background-image: none;
}

.slider-selection {
	background-image: none;
	background-color: #326edc;
}

.slider-handle {
	background: rgb(220, 220, 220);
	background: -moz-radial-gradient(circle, rgb(50 110 220) 42%, rgb(50 110 220) 47%, rgba(83, 83, 83, 1) 100%);
	background: -webkit-radial-gradient(circle, rgb(50 110 220) 42%, rgb(50 110 220) 47%, rgba(83, 83, 83, 1) 100%);
	background: radial-gradient(circle, rgb(50 110 220) 42%, rgb(50 110 220) 47%, rgba(83, 83, 83, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5b1e6", endColorstr="#011689", GradientType=1);
}

.categorias-grid {
	margin-left: 7px;
	margin-right: 7px;
}

.categorias-grid .item {
	padding: 8px;
}

.category-header {
	position: relative;
	height: 220px;
	display: flex;
	margin-bottom: 15px;
	justify-content: center;
	align-items: center;
	background: transparent;
	flex-direction: column;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.category-header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #000000;
	opacity: .4;
	z-index: 1;
}

.category-header .title-area {
	display: flex;
	transition: all .2s ease-in-out;
	justify-content: center;
	align-items: center;
	z-index: 2;
	flex: 3;
}

body.navfilter-no-animate .title-area {
	transition: none;
}

.category-header h2 {
	color: #fff;
	z-index: 1;
	margin: 0;
	font-size: 3rem;
}

.category-header h2:after,
.category-header h2:before {
	display: none;
}

.noresult {
	background-color: #eee;
	border-radius: 10px;
	padding: 40px 20px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #aaa;
	font-size: 1rem;
	font-weight: 700;
	flex-direction: column;
}

.noresult .btn-sm {
	font-size: .9rem !important;
}

.premios .image {
	position: relative;
	margin: -2px;
	background-color: #fff;
}

.premios .image .cats {
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}

.premios .cats {
	position: relative;
	opacity: 1;
	padding: 0;
	margin: 0 -5px 5px -5px;
}

.premios .premio:hover .cats {
	display: block;
}

.premios .cats .tag {
	color: #777 !important;
	background-color: rgba(0, 0, 0, .03);
	box-shadow: none;
	font-weight: 600;
	font-size: .65rem;
}

.premios .cats:after {
	display: none;
}

.premios-detalle .breadcrumb,
.beneficios-detalle .breadcrumb {
	font-size: .9rem;
	font-weight: 600;
	background: transparent;
	padding: 10px 0;
	letter-spacing: -.01rem;
	color: #011689;
}

.premios-detalle .breadcrumb a,
.beneficios-detalle .breadcrumb a {
	color: #aaa
}

.detalle-premio {
	margin-bottom: 100px;
}

.detalle-premio .nombre {
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;

	height: auto;
}

.detalle-premio .descripcion {
	margin: 20px 0;
	height: auto;
	font-size: .9rem;
	line-height: 1.7;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	display: block;
}

.detalle-premio .descripcion p {
	font-size: .85rem;
	line-height: 1.6;
}

.detalle-premio .creditos {
	letter-spacing: -0.23rem;
	font-size: 2.8rem;
	font-weight: 600;
	color: #454545;
}

.detalle-premio .creditos small {
	color: #454545;
}

.detalle-premio .creditos .badge {
	letter-spacing: 0;
	text-transform: uppercase;
	font-size: .27em;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	line-height: 26px;
	vertical-align: middle;
	height: 25px;
	padding: 0 16px;
}

.detalle-premio .creditos small {
	font-size: .7em;
	letter-spacing: -0.08rem;
}

.detalle-premio button {
	display: inline-block !important;
}

.detalle-premio .images {
	margin: 0 0 20px 0;
	display: flex;
	flex-direction: row;
}

.detalle-premio .images .thumbs {
	padding: 0 15px;
	flex: 1;
}

.detalle-premio .images .thumbs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.detalle-premio .images .thumbs ul li a {
	display: block;
	margin: 0 0 15px 0;
	border-radius: 10px;
	overflow: hidden;
	background-color: #555;
	border: 1px solid #d1d1d1;
}

.detalle-premio .images .thumbs ul li a:hover img {
	transition: opacity .2s ease;
	opacity: .8;
}

.detalle-premio .images .thumbs ul li img {
	max-width: 100%;
}

.detalle-premio .images .main-image {
	flex: 6;
}

.detalle-premio .images .main-image .zoom {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	width: 4rem;
	height: 4rem;
	font-size: 1.6rem;
	color: #fff;
	opacity: .5;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	z-index: 200;
}

.detalle-premio .images .main-image:hover .zoom {
	background-color: rgba(255, 255, 255, .1);
	opacity: 1;
}

.detalle-premio .images .main-image img {
	max-width: 100%;
	border-radius: 12px;
}

.detalle-premio .detalle-info dl {
	display: table;

}

.detalle-premio .detalle-info dt,
.detalle-premio .detalle-info dd {
	display: table-cell;
	width: 67%;
	float: left;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.detalle-premio .detalle-info dt.first,
.detalle-premio .detalle-info dd.first {
	border-top: 0
}

.detalle-premio .detalle-info dt {
	border-width: 2px;
	clear: both;
	width: 33%;
}

dt:after,
dd:after {
	clear: both;
}

.detalle-premio h3 {
	margin-top: 30px;
}

.detalle-premio .select-variedades .list {
	right: 0;
}

.detalle-descargas {
	list-style: none;
	padding: 0;
}

.detalle-descargas .label {
	max-width: 75px;
	padding: 0.4rem;
}

.detalle-descargas a {
	padding: 15px 0;
	color: #555;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}




.premios-relacionados .item-col .puntos {
	font-size: 1.1rem;
}

.premios-relacionados .premio img.prod {
	height: 200px;
}

.premio-calificacion {
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: -.04em;
	color: #011689;
	display: flex;
	align-items: center;
}

.premio-calificacion .progress {
	width: 50px;
	max-width: 100%;
	height: 16px;
	display: inline-table;
	box-shadow: none;
	background-color: #eee;
	border: 2px solid #011689;
	border-radius: 0;
	margin: 0 5px;
	position: relative;
}

.premio-calificacion .progress-bar {
	z-index: 1;
	position: relative;
	background-color: #011689;
	background-image: none;
}

.over-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .8);
	z-index: 2000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.opiniones-list .opinion .col1 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.opiniones-list .opinion .avatar {
	width: 60px;
	margin-left: 20px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	border-radius: 100%;
	box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}

.opiniones-list .opinion .avatar img {
	width: 100%;
	height: auto;
}

.opiniones-list .opinion .autor {
	font-size: 1.1rem;
}

.opiniones-list .opinion .date {
	font-size: .7rem;
	font-weight: 500;
	opacity: .6;
	text-transform: uppercase;
}

.opiniones-list .opinion .mensaje {
	font-size: .9rem;
	margin: 10px 0;
}

.opiniones-list .opinion .premio-calificacion {
	transform: scale(.9);
}

.br-current-rating {
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: -.05em;
	color: #ad2790;
}

.br-theme-bars-pill .br-widget a {
	/*padding: 3px 15px;*/
	padding: 0;
	width: 9.09%;
	display: inline-block;
	height: 2rem;
	background-color: #efeff3;
	/*border-right: 1px solid #fff;*/
	border-top: 3px solid #ad2790;
	border-bottom: 3px solid #ad2790;
}

.br-theme-bars-pill .br-widget a:first-of-type {
	border-left: 3px solid #ad2790;
}

.br-theme-bars-pill .br-widget a:last-of-type {
	border-right: 3px solid #ad2790;
}

.table.likers tr td {
	text-align: left;
	line-height: 25px;
}

.table.likers tr td.mini-avatar {
	/*display: none;*/
	width: 30px;
}

.table.likers tr td.mini-avatar div {
	width: 25px;
	height: 25px;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
}

.table.likers tr td.date {
	font-size: .9rem;
	text-align: right;
	font-weight: 400;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
	top: 50%;
	margin-top: -20px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 23px;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	outline: none;
	transition: box-shadow .2s ease-out;
}

.swiper-button-next:after {
	margin-left: 2px;
}

.swiper-button-prev:after {
	margin-right: 2px;
}

.swiper-button-disabled,
.swiper-button-disabled {
	opacity: 1;
}

.swiper-button-disabled:after,
.swiper-button-disabled:after {
	opacity: .35;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.swiper-button-prev {
	right: auto;
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.premios .premio img,
.premios-relacionados .premio img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.premios .premio .descripcion {
	font-size: .85rem;
	color: #fff;
	margin-bottom: 15px;
	height: 3rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
}


.premios .premio a.btn {
	color: #326edc;
}

.btn-border {
	border: 1px solid #326edc;
}

.premios .premio:hover a.btn {
	background-color: #326edc;
	color: #fff;
}

.modal-canje .modal-dialog {
	width: 700px;
}


.nav-pills {
	margin: 20px auto;
	text-align: center;
}

.nav-pills li {
	float: none;
	display: inline-block;
}

.nav-pills>li>a {
	font-weight: 600;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	color: #9e97a2;

	font-size: 1.05rem;
}

.nav-pills>li>a:hover {
	background-color: transparent;
	border-bottom: 2px solid #011689;

}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #011689;
	font-weight: 600;
	background-color: transparent;
	border-color: #011689;
}

.tab-pane .title {
	text-align: center;
	font-weight: 800;
	font-size: 2.3rem;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 30px;

	background-image: linear-gradient(to right, #ccc 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
}

.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
	background-color: #011689;
}

.br-theme-bars-pill .br-widget a,
.br-theme-bars-pill .br-widget a:first-of-type {
	border-color: #011689;
}

.br-current-rating {
	color: #011689;
}

.support-options {
	display: inline-block;
	position: relative;
}

.support-options i {
	padding: 22px 10px;
	font-size: 1.4rem;
	color: rgba(0, 0, 0, .28)
}

.support-options:hover i {
	color: rgba(0, 0, 0, .4);
}

.support-options:hover ul {
	display: block;
}

.support-options ul {
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 0;
	top: 99%;
	left: -17%;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 5px 25px rgba(0, 0, 0, .3);
}

.support-options ul li {
	display: block !important;
}

.support-options ul li a {
	padding: 15px 10px !important;
	text-transform: none;
	border-bottom: 1px solid #eee;
	color: #777 !important;
	font-size: .8rem !important;
	font-weight: 800;
	display: inline-block;
	width: 100%;
	text-align: center !important;
}

.support-options ul li a:hover {
	color: #111 !important;
	text-decoration: none;

}

.support-options ul li:last-child a {
	border-bottom: 0;
}

.login-box {
	background-color: #fff;
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 0 35px rgba(0, 0, 0, .3);
}

.login-box h3.title {
	margin-top: 0;
}

.nav-user-profile {
	margin: 4px 15px;
}

.nav-user-profile .texts .name {
	font-size: .85em;
	font-weight: 700;
}

.nav-user-profile .texts .puntos {
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 600;
	float: none !important;
}

.nav-user-profile .texts .mp {
	font-size: .8em;
	margin: 0;
	font-weight: 400;
	opacity: .6;
}

.nav-user-profile .avatar {
	position: relative;
	width: 45px;
	margin: 0 8px 0 0;
}

.nav-user-profile .avatar .picture {
	width: 48px;
	height: 48px;
	display: none;
}

.nav-user-profile .avatar:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	height: 48px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 100%;
	background-image: url(../img/person.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	z-index: 7;
}

.nav-user-profile .nav-notificaciones {
	width: 12px;
	top: 50%;
}

.nav-user-profile .nav-notificaciones .icon {
	top: 0;
}

.nav-user-profile .avatar .nav-menu {
	left: 0;
	z-index: 10;
}

.nav-user-profile .avatar .nav-menu i {
	color: #ffffff80;
	display: none;
}

.nav-user-profile .avatar .nav-menu .menu-perfil {
	border-radius: 0;
	left: 24px !important;
}

.nav-user-profile .avatar .nav-menu .menu-perfil li a {
	font-weight: 500;
	font-size: .75rem;
}

.nav-user-profile .avatar .nav-menu .menu-perfil {
	left: 32px;
}

.categorias-grid .item .title:after,
.categorias-grid .item .title:before {
	display: none;
}

.categorias-grid .item .title {
	text-transform: none;
	font-weight: 500;
	line-height: 1.2;
	font-size: 1.2rem;
}

.categorias-grid .item .description {
	display: none;
}

.loader,
.loader:after {
	width: 2.5rem;
	height: 2.5rem;
}

.loader {
	border-width: .3rem;
}

#resultados-premios {
	margin: 0 10px;
}

#carousel-banner-home-responsive,
.carousel-banners.responsive {
	border-radius: 0;
}

hr {
	border-color: rgb(24 24 24 / 10%);
}

#form-login .lds-ellipsis div {
	background-color: #bbb;
}

.carousel-inner>.item {
	text-align: center;
}