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

input[type=text] {
  /* Remove First */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* 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 */
/* USO @include horizontal-gradient(#71c005, #88dd06); */
/* FIN PARTIALS */
/* INI FONTS */
@font-face {
  font-family: "MontserratRG";
  src: url(../fonts/Montserrat-Regular.woff);
}

@font-face {
  font-family: "MontserratLG";
  src: url(../fonts/Montserrat-Light.woff);
}

@font-face {
  font-family: "MontserratSB";
  src: url(../fonts/Montserrat-SemiBold.woff);
}

@font-face {
  font-family: "MontserratBD";
  src: url(../fonts/Montserrat-Bold.woff);
}

@font-face {
  font-family: "MontserratBK";
  src: url(../fonts/Montserrat-ExtraBold.woff);
}

/* END FONTS */
/* INI IMG ROUTE */
/* FIN IMG ROUTE */
/* INI TYPE */
/* FIN TYPE */
/* INI COLORS WEBSITE */
/* FIN COLORS WEBSITE */
/* INI COOCREA COLORS */
/* END COOCREA COLORS */
/* INI HIGHLIGHTS */
::selection {
  color: #ffffff;
  background: #e0001b;
}

::-moz-selection {
  color: #ffffff;
  background: #e0001b;
}

::-webkit-selection {
  color: #ffffff;
  background: #e0001b;
}

/* FIN HIGHLIGHTS */
/* INI GENERAL */
html {
  width: 100%;
  height: 100%;
  background: #f4f8ff;
  font-size: 100%;
  font-family: "MontserratRG", sans-serif;
}

html.login, html.registrousuario,
html.cambioclave {
  background: url(../img/bigmat/bg-login-mb.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #965190;
}

@media (min-width: 767px) {
  html.login, html.registrousuario,
  html.cambioclave {
    background: url(../img/bigmat/bg-login.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

html.login .footer, html.registrousuario .footer,
html.cambioclave .footer {
  background: none;
}

body {
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-family: "MontserratRG", sans-serif;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -170px;
}

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

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

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

strong {
  font-weight: normal;
}

a,
button {
  color: #000000;
  text-decoration: none;
}

a:active, a:focus,
button:active,
button:focus {
  outline: none !important;
}

a:active img, a:focus img,
button:active img,
button:focus img {
  outline: none;
}

ul {
  margin: 0;
}

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

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

ol li h3 {
  display: inline-block;
  /*Para Firefox*/
}

li {
  list-style: none;
}

.no-ov {
  overflow: hidden;
}

.ov {
  overflow: visible;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.flex-container {
  display: flex;
}

.form-group {
  /* CAUTION: IE hackery ahead */
  /* target Internet Explorer 9 to undo the custom arrow */
}

.form-group label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "MontserratSB", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.form-group .form-control {
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  border: 1px solid #dae5ef;
  color: #262626;
  font-weight: normal;
  background-clip: unset;
  height: 46px;
  padding: 0.375rem 1.2rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.form-group textarea.form-control {
  height: auto;
  min-height: 50px;
  padding: 1rem 1.5rem;
}

.form-group select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.375rem 2rem 0.375rem 1.2rem;
  background: url("../img/bigmat/arrow-down.png") 95%/20px no-repeat #ffffff;
}

.form-group select.form-control option {
  font-weight: normal;
}

.form-group select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
}

@media screen and (min-width: 0\0) {
  .form-group select {
    background: none\9;
    padding: 5px\9;
  }
}

.input-group label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "MontserratSB", sans-serif;
  margin-bottom: 0.5rem;
}

.input-group .form-control {
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  border: 1px solid #dae5ef;
  color: #262626;
  font-weight: normal;
  background-clip: unset;
  height: 46px;
  padding: 0.375rem 1.2rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.input-group > .input-group-append > .btn {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  padding-right: 1rem;
}

.btn {
  outline: none;
  box-shadow: none !important;
}

a.btn-primary.btn-juego, a.btn-juego.btn-video, a.btn-juego.btn-contenido {
  padding-top: 1.35rem;
}

.btn-primary, .btn-video, .btn-contenido {
  display: inline-block;
  width: auto;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  color: #ffffff;
  background-color: #e0001b;
  outline: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  background-clip: border-box !important;
  border: 1px solid #e0001b !important;
  height: 40px;
  line-height: 1;
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-primary:hover, .btn-video:hover, .btn-contenido:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-primary:hover, .btn-video:hover, .btn-contenido:hover, .btn-primary:active, .btn-video:active, .btn-contenido:active, .btn-primary:focus, .btn-video:focus, .btn-contenido:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff;
  border: 1px solid #e0001b !important;
  background-color: #e0001b !important;
}

@media (min-width: 767px) {
  .btn-primary, .btn-video, .btn-contenido {
    padding: 0.7rem 2rem;
  }
}

.btn-primary img, .btn-video img, .btn-contenido img {
  display: inline-block;
  padding-top: 5px;
}

.btn-primary i, .btn-video i, .btn-contenido i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.btn-primary.btn-complete, .btn-complete.btn-video, .btn-complete.btn-contenido {
  border: 1px solid #7cb929 !important;
  background-color: #7cb929 !important;
}

.btn-primary.btn-icon, .btn-icon.btn-video, .btn-icon.btn-contenido {
  padding: 0;
  width: 36px;
  height: 36px;
  margin: 0 20px;
}

.btn-primary.btn-icon.btn-modify, .btn-icon.btn-modify.btn-video, .btn-icon.btn-modify.btn-contenido {
  background: url("../img/bigmat/icon-modify.png") no-repeat center center;
  background-size: 16px;
}

.btn-primary.btn-icon.btn-modify:hover, .btn-icon.btn-modify.btn-video:hover, .btn-icon.btn-modify.btn-contenido:hover, .btn-primary.btn-icon.btn-modify:active, .btn-icon.btn-modify.btn-video:active, .btn-icon.btn-modify.btn-contenido:active, .btn-primary.btn-icon.btn-modify:focus, .btn-icon.btn-modify.btn-video:focus, .btn-icon.btn-modify.btn-contenido:focus {
  background: url("../img/bigmat/icon-modify-on.png") no-repeat center center;
  background-size: 16px;
}

.btn-primary.btn-juego, .btn-juego.btn-video, .btn-juego.btn-contenido {
  color: #ffffff;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.75rem 0.5rem;
  background-clip: border-box;
}

@media (min-width: 576px) {
  .btn-primary.btn-juego, .btn-juego.btn-video, .btn-juego.btn-contenido {
    width: 120px;
    height: 120px;
    font-size: 16px;
    font-size: 1rem;
    margin: 0.75rem 2rem;
  }
}

@media (min-width: 992px) {
  .btn-primary.btn-juego, .btn-juego.btn-video, .btn-juego.btn-contenido {
    width: 135px;
    height: 135px;
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 1rem;
    margin: 0.75rem;
  }
}

.btn-primary.btn-juego .btn-icon, .btn-juego.btn-video .btn-icon, .btn-juego.btn-contenido .btn-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.08);
  padding-top: 4px;
  display: inline-block;
  background-image: url(../img/bigmat/icon-jugar.png);
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0.25rem;
}

.btn-primary.btn-juego .btn-icon img, .btn-juego.btn-video .btn-icon img, .btn-juego.btn-contenido .btn-icon img {
  width: 70%;
}

@media (min-width: 576px) {
  .btn-primary.btn-juego .btn-icon, .btn-juego.btn-video .btn-icon, .btn-juego.btn-contenido .btn-icon {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .btn-primary.btn-juego .btn-icon, .btn-juego.btn-video .btn-icon, .btn-juego.btn-contenido .btn-icon {
    width: 60px;
    height: 60px;
  }
}

.btn-primary.btn-juego .btn-icon.btn-icon-retar, .btn-juego.btn-video .btn-icon.btn-icon-retar, .btn-juego.btn-contenido .btn-icon.btn-icon-retar {
  margin-bottom: 0;
  background-image: url(../img/bigmat/icon-retar.png);
}

.btn-primary.btn-juego-completado, .btn-juego-completado.btn-video, .btn-juego-completado.btn-contenido {
  width: 110px;
  height: 110px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.75rem 0.5rem;
  background-clip: border-box;
  background-color: #7cb929;
  border: 1px solid #7cb929 !important;
  pointer-events: none;
  cursor: default !important;
}

.btn-primary.btn-juego-completado:hover, .btn-juego-completado.btn-video:hover, .btn-juego-completado.btn-contenido:hover {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-primary.btn-juego-completado:hover, .btn-juego-completado.btn-video:hover, .btn-juego-completado.btn-contenido:hover, .btn-primary.btn-juego-completado:active, .btn-juego-completado.btn-video:active, .btn-juego-completado.btn-contenido:active, .btn-primary.btn-juego-completado:focus, .btn-juego-completado.btn-video:focus, .btn-juego-completado.btn-contenido:focus {
  border: 1px solid #7cb929 !important;
  background-color: #7cb929 !important;
}

@media (min-width: 576px) {
  .btn-primary.btn-juego-completado, .btn-juego-completado.btn-video, .btn-juego-completado.btn-contenido {
    width: 120px;
    height: 120px;
    font-size: 16px;
    font-size: 1rem;
    margin: 0.75rem 2rem;
  }
}

@media (min-width: 992px) {
  .btn-primary.btn-juego-completado, .btn-juego-completado.btn-video, .btn-juego-completado.btn-contenido {
    width: 135px;
    height: 135px;
    font-size: 20px;
    font-size: 1.25rem;
    padding-bottom: 1rem;
    margin: 0.75rem;
  }
}

.btn-primary.btn-juego-completado .btn-icon, .btn-juego-completado.btn-video .btn-icon, .btn-juego-completado.btn-contenido .btn-icon {
  background-image: url(../img/bigmat/icon-juego-completado.png);
  margin-bottom: 0.25rem;
}

.btn-primary.btn-juego-completado .btn-icon img, .btn-juego-completado.btn-video .btn-icon img, .btn-juego-completado.btn-contenido .btn-icon img {
  width: 70%;
}

@media (min-width: 576px) {
  .btn-primary.btn-juego-completado .btn-icon, .btn-juego-completado.btn-video .btn-icon, .btn-juego-completado.btn-contenido .btn-icon {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .btn-primary.btn-juego-completado .btn-icon, .btn-juego-completado.btn-video .btn-icon, .btn-juego-completado.btn-contenido .btn-icon {
    width: 60px;
    height: 60px;
  }
}

.btn-primary.btn-juego-inactivo, .btn-juego-inactivo.btn-video, .btn-juego-inactivo.btn-contenido {
  pointer-events: none;
  cursor: default !important;
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.btn-primary.btn-juego-inactivo:hover, .btn-juego-inactivo.btn-video:hover, .btn-juego-inactivo.btn-contenido:hover {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-video, .btn-contenido {
  color: #e0001b;
  background-color: #ffffff;
  border: 1px solid #e0001b !important;
}

.btn-video i, .btn-contenido i {
  color: #e0001b;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: -1px;
}

.btn-video:hover, .btn-contenido:hover, .btn-video:active, .btn-contenido:active, .btn-video:focus, .btn-contenido:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #e0001b;
  border: 1px solid #e0001b !important;
  background-color: #ffffff !important;
}

.btn-video:hover i, .btn-contenido:hover i, .btn-video:active i, .btn-contenido:active i, .btn-video:focus i, .btn-contenido:focus i {
  color: #e0001b;
}

.btn-contenido {
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .btn-contenido {
    padding-top: 3px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .btn-contenido {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

.btn-contenido i {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: -3px;
}

.btn-contenido span {
  display: inline-block;
  vertical-align: middle;
  max-width: 75%;
}

@media (min-width: 767px) {
  .btn-contenido span {
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .btn-contenido span {
    max-width: 75%;
  }
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #003880;
  outline: none !important;
  box-shadow: none !important;
  background-clip: border-box !important;
  border: 0px !important;
  text-decoration: none;
  transform-origin: top left;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0;
}

.btn-arrow .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 767px) {
  .btn-arrow {
    width: 40px;
    height: 40px;
  }
  .btn-arrow .arrow-right {
    width: 12px;
    height: 12px;
  }
}

.btn-arrow:hover, .btn-arrow:active, .btn-arrow:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #ffffff;
  border: 0px !important;
  background-color: #003880 !important;
}

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

.btn-secondary {
  color: #ffffff;
  background-color: #003880;
  border-color: #003880;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #ffffff;
  border: 1px solid #003880 !important;
  background-color: #003880 !important;
}

h1 {
  color: #003880;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}

h1.principal {
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 0px;
  font-size: 0rem;
}

@media (min-width: 767px) {
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
    text-align: left;
  }
}

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

h1 span {
  display: inline-block;
  vertical-align: middle;
  max-width: 85%;
}

h1 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 30px;
  margin-right: 0.5rem;
  margin-top: -5px;
}

@media (min-width: 767px) {
  h1 img {
    max-width: 36px;
    margin-top: -3px;
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  h1 img {
    margin-top: -5px;
    max-width: 42px;
    margin-right: 1rem;
  }
}

h2 {
  color: #003880;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

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

h2 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 8px;
  margin-right: 0.5rem;
  margin-top: 1px;
}

@media (min-width: 767px) {
  h2 img {
    margin-right: 0.5rem;
    margin-top: 5px;
  }
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.3;
  color: #003880;
}

h3 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
  margin-right: 20px;
}

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

@media (min-width: 767px) {
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h3 img {
    max-width: 40px;
    margin-right: 20px;
  }
}

.alert-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

/* ini toggler */
/* remove navbar button stying */
.navbar-toggler {
  background: none;
  border: none;
  margin-top: 0px;
  /* remove the blue outline when active or focused */
  /* basic styles for each icon bar */
  /* styles for when .navbar is closed */
}

.navbar-toggler:active, .navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 1px;
  margin: 7px 0 7px 0;
  transition: all 0.2s;
  /* custom .navbar-dark .icon-bar background */
  /* .navbar open top .icon-bar rotated down 45° */
  /* .navbar open middle .icon-bar invisible */
  /* .navbar open bottom .icon-bar rotated up 45° */
}

.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .icon-bar {
  /* .navbar closed top .icon-bar no rotation - straight */
  /* .navbar open middle .icon-bar visible */
  /* .navbar open bottom .icon-bar no rotation - straight */
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

/* end toggler */
/* ini header */
/* ini navbar overwrite */
.navbar {
  padding: 0 15px;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0;
}

/* end navbar overwrite */
.bg-white {
  background: #ffffff;
}

.box-white {
  width: 100%;
  background: #ffffff;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

/* ini bg header */
.bg-header-color {
  background: -moz-linear-gradient(left, rgba(0, 56, 128, 0.9) 0%, rgba(0, 56, 128, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 56, 128, 0.9) 0%, rgba(0, 56, 128, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 56, 128, 0.9) 0%, rgba(0, 56, 128, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E6003880', endColorstr='#E6003880',GradientType=1 );
  /* IE6-9 */
}

.bg-header-image {
  background: url(../img/bigmat/bg-header-mb.jpg) no-repeat top center;
  background-size: 100%;
}

@media (min-width: 767px) {
  .bg-header-image {
    background: url(../img/bigmat/bg-header.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (min-width: 767px) {
  .left-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    /* fallback/image non-cover color */
    background-color: #003880;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(left, #003880 0%, transparent 100%);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #003880), color-stop(100%, transparent));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(left, #003880 0%, transparent 100%);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, #003880 0%, transparent 100%);
    /* IE10+ */
    background: -ms-linear-gradient(left, #003880 0%, transparent 100%);
    /* Standard */
    background: linear-gradient(to right, #003880 0%, transparent 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from', endColorstr='$to', GradientType=1);
  }
}

@media (min-width: 767px) {
  .right-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    /* fallback/image non-cover color */
    background-color: transparent;
    /* Firefox 3.6+ */
    background-image: -moz-linear-gradient(left, transparent 0%, #003880 100%);
    /* Safari 4+, Chrome 1+ */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(100%, #003880));
    /* Safari 5.1+, Chrome 10+ */
    background-image: -webkit-linear-gradient(left, transparent 0%, #003880 100%);
    /* Opera 11.10+ */
    background-image: -o-linear-gradient(left, transparent 0%, #003880 100%);
    /* IE10+ */
    background: -ms-linear-gradient(left, transparent 0%, #003880 100%);
    /* Standard */
    background: linear-gradient(to right, transparent 0%, #003880 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from', endColorstr='$to', GradientType=1);
  }
}

/* end bg header */
.header .logo.logo-transparent {
  width: 100%;
  max-width: 125px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  background: #ffffff;
}

@media (min-width: 767px) {
  .header .logo.logo-transparent {
    padding: 10px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 175px;
  }
}

@media (min-width: 992px) {
  .header .logo.logo-transparent {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 200px;
  }
}

.header .logo.logo-color {
  position: relative;
  width: 60px;
  height: 60px;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin-top: .5rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

.header .logo.logo-color img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
}

@media (min-width: 767px) {
  .header .logo.logo-color {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 992px) {
  .header .logo.logo-color {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.header .logo-powered-header {
  display: none;
  text-align: right;
  margin-top: 1rem;
}

.header .logo-powered-header a {
  display: inline-block;
}

.header .logo-powered-header a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.header .logo-powered-header img {
  display: inline-block;
  max-width: 140px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 767px) {
  .header .logo-powered-header {
    display: block;
  }
  .header .logo-powered-header img {
    max-width: 130px;
  }
}

@media (min-width: 992px) {
  .header .logo-powered-header {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .header .logo-powered-header img {
    max-width: 140px;
  }
}

.header .box-header {
  /*padding-top: 10px;*/
  min-height: 64px;
}

@media (min-width: 767px) {
  .header .box-header {
    /*padding-top: 10px;*/
  }
}

.header .top-header {
  position: relative;
  /*margin-bottom: 20px;*/
}

@media (min-width: 767px) {
  .header .top-header {
    /*margin-bottom: 30px;*/
  }
}

.header .notification.notification-mb {
  position: absolute;
  top: 6px;
  right: 85px;
  z-index: 1;
}

.header .notification .nav-link {
  display: inline-block;
  padding-right: 0;
}

.header .notification .nav-link:hover .menu-icon {
  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.header .notification .nav-link:hover .globe {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.header .notification .nav-link .menu-icon {
  display: inline-block;
  vertical-align: middle;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 35px;
  height: 35px;
  line-height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  text-align: center;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.header .notification .nav-link .menu-icon .notification-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url(../img/bigmat/icon-notificaciones.png);
  background-size: 22px auto;
  background-repeat: no-repeat;
}

.header .notification .nav-link .menu-icon img {
  width: 62%;
  display: inline-block;
}

.header .notification .nav-link .menu-icon .globe {
  position: absolute;
  top: -1px;
  right: -9px;
  z-index: 2;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 17px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  background: #ff903b;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  font-size: 11px;
  font-size: 0.6875rem;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

@media (min-width: 767px) {
  .header .menu {
    background-color: transparent;
  }
}

.header .menu .menu-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 35px;
  height: 35px;
  line-height: 48px;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: 7px 7px;
  /*background-position: center center;*/
  background-size: 62%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 767px) {
  .header .menu .menu-icon {
    margin-right: 4px;
  }
}

@media (min-width: 992px) {
  .header .menu .menu-icon {
    margin-right: 10px;
  }
}

.header .menu .menu-icon img {
  width: 62%;
  display: inline-block;
}

.header .menu .menu-icon.menu-home {
  background-image: url(../img/bigmat/icon-home.png);
}

.header .menu .menu-icon.menu-datos {
  background-image: url(../img/bigmat/icon-datos.png);
}

.header .menu .menu-icon.menu-coontesta {
  background-image: url(../img/bigmat/icon-coontesta.png);
}

.header .menu .menu-icon.menu-cursos {
  background-image: url(../img/bigmat/icon-cursos.png);
}

.header .menu .menu-icon.menu-catalogo {
  background-image: url(../img/bigmat/icon-catalogo.png);
}

@media (min-width: 767px) {
  .header .menu .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}

.header .menu .navbar ul {
  padding-top: 10px;
  padding-bottom: 14px;
}

@media (min-width: 767px) {
  .header .menu .navbar ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header .menu .navbar ul li.active a {
  font-family: "MontserratSB", sans-serif;
}

.header .menu .navbar ul li.active a .menu-icon {
  background-color: #ffffff;
}

.header .menu .navbar ul li.active a .menu-home {
  background-image: url(../img/bigmat/icon-home-on.png);
}

.header .menu .navbar ul li.active a .menu-datos {
  background-image: url(../img/bigmat/icon-datos-on.png);
}

.header .menu .navbar ul li.active a .menu-coontesta {
  background-image: url(../img/bigmat/icon-coontesta-on.png);
}

.header .menu .navbar ul li.active a .menu-cursos {
  background-image: url(../img/bigmat/icon-cursos-on.png);
}

.header .menu .navbar ul li.active a .menu-catalogo {
  background-image: url(../img/bigmat/icon-catalogo-on.png);
}

.header .menu .navbar ul li.notification {
  margin-right: 0;
}

.header .menu .navbar ul li.user-mb .menu-icon {
  padding: 0;
  width: 30px;
  line-height: 48px;
  background-image: url(../img/bigmat/icon-menu-salir.png);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}

.header .menu .navbar ul li.user-mb span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
}

.header .menu .navbar ul li.user-mb span strong {
  font-family: "MontserratSB", sans-serif;
}

.header .menu .navbar ul li.user-mb .btn {
  padding: 0;
}

@media (min-width: 767px) {
  .header .menu .navbar ul li {
    margin-right: 3px;
  }
}

@media (min-width: 992px) {
  .header .menu .navbar ul li {
    margin-right: 9px;
  }
}

@media (min-width: 1200px) {
  .header .menu .navbar ul li {
    margin-right: 15px;
  }
}

.header .menu .navbar ul li button {
  box-shadow: none !important;
  background: none !important;
  border: none !important;
}

.header .menu .navbar ul li a, .header .menu .navbar ul li button {
  padding: 8px 15px 8px 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.header .menu .navbar ul li a:hover .menu-icon, .header .menu .navbar ul li button:hover .menu-icon {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (min-width: 767px) {
  .header .menu .navbar ul li a, .header .menu .navbar ul li button {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 10px 0px 18px 0;
  }
}

@media (min-width: 992px) {
  .header .menu .navbar ul li a, .header .menu .navbar ul li button {
    padding: 10px 5px 15px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.header .menu .navbar ul li a span, .header .menu .navbar ul li button span {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 767px) {
  .header .menu .navbar ul li a span, .header .menu .navbar ul li button span {
    max-width: 65px;
  }
}

@media (min-width: 1200px) {
  .header .menu .navbar ul li a span, .header .menu .navbar ul li button span {
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  .header .menu .navbar ul li a span.menu-home-text, .header .menu .navbar ul li button span.menu-home-text {
    display: none;
  }
}

@media (min-width: 992px) {
  .header .menu .navbar ul li a span.menu-home-text, .header .menu .navbar ul li button span.menu-home-text {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .header .menu-dt .container {
    padding: 0;
  }
}

@media (min-width: 767px) {
  .header .menu-dt {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

.header .bg-menu-dt {
  display: none;
}

@media (min-width: 767px) {
  .header .bg-menu-dt {
    display: block;
  }
}

.header .bg-menu-dt .left-menu {
  float: right;
  width: 2000px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.2);
}

.header .bg-menu-dt .right-menu {
  float: left;
  width: 2000px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.3);
}

.header .navbar-toggler {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 2;
  padding-left: 0;
  padding-right: 0;
}

.header .navbar-toggler .icon-bar {
  display: block;
  width: 43px;
  height: 2px;
  border-radius: 1px;
  background: #ffffff !important;
}

@media (min-width: 767px) {
  .header .navbar-toggler {
    display: none;
  }
}

.header .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 10px;
}

.header .user.user-mb {
  display: block;
}

.header .user.user-mb .btn-user-mb {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

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

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

.header .user.user-dt .menu-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url(../img/bigmat/icon-menu-salir.png);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
}

@media (min-width: 767px) {
  .header .user.user-dt {
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    text-align: right;
  }
  .header .user.user-dt span {
    display: inline-block;
    vertical-align: middle;
    max-width: 125px;
    padding: 13px 0px 13px 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #ffffff;
  }
  .header .user.user-dt span strong {
    display: block;
    font-family: "MontserratSB", sans-serif;
  }
  .header .user.user-dt .btn {
    padding: 0;
  }
  .header .user.user-dt .btn-user-dt {
    display: inline-block;
    text-decoration: none;
  }
  .header .user.user-dt .btn-user-dt:hover .menu-icon {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .header .user.user-dt .btn-user-dt .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-left: 0px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media (min-width: 992px) {
  .header .user.user-dt {
    text-align: right;
    padding-left: 15px;
    padding-top: 0;
  }
  .header .user.user-dt span {
    max-width: 255px;
    padding: 17px 10px 16px 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header .user.user-dt span strong {
    display: inline-block;
  }
}

/* end header /*

/* ini footer */
.footer {
  width: 100%;
  /* fallback/image non-cover color */
  background-color: #003880;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(left, #003880 0%, #003880 100%);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #003880), color-stop(100%, #003880));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(left, #003880 0%, #003880 100%);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(left, #003880 0%, #003880 100%);
  /* IE10+ */
  background: -ms-linear-gradient(left, #003880 0%, #003880 100%);
  /* Standard */
  background: linear-gradient(to right, #003880 0%, #003880 100%);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$from', endColorstr='$to', GradientType=1);
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #ffffff;
  padding-top: 16px;
}

@media (min-width: 480px) {
  .footer {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 576px) {
  .footer {
    padding-top: 13px;
  }
}

@media (min-width: 767px) {
  .footer {
    padding-top: 16px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.footer a {
  display: block;
  margin-top: .45rem;
  margin-bottom: .45rem;
  color: #ffffff;
}

.footer a.item-footer-lang {
  display: inline-block;
  margin: 5px;
}

@media (min-width: 576px) {
  .footer a.item-footer-lang {
    display: inline-block;
    margin: 0;
  }
}

@media (min-width: 576px) {
  .footer a {
    display: inline-block;
    margin: 0 0 4px 0;
  }
}

@media (min-width: 767px) {
  .footer a {
    display: inline-block;
    margin: 0;
  }
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer .sep {
  display: none;
}

@media (min-width: 576px) {
  .footer .sep {
    display: inline-block;
    margin: 0 10px;
  }
}

@media (min-width: 576px) {
  .footer .sep {
    margin: 0 18px;
  }
}

.footer .sep.sep-year {
  display: none;
}

@media (min-width: 576px) {
  .footer .sep.sep-year {
    display: inline-block;
  }
}

.footer .sep.sep-break {
  display: block;
}

@media (min-width: 576px) {
  .footer .sep.sep-break {
    display: none;
  }
}

.footer .sep.sep-lang {
  visibility: hidden;
  margin-top: 5px;
}

@media (min-width: 767px) {
  .footer .sep.sep-lang {
    visibility: visible;
    margin-top: 10px;
    display: inline-block;
  }
}

/* end footer */
/* INI BREADCRUMB */
.box-breadcrumb .breadcrumb {
  background: transparent;
  color: #003880;
  padding-top: 1.15rem;
  padding-bottom: 1.1rem;
  margin: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
}

.box-breadcrumb .breadcrumb li {
  font-family: "MontserratSB", sans-serif;
}

.box-breadcrumb .breadcrumb li.active {
  color: #003880;
  font-family: "MontserratSB", sans-serif;
}

.box-breadcrumb .breadcrumb li.breadcrumb-text {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  margin-right: 0.5rem;
}

@media (min-width: 480px) {
  .box-breadcrumb .breadcrumb li.breadcrumb-text {
    width: auto;
  }
}

.box-breadcrumb .breadcrumb li.breadcrumb-item a {
  color: #003880;
  font-family: "MontserratSB", sans-serif;
}

.box-breadcrumb .breadcrumb li.breadcrumb-item a:hover {
  color: #003880;
}

/* END BREADCRUMB */
.section {
  margin-top: 0rem;
  margin-bottom: 2rem;
}

@media (min-width: 767px) {
  .section {
    margin-top: 0rem;
    margin-bottom: 4rem;
  }
}

.section .section-header {
  background: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.65rem;
}

@media (min-width: 767px) {
  .section .section-header {
    padding-top: 2.5rem;
    padding-bottom: 2.65rem;
  }
}

@media (min-width: 992px) {
  .section .section-header {
    padding-top: 3rem;
    padding-bottom: 3.15rem;
  }
}

.section .section-header h1:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  margin-top: -5px;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  .section .section-header h1:before {
    width: 36px;
    height: 36px;
    margin-top: -3px;
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  .section .section-header h1:before {
    margin-top: -5px;
    width: 42px;
    height: 42px;
    margin-right: 1rem;
  }
}

.section .section-header h1.header-datos:before {
  background-image: url(../img/bigmat/icon-datos-on.png);
}

.section .section-header h1.header-coontesta:before {
  background-image: url(../img/bigmat/icon-coontesta-on.png);
}

.section .section-header h1.header-cursos:before {
  background-image: url(../img/bigmat/icon-cursos-on.png);
}

.section .section-header h1.header-catalogo:before {
  background-image: url(../img/bigmat/icon-catalogo-on.png);
}

.stat {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #e0001b;
  background: #f2f9fb;
  font-family: "MontserratSB", sans-serif;
  width: 32px;
  height: 32px;
  line-height: 33px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin-right: 0.5rem;
  overflow: hidden;
}

.stat img {
  width: 18px;
  margin-top: -4px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.stat.stat-win {
  color: #ffffff;
  background: #7cb929;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

.stat.stat-lose {
  color: #ffffff;
  background: #ec0000;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

.stat.stat-draw {
  color: #ffffff;
  background: #ee8e12;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

.stat.stat-pending {
  color: #ffffff;
  background: #f2ae1c;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

/* END GENERAL */
/* INI HOME */
.home {
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* ini card home */
  /* end card home */
  /* ini card banner */
  /* end card banner */
}

@media (min-width: 767px) {
  .home {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.home .card {
  width: 100%;
  background: #ffffff;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  overflow: hidden;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .home .card {
    -ms-flex: initial;
    flex: initial;
  }
}

@media (min-width: 767px) {
  .home .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}

.home .card .bg-card-color {
  background: -moz-linear-gradient(left, rgba(0, 56, 128, 0.85) 0%, rgba(0, 56, 128, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 56, 128, 0.85) 0%, rgba(0, 56, 128, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 56, 128, 0.85) 0%, rgba(0, 56, 128, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9003880', endColorstr='#D9003880',GradientType=1 );
  /* IE6-9 */
  padding: 1.25rem 1rem 1rem 1rem;
}

@media (min-width: 992px) {
  .home .card .bg-card-color {
    padding: 1.5rem 1.5rem 1.25rem 1.5rem;
  }
}

.home .card .bg-card-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home .card .bg-card-image.bg-datos {
  background: url(../img/bigmat/bg-home-datos.jpg) no-repeat center center;
}

.home .card .bg-card-image.bg-coontesta {
  background: url(../img/bigmat/bg-home-coontesta.jpg) no-repeat center center;
}

.home .card .bg-card-image.bg-cursos {
  background: url(../img/bigmat/bg-home-cursos.jpg) no-repeat center center;
}

.home .card .bg-card-image.bg-noticias {
  background: url(../img/bigmat/bg-home-noticias.jpg) no-repeat center center;
}

.home .card .card-header {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 0;
  border: none;
}

.home .card .card-header h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  color: #ffffff;
}

.home .card .card-header h2:before {
  display: none;
}

@media (min-width: 767px) {
  .home .card .card-header h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  .home .card .card-header h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.home .card .card-header img {
  max-width: 40px;
  margin: 0 auto 0.5rem auto;
}

@media (min-width: 767px) {
  .home .card .card-header img {
    max-width: 30px;
  }
}

@media (min-width: 992px) {
  .home .card .card-header img {
    max-width: 50px;
  }
}

.home .card .card-header .icon-card-home {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto 0.5rem auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  .home .card .card-header .icon-card-home {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 992px) {
  .home .card .card-header .icon-card-home {
    width: 50px;
    height: 50px;
  }
}

.home .card .card-header .icon-card-home.icon-datos {
  background-image: url(../img/bigmat/icon-datos.png);
}

.home .card .card-header .icon-card-home.icon-coontesta {
  background-image: url(../img/bigmat/icon-coontesta.png);
}

.home .card .card-header .icon-card-home.icon-cursos {
  background-image: url(../img/bigmat/icon-cursos.png);
}

.home .card .card-header .icon-card-home.icon-noticias {
  background-image: url(../img/bigmat/icon-noticias.png);
}

.home .card .card-body {
  padding: 1.5rem;
}

@media (min-width: 767px) {
  .home .card .card-body {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .home .card .card-body {
    padding: 1.75rem 1.75rem 2.25rem 1.75rem;
  }
}

@media (min-width: 767px) {
  .home .card .card-body .card-title {
    min-height: 78px;
  }
}

@media (min-width: 992px) {
  .home .card .card-body .card-title {
    min-height: 36px;
  }
}

.home .card .card-body .card-subtitle {
  color: #97c6ea;
  font-family: "MontserratSB", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.45rem;
  background: url(../img/bigmat/icon-flecha-subtitle.png) no-repeat center left;
  background-size: 7px;
}

.home .card .card-body .card-list {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.home .card .card-body .card-list li {
  margin-bottom: 0.75rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.home .card .card-body .card-list li a {
  color: #262626;
}

.home .card .card-body .card-list li a:hover {
  color: #e0001b;
}

.home .card .card-body .card-list li span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-family: "MontserratBK", sans-serif;
  color: #e0001b;
  font-family: "MontserratSB", sans-serif;
}

.home .card .card-body .card-list li strong {
  font-family: "MontserratSB", sans-serif;
  display: inline-block;
  vertical-align: middle;
  max-width: 75%;
  line-height: 1.3;
}

.home .card .card-body .btn-primary, .home .card .card-body .btn-video, .home .card .card-body .btn-contenido {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 220px;
  font-size: 16px;
  font-size: 1rem;
}

.home .item-home-banner {
  background: url(../img/bigmat/banner-home-mi-catalogo-bg-mb.jpg) no-repeat top center;
  background-size: auto 150%;
}

@media (min-width: 767px) {
  .home .item-home-banner {
    background: url(../img/bigmat/banner-home-mi-catalogo-bg-dt.jpg) no-repeat top center;
    background-size: auto 110%;
  }
}

.home .item-home-banner .card-body {
  padding: 1.5rem;
  text-align: center;
}

@media (min-width: 767px) {
  .home .item-home-banner .card-body {
    padding: 2.5rem;
    text-align: left;
  }
}

.home .item-home-banner h2 {
  font-family: "MontserratSB", sans-serif;
  color: #e0001b;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0.25rem;
}

@media (min-width: 767px) {
  .home .item-home-banner h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.home .item-home-banner h3 {
  color: #003880;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .home .item-home-banner h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.home .item-home-banner p {
  color: #262626;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media (min-width: 767px) {
  .home .item-home-banner p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.home .item-home-banner .img-banner {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: url(../img/bigmat/banner-home-mi-catalogo.png) no-repeat top center;
  background-size: 80%;
  margin-top: 2rem;
}

@media (min-width: 767px) {
  .home .item-home-banner .img-banner {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    max-width: 100%;
    background-size: 100%;
  }
}

.home .item-home-banner .btn-primary, .home .item-home-banner .btn-video, .home .item-home-banner .btn-contenido {
  margin: 0 auto;
  display: block;
  color: #ffffff;
  font-family: "MontserratSB", sans-serif;
  background-color: #e0001b;
  border: 1px solid #e0001b !important;
}

.home .item-home-banner .btn-primary:hover, .home .item-home-banner .btn-video:hover, .home .item-home-banner .btn-contenido:hover, .home .item-home-banner .btn-primary:active, .home .item-home-banner .btn-video:active, .home .item-home-banner .btn-contenido:active, .home .item-home-banner .btn-primary:focus, .home .item-home-banner .btn-video:focus, .home .item-home-banner .btn-contenido:focus {
  color: #ffffff;
  border: 1px solid #e0001b !important;
  background-color: #e0001b !important;
}

/* END HOME */
/* INI CARD */
.card {
  background: transparent;
  border: none;
}

.card .card-header {
  background: transparent;
  border: none;
  padding-left: 0;
  text-align: center;
}

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

.card .card-header h2 {
  line-height: 1;
}

.card .card-header h2:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  margin-right: 0.5rem;
  margin-top: 1px;
  background-image: url(../img/bigmat/icon-flecha-header.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  .card .card-header h2:before {
    margin-right: 0.5rem;
    margin-top: 5px;
  }
}

/* END CARD */
/* INI DATOS */
.datos {
  /* ini user profile */
  /* end user profile */
  /* ini current */
  /* end current */
  /* ini ended */
  /* end ended */
}

.datos .card .card-body {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.datos .user-profile {
  text-align: center;
}

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

@media (min-width: 767px) {
  .datos .user-profile .card-body {
    padding-right: 0.5rem;
  }
}

.datos .user-profile .user-profile-header {
  text-align: center;
}

@media (min-width: 992px) {
  .datos .user-profile .user-profile-header {
    text-align: left;
  }
}

.datos .user-profile .user-profile-avatar {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e9f0f0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  width: 90px;
  height: 90px;
}

.datos .user-profile .user-profile-avatar img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  max-width: 80%;
}

@media (min-width: 767px) {
  .datos .user-profile .user-profile-avatar {
    width: 80px;
    height: 80px;
  }
}

@media (min-width: 992px) {
  .datos .user-profile .user-profile-avatar {
    width: 90px;
    height: 90px;
    margin-right: 1.5rem;
  }
}

.datos .user-profile .user-profile-info {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1.5rem;
  width: 100%;
}

@media (min-width: 767px) {
  .datos .user-profile .user-profile-info {
    margin-top: 0.75rem;
  }
}

@media (min-width: 992px) {
  .datos .user-profile .user-profile-info {
    margin-top: 0;
    width: auto;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .datos .user-profile .user-profile-info {
    max-width: 65%;
  }
}

.datos .user-profile .user-profile-info h3 {
  font-family: "MontserratSB", sans-serif;
  color: #003880;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.datos .user-profile .user-profile-info h4 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.datos .user-profile ul {
  margin-top: 1.5rem;
}

@media (min-width: 767px) {
  .datos .user-profile ul {
    margin-top: 2rem;
  }
}

.datos .user-profile ul li {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
}

.datos .user-profile ul li:last-child {
  margin-bottom: 0;
}

.datos .user-profile ul li.text-center {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  .datos .user-profile ul li {
    display: inline-block;
    width: 49%;
  }
}

@media (min-width: 992px) {
  .datos .user-profile ul li {
    display: list-item;
    width: auto;
  }
}

.datos .user-profile ul li strong {
  display: inline-block;
  vertical-align: middle;
  font-family: "MontserratSB", sans-serif;
  width: 100%;
  margin-bottom: 0.5rem;
}

@media (min-width: 767px) {
  .datos .user-profile ul li strong {
    width: 122px;
    margin-bottom: 0;
  }
}

.datos .user-profile ul li span {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 767px) {
  .datos .user-profile ul li span {
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .datos .user-profile ul li span {
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .datos .user-profile ul li span {
    max-width: 60%;
  }
}

.datos .current {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
}

.datos .current .progress-row {
  min-height: 25px;
  margin-bottom: 1.5rem;
}

.datos .current .progress-row:last-child {
  margin-bottom: 0;
}

.datos .current .progress-row h4 {
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .datos .current .progress-row h4 {
    padding-right: 2rem;
    margin-bottom: 0;
  }
}

.datos .ended .card-body {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .datos .ended .card-deck {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.datos .ended .item-ended {
  border: 1px solid #f3ecf5;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  text-align: center;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  /*
      @include respond-to(extralarge) {
        -ms-flex: 0 0 30.4%;
        flex: 0 0 30.4%;
      }    
      */
}

@media (min-width: 576px) {
  .datos .ended .item-ended {
    width: 100%;
    -ms-flex: initial;
    flex: initial;
  }
}

@media (min-width: 767px) {
  .datos .ended .item-ended {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .datos .ended .item-ended {
    -ms-flex: 0 0 46.6%;
    flex: 0 0 46.6%;
  }
}

.datos .ended .item-ended h5 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "MontserratSB", sans-serif;
  color: #003880;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.datos .ended .item-ended p {
  color: #003880;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}

.datos .ended .item-ended .btn-primary, .datos .ended .item-ended .btn-video, .datos .ended .item-ended .btn-contenido {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  height: 38px;
  padding: 0.2rem 1rem;
  width: auto;
}

.datos .ended .item-ended .btn-primary img, .datos .ended .item-ended .btn-video img, .datos .ended .item-ended .btn-contenido img {
  display: inline-block;
  vertical-align: middle;
  max-width: 25px;
  margin-right: 6px;
  padding-top: 0;
}

.datos .ended .item-ended .btn-primary span, .datos .ended .item-ended .btn-video span, .datos .ended .item-ended .btn-contenido span {
  display: inline-block;
  vertical-align: middle;
}

.datos .ended .item-ended .btn-primary .icon-diploma, .datos .ended .item-ended .btn-video .icon-diploma, .datos .ended .item-ended .btn-contenido .icon-diploma {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-image: url(../img/bigmat/icon-diploma.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  margin-right: 6px;
}

.datos .ended .item-ended .btn-primary.recogido, .datos .ended .item-ended .recogido.btn-video, .datos .ended .item-ended .recogido.btn-contenido {
  background-color: #7cb929 !important;
  border-color: #7cb929 !important;
}

/* ini progress bar */
.progress-box {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
  position: relative;
  height: 18px;
  background: #f5f6f6;
  padding: 3px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

.progress-box .progress-bar {
  width: 0;
  height: 12px;
  background: #97c6ea;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

@media (min-width: 576px) {
  .progress-box {
    width: 87%;
  }
}

@media (min-width: 767px) {
  .progress-box {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .progress-box {
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .progress-box {
    width: 88%;
  }
}

.progress-percentage {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding-left: 0.15rem;
  font-family: "MontserratSB", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  color: #97c6ea;
}

@media (min-width: 576px) {
  .progress-percentage {
    width: 11%;
  }
}

@media (min-width: 767px) {
  .progress-percentage {
    width: 9%;
  }
}

@media (min-width: 992px) {
  .progress-percentage {
    width: 13%;
  }
}

@media (min-width: 1200px) {
  .progress-percentage {
    width: 11%;
  }
}

.progress-row-xl .progress-box {
  height: 30px;
  padding: 5px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background-clip: padding-box;
  width: 74%;
}

.progress-row-xl .progress-box .progress-bar {
  height: 20px;
}

@media (min-width: 576px) {
  .progress-row-xl .progress-box {
    width: 80%;
  }
}

@media (min-width: 767px) {
  .progress-row-xl .progress-box {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .progress-row-xl .progress-box {
    width: 89%;
  }
}

.progress-row-xl .progress-percentage {
  font-size: 20px;
  font-size: 1.25rem;
  width: 24%;
}

@media (min-width: 576px) {
  .progress-row-xl .progress-percentage {
    width: 18%;
  }
}

@media (min-width: 767px) {
  .progress-row-xl .progress-percentage {
    width: 9%;
  }
}

@media (min-width: 992px) {
  .progress-row-xl .progress-percentage {
    width: 9%;
  }
}

.progress-row-game .progress-box {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  height: 18px;
  background: #f5f6f6;
  padding: 3px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

.progress-row-game .progress-box .progress-bar {
  width: 0;
  height: 12px;
  background: #97c6ea;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-clip: padding-box;
}

@media (min-width: 767px) {
  .progress-row-game .progress-box {
    width: 73%;
  }
}

@media (min-width: 1200px) {
  .progress-row-game .progress-box {
    width: 77%;
  }
}

.progress-row-game .progress-percentage {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  margin-top: 0.25rem;
}

@media (min-width: 767px) {
  .progress-row-game .progress-percentage {
    margin-top: 0;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .progress-row-game .progress-percentage {
    width: 22%;
  }
}

/* end progress bar */
/* END DATOS */
/* INI COONTESTA */
/* ini box stat */
.box-stat {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 7.6rem;
  margin-bottom: 1.25rem;
}

.box-info-stat {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 7.5rem;
}

.box-info-stat .card-list li {
  margin-bottom: 0.5rem;
}

.box-info-stat .card-list li strong {
  font-size: 12px;
  font-size: 0.75rem;
}

.box-info-stat .card-list li .stat {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0.25rem 0.5rem;
}

/* end box stat */
.coontesta {
  margin-top: 0rem;
  margin-bottom: 2rem;
}

@media (min-width: 767px) {
  .coontesta {
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
}

.coontesta .card {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.coontesta .card.item-coontesta {
  text-align: center;
  margin-bottom: 1.5rem;
}

.coontesta .card.item-coontesta .card-header {
  position: relative;
  text-align: center;
  color: #ffffff;
  background: -moz-linear-gradient(left, #003880 0%, #003880 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003880 0%, #003880 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003880 0%, #003880 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF003880', endColorstr='#FF003880',GradientType=1 );
  /* IE6-9 */
  padding: 0;
  border: none;
  min-height: 60px;
}

.coontesta .card.item-coontesta .card-header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  padding: 0 1rem;
  margin: 0;
}

.coontesta .card.item-coontesta .card-header h2:before {
  display: none;
}

@media (min-width: 767px) {
  .coontesta .card.item-coontesta .card-header h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .coontesta .card.item-coontesta .card-header h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.coontesta .card.item-coontesta .card-body {
  padding: 1.75rem 0.5rem 0.85rem 0.5rem;
}

.coontesta .card.item-coontesta .btn-primary, .coontesta .card.item-coontesta .btn-video, .coontesta .card.item-coontesta .btn-contenido {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 40px;
  padding: 0.5rem 2rem;
  max-width: 210px;
  font-size: 16px;
  font-size: 1rem;
}

.coontesta .card.item-coontesta small {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 12px;
  font-size: 0.75rem;
  min-height: 12px;
}

@media (min-width: 767px) {
  .coontesta .card.item-coontesta {
    /*
          &:nth-last-child(-n + 2) {
            margin-bottom: 0;
        }
        */
  }
}

@media (min-width: 576px) {
  .coontesta .card.item-coontesta {
    width: 100%;
    -ms-flex: initial;
    flex: initial;
  }
}

@media (min-width: 767px) {
  .coontesta .card.item-coontesta {
    -ms-flex: 0 0 45.8%;
    flex: 0 0 45.8%;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .coontesta .card.item-coontesta {
    -ms-flex: 0 0 45.3%;
    flex: 0 0 45.3%;
  }
}

@media (min-width: 1200px) {
  .coontesta .card.item-coontesta {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
  }
}

.coontesta .instructions {
  text-align: center;
}

.coontesta .instructions .card-body {
  padding-top: 2rem;
}

.coontesta .instructions .item-instructions {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 auto 2rem auto;
}

@media (min-width: 992px) {
  .coontesta .instructions .item-instructions:first-child {
    max-width: 220px;
  }
}

@media (min-width: 767px) {
  .coontesta .instructions .item-instructions {
    max-width: 32%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .coontesta .instructions .item-instructions {
    max-width: 300px;
    margin-bottom: 2rem;
  }
}

.coontesta .instructions .item-instructions .icon-instructions {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  border: 3px solid #97c6ea;
  margin-bottom: 0.25rem;
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.coontesta .instructions .item-instructions .icon-instructions.instruction-1 {
  background-image: url(../img/bigmat/icon-instrucciones-1.png);
}

.coontesta .instructions .item-instructions .icon-instructions.instruction-2 {
  background-image: url(../img/bigmat/icon-instrucciones-2.png);
}

.coontesta .instructions .item-instructions .icon-instructions.instruction-3 {
  background-image: url(../img/bigmat/icon-instrucciones-3.png);
}

.coontesta .instructions .item-instructions .icon-instructions img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 70%;
}

.coontesta .instructions .item-instructions h3 {
  color: #003880;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "MontserratSB", sans-serif;
  margin-bottom: 0.25rem;
}

.coontesta .instructions .item-instructions p {
  font-size: 15px;
  font-size: 0.9375rem;
}

/* END COONTESTA */
/* INI RETOS */
.challenges-alert {
  position: relative;
}

.challenges-alert .challenges {
  position: absolute;
  top: 0;
  left: 0;
}

.challenges {
  background: #ff903b;
  color: #ffffff;
  padding-bottom: 0.45rem;
}

.challenges h2 {
  width: 100%;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  padding-top: 1rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 0.5rem;
}

.challenges .challenge-row {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.challenges .challenge-icon {
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  width: 36px;
  height: 36px;
  line-height: 46px;
  text-align: center;
  margin-right: 0.5rem;
  background-image: url(../img/bigmat/icon-notificaciones.png);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.challenges .challenge-icon img {
  display: inline-block;
  width: 60%;
}

.challenges .challenge-info {
  display: inline-block;
  vertical-align: middle;
  max-width: 65%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "MontserratSB", sans-serif;
  line-height: 1.3;
}

.challenges .challenge-info strong {
  font-family: "MontserratSB", sans-serif;
}

@media (min-width: 576px) {
  .challenges .challenge-info {
    max-width: 80%;
  }
}

.challenges .btn-primary, .challenges .btn-video, .challenges .btn-contenido {
  color: #ff903b;
  background-color: white;
  border: 1px solid rgba(255, 255, 255, 0) !important;
  height: 36px;
  padding: 0.5rem 1rem;
}

.challenges .btn-primary:hover, .challenges .btn-video:hover, .challenges .btn-contenido:hover, .challenges .btn-primary:active, .challenges .btn-video:active, .challenges .btn-contenido:active, .challenges .btn-primary:focus, .challenges .btn-video:focus, .challenges .btn-contenido:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #ff903b;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background-color: #ffffff !important;
}

@media (min-width: 576px) {
  .challenges .btn-primary, .challenges .btn-video, .challenges .btn-contenido {
    padding: 0.5rem 1.5rem;
  }
}

/* END RETOS */
/* INI COONTESTA JUEGO */
.juego .section-header {
  background: #ffffff;
  padding-top: 1.5rem;
  padding-bottom: 1.65rem;
}

@media (min-width: 767px) {
  .juego .section-header {
    padding-top: 2rem;
    padding-bottom: 2.35rem;
  }
}

@media (min-width: 992px) {
  .juego .section-header {
    padding-top: 2.15rem;
    padding-bottom: 2rem;
  }
}

.juego .section-header h1 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
}

@media (min-width: 767px) {
  .juego .section-header h1 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .juego .section-header h1 {
    margin-top: -5px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.juego .section-header h1:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  margin-right: 0.5rem;
  margin-top: 1px;
  background-image: url(../img/bigmat/icon-flecha-header.png);
  background-size: 10px auto;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  .juego .section-header h1:before {
    width: 10px;
    height: 16px;
    margin-top: 2px;
    margin-right: 0.65rem;
  }
}

@media (min-width: 992px) {
  .juego .section-header h1:before {
    margin-top: 2px;
    margin-right: 0.65rem;
  }
}

.juego .section-header h1 img {
  display: inline-block;
  vertical-align: middle;
  max-width: 8px;
  margin-right: 0.5rem;
  margin-top: 2px;
}

@media (min-width: 767px) {
  .juego .section-header h1 img {
    margin-top: 2px;
    max-width: 10px;
    margin-right: 0.65rem;
  }
}

@media (min-width: 992px) {
  .juego .section-header h1 img {
    margin-top: 2px;
    max-width: 10px;
    margin-right: 0.65rem;
  }
}

.juego h4 {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0.7rem 1.5rem 0 1.5rem;
}

.juego .header-ranking {
  text-align: center;
}

@media (min-width: 767px) {
  .juego .header-ranking {
    text-align: right;
    margin-top: -2px;
  }
}

.juego .header-ranking .header-ranking-info {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
}

@media (min-width: 767px) {
  .juego .header-ranking .header-ranking-info {
    width: auto;
    text-align: right;
  }
}

@media (min-width: 992px) {
  .juego .header-ranking .header-ranking-info {
    margin-top: 2px;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}

.juego .header-ranking .header-ranking-info strong {
  font-family: "MontserratSB", sans-serif;
}

.juego .header-ranking .btn-primary, .juego .header-ranking .btn-video, .juego .header-ranking .btn-contenido {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
}

.juego .card .card-body {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.juego .card-deck {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 576px) {
  .juego .card-deck.col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 767px) {
  .juego .card-deck.col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .juego .card-deck {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.juego .card.item-juego {
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  .juego .card.item-juego:first-child {
    margin-right: 6%;
  }
}

@media (min-width: 576px) {
  .juego .card.item-juego {
    width: 100%;
    -ms-flex: initial;
    flex: initial;
  }
}

@media (min-width: 767px) {
  .juego .card.item-juego {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.juego .card.item-juego-realizados .box-info-stat {
  width: 100%;
  max-width: 100%;
}

.juego .botones-juego {
  text-align: center;
}

.juego .box-stat {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 9.5rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .juego .box-stat {
    margin-bottom: 0;
  }
}

.juego .pie {
  width: 9.5rem;
  height: 9.5rem;
}

.juego .pie:after {
  width: 7.5rem;
  height: 7.5rem;
  padding-top: 8px;
  font-size: 36px;
  font-size: 2.25rem;
}

.juego .stat-label {
  top: 34%;
  font-size: 15px;
  font-size: 0.9375rem;
}

.juego .box-info-stat {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 7.5rem;
}

.juego .box-info-stat .btn-primary, .juego .box-info-stat .btn-video, .juego .box-info-stat .btn-contenido {
  font-size: 15px;
  font-size: 0.9375rem;
  height: 38px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.juego .box-info-stat .card-list li {
  margin-bottom: 1rem;
  line-height: 1.4;
}

.juego .box-info-stat .card-list li strong {
  font-size: 14px;
  font-size: 0.875rem;
}

.juego .box-info-stat .card-list li .stat {
  font-size: 18px;
  font-size: 1.125rem;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0.25rem 0.5rem;
}

.juego .box-info-stat .card-list li .stat.stat-win, .juego .box-info-stat .card-list li .stat.stat-lose, .juego .box-info-stat .card-list li .stat.stat-draw {
  width: 65px;
}

.juego .box-info-stat .card-list li .stat.stat-medal {
  color: #ffffff;
  background: url(../img/bigmat/bg-medal.png) no-repeat top center;
  background-size: 100% auto;
  width: 50px;
  height: 60px;
  line-height: 47px;
  margin-bottom: 0;
}

.juego .box-info-stat .card-list li .btn-primary, .juego .box-info-stat .card-list li .btn-video, .juego .box-info-stat .card-list li .btn-contenido {
  margin-top: 1.6rem;
  padding-top: 0;
  padding-bottom: 0;
}

/* END COONTESTA JUEGO */
/* INI COONTESTA JUGAR */
.jugar .botones-juego p strong {
  display: inline-block;
  margin-top: 1rem;
  font-family: "MontserratSB", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #003880;
}

.jugar .item-question h3 {
  color: #003880;
  font-size: 16px;
  font-size: 1rem;
  font-family: "MontserratSB", sans-serif;
  margin-bottom: 1.5rem;
  text-align: left;
  min-height: 40px;
  padding-top: 0.35rem;
}

@media (min-width: 767px) {
  .jugar .item-question h3 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 0;
    min-height: 45px;
  }
}

.jugar .item-question h3 .question-number {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-align: center;
  color: #ffffff;
  background: #003880;
  font-family: "MontserratSB", sans-serif;
  width: 35px;
  height: 35px;
  line-height: 36px;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin-right: 0.5rem;
  overflow: hidden;
}

@media (min-width: 992px) {
  .jugar .item-question h3 .question-number {
    width: 45px;
    height: 45px;
    line-height: 46px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.jugar .item-question h3 span {
  display: inline-block;
  vertical-align: middle;
  max-width: 55%;
}

@media (min-width: 576px) {
  .jugar .item-question h3 span {
    max-width: 70%;
  }
}

@media (min-width: 767px) {
  .jugar .item-question h3 span {
    max-width: 80%;
  }
}

@media (min-width: 992px) {
  .jugar .item-question h3 span {
    max-width: 90%;
  }
}

@media (min-width: 992px) {
  .jugar .item-question {
    text-align: left;
  }
}

/* ini answers */
.answers .card-body {
  padding-bottom: 0;
}

@media (min-width: 576px) {
  .answers .card-deck {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.answers .item-answer {
  border: 1px solid #f3ecf5;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  text-align: center;
  padding: 0.75rem 0.5rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

.answers .item-answer:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02), 0 6px 6px rgba(0, 0, 0, 0.06);
}

@media (min-width: 576px) {
  .answers .item-answer {
    width: 100%;
    -ms-flex: initial;
    flex: initial;
  }
}

@media (min-width: 767px) {
  .answers .item-answer {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    padding: 1.25rem 0.5rem;
    -ms-flex: 0 0 21.7%;
    flex: 0 0 21.7%;
    margin-bottom: 1.25rem;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 992px) {
  .answers .item-answer {
    -ms-flex: 0 0 21.8%;
    flex: 0 0 21.8%;
  }
}

.answers .item-answer h4 {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .answers .item-answer h4 {
    width: 100%;
    margin-top: 1rem;
    font-weight: normal;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}

.answers .item-answer img {
  max-width: 40px;
  margin-right: 1rem;
}

@media (min-width: 767px) {
  .answers .item-answer img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}

/* end answers */
/* ini timer mb */
/*
@keyframes pulse {
  from { transform: scale(1); }
  50% { transform: scale(0.85); }
  to { transform: scale(1); }
}
.pulse-timer-mb {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}*/
.block-timer-mb {
  position: absolute;
  top: 15px;
  right: 20px;
}

@media (min-width: 576px) {
  .block-timer-mb {
    top: 12px;
    right: 12px;
  }
}

.bg-timer-mb {
  width: 60px;
  height: 60px;
  border: 0px solid #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  box-sizing: content-box;
  background-color: #00476a;
  position: absolute;
  z-index: 1;
}

.container-timer-mb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
}

.box-timer-mb {
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

/* end timer mb */
/* ini timer */
.bg-timer {
  width: 140px;
  height: 140px;
  border: 0px solid #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  box-sizing: content-box;
  background-color: #00476a;
  position: absolute;
  z-index: 1;
}

.container-timer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 140px;
  height: 140px;
}

.box-timer {
  position: relative;
  margin: 0 auto;
  width: 140px;
  height: 140px;
}

.coutndown-wrapper-time {
  font-family: "MontserratSB", sans-serif;
}

.coutndown-circle-left,
.coutndown-circle-right {
  background-color: #009ac7 !important;
}

/* end timer */
/* END COONTESTA JUGAR */
/* INI LOGIN */
.login .bg-login, .registrousuario .bg-login,
.cambioclave .bg-login {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(0, 56, 128, 0.85) 0%, rgba(0, 56, 128, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 56, 128, 0.85) 0%, rgba(0, 56, 128, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 56, 128, 0.85) 0%, rgba(0, 56, 128, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9003880', endColorstr='#D9003880',GradientType=1 );
  /* IE6-9 */
}

.login .box-form, .registrousuario .box-form,
.cambioclave .box-form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  margin: 50px auto 0 auto;
  width: 100%;
  max-width: 290px;
  background: transparent;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
}

@media (min-width: 767px) {
  .login .box-form, .registrousuario .box-form,
  .cambioclave .box-form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
    max-width: 400px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.login .box-form .logo, .registrousuario .box-form .logo,
.cambioclave .box-form .logo {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 767px) {
  .login .box-form .logo, .registrousuario .box-form .logo,
  .cambioclave .box-form .logo {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.login .box-form .logo img, .registrousuario .box-form .logo img,
.cambioclave .box-form .logo img {
  max-width: 70%;
  margin: 0 auto;
  padding: 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  background: #ffffff;
}

@media (min-width: 767px) {
  .login .box-form .logo img, .registrousuario .box-form .logo img,
  .cambioclave .box-form .logo img {
    padding: 14px;
  }
}

.login .box-form .form-group, .registrousuario .box-form .form-group,
.cambioclave .box-form .form-group {
  margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
  .login .box-form .form-group, .registrousuario .box-form .form-group,
  .cambioclave .box-form .form-group {
    margin-bottom: 1.5rem;
  }
}

.login .box-form .form-group .form-control, .registrousuario .box-form .form-group .form-control,
.cambioclave .box-form .form-group .form-control {
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  border: 1px solid #d9e3ee;
  color: #262626;
}

.login .box-form .form-group .btn-primary, .registrousuario .box-form .form-group .btn-primary,
.cambioclave .box-form .form-group .btn-primary, .login .box-form .form-group .btn-video, .registrousuario .box-form .form-group .btn-video,
.cambioclave .box-form .form-group .btn-video, .login .box-form .form-group .btn-contenido, .registrousuario .box-form .form-group .btn-contenido,
.cambioclave .box-form .form-group .btn-contenido {
  width: 100%;
}

.login .box-form .forgot-password, .registrousuario .box-form .forgot-password,
.cambioclave .box-form .forgot-password {
  text-align: center;
  margin-bottom: 1.15rem;
}

.login .box-form .forgot-password a, .registrousuario .box-form .forgot-password a,
.cambioclave .box-form .forgot-password a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
}

.login .box-form .form-group p, .registrousuario .box-form .form-group p,
.cambioclave .box-form .form-group p, .registrousuario .box-form .form-group p, .cambioclave .box-form .form-group p {
  color: #ffffff;
}

/* END LOGIN */
/* ini table responsive */
.box-table {
  padding: 0 15px;
}

@media (min-width: 767px) {
  .box-table {
    height: 300px;
    overflow: auto;
  }
}

.table {
  margin-bottom: 0;
}

.table .image-file-table {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0px;
  max-width: 30px;
}

@media (min-width: 767px) {
  .table .image-file-table {
    margin: 0 15px 0 0;
  }
}

.table .image-table {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 3px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}

.table .image-table img {
  width: auto;
  max-width: none;
  height: 100%;
}

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

.table .text-file-table {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: left;
  margin: 4px 0 0 0;
}

.table .text-file-table span {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 767px) {
  .table .text-file-table span {
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .table .text-file-table span {
    max-width: 70%;
  }
}

@media (min-width: 1200px) {
  .table .text-file-table span {
    max-width: 70%;
  }
}

.table tbody tr td:first-child {
  border-top: none;
}

@media (min-width: 767px) {
  .table tbody tr td:first-child {
    border-top: 1px solid #f5f6f6;
  }
}

@media (min-width: 767px) {
  .table .table-responsive-stack-thead {
    display: none !important;
  }
  .table thead {
    display: table-header-group !important;
  }
  .table thead tr th:first-child {
    padding-left: 0;
  }
}

.table thead th {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  color: #003880;
  background: #ffffff;
  font-family: "MontserratSB", sans-serif;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .table thead th {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (min-width: 767px) {
  .table tr:nth-child(odd) td {
    background-color: rgba(245, 246, 246, 0.6);
  }
}

.table td {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
  border: none;
  vertical-align: middle;
  line-height: 1.3;
  padding: 0.35rem 1rem;
}

@media (min-width: 767px) {
  .table td {
    text-align: center;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 1rem;
  }
}

.table td .stat img {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .table-responsive-stack tr:first-child {
    padding-top: 0;
  }
  .table-responsive-stack tr:nth-child(even) {
    background-color: rgba(245, 246, 246, 0.6);
  }
  .table-responsive-stack td,
  .table-responsive-stack th {
    display: block;
    /*      
   flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .table-responsive-stack .table-responsive-stack-thead {
    display: inline-block;
    min-width: 80px;
    margin-right: 1rem;
    font-family: "MontserratSB", sans-serif;
    color: #003880;
  }
  .table-responsive-stack tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*border-bottom: 5px solid $gray-light;*/
    display: block;
  }
  /*  IE9 FIX   */
  .table-responsive-stack td {
    float: left\9;
    width: 100%;
  }
}

/* end table responsive */
/* INI MODAL */
.modal {
  /* ini modal video */
  /* end modal video */
  font-size: 15px;
  font-size: 0.9375rem;
}

.modal .modal-content .modal-header {
  align-items: center;
}

.modal .modal-content .modal-header h2.modal-title:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 13px;
  margin-right: 0.5rem;
  margin-top: 1px;
  background-image: url(../img/bigmat/icon-flecha-header.png);
  background-size: 8px auto;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  .modal .modal-content .modal-header h2.modal-title:before {
    margin-right: 0.5rem;
    margin-top: 5px;
  }
}

.modal.modal-video .modal-dialog {
  overflow: hidden;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  background-color: transparent;
}

@media (min-width: 767px) {
  .modal.modal-video .modal-dialog {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .modal.modal-video .modal-dialog {
    max-width: 850px;
  }
}

@media (min-width: 1200px) {
  .modal.modal-video .modal-dialog {
    max-width: 900px;
  }
}

.modal.modal-video .modal-content {
  overflow: hidden;
  background-color: #ffffff;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  padding: 0px;
  padding-top: 40px;
}

@media (min-width: 767px) {
  .modal.modal-video .modal-content {
    padding-top: 40px;
  }
}

.modal.modal-video .modal-content .modal-header {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2000;
  background: transparent;
  padding: 0;
}

.modal.modal-video .modal-content .modal-header button {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  background: transparent;
  color: #e0001b;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 48px;
  font-size: 3rem;
  padding: 0;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none;
}

.modal.modal-video .modal-content .modal-header .close {
  margin: 5px;
  background: transparent;
}

.modal.modal-video .modal-body {
  padding: 3rem .5rem .5rem .5rem;
  background-color: transparent;
}

.modal .modal-form {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal .modal-form .form-group label {
  margin-bottom: 0.5rem;
}

@media (min-width: 767px) {
  .modal .modal-form .form-group label {
    margin-bottom: 0;
  }
}

.modal .modal-form .form-group .form-control {
  height: 40px;
}

.modal.modal-password .modal-dialog {
  max-width: 520px;
}

@media (min-width: 767px) {
  .modal.modal-password .modal-dialog {
    max-width: 520px;
  }
}

@media (min-width: 992px) {
  .modal.modal-password .modal-dialog {
    max-width: 520px;
  }
}

.modal.modal-challenge .modal-dialog {
  max-width: 480px;
}

@media (min-width: 767px) {
  .modal.modal-challenge .modal-dialog {
    max-width: 480px;
  }
}

@media (min-width: 992px) {
  .modal.modal-challenge .modal-dialog {
    max-width: 480px;
  }
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .modal-box {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .form-box {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 767px) {
  .modal.modal-challenge .modal-dialog .modal-content .modal-body .form-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .btn-primary, .modal.modal-challenge .modal-dialog .modal-content .modal-body .btn-video, .modal.modal-challenge .modal-dialog .modal-content .modal-body .btn-contenido {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .box-challenge-list {
  background: #f5f6f6;
  padding-top: 20px;
}

@media (min-width: 767px) {
  .modal.modal-challenge .modal-dialog .modal-content .modal-body .box-challenge-list {
    height: 130px;
    overflow: auto;
    margin-bottom: 0rem;
    padding-bottom: 20px;
  }
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list {
  padding-bottom: 10px;
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li:hover {
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li {
    text-align: left;
    padding: 0.5rem 0rem 0.5rem 1.5rem;
  }
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li .challenge-list-info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 576px) {
  .modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li .challenge-list-info {
    width: 75%;
  }
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li .challenge-list-info strong {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li .challenge-list-info span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  color: rgba(38, 38, 38, 0.7);
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li .challenge-list-cta {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-top: 0.5rem;
}

@media (min-width: 576px) {
  .modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li .challenge-list-cta {
    width: 21%;
    text-align: right;
    padding-top: 0;
  }
}

.modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li .challenge-list-cta .btn-primary, .modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li .challenge-list-cta .btn-video, .modal.modal-challenge .modal-dialog .modal-content .modal-body .challenge-list li .challenge-list-cta .btn-contenido {
  font-size: 15px;
  font-size: 0.9375rem;
  height: 34px;
  padding: 0 1rem;
  margin: 0;
}

.modal.modal-new-medal .modal-dialog {
  max-width: 480px;
}

.modal.modal-new-medal .modal-dialog .modal-body .item-new-medal {
  padding: 15px;
  line-height: 1.3;
  text-align: center;
}

.modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .img-medal {
  display: block;
}

@media (min-width: 767px) {
  .modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .img-medal {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 1rem;
  }
}

.modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .img-medal img {
  max-width: 65px;
  margin: 0 auto 0.5rem auto;
}

@media (min-width: 767px) {
  .modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .img-medal img {
    margin: 0;
  }
}

.modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .info-new-medal {
  display: block;
  width: 100%;
}

@media (min-width: 767px) {
  .modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .info-new-medal {
    display: inline-block;
    vertical-align: middle;
  }
}

.modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .info-new-medal strong {
  display: block;
  color: #003880;
  font-family: "MontserratSB", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 767px) {
  .modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .info-new-medal strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .info-new-medal span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
  .modal.modal-new-medal .modal-dialog .modal-body .item-new-medal .info-new-medal span {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 767px) {
  .modal.modal-new-medal .modal-dialog {
    max-width: 480px;
  }
}

@media (min-width: 992px) {
  .modal.modal-new-medal .modal-dialog {
    max-width: 480px;
  }
}

.modal.modal-ranking .modal-dialog {
  max-width: 480px;
}

@media (min-width: 767px) {
  .modal.modal-ranking .modal-dialog {
    max-width: 480px;
  }
}

@media (min-width: 992px) {
  .modal.modal-ranking .modal-dialog {
    max-width: 480px;
  }
}

.modal.modal-ranking .ranking-medal {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #373737;
  background: #f4f6f6;
  font-family: "MontserratSB", sans-serif;
  width: 36px;
  height: 36px;
  line-height: 37px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  margin-right: 0;
  overflow: hidden;
}

.modal.modal-ranking .ranking-medal.gold {
  color: #ffffff;
  background: #dd9714;
}

.modal.modal-ranking .ranking-medal.silver {
  color: #ffffff;
  background: #c1c0c0;
}

.modal.modal-ranking .ranking-medal.bronze {
  color: #ffffff;
  background: #ad6942;
}

.modal.modal-ranking table tr td {
  background-color: transparent !important;
  border: none !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
}

.modal.modal-ranking table tr td:first-child {
  padding-left: 0;
}

.modal.modal-ranking table tr td:last-child {
  padding-right: 0;
}

.modal.modal-ranking table tr td strong {
  font-family: "MontserratSB", sans-serif;
}

.modal.modal-ranking .modal-ranking-info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
  color: #003880;
  font-size: 15px;
  font-size: 0.9375rem;
}

.modal.modal-ranking .modal-ranking-info strong {
  font-family: "MontserratSB", sans-serif;
}

.modal.modal-description .modal-dialog {
  max-width: 580px;
}

@media (min-width: 767px) {
  .modal.modal-description .modal-dialog {
    max-width: 580px;
  }
}

@media (min-width: 992px) {
  .modal.modal-description .modal-dialog {
    max-width: 580px;
  }
}

.modal.modal-description .modal-dialog .modal-content .modal-body .modal-box {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

.modal.modal-description .modal-dialog .modal-content .modal-body .btn-primary, .modal.modal-description .modal-dialog .modal-content .modal-body .btn-video, .modal.modal-description .modal-dialog .modal-content .modal-body .btn-contenido {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.modal.modal-description .modal-dialog .modal-content .modal-body p {
  text-align: left;
  margin-bottom: 1rem;
}

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

.modal .modal-content {
  background: #f4f8ff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
}

@media (min-width: 767px) {
  .modal .modal-content .box-modal-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.modal .modal-content .modal-header {
  border-bottom: none;
  padding: 1rem 1rem 1rem 1.25rem;
}

.modal .modal-content .modal-header .close {
  margin: 0rem 0 0 0.15rem;
  color: #e0001b;
  background: #ffffff;
  border-radius: 100%;
  min-width: 38px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  font-weight: normal;
  font-size: 32px;
  font-size: 2rem;
  padding: 0;
}

.modal .modal-content .modal-header h2 strong {
  font-family: "MontserratSB", sans-serif;
  vertical-align: middle;
}

.modal .modal-content .modal-body {
  padding-top: 0;
}

.modal .modal-content .modal-body .card-deck-modal {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 576px) {
  .modal .modal-content .modal-body .card-deck-modal.col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .modal .modal-content .modal-body .card-deck-modal .card {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 15px;
  }
}

@media (min-width: 767px) {
  .modal .modal-content .modal-body .card-deck-modal.col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal .modal-content .modal-body .card-deck-modal .card-left {
    -ms-flex: 0.35 0 0%;
    flex: 0.35 0 0%;
    margin-bottom: 15px;
  }
  .modal .modal-content .modal-body .card-deck-modal .card-right {
    -ms-flex: 0.65 0 0%;
    flex: 0.65 0 0%;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .modal .modal-content .modal-body .card-deck-modal {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.modal .modal-content .modal-body .modal-box {
  width: 100%;
  background: #ffffff;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  overflow: hidden;
  padding: 1rem;
}

.modal .modal-content .modal-body .card .card-body {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.modal .modal-content .modal-body .modal-list {
  padding-top: 2rem;
  max-width: 230px;
  margin: 0 auto;
}

.modal .modal-content .modal-body .modal-list li {
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.modal .modal-content .modal-body .modal-list li span {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  padding-right: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.modal .modal-content .modal-body .modal-list li strong {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  color: #e0001b;
  font-family: "MontserratSB", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.modal .modal-content .modal-body .modal-list-medals {
  text-align: center;
}

@media (min-width: 767px) {
  .modal .modal-content .modal-body .modal-list-medals {
    text-align: left;
    padding-bottom: 0.5rem;
  }
}

.modal .modal-content .modal-body .modal-list-medals .item-list-medals {
  line-height: 1.3;
  margin-bottom: 1rem;
}

.modal .modal-content .modal-body .modal-list-medals .item-list-medals .img-medal {
  display: block;
}

@media (min-width: 767px) {
  .modal .modal-content .modal-body .modal-list-medals .item-list-medals .img-medal {
    display: inline-block;
    vertical-align: middle;
    width: 12%;
  }
}

.modal .modal-content .modal-body .modal-list-medals .item-list-medals .img-medal img {
  max-width: 32px;
  margin: 0 auto 0.5rem auto;
}

@media (min-width: 767px) {
  .modal .modal-content .modal-body .modal-list-medals .item-list-medals .img-medal img {
    margin: 0;
  }
}

.modal .modal-content .modal-body .modal-list-medals .item-list-medals .info-medal {
  display: block;
}

@media (min-width: 767px) {
  .modal .modal-content .modal-body .modal-list-medals .item-list-medals .info-medal {
    display: inline-block;
    vertical-align: middle;
    width: 86%;
  }
}

.modal .modal-content .modal-body .modal-list-medals .item-list-medals .info-medal strong {
  display: block;
  color: #003880;
  font-family: "MontserratSB", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 0.15rem;
}

.modal .modal-content .modal-body .modal-list-medals .item-list-medals .info-medal span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

.modal .modal-content .modal-body .modal-stat .box-stat {
  display: block;
  margin: 0 auto;
  max-width: 10rem;
}

.modal .modal-content .modal-body .modal-stat .box-stat .pie {
  width: 10rem;
  height: 10rem;
}

.modal .modal-content .modal-body .modal-stat .box-stat .pie:after {
  width: 8.2rem;
  height: 8.2rem;
  font-size: 32px;
  font-size: 2rem;
}

.modal .modal-content .modal-body .modal-stat .box-stat .stat-label {
  color: #97c6ea;
  top: 64%;
  max-width: 50%;
  line-height: 1.2;
  font-size: 11px;
  font-size: 0.6875rem;
}

.modal .modal-content .modal-body .modal-stat .box-info-stat {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}

.modal .modal-content .modal-body .modal-stat .box-info-stat .card-list li .stat {
  width: 56px;
  height: 56px;
  line-height: 56px;
  margin-bottom: 0.5rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.modal .modal-content .modal-body .modal-stat .box-info-stat .card-list li strong {
  display: block;
  max-width: 100px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .modal .modal-dialog {
    max-width: 730px;
  }
}

@media (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 830px;
  }
}

/* END MODAL */
/* INI CHART 
// -- vars
$default-size: 7.25rem;
// -- mixins
@mixin size($width, $height) {
  height: $height;
  width: $width;
}

@mixin draw-progress($progress, $color) {
  .pie {
    .half-circle {
      border-color: $color;
    }

    .left-side {
      transform: rotate($progress * 3.6deg);
    }

    @if $progress <= 50 {
      .right-side {
        display: none;
      }
    } @else {
      clip: rect(auto, auto, auto, auto);

      .right-side {
        transform: rotate(180deg);
      }
    }
  }
}
  
  &.progress-45 {
    @include draw-progress(45, #1abc9c);
  }
  

.pie-wrapper {
  @include size($default-size, $default-size);
  margin: 0 auto ;
  position: relative;

  .pie {
    @include size(100%, 100%);
    clip: rect(0, $default-size, $default-size, $default-size / 2);
    left: 0;
    position: absolute;
    top: 0;

    .half-circle {
      @include size(100%, 100%);
      border: ($default-size / 10) solid $progress-bar-color;
      border-radius: 50%;
      clip: rect(0, $default-size / 2, $default-size, 0);
      left: 0;
      position: absolute;
      top: 0;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      &.finished{
        border: ($default-size / 10) solid $finished-color;
      }
      &.plus-fifty{
        transform: rotate(180deg);
      }
    }
  }
  .stat-label{
    position: absolute;
    @include centerer;
    text-align: center;
    .stat-label-title{
      @include font-size(11px);
    }
    strong{
      display: inline-block;
      vertical-align: top;
      @include font-size(32px);
      font-weight: normal;
      color: $progress-bar-color;
    }
    .smaller {
      display: inline-block;
      vertical-align: top;
      color: $progress-bar-color;
      @include font-size(15px);
      margin-top: 3px;
      margin-left: -2px;
    }
  }

  .stat-shadow {
    @include size(100%, 100%);
    border: $default-size / 10 solid #f8f8f9;
    border-radius: 50%;
  }
}
 END CHART */
/* INI CHART */
.stat-complete .pie {
  background: #7cb929 !important;
}

.stat-complete .pie:after {
  color: #7cb929;
}

.stat-complete .stat-label {
  color: #7cb929;
}

.pie {
  text-indent: -9999rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 100%;
  /*background: 
    linear-gradient(-90deg, #2ecc71 50%, transparent 50%),
    linear-gradient(180deg, #2c3e50 50%, #2ecc71 50%);*/
  position: relative;
}

.pie:after {
  content: attr(data-percentage) "%";
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: #ffffff;
  color: #97c6ea;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.875rem;
  text-align: center;
  text-indent: 0;
  line-height: 6.85rem;
}

.stat-label {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -37%);
  -ms-transform: translate(-50%, -37%);
  -o-transform: translate(-50%, -37%);
  transform: translate(-50%, -37%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #262626;
  z-index: 2;
}

/* END CHART */
/* INI SCROLLBAR */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #98a9b8 !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #98a9b8 !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eeeeee !important;
}

/* END SCROLLBAR */
/* INI INFO */
.info .item-info {
  text-align: center;
  margin: 80px auto;
}

@media (min-width: 767px) {
  .info .item-info {
    margin: 40px auto;
  }
}

.info .item-info img {
  max-width: 90px;
  margin: 30px auto;
}

@media (min-width: 767px) {
  .info .item-info img {
    margin: 30px auto;
    max-width: 180px;
  }
}

.info .item-info a {
  margin: 30px auto 0 auto;
}

@media (min-width: 767px) {
  .info .item-info a {
    margin: 40px auto 0 auto;
  }
}

.info .item-info h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "MontserratSB", sans-serif;
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .info .item-info h3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.info .item-info p {
  line-height: 1.3;
}

.info .item-info p strong {
  font-family: "MontserratSB", sans-serif;
}

@media (min-width: 767px) {
  .info .item-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
  }
}

/* END INFO */
/* INI LEGAL */
.legal h1 {
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 767px) {
  .legal h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.legal .box-legal {
  padding: 30px;
}

@media (min-width: 576px) {
  .legal .box-legal {
    padding: 30px;
  }
}

.legal p {
  line-height: 1.5;
}

.legal a {
  color: #e0001b;
  text-decoration: underline;
}

.legal ul {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.legal ul li {
  list-style-type: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.legal ul li h3 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  width: 100%;
  max-width: 100%;
  color: #003880;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .legal ul li h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.legal ul li p {
  max-width: 100%;
}

.legal ol {
  width: 100%;
  padding-left: 0;
}

.legal ol li {
  color: #003880;
  line-height: 1.2;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .legal ol li {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.legal ol li h3 {
  display: inline-block;
  vertical-align: top;
  max-width: 85%;
  margin: 0;
  color: #003880;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .legal ol li h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.legal ol li p {
  color: #262626;
  max-width: 100%;
}

.legal .tabla-legal {
  width: 100%;
  color: #000000;
  font-family: "MontserratRG", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 30px 0;
  overflow: auto;
}

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

.legal .tabla-legal table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  background: #ffffff;
}

@media (min-width: 576px) {
  .legal .tabla-legal table {
    table-layout: fixed;
  }
}

.legal .tabla-legal th {
  border: 1px solid #003880;
  font-family: "MontserratRG", sans-serif;
  color: #ffffff;
  background: #003880;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
}

.legal .tabla-legal td {
  border: 1px solid #262626;
  text-align: center;
  padding: 15px;
  word-break: break-all;
}

.legal .link-legal {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .legal .link-legal {
    width: auto;
  }
}

/* FIN LEGAL */
/* INI SWAL */
.swal2-popup {
  font-family: "MontserratRG", sans-serif !important;
  width: 400px !important;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.swal2-popup .swal2-content {
  font-family: "MontserratRG", sans-serif !important;
  font-weight: normal !important;
  margin-bottom: 5px !important;
  font-size: 16px !important;
  font-size: 1rem !important;
}

.swal2-popup .swal2-title {
  font-size: 16px !important;
  font-weight: normal;
  font-family: "MontserratRG", sans-serif !important;
}

.swal2-popup .swal2-styled {
  display: inline-block;
  color: #ffffff;
  background: #e0001b !important;
  font-family: "MontserratRG", sans-serif !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1;
  font-family: "MontserratSB", sans-serif;
  text-transform: none;
  border: 1px solid #003880;
  padding: 0.75rem 2rem;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 28px !important;
  outline: none;
  border: none !important;
  height: 42px;
}

.swal2-popup .swal2-styled:hover, .swal2-popup .swal2-styled:active {
  color: #ffffff !important;
  background: #e0001b !important;
  border: 1px solid #e0001b !important;
  box-shadow: none !important;
  border-radius: 28px !important;
  outline: none;
  border: none !important;
}

.swal2-popup .swal2-styled:focus {
  color: #ffffff !important;
  border-radius: 28px !important;
  outline: none;
  border: none !important;
  box-shadow: none !important;
}

.swal2-popup .swal2-buttonswrapper {
  margin-top: 0 !important;
}

.swal2-icon {
  margin: 5px auto 10px auto !important;
}

/* END SWAL */
/* INI SCROLL UP */
#scroll {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #003880;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
}

#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

#scroll:hover {
  background-color: rgba(0, 56, 128, 0.9);
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

/* END SCROLL UP */
/* INI LOADING */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: -moz-linear-gradient(left, rgba(0, 56, 128, 0.98) 0%, rgba(0, 56, 128, 0.98) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 56, 128, 0.98) 0%, rgba(0, 56, 128, 0.98) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 56, 128, 0.98) 0%, rgba(0, 56, 128, 0.98) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FA003880', endColorstr='#FA003880',GradientType=1 );
  /* IE6-9 */
  display: none;
}

.loading .box-loading {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}

.loading .box-loading h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
  font-family: "MontserratSB", sans-serif;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

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

/* END LOADING */
/* ini ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .answers .item-answer {
    padding: 0.75rem 1rem;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 576px), (-ms-high-contrast: none) and (min-width: 576px) {
  .answers .item-answer {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 767px), (-ms-high-contrast: none) and (min-width: 767px) {
  .answers .item-answer {
    padding: 1.25rem 0;
    -ms-flex: 0 0 21.5%;
    flex: 0 0 21.5%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .answers .item-answer {
    -ms-flex: 0 0 21.5%;
    flex: 0 0 21.5%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .datos .ended .item-ended {
    padding: 1.25rem 0.5rem;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 576px), (-ms-high-contrast: none) and (min-width: 576px) {
  .datos .ended .item-ended {
    width: 100%;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 767px), (-ms-high-contrast: none) and (min-width: 767px) {
  .datos .ended .item-ended {
    padding: 1.25rem 0rem;
    -ms-flex: 0 0 46.6%;
    flex: 0 0 46.6%;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .datos .ended .item-ended {
    -ms-flex: 0 0 46.2%;
    flex: 0 0 46.2%;
  }
}

/* end ie */
/* INI CATÁLOGO */
.catalogo {
  /* ini search */
  /* end search */
  /* ini result */
  /* end result */
  /* ini pagination */
  /* end pagination */
}

.catalogo .search-container {
  text-align: center;
  /*padding-top: 1rem;*/
  padding-bottom: 1.5rem;
  background: #ffffff;
}

@media (min-width: 767px) {
  .catalogo .search-container {
    /* padding-top: 2rem;*/
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .catalogo .search-container {
    text-align: left;
    /* padding-top: 2.75rem;*/
    padding-bottom: 2.5rem;
  }
}

.catalogo .search-container h1 {
  /*margin-bottom: 3rem;*/
}

.catalogo .search-container .form-group {
  text-align: left;
}

.catalogo .result-number p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #003880;
  border-bottom: 1px solid #dae5ef;
  padding-bottom: .2rem;
  width: 100%;
}

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

.catalogo .sep-1 {
  width: 100%;
  height: 30px;
  /*background: url("../img/bg-blue-lighter-mb.png") no-repeat top center;*/
}

@media (min-width: 767px) {
  .catalogo .sep-1 {
    height: 48px;
    /* background: url("../img/bg-blue-lighter.png") no-repeat top center;*/
  }
}

.catalogo .sep-2 {
  width: 100%;
  height: 30px;
  /*background: url("../img/bg-blue-light-mb.png") no-repeat top center;*/
  background-color: #f4f8ff;
}

@media (min-width: 767px) {
  .catalogo .sep-2 {
    height: 48px;
    /* background: url("../img/bg-blue-light.png") no-repeat top center;*/
    background-color: #f4f8ff;
  }
}

.catalogo .result {
  position: relative;
  color: #00476a;
  background: #f4f8ff;
}

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

.catalogo .result .box-result {
  padding-top: 2rem;
  padding-bottom: 2rem;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 360px;
  margin: 0 auto;
  min-height: 400px;
}

@media (min-width: 767px) {
  .catalogo .result .box-result {
    max-width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.catalogo .result .box-result .row {
  display: flex;
  flex-wrap: wrap;
}

.catalogo .result .box-result .row > div[class*="col-"] {
  display: flex;
  margin-bottom: 2.5rem;
}

@media (min-width: 767px) {
  .catalogo .result .box-result .row > div[class*="col-"] {
    margin-bottom: 2rem;
  }
}

.catalogo .result .box-result .card {
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #262626;
  background: #ffffff;
  padding: 0;
}

.catalogo .result .box-result .card img {
  width: 100%;
}

.catalogo .result .box-result .card form {
  display: flex;
  flex-direction: row;
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin-top: auto;
  justify-content: center;
}

.catalogo .result .box-result .card .box-image-result {
  position: relative;
  overflow: hidden;
  height: 236px;
}

@media (min-width: 480px) {
  .catalogo .result .box-result .card .box-image-result {
    height: 256px;
  }
}

@media (min-width: 992px) {
  .catalogo .result .box-result .card .box-image-result {
    height: 240px;
  }
}

@media (min-width: 1200px) {
  .catalogo .result .box-result .card .box-image-result {
    height: 265px;
  }
}

.catalogo .result .box-result .card .box-image-result .title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.catalogo .result .box-result .card .box-image-result .title .box-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 84px;
  margin-top: -2px;
  background: -moz-linear-gradient(left, #003880 0%, #003880 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #003880 0%, #003880 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003880 0%, #003880 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF003880', endColorstr='#FF003880',GradientType=1 );
  /* IE6-9 */
  padding: 1rem 1.5rem;
}

.catalogo .result .box-result .card .box-image-result .title .box-title h2 {
  width: 100%;
  font-family: "MontserratSB", sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

.catalogo .result .box-result .card .box-image-result .title .box-title h3 {
  width: 100%;
  margin-top: .5rem;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

.catalogo .result .box-result .card .info-result {
  background: #ffffff;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 767px) {
  .catalogo .result .box-result .card .info-result {
    padding: 1.5rem;
  }
}

.catalogo .result .box-result .card .info-result ul {
  width: 100%;
  text-align: left;
}

.catalogo .result .box-result .card .info-result ul li {
  margin-bottom: 1rem;
  color: #000000;
}

.catalogo .result .box-result .card .info-result ul li:last-child {
  margin-bottom: 0;
}

.catalogo .result .box-result .card .info-result ul li span {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  font-family: "MontserratRG", sans-serif;
  min-width: 75px;
  font-size: 14px;
  font-size: 0.875rem;
}

.catalogo .result .box-result .card .info-result ul li strong {
  display: inline-block;
  vertical-align: top;
  font-family: "MontserratSB", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 60%;
}

.catalogo .result .box-result .card .info-result ul li a {
  color: #003880;
  text-decoration: underline;
}

.catalogo .result .box-result .card .info-result ul li a:hover {
  color: #003880;
}

.catalogo .result .box-result .card .info-result ul li .item-course-tag {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #e0001b;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "MontserratSB", sans-serif;
  margin-right: 8px;
}

.catalogo .result .box-result .card .info-result ul li .item-course-tag:before {
  content: ' ';
  background-image: url(../img/bigmat/icon-tag.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 7px;
  margin-top: 1px;
}

.catalogo .result .box-result .card .box-btn-result {
  display: flex;
  padding: 0 1.5rem 1.5rem 1.5rem;
  margin-top: auto;
  justify-content: center;
}

.catalogo .result .box-result .card .box-btn-result .btn-primary, .catalogo .result .box-result .card .box-btn-result .btn-video, .catalogo .result .box-result .card .box-btn-result .btn-contenido, .catalogo .result .box-result .card .box-btn-result .btn-secondary {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-right: .5rem;
  margin-left: .5rem;
  min-width: 115px;
}

@media (min-width: 767px) {
  .catalogo .result .box-result .card .box-btn-result .btn-primary, .catalogo .result .box-result .card .box-btn-result .btn-video, .catalogo .result .box-result .card .box-btn-result .btn-contenido, .catalogo .result .box-result .card .box-btn-result .btn-secondary {
    min-width: 135px;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .catalogo .result .box-result .card .box-btn-result .btn-primary, .catalogo .result .box-result .card .box-btn-result .btn-video, .catalogo .result .box-result .card .box-btn-result .btn-contenido, .catalogo .result .box-result .card .box-btn-result .btn-secondary {
    min-width: 115px;
    padding-left: .25rem;
    padding-right: .25rem;
  }
}

@media (min-width: 1200px) {
  .catalogo .result .box-result .card .box-btn-result .btn-primary, .catalogo .result .box-result .card .box-btn-result .btn-video, .catalogo .result .box-result .card .box-btn-result .btn-contenido, .catalogo .result .box-result .card .box-btn-result .btn-secondary {
    min-width: 145px;
  }
}

.catalogo .result .box-result .card .box-btn-result .btn-contenido {
  padding-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 767px) {
  .catalogo .result .box-result .card .box-btn-result .btn-contenido {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .catalogo .result .box-result .card .box-btn-result .btn-contenido {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .catalogo .result .box-result .card .box-btn-result .btn-contenido {
    padding-top: 3px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.catalogo .result .box-result .card .box-btn-result .btn-contenido i {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: -3px;
}

.catalogo .result .box-result .card .box-btn-result .btn-contenido span {
  display: inline-block;
  vertical-align: middle;
  max-width: 75%;
}

@media (min-width: 767px) {
  .catalogo .result .box-result .card .box-btn-result .btn-contenido span {
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .catalogo .result .box-result .card .box-btn-result .btn-contenido span {
    max-width: 75%;
  }
}

.catalogo .result .box-result .item-result {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.catalogo .pagination {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 56, 128, 0.2);
}

.catalogo .pagination li.page-item.active .page-link {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 1.2;
  font-family: "MontserratRG", sans-serif;
  margin-top: 1px;
  color: #003880;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #ffffff;
}

.catalogo .pagination li a {
  color: #003880;
  background-color: transparent;
  border: none;
}

.catalogo .pagination li a:hover {
  color: #003880;
  background-color: transparent;
  border: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-catalogo {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 5px;
  display: inline-block;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-clip: padding-box;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-catalogo i {
  margin-right: 5px;
  display: inline-block;
}

.btn-catalogo:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* END CATÁLOGO */
.alert-primary {
  color: #e0001b;
  background-color: #ffaca5;
  border-color: #ffaca5;
}

/* INI VIDEO */
.section-video {
  background-color: #e0001b;
}

.section-video h2 {
  margin-bottom: 1rem;
}

@media (min-width: 767px) {
  .section-video h2 {
    margin-bottom: 3.75rem;
  }
}

.section-video .box-section {
  padding-bottom: 1.75rem;
}

@media (min-width: 767px) {
  .section-video .box-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* ini video container */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end video container */
/* END VIDEO */
.modal-backdrop.show {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* INI COOKIES */
.light.cc_dialog {
  font-family: "MontserratRG", sans-serif !important;
  background-color: #ffffff !important;
  color: #262626 !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  padding: 2rem 2rem !important;
}

.light.cc_dialog .cc_dialog_headline {
  color: #003880 !important;
  font-weight: "MontserratLG", sans-serif !important;
}

.cc_css_reboot a {
  color: #e0001b !important;
}

.cc_css_reboot a:hover {
  color: #e0001b !important;
}

.cc_dialog button {
  font-weight: normal !important;
  font-size: 14px !important;
  -webkit-border-radius: 28px !important;
  -moz-border-radius: 28px !important;
  border-radius: 28px !important;
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  margin-right: 10px !important;
}

.light.cc_dialog button.cc_b_ok {
  background-color: #e0001b !important;
}

.light.cc_dialog button.cc_b_cp {
  color: #ffffff !important;
  background-color: #e0001b !important;
}

.cc_css_reboot p {
  text-align: left !important;
}

.cc_dialog .cc_dialog_text {
  font-size: 14px !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.cookie-consent-preferences-dialog {
  font-family: "MontserratRG", sans-serif !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head {
  background-color: #f4f8ff !important;
  border-bottom: 1px solid #ddd !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head .cc_cp_head_title h2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: #003880 !important;
  font-weight: normal !important;
  font-family: "MontserratSB", sans-serif !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
  font-weight: normal !important;
  font-size: 14px !important;
  -webkit-border-radius: 28px !important;
  -moz-border-radius: 28px !important;
  border-radius: 28px !important;
  background-color: #e0001b !important;
  opacity: 1 !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content h1 {
  color: #003880 !important;
  font-weight: normal !important;
  font-family: "MontserratSB", sans-serif !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li a {
  color: #003880 !important;
  font-family: "MontserratSB", sans-serif !important;
  font-weight: normal !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer {
  border-top: 1px solid #f4f8ff !important;
  background: #f4f8ff !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu {
  background: #f4f8ff !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li {
  background: #f4f8ff !important;
  border-bottom-color: #dddddd !important;
  border-right-color: #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_menu li[active=true] a {
  color: #003880 !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content .cc_cp_m_content_entry p {
  font-size: 14px !important;
}

.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_content .cc_cp_m_content a {
  color: #003880 !important;
}

.cookie-consent-preferences-overlay input[type="checkbox"].checkbox_cookie_consent:checked + label:before {
  background: #003880 !important;
}

@media screen and (max-width: 600px) {
  .cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head .cc_cp_head_title {
    padding: 5px 15px 0 15px !important;
  }
}

@media (min-width: 992px) {
  .light.cc_dialog {
    padding: 3rem !important;
  }
  .cc_css_reboot p {
    text-align: left !important;
  }
  .cc_dialog .cc_dialog_text {
    font-size: 16px !important;
  }
}

.oculto {
  display: none;
}

/* END COOKIES */
/* INI ALERT */
.alert-danger {
  color: #003880;
  /*background-color: #d8dc7d;
    border-color: #d8dc7d;*/
}

/* END ALERT */
/* INI AJUSTE Z INDEX RETOS */
.container-fluid.px-0.relative {
  z-index: 3;
}

/* FIN AJUSTE Z INDEX RETOS */
