.texto-gradiente {
  background: linear-gradient(to right, #002D75 0%, #194E98 45%, #066BC4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

html,
body {
  font-family: "BentonSans";
}

body {
  position: relative;
}

html {
  scroll-behavior: smooth;
}

button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sticky-top {
  position: sticky;
  top: 64px !important;
  z-index: 98;
}

.QSIFeedbackButton {
  display: none !important;
}

input[type=text] {
  background-color: #F1F1F1;
  border-right: solid 1.5px #016fcf;
  border-top: solid 1.5px #016fcf;
  border-left: solid 0px #016fcf;
  border-bottom: solid 1.5px #016fcf;
  border-radius: 50px;
  height: 40px;
}
input[type=text]:focus {
  background-color: #e6eaed;
  border-right: solid 1.5px #016fcf;
  border-top: solid 1.5px #016fcf;
  border-left: solid 0px #016fcf;
  border-bottom: solid 1.5px #016fcf;
  padding-right: 33px;
}

.btn-search {
  color: #016fcf;
  background-color: #F1F1F1;
  border-right: solid 0px #016fcf !important;
  border-top: solid 1.5px #016fcf !important;
  border-left: solid 1.5px #016fcf !important;
  border-bottom: solid 1.5px #016fcf !important;
  border-radius: 50px 0px 0px 50px !important;
  padding-right: 2px !important;
}
.btn-search:hover {
  background-color: #F1F1F1;
  color: #00175a !important;
}
.btn-search:active {
  background-color: #F1F1F1 !important;
  color: #00175a !important;
}

.btn-back-search {
  color: #00175a;
  background-color: white;
  border-radius: 1px;
  border: none !important;
}
.btn-back-search:hover {
  color: #016fcf;
  background-color: white;
}
.btn-back-search:active {
  background-color: white !important;
  color: #00175a !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

a {
  color: #016fcf;
  text-decoration: none;
}
a:hover {
  color: #00175a;
}

h1 {
  font-family: "BentonSans";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-family: "BentonSans";
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-family: "BentonSans";
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-family: "BentonSans";
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-family: "BentonSans";
}
@media (max-width: 575.98px) {
  h5 {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h5 {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h5 {
    font-size: 16px;
  }
}

p {
  color: #4d5155;
  font-family: "BentonSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 575.98px) {
  p {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  p {
    font-size: 16px;
  }
}

p.small,
.an-small {
  color: #4d5155;
}
@media (max-width: 575.98px) {
  p.small,
  .an-small {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  p.small,
  .an-small {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  p.small,
  .an-small {
    font-size: 12px;
  }
}

p.sma-x2,
.an-sma-x2 {
  font-size: 10px;
}
@media (max-width: 575.98px) {
  p.sma-x2,
  .an-sma-x2 {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  p.sma-x2,
  .an-sma-x2 {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  p.sma-x2,
  .an-sma-x2 {
    font-size: 10px;
  }
}

.btn {
  max-width: none !important;
  min-width: none !important;
}

.btn-primary {
  background-color: #016fcf !important;
  border-color: #016fcf !important;
  color: #fff;
  border-radius: 20px !important;
}
.btn-primary:hover {
  background-color: #016fcf;
  border-color: #016fcf;
  opacity: 0.9;
}
.btn-primary:active {
  background-color: #00175a;
  border-color: #00175a;
}
.btn-primary.active {
  background-color: #00175a;
  border-color: #00175a;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  background-color: white !important;
  border-color: #016fcf !important;
  color: #016fcf;
  border-radius: 20px;
}
.btn-secondary:hover {
  background-color: #016fcf;
  border-color: #016fcf;
  color: #016fcf;
  opacity: 0.9;
}
.btn-secondary:active {
  background-color: #00175a;
  border-color: #00175a;
}
.btn-secondary.active {
  background-color: #00175a;
  border-color: #00175a;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
#overlay-hor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 255, 0.8);
  backdrop-filter: blur(10px);
  z-index: 9999;
}

section#welcome {
  background-color: white;
  min-height: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
section#welcome h3,
section#welcome p {
  color: white;
}
section#welcome .an-small {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}
section#welcome .an-small-x2 {
  color: #016fcf;
  font-size: 11px;
  text-decoration: underline;
}
section#welcome i {
  color: white;
  font-size: 2em;
  animation: bounce 1s infinite;
}
section#welcome .wr-video {
  position: relative;
  height: 85vh;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 13px;
}
@media (max-width: 767.98px) {
  section#welcome .wr-video {
    height: 75vh;
  }
}
section#welcome .wr-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
}
section#welcome .wr-video .logo-home {
  width: 100%;
  max-width: 310px;
  padding: 15px 0;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  section#welcome .wr-video .logo-home {
    top: 3%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 80%;
    max-width: 280px;
  }
}
section#welcome .wr-video .wr-caption-welcome {
  color: white;
  position: absolute;
  bottom: 0.5%;
  z-index: 2;
  padding: 15px 15px 0 15px;
  width: 100%;
}
section#welcome .wr-video .wr-overlay-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
section#welcome .wr-boton {
  text-align: center;
  padding: 15px 0;
}
section#welcome .wr-boton .btn-primary {
  padding: 10px;
}
@media (max-width: 575.98px) {
  section#welcome .wr-boton .btn-primary {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section#welcome .wr-boton .btn-primary {
    padding: 10px 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#welcome .wr-boton .btn-primary {
    padding: 10px 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#welcome .wr-boton .btn-primary {
    padding: 10px 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  section#welcome .wr-boton .btn-primary {
    padding: 10px 100px;
  }
}
@media (min-width: 1400px) {
  section#welcome .wr-boton .btn-primary {
    padding: 10px 100px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
section#fx-pasos {
  animation: fadeInUp 1.5s ease-in-out;
  animation-iteration-count: 1;
  padding: 25px 15px 0px 15px;
  height: 100%;
  min-height: 100%;
  background-color: white;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
section#fx-pasos .wr-boton-out {
  text-align: center;
  padding: 10px 0px;
  position: relative;
  z-index: 2;
  background-color: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -11.95%, #FFF 50.2%, rgba(255, 255, 255, 0) 112.35%);
  width: auto;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; /* Evita clics cuando no es visible */
  border-radius: 8px;
}
section#fx-pasos .wr-boton-out.is-visible {
  opacity: 0;
  pointer-events: auto;
}
@media (max-width: 575.98px) {
  section#fx-pasos .wr-boton-out {
    width: 100%;
    padding: 10px 15px;
  }
}
section#fx-pasos .wr-boton-out .btn-primary {
  padding: 10px;
}
@media (max-width: 575.98px) {
  section#fx-pasos .wr-boton-out .btn-primary {
    width: 90% !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section#fx-pasos .wr-boton-out .btn-primary {
    width: 90% !important;
    padding: 10px 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#fx-pasos .wr-boton-out .btn-primary {
    padding: 10px 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#fx-pasos .wr-boton-out .btn-primary {
    padding: 10px 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  section#fx-pasos .wr-boton-out .btn-primary {
    padding: 10px 100px;
  }
}
@media (min-width: 1400px) {
  section#fx-pasos .wr-boton-out .btn-primary {
    padding: 10px 100px;
  }
}
section#fx-pasos .ribbon-back {
  width: 150%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 0;
}
@media (max-width: 767.98px) {
  section#fx-pasos .ribbon-back {
    width: 190%;
    top: 35px;
  }
}
section#fx-pasos .caption-general {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
}
section#fx-pasos h1.general {
  color: #002D75;
  text-align: center;
  font-weight: bold;
  padding-bottom: 7px;
  line-height: 1.3;
}
section#fx-pasos p.detail-d {
  color: #4d5155;
  padding-bottom: 7px;
  font-weight: normal !important;
  line-height: 1.8;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  section#fx-pasos p.detail-d {
    padding: 0 25px;
  }
}
section#fx-pasos p {
  text-align: center;
  color: #4d5155;
  font-weight: bold;
  margin-bottom: 5px;
}
section#fx-pasos strong.gry {
  font-weight: bold;
  color: #4d5155;
}
section#fx-pasos strong.blck {
  font-weight: bold;
  color: black;
}
section#fx-pasos .canvas {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section#fx-pasos .canvas .ribbon-back {
  width: 150%;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 0;
}
@media (max-width: 767.98px) {
  section#fx-pasos .canvas .ribbon-back {
    width: 190%;
    top: 35px;
  }
}
section#fx-pasos .canvas .wr-slider {
  margin: 0 auto;
}
@media (min-width: 1400px) {
  section#fx-pasos .canvas .wr-slider {
    width: 35%;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  section#fx-pasos .canvas .wr-slider {
    width: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#fx-pasos .canvas .wr-slider {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#fx-pasos .canvas .wr-slider {
    width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section#fx-pasos .canvas .wr-slider {
    width: 70%;
  }
}
@media (max-width: 575.98px) {
  section#fx-pasos .canvas .wr-slider {
    width: 100%;
  }
}
section#fx-pasos .canvas .wr-slider .slick-prev:before {
  content: none !important;
}
section#fx-pasos .canvas .wr-slider .slick-next:before {
  content: none !important;
}
section#fx-pasos .canvas .wr-slider .custom-prev,
section#fx-pasos .canvas .wr-slider .custom-next {
  background: none;
  border: none;
  color: #000;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
