.menu{
  background-color: #fff;
}
.caja-prog{
  width: 58%;
}


h1, h2, h3, h4, h5, h6{
  font-family: 'Nunito';
  color: #13042B;
}
h1{
  font-weight: 700;
  letter-spacing: 0.2px;
}
.registrarse h1{
  margin: 30px 0 0px;
  text-align: center;
}
.sign-up{
  padding: 65px;
  background-color: #13042B;
}
.sign-up .card .card-body{
  padding: 2.5rem;
}
.sign-up .page-header img{
  width: 325px;
}
.fondo{
  background-color: #13042B;
}
@media (max-width: 768px){
  .sign-up {
    padding: 25px;
    margin-bottom: 60px;
  }
  .sign-up .row{
    width: 100%;
    margin: auto;
  }
  .sign-up .card .card-body {
    padding: 1.3rem;
  }
  .sign-up .page-header img{
    width: 260px;
    margin: 50px auto 10px;
  }
  .registrarse h1 {
    margin: 20px 0 25px;
  }
  .caja-prog{
    width: 100%;
  }
}

.perfil-datos .card .card-body {
  padding: 1.5rem;
}

.cards .nav-link {
  color: #240C4A;
}

#juego{
  color: #240C4A;
}
#juego .total{
background: #EBEBEB;
width: 100%;
height: 7px;
border-radius: 15px;
margin-top: -10px;
margin-bottom: 25px;
}
#juego .total .porcentaje{
background: #0490DB;
width: 10%;
height: 7px;
border-radius: 15px;
}
#juego h2{
margin-bottom: 20px;
}
#juego h3{
font-weight: 400;
font-size: 1.3rem;
}
#juego .carousel{
  height: auto;
  background: #240C4A;
  margin-bottom: 30px;
  color: #fff;
  padding: 4% 7%;
  float: left;
  width: 46%;
}
#juego .carousel .carousel-item img{
width: 100%;
margin-top: -120px;
}
#juego .carousel .carousel-item p{
  font-size: 18px;
}
#juego .carousel .carousel-item strong{
color: #D0FF7D;
}
#juego .respuestas{
  width: 50%;
  float: right;
}
#juego .respuestas a{
  display: block;
  box-shadow: 0 4px 10px 0 #00000040;
  text-align: center;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  color: #240C4A;
  font-weight: 600;
}
#juego .respuestas a:hover{
  background-color: #240C4A;
  color: #fff;
}
#juego .respuestas .opcion1 strong{
color: #F74889;
}
#juego .respuestas .opcion2 strong{
  color: #0490DB;
  }
  @media (max-width: 768px){
    #juego .carousel{
      margin-bottom: 30px;
      color: #fff;
      padding: 13%;
      width: 100%;
      float: none;
    }  
    #juego .carousel .carousel-item p{
      margin-top: 20px;
      font-size: 1.1rem;
      }
  #juego .respuestas{
    width: 100%;
    float: none;
}
#juego .carousel .carousel-item img{
  width: 100%;
  margin-top: 0px;
  }
  }



.menu-principal{
  display: block;
}
.menu-principal-mb{
  display: none;
}
.footer-dk{
  display: block;
}
@media (max-width: 768px){
  .menu-principal{
    display: none;
  }
  .footer-dk{
    display: none;
  }
  .menu-principal-mb{
    display: block;
    background: url(../img/bg-menu.png);
    background-size: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100000;
    width: 100%;
  }
  .menu-principal-mb .simulation{
    width: 56px;
    position: relative;
    left: 50%;
    margin-left: -28px;
    bottom: 40px;
  }
  .menu-principal-mb .izq{
    position: relative;
    left: 6%;
    top: 36px;
    float: left;
  }
  .menu-principal-mb .der{
    position: relative;
    right: 6%;
    top: -46px;
    float: right;
  }
  .menu-principal-mb .der a{
    margin: 0 20px;
  }
  .menu-principal-mb .izq a{
    margin: 0 20px;
  }
  .navbar .nav-link {
    font-size: 1.2rem;
  }
}

#comenzar {
  text-align: center;
  padding: 0 18%;
}
#titulo{
  text-align: center;
  background-color: #240C4A;
  padding-top: 7%;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
