@charset "UTF-8";
/* INI PARTIALS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* INI MEDIA QUERIES */
/* USO: @include respond-to(small) { ... }/
/* FIN MEDIA QUERIES */
/* INI CALCULA REM */
/* USO: @include font-size(14px); */
/* FIN CALCULA REM */
/* INI CLEARFIX*/
/* USO: @include clearfix(); */
/* FIN CLEARFIX*/
/* INI BOX SIZING */
/* USO: @include box-sizing(border-box); */
/* FIN BOX SIZING */
/* INI CENTERER */
/* USO: con parent en position relative añadir a elemento child @include centerer; */
/* FIN CENTERER */
/* INI BORDER RADIUS */
/* USO: @include border-radius(5px); */
/* USO: @include border-top-radius(10px); */
/* FIN BORDER RADIUS */
/* INI OPACITY */
/* USO: @include opacity(0.8); */
/* FIN OPACITY */
/* INI CENTER BLOCK */
/* USO: @include center-block; */
/* FIN CENTER BLOCK */
/* INI TEXT OVERFLOW */
/* USO: @include text-truncate; */
/* FIN TEXT OVERFLOW */
/* INI BACKGROUND IMAGE */
/* USO: @include bgimage('../img/generic/flecha_top.png',no-repeat,100%); */
/* FIN BACKGROUND IMAGE */
/* INI TRANSITION */
/* USO: @include transition(color .3s ease); */
/* FIN TRANSITION */
/* INI TRANSFORM */
/*
  USO:
  @include skew(25,10);
  @include transform-origin(top left);
*/
/* FIN TRANSFORM */
/* INI PLACEHOLDER */
/*USO:
@include input-placeholder {
        color: $grey;
    }*/
/* FIN PLACEHOLDER */
/* INI WORD WRAPPING */
/* USO: @include mixin word-wrap; */
/* FIN WORD WRAPPING */
/* INI BACKGROUND COVER */
/* USO: @include bg-cover('../path/to/image.jpg', no-repeat 100%); */
/* FIN BACKGROUND COVER */
/* INI LINKS */
/* USO: @include linx (blue, green, red, orange); */
/* FIN LINKS */
/* INI RGBA */
/* USO: @include alpha-background-color(rgba(black, 0.5), white); */
/* FIN RGBA */
/* INI PLUGIN TO TOP */
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 47px;
  height: 47px;
  border: none;
  text-indent: 100%;
  background-image: url("../img/generic/flecha-top.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  z-index: 10000;
}

#toTopHover {
  background-image: url("../img/generic/flecha-top.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline: none;
}

.toTop {
  display: none;
}

.spanToTop {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* FIN PLUGIN TO TOP */
/* INI SWEET ALERT */
.sweet-alert h2 {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
  margin: 15px 0 !important;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
}

.sweet-alert p {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 400 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  text-align: center;
}

.sweet-alert button {
  display: inline-block;
  line-height: 1;
  padding: 12px 24px;
  margin: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

.sweet-alert button.cancel {
  font-weight: 600;
  background-color: #FFF !important;
}

.sweet-alert input {
  padding: 5px 10px;
  margin: 0px auto 20px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #cccccc !important;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #666666 !important;
  width: 100%;
  max-width: 300px;
  height: auto;
  box-shadow: none;
}

.sweet-alert input:focus {
  border: 1px solid #cccccc !important;
  box-shadow: none !important;
}

/* FIN SWEET ALERT */
/* FIN PARTIALS */
/* INI TYPE */
/* FIN TYPE */
/* INI COLORS */
/* FIN COLORS */
/* INI GENERAL */
html, body {
  height: 100%;
}

body {
  padding-top: 130px;
  font: 100% "Didact Gothic", sans-serif, sans-serif;
  color: #000;
  background: #fff;
  text-decoration: none;
}

@media (min-width: 767px) {
  body {
    padding-top: 250px;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 198px;
  }
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -550px;
  background-color: #fff;
}

@media (min-width: 600px) {
  .wrapper {
    margin: 0 auto -480px;
  }
}

@media (min-width: 767px) {
  .wrapper {
    margin: 0 auto -305px;
  }
}

.wrapper-moved {
  padding-top: 0px;
}

#push, .footer {
  height: 550px;
}

@media (min-width: 600px) {
  #push, .footer {
    height: 480px;
  }
}

@media (min-width: 767px) {
  #push, .footer {
    height: 305px;
  }
}