section#fx-pasos .canvas .wr-slider .custom-prev {
  left: 40px;
  font-size: 2.5em;
  color: #00175a;
}
section#fx-pasos .canvas .wr-slider .custom-next {
  right: 40px;
  font-size: 2.5em;
  color: #00175a;
}
section#fx-pasos .canvas .wr-slider .slick-center img {
  transition: all 0.3s ease-in-out;
  transform: scale(1) !important;
  z-index: 2;
}
section#fx-pasos .canvas .wr-slider .sss img {
  width: 45%;
  display: block;
  margin: 0 auto;
  transform: scale(0.93);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section#fx-pasos .canvas .wr-slider .sss img {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section#fx-pasos .canvas .wr-slider .sss img {
    width: 40%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  section#fx-pasos .canvas .wr-slider .sss img {
    width: 55%;
  }
}
@media (max-width: 575.98px) {
  section#fx-pasos .canvas .wr-slider .sss img {
    width: 96%;
  }
}
section#fx-pasos .wr-steps {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  section#fx-pasos .wr-steps {
    height: 45px;
  }
}
section#fx-pasos strong {
  color: #00175a;
}
section#fx-pasos .slick-dots li button:before {
  color: #00175a !important;
  font-size: 13px !important;
}
section#fx-pasos .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
section#fx-pasos .info-det {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #00175a;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  background: url("../img/pattern-amex.png") repeat, linear-gradient(180deg, #FFF 7.59%, #F0F0EF 53.8%, rgba(255, 255, 255, 0) 99.99%);
  background-position: center top, center top;
  background-size: 300px 300px, cover;
  background-repeat: repeat, no-repeat;
}
@media (max-width: 575.98px) {
  section#fx-pasos .info-det {
    background-size: 300px 300px, cover;
  }
}
section#fx-pasos .info-det .line-grad-top {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, #FFF 35%, rgba(255, 255, 255, 0) 100%);
}
section#fx-pasos .info-det .wr-solicitar {
  margin: 0 auto;
  text-align: center;
}
section#fx-pasos .info-det .amex-cards {
  width: 150px;
  padding: 15px 0;
}
section#fx-pasos .info-det .amex-app-img {
  width: 100px;
}
section#fx-pasos .info-det .wr-app {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 2px #016fcf;
  border-radius: 8px;
  padding: 15px;
  max-width: 70%;
  margin: 0 auto;
}
section#fx-pasos .info-det .wr-app p {
  line-height: 1.3;
}
section#fx-pasos .info-det .wr-app span.text-amex-app {
  color: #016fcf;
}
section#fx-pasos .info-det .an-small {
  color: #016fcf;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
}
section#fx-pasos .info-det .an-small-x2 {
  color: #016fcf;
  font-size: 11px;
  text-decoration: underline;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