#titulo h1{
  color: #fff;
}
#comenzar p{
  color: #240C4A;
}
.btn:hover{
  color: #240C4A;
}
.btn{
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Nunito';
}
.btn-principal{
  color: #fff;
  background: linear-gradient(90deg, rgba(247,72,137,1) 0%, rgba(4,144,219,1) 100%);
}
.btn-secundario{
  color: #0490DB;
  border: solid 1px #0490DB !important;
  box-shadow: none;
}
.bg-gradient-primary{
  background: linear-gradient(90deg, rgba(247,72,137,1) 0%, rgba(4,144,219,1) 100%);
}
.btn-trabajo{
  text-align: left;
  padding: 6%;
  background-color: #fff;
}
.btn-trabajo h6{
  font-size: 1.2rem;
  font-weight: 500;
}
.btn-trabajo span{
  border: solid 1px;
  padding: 2% 4%;
  border-radius: 10px;
  float: left;
  font-size: 1rem;
  margin-right: 20px;
}
.btn-trabajo .oro{
  color: #FFD118;
}
.btn-trabajo .plata{
  color: #959595;
}
.btn-trabajo span img{
  margin: -4px 7px 0 0;
}
.btn-trabajo p{
  margin-top: 14px;
}
.btn-trabajo .progress-wrapper{
  margin-top: 25px;
}

@media (max-width: 768px){
  #comenzar {
    text-align: center;
    padding: 0 0;
  }
  #titulo{
    padding-top: 20%;
  }
}

#tt-simulacion{
  text-align: left;
  background-color: #240C4A;
  padding-top: 7%;
  padding-bottom: 25px;
}
#tt-simulacion{
  color: #fff;
}
#tt-simulacion .trabajo{
  color: #fff;
  border-bottom: solid 1px;
  width: 67%;
  padding-left: 6%;
  float: left;
}
#tt-simulacion span{
  border: solid 1px;
  padding: 1% 2%;
  border-radius: 10px;
  font-size: 1rem;
  margin-left: 20px;
}
#tt-simulacion .oro{
  color: #FFD118;
}
#tt-simulacion span img{
  margin: -4px 7px 0 0;
}
@media (max-width: 768px){
  #tt-simulacion{
    padding-top: 0%;
  }
}
#simular .titulo, #resultado .titulo{
  background-color: #240C4A;
  height: 150px;
  padding: 14px 6% 0;
  margin-bottom: 30px;
}
#simular .titulo img, #resultado .titulo img{
  float: left;
  margin-right: 20px;
  margin-top: 10px;;
  width: 80px;
}
#simular h1, #resultado h1{
  color: #fff;
  padding-top: 30px;
  font-size: 1.8rem;
}
#simular .titulo-dos, #resultado .titulo-dos{
  background-color: #240C4A;
  height: 95px;
  text-align: left;
  padding: 0 6%;
}
#simular .texto, #resultado .texto{
  padding: 20px 6%;
  color: #240C4A;
  text-align: left;
}

#simular .desicion, #resultado .desicion{
  padding: 15px 6%;
}
#resultado {
  padding-bottom: 93px;
}

#simular .desicion .caja-desicion, 
#resultado .desicion .caja-desicion{
  display: block;
  border-radius: 10px;
  border: solid 1px;
  padding: 25px 15px 8px 20px;
  text-align: left;
  position: relative;
  margin-bottom: 35px;
}
#simular .desicion .caja-desicion input,
#resultado .desicion .caja-desicion input{
  width:100%;
  height: 100%;
  text-align: center;
  border-radius:5px;
  padding: 0;
  position: absolute;
  border:none;
  background: none;
  top:0;
  left: 0;
  opacity: 0;
}

#simular .desicion .caja-desicion h2,
#resultado .desicion .caja-desicion h2{
  width:42px;
  height: 42px;
  color:#FFF;
  font-size: 1.2rem;
  text-align: center;
  border-radius:5px;
  padding: 0;
  position: absolute;
  top:-25px;
  left: 50%;
  margin-left:-21px;
  align-content: center;
}
#simular .desicion .caja-desicion p,
#resultado .desicion .caja-desicion p{
  font-size: 1rem;
  color:#240C4A
}

#simular .desicion .celeste{border: solid 1px #0490DB}
#simular .desicion .celeste h2{background: #0490DB}
#simular .desicion .celeste:active input{  opacity: 45; background: #0490DB; transition: all 0,7s; color: #0490DB;}

#simular .desicion .rosa{border: solid 1px #F74889}
#simular .desicion .rosa h2{background: #F74889}
#simular .desicion .rosa:active input{  opacity: 45; background: #F74889; transition: all 0,7s; color: #F74889;}

#simular .desicion .verde{border: solid 1px #B5E363}
#simular .desicion .verde h2{background: #B5E363}
#simular .desicion .verde:active input{  opacity: 45; background: #B5E363; transition: all 0,7s; color: #B5E363;}

#resultado .desicion .celeste{border: solid 1px #0490DB}
#resultado .desicion .celeste h2{background: #0490DB}
#resultado .desicion .celeste-elegido{ background: #0490DB;}
#resultado .desicion .celeste-elegido h2{ background: #240C4A; color:#FFF; border: solid 2px #0490DB;}


