@charset "UTF-8";
/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
header .menu-bottom {
  background: #004DFF;
}

.card-consejo__img span {
  background: #004DFF;
}

.hero-quiz2 {
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}
.hero-quiz2 img {
  width: 100%;
}

.hero-curso__txt h1 {
  color: #004DFF;
  font-weight: normal;
}

.card-consejo__txt h3 {
  font-weight: 400;
}

.quiz {
  background: #F2F5F6;
}

.mi-panel .recomendamos .card-curso2__footer p span {
  color: #004DFF;
}

.carrusel .tns-nav button.tns-nav-active {
  background: #004DFF;
  border-color: #004DFF;
}

.mi-panel .aprobados h2 span {
  background: #004DFF;
}

.registro__der .w-login {
  padding-top: 70px;
}

.c-registro .registro__izq {
  display: none;
}
.c-registro .registro__der {
  width: 100%;
}
.c-registro .registro__der h1 {
  font-weight: 400;
  margin-bottom: 3rem;
  font-size: 20px;
}
.c-registro .registro__der .w-form {
  max-width: 100%;
}
.c-registro .registro__der .w-registro {
  width: 100%;
  max-width: 593px;
  margin: 0 auto;
}

.formulario .form-submit .btn--azul {
  width: 14.25rem;
  margin-bottom: 1rem;
}

.btn--azul2 {
  background: #fff;
  color: #004DFF;
  border: 1px solid #004DFF;
}

.formulario .btn--azul2 a {
  color: #004DFF;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
}

.registro .no-cuenta {
  margin-top: 20px;
}
.registro .no-cuenta h4 {
  color: #343E46;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}
.registro .no-cuenta h4 a {
  color: #004DFF;
  text-decoration: underline;
}

.formulario .form-submit.text-center {
  text-align: center;
}
.formulario .form-submit.text-center .btn--azul {
  margin-bottom: 0;
}

.w-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 ratio → 9/16 = 0.5625 → 56.25% */
  overflow: hidden;
  height: 0;
}

.w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.consejo .w-carrusel {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.mi-panel .recomendamos .w-carrusel .carrusel .tns-controls button {
  color: #004DFF;
}

.mi-panel .recomendamos .w-carrusel .carrusel .tns-controls button:after {
  color: #004DFF;
}

.resultado .botones .btn.btn-otra-vez {
  background: #004DFF;
  border-color: #004DFF;
}

.resultado .botones .btn.btn--azul {
  background: #fff;
  color: #004DFF;
}

.quiz .btn-siguiente.activo {
  background: #004DFF;
}

.consejo__der .carrusel .c-1 {
  display: flex;
  align-items: center;
}

.consejo .w-carrusel .slide-consejo__txt {
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: center;
  display: flex;
  left: 0;
  align-items: center;
  height: 100%;
  padding: 2rem;
}

.consejo .w-carrusel .slide-consejo .btn-comenzar {
  margin-top: 0;
}

.consejo .carrusel .tns-controls button {
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .consejo .container .consejo__der .w-carrusel .slide-consejo {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .consejo .c-1 {
    background: #eee;
  }
  .consejo:before {
    display: none;
  }
  .consejo .carrusel .tns-controls {
    display: block;
    top: auto;
    bottom: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
  }
  .consejo .carrusel .tns-controls button {
    top: auto;
    transform: none;
    position: relative;
    margin-left: 1rem;
  }
}
.consejo .w-carrusel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.consejo .w-carrusel .carrusel {
  padding-left: 2rem;
  padding-right: 2rem;
}
.consejo .carrusel .tns-controls button:first-child {
  left: -.5rem;
}
.consejo .carrusel .tns-controls button:last-child {
  right: -.5rem;
}
.consejo .carrusel:hover .tns-controls button:first-child {
  left: 2rem;
}
.consejo .carrusel:hover .tns-controls button:last-child {
  right: 2rem;
}
#carrusel-videos .loading {
  background: #fff;
}
.consejo.tipo3 .consejo__der .w-carrusel {
  width: 100%;
}
.consejo.tipo3 .consejo__der .w-carrusel .slide-consejo {
  height: auto;
}
.consejo.tipo3 .consejo__der .carrusel .c-1 {
  align-items: flex-start;
}

.consejo.tipo2 .container .consejo__der .w-carrusel {
  width: 100%;
  max-width: 1000px;
}
.consejo.tipo2 .container .consejo__der .w-carrusel .slide-consejo {
  height: auto;
}
.consejo.tipo2 .container .consejo__der .carrusel .c-1 {
  align-items: flex-start;
}