section#fx-pasos .info-det i {
  color: #016fcf;
  font-size: 2em;
  animation: bounce 1s infinite;
}
section#fx-pasos .info-det .btn-det {
  padding: 8px 50px;
}

section.scr {
  height: 1500px;
}

@keyframes fadeInRightToLeft {
  from {
    position: relative;
    top: -95px;
    opacity: 0;
  }
  to {
    position: relative;
    top: 0;
    opacity: 1;
  }
}
.wrapper-hub {
  animation: fadeInRightToLeft 0.5s ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  position: relative;
}

section#welcomeHub {
  background-color: #e6eaed;
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  section#welcomeHub {
    height: 250px;
  }
}
section#welcomeHub .wr-video-index {
  overflow: hidden;
  text-align: center;
}
section#welcomeHub .wr-video-index .home-wr-top {
  position: absolute;
  padding: 8px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  top: 12px;
  right: 20px;
  z-index: 3;
  border: solid 2px white;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#welcomeHub .wr-video-index .home-wr-top:hover {
  opacity: 0.5;
}
section#welcomeHub .wr-video-index video {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(-50%, 0%);
  -o-object-fit: cover;
     object-fit: cover;
  background: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}
section#welcomeHub .wr-video-index .back-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
section#welcomeHub .wr-video-index .caption-hub {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 50%;
  top: 32%;
  transform: translate(-50%, 0%);
}
section#welcomeHub .wr-video-index .caption-hub h3,
section#welcomeHub .wr-video-index .caption-hub h2,
section#welcomeHub .wr-video-index .caption-hub h1,
section#welcomeHub .wr-video-index .caption-hub p {
  color: white;
}
section#welcomeHub .wr-video-index .caption-hub p {
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

section#searchBar .wr-input-search {
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s !important;
}
section#searchBar .wr-input-search .btn-back-search {
  margin-right: 0px;
}
section#searchBar .wr-input-search #search {
  flex-grow: 1;
}
section#searchBar .wr-input-search .input-group {
  display: flex;
  width: 100%;
  position: relative;
}
section#searchBar .wr-input-search .input-group .clear-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #53565a;
  z-index: 6;
  display: none;
}
section#searchBar .wr-input-search .input-group .form-control:focus + .clear-icon {
  display: block;
}
section#searchBar .wr-input-search .form-control {
  flex-grow: 1;
}

section.instruccion-categorias {
  padding-bottom: 10px;
}
section.instruccion-categorias p {
  color: black;
  font-weight: bold;
}
section.instruccion-categorias .intrucciones-cap {
  color: #6e6e6e;
  text-align: center;
  padding: 10px 0 10px 0;
  font-weight: normal;
}