#resultado .desicion .rosa{border: solid 1px #F74889}
#resultado .desicion .rosa h2{background: #F74889}


#resultado .desicion .verde{border: solid 1px #B5E363}
#resultado .desicion .verde h2{background: #B5E363}


#simular .desicion .caja-desicion-toma{
  display: block;
  border-radius: 10px;
  border: solid 1px;
  padding: 20px;
  text-align: left;
  font-size: 1rem;
  color:#240C4A;
  border: solid 1px #240C4A;
}

.btn-softskills{
  text-align: left;
  font-size: 1rem;
  color:#240C4A;
}
.btn-softskill-suma{
  text-align: left;
  font-size: 1rem;
  font-weight: 800;
  color:#240C4A;
  background:#B5E363
}
.btn-softskill-resta{
  text-align: left;
  font-size: 1rem;
  font-weight: 800;
  color:#FFF;
  background:#F74889
}

.btn-skills-continuar{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 20px;
  font-weight: 800;
  color:#FFF;
  background: rgb(4,144,219);
  background: linear-gradient(90deg, rgba(4,144,219,1) 0%, rgba(247,72,137,1) 100%);
}

@media (max-width: 768px){
  #simular .titulo-dos{
    text-align: center;
  }
  .carousel-control-prev{
    display: none;
  }
  .carousel-control-next{
    display: none;
  }

.btn-skills-continuar{
  width:100%
}
}

.owl-theme .owl-nav.disabled+.owl-dots, .owl-theme .owl-dots {
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -35px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0490DB;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color:#240C4A;
  border: solid 1px #240C4A;
  padding: 15px !important;
  font: inherit;
  font-size: 3rem;
  width: 50px;
  height:50px;
  border-radius: 50%;
  text-align: center;
  align-content: center;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  padding:0;
  margin: -5px;
  line-height: 0;
  position: absolute;
}


/*
.carousel-indicators [data-bs-target]{
  width: 12px;
  height: 12px;
  background-color: #D9D9D9;
  border-radius: 100px;
  border-top: none;
  border-bottom: none;
}*/


#simular .comenzar-entrenar{
  padding-bottom: 120px;
}
.carousel-item{
  padding-bottom: 20px;
}
.carousel-control-next-icon {
  background-image: url(../img/slide.svg);
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}
.carousel-control-prev-icon{
  background-image: url(../img/slide.svg);
  transform: rotate(180deg);
}

.text{
  vertical-align: top;
  border: solid 2px #f74889;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}


@media (max-width: 768px){
  .fondo-degrad{
    background: linear-gradient(180deg, rgba(240,242,243,0) 0%, rgba(36, 12, 74, 0.53) 100%);
    width: 100%;
    height: 90px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
  }
}




#titulo-progress{
  text-align: center;
  background-color: #240C4A;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
#titulo-progress h4{
color: #fff;
}
#progress {
  text-align: center;
  padding: 0 18%;
}
#progress .btn-trabajos{
  height: 50px;
}
#progress .dropdown .dropdown-toggle{
  background-color: #F74889;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
#progress .dropdown{
  float: left;
  width: 52%;
  margin-right: 2%;
}
.btn-rosa {
  color: #F74889;
  border: solid 1px #F74889 !important;
  box-shadow: none;
  float: left;
  width: 46%;
}
#progress .trabajo p{
  text-align: right;
  margin-bottom: 0px;
  margin-top: 19px;
}
#progress .trabajo .progress-wrapper{
  margin-top: 20px;
}
#progress h1{
  margin-top: 20px;
  font-size: 1.5rem;
  margin-bottom: 15px;
  text-align: left;
}
#progress .trabajo span{
  border: solid 1px;
  padding: 1% 2%;
  border-radius: 10px;
  font-size: 1rem;
  float: left;
}
#progress .oro{
  color: #FFD118;
}
#progress span img{
  margin: -4px 7px 0 0;
}
#progress .filtros{
  text-align: center;
  margin: auto;
  display: block;
}
#progress .filtros a{
  width: fit-content;
  margin: 0 1%;
}
#progress .filtros .active{
  background: #13042B;
  color: #fff;
}
#progress .detalle{
  margin-top: 20px;
  font-size: 0.9rem;
}
#progress ul{
  text-align: left;
  list-style: none;
  padding: 0;
}
#progress .habilidad p{
  margin-bottom: 10px;
}
#progress .habilidades li{
  margin-bottom: 20px;
}
#progress .habilidad .progress-wrapper span{
  text-align: right;
  display: block;
  width: 50%;
  float: left;
}
#progress .habilidad .tt a{
  float: right;
}
.btn.btn-xs {
  padding: 0.375rem 1rem;
  font-size: 1rem;
}
@media (max-width: 768px){
  #progress {
    text-align: center;
    padding: 0 6%;
    padding-bottom: 130px;
  }
  .btn.btn-xs {
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
  }
}
.progress-wrapper .bg-primary{
  background-color: #0490DB !important;
}
.progress-wrapper .bg-secundary{
  background-color: #F74889 !important;
}
.progress-wrapper .bg-one{
  background-color: #B5E363 !important;
}