a {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: underline;
  outline: none;
  color: #000;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

a:hover, a:active {
  color: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  outline: none;
}

h1 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

h1.principal {
  color: #fff;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}

@media (min-width: 767px) {
  h1 {
    margin-bottom: 25px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h2 {
  text-align: center;
  font-family: "Didact Gothic", sans-serif;
  color: #000;
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
}

h2 a {
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

@media (min-width: 767px) {
  h2 {
    text-align: left;
    font-size: 32px;
    font-size: 2rem;
  }
}

h3 {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (min-width: 767px) {
  h3 {
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

p strong {
  font-weight: normal;
  font-family: "Didact Gothic", sans-serif;
}

p.intro {
  margin: 20px 0;
}

@media (min-width: 992px) {
  p.intro {
    margin: 20px 0;
  }
}

img {
  max-width: 100%;
}

.no-pd {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media (min-width: 767px) {
  .no-pd-r {
    padding-right: 0px !important;
  }
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.limpiador {
  width: 100%;
  clear: both;
}

.oculto {
  display: none;
}

.btn {
  position: relative;
  outline: none !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  text-decoration: none;
}

.btn span, .btn img {
  display: inline-block;
  vertical-align: middle;
}

.btn img {
  max-width: 34px;
}

@media (min-width: 767px) {
  .btn img {
    max-width: 48px;
  }
}

.btn-primary {
  color: #fff !important;
  background: #000;
  border: none !important;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Didact Gothic", sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: none !important;
}

.btn-primary span {
  margin: 0 10px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #000 !important;
  border: none !important;
  box-shadow: none !important;
}

@media (min-width: 767px) {
  .btn-primary {
    font-size: 16px;
    font-size: 1rem;
  }
}

.btn-primary.btn-violet {
  margin: 20px 0;
  background-color: #860290;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 15px;
}

@media (min-width: 767px) {
  .btn-primary.btn-violet {
    margin: 40px 0 0 0;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.btn-primary.btn-violet:hover, .btn-primary.btn-violet:focus, .btn-primary.btn-violet:active {
  background-color: #860290 !important;
}

.btn-primary.btn-xl {
  width: 100%;
  max-width: 280px;
  font-weight: 700;
}

.center-block {
  float: none;
}

.seccion {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 767px) {
  .seccion {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.seccion h1 {
  padding-top: 5px;
}

.seccion.seccion-smiles-up {
  padding-bottom: 0px;
}

@media (min-width: 767px) {
  .seccion.seccion-smiles-up {
    padding-bottom: 0px;
  }
}

label {
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.paginador {
  text-align: center;
  padding-top: 5px;
}

.paginador ul {
  display: inline-block;
}

.paginador ul li {
  margin: 10px;
  display: inline-block;
}

.paginador ul li a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
}

.paginador ul li a.active {
  background: #fff;
  border-color: #fff;
}

@media (min-width: 767px) {
  .paginador ul li {
    margin: 3px;
  }
}

@media (min-width: 767px) {
  .paginador {
    text-align: right;
  }
}

/* ini pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #000;
  border-color: #000;
}

.pagination > li > a, .pagination > li > span {
  color: #000;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #000;
}

/* fin pagination */
.listado-juegos a, .seccion-juegos a, .seccion-contacto .contacto a, .seccion-premios a, .seccion-ganadores a {
  display: inline-block;
  margin: 10px 0;
  text-decoration: none;
}

.listado-juegos a img, .seccion-juegos a img, .seccion-contacto .contacto a img, .seccion-premios a img, .seccion-ganadores a img {
  max-width: 160px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.listado-juegos a img:hover, .seccion-juegos a img:hover, .seccion-contacto .contacto a img:hover, .seccion-premios a img:hover, .seccion-ganadores a img:hover {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 767px) {
  .listado-juegos a img, .seccion-juegos a img, .seccion-contacto .contacto a img, .seccion-premios a img, .seccion-ganadores a img {
    max-width: 100%;
  }
}

.listado-juegos a:hover, .seccion-juegos a:hover, .seccion-contacto .contacto a:hover, .seccion-premios a:hover, .seccion-ganadores a:hover {
  text-decoration: none;
}

@media (min-width: 767px) {
  .listado-juegos a, .seccion-juegos a, .seccion-contacto .contacto a, .seccion-premios a, .seccion-ganadores a {
    margin: 20px 0;
  }
}

.listado-juegos h3, .seccion-juegos h3, .seccion-contacto .contacto h3, .seccion-premios h3, .seccion-ganadores h3 {
  text-transform: uppercase;
  margin: 10px 0;
  text-align: center;
}

.pantalla-mobile {
  position: absolute;
  top: 0;
  z-index: 10000;
  background: #fff;
  width: 100%;
  height: 100%;
}

.pantalla-mobile .seccion {
  background-color: #fff;
}

@media (min-width: 767px) {
  .pantalla-mobile {
    position: static;
  }
}

.cerrar-pantalla-mobile {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 10001;
}

@media (min-width: 767px) {
  .cerrar-pantalla-mobile {
    display: none;
  }
}

.test {
  color: #000;
  background: #fff;
  padding: 15px 0 0 0;
  margin: 0;
}

@media (min-width: 767px) {
  .test {
    padding: 15px 30px 0px 30px;
  }
}

.test strong {
  display: inline-block;
  padding: 0 15px;
  text-align: center;
  font-family: "Didact Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .test strong {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.test ul {
  margin: 30px 0;
  display: inline-block;
  /*min-width: 160px;*/
}

.test ul li {
  text-align: left;
  max-width: 300px;
  margin: 5px 0 10px 0;
}

@media (min-width: 767px) {
  .test ul li {
    max-width: 400px;
  }
}

.test ul li label {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .test ul li label {
    font-size: 16px;
    font-size: 1rem;
  }
}

#para-ancla {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

@media (min-width: 767px) {
  #para-ancla {
    padding-top: 200px;
    margin-top: -200px;
  }
}

.sello {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  background: #fff;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  padding: 18px 10px;
  margin: 0 auto 20px auto;
  font-weight: 600;
}

@media (min-width: 767px) {
  .sello {
    padding: 14px 10px;
  }
}

.sello strong {
  display: block;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1;
}

@media (min-width: 767px) {
  .sello strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.sello span {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 600;
}

@media (min-width: 767px) {
  .sello span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.sello span.millas {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}

@media (min-width: 767px) {
  .sello span.millas {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.box-claim, .box-corners {
  position: relative;
  width: 100%;
  padding: 30px;
}

.box-claim .corner-claim, .box-corners .corner-claim {
  position: absolute;
  background: #000;
  width: 38px;
  height: 38px;
}

.box-claim .corner-claim .box-white-square, .box-corners .corner-claim .box-white-square {
  position: relative;
  width: 38px;
  height: 38px;
  background: #000;
}

.box-claim .corner-claim .white-square, .box-corners .corner-claim .white-square {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
}

.box-claim .corner-claim.corner-claim-top-left, .box-corners .corner-claim.corner-claim-top-left {
  top: 0;
  left: 0;
}

.box-claim .corner-claim.corner-claim-top-left .box-white-square .white-square, .box-corners .corner-claim.corner-claim-top-left .box-white-square .white-square {
  bottom: 0;
  right: 0;
}

.box-claim .corner-claim.corner-claim-top-right, .box-corners .corner-claim.corner-claim-top-right {
  top: 0;
  right: 0;
}

.box-claim .corner-claim.corner-claim-top-right .box-white-square .white-square, .box-corners .corner-claim.corner-claim-top-right .box-white-square .white-square {
  bottom: 0;
  left: 0;
}

.box-claim .corner-claim.corner-claim-bottom-left, .box-corners .corner-claim.corner-claim-bottom-left {
  bottom: 0;
  left: 0;
}

.box-claim .corner-claim.corner-claim-bottom-left .box-white-square .white-square, .box-corners .corner-claim.corner-claim-bottom-left .box-white-square .white-square {
  top: 0;
  right: 0;
}

.box-claim .corner-claim.corner-claim-bottom-right, .box-corners .corner-claim.corner-claim-bottom-right {
  bottom: 0;
  right: 0;
}

.box-claim .corner-claim.corner-claim-bottom-right .box-white-square .white-square, .box-corners .corner-claim.corner-claim-bottom-right .box-white-square .white-square {
  top: 0;
  left: 0;
}

/* ini same height */
@media (min-width: 767px) {
  .keep-row-height .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
}

/* fin same height */
/* INI HIGHLIGHTS */
::selection {
  color: #fff;
  background: #34b1da;
}

::-moz-selection {
  color: #fff;
  background: #34b1da;
}

::-webkit-selection {
  color: #fff;
  background: #34b1da;
}

/* FIN HIGHLIGHTS */
/* INI QUITAR AUTOCOMPLETAR */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/* FIN QUITAR AUTOCOMPLETAR */
/* FIN GENERAL */
/* INI HEADER */
.cont-header {
  background: #fff;
}

.logo {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  height: auto;
}

@media (min-width: 767px) {
  .logo {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
}

.logo img {
  display: block;
  max-width: 150px;
}

@media (min-width: 767px) {
  .logo img {
    max-width: 210px;
  }
}

@media (min-width: 992px) {
  .logo img {
    max-width: 240px;
  }
}

.logos-header-dt {
  display: none;
}

@media (min-width: 767px) {
  .logos-header-dt {
    text-align: right;
    display: block;
    padding-top: 26px;
  }
  .logos-header-dt a {
    display: inline-block;
    margin: 0 0 0 45px;
  }
  .logos-header-dt a img {
    max-width: 90px;
  }
  .logos-header-dt img {
    display: inline-block;
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  .logos-header-dt a img {
    max-width: 80px;
  }
  .logos-header-dt img {
    max-width: 140px;
  }
}

/* ini override navbar */
.navbar {
  border: none !important;
  border-color: transparent !important;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: transparent;
  border-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none !important;
  background: #000 !important;
  margin-top: 20px;
  margin-right: 0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  color: #fff !important;
  background: #000 !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background: #fff !important;
}

.navbar-header {
  width: 100%;
  margin: 0px !important;
}

.navbar-nav {
  margin: 0;
}

.navbar-moved {
  position: static;
}

/* fin override navbar */
/* ini menu principal */
.fondo-menu {
  background: #fff;
}

@media (min-width: 767px) {
  .fondo-menu {
    background: #000;
  }
}

.center-menu {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 767px) {
  .center-menu {
    float: none;
    max-width: 470px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .center-menu {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.cierre-menu {
  width: 100%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01d5d2+0,860290+76,860290+100 */
  background: #01d5d2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #01d5d2 0%, #860290 76%, #860290 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #01d5d2 0%, #860290 76%, #860290 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #01d5d2 0%, #860290 76%, #860290 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01d5d2', endColorstr='#860290',GradientType=1 );
  /* IE6-9 */
}

.gradient, .perfil .mi-nivel .barra-nivel, .progreso .barra-progreso .completado-progreso {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01d5d2+0,860290+76,860290+100 */
  background: #01d5d2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #01d5d2 0%, #860290 76%, #860290 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #01d5d2 0%, #860290 76%, #860290 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #01d5d2 0%, #860290 76%, #860290 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01d5d2', endColorstr='#860290',GradientType=1 );
  /* IE6-9 */
}

@media (min-width: 767px) {
  .menu {
    /*padding-left: 80px !important;*/
  }
}

@media (min-width: 992px) {
  .menu {
    padding-left: 0px !important;
  }
}

.menu li.active a {
  background: #666666 !important;
}

.menu li.active a:hover {
  background: #666666 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}

.menu li.active a:hover span {
  border-bottom: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 767px) {
  .menu li.active a {
    background: #000 !important;
  }
  .menu li.active a:hover {
    background: transparent !important;
  }
  .menu li.active a:hover span {
    border-bottom: 1px solid #fff;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.menu li.active a span {
  border-bottom: none;
  font-family: "Didact Gothic", sans-serif;
}

@media (min-width: 767px) {
  .menu li.active a span {
    border-bottom: 1px solid #fff;
  }
}

.menu li a {
  position: relative;
  color: #fff !important;
  background: #000;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu li a span {
  display: inline-block;
  padding-bottom: 3px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu li a strong {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #666666 !important;
}

.menu li a:hover span {
  border-bottom: none;
}

@media (min-width: 767px) {
  .menu li a:hover {
    background-color: transparent !important;
  }
}

@media (min-width: 767px) {
  .menu li a {
    border-bottom: none;
    height: 60px;
    overflow: hidden;
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .menu li a {
    border-bottom: none;
    height: 60px;
    overflow: hidden;
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .menu li a {
    border-bottom: none;
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.menu li.logos-header-mb {
  display: block;
  text-align: center;
}

.menu li.logos-header-mb a {
  display: inline-block !important;
  background: transparent !important;
  margin-left: 15px !important;
}

.menu li.logos-header-mb a img {
  max-width: 60px !important;
}

.menu li.logos-header-mb a:active, .menu li.logos-header-mb a:focus, .menu li.logos-header-mb a:hover {
  background: transparent !important;
  opacity: 1 !important;
}

.menu li.logos-header-mb img {
  display: inline-block;
  max-width: 130px;
}

@media (min-width: 767px) {
  .menu li.logos-header-mb {
    display: none;
  }
}

.underline-menu {
  display: none;
}

.margin-mb {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 767px) {
  .margin-mb {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* fin menu principal */
/* ini menu usuario */
.fondo-menu-usuario {
  background: #000;
}

.menu-usuario {
  min-height: 44px;
  text-align: center;
}

@media (min-width: 767px) {
  .menu-usuario {
    float: right;
    margin-right: 0px;
  }
  .menu-usuario.no-logado {
    width: 100%;
    text-align: center;
  }
  .menu-usuario.no-logado .navbar-nav {
    float: none;
    display: inline-block;
  }
  .menu-usuario.no-logado li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (min-width: 992px) {
  .menu-usuario {
    float: right;
    margin-right: -15px;
  }
  .menu-usuario.no-logado {
    width: 100%;
    text-align: right;
    margin-right: -30px;
  }
  .menu-usuario.no-logado li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .menu-usuario.no-logado li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.menu-usuario .navbar-nav {
  margin-top: 2px;
  margin-bottom: 2px;
}

@media (min-width: 767px) {
  .menu-usuario .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.menu-usuario li {
  display: inline-block;
  text-align: center;
}

.menu-usuario .sep-usuario {
  color: #fff !important;
  padding: 3px 0px 0px 5px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .menu-usuario .sep-usuario {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 12px 0 8px 0;
    margin: 0 10px;
  }
}

.menu-usuario li.active a {
  font-family: "Didact Gothic", sans-serif;
  background: transparent !important;
  line-height: 1.3;
}

.menu-usuario li.active a:hover {
  background: transparent !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.menu-usuario li.active a:hover span {
  border-bottom: 1px solid #fff;
}

@media (min-width: 767px) {
  .menu-usuario li.active a {
    background: transparent !important;
  }
  .menu-usuario li.active a:hover {
    background: transparent !important;
  }
  .menu-usuario li.active a:hover span {
    border-bottom: 1px solid #fff;
  }
}

.menu-usuario li.active a span {
  border-bottom: none;
}

@media (min-width: 767px) {
  .menu-usuario li.active a span {
    border-bottom: 1px solid #fff;
  }
}

.menu-usuario li a {
  display: inline-block;
  width: auto;
  position: relative;
  color: #fff !important;
  background: transparent;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu-usuario li a span {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
  padding-bottom: 0px;
}

.menu-usuario li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: transparent !important;
}

.menu-usuario li a:hover span {
  border-bottom: none;
}

@media (min-width: 767px) {
  .menu-usuario li a:hover {
    background-color: transparent !important;
  }
}

@media (min-width: 767px) {
  .menu-usuario li a {
    border-bottom: none;
    height: 60px;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 20px;
  }
}

/* ini logado */
.menu-usuario.logado {
  min-height: inherit;
  padding-left: 15px;
}

@media (min-width: 767px) {
  .menu-usuario.logado {
    padding-left: 0;
  }
}

.menu-usuario.logado .navbar-nav {
  margin-top: 0px;
  margin-bottom: 0px;
  height: 48px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 767px) {
  .menu-usuario.logado .navbar-nav {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.menu-usuario.logado li {
  display: inline-block;
  vertical-align: top;
}

.menu-usuario.logado li:nth-child(3) a {
  padding-left: 30px;
}

@media (min-width: 767px) {
  .menu-usuario.logado li:nth-child(3) a {
    padding-left: 15px;
  }
}

.menu-usuario.logado li a {
  padding-top: 2px;
  padding-bottom: 0;
  line-height: 1;
  height: auto;
}

@media (min-width: 767px) {
  .menu-usuario.logado li a {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.menu-usuario.logado span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  line-height: 1.1;
}

@media (min-width: 767px) {
  .menu-usuario.logado span {
    vertical-align: middle;
  }
}

.menu-usuario.logado .avatar-usuario {
  display: inline-block;
}

.menu-usuario.logado .avatar-usuario a {
  display: block;
  padding: 0;
  margin-top: 2px;
}

.menu-usuario.logado .avatar-usuario a img {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}

@media (min-width: 767px) {
  .menu-usuario.logado .avatar-usuario a img {
    width: 38px;
    height: 38px;
  }
}

@media (min-width: 767px) {
  .menu-usuario.logado .avatar-usuario a {
    padding: 6px 0 0 0;
  }
}

@media (min-width: 767px) {
  .menu-usuario.logado .avatar-usuario {
    display: block;
  }
}

.menu-usuario.logado .nombre-usuario {
  display: none;
  line-height: 1.2;
}

.menu-usuario.logado .nombre-usuario strong {
  margin-top: -4px;
  font-size: 14px;
  font-size: 0.875rem;
}

.menu-usuario.logado .nombre-usuario span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  padding-top: 10px;
}

@media (min-width: 767px) {
  .menu-usuario.logado .nombre-usuario {
    display: block;
  }
}

.menu-usuario.logado .nivel-usuario, .menu-usuario.logado .puntos-usuario {
  max-width: 100px;
}

.menu-usuario.logado .nivel-usuario strong, .menu-usuario.logado .puntos-usuario strong {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

.menu-usuario.logado .nivel-usuario span, .menu-usuario.logado .puntos-usuario span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  padding-top: 2px;
}

@media (min-width: 767px) {
  .menu-usuario.logado .nivel-usuario span, .menu-usuario.logado .puntos-usuario span {
    padding-top: 10px;
  }
}

.menu-usuario.logado .nivel-usuario a, .menu-usuario.logado .puntos-usuario a {
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width: 767px) {
  .menu-usuario.logado .nivel-usuario, .menu-usuario.logado .puntos-usuario {
    display: block;
    max-width: 100%;
  }
}

.menu-usuario.logado .puntos-usuario {
  max-width: 45px;
  display: inline-block;
  padding-left: 0px;
}

.menu-usuario.logado .puntos-usuario strong {
  padding-top: 0px;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 767px) {
  .menu-usuario.logado .puntos-usuario strong {
    padding-top: 8px;
  }
}

.menu-usuario.logado .puntos-usuario span {
  font-size: 8px;
  font-size: 0.5rem;
  font-weight: 300;
  padding-top: 0;
}

@media (min-width: 767px) {
  .menu-usuario.logado .puntos-usuario span {
    margin-top: -12px;
  }
}

@media (min-width: 767px) {
  .menu-usuario.logado .puntos-usuario {
    padding-left: 0;
  }
}

.menu-usuario.logado .preguntas-usuario {
  float: right;
  padding-top: 0px;
  width: 46px;
}

@media (min-width: 767px) {
  .menu-usuario.logado .preguntas-usuario {
    padding-top: 0px;
    width: auto;
  }
}

.menu-usuario.logado .logout-usuario {
  float: right;
  padding: 0;
  margin-right: 15px;
}

.menu-usuario.logado .logout-usuario a {
  padding: 4px 0 0 0;
  height: auto !important;
}

.menu-usuario.logado .logout-usuario a img {
  width: 27px;
  height: auto;
}

@media (min-width: 767px) {
  .menu-usuario.logado .logout-usuario {
    padding: 5px 15px 0 15px;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .menu-usuario.logado .logout-usuario {
    padding: 5px 0 0 15px;
    margin-right: 0;
  }
}

.menu-usuario.logado strong {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1.1;
}

@media (min-width: 767px) {
  .menu-usuario.logado strong {
    vertical-align: middle;
  }
}

.menu-usuario.logado .sep-usuario.sep-usuario-uno {
  display: none;
}

@media (min-width: 767px) {
  .menu-usuario.logado .sep-usuario.sep-usuario-uno {
    display: block;
  }
}

.menu-usuario.logado .sep-usuario span {
  margin-top: 0px;
  display: block;
  width: 1px;
  height: 30px;
  border-right: 1px solid #FFF;
}

@media (min-width: 767px) {
  .menu-usuario.logado .sep-usuario span {
    margin-top: -1px;
  }
}

.menu-usuario.logado .cont-preguntas {
  float: right;
}

.menu-usuario.logado .btn-preguntas {
  font-family: "Didact Gothic", sans-serif;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  color: #000 !important;
  background: #fff;
  width: 30px;
  height: 30px;
  padding-top: 3px;
  padding-left: 12px;
  margin-right: 15px;
  margin-left: 5px;
  margin-top: 3px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}

.menu-usuario.logado .btn-preguntas:hover, .menu-usuario.logado .btn-preguntas:active, .menu-usuario.logado .btn-preguntas:focus {
  color: #000 !important;
  background: #fff !important;
}

.menu-usuario.logado .btn-preguntas img {
  display: inline-block;
  vertical-align: top;
  max-width: 5px;
}

.menu-usuario.logado .btn-preguntas span {
  display: none;
  vertical-align: top;
  white-space: normal;
  padding: 0;
  max-width: 65px;
}

@media (min-width: 600px) {
  .menu-usuario.logado .btn-preguntas {
    display: inline-block;
    margin-top: 0px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-clip: padding-box;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 7px;
    padding-bottom: 6px;
    margin-right: 15px;
    width: auto;
    height: 37px;
  }
  .menu-usuario.logado .btn-preguntas span {
    display: inline-block;
  }
}

@media (min-width: 767px) {
  .menu-usuario.logado .btn-preguntas {
    margin-top: 6px;
    margin-right: 0px;
  }
}

/* fin menu usuario*/
/* FIN HEADER */
/* INI FOOTER */
.footer {
  position: static;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  background-color: #323334;
  font-family: "Didact Gothic", sans-serif;
  text-align: center;
  /*ini about */
  /* fin about */
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: underline;
}

.footer a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

.footer span {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 767px) {
  .footer span {
    margin: 10px 0;
  }
}

@media (min-width: 992px) {
  .footer span {
    margin: 20px 0;
  }
}

.footer .logo-contacto {
  display: inline-block;
  vertical-align: middle;
}

.footer .logo-contacto img {
  display: inline-block;
  max-width: 60px;
  margin: 0px 5px;
}

@media (min-width: 767px) {
  .footer .logo-contacto img {
    max-width: 80px;
    margin: 15px 5px 0 5px;
  }
}

@media (min-width: 992px) {
  .footer .logo-contacto img {
    max-width: 90px;
  }
}

@media (min-width: 767px) {
  .footer .logo-contacto {
    float: right;
  }
}

.footer ul {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 10px 0 20px 0;
}

.footer ul li {
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #717171;
}

@media (min-width: 767px) {
  .footer ul li {
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 992px) {
  .footer ul li {
    font-size: 16px;
    font-size: 1rem;
  }
}

.footer ul li a {
  display: inline-block;
  color: #717171;
}

.footer ul li.sep {
  display: none;
  padding: 5px 10px;
}

@media (min-width: 767px) {
  .footer ul li.sep {
    display: inline-block;
    padding: 5px 0px;
  }
}

@media (min-width: 1200px) {
  .footer ul li.sep {
    padding: 5px 20px;
  }
}

@media (min-width: 767px) {
  .footer ul li:first-child {
    padding-right: 8px !important;
  }
}

@media (min-width: 767px) {
  .footer ul {
    margin: 20px 0 0 0;
    text-align: left;
  }
}

.footer .about {
  color: #fff;
  background: #666666;
  padding: 25px 15px 20px 15px;
}

.footer .about h2 {
  color: #fff;
  font-family: "Didact Gothic", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 767px) {
  .footer .about h2 {
    text-align: center;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.footer .about p {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 300;
  max-width: 730px;
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .footer .about p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.footer .about a {
  color: #fff;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}

@media (min-width: 767px) {
  .footer .about {
    padding: 35px 0 30px 0;
  }
}

/* FIN FOOTER */
/* INI HOME */
/* ini destacados */
.carousel-home .item a {
  display: block;
  text-decoration: none !important;
}

.carousel-home .imagen-destacado-mb {
  display: block !important;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}

@media (min-width: 767px) {
  .carousel-home .imagen-destacado-mb {
    display: none !important;
  }
}

.carousel-home .imagen-destacado-dt {
  display: none !important;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}

@media (min-width: 767px) {
  .carousel-home .imagen-destacado-dt {
    display: block !important;
    min-height: 270px;
  }
}

@media (min-width: 992px) {
  .carousel-home .imagen-destacado-dt {
    display: block !important;
    min-height: 340px;
    max-height: 400px;
  }
}

.carousel-home .imagen-destacado-mb-dos {
  display: none !important;
}

.carousel-home .imagen-destacado-dt-dos {
  display: none !important;
}

.carousel-home .destacado-carousel {
  width: 100%;
  padding: 20px 30px;
  background-color: #000;
  min-height: 84px;
}

@media (min-width: 767px) {
  .carousel-home .destacado-carousel {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 400px;
    left: 30%;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .carousel-home .destacado-carousel {
    width: 500px;
    left: 30%;
  }
}

@media (min-width: 1200px) {
  .carousel-home .destacado-carousel {
    left: 35%;
  }
}

.carousel-home .destacado-carousel .texto-destacado {
  position: static;
  color: #fff !important;
  text-align: center;
}

.carousel-home .destacado-carousel .texto-destacado h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.1;
  font-weight: 300;
}

.carousel-home .destacado-carousel .texto-destacado h2 b {
  display: block;
  color: #860290;
  font-weight: 600;
}

@media (min-width: 767px) {
  .carousel-home .destacado-carousel .texto-destacado h2 {
    font-size: 40px;
    font-size: 2.5rem;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .carousel-home .destacado-carousel .texto-destacado h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.carousel-home .destacado-carousel .texto-destacado p {
  font-family: "Didact Gothic", sans-serif;
  margin-bottom: 5px;
}

@media (min-width: 767px) {
  .carousel-home .destacado-carousel .texto-destacado p {
    margin-bottom: 0px;
    text-align: left;
  }
}

.carousel-home .destacado-carousel .texto-destacado span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.carousel-home .carousel-control .glyphicon-chevron-left, .carousel-home .carousel-control .glyphicon-chevron-right, .carousel-home .carousel-control .icon-next, .carousel-home .carousel-control .icon-prev {
  display: none;
  top: 35%;
}

@media (min-width: 767px) {
  .carousel-home .carousel-control .glyphicon-chevron-left, .carousel-home .carousel-control .glyphicon-chevron-right, .carousel-home .carousel-control .icon-next, .carousel-home .carousel-control .icon-prev {
    top: 50%;
  }
}

.carousel-home .carousel-indicators {
  display: none;
}

.carousel-home .carousel-indicators li {
  width: 18px;
  height: 18px;
  border: 3px solid #860290;
  margin: 1px 4px;
}

.carousel-home .carousel-indicators li.active {
  background-color: #860290;
  border: 3px solid #860290;
  width: 18px;
  height: 18px;
  margin: 1px 4px;
}

@media (min-width: 767px) {
  .carousel-home .carousel-indicators {
    display: block;
    bottom: -40px;
  }
}

/* fin destacados */
/* ini claim */
.claim {
  float: none;
  max-width: 450px;
  margin: 30px auto;
  text-align: center;
}

@media (min-width: 767px) {
  .claim {
    max-width: 100%;
    margin: 80px auto 60px auto;
  }
}

.claim .text-claim {
  padding-top: 20px;
}

@media (min-width: 767px) {
  .claim .text-claim {
    padding-top: 60px;
  }
}

.claim .text-claim h3 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
  margin-bottom: 15px;
  color: #01d5d2;
}

.claim .text-claim h3 strong {
  font-weight: 700;
  color: #860290;
}

@media (min-width: 767px) {
  .claim .text-claim h3 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.claim .text-claim p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.1;
}

@media (min-width: 767px) {
  .claim .text-claim p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.claim .box-claim, .claim .box-corners {
  padding: 30px;
}

/* fin claim */
/* ini enlaces */
.enlaces-home {
  margin-bottom: 40px;
  text-align: center;
}

.enlaces-home .container {
  max-width: 1000px;
}

.enlaces-home .item-enlace-home {
  display: inline-block;
  float: none;
  padding: 0 5px;
}

.enlaces-home .item-enlace-home.col-xs-12 {
  width: 100% !important;
}

@media (min-width: 767px) {
  .enlaces-home .item-enlace-home.col-sm-4 {
    width: 32% !important;
  }
}

.enlaces-home .enlace-home {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  background: #fff;
  text-decoration: none;
}

.enlaces-home .enlace-home:hover .imagen-enlace-home {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.enlaces-home .enlace-home:hover .imagen-enlace-home img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.enlaces-home .enlace-home.beneficios .imagen-enlace-home {
  background-color: #01d5d2;
}

.enlaces-home .enlace-home.beneficios .txt-enlace-home h3 {
  color: #01d5d2;
}

.enlaces-home .enlace-home.participa .imagen-enlace-home {
  background-color: #4c5bac;
}

.enlaces-home .enlace-home.participa .txt-enlace-home h3 {
  color: #4c5bac;
}

.enlaces-home .enlace-home.gana .imagen-enlace-home {
  background-color: #860290;
}

.enlaces-home .enlace-home.gana .txt-enlace-home h3 {
  color: #860290;
}

.enlaces-home .enlace-home .imagen-enlace-home {
  display: block;
  width: 150px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  padding: 10px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (min-width: 767px) {
  .enlaces-home .enlace-home .imagen-enlace-home {
    width: 190px;
  }
}

@media (min-width: 992px) {
  .enlaces-home .enlace-home .imagen-enlace-home {
    width: 220px;
  }
}

.enlaces-home .enlace-home .imagen-enlace-home img {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}

.enlaces-home .enlace-home .txt-enlace-home {
  margin: 30px 0;
}

.enlaces-home .enlace-home .txt-enlace-home h3 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}

@media (min-width: 767px) {
  .enlaces-home .enlace-home .txt-enlace-home h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .enlaces-home .enlace-home .txt-enlace-home h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.enlaces-home .enlace-home .txt-enlace-home p {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.1;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .enlaces-home .enlace-home .txt-enlace-home p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

/* fin enlaces */
/* FIN HOME */
/* INI LOGIN */
.login {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 15px;
  max-width: 300px;
}

@media (min-width: 767px) {
  .login {
    max-width: 400px;
  }
}

.login h1 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  text-align: left;
}

@media (min-width: 767px) {
  .login h1 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
}

.login .btn-primary {
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
}

.login p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .login p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.login p.registrado {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0px;
}

@media (min-width: 767px) {
  .login p.registrado {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.login p.disclaimer-rgpd {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.4;
  font-weight: normal;
  padding: 0;
  text-align: left;
  margin: 30px 0;
}

.login .sep-formulario {
  text-align: center;
  width: 100%;
  height: 14px;
  overflow: visible;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.login .sep-formulario span {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  padding: 0 10px;
}

.login .recordar-password {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.login .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}

.login .checkbox label {
  font-size: 12px;
  font-size: 0.75rem;
}

.login .checkbox input[type=checkbox], .login .checkbox input[type=radio] {
  margin-top: 1px;
}

/* FIN LOGIN */
/* INI SMILES CARDS */
.smiles-cards {
  text-align: center;
  /* ini tabs */
  /* fin tabs */
}

.smiles-cards .box-tabs {
  margin: 20px 0;
}

@media (min-width: 767px) {
  .smiles-cards .box-tabs {
    padding-left: 0;
    padding-right: 0;
    margin: 30px 0;
  }
}

.smiles-cards .box-tabs .btn-primary {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
}

.smiles-cards .nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.smiles-cards .nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}

.smiles-cards #nav-tabs-wrapper {
  padding: 0;
}

.smiles-cards .nav-tabs {
  border-bottom: none;
}

.smiles-cards .nav-tabs > li > a {
  padding: 10px 15px;
  border: none !important;
}

.smiles-cards .nav-tabs > li > a strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
}

.smiles-cards .nav-tabs > li > a span.level-type {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
}

@media (min-width: 767px) {
  .smiles-cards .nav-tabs > li > a span.level-type {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
  }
}

.smiles-cards .nav-tabs > li > a > img {
  width: 100%;
  max-width: 100%;
  display: none;
}

@media (min-width: 767px) {
  .smiles-cards #nav-tabs-wrapper {
    display: block !important;
  }
  .smiles-cards .nav-tabs > li {
    width: 20%;
  }
  .smiles-cards .nav-tabs > li strong {
    position: relative;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .smiles-cards .nav-tabs > li strong .triangle-active {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 33%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
  }
}

@media (min-width: 767px) and (min-width: 767px) {
  .smiles-cards .nav-tabs > li:first-child a strong {
    margin-bottom: 9px;
  }
}

@media (min-width: 767px) and (min-width: 992px) {
  .smiles-cards .nav-tabs > li:first-child a strong {
    margin-bottom: 4px;
  }
}

@media (min-width: 767px) {
  .smiles-cards .nav-tabs > li.active .spicy-bronze strong {
    padding-left: 25px;
  }
  .smiles-cards .nav-tabs > li.active .spicy-bronze strong .triangle-active {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: transparent transparent transparent #38d5d3;
  }
  .smiles-cards .nav-tabs > li.active .shiny-silver strong {
    padding-left: 25px;
  }
  .smiles-cards .nav-tabs > li.active .shiny-silver strong .triangle-active {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: transparent transparent transparent #34b1da;
  }
  .smiles-cards .nav-tabs > li.active .sparkly-gold strong {
    padding-left: 25px;
  }
  .smiles-cards .nav-tabs > li.active .sparkly-gold strong .triangle-active {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: transparent transparent transparent #b909f3;
  }
  .smiles-cards .nav-tabs > li.active .smooth-platinum strong {
    padding-left: 25px;
  }
  .smiles-cards .nav-tabs > li.active .smooth-platinum strong .triangle-active {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: transparent transparent transparent #820896;
  }
  .smiles-cards .nav-tabs > li.active .sweet-kryptonite strong {
    padding-left: 25px;
  }
  .smiles-cards .nav-tabs > li.active .sweet-kryptonite strong .triangle-active {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: transparent transparent transparent #515151;
  }
  .smiles-cards .nav-tabs > li > a {
    text-align: left;
    background-color: transparent !important;
    text-decoration: none;
  }
  .smiles-cards .nav-tabs > li > a strong {
    margin: 15px 0 10px 0;
    text-align: left;
    width: 50%;
  }
  .smiles-cards .nav-tabs > li > a span.level-type {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .smiles-cards .nav-tabs > li > a img {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .smiles-cards .nav-tabs > li > a:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .smiles-cards .nav-tabs > li > a.spicy-bronze {
    color: #38d5d3;
  }
  .smiles-cards .nav-tabs > li > a.shiny-silver {
    color: #34b1da;
  }
  .smiles-cards .nav-tabs > li > a.sparkly-gold {
    color: #b909f3;
  }
  .smiles-cards .nav-tabs > li > a.smooth-platinum {
    color: #820896;
  }
  .smiles-cards .nav-tabs > li > a.sweet-kryptonite {
    color: #515151;
  }
  .smiles-cards .nav-tabs > li > a > img {
    display: block;
  }
}

@media (min-width: 992px) {
  .smiles-cards .nav-tabs > li > a strong {
    width: 70%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .smiles-cards .nav-tabs > li > a strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .smiles-cards .nav-tabs-dropdown {
    display: block;
  }
  .smiles-cards #nav-tabs-wrapper {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
  }
  .smiles-cards .nav-tabs-horizontal {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  }
  .smiles-cards .nav-tabs-horizontal > li {
    float: none;
  }
  .smiles-cards .nav-tabs-horizontal > li + li {
    margin-left: 0px;
  }
  .smiles-cards .nav-tabs-horizontal > li,
  .smiles-cards .nav-tabs-horizontal > li > a {
    background: transparent;
    width: 100%;
    line-height: 1.1;
  }
  .smiles-cards .nav-tabs-horizontal > li strong,
  .smiles-cards .nav-tabs-horizontal > li > a strong {
    color: #fff;
  }
  .smiles-cards .nav-tabs-horizontal > li.spicy-bronze,
  .smiles-cards .nav-tabs-horizontal > li > a.spicy-bronze {
    background-color: #01d5d2 !important;
  }
  .smiles-cards .nav-tabs-horizontal > li.spicy-bronze .level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.spicy-bronze .level-type {
    color: #fff;
  }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
  .smiles-cards .nav-tabs-horizontal > li.spicy-bronze .level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.spicy-bronze .level-type {
    color: #38d5d3;
  }
}

@media screen and (max-width: 768px) {
  .smiles-cards .nav-tabs-horizontal > li.shiny-silver,
  .smiles-cards .nav-tabs-horizontal > li > a.shiny-silver {
    background-color: #34b1da !important;
  }
  .smiles-cards .nav-tabs-horizontal > li.shiny-silver span.level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.shiny-silver span.level-type {
    color: #fff;
  }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
  .smiles-cards .nav-tabs-horizontal > li.shiny-silver span.level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.shiny-silver span.level-type {
    color: #34b1da;
  }
}

@media screen and (max-width: 768px) {
  .smiles-cards .nav-tabs-horizontal > li.sparkly-gold,
  .smiles-cards .nav-tabs-horizontal > li > a.sparkly-gold {
    background-color: #b909f3 !important;
  }
  .smiles-cards .nav-tabs-horizontal > li.sparkly-gold span.level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.sparkly-gold span.level-type {
    color: #fff;
  }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
  .smiles-cards .nav-tabs-horizontal > li.sparkly-gold span.level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.sparkly-gold span.level-type {
    color: #b909f3;
  }
}

@media screen and (max-width: 768px) {
  .smiles-cards .nav-tabs-horizontal > li.smooth-platinum,
  .smiles-cards .nav-tabs-horizontal > li > a.smooth-platinum {
    background-color: #820896 !important;
  }
  .smiles-cards .nav-tabs-horizontal > li.smooth-platinum span.level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.smooth-platinum span.level-type {
    color: #fff;
  }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
  .smiles-cards .nav-tabs-horizontal > li.smooth-platinum span.level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.smooth-platinum span.level-type {
    color: #820896;
  }
}

@media screen and (max-width: 768px) {
  .smiles-cards .nav-tabs-horizontal > li.sweet-kryptonite,
  .smiles-cards .nav-tabs-horizontal > li > a.sweet-kryptonite {
    background-color: #515151 !important;
  }
  .smiles-cards .nav-tabs-horizontal > li.sweet-kryptonite span.level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.sweet-kryptonite span.level-type {
    color: #fff;
  }
}

@media screen and (max-width: 768px) and (min-width: 767px) {
  .smiles-cards .nav-tabs-horizontal > li.sweet-kryptonite span.level-type,
  .smiles-cards .nav-tabs-horizontal > li > a.sweet-kryptonite span.level-type {
    color: #38d5d3;
  }
}

@media screen and (max-width: 768px) {
  .smiles-cards .nav-tabs-horizontal > li > a {
    border-radius: 4px;
  }
  .smiles-cards .nav-tabs-horizontal > li.active > a,
  .smiles-cards .nav-tabs-horizontal > li.active > a:hover,
  .smiles-cards .nav-tabs-horizontal > li.active > a:focus {
    color: #ffffff;
    background-color: #428bca;
    border-radius: 0px;
  }
}

.smiles-cards .box-card {
  position: relative;
  margin: 30px auto;
  width: 100%;
  /*
            &:after{
                bottom: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(185, 9, 243, 0);
                border-width: 20px;
                margin-left: -20px;
                @include respond-to(small) {
                    border-width: 35px;
                    margin-left: -35px;
                }
                @include respond-to(medium) {
                    border-width: 50px;
                    margin-left: -50px;
                }
            }
            */
}

@media (min-width: 767px) {
  .smiles-cards .box-card {
    margin: 40px auto;
    max-width: 96%;
  }
}

@media (min-width: 992px) {
  .smiles-cards .box-card {
    max-width: 860px;
  }
}

.smiles-cards .box-card .inside-box-card {
  text-align: left;
  border-top: 20px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 35px 15px 15px 15px;
}

@media (min-width: 767px) {
  .smiles-cards .box-card .inside-box-card {
    padding: 50px 35px 35px 35px;
  }
}

@media (min-width: 992px) {
  .smiles-cards .box-card .inside-box-card {
    padding: 70px 35px 35px 35px;
  }
}

.smiles-cards .box-card .inside-box-card h3 {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
}

@media (min-width: 767px) {
  .smiles-cards .box-card .inside-box-card h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .smiles-cards .box-card .inside-box-card h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.smiles-cards .box-card .inside-box-card .info-box-card {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .smiles-cards .box-card .inside-box-card .info-box-card {
    margin-top: 60px;
  }
}

.smiles-cards .box-card .inside-box-card .info-box-card .txt-box-card {
  text-align: center;
}

@media (min-width: 767px) {
  .smiles-cards .box-card .inside-box-card .info-box-card .txt-box-card {
    text-align: left;
  }
}

.smiles-cards .box-card .inside-box-card .info-box-card .txt-box-card ul {
  display: inline-block;
  width: auto;
  margin: 0 0 30px 0;
}

@media (min-width: 767px) {
  .smiles-cards .box-card .inside-box-card .info-box-card .txt-box-card ul {
    width: 100%;
    margin: 0;
  }
}

.smiles-cards .box-card .inside-box-card .info-box-card .txt-box-card ul li {
  width: auto;
  text-align: left;
  margin: 2px 0;
  padding-left: 20px;
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
}

.smiles-cards .box-card .inside-box-card .info-box-card .txt-box-card ul li span {
  display: inline-block;
  vertical-align: top;
  width: 95%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .smiles-cards .box-card .inside-box-card .info-box-card .txt-box-card ul li span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .smiles-cards .box-card .inside-box-card .info-box-card .txt-box-card ul li span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.smiles-cards .box-card .inside-box-card .info-box-card .txt-box-card ul li:before {
  content: "•";
  color: #000;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  padding-top: 3px;
}

.smiles-cards .box-card .inside-box-card .info-box-card .claim-box-card {
  text-align: center;
}

.smiles-cards .box-card .inside-box-card .info-box-card .claim-box-card h4 {
  width: 100%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  max-width: 450px;
  margin: 0 auto 20px auto;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .smiles-cards .box-card .inside-box-card .info-box-card .claim-box-card h4 {
    max-width: 300px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.smiles-cards .box-card .inside-box-card .info-box-card .claim-box-card .btn-primary {
  text-transform: none;
  width: auto;
}

.smiles-cards .box-card.spicy-bronze:after {
  border-bottom-color: #38d5d3;
}

.smiles-cards .box-card.spicy-bronze .inside-box-card {
  border-color: #38d5d3;
}

.smiles-cards .box-card.spicy-bronze .inside-box-card h3 {
  color: #38d5d3;
}

.smiles-cards .box-card.spicy-bronze .inside-box-card .claim-box-card h4 {
  color: #38d5d3;
}

.smiles-cards .box-card.spicy-bronze .inside-box-card .claim-box-card .btn-primary {
  background-color: #38d5d3 !important;
}

.smiles-cards .box-card.spicy-bronze .inside-box-card .claim-box-card .btn-primary:active, .smiles-cards .box-card.spicy-bronze .inside-box-card .claim-box-card .btn-primary:hover, .smiles-cards .box-card.spicy-bronze .inside-box-card .claim-box-card .btn-primary:focus {
  background-color: #38d5d3 !important;
}

.smiles-cards .box-card.shiny-silver:after {
  border-bottom-color: #34b1da;
}

.smiles-cards .box-card.shiny-silver .inside-box-card {
  border-color: #34b1da;
}

.smiles-cards .box-card.shiny-silver .inside-box-card h3 {
  color: #34b1da;
}

.smiles-cards .box-card.shiny-silver .inside-box-card .claim-box-card h4 {
  color: #34b1da;
}

.smiles-cards .box-card.shiny-silver .inside-box-card .claim-box-card .btn-primary {
  background-color: #34b1da !important;
}

.smiles-cards .box-card.shiny-silver .inside-box-card .claim-box-card .btn-primary:active, .smiles-cards .box-card.shiny-silver .inside-box-card .claim-box-card .btn-primary:hover, .smiles-cards .box-card.shiny-silver .inside-box-card .claim-box-card .btn-primary:focus {
  background-color: #34b1da !important;
}

.smiles-cards .box-card.sparkly-gold:after {
  border-bottom-color: #b909f3;
}

.smiles-cards .box-card.sparkly-gold .inside-box-card {
  border-color: #b909f3;
}

.smiles-cards .box-card.sparkly-gold .inside-box-card h3 {
  color: #b909f3;
}

.smiles-cards .box-card.sparkly-gold .inside-box-card .claim-box-card h4 {
  color: #b909f3;
}

.smiles-cards .box-card.sparkly-gold .inside-box-card .claim-box-card .btn-primary {
  background-color: #b909f3 !important;
}

.smiles-cards .box-card.sparkly-gold .inside-box-card .claim-box-card .btn-primary:active, .smiles-cards .box-card.sparkly-gold .inside-box-card .claim-box-card .btn-primary:hover, .smiles-cards .box-card.sparkly-gold .inside-box-card .claim-box-card .btn-primary:focus {
  background-color: #b909f3 !important;
}

.smiles-cards .box-card.smooth-platinum:after {
  border-bottom-color: #820896;
}

.smiles-cards .box-card.smooth-platinum .inside-box-card {
  border-color: #820896;
}

.smiles-cards .box-card.smooth-platinum .inside-box-card h3 {
  color: #820896;
}

.smiles-cards .box-card.smooth-platinum .inside-box-card .claim-box-card h4 {
  color: #820896;
}

.smiles-cards .box-card.smooth-platinum .inside-box-card .claim-box-card .btn-primary {
  background-color: #820896 !important;
}

.smiles-cards .box-card.smooth-platinum .inside-box-card .claim-box-card .btn-primary:active, .smiles-cards .box-card.smooth-platinum .inside-box-card .claim-box-card .btn-primary:hover, .smiles-cards .box-card.smooth-platinum .inside-box-card .claim-box-card .btn-primary:focus {
  background-color: #820896 !important;
}

.smiles-cards .box-card.sweet-kryptonite:after {
  border-bottom-color: #515151;
}

.smiles-cards .box-card.sweet-kryptonite .inside-box-card {
  border-color: #515151;
}

.smiles-cards .box-card.sweet-kryptonite .inside-box-card h3 {
  color: #515151;
}

.smiles-cards .box-card.sweet-kryptonite .inside-box-card .claim-box-card h4 {
  color: #515151;
}

.smiles-cards .box-card.sweet-kryptonite .inside-box-card .claim-box-card .btn-primary {
  background-color: #515151 !important;
}

.smiles-cards .box-card.sweet-kryptonite .inside-box-card .claim-box-card .btn-primary:active, .smiles-cards .box-card.sweet-kryptonite .inside-box-card .claim-box-card .btn-primary:hover, .smiles-cards .box-card.sweet-kryptonite .inside-box-card .claim-box-card .btn-primary:focus {
  background-color: #515151 !important;
}

/* FIN SMILES CARDS */
/* INI SMILES UP */
.smiles-up p {
  text-align: center;
}

.smiles-up .block-smiles-up {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.smiles-up .block-smiles-up.block-smiles-up-gray {
  background: #f5f5f5;
}

@media (min-width: 767px) {
  .smiles-up .block-smiles-up {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.smiles-up .block-smiles-up h2 {
  text-align: center;
  color: #860290;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  .smiles-up .block-smiles-up h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}

.smiles-up .block-smiles-up .item-smiles-up {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .smiles-up .block-smiles-up .item-smiles-up {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

.smiles-up .block-smiles-up .thumb-smiles-up {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  width: 100%;
  max-width: 204px;
  display: block;
  margin: 0 auto;
}

.smiles-up .block-smiles-up .info-smiles-up {
  padding-top: 15px;
}

@media (min-width: 767px) {
  .smiles-up .block-smiles-up .info-smiles-up {
    padding-top: 0px;
    max-width: 280px;
  }
}

@media (min-width: 992px) {
  .smiles-up .block-smiles-up .info-smiles-up {
    padding-top: 15px;
  }
}

@media (min-width: 767px) {
  .smiles-up .block-smiles-up .info-smiles-up .info-smiles-div {
    min-height: 82px;
  }
}

@media (min-width: 992px) {
  .smiles-up .block-smiles-up .info-smiles-up .info-smiles-div {
    min-height: 88px;
  }
}

.smiles-up .block-smiles-up .info-smiles-up p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}

@media (min-width: 767px) {
  .smiles-up .block-smiles-up .info-smiles-up p {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .smiles-up .block-smiles-up .info-smiles-up p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}

.smiles-up .block-smiles-up .info-smiles-up strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #01d5d2;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .smiles-up .block-smiles-up .info-smiles-up strong {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.smiles-up .block-smiles-up .info-smiles-up .btn-primary {
  margin: 15px 5px;
  padding: 5px 32px;
}

@media (min-width: 767px) {
  .smiles-up .block-smiles-up .info-smiles-up .btn-primary {
    padding-top: 3px;
    margin: 10px 5px;
  }
  .smiles-up .block-smiles-up .info-smiles-up .btn-primary img {
    max-width: 22px;
  }
}

@media (min-width: 992px) {
  .smiles-up .block-smiles-up .info-smiles-up .btn-primary {
    margin: 15px 5px;
  }
  .smiles-up .block-smiles-up .info-smiles-up .btn-primary img {
    max-width: 48px;
  }
}

/* FIN SMILES UP */
/* INI NOVEDADES */
.novedades .item-listado, .ficha-novedades .item-listado, .textos .item-listado, .preguntas-pendientes .item-listado, .como-funciona .item-listado, .ficha-novedades .item, .textos .item, .preguntas-pendientes .item, .como-funciona .item {
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 25px 10px;
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

.novedades .item-listado img, .ficha-novedades .item-listado img, .textos .item-listado img, .preguntas-pendientes .item-listado img, .como-funciona .item-listado img, .ficha-novedades .item img, .textos .item img, .preguntas-pendientes .item img, .como-funciona .item img {
  width: 100%;
  display: block;
}

.novedades .item-listado .info-listado, .ficha-novedades .item-listado .info-listado, .textos .item-listado .info-listado, .preguntas-pendientes .item-listado .info-listado, .como-funciona .item-listado .info-listado, .ficha-novedades .item .info-listado, .textos .item .info-listado, .preguntas-pendientes .item .info-listado, .como-funciona .item .info-listado {
  position: static;
  margin-bottom: 20px;
}

.novedades .item-listado h2, .ficha-novedades .item-listado h2, .textos .item-listado h2, .preguntas-pendientes .item-listado h2, .como-funciona .item-listado h2, .ficha-novedades .item h2, .textos .item h2, .preguntas-pendientes .item h2, .como-funciona .item h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.novedades .item-listado .leer-mas, .ficha-novedades .item-listado .leer-mas, .textos .item-listado .leer-mas, .preguntas-pendientes .item-listado .leer-mas, .como-funciona .item-listado .leer-mas, .ficha-novedades .item .leer-mas, .textos .item .leer-mas, .preguntas-pendientes .item .leer-mas, .como-funciona .item .leer-mas {
  text-align: right;
}

.novedades .item-listado .leer-mas a, .ficha-novedades .item-listado .leer-mas a, .textos .item-listado .leer-mas a, .preguntas-pendientes .item-listado .leer-mas a, .como-funciona .item-listado .leer-mas a, .ficha-novedades .item .leer-mas a, .textos .item .leer-mas a, .preguntas-pendientes .item .leer-mas a, .como-funciona .item .leer-mas a {
  font-family: "Didact Gothic", sans-serif;
  color: rgba(52, 177, 218, 0.7);
  text-decoration: none;
}

.novedades .item-listado .leer-mas a:hover, .ficha-novedades .item-listado .leer-mas a:hover, .textos .item-listado .leer-mas a:hover, .preguntas-pendientes .item-listado .leer-mas a:hover, .como-funciona .item-listado .leer-mas a:hover, .ficha-novedades .item .leer-mas a:hover, .textos .item .leer-mas a:hover, .preguntas-pendientes .item .leer-mas a:hover, .como-funciona .item .leer-mas a:hover {
  text-decoration: underline;
}

@media (min-width: 767px) {
  .novedades .item-listado .leer-mas, .ficha-novedades .item-listado .leer-mas, .textos .item-listado .leer-mas, .preguntas-pendientes .item-listado .leer-mas, .como-funciona .item-listado .leer-mas, .ficha-novedades .item .leer-mas, .textos .item .leer-mas, .preguntas-pendientes .item .leer-mas, .como-funciona .item .leer-mas {
    position: absolute !important;
    bottom: 25px;
    right: 35px;
  }
}

@media (min-width: 767px) {
  .novedades .item-listado, .ficha-novedades .item-listado, .textos .item-listado, .preguntas-pendientes .item-listado, .como-funciona .item-listado, .ficha-novedades .item, .textos .item, .preguntas-pendientes .item, .como-funciona .item {
    max-width: none;
    float: left;
  }
}

.fecha {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(230, 66, 138, 0.5);
}

.ficha-novedades .item, .textos .item, .preguntas-pendientes .item, .como-funciona .item {
  float: left;
  text-align: left;
  max-width: 100%;
  padding: 25px 10px;
}

.ficha-novedades .item h1, .textos .item h1, .preguntas-pendientes .item h1, .como-funciona .item h1 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 20px 0 0 0;
  text-align: left;
  line-height: 1.1;
}

@media (min-width: 767px) {
  .ficha-novedades .item h1, .textos .item h1, .preguntas-pendientes .item h1, .como-funciona .item h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 767px) {
  .ficha-novedades .item, .textos .item, .preguntas-pendientes .item, .como-funciona .item {
    padding: 30px 15px;
  }
}

@media (min-width: 767px) {
  .ficha-novedades, .textos, .preguntas-pendientes, .como-funciona {
    float: none;
    margin: 0 auto;
    max-width: 960px;
  }
}

/* FIN NOVEDADES */
/* INI JUEGOS */
.seccion-juegos, .seccion-contacto .contacto {
  margin: 20px 0 0 0;
}

.seccion-juegos .item, .seccion-contacto .contacto .item {
  padding-top: 15px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.seccion-juegos .item h3, .seccion-contacto .contacto .item h3 {
  margin: 30px 0 0 0;
}

@media (min-width: 767px) {
  .seccion-juegos .item, .seccion-contacto .contacto .item {
    max-width: none;
  }
}

.seccion-juegos .item.desactivado a, .seccion-contacto .contacto .item.desactivado a {
  cursor: default;
}

.seccion-juegos .item.desactivado a img, .seccion-contacto .contacto .item.desactivado a img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  outline: none;
}

.seccion-juegos .item.desactivado a img:hover, .seccion-contacto .contacto .item.desactivado a img:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.seccion-juegos .item.desactivado a h3, .seccion-contacto .contacto .item.desactivado a h3 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.seccion-juegos .item.desactivado a:hover, .seccion-contacto .contacto .item.desactivado a:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.seccion-juegos .cta, .seccion-contacto .contacto .cta {
  margin: 20px 0;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.seccion-juegos .cta a, .seccion-contacto .contacto .cta a {
  width: 100%;
  text-transform: none;
  font-family: "Didact Gothic", sans-serif;
}

@media (min-width: 767px) {
  .seccion-juegos .cta, .seccion-contacto .contacto .cta {
    max-width: none;
  }
}

.container-juegos {
  max-width: 960px !important;
}

.face.back {
  display: block;
  z-index: 500;
  -webkit-transform: rotateY(0deg);
  -webkit-box-sizing: border-box;
  -moz-transform: rotateY(0deg);
  -moz-box-sizing: border-box;
  -o-transform: rotateY(0deg);
  -o-box-sizing: border-box;
  transform: rotateY(0deg);
  box-sizing: border-box;
  overflow: hidden;
}

.volver-juegos {
  width: 100%;
  text-align: center;
  margin: 45px 0 30px 0;
}

/* ini enlaces juegos */
.enlaces-juegos {
  text-align: center;
  padding-top: 15px;
}

@media (min-width: 767px) {
  .enlaces-juegos {
    padding-top: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .enlaces-juegos .row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.enlaces-juegos .item-enlace-home {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .enlaces-juegos .item-enlace-home {
    width: 30%;
    margin: 0 1% 20px 1%;
  }
}

.enlaces-juegos .enlace-home {
  position: relative;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.enlaces-juegos .enlace-home:hover {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.enlaces-juegos .enlace-home:hover .imagen-enlace-home {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.enlaces-juegos .enlace-home:hover .imagen-enlace-home img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.enlaces-juegos .enlace-home .imagen-enlace-home {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.enlaces-juegos .enlace-home .imagen-enlace-home .icon-enlace-home {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.enlaces-juegos .enlace-home .imagen-enlace-home .icon-enlace-home h3 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 1;
}

@media (min-width: 767px) {
  .enlaces-juegos .enlace-home .imagen-enlace-home .icon-enlace-home h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .enlaces-juegos .enlace-home .imagen-enlace-home .icon-enlace-home h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* fin enlaces juegos */
/* FIN JUEGOS */
/* INI PERFIL */
.perfil {
  /* ini mi nivel */
  /* fin mi nivel */
  /* ini modificar*/
  /* fin modificar*/
  /* ini mis premios */
  /* fin mis premios */
}

.perfil h1, .perfil h2 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  font-family: "Didact Gothic", sans-serif;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 30px;
}

@media (min-width: 767px) {
  .perfil h1, .perfil h2 {
    text-align: left;
    font-size: 32px;
    font-size: 2rem;
  }
}

.perfil .box-nivel {
  margin-bottom: 20px;
}

.perfil .mi-nivel {
  width: 100%;
  overflow: auto;
  padding-bottom: 15px;
}

@media (min-width: 767px) {
  .perfil .mi-nivel {
    width: 100%;
    overflow: inherit;
  }
}

.perfil .mi-nivel .box-mi-nivel {
  padding-top: 30px;
  min-width: 768px;
}

@media (min-width: 767px) {
  .perfil .mi-nivel .box-mi-nivel {
    min-width: 100%;
  }
}

.perfil .mi-nivel .barra-nivel {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

.perfil .mi-nivel .barra-nivel .marca-nivel {
  position: absolute;
  top: -8px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  overflow: visible;
}

.perfil .mi-nivel .barra-nivel .marca-nivel .puntos-nivel {
  position: absolute;
  top: -30px;
  left: -56px;
  text-align: center;
  display: inline-block;
  width: 150px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .perfil .mi-nivel .barra-nivel .marca-nivel .puntos-nivel {
    left: -56px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.perfil .mi-nivel .cards-profile {
  width: 100%;
}

.perfil .mi-nivel .nivel {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
  text-align: left;
  width: 19%;
}

.perfil .mi-nivel .nivel strong {
  display: inline-block;
  width: 100%;
  padding-right: 30%;
  padding-bottom: 6px;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .perfil .mi-nivel .nivel strong {
    padding-right: 20%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .perfil .mi-nivel .nivel strong {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.perfil .mi-nivel .nivel span {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  min-height: 32px;
}

@media (min-width: 992px) {
  .perfil .mi-nivel .nivel span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.perfil .mi-nivel .nivel .more-info {
  display: block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 10px 0;
  outline: none;
}

@media (min-width: 767px) {
  .perfil .mi-nivel .nivel .more-info {
    width: 40px;
    height: 40px;
  }
}

.perfil .mi-nivel .nivel .more-info span {
  display: block;
  color: #fff;
  font-size: 48px;
  font-size: 3rem;
  line-height: 28px;
  font-weight: 400;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 767px) {
  .perfil .mi-nivel .nivel .more-info span {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 38px;
  }
}

.perfil .mi-nivel .nivel.spicy-bronze {
  color: #38d5d3;
}

.perfil .mi-nivel .nivel.spicy-bronze .more-info {
  background: #38d5d3;
}

.perfil .mi-nivel .nivel.shiny-silver {
  color: #34b1da;
}

.perfil .mi-nivel .nivel.shiny-silver .more-info {
  background: #34b1da;
}

.perfil .mi-nivel .nivel.sparkly-gold {
  color: #b909f3;
}

.perfil .mi-nivel .nivel.sparkly-gold .more-info {
  background: #b909f3;
}

.perfil .mi-nivel .nivel.smooth-platinum {
  color: #820896;
}

.perfil .mi-nivel .nivel.smooth-platinum .more-info {
  background: #820896;
}

.perfil .mi-nivel .nivel.sweet-kryptonite {
  color: #515151;
}

.perfil .mi-nivel .nivel.sweet-kryptonite .more-info {
  background: #515151;
}

.perfil .mi-nivel .nivel img {
  max-width: 40px;
}

@media (min-width: 767px) {
  .perfil .mi-nivel .nivel img {
    max-width: 110px;
  }
}

.perfil .avatar-perfil {
  position: relative;
  max-width: 140px;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

@media (min-width: 767px) {
  .perfil .avatar-perfil {
    margin-top: 65px;
  }
}

.perfil .avatar-perfil img {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
  display: block;
}

.perfil .avatar-perfil .editar-imagen-perfil {
  position: absolute;
  bottom: 25px;
  right: 35px;
  width: 40px;
  height: 40px;
}

.perfil .box-avatars {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 45px auto 0 auto;
}

.perfil .box-avatars a {
  display: block;
}

.perfil .box-avatars a img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .perfil .box-avatars {
    margin: 65px auto 0 auto;
  }
}

.perfil .disclaimer-perfil {
  font-size: 14px;
  font-size: 0.875rem;
}

.perfil .eliminar-imagen-perfil {
  margin: 5px 0 15px 0;
}

.perfil .eliminar-imagen-perfil:hover {
  color: #34b1da;
  text-decoration: underline;
}

.perfil .eliminar-imagen-perfil:active, .perfil .eliminar-imagen-perfil:focus {
  box-shadow: none;
}

.perfil .sello {
  display: inline-block;
  margin: 30px auto;
}

.perfil .progreso-perfil {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 15px;
}

.perfil .progreso-perfil .barra-progreso-perfil {
  position: relative;
  width: 100%;
  height: 14px;
  background: #cccccc;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

.perfil .progreso-perfil .barra-progreso-perfil .completado-progreso-perfil {
  background: #34b1da;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  height: 14px;
}

.perfil .progreso-perfil p {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}

.perfil .progreso-perfil strong {
  font-family: "Didact Gothic", sans-serif;
  color: #34b1da;
}

@media (min-width: 767px) {
  .perfil .progreso-perfil {
    text-align: left;
  }
}

.perfil .modificar-datos {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.perfil .modificar-datos .form-group {
  text-align: left;
}

.perfil .modificar-datos .form-group label {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.perfil .modificar-datos .form-group .form-control {
  font-family: "PT Mono", monospace;
  text-transform: uppercase;
  color: #000;
}

.perfil .modificar-datos .modificar-password {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #000;
}

@media (min-width: 767px) {
  .perfil .modificar-datos .modificar-password {
    padding: 10px 15px;
  }
}

.perfil .modificar-datos .btn-primary {
  margin-top: 5px;
  display: inline-block;
}

.perfil .modificar-datos .btn-baja {
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  margin: 20px 10px;
}

.perfil .modificar-datos .checkbox {
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
}

.perfil .modificar-datos .checkbox input[type=checkbox] {
  margin-top: 1px;
}

@media (min-width: 767px) {
  .perfil .modificar-datos .checkbox input[type=checkbox] {
    margin-top: 2px;
  }
}

.perfil .modificar-datos .checkbox label {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 767px) {
  .perfil .modificar-datos .checkbox label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 767px) {
  .perfil .modificar-datos {
    text-align: left;
  }
}

.perfil .enc-premios h2 {
  color: #860290;
  text-align: center;
}

.perfil .mis-premios .box-mis-premios {
  width: 100%;
  overflow: auto;
}

@media (min-width: 767px) {
  .perfil .mis-premios .box-mis-premios {
    overflow: initial;
    width: 100%;
  }
}

.perfil .mis-premios table {
  width: 100%;
  min-width: 900px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  overflow: hidden;
}

.perfil .mis-premios table th {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 10px;
  background: #DDD;
}

@media (min-width: 767px) {
  .perfil .mis-premios table th {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.perfil .mis-premios table td {
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #EEE;
}

.perfil .mis-premios table .img-premio img {
  max-width: 100%;
  width: auto;
  height: 65px;
  margin: 3px 0;
}

.perfil .mis-premios table .fecha-premio {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .perfil .mis-premios table .fecha-premio {
    font-size: 16px;
    font-size: 1rem;
  }
}

.perfil .mis-premios table .nombre-premio {
  color: #000;
  font-family: "Didact Gothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .perfil .mis-premios table .nombre-premio {
    font-size: 16px;
    font-size: 1rem;
  }
}

.perfil .mis-premios table .estado-premio {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
}

.perfil .mis-premios table .estado-premio span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.perfil .mis-premios table .estado-premio .tooltips span {
  font-size: 13px;
  font-size: 0.8125rem;
}

.perfil .mis-premios table .info-premio {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 30px;
}

@media (min-width: 767px) {
  .perfil .mis-premios table {
    min-width: inherit;
  }
}

/* FIN PERFIL */
/* INI PREMIOS */
.seccion-premios, .seccion-ganadores {
  margin: 20px 0 0 0;
}

.seccion-premios .item, .seccion-ganadores .item {
  background: #fff;
  text-align: center;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.seccion-premios .item.desactivado, .seccion-ganadores .item.desactivado {
  cursor: default;
}

.seccion-premios .item.desactivado img, .seccion-ganadores .item.desactivado img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.seccion-premios .item.desactivado img:hover, .seccion-ganadores .item.desactivado img:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.seccion-premios .item.desactivado h3, .seccion-ganadores .item.desactivado h3 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.seccion-premios .item.desactivado:hover, .seccion-ganadores .item.desactivado:hover {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.seccion-premios .item.desactivado .descripcion, .seccion-ganadores .item.desactivado .descripcion {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.seccion-premios .item a, .seccion-ganadores .item a {
  margin: 0;
}

@media (min-width: 767px) {
  .seccion-premios .item a, .seccion-ganadores .item a {
    margin: 0;
  }
}

.seccion-premios .item h3, .seccion-ganadores .item h3 {
  margin: 0;
  padding: 0 20px;
  position: relative;
  height: 60px;
  overflow: hidden;
  text-transform: none;
  color: #fff;
  font-family: "Didact Gothic", sans-serif;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  background-clip: padding-box;
  background: #000;
  font-weight: 700;
}

.seccion-premios .item h3 span, .seccion-ganadores .item h3 span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 767px) {
  .seccion-premios .item h3 span, .seccion-ganadores .item h3 span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .seccion-premios .item h3 span, .seccion-ganadores .item h3 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.seccion-premios .item .imagen-premio, .seccion-ganadores .item .imagen-premio {
  position: relative;
  overflow: hidden;
  border: 1px solid #CCC;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-clip: padding-box;
}

.seccion-premios .item .imagen-premio img, .seccion-ganadores .item .imagen-premio img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.seccion-premios .item .imagen-premio .more-info-button, .seccion-ganadores .item .imagen-premio .more-info-button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: 2;
  cursor: pointer;
}

.seccion-premios .item .imagen-premio .more-info-button .txt-more-info-button, .seccion-ganadores .item .imagen-premio .more-info-button .txt-more-info-button {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100px;
  text-align: left;
  z-index: 3;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

.seccion-premios .item .imagen-premio .more-info-button .bg-more-info-button, .seccion-ganadores .item .imagen-premio .more-info-button .bg-more-info-button {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 0 100px;
  border-color: transparent transparent transparent #870290;
}

.seccion-premios .item .descripcion, .seccion-ganadores .item .descripcion {
  color: #fff;
  background: #34b1da;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background-clip: padding-box;
  padding: 15px;
  margin: 0;
  text-align: left;
}

@media (min-width: 767px) {
  .seccion-premios .item, .seccion-ganadores .item {
    max-width: none;
  }
}

.seccion-premios .cta, .seccion-ganadores .cta {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  min-height: 80px;
  font-family: "Didact Gothic", sans-serif;
}

.seccion-premios .cta a, .seccion-ganadores .cta a {
  width: 100%;
  margin: 0;
  text-transform: none;
  font-size: 16px;
  font-size: 1rem;
  white-space: normal;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #7f7f7f;
  border: 1px solid #7f7f7f;
}

@media (min-width: 767px) {
  .seccion-premios .cta a, .seccion-ganadores .cta a {
    /*white-space:nowrap;*/
  }
}

.seccion-premios .cta a:hover, .seccion-ganadores .cta a:hover, .seccion-premios .cta a:focus, .seccion-ganadores .cta a:focus, .seccion-premios .cta a:active, .seccion-ganadores .cta a:active {
  background: #7f7f7f !important;
  border: 1px solid #7f7f7f !important;
}

.seccion-premios .cta a:hover, .seccion-ganadores .cta a:hover {
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* FIN PREMIOS */
/* INI GANADORES */
.seccion-ganadores .item {
  padding-bottom: 15px;
  max-width: 600px;
}

.seccion-ganadores .item .imagen-premio {
  margin-top: 15px;
  overflow: hidden;
}

.seccion-ganadores .item .imagen-premio img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

@media (min-width: 767px) {
  .seccion-ganadores .item .imagen-premio img {
    max-width: 280px;
  }
}

.seccion-ganadores .item .nombre-premio {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #34b1da;
  margin-top: 15px;
  margin-bottom: 15px;
}

.seccion-ganadores .item .descripcion {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  background: transparent;
}

.seccion-ganadores .item .descripcion ul li {
  display: inline-block;
  width: 100%;
  margin: 3px 0;
  line-height: 1.1;
}

@media (min-width: 767px) {
  .seccion-ganadores .item {
    max-width: 600px;
  }
}

/* FIN GANADORES */
/* INI TEXTOS */
.textos .item h1 {
  margin-bottom: 10px;
}

.textos .item h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #000;
}

.textos h3 {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  vertical-align: top;
  font-family: "Didact Gothic", sans-serif;
  max-width: 90%;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 700;
}

.textos p {
  font-family: "Didact Gothic", sans-serif;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.textos p strong {
  font-weight: 700;
}

.textos p.intro {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 700;
}

@media (min-width: 767px) {
  .textos p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.textos ul {
  list-style-type: none;
}

.textos ul li {
  width: 100%;
  color: #34b1da;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Didact Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.textos ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.textos ol li {
  color: #000;
  padding-top: 15px;
  list-style-type: decimal;
  list-style-position: inside;
  font-family: "Didact Gothic", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.textos.gracias h1 {
  text-align: center;
  margin-bottom: 20px;
}

.textos.about .imagen {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .textos.about {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .textos.about {
    margin-bottom: 100px;
  }
}

.textos .tabla-legal {
  width: 100%;
  color: #000;
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin: 30px 0 60px 0;
  overflow: auto;
}

@media (min-width: 992px) {
  .textos .tabla-legal {
    overflow: initial;
  }
}

.textos .tabla-legal table {
  width: 100%;
  border-collapse: collapse;
}

.textos .tabla-legal th {
  border: 1px solid #000;
  font-family: "Didact Gothic", sans-serif;
  color: #fff;
  background: #000;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}

.textos .tabla-legal td {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 10px;
}

.textos .tabla-legal td.cell-sep {
  color: #fff;
  background: #BBB;
}

.textos .links-legal {
  margin: 15px 0;
}

.textos .links-legal a {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 767px) {
  .textos .links-legal a {
    width: auto;
  }
}

/* FIN TEXTOS

/* INI CONTACTO */
.seccion-contacto .item {
  margin-bottom: 30px;
}

.seccion-contacto .item img {
  max-width: 120px;
}

.seccion-contacto .item h3 {
  margin-top: 0px;
}

@media (min-width: 767px) {
  .seccion-contacto .item h3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 767px) {
  .seccion-contacto h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.seccion-contacto .box-corners {
  margin-top: 15px;
}

.seccion-contacto .contacto .item {
  padding-top: 30px;
}

.seccion-contacto .contacto .item h3 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 10px;
}

@media (min-width: 767px) {
  .seccion-contacto .contacto .item h3 {
    margin-top: 25px;
  }
}

.seccion-contacto .contacto .item p {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.seccion-contacto .contacto .item p a {
  color: #000;
  margin: 0;
  text-decoration: underline;
}

.seccion-contacto .contacto .item p a:hover {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 767px) {
  .seccion-contacto .contacto .item p {
    font-size: 18px;
    font-size: 1.125rem;
    min-height: 70px;
  }
}

.seccion-contacto .contacto .item p span {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 992px) {
  .seccion-contacto .contacto .item img {
    max-width: 130px;
  }
}

/* FIN CONTACTO */
/* INI PREGUNTAS PENDIENTES */
.preguntas-pendientes h1 {
  margin-bottom: 0;
}

.preguntas-pendientes .box-corners {
  float: left;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  .preguntas-pendientes .box-corners {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

.preguntas-pendientes .test {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.preguntas-pendientes .test strong {
  display: inline-block;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 767px) {
  .preguntas-pendientes .test strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.preguntas-pendientes .test ul {
  min-width: inherit;
  margin-bottom: 0px;
}

.preguntas-pendientes .test ul li {
  max-width: 450px;
}

.preguntas-pendientes .test ul li label {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .preguntas-pendientes .test ul li label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.preguntas-pendientes .btn {
  margin-top: 10px;
  margin-bottom: 15px;
}

.preguntas-pendientes .item {
  margin-bottom: 25px;
}

/* FIN PREGUNTAS PENDIENTES */
/* INI CÓMO FUNCIONA */
.como-funciona {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .como-funciona .box-corners {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}

.como-funciona ul {
  list-style: disc;
  list-style-position: inside;
  margin: 20px 0 25px 0;
  padding-left: 4%;
}

.como-funciona ul li {
  list-style: disc;
  list-style-position: inside;
  padding: 3px 0;
  color: #000;
}

.como-funciona ul li p {
  display: inline-block;
  vertical-align: top;
  max-width: 85%;
  line-height: 1.2;
}

.como-funciona ul li p a {
  text-decoration: none;
  font-family: "Didact Gothic", sans-serif;
  color: #000;
}

.como-funciona ul li p a:hover {
  color: #000;
  text-decoration: underline;
}

.como-funciona .item {
  padding: 0;
}

.como-funciona .item h1 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 767px) {
  .como-funciona .item h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 767px) {
  .como-funciona .item {
    padding: 0;
  }
}

.como-funciona .box-video {
  margin-top: 30px;
  margin-bottom: 5px;
}

@media (min-width: 767px) {
  .como-funciona .box-video {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

/* FIN CÓMO FUNCIONA */
/* INI LAYER COOKIES */
.layer-cookies {
  display: none;
  position: fixed;
  width: 90%;
  max-width: 380px;
  bottom: 30px;
  left: 5%;
  z-index: 10000;
  background: #fff;
  padding: 0px 30px 30px 30px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.34);
}

.layer-cookies div {
  width: 100%;
  position: relative;
  padding-top: 40px;
}

.layer-cookies div p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
}

@media (min-width: 767px) {
  .layer-cookies div p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.layer-cookies div .btn-primary {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 767px) {
  .layer-cookies div .btn-primary {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.layer-cookies .close-layer-cookies {
  position: absolute;
  top: 10px;
  right: -20px;
}

.layer-cookies .close-layer-cookies img {
  width: 28px;
  height: 28px;
}

/* FIN LAYER COOKIES */
/* INI HANGMAN */
.hangman {
  text-align: center;
  padding: 15px 0;
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 767px) {
  .hangman {
    padding: 50px 0;
  }
}

.hangman h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .hangman h1 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.hangman p {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .hangman p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.hangman .pregunta-hangman {
  padding-top: 0px;
}

.hangman .pregunta-hangman p {
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.3;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 767px) {
  .hangman .pregunta-hangman p {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 767px) {
  .hangman .pregunta-hangman {
    padding-top: 30px;
  }
}

.hangman .imagen-hangman {
  margin: 15px 0;
}

.hangman .imagen-hangman img {
  margin: 30px 0 20px 0;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  max-width: 430px;
  width: 100%;
}

.hangman .resultado-hangman {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px;
}

.hangman .resultado-hangman span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 2px 2px 15px 2px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #000;
  text-transform: uppercase;
  background: transparent;
}

.hangman .resultado-hangman span.palabra {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
}

.hangman .resultado-hangman span.vacio {
  width: 10px;
  height: 20px;
  border-bottom: 1px solid #fff;
}

@media (min-width: 767px) {
  .hangman .resultado-hangman span {
    width: 35px;
    height: 35px;
    margin: 5px 5px 15px 5px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
  .hangman .resultado-hangman span.espacio {
    width: 15px;
    height: 35px;
  }
}

@media (min-width: 767px) {
  .hangman .resultado-hangman {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.hangman .teclado-hangman {
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 850px;
  width: 100%;
  padding: 15px 0;
  margin-left: auto;
  margin-right: auto;
}

.hangman .teclado-hangman .btn-letter {
  display: inline-block;
  margin: 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  background: #000;
  color: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  cursor: pointer;
}

.hangman .teclado-hangman .btn-letter.tecla_select {
  background: rgba(0, 0, 0, 0.25);
  cursor: default;
}

.hangman .teclado-hangman .btn-letter.tecla_select:active {
  box-shadow: none;
}

@media (min-width: 767px) {
  .hangman .teclado-hangman .btn-letter {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 767px) {
  .hangman .teclado-hangman {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.hangman .barra-hangman {
  max-width: 800px;
  margin: 0 auto;
}

.hangman .barra-hangman .barra_tiempo {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  height: 28px;
  margin-bottom: 20px;
  background: #fff;
}

.hangman .barra-hangman .barra {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  width: 100%;
  height: 28px;
  background: #DDD;
  margin: 10px 0;
}

.hangman .barra-hangman .barra_tiempo_time {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  text-align: center !important;
  font-weight: lighter !important;
  width: 100%;
  padding: 3px 0 !important;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  left: 0px;
  height: 100%;
  padding-top: 5px;
  padding-left: 5px;
  text-align: center;
  color: #fff;
  height: 28px;
  display: inline-block;
}

.hangman .barra-hangman .progresoBarra {
  width: 100%;
  height: 28px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6428a+0,4a85c0+25,89b438+51,a69487+76,f5b53d+100 */
  background: #e6428a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #e6428a 0%, #4a85c0 25%, #89b438 51%, #a69487 76%, #f5b53d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #e6428a 0%, #4a85c0 25%, #89b438 51%, #a69487 76%, #f5b53d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #e6428a 0%, #4a85c0 25%, #89b438 51%, #a69487 76%, #f5b53d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6428a', endColorstr='#f5b53d',GradientType=1 );
  /* IE6-9 */
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

.hangman .imgwrapper-hangman {
  position: relative;
}

.hangman .contBotonJuegoHangman {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  background: rgba(240, 240, 240, 0.95);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

.hangman .contBotonJuegoHangman .insideBotonJuego {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding: 0;
}

.hangman .contBotonJuegoHangman .botonJuego {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* FIN HANGMAN */
/* INI ALPHABET */
.alphabet {
  text-align: center;
  padding: 15px 0;
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  /* 12em = half the width of the wrapper */
}

@media (min-width: 767px) {
  .alphabet {
    padding: 50px 0;
  }
}

.alphabet h1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .alphabet h1 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.alphabet p {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .alphabet p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.alphabet .alphabet-game {
  position: relative;
  margin: 30px 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.alphabet .alphabet-results {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  text-align: left;
}

.alphabet .alphabet-results ul li {
  display: inline-block;
}

.alphabet .alphabet-results ul li .ball {
  position: static;
  display: inline-block;
  margin: 0;
  width: 2em;
  height: 2em;
  line-height: 1.8em;
}

@media (min-width: 767px) {
  .alphabet .alphabet-results ul li .ball {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.3em;
  }
}

.alphabet .opciones {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.alphabet .opciones .btn-primary {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 15px auto;
  white-space: normal;
}

@media (min-width: 767px) {
  .alphabet .opciones .btn-primary {
    display: inline-block;
    width: 32%;
    max-width: 200px;
    margin: 15px;
  }
}

.alphabet .circle-container {
  position: relative;
  width: 18em;
  height: 18em;
  /*padding: 2.8em; = 2em * 1.4 (2em = half the width of an img, 1.4 = sqrt(2))*/
  /*border: dashed 1px;*/
  border-radius: 50%;
  margin: 20px auto;
}

@media (min-width: 600px) {
  .alphabet .circle-container {
    width: 22em;
    height: 22em;
    margin: 40px auto;
  }
}

.alphabet .circle-container span, .alphabet .ball {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.4em;
  text-align: center;
  margin: -1em;
  /* 2em = 4em/2 */
  /* half the width */
  color: #FFF;
  border-radius: 100%;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid white;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64aef3+0,64aef3+41,1c6fcb+60,2273d2+100 */
  background: #64aef3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #64aef3 0%, #64aef3 41%, #1c6fcb 60%, #2273d2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #64aef3 0%, #64aef3 41%, #1c6fcb 60%, #2273d2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #64aef3 0%, #64aef3 41%, #1c6fcb 60%, #2273d2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64aef3', endColorstr='#2273d2', GradientType=0);
  /* IE6-9 */
}

@media (min-width: 600px) {
  .alphabet .circle-container span, .alphabet .ball {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.3em;
  }
}

.alphabet .circle-container span.right, .alphabet span.right {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#63b053+0,63b053+41,217c12+60,217c12+100 */
  background: #63b053;
  /* Old browsers */
  background: -moz-linear-gradient(top, #63b053 0%, #63b053 41%, #217c12 60%, #217c12 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #63b053 0%, #63b053 41%, #217c12 60%, #217c12 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #63b053 0%, #63b053 41%, #217c12 60%, #217c12 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b053', endColorstr='#217c12', GradientType=0);
  /* IE6-9 */
}

.alphabet .circle-container span.wrong, .alphabet span.wrong {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ce6a62+0,ce6a62+41,bf3235+58,bf3235+100 */
  background: #ce6a62;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ce6a62 0%, #ce6a62 41%, #bf3235 58%, #bf3235 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ce6a62 0%, #ce6a62 41%, #bf3235 58%, #bf3235 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ce6a62 0%, #ce6a62 41%, #bf3235 58%, #bf3235 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce6a62', endColorstr='#bf3235', GradientType=0);
  /* IE6-9 */
}

.alphabet .circle-container span.disabled {
  opacity: 0.4;
  /*background: none;*/
}

.alphabet .deg0 {
  transform: translate(8em);
}

@media (min-width: 600px) {
  .alphabet .deg0 {
    transform: translate(12em);
  }
}

.alphabet .deg15 {
  transform: rotate(15deg) translate(8em) rotate(-15deg);
}

@media (min-width: 600px) {
  .alphabet .deg15 {
    transform: rotate(15deg) translate(12em) rotate(-15deg);
  }
}

.alphabet .deg30 {
  transform: rotate(30deg) translate(8em) rotate(-30deg);
}

@media (min-width: 600px) {
  .alphabet .deg30 {
    transform: rotate(30deg) translate(12em) rotate(-30deg);
  }
}

.alphabet .deg45 {
  transform: rotate(45deg) translate(8em) rotate(-45deg);
}

@media (min-width: 600px) {
  .alphabet .deg45 {
    transform: rotate(45deg) translate(12em) rotate(-45deg);
  }
}

.alphabet .deg60 {
  transform: rotate(60deg) translate(8em) rotate(-60deg);
}

@media (min-width: 600px) {
  .alphabet .deg60 {
    transform: rotate(60deg) translate(12em) rotate(-60deg);
  }
}

.alphabet .deg75 {
  transform: rotate(75deg) translate(8em) rotate(-75deg);
}

@media (min-width: 600px) {
  .alphabet .deg75 {
    transform: rotate(75deg) translate(12em) rotate(-75deg);
  }
}

.alphabet .deg90 {
  transform: rotate(90deg) translate(8em) rotate(-90deg);
}

@media (min-width: 600px) {
  .alphabet .deg90 {
    transform: rotate(90deg) translate(12em) rotate(-90deg);
  }
}

.alphabet .deg105 {
  transform: rotate(105deg) translate(8em) rotate(-105deg);
}

@media (min-width: 600px) {
  .alphabet .deg105 {
    transform: rotate(105deg) translate(12em) rotate(-105deg);
  }
}

.alphabet .deg120 {
  transform: rotate(120deg) translate(8em) rotate(-120deg);
}

@media (min-width: 600px) {
  .alphabet .deg120 {
    transform: rotate(120deg) translate(12em) rotate(-120deg);
  }
}

.alphabet .deg135 {
  transform: rotate(135deg) translate(8em) rotate(-135deg);
}

@media (min-width: 600px) {
  .alphabet .deg135 {
    transform: rotate(135deg) translate(12em) rotate(-135deg);
  }
}

.alphabet .deg150 {
  transform: rotate(150deg) translate(8em) rotate(-150deg);
}

@media (min-width: 600px) {
  .alphabet .deg150 {
    transform: rotate(150deg) translate(12em) rotate(-150deg);
  }
}

.alphabet .deg165 {
  transform: rotate(165deg) translate(8em) rotate(-165deg);
}

@media (min-width: 600px) {
  .alphabet .deg165 {
    transform: rotate(165deg) translate(12em) rotate(-165deg);
  }
}

.alphabet .deg180 {
  transform: translate(-8em);
}

@media (min-width: 600px) {
  .alphabet .deg180 {
    transform: translate(-12em);
  }
}

.alphabet .deg195 {
  transform: rotate(195deg) translate(8em) rotate(-195deg);
}

@media (min-width: 600px) {
  .alphabet .deg195 {
    transform: rotate(195deg) translate(12em) rotate(-195deg);
  }
}

.alphabet .deg210 {
  transform: rotate(210deg) translate(8em) rotate(-210deg);
}

@media (min-width: 600px) {
  .alphabet .deg210 {
    transform: rotate(210deg) translate(12em) rotate(-210deg);
  }
}

.alphabet .deg225 {
  transform: rotate(225deg) translate(8em) rotate(-225deg);
}

@media (min-width: 600px) {
  .alphabet .deg225 {
    transform: rotate(225deg) translate(12em) rotate(-225deg);
  }
}

.alphabet .deg240 {
  transform: rotate(240deg) translate(8em) rotate(-240deg);
}

@media (min-width: 600px) {
  .alphabet .deg240 {
    transform: rotate(240deg) translate(12em) rotate(-240deg);
  }
}

.alphabet .deg255 {
  transform: rotate(255deg) translate(8em) rotate(-255deg);
}

@media (min-width: 600px) {
  .alphabet .deg255 {
    transform: rotate(255deg) translate(12em) rotate(-255deg);
  }
}

.alphabet .deg270 {
  transform: rotate(270deg) translate(8em) rotate(-270deg);
}

@media (min-width: 600px) {
  .alphabet .deg270 {
    transform: rotate(270deg) translate(12em) rotate(-270deg);
  }
}

.alphabet .deg285 {
  transform: rotate(285deg) translate(8em) rotate(-285deg);
}

@media (min-width: 600px) {
  .alphabet .deg285 {
    transform: rotate(285deg) translate(12em) rotate(-285deg);
  }
}

.alphabet .deg300 {
  transform: rotate(300deg) translate(8em) rotate(-300deg);
}

@media (min-width: 600px) {
  .alphabet .deg300 {
    transform: rotate(300deg) translate(12em) rotate(-300deg);
  }
}

.alphabet .deg315 {
  transform: rotate(315deg) translate(8em) rotate(-315deg);
}

@media (min-width: 600px) {
  .alphabet .deg315 {
    transform: rotate(315deg) translate(12em) rotate(-315deg);
  }
}

.alphabet .deg330 {
  transform: rotate(330deg) translate(8em) rotate(-330deg);
}

@media (min-width: 600px) {
  .alphabet .deg330 {
    transform: rotate(330deg) translate(12em) rotate(-330deg);
  }
}

.alphabet .deg345 {
  transform: rotate(345deg) translate(8em) rotate(-345deg);
}

@media (min-width: 600px) {
  .alphabet .deg345 {
    transform: rotate(345deg) translate(12em) rotate(-345deg);
  }
}

.alphabet .box-question {
  position: absolute;
  width: 100%;
  padding: 5em 4em;
  text-align: center;
}

@media (min-width: 600px) {
  .alphabet .box-question {
    padding: 5em 3em;
  }
}

.alphabet .question {
  position: relative;
  /*border: 1px solid #FFF;*/
  height: 8em;
  overflow: hidden;
}

@media (min-width: 767px) {
  .alphabet .question {
    height: 12em;
  }
}

.alphabet .question .text-question {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.alphabet .question .text-question strong {
  display: inline-block;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
  text-decoration: underline;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .alphabet .question .text-question strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.alphabet .question .text-question p {
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .alphabet .question .text-question p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.alphabet .blinking {
  animation-name: blinking;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: blinking;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinking {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@-webkit-keyframes blinking {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

@keyframes blinking {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

/* FIN ALPHABET */
/* INI PROGRESO */
.progreso {
  text-align: center;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 0px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  background-clip: padding-box;
}

.progreso h3 {
  margin-top: 0px;
}

.progreso .box-barra-progreso {
  padding: 0;
}

@media (min-width: 767px) {
  .progreso .box-barra-progreso {
    padding: 0 15px;
    margin: 30px 0 0 0;
  }
}

.progreso .barra-progreso {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
  height: 46px;
  background: #cecece;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  border: 1px solid #fff;
}

.progreso .barra-progreso .completado-progreso {
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
  height: 44px;
}

.progreso .barra-progreso .segundos-progreso {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  height: 44px;
  line-height: 44px;
}

@media (min-width: 767px) {
  .progreso .barra-progreso .segundos-progreso {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.progreso .barra-progreso .marca-progreso {
  position: absolute;
  top: -7px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-image: url("../img/generic/marca-progreso.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100%;
  overflow: visible;
}

/* FIN PROGRESO */
/* INI TAPA */
.tapa {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  background-color: #f5f5f5;
}

.tapa .cont-btn-tapa {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.tapa .cont-btn-tapa .btn {
  margin-top: 20%;
}

@media (min-width: 767px) {
  .tapa .cont-btn-tapa .btn {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.tapa .cont-btn-tapa .btn.participado {
  cursor: default;
  white-space: normal;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
}

/* FIN TAPA */
/* INI USOS MIXINS*/
/* MEDIA QUERIES */
/* @include respond-to(small) { ... }/

/* CALCULA REM */
/* @include font-size(14px); */
/* CLEARFIX*/
/* @include clearfix(); */
/* BOX SIZING */
/* @include box-sizing(border-box); */
/* CENTERER */
/* con parent en position relative añadir a elemento child @include centerer; */
/* BORDER RADIUS */
/* @include border-radius(5px); */
/* @include border-top-radius(10px); */
/* OPACITY */
/* @include opacity(0.8); */
/* CENTER BLOCK */
/* @include center-block; */
/* TEXT OVERFLOW */
/* @include text-truncate; */
/* BACKGROUND IMAGE */
/* @include bgimage('../img/generic/flechatop.png',no-repeat,100%); */
/* TRANSITION */
/* @include transition(color .3s ease); */
/* TRANSFORM */
/* @include skew(25,10);
@include transform-origin(top left);*/
/* PLACEHOLDER */
/* @include input-placeholder {color: $grey;}*/
/* WORD WRAPPING */
/* @include mixin word-wrap; */
/* BACKGROUND COVER */
/* @include bg-cover('../path/to/image.jpg', no-repeat 100%); */
/* LINKS */
/* @include linx (blue, green, red, orange); */
/* TRANSPARENTIZE */
/* transparentize($blue, .3);*/
/*FIN USOS MIXINS */
/* INI POP UP */
.box-popup {
  position: fixed;
  display: inherit;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 12000;
  background-color: #000;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}

.box-popup .cerrar {
  top: 10px;
  right: 10px;
  position: absolute;
  z-index: 2;
}

@media (min-width: 767px) {
  .box-popup {
    background: rgba(0, 0, 0, 0.7);
  }
}

.contenido-popup {
  position: relative;
  width: 100%;
  padding: 30px;
  text-align: center;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

.contenido-popup h2 {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 767px) {
  .contenido-popup h2 {
    margin: 30px auto 30px auto;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.contenido-popup .btn-primary {
  margin-bottom: 30px;
}

.contenido-popup h2 {
  text-align: center;
}

.contenido-popup h3 {
  font-family: "Didact Gothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .contenido-popup h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 auto 10px auto;
  }
}

@media (min-width: 767px) {
  .contenido-popup p {
    margin: 0 auto;
  }
}

@media (min-width: 767px) {
  .contenido-popup {
    max-width: 600px;
    margin: 10% auto 0 auto;
  }
}

.contenido-popup.recordar-password {
  padding: 30px 50px;
}

.contenido-popup.recordar-password ul {
  max-width: 400px;
  margin: 0 auto;
}

/* FIN POP UP */
/* INI SWEET ALERT */
.sweet-alert {
  font-family: "Didact Gothic", sans-serif;
}

.sweet-alert h2 {
  font-family: "Didact Gothic", sans-serif;
  font-weight: 700 !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: #000 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}

.sweet-alert p {
  font-family: "Didact Gothic", sans-serif;
  color: #000 !important;
  font-weight: 300;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.sweet-alert button {
  font-family: "Didact Gothic", sans-serif;
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 700 !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  font-size: 16px !important;
  font-size: 1rem !important;
  margin-bottom: 10px !important;
}

.sweet-alert button.cancel {
  color: #000 !important;
}

.sweet-alert input {
  font-family: "Didact Gothic", sans-serif;
  background: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

.sweet-alert .sa-icon {
  display: none !important;
}

/* FIN SWEET ALERT */
/* INI CUSTOM FILE INPUT */
.formUploader {
  position: relative;
}

input.file {
  width: 160px;
  height: 40px;
  border: 1px solid #1d2172;
  color: #888;
  padding: 5px;
  margin: 0;
  outline: none;
}

.custom_file_upload {
  position: absolute;
  width: 100%;
  bottom: 65px;
  right: 5px;
  z-index: 10;
}

input.file {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #cccccc;
  background: #FFFFFF;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #666666;
  width: 100%;
}

.file_upload {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  margin: 9px 6px 6px 6px;
  text-align: center;
  top: 6px;
  right: 0px;
  z-index: 10;
}

.file_upload:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background-image: url(../img/generic/icon-editar-imagen.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 35px;
}

.file_upload input {
  position: relative;
  height: 40px;
  width: 40px;
  display: inline;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

/* FIN CUSTOM FILE INPUT */
/* INI TOOLTIPS  */
a.tooltips {
  position: relative;
  display: inline;
}

a.tooltips span {
  position: absolute;
  display: inline-block;
  padding: 10px;
  width: 200px;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  background: #e2e2e2;
  line-height: 1.2;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}

a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 85%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #e2e2e2;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

a:hover.tooltips span {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
  left: 50%;
  margin-left: -162px;
  z-index: 999;
}

/* FIN TOOLTIPS */
/* INI MODALS */
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  padding: 15px;
}

.modal-body h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 767px) {
  .modal-body h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 767px) {
  .modal-body {
    padding: 30px;
  }
}

.modal-footer {
  text-align: center;
  border: none;
  padding-bottom: 30px;
}

.modal-header .close {
  outline: none;
}

/* ini modal avatar */
.modal-avatars {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .modal-avatars {
    margin-bottom: 30px;
  }
}

.modal-avatars a {
  float: left;
  width: 25%;
  display: block;
  margin-bottom: 15px;
}

.modal-avatars a img {
  display: block;
}

.modal-avatars a.on img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-avatars a.off:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-avatars a.off img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.modal-avatars .btn-violet {
  margin-top: 10px;
  margin-bottom: 0;
}

/* fin modal avatar */
/* ini modal cards */
.modal-body-cards {
  padding-top: 0;
}

.modal-cards {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .modal-cards {
    margin-bottom: 30px;
  }
}

.modal-cards .info-modal-cards {
  text-align: center;
  line-height: 1.2;
}

.modal-cards .info-modal-cards h3 {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1;
}

.modal-cards .info-modal-cards strong {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .modal-cards .info-modal-cards strong {
    text-align: left;
  }
}

.modal-cards .info-modal-cards.spicy-bronze h3 {
  color: #38d5d3;
}

.modal-cards .info-modal-cards.spicy-bronze strong {
  color: #38d5d3;
}

.modal-cards .info-modal-cards.shiny-silver h3 {
  color: #34b1da;
}

.modal-cards .info-modal-cards.shiny-silver strong {
  color: #34b1da;
}

.modal-cards .info-modal-cards.sparkly-gold h3 {
  color: #b909f3;
}

.modal-cards .info-modal-cards.sparkly-gold strong {
  color: #b909f3;
}

.modal-cards .info-modal-cards.smooth-platinum h3 {
  color: #820896;
}

.modal-cards .info-modal-cards.smooth-platinum strong {
  color: #820896;
}

.modal-cards .info-modal-cards.sweet-kryptonite h3 {
  color: #515151;
}

.modal-cards .info-modal-cards.sweet-kryptonite strong {
  color: #515151;
}

.modal-cards .img-modal-cards {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}

@media (min-width: 767px) {
  .modal-cards .img-modal-cards {
    max-width: 100%;
  }
}

.modal-cards a {
  float: left;
  width: 25%;
  display: block;
  margin-bottom: 15px;
}

.modal-cards a img {
  display: block;
}

.modal-cards a.on img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-cards a.off:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-cards a.off img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.modal-cards ul {
  display: inline-block;
  width: auto;
  margin: 15px auto;
  max-height: 250px;
  overflow: auto;
}

.modal-cards ul li {
  width: auto;
  text-align: left;
  margin: 2px 0;
  padding-left: 20px;
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
}

.modal-cards ul li span {
  display: inline-block;
  vertical-align: top;
  width: 95%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .modal-cards ul li span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.modal-cards ul li:before {
  content: "•";
  color: #000;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  padding-top: 3px;
}

/* fin modal cards /*
/* ini modal more info */
.modal-more-info .modal-body {
  padding-bottom: 0;
}

.modal-more-info .modal-body p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .modal-more-info .modal-body p {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* fin modal more info */
/* FIN MODALS */
/* INI VIDEO CONTAINER */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* FIN VIDEO CONTAINER */