section#hub {
  background-color: white;
}
section#hub button.categorias {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0 !important;
}
section#hub .intrucciones-cap {
  color: #6e6e6e;
  text-align: center;
  padding: 10px 0 10px 0;
}
section#hub .wr-botones {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#hub .boton-general-wr {
  opacity: 0.65 !important;
}
section#hub .boton-general-wr:hover {
  opacity: 1 !important;
}
section#hub .boton-general-wr.active {
  opacity: 1 !important;
}
section#hub .boton-general-wr.active .icon-nivel {
  color: #016fcf !important;
}
section#hub .boton-general-wr.active p.nombre-nivel {
  color: #016fcf !important;
  font-weight: bold;
}
section#hub .wr-nivel-usuario {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 575.98px) {
  section#hub .wr-nivel-usuario {
    margin-bottom: 30px;
  }
}
section#hub .wr-nivel-usuario .gra3 {
  position: absolute;
  bottom: -40px;
  height: 20px;
  width: 100%;
  background: linear-gradient(180deg, #FFF 14.9%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 575.98px) {
  section#hub .wr-nivel-usuario .gra3 {
    bottom: -50px;
  }
}
section#hub .wr-nivel-usuario h5,
section#hub .wr-nivel-usuario h4 {
  color: #016fcf;
  text-align: center;
}
section#hub .wr-nivel-usuario div.master-circle {
  position: relative;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 575.98px) {
  section#hub .wr-nivel-usuario div.master-circle {
    width: 65px;
    height: 65px;
    margin: 0 10px;
  }
}
section#hub .wr-nivel-usuario div.master-circle p.nombre-nivel {
  font-size: 10px;
  color: #6e6e6e;
  text-transform: uppercase;
  position: relative;
  top: 10px;
}
@media (max-width: 575.98px) {
  section#hub .wr-nivel-usuario div.master-circle p.nombre-nivel {
    font-size: 8px;
    top: 12px;
  }
}
section#hub .wr-nivel-usuario div.master-circle .gradient-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  section#hub .wr-nivel-usuario div.master-circle .gradient-circle {
    width: 70px;
    height: 70px;
  }
}
section#hub .wr-nivel-usuario div.master-circle .inner-circle {
  width: 75px;
  height: 75px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  top: 3px;
  left: 0px;
}
@media (max-width: 575.98px) {
  section#hub .wr-nivel-usuario div.master-circle .inner-circle {
    width: 65px;
    height: 65px;
  }
}
section#hub .wr-nivel-usuario div.master-circle .progres-dots {
  position: relative;
}
section#hub .wr-nivel-usuario div.master-circle .progres-dots .front-check {
  color: #7fae2d;
  position: relative;
  left: -3px;
}
section#hub .wr-nivel-usuario div.master-circle .progres-dots .front-niveles-gral {
  position: absolute;
  background-color: transparent;
  border: 1px solid transparent;
  margin: 0;
  height: 75px;
  width: 75px;
  border-radius: 100px;
  padding-top: 10px;
  z-index: 3;
}
@media (max-width: 575.98px) {
  section#hub .wr-nivel-usuario div.master-circle .progres-dots .front-niveles-gral {
    width: 65px;
    height: 65px;
    padding-top: 9px;
  }
}
section#hub .wr-nivel-usuario div.master-circle .progres-dots .front-niveles-gral .icon-nivel {
  width: 35px;
  max-width: 80px;
  font-size: 45px;
  color: #6e6e6e;
}
@media (max-width: 575.98px) {
  section#hub .wr-nivel-usuario div.master-circle .progres-dots .front-niveles-gral .icon-nivel {
    width: 40px;
    font-size: 40px;
  }
}
section#hub .wr-nivel-usuario div.master-circle .progres-dots .front-niveles-gral p {
  font-size: 10px;
  color: #00175a;
  text-transform: uppercase;
  position: relative;
  top: 3px;
}
@media (max-width: 575.98px) {
  section#hub .wr-nivel-usuario div.master-circle .progres-dots .front-niveles-gral p {
    font-size: 9px;
  }
}
section#hub .wr-nivel-usuario div.master-circle .progres-dots .front-niveles-gral .active_step {
  color: #016fcf;
}
section#hub .wr-nivel-usuario div.master-circle .progres-dots .front-niveles-gral .active_howmany_step {
  color: #00175a;
}

.wr-over {
  position: relative;
}
.wr-over div#resultados {
  background-color: white;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: scroll;
  z-index: 106;
  left: 0;
  transition: all 0.5s;
}
.wr-over div#resultados .wr-resultados-over {
  padding: 0px 10px;
}
.wr-over div#resultados .wr-resultados-over .estilo-sugerencia {
  border-radius: 100px;
  background-color: white;
  border: solid 1.3px #00175a;
  color: #00175a;
  padding: 5px 10px;
  width: auto;
  display: inline-block;
  margin: 0 5px 5px 0px;
  cursor: pointer;
  font-size: 12px;
}
.wr-over div#resultados .wr-resultados-over .estilo-sugerencia:hover {
  background-color: #00175a;
  color: white;
}
.wr-over div#resultados .wr-resultados-over .estilo-sugerencia:focus, .wr-over div#resultados .wr-resultados-over .estilo-sugerencia:active {
  background-color: white;
  color: #00175a;
}
@media (max-width: 767.98px) {
  .wr-over div#resultados .wr-resultados-over .estilo-sugerencia {
    font-size: 10px;
  }
}

.disparador-sticky {
  width: 100%;
  height: 5px;
}

