/*$color-tertiary     : #c22629;
$color-quaternary   : #47606f;
$color-accent       : #496910;*/
/*
    Ascendant class of $context
    $context = '.classname'
 */
/*
    Descendant class of
 */
/* 
    Adjacent Elements entity 
    Parent must be a Block entity
 */
/*  
    Adjacent classes or selectors (better not use this ones)
    element1: target element
    if $self -> false
        element2: previous element 
    if $self -> true
        $self: previous element  
 */
/*
    Adjacent $self
 */
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.l-turn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-rays, .c-logo__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.baseline {
  display: flex;
  align-items: baseline;
  flex: 1;
}

.v-center {
  display: flex;
  align-items: center;
  flex: 1;
}

.c-led-panel--top, .c-sector__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.img-overlay {
  position: relative;
}
.img-overlay:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  display: block;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.crop {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: inherit;
}
.crop__image {
  position: absolute;
  left: -1000%;
  right: -1000%;
  top: -1000%;
  bottom: -1000%;
  margin: auto;
  min-width: auto;
  height: 100%;
}

html {
  position: relative;
  font-size: 62.5%;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  background-color: #f6f6f6;
  color: #333333;
}

html, body {
  height: 100%;
}

* {
  box-sizing: border-box;
}

header {
  padding-right: inherit;
  /* Inherit 17px padding-right from body added by bootstrap when launching a modal because navbar-fixed-top */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 1.25em 0 0.625em;
}

h1 {
  font-size: 4.8rem;
  line-height: normal;
}
@media (min-width: 768px) {
  h1 {
    font-size: 4.8rem;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 4.8rem;
    line-height: normal;
  }
}

h2 {
  font-size: 3.6rem;
  line-height: normal;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.6rem;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 3.6rem;
    line-height: normal;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: normal;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.4rem;
    line-height: normal;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 2.4rem;
    line-height: normal;
  }
}

h4 {
  font-size: 2.1rem;
  line-height: normal;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2.1rem;
    line-height: normal;
  }
}

h5 {
  font-size: 1.8rem;
  line-height: normal;
}

h6 {
  font-size: 1.6rem;
  line-height: normal;
}

hr {
  border-top: 1px solid #bfbfbf;
  border-bottom: none;
}