#progress .btn-close{
  color: #000;
  font-size: 1.8rem;
  margin-top: -28px;
}
#progress .modal-body {
  text-align: left;
}
#progress .modal-body .card-header{
  text-align: center;
  border: solid 1px #F74889;
  width: 150px;
  margin: auto;
  border-radius: 10px;
  padding: 10px;
}
#progress .modal-body ul {
  text-align: left;
  list-style: decimal;
  padding: 0 6%;
}
#progress .modal-body li{
margin-bottom: 10px;
}

#jobs {
  text-align: center;
  padding: 0 18%;
}
#jobs .trabajo p {
  text-align: left;
  margin-bottom: 0px;
  margin-top: 0px;
}
#jobs .btn-jobs {
  height: 47px;
  border: solid 1px #F74889 !important;
  border-radius: 10px;
}
#jobs .btn-jobs .btn-primary {
  width: 50%;
    background-color: #F74889;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
#jobs .btn-jobs .btn-dos{
  color: #F74889;
  line-height: 44px;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Nunito';
}
#jobs .trabajo h4{
  margin-top: 30px;
}
#jobs .btn-close{
  color: #000;
  font-size: 1.8rem;
  margin-top: -28px;
}
#jobs .modal-body {
  text-align: left;
}
#jobs .modal-body ul {
  text-align: left;
  list-style: decimal;
  padding: 0 6%;
}
#jobs .modal-body li{
margin-bottom: 10px;
}

#create-job .card .card-header {
  padding: 1rem;
  border-bottom: solid 1px #e7e7e7;
}

#create-job .card .card-header h6{
  margin-bottom: 0;
}

#create-job .datos{
  border-bottom: none !important;
  padding: 0;
}
#create-job form{
  padding: 1rem;
}
#create-job .table-responsive h6{
  color: #666666;
  margin-left: 10px;
}
#create-job label{
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem 0;
    margin-left: 0px;
  color: #240c4a;
  margin-left: 0.25rem;
}
#create-job .table.align-items-center td, .table.align-items-center th {
  vertical-align: middle;
  height: auto;
}
#create-job .accordion-button{
  padding-left: 0;
  padding-right: 0;
}

#jobs .creados{
  margin: 30px 0;
  border-radius: 10px;
}
#jobs .creados .editar {
  float: right;
}
#jobs .creados .editar a{
  margin: 0 10px;
  float: right;
}
#jobs .creados h6 {
float: left;
}
#jobs .creados .progress-wrapper {
  margin-top: 50px;
  display: block;
}
#informe {
  text-align: center;
  padding: 0 18%;
}
#informe .btn-principal{
background: #0490DB;
}
@media (max-width: 768px){
  #jobs {
    padding: 0 6% 130px;
  }
  #informe {
    text-align: center;
    padding: 0 6%;
    padding-bottom: 130px;
  }
}
#create-job .descripcion{
font-size: 0.9rem;
}
#informes {
  text-align: center;
  padding: 30px 6%;
}
#informes p{
  font-size: 10pt;
  line-height: 15pt;
}
#informes li{
  font-size: 10pt;
  line-height: 15pt;
}
#informes h5{
  font-size: 15pt;
}
#informes .situaciones{
  text-align: left;
  color: #13042B;
  border-top: solid 1px #67748e;
  padding: 15px 0;
}
#informes .situaciones ul{
  list-style: decimal;
}
#informes .skills{
  text-align: left;
  padding: 15px 0;
}
#informes .puntos{
  width: 300px;
  margin: 0 auto 30px;
}
#informes .titulo {
  justify-content: space-between;
  display: flex;
}
#informes .titulo p{
margin: 0;
line-height: 27pt;
}
#informes .titulo h4{
  margin: 0;
  }
  #informes  .container-fluid{
    padding: 0;
  }
@media (max-width: 768px){
  #informes {
    text-align: center;
    padding: 30px 3%;
  }
}
#informe .dropdown{
  text-align: left;
  margin-bottom: 15px;
}
#informe .dropdown-toggle{
  border-bottom: solid 1px;
  padding-bottom: 5px;
  width: 100%;
  display: block;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
}