section.menu-sticky {
  box-shadow: -3px 7px 9px -4px rgba(0, 0, 0, 0.13);
  position: sticky;
  top: 0;
  padding: 5px 5px;
  background-color: white;
  z-index: 7;
  height: 100%;
  display: none;
}
section.menu-sticky.visible {
  display: block;
}
section.menu-sticky .logo-amex {
  max-width: 120px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 575.98px) {
  section.menu-sticky .logo-amex {
    width: 17%;
  }
}
section.menu-sticky .jk {
  width: 100%;
  display: flex;
  justify-content: right;
}
section.menu-sticky .estatus-sticky {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 17px;
  padding-right: 5px;
}
section.menu-sticky .estatus-sticky p {
  color: #00175a;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  section.menu-sticky .estatus-sticky p {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  section.menu-sticky .estatus-sticky p {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  section.menu-sticky .estatus-sticky p {
    font-size: 12px;
  }
}
section.menu-sticky .estatus-sticky span {
  color: #016fcf;
  font-weight: bold;
}
section.menu-sticky div.master-circle {
  text-align: center;
  position: relative;
  width: 63px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  section.menu-sticky div.master-circle {
    width: 57px;
    height: 57px;
  }
}
section.menu-sticky div.master-circle p.nombre-nivel {
  font-size: 10px;
  color: #00175a;
  text-transform: uppercase;
  position: relative;
  top: 12px;
}
@media (max-width: 575.98px) {
  section.menu-sticky div.master-circle p.nombre-nivel {
    font-size: 8px;
  }
}
section.menu-sticky div.master-circle .gradient-circle {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  section.menu-sticky div.master-circle .gradient-circle {
    width: 63px;
    height: 63px;
  }
}
section.menu-sticky div.master-circle .inner-circle {
  width: 62px;
  height: 62px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  top: 3px;
  left: 0px;
}
@media (max-width: 575.98px) {
  section.menu-sticky div.master-circle .inner-circle {
    width: 57px;
    height: 57px;
  }
}
section.menu-sticky div.master-circle .progres-dots {
  position: relative;
}
section.menu-sticky div.master-circle .progres-dots .front-check {
  color: #7fae2d;
  position: relative;
  left: -3px;
}
section.menu-sticky div.master-circle .progres-dots .front-niveles-gral {
  position: absolute;
  background-color: transparent;
  border: 1px solid white;
  margin: 0;
  height: 62px;
  width: 62px;
  border-radius: 100px;
  padding-top: 10px;
}
@media (max-width: 575.98px) {
  section.menu-sticky div.master-circle .progres-dots .front-niveles-gral {
    width: 57px;
    height: 57px;
    padding-top: 8px;
  }
}
section.menu-sticky div.master-circle .progres-dots .front-niveles-gral .icon-nivel {
  width: 25px;
  max-width: 80px;
  padding-bottom: 2px;
  font-size: 25px;
  color: #016fcf;
}
@media (max-width: 575.98px) {
  section.menu-sticky div.master-circle .progres-dots .front-niveles-gral .icon-nivel {
    width: 25px;
    font-size: 25px;
  }
}
section.menu-sticky div.master-circle .progres-dots .front-niveles-gral p {
  font-size: 9px;
  color: #00175a;
  text-transform: uppercase;
  position: relative;
  top: 0.5px;
}
@media (max-width: 575.98px) {
  section.menu-sticky div.master-circle .progres-dots .front-niveles-gral p {
    font-size: 8px;
    top: 1px;
  }
}
section.menu-sticky div.master-circle .progres-dots .front-niveles-gral .active_step {
  color: #016fcf;
}
section.menu-sticky div.master-circle .progres-dots .front-niveles-gral .active_howmany_step {
  color: #00175a;
}

section.cardCheck {
  padding: 10px 10px 30px 10px;
}
section.cardCheck .wr-card-nuevo-tema {
  position: relative;
  border-radius: 8px;
  box-shadow: 2px 5px 10px -1px rgba(0, 0, 0, 0.15);
  background-color: #f6f8f9;
  padding: 25px 15px 25px 15px;
  width: 50%;
  display: block;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 767.98px) {
  section.cardCheck .wr-card-nuevo-tema {
    width: 100%;
  }
}
section.cardCheck .wr-card-nuevo-tema .caption-check {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  padding-right: 15%;
  padding-left: 15px;
}
@media (max-width: 767.98px) {
  section.cardCheck .wr-card-nuevo-tema .caption-check {
    padding-right: 5px;
    padding-left: 15px;
  }
}
section.cardCheck .wr-card-nuevo-tema .check-list-icon {
  position: relative;
  z-index: 2;
  margin-top: 5px;
  width: 40px;
  align-self: flex-start;
}
section.cardCheck .wr-card-nuevo-tema h3 {
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #00175a;
}
section.cardCheck .wr-card-nuevo-tema button {
  border: transparent !important;
  background-color: transparent !important;
  color: #00175a;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-decoration: underline;
}
section.cardCheck .wr-card-nuevo-tema button:hover {
  color: #016fcf;
}
section.cardCheck .wr-card-nuevo-tema button.close-card {
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  z-index: 3;
}
section.cardCheck .wr-card-nuevo-tema button.close-card svg {
  width: 25px;
  height: 25px;
}
section.cardCheck .wr-card-nuevo-tema button.close-card svg .close {
  fill: #6e6e6e;
}
section.cardCheck .wr-card-nuevo-tema button.close-card:hover svg .close {
  fill: #00175a;
}
section.cardCheck .wr-card-nuevo-tema .check-list {
  width: 50px;
  top: -16%;
  position: absolute;
}

.wr-action.is_checked {
  background-color: #016fcf;
}