p {
  margin: 0 0 1.25em;
  padding: 0;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

ul, ol {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

nav a {
  -webkit-font-smoothing: antialiased;
}

a, a:hover, a:active, a:focus {
  color: #ffffff;
  text-decoration: none;
}

.color-blue{
  color: #5A98BB;
}

.color-blue:hover{
  color: #3A6178;
}

input:focus, textarea:focus, button:focus {
  outline: none;
}

select {
  border-radius: 0;
}

*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

input::placeholder {
  color: #5A98BB;
}

/*button:focus {outline:0;}*/
.c-icon {
  width: 32px;
  height: 32px;
}
button .c-icon {
  margin-right: 10px;
}
.c-icon--rotate {
  width: 100%;
  height: auto;
  max-width: 25vw;
}

@media (max-width: 991px) {
  .container {
    width: auto;
  }
}

/* Nav tabs */
.nav-tabs {
  border-bottom: 0;
}

.nav-tabs > li {
  margin-bottom: 0px;
}

.nav-tabs > li.vi-tab-li > a {
  padding: 7px 40px;
  text-align: center;
  min-width: 100px;
}
@media (min-width: 768px) {
  .nav-tabs > li.vi-tab-li > a {
    padding: 10px 50px;
    min-width: 180px;
  }
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  color: #000000;
  background-color: #cccccc;
  border-bottom: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #f6f6f6;
  border-radius: 6px 6px 0 0;
}

.nav-tabs > li.disabled:not(.active) a,
.nav-tabs > li.disabled:not(.active) a,
.nav-tabs > li.disabled:not(.active) a:focus,
.nav-tabs > li.disabled:not(.active) > a:hover {
  background-color: #cccccc;
}

.nav-tabs > li.disabled a,
.nav-tabs > li.disabled a:focus,
.nav-tabs > li.disabled > a:hover {
  color: #b3b3b3;
}

/* Tabs */
.tab-content {
  background-color: #ffffff;
  border-radius: 0;
}

/* Progress */
.progress {
  height: 10px;
  background-color: #f2f2f2;
  box-shadow: none;
}
@media (max-width: 767px) {
  .progress {
    margin-bottom: 15px;
    border-radius: 5px;
    height: 10px;
  }
}
@media (min-width: 768px) {
  .progress {
    border-radius: 10px;
  }
}

.progress-bar {
  border-radius: 10px;
  background-color: #5A98BB;
}

/* Modal */
.modal-backdrop {
  background-color: #5A98BB;
}

.modal-backdrop.in {
  opacity: 0.5;
}

/* Dropdown */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #5A98BB;
  outline: 0;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.selectpicker + .dropdown-toggle {
  margin-top: 4px;
  min-width: 80px;
  border: 1px solid #5A98BB;
  background-color: #f6f6f6;
  color: #5A98BB;
}
.selectpicker + .dropdown-toggle:hover {
  background-color: rgba(35, 62, 107, 0.25);
}
.c-menu .selectpicker + .dropdown-toggle {
  background-color: inherit;
}

.selectpicker + .btn-default.active,
.selectpicker + .btn-default.active.focus,
.selectpicker + .btn-default.active:focus,
.selectpicker + .btn-default.active:hover,
.selectpicker + .btn-default:active,
.selectpicker + .btn-default:active.focus,
.selectpicker + .btn-default:active:focus,
.open > .selectpicker + .dropdown-toggle.btn-default,
.open > .selectpicker + .dropdown-toggle.btn-default:focus,
.open > .selectpicker + .dropdown-toggle.btn-default:hover,
.open > .selectpicker + .dropdown-toggle.btn-default,
.open > .selectpicker + .dropdown-toggle.btn-default:active,
.open > .selectpicker + .dropdown-toggle.btn-default:hover {
  color: #5A98BB;
  background-color: rgba(35, 62, 107, 0.4);
  border-color: #5A98BB;
}

.btn {
  padding: 8px 20px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.btn:active {
  transform: scale(0.96);
}

.btn.btn-default {
  border: 1px solid #5A98BB;
  background-color: transparent;
  color: #5A98BB;
}
.m--inverse .btn.btn-default {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
  border: 1px solid #5A98BB;
  background-color: rgba(35, 62, 107, 0.1);
  color: #5A98BB;
}
.m--inverse .btn.btn-default:hover, .m--inverse .btn.btn-default:active, .m--inverse .btn.btn-default:focus {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.btn.btn-primary {
  background-color: #5A98BB;
  color: #ffffff;
}
.m--inverse .btn.btn-primary {
  background-color: #ffffff;
  color: #5A98BB;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #162845;
}
.m--inverse .btn.btn-primary:hover, .m--inverse .btn.btn-primary:active, .m--inverse .btn.btn-primary:focus {
  background-color: #ffffff;
  color: #5A98BB;
}

.video-js .vjs-fullscreen-control {
  margin-left: auto;
}

#video-question.video-js .vjs-slider {
  display: block !important;
}

.login__bg {
  background-color: #5A98BB !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(backgroundImage);
}
.login__navbar {
  border: none;
  background-color: transparent;
  max-width: 1024px;
  margin: auto;
  z-index: 1;
}
.login__form {
  background: #e0eeff;
  padding: 0px 20px 20px 20px;
  border-radius: 10px;
  margin: 20px 20px;
}
@media (min-width: 768px) {
  .login__form {
    margin: 100px 20px;
    padding: 50px 20px 50px 20px;
  }
}
@media (min-width: 768px) {
  .login__form--container {
    padding: 0 0 0 40px;
  }
}
@media (min-width: 768px) {
  .login__form--bg {
    border-left: 3px solid #5A98BB;
  }
}
.login__form--input {
  padding: 6px;
  margin-top: 20px;
  width: 100%;
  border: 1px solid;
  border-right: none;
  border-top: none;
  border-left: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.login__form--access {
  color: white !important;
  background: #5A98BB;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 11px;
  border: none;
  transition: all 0.2s ease-in-out;
  margin: 20px 0 20px 0;
}
.login__form--signup {
   color: white !important;
   background: #3A6178;
   width: 100%;
   text-align: center;
   font-weight: bold;
   border: none;
   transition: all 0.2s ease-in-out;
   margin: 20px 0 20px 0;
   border-radius: 0px;
   box-shadow: none;
   padding: 10px 0px 30px 0px;
 }
.login__logo {
  margin-bottom: 55px;
}
.login__logo--lheight {
  display: block;
  max-width: 270px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .login__logo--lheight {
    max-width: 300px;
  }
}

.login__logo--lheight2 {
  display: block;
  max-width: 160px;
}
@media (min-width: 992px) {
  .login__logo--lheight2 {
    max-width: 160px;
  }
}
.login__text {
  font-family: 'Roboto Condensed', sans-serif;
}
.login__text--smalltext {
  font-size: 18px;
}
.login__text--bigtext {
  font-size: 23px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .login__text--bigtext {
    margin-bottom: 0px;
  }
}
.login__data {
  padding-top: 40px;
  border-top: 3px solid #5A98BB;
}
@media (min-width: 768px) {
  .login__data {
    width: auto;
    padding: 40px;
    border-top: none;
  }
}
.login__lfooter {
  margin: 10px 20px 0 20px;
  text-align: center;
  font-size: 16px;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
}

.l-turn {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
}
.l-turn__advice {
  margin-top: 10px;
  max-width: 80vw;
}
.l-turn__btn {
  margin-top: 10px;
  padding: 10px;
}

@media only screen and (orientation: landscape) {
  .l-turn {
    display: none;
  }

  .l-loader {
    display: block;
  }

  .l-game-horizontal {
    display: block;
  }
}
@media only screen and (orientation: portrait) {
  .l-turn {
    display: flex;
  }

  .l-loader {
    display: none;
  }

  .l-game-horizontal {
    display: none;
  }
}
.l-game-horizontal {
  overflow: hidden;
}

.--mobile .l-header {
  display: none;
}

.--mobile .l-options {
  display: none;
}

.--mobile .l-monitors {
  height: 99vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-sidebar {
  position: relative;
  height: inherit;
  padding: 0 10px;
}
.l-sidebar__bg {
  background: url(images/bg-sidebar.svg) no-repeat;
  background-color: rgba(90, 152, 197, 0.15);
  width: 100%;
  height: inherit;
  padding: 20px;
}
@media (min-width: 1200px) {
  .l-sidebar__bg {
    padding: 48px 20px 24px;
  }
}
.--mobile .l-sidebar__bg {
  background-size: cover;
}

.l-options {
  position: absolute;
  bottom: 50px;
  width: calc(100% - ((10px * 2) + (20px * 2)));
  margin: 0;
  display: flex;
}
.l-options > li {
  margin: 0;
  padding: 0;
  flex: 1;
}
.l-options > li:not(:first-child) {
  margin-bottom: 0;
  margin-left: 6px;
  padding: 0;
  vertical-align: top;
}

.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-footer {
  position: absolute;
  bottom: 0;
  width: calc(100% - ((10px * 2) + (20px * 2)));
  margin-top: 0;
  padding-top: 0;
  /* Set the fixed height of the footer here */
  height: 40px;
  color: #5A98BB;
  text-align: center;
}
@media (min-width: 1200px) {
  .l-footer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.--mobile .l-footer {
  display: none;
}
@media (min-width: 1200px) {
  .l-footer--sticky {
    /* Margin bottom by footer height */
    padding-bottom: 80px;
  }
}

.l-flex {
  display: flex;
  min-height: 100vh;
}

.l-monitors {
  overflow: visible;
}
.l-monitors__bg {
  position: absolute;
  transform: translate(-50%);
  background: url(images/bg-monitors-grid.svg) no-repeat;
  background-position: top right;
  background-size: 110%;
  width: 100vw;
  height: 100vh;
}

.c-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #5A98BB;
}
.--loaded .c-loader {
  visibility: hidden;
}
.c-loader__icon {
  position: relative;
  background-color: #5A98BB;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  margin: -20px 0 0 -20px;
  z-index: 10010;
  animation: loader-rotate 1.2s infinite ease-in-out;
}
.--loaded .c-loader__icon {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.c-loader__text {
  color: #5A98BB;
  position: relative;
  top: 50%;
  width: 200px;
  margin: 10px auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 10005;
}
.c-loader__text span {
  font-size: 80%;
}
.c-loader__section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f6f6f6;
  z-index: 10001;
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}
.c-loader__section--left {
  left: 0;
}
.--loaded .c-loader__section--left {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.c-loader__section--right {
  right: 0;
}
.--loaded .c-loader__section--right {
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes loader-rotate {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@media (min-width: 1200px) {
  .c-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(0);
    background: url(images/bg-panel.png) no-repeat;
    background-position: center top;
  }
}

.c-logo {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .c-logo {
    margin-top: 30px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .c-logo {
    height: 110px;
  }
}
@media (min-width: 1200px) {
  .c-logo {
    margin-top: 0;
    max-width: 540px;
    height: 145px;
  }
}

.c-title{
  font-weight: bold;
  color: #5A98BB;
}
.--mobile .c-logo {
  display: none;
}
.c-logo__text {
  margin: 0;
  font-size: 2.4rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-logo__text {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .c-logo__text {
    font-size: 4rem;
  }
}
.--mobile .c-logo--menu {
  display: block;
  margin-bottom: 1.6rem;
}
.c-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
  color: #5A98BB;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  box-shadow: 0 0 8px 0 #333;
  pointer-events: none;
}
.--mobile .c-menu {
  display: block;
}
.c-menu__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  display: block;
  pointer-events: auto;
}
.c-menu__trigger:after {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  display: block;
  background: rgba(35, 62, 107, 0.5);
  content: "";
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
}
.c-menu__icon {
  position: fixed;
  right: 0;
  width: 65px;
  height: 45px;
  padding: 9px;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
  z-index: 999999;
}
.c-menu__icon path {
  fill: #5A98BB;
}
.c-menu__icon--close {
  opacity: 0;
  padding: 15px;
}
.c-menu__sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80vw;
  max-width: 250px;
  height: 100vh;
  box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
  padding: 0.5em;
  margin: 0;
  background: white;
  color: #333;
  display: flex;
  flex-direction: column;
  transform: translateX(250px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
  z-index: 2;
  list-style-type: none;
  pointer-events: auto;
}
@media (min-width: 480px) {
  .c-menu__sidebar {
    width: 65vw;
  }
}
.c-menu #menu-toggle {
  display: none;
}
.c-menu #menu-toggle.active ~ .c-menu__trigger .c-menu__icon--close, .c-menu #menu-toggle:checked ~ .c-menu__trigger .c-menu__icon--close {
  opacity: 1;
}
.c-menu #menu-toggle.active ~ .c-menu__trigger .c-menu__icon--open, .c-menu #menu-toggle:checked ~ .c-menu__trigger .c-menu__icon--open {
  opacity: 0;
}
.c-menu #menu-toggle.active ~ .c-menu__trigger:after, .c-menu #menu-toggle:checked ~ .c-menu__trigger:after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.c-menu #menu-toggle.active ~ .c-menu__trigger > .c-menu__icon, .c-menu #menu-toggle:checked ~ .c-menu__trigger > .c-menu__icon {
  transform: translateX(10px);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.c-menu #menu-toggle.active ~ .c-menu__sidebar, .c-menu #menu-toggle:checked ~ .c-menu__sidebar {
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
}
.c-menu__company {
  display: none;
  float: left;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .c-menu__company {
    display: block;
  }
}
.c-menu__company-logo {
  padding: 0 10px 10px;
  background-color: white;
}

.c-nav__list {
  list-style: none;
  padding-left: 0;
}
.c-nav__item {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 1.25rem 0;
}
.c-nav--tabs {
  border-bottom: 1px solid rgba(35, 62, 107, 0.25);
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0;
  display: flex;
}
.c-nav--tabs .c-nav__item {
  border-bottom: none;
  padding: 1.25rem 3rem;
  text-transform: uppercase;
}
.c-nav--tabs .c-nav__item.active {
  box-shadow: inset 0 -0.5px 0 0 #5A98BB, 0 1.5px 0 0 #5A98BB;
}
.c-nav--tabs .c-nav__link {
  color: rgba(35, 62, 107, 0.25);
  font-weight: 400;
}
.c-nav--tabs .active .c-nav__link {
  color: #5A98BB;
  font-weight: 700;
}

.c-nav--tabs .disabled .c-nav__link {
  cursor: not-allowed;
}

.c-nav--tabs :not(.disabled) .c-nav__link:hover, .c-nav--tabs :not(.disabled) .c-nav__link:active, .c-nav--tabs :not(.disabled) .c-nav__link:focus {
  color: #5A98BB;
}

.c-tab {
  border-bottom: 1px solid rgba(35, 62, 107, 0.25);
  list-style: none;
  padding-left: 0;
  display: flex;
}
.c-tab__item {
  margin: 0;
  padding: 1.25rem 3rem;
  font-weight: 300;
  text-transform: uppercase;
}
.c-tab__item.active {
  font-weight: 700;
  box-shadow: inset 0 -0.5px 0 0 #5A98BB, 0 1.5px 0 0 #5A98BB;
}

.c-btn {
  cursor: pointer;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration: none;
  font-weight: bold;
  color: white;
  height: 35px;
  line-height: 35px;
  padding: 0 17.5px;
  width: auto;
  min-width: 80px;
  background: linear-gradient(to bottom, #1056cb 0%, #2355a8 25%, #5A98BB 100%);
  border-radius: 5px;
  top: 0;
  transition: all 0.06s ease-out;
  position: relative;
}
.c-btn:hover {
  background: linear-gradient(to bottom, #1264ec 0%, #2964c6 26%, #2c4e86 100%);
}
.c-btn [class^=icon-] {
  margin-top: 2px;
}
.c-btn--board {
  background: linear-gradient(to top, #436F88 0, #5A98BB 100%);
  box-shadow: 0 2px 8px 2px rgba(35, 62, 107, 0.5);
}
.c-btn--board:active {
  box-shadow: inherit;
}
.c-btn--play {
  margin: 20px 0 0;
  height: auto;
  padding: 10px 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn--play, .c-btn--play:hover, .c-btn--play:active, .c-btn--play:focus {
  color: #6F7072;
}
@media (min-width: 768px) {
  .c-btn--play {
    margin: 30px 0 0;
    padding: 20px 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.c-btn--play.is-disabled {
  background: #D4D4D4;
  color: rgba(255, 255, 255, 0.3);
  cursor: not-allowed;
  box-shadow: none;
}
.c-btn--play:not(.is-disabled) {
  background: linear-gradient(90deg, #FFFFFF, #ECECEC, #D4D4D4);
  background-size: 400%;
  animation: playButtonEffect 5s linear infinite alternate;
}
.c-btn--sections, .c-btn--sections:hover, .c-btn--sections:active, .c-btn--sections:focus {
  margin-bottom: 10px;
  min-width: 50px;
  height: 50px;
  padding: 0 5px;
}
@media (min-width: 1200px) {
  .c-btn--sections, .c-btn--sections:hover, .c-btn--sections:active, .c-btn--sections:focus {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }
}
.c-btn__caption {
  margin-bottom: 0;
  color: #5A98BB;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .c-btn__caption {
    font-size: 12px;
  }
}

@keyframes playButtonEffect {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
.c-scoreboard {
  position: relative;
  width: 100%;
  margin: 25px 0 0;
  border-radius: 5px;
  box-shadow: 0 0 4px 2px rgba(35, 62, 107, 0.4);
  background: linear-gradient(to top, #0076BA 0, #5A98BB 100%);
  color: #ffffff;
  padding: 12px;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* No funciona bien el ellipsis */
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */
  /* Modifier */
}
@media (min-width: 992px) {
  .c-scoreboard {
    box-shadow: 0 0 8px 4px rgba(35, 62, 107, 0.4);
  }
}
@media (min-width: 1200px) {
  .c-scoreboard {
    margin: 0;
  }
}
.c-scoreboard__bg {
  width: 100%;
  height: auto;
  position: relative;
}
.c-scoreboard__points {
  top: 0;
  right: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  text-align: right;
  margin: 0;
}
@media (min-width: 1200px) {
  .c-scoreboard__points {
    font-size: 48px;
  }
}
.c-scoreboard__points-text {
  margin: 0;
  font-size: 16px;
  text-align: right;
}
@media (min-width: 768px) {
  .c-scoreboard__points-text {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .c-scoreboard__points-text {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .c-scoreboard__points-text {
    font-size: 16px;
  }
}
.c-scoreboard__user {
  bottom: 2px;
  right: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  text-align: right;
  margin: 0;
}
@media (min-width: 768px) {
  .c-scoreboard__user {
    bottom: 4px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .c-scoreboard__user {
    bottom: 8px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .c-scoreboard__user {
    bottom: 0;
    font-size: 16px;
  }
}

.c-gauge {
  margin-top: 18px;
  text-align: center;
  /*
   * ========== BEM Elements ==========
   */
}
@media (min-width: 992px) {
  .c-gauge {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .c-gauge {
    margin-top: 40px;
  }
}
.c-gauge__progress {
  position: relative;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 4px 2px rgba(35, 62, 107, 0.4);
}
@media (min-width: 992px) {
  .c-gauge__progress {
    display: block;
    box-shadow: 0 0 8px 4px rgba(35, 62, 107, 0.4);
  }
}
.c-gauge__progress-bg {
  display: block;
  width: 100%;
  position: relative;
}
.c-gauge__progress-needle {
  width: 4px;
  height: 22px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 14%;
}
.--mobile .c-gauge__progress-needle {
  height: 13px;
  width: 2px;
}
@media (min-width: 992px) {
  .c-gauge__progress-needle {
    height: 25px;
  }
}
.c-gauge__progress-cover {
  border-radius: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-gauge__tit {
  display: inline-block;
  margin: 0.375em 0 0;
  color: #5A98BB;
  font-size: 1.4rem;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .c-gauge__tit {
    margin: 0.75em 0 0;
    font-size: 1.6rem;
  }
}

.c-sector {
  margin-top: 10px;
  padding: 0 30px;
  /*
   * ========== BEM Elements ==========
   */
}
@media (min-width: 992px) {
  .c-sector {
    margin-top: 40px;
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .c-sector {
    margin-top: 40px;
    height: 250px;
  }
}
.c-sector__title {
  display: block;
  margin: 0 0 0 10px;
  font-size: 13px;
  color: #5A98BB;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .c-sector__title {
    font-size: 14px;
  }
}

.c-monitor {
  width: 100%;
  height: auto;
  margin-top: -2px;
  position: relative;
  border-radius: 8px;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */
}
.c-monitor__video {
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.c-monitor__gloss {
  position: absolute;
  background-color: rgba(110, 112, 114, 0.5);
  background-size: contain;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
}

.c-led-panel {
  display: flex;
}
.c-led-panel--top {
  margin-bottom: 10px;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .c-led-panel--top {
    margin-bottom: 20px;
  }
}
.c-led-panel--bottom {
  margin-top: 16px;
  justify-content: center;
}
@media (min-width: 992px) {
  .c-led-panel--bottom {
    margin-top: 30px;
  }
}

.c-led {
  width: 14px;
  height: 14px;
  background-color: #b5b5b5;
  border-radius: 50%;
  flex: 0 0 auto;
  /*
   * ========== BEM Modifiers ==========
   */
}
.c-led:not(:first-child) {
  margin-left: 6px;
}
@media (min-width: 992px) {
  .c-led {
    width: 18px;
    height: 18px;
  }
  .c-led:not(:first-child) {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .c-led {
    width: 18px;
    height: 18px;
  }
  .c-led:not(:first-child) {
    margin-left: 14px;
  }
}
.c-led--green-off {
  background-position: 0 0;
}
.c-led--green {
  background-color: #72A83B;
}
.c-led--red-off {
  background-color: rgba(244, 66, 54, 0.3);
}
.c-led--red-on {
  background-color: #F44236;
}
@media (max-width: 767px) {
  .modal-dialog--icon {
    width: 80%;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */
}
@media (max-width: 767px) {
  .c-modal__dialog {
    margin: 0;
  }
}
.c-modal__content {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .c-modal__content {
    border-radius: 6px;
  }
}
.c-modal__header {
  padding: 10px;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .c-modal__header {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  body:not(.--mobile) .c-modal__header {
    padding: 30px 30px 0;
  }
}
.c-modal__header-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #5A98BB;
  text-transform: none;
}
@media (min-width: 768px) {
  .c-modal__header-title {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  body:not(.--mobile) .c-modal__header-title {
    font-size: 32px;
  }
}
.c-modal__body {
  padding: 10px;
  border-radius: 0 6px 6px 6px;
}
@media (min-width: 992px) {
  body:not(.--mobile) .c-modal__body {
    padding: 30px;
  }
}
.c-modal__footer {
  padding: 15px;
  text-align: right;
}
.c-modal--mobile-fullview .c-modal__content {
  background-color: #ffffff;
}
.--mobile .c-modal--mobile-fullview .c-modal__content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.c-modal--mobile-fullview .c-modal__header {
  padding: 15px;
}
.c-modal--mobile-fullview .c-modal__body {
  padding: 0px 15px 0px 15px;
  border-radius: 0 6px 6px 6px;
}
.--mobile .c-modal--mobile-fullview .c-modal__body {
  flex: 1 1 100%;
}
.--mobile .c-modal--mobile-fullview .c-modal__footer {
  padding: 10px 15px;
}
.c-modal--message .c-modal__dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transition: transform 0.3s ease-out;
  transform: translateX(-50%) translateY(-50%);
  width: 60vw;
}
@media (min-width: 768px) {
  .c-modal--message .c-modal__dialog {
    width: 600px;
  }
}
.c-modal--message .c-modal__content {
  background-image: none;
  background-color: #5A98BB;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .c-modal--message .c-modal__content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.c-modal--message .c-modal__icon {
  text-align: center;
}
.c-modal--message .c-modal__icon--gauge {
  width: 150px;
  height: auto;
  margin: 0 auto -14px;
}
.c-modal--message .c-modal__icon--finish {
  position: relative;
  width: 300px;
  height: auto;
  margin: 0 auto -141px;
}
.--mobile .c-modal--message .c-modal__icon--finish {
  width: 200px;
  margin: 0 auto -94px;
}
.c-modal--message .c-modal__icon-text {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: #ffffff;
}
.--mobile .c-modal--message .c-modal__icon-text {
  font-size: 20px;
}
.c-modal--message .c-modal__header {
  padding: 0;
}
.c-modal--message .c-modal__body {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 1.25em 0 0;
  color: #ffffff;
}
.c-modal--message .c-modal__footer {
  padding: 0 0.9375em 0.9375em;
  text-align: center;
}
.--mobile .c-modal--finish .c-modal__dialog {
  width: 80vw;
}
@media (max-width: 767px) {
  .c-modal--xs-only-body .c-modal__header {
    display: none;
  }
  .c-modal--xs-only-body .c-modal__footer {
    display: none;
  }
}

.c-feedback {
  /*
   * ========== BEM Elements ==========
   */
  /*
   * ========== BEM Modifiers ==========
   */
}
.c-feedback__box {
  margin-top: 12px;
  padding: 5px;
  text-align: center;
  height: auto;
}
@media (min-width: 768px) {
  .c-feedback__box {
    margin-top: 20px;
    padding: 10px 5px;
  }
}
.c-feedback__box--final {
  margin-top: 0;
}
.c-feedback__box-title {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.75;
}
.c-feedback__box-value {
  margin: 0;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
}
@media (min-width: 768px) {
  .c-feedback__box-value {
    font-size: 60px;
  }
}
.c-feedback__box-info {
  margin: 0;
}
.c-feedback__message {
  text-align: center;
  margin-top: 20px;
}
.c-feedback--finish {
  margin-top: 100px;
}
.--mobile .c-feedback--finish {
  margin-top: 60px;
}

.c-rays-wrapper {
  position: absolute;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.c-rays {
  display: none;
}
.fade.in .c-rays {
  display: block;
}

[type=radio]:not(:checked), [type=radio]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type=radio]:not(:checked) + label, [type=radio]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
  user-select: none;
}

[type=radio] + label:before, [type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

[type=radio]:not(:checked) + label:before, [type=radio]:not(:checked) + label:after, [type=radio]:checked + label:before, [type=radio]:checked + label:after, [type=radio].with-gap:checked + label:before, [type=radio].with-gap:checked + label:after {
  border-radius: 50%;
}

/*[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
    border: 2px solid #5a5a5a;
}
*/
.radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: 0;
}

.radio input[type=radio]:not(:checked) + label, [type=radio]:checked + label {
  line-height: 2.5rem;
  font-size: 1.8rem;
}

/* fix iphone 4 issue with inline-block and line height*/
.radio input[type=radio]:not(:checked) + label, [type=radio]:checked + label {
  height: auto;
}

/* End Radiobuttons */
.radio input[type=radio]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #5A98BB;
}

.radio input[type=radio]:checked + label:after {
  border: 2px solid #5A98BB;
  background-color: #5A98BB;
}

.c-video__bg {
  background-size: contain;
}
.c-video__container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: auto;
  max-width: 100%;
}
.c-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-video .video-js {
  border-radius: 5px;
}
.c-video .vjs-tech {
  border-radius: inherit;
}
.c-video .video-js .vjs-control-bar {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.video-js {
  width: 100%;
  height: 382px;
}

.vjs-progress-control {
  display: none !important;
}

.c-question__body {
  padding: 0;
}
.c-question__text {
  margin: 0 0 16px;
  color: #5A98BB;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-question__text {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.c-question__options {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.c-question__option {
  color: #5A98BB;
  margin: 0 0 16px;
}
.c-question__option label p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-question__option label p {
    font-size: 1.8rem;
  }
}
.c-question__option:last-child {
  margin-bottom: 0;
}
.c-question__option input:checked + label p {
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-question .alert {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-question .message {
    margin-top: 0;
  }
}
.c-accreditation {
  display: none;
}
@media (min-width: 992px) {
  .c-accreditation {
    margin: 30px 0 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  .c-accreditation {
    margin: 40px 0 0;
  }
}
.c-accreditation__image {
  display: block;
  max-width: 110px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .c-accreditation__image {
    max-width: 200px;
    margin-bottom: 15px;
  }
}

.c-accreditation__image--secondary {
  margin-bottom: 30px;
}

.c-accreditation__text {
  margin-bottom: 0px;
  color: #2A4854;
}

.volver{
  color: white !important;
  width: fit-content;
  background: #5A98BB;
  text-align: center;
  font-weight: bold;
  padding: 11px;
  border: none;
  transition: all 0.2s ease-in-out;
  margin: 20px 0 20px 0;
}