.wr-action.is_checked .custom-check {
  background: url("../img/check-icon.png") no-repeat center center;
  background-size: 100%;
  background-color: white;
  border: 2px solid white !important;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  position: relative;
}

.wr-action.is_checked .wr-titulo-tema .tema-check {
  color: white;
}

.wr-action.is_checked .wr-boton-modal .openTema svg .openTema {
  fill: white;
}

.footer {
  height: 10vh;
}

.dnone-sticky {
  display: none;
}

.master-circle:has(.dnone-sticky) {
  display: none !important;
}

.wr-action {
  background-color: #ececec;
  border: solid 1px #dbdbdb;
  padding: 10px !important;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.wr-action:hover {
  opacity: 0.85;
}
.checked-master .wr-action {
  background-color: #016fcf;
}
.wr-action .wr-check {
  display: flex;
  align-items: center;
}
.wr-action .wr-check .custom-check {
  border: 2px solid #00175a;
  background-color: white;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  position: relative;
}
.checked-master .wr-action .wr-check .custom-check {
  background: url("../img/check-icon.png") no-repeat center center;
  background-size: 100%;
  background-color: white;
  border: 2px solid white;
}
.wr-action .wr-titulo-tema {
  text-align: center;
}
.wr-action .wr-titulo-tema p {
  color: #4d5155;
  margin-bottom: 0;
}
.checked-master .wr-action .wr-titulo-tema p {
  color: white;
}
.wr-action .wr-boton-modal .openTema {
  border: none;
  background-color: transparent;
}
.wr-action .wr-boton-modal .openTema svg {
  width: 25px;
  height: 25px;
}
.wr-action .wr-boton-modal .openTema svg .openTema {
  fill: #4d5155;
}
.checked-master .wr-action .wr-boton-modal .openTema svg .openTema {
  fill: white;
}

.modal-fullscreen-custom {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-dialog {
  width: 100% !important;
}

.modalProgress.modal {
  position: fixed;
  top: 10px !important;
  left: 0;
  z-index: 1060;
  display: none;
  width: 80%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  border-radius: 20px 20px 0 0;
  margin-left: 10%;
}
@media (max-width: 767.98px) {
  .modalProgress.modal {
    margin-left: 0% !important;
    width: 100% !important;
  }
}
.modalProgress.modal .modal-content {
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-content {
    padding-top: 2px;
  }
}
.modalProgress.modal .modal-header {
  border-bottom: none;
  padding-left: 35px;
  padding-bottom: 10px;
}
.modalProgress.modal .modal-header .modal-title {
  text-align: center;
  color: #00175a;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-header .modal-title {
    text-align: left;
    font-size: 18px;
  }
}
.modalProgress.modal .modal-body {
  padding-bottom: 0%;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body {
    padding-bottom: 15%;
    display: block;
    flex-direction: unset;
    justify-content: unset;
    align-items: unset;
  }
}
.modalProgress.modal .modal-body .alineacion-ver {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 65vh;
}
@media (max-width: 991.98px) {
  .modalProgress.modal .modal-body .alineacion-ver {
    display: block;
    flex-direction: unset;
    justify-content: unset;
    height: 100%;
  }
}
.modalProgress.modal .modal-body .img-tutorial {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
.modalProgress.modal .modal-body .wr-video {
  position: relative;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body .wr-video {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.modalProgress.modal .modal-body .wr-video video {
  width: 100%;
  max-height: 90vh;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body .wr-video video {
    max-width: 350px;
    width: 100%;
    max-height: 55vh;
  }
}
.modalProgress.modal .modal-body .wr-video button.btn-controller {
  background-color: #00175a;
  border: none;
  border-radius: 100px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -30px;
  z-index: 4;
  width: 60px;
  height: 60px;
}
.modalProgress.modal .modal-body .wr-video button.btn-controller:hover {
  background-color: #016fcf;
}
.modalProgress.modal .modal-body .wr-video button.btn-controller svg {
  width: 40px;
  height: 40px;
  fill: white;
}
.modalProgress.modal .modal-body .alto-fix-col {
  height: 220px;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body .alto-fix-col {
    height: 100%;
  }
}
.modalProgress.modal .modal-body .fondo-blanco {
  background-color: white;
}
.modalProgress.modal .modal-body .fondo-gradiente-gris {
  background-color: #D9DDE0;
  background: linear-gradient(to bottom, #D9DDE0 0%, #A1AFB9 100%);
}
.modalProgress.modal .modal-body .fondo-gradiente-azul {
  background-color: #006FCF;
  background: linear-gradient(to bottom, #006FCF 0%, #00175A 100%);
}
.modalProgress.modal .modal-body .wr-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0 10px 0;
}
.modalProgress.modal .modal-body .wr-timeline .progress-container {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  height: 8px;
  background-color: #e6eaed;
  cursor: pointer;
}
.modalProgress.modal .modal-body .wr-timeline .progress-container .progress-bar {
  width: 0;
  height: 100%;
  background-color: #016fcf !important;
  transition: width 0.1s;
}
.modalProgress.modal .modal-body .wr-timeline .progress-container .segments {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  border-right: solid 5px white !important;
}
.modalProgress.modal .modal-body .wr-timeline .progress-container .segments:last-child {
  border-right: none !important;
}
.modalProgress.modal .modal-body .wr-timeline .progress-container .segment {
  height: 100%;
  background-color: #e6eaed;
  border-right: solid 5px white !important;
}
.modalProgress.modal .modal-body .wr-timeline .progress-container .segment:last-child {
  border-right: none !important;
}
.modalProgress.modal .modal-body p {
  color: #4d5155;
}
.modalProgress.modal .modal-body p.resaltar {
  color: #016fcf;
  font-weight: bold;
}
.modalProgress.modal .modal-body #current_step_label_01 {
  font-size: 12px;
  color: #00175a;
}
.modalProgress.modal .modal-body #many_steps_label_01 {
  font-size: 12px;
}
.modalProgress.modal .modal-body .wr-step-text {
  background-color: #F1F1F1;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  color: black;
  font-size: 18px;
  min-height: 60px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body .wr-step-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .modalProgress.modal .modal-body .wr-step-text {
    font-size: 16px;
  }
}
.modalProgress.modal .modal-body .ggr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body .ggr {
    padding-top: 0%;
  }
}
.modalProgress.modal .modal-body .text-caption-ins {
  color: #00175a;
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body .text-caption-ins {
    font-size: 14px;
  }
}
.modalProgress.modal .modal-body strong.title {
  color: #00175a;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body strong.title {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .modalProgress.modal .modal-body strong.title {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .modalProgress.modal .modal-body strong.title {
    font-size: 22px;
  }
}
.modalProgress.modal .modal-body .prev-left-b {
  left: 2%;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body .prev-left-b {
    left: 3%;
  }
}
.modalProgress.modal .modal-body .next-right-b {
  right: 2%;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .modal-body .next-right-b {
    right: 3%;
  }
}
.modalProgress.modal .modal-body button.btn-controller-small {
  background-color: transparent;
  border: none;
  border-radius: 100px;
  z-index: 4;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 991.98px) {
  .modalProgress.modal .modal-body button.btn-controller-small {
    top: 35%;
    width: 45px;
    height: 45px;
  }
}
.modalProgress.modal .modal-body button.btn-controller-small:hover {
  opacity: 0.5;
}
.modalProgress.modal .modal-body button.btn-controller-small img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .modalProgress.modal .modal-body button.btn-controller-small img {
    width: 25px;
    height: 25px;
  }
}
.modalProgress.modal .modal-body button.btn-controller-small svg {
  width: 25px;
  height: 25px;
  fill: white;
}
.modalProgress.modal .close-tema {
  border: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 4;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .close-tema {
    right: 12px;
    top: 12px;
  }
}
.modalProgress.modal .close-tema svg {
  width: 25px;
  height: 25px;
}
.modalProgress.modal .close-tema svg .close {
  fill: #016fcf;
}
.modalProgress.modal .close-tema:hover svg .close {
  fill: #00175a;
}
.modalProgress.modal .btn-aprendido {
  width: 90%;
  margin-top: 5%;
}
@media (max-width: 767.98px) {
  .modalProgress.modal .btn-aprendido {
    width: 100%;
  }
}
.modalProgress.modal .btn:disabled {
  opacity: 0.3 !important;
}
.modalProgress.modal .skeleton {
  width: 100%;
  background: linear-gradient(90deg, #f1f1f1 0%, #f7f7f7 15%, #f1f1f1 30%);
  background-size: 300% 100%;
  animation: shimmer 4.5s infinite linear;
  opacity: 0.9;
}
@keyframes shimmer {
  0% {
    background-position: -300% 0;
  }
  100% {
    background-position: 300% 0;
  }
}

.alertasNivel.modal .modal-header {
  border-bottom: none;
  min-height: 70px;
}
.alertasNivel.modal .modal-content {
  position: relative;
  border-radius: 10px;
}
.alertasNivel.modal .modal-content h3,
.alertasNivel.modal .modal-content p {
  color: #00175a;
  text-align: center;
}
.alertasNivel.modal .modal-content p.resaltar {
  color: #016fcf;
  font-weight: bold;
}
.alertasNivel.modal .modal-content p.small {
  color: #4d5155;
}
.alertasNivel.modal .modal-content .ribbon-btm {
  padding-bottom: 30%;
  background-image: url("../img/ribbon-2.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.alertasNivel.modal .close-tema {
  border: none;
  position: absolute;
  right: 20px;
  top: 17px;
  background-color: transparent;
}
.alertasNivel.modal .close-tema svg {
  width: 25px;
  height: 25px;
}
.alertasNivel.modal .close-tema svg .close {
  fill: #016fcf;
}
.alertasNivel.modal .close-tema:hover svg .close {
  fill: #00175a;
}
.alertasNivel.modal .wr-botones {
  display: flex;
  align-items: center;
  justify-content: center;
}
.alertasNivel.modal .wr-progreso-concluido {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 25px 0;
}
.alertasNivel.modal div.master-circle {
  position: relative;
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle {
    width: 85px;
    height: 85px;
    margin: 0 5px;
  }
}
.alertasNivel.modal div.master-circle p.nombre-nivel {
  font-size: 10px;
  color: #00175a;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  z-index: 5;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle p.nombre-nivel {
    font-size: 8px;
  }
}
.alertasNivel.modal div.master-circle .gradient-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle .gradient-circle {
    width: 75px;
    height: 75px;
  }
}
.alertasNivel.modal div.master-circle .inner-circle {
  width: 74px;
  height: 74px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  top: 3px;
  left: 3px;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle .inner-circle {
    width: 69px;
    height: 69px;
  }
}
.alertasNivel.modal div.master-circle .progres-dots {
  position: relative;
}
.alertasNivel.modal div.master-circle .progres-dots .front-check {
  color: #7fae2d;
  position: relative;
  left: -3px;
}
.alertasNivel.modal div.master-circle .progres-dots .front-niveles-gral {
  position: absolute;
  background-color: transparent;
  border: 4px solid white;
  margin: 0;
  height: 74px;
  width: 74px;
  border-radius: 100px;
  z-index: 3;
  text-align: center;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle .progres-dots .front-niveles-gral {
    width: 65px;
    height: 65px;
  }
}
.alertasNivel.modal div.master-circle .progres-dots .front-niveles-gral .icon-nivel {
  width: 27px;
  max-width: 80px;
  padding-bottom: 2px;
  color: #016fcf;
  font-size: 40px;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle .progres-dots .front-niveles-gral .icon-nivel {
    width: 25px;
    font-size: 35px;
  }
}
.alertasNivel.modal div.master-circle .progres-dots .front-niveles-gral p {
  font-size: 11px;
  color: #00175a;
  text-transform: uppercase;
  position: relative;
  top: 1.3px;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle .progres-dots .front-niveles-gral p {
    font-size: 9px;
  }
}
.alertasNivel.modal div.master-circle .progres-dots .front-niveles-gral .active_step {
  color: #016fcf;
}
.alertasNivel.modal div.master-circle .progres-dots .front-niveles-gral .active_howmany_step {
  color: #00175a;
}
.alertasNivel.modal div.master-circle-mini {
  text-align: center;
  position: relative;
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle-mini {
    width: 73px;
    height: 73px;
  }
}
.alertasNivel.modal div.master-circle-mini p.nombre-nivel {
  font-size: 10px;
  color: #00175a;
  text-transform: uppercase;
  position: relative;
  top: 0px;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle-mini p.nombre-nivel {
    font-size: 9px;
  }
}
.alertasNivel.modal div.master-circle-mini .gradient-circle {
  width: 78px;
  height: 78px;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle-mini .gradient-circle {
    width: 63px;
    height: 63px;
  }
}
.alertasNivel.modal div.master-circle-mini .inner-circle {
  width: 72px;
  height: 72px;
  background-color: white;
  border-radius: 50%;
  position: relative;
  top: 3px;
  left: 3px;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle-mini .inner-circle {
    width: 57px;
    height: 57px;
  }
}
.alertasNivel.modal div.master-circle-mini .progres-dots {
  position: relative;
}
.alertasNivel.modal div.master-circle-mini .progres-dots .front-check {
  color: #7fae2d;
  position: relative;
  left: -3px;
}
.alertasNivel.modal div.master-circle-mini .progres-dots .front-niveles-gral {
  position: absolute;
  background-color: transparent;
  border: 2px solid white;
  margin: 0;
  height: 72px;
  width: 72px;
  border-radius: 100px;
  padding-top: 7px;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle-mini .progres-dots .front-niveles-gral {
    width: 57px;
    height: 57px;
  }
}
.alertasNivel.modal div.master-circle-mini .progres-dots .front-niveles-gral .icon-nivel {
  width: 30px;
  max-width: 80px;
  padding-bottom: 2px;
  color: #016fcf;
  font-size: 30px;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle-mini .progres-dots .front-niveles-gral .icon-nivel {
    width: 28px;
    font-size: 28px;
  }
}
.alertasNivel.modal div.master-circle-mini .progres-dots .front-niveles-gral p {
  font-size: 10px;
  color: #00175a;
  text-transform: uppercase;
  position: relative;
  top: 0.5px;
}
@media (max-width: 575.98px) {
  .alertasNivel.modal div.master-circle-mini .progres-dots .front-niveles-gral p {
    font-size: 8px;
    top: 1px;
  }
}
.alertasNivel.modal div.master-circle-mini .progres-dots .front-niveles-gral .active_step {
  color: #016fcf;
}
.alertasNivel.modal div.master-circle-mini .progres-dots .front-niveles-gral .active_howmany_step {
  color: #00175a;
}

.star-rating-amex,
.star-rating-info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  padding-bottom: 15px;
}
.star-rating-amex i,
.star-rating-info i {
  font-size: normal;
  cursor: pointer;
  margin: 0 0.2rem;
}
.star-rating-amex .fas,
.star-rating-info .fas {
  color: gold;
}
.star-rating-amex .far,
.star-rating-info .far {
  color: gray;
}

.gradient-circle {
  background: none !important;
}

.btn-over-video {
  opacity: 0;
}

.btn-over-video.mouse-over {
  opacity: 1;
}

.br-no-height {
  height: 1px;
}

.img-tutorial,
.video_container {
  min-height: 200px;
}

.video_container {
  cursor: pointer;
}

.modal-title {
  min-height: 27px;
}

.title_group {
  color: #00175a;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 0 15px 0;
  font-size: 16px;
}/*# sourceMappingURL=estilo.css.map */