.fs-1 {
  font-size: 2.5rem;
}
.fs-2 {
  font-size: 2rem;
}
.fs-3 {
  font-size: 1.75rem;
}
.fs-4 {
  font-size: 1.5rem;
}
.fs-5 {
  font-size: 1.25rem;
}
.fs-6 {
  font-size: 1rem;
}
.fs-7 {
  font-size: 0.75rem;
}
.fw-bolder {
  font-weight: 700;
}
.fw-bold {
  font-weight: bold;
}
body {
  background-color: var(--tema-fondo);
  color: var(--tema-texto);
}
.navbar-brand,
.navbar-brand img {
  max-height: 50px !important;
  padding: 0 !important;
  padding-left: 1rem !important;
}

#bienvenida, #felicitaciones {
  height: 100vh !important;
}
#bienvenida .header, #felicitaciones .header {
  height: 30% !important;
}
#bienvenida .body, #felicitaciones .body {
  height: 70% !important;
}
#bienvenida .footer, #felicitaciones .footer {
  height: 10% !important;
}

.imgFooter {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px;
  width: 200px;
  height: auto;
}

.logo-empresa {
  height: 80px !important;
  width: auto !important;
}

.imgMecanica {
  margin-top: -200px !important;
  width: 65% !important;
  max-height: 80vh !important;
  z-index: 1000;
}

#imgBien {
  width: 80%;
}

footer {
  background-color: var(--color-sistema);
  color: #fff;
  padding: 1em 2em;
}
.container-fluid {
  position: relative;
  z-index: 99;
}

.sliders {
  display: none;
}

.light {
  font-weight: 300;
}
.bold {
  font-weight: 700;
}

/*********** colors ***********/

.color-primary {
  color: #fff;
  background-color: var(--color-sistema);
}
.color-secondary {
  color: #fff;
  background-color: #6c757d;
}
.color-warning {
  color: #fff;
  background-color: #ffc000;
}
.color-danger {
  color: #fff;
  background-color: #d73838;
}
.color-info {
  color: #fff;
  background-color: #161922;
}

.content-secondary h1,
.content-secondary h2,
.content-secondary h3,
.content-secondary h4,
.content-secondary h5,
.content-secondary h6,
.content-secondary p {
  color: var(--color-texto);
}

/*********** Loading **********/

.loading-big {
  background-color: rgba(var(--tema-color-rgb), 0.5);
  backdrop-filter: blur(5px);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-repeat: no-repeat;
  background-position: center center;
}

.lds {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
}
.lds div {
  position: absolute;
  border: 4px solid var(--color-sistema);
  opacity: 1;
  border-radius: 50%;
  animation: lds 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds {
  0% {
    top: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    top: -70px;
    left: -70px;
    width: 140px;
    height: 140px;
    opacity: 0;
  }
}


.background-clouds,
.background-mountain {
  top: 0;
  position: fixed;
  width: 100%;
}

.clouds {
  position: fixed;
}

.tree {
  position: fixed;
  bottom: 0;
  z-index: 1;
}
.mountain {
  position: fixed;
  bottom: 0;
}

.birds {
  background-color: transparent;
  display: block;
  position: relative;
  z-index: 2;
}
.boat {
  display: block;
  position: relative;
  z-index: 1;
  width: 92px;
  height: 56px;
  background-image: url(../images/bg/boat.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.sea {
  position: fixed;
  z-index: 1;
  width: 100%;
}

#ruta {
  position: fixed;
  z-index: 1;
  width: 100%;
  /*background-color: rgba(0,0,0,0.5);*/
}

#ruta svg:not(#good-job) path {
  stroke-dasharray: 7;
  stroke-width: 3;
  stroke: rgba(0, 62, 115, 0.4);
}
#good-job {
  width: 80%;
  aspect-ratio: 1;
}

/*#ruta svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 2000;
  animation: dash 5s linear;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}*/

.pathRuta {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flag {
  display: block;
  position: absolute;
  z-index: 1;
}
.flag .flag_ani {
  top: -50px;
  left: -50px;
  position: relative;

  width: 96px;
  height: 55px;
  background: url(../images/bg/flag.png) no-repeat;
  animation: flagAnimate 0.8s steps(6) infinite;
}

@keyframes flagAnimate {
  100% {
    background-position: 0 -330px;
  }
}

#demo {
  width: 692px;
  height: 70px;
  background-color: #333;
  padding: 8px;
}
#logo {
  position: relative;
  width: 150px;
  height: 60px;
  background: #90e500
    url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/logo_transparent_1.png)
    no-repeat;
  background-position: 0px 4px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: solid #000 10px;
}
#logo p {
  font-size: 17px;
  margin-top: 0px;
  margin-left: 60px;
  line-height: 58px;
}

.items-icons {
  position: relative;
  z-index: 2;
}

.coins {
  position: absolute;
  bottom: 0;
  opacity: 0.5;
}

/************ btn ***********/

a:focus {
  background-image: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.closeSection {
  position: relative;
  z-index: 99999;
}
.btn_actividad {
  background-color: var(--color-sistema);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 99;
  transform: translate(-7px, -7px);
  padding: 0;
  margin: 0;
}

.btn_actividad:hover .btnAct-int {
  display: block;
  transform: translate(25px, 0px) scale(1);
}

.btn_actividad .btnAct-int {
  /*display:none;*/
  position: absolute;
  width: 200px;
  background: white;
  padding: 0.5em;
  color: var(--color-sistema);
  font-weight: 700;
  padding-left: 1.5em;
  border-radius: 0px 25px 25px 25px;
  transition: all 0.3s;
  transform: translate(-100px, 0px) scale(0);
  font-size: 16px;
}
.btn_actividad .int {
  position: absolute;
  top: -60px;
  z-index: 9;
}

.btn_actividad i {
  width: 45px;
  height: 45px;
  background: var(--color-sistema);
  font-size: 1.6em;
  line-height: 1.7;
  font-weight: 700;
  color: white;
  position: absolute;
  border-radius: 50%;
  font-style: normal;
  z-index: 9;
}
.line {
  width: 2px;
  height: 50px;
  border-left: 2px solid var(--color-sistema);
  transform-origin: bottom left;
  position: absolute;
  top: -45px;
  left: 5px;
}
.line.i-r {
  transform: rotate(-30deg);
}
.line.i-l {
  transform: rotate(30deg);
}

.btn_actividad .int.i-l {
  left: 5px;
}
.btn_actividad .int.i-r {
  left: -40px;
}

.btn-circle {
  color: var(--color-sistema);
  padding: 0.25rem;
  position: relative;
}

.btn-circle i {
  margin: 0 !important;
  border: 1px solid var(--color-sistema);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: all 0.5s;
  padding: 20%;
}
.btn-circle i::before {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-size: 18px;
  line-height: 1;
}

#openAvance.btn-circle {
  width: 55px;
  height: 55px;
  shape-rendering: geometricPrecision;
}

.avance.btn-circle {
  width: 55px;
  height: 55px;
  shape-rendering: geometricPrecision;
}

#openAvance.btn-circle svg {
  shape-rendering: geometricPrecision;
}

.btn-circle:hover {
  color: var(--color-sistema);
}
.btn-circle:hover i {
  background-color: var(--color-sistema);
  color: #fff;
}
.btn-circle:hover i::before {
  animation: hoverIcon 4s infinite;
}
.btn-circle .badge {
  top: 0;
  right: 0;
  line-height: 1.2;
  position: absolute;
}

@keyframes hoverIcon {
  0% {
    margin-left: 0;
    opacity: 1;
  }
  10% {
    opacity: 0;
    margin-left: 30px;
  }
  11% {
    opacity: 0;
    margin-left: -30px;
  }
  20% {
    opacity: 1;
    margin-left: 0;
  }
}

.content-primary {
  padding-bottom: 3.5em;
  top: 70px;
}

.content-primary .header {
  background-color: rgba(var(--color-sistema-rgb), 0.8);
  color: #fff;
  padding: 1em 0;
}
.content-primary .body {
  background-color: rgba(var(--tema-fondo-rgb), 0.8);
  backdrop-filter: blur(5px);
  color: var(--tema-texto);
  padding: 1.5em 0;
}
.content-primary .footer {
  text-align: right;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 2em;
}

.content-secondary {
  width: 100%;
  position: absolute;
  top: 0;
  margin-top: 70px;
  background-color: rgba(var(--color-sistema-rgb), 0.7);
  padding-bottom: 3.5em;
  color: var(--tema-texto);
  backdrop-filter: blur(5px);
  z-index: 100;
}
.content-secondary .body {
  padding: 1.5em 0;
  position: relative;
}

.content-tertiary {
  background-color: rgba(231, 14, 2, 0.7);
  padding-bottom: 3.5em;

  border-top: 10px solid rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 0px 0px rgba(0, 0, 0, 0.2);
}

content-tertiary btn .content-tertiary .body {
  padding: 1.5em 0;
  position: relative;
}

.content-secondary .btn-circle i {
  border-color: #fff;
  color: #fff;
}

.content-secondary .btn-circle:hover i {
  background-color: #fff;
  color: var(--color-sistema);
}

.text-shadow {
  text-shadow: -3px 3px rgba(0, 0, 0, 0.2);
}

.img-auto {
  max-width: max-content;
  width: 100%;
  max-height: 160px;
}

.logo-sistema {
  height: 120% !important;
}


.content-secondary .card h1,
.content-secondary .card h2,
.content-secondary .card h3,
.content-secondary .card h4,
.content-secondary .card h5,
.content-secondary .card h6 {
  color: var(--color-sistema);
}

.content-secondary .card,
.content-secondary .card p {
  color: #373737;
}

/********** iconos ***********/
.ico-gibs {
  border: 5px solid #fff;
  border-radius: 50%;
  text-align: center;
  width: 200px;
  height: 200px;
  margin: auto;
}

.ico-green {
  border-color: var(--color-sistema);
}
.ico-green h1,
.ico-green small {
  font-weight: 500 !important;
  color: var(--color-sistema) !important;
}
#final .ico-gibs {
  width: 180px;
  height: 180px;
}

.ico-gibs .ico-int {
  height: 100%;
}
.ico-gibs h1 {
  font-size: 3em;
  font-weight: 700;
  color: #fff;
}
.ico-gibs small {
  font-size: 0.5em;
  text-transform: uppercase;
  display: block;
  color: #fff;
}

.ico-avance {
  text-align: center;
  width: 200px;
  height: 200px;
  margin: auto;
}
.label-avance {
  position: absolute;
  font-size: 4em;
  line-height: 0;
}
.label-avance span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
}
.label-avance small {
  font-size: 0.3em;
  vertical-align: bottom;
}

.gibs h2 {
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.gibs span {
  display: block;
}

.ico-shadow {
  position: relative;
}
.ico-shadow img {
  position: relative;
  z-index: 1;
}

.shadow-circle {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 50%;
}

.points {
  margin: 1em 0;
}

.points svg circle {
  fill: #fff;
}
.points svg .st0 {
  fill: #fff;
  opacity: 0.5;
  stroke: none;
}

/************ labels ********/

.label {
  padding: 0.2em 0.7em;
  border-radius: 0.7em;
  font-weight: 700;
}
.label-primary {
  background-color: #bfebd0;
  color: #075a26;
}

/********** actividad **********/

.slide-right {
  width: 920px;
  background-color: #fff;
  right: 0 !important;
  left: auto;
}
.slide-right .body {
  padding: 2em 3em;
}

.slide-right .title,
.slide-right .subtitle,
.slide-right .contenido {
  color: #373737;
}

.recompensas .head {
  background-color: #161922;
  color: white;
  text-shadow: -2px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px #454545;
}
.recompensas .body {
  background-color: #fff3da;
}
.recompensas .head span {
  font-size: 1.5em;
  font-weight: 700;
}

label.label-win {
  font-size: 1.3em;
  font-weight: 700;
  color: #b76c0f;
  text-shadow: -1px -1px 2px #fff, -1px -1px 2px #000;
  text-transform: uppercase;
}

label.label-win i {
  display: inline-block;
  vertical-align: middle;
  width: 73px;
  height: 68px;
  font-size: 1.5em;
  font-weight: 700;
  background: url(../images/icoRecompensa.png) no-repeat;
  margin-right: 0.2em;
}

.imgCirc {
  border: 2px solid var(--color-sistema);
  border-radius: 50rem;
  width: 180px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.closeSection {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: var(--color-texto);
}

.img_avatar {
  border: 4px solid #fff;
  border-radius: 50%;
  width: 70px;
  -webkit-box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.2);
}

.btn_actividad.inactive {
  background-color: #3f3f3f;
  opacity: 0.5;
}
.btn_actividad.inactive .int i {
  background-color: #3f3f3f;
}
.btn_actividad.inactive .line {
  border-color: #3f3f3f;
}
.btn_actividad.active .int i {
  background-color: var(--color-sistema);
  animation: iconLooop 0.8s infinite;
}

@keyframes iconLooop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/********** recompensas ********/

#recompensa {
  background-image: url(../images/coins.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

/********** avance ************/
#avance .items-icons {
  overflow-x: auto;
  white-space: nowrap;
}
.item-avance {
  width: 250px;
  padding-right: 15px;
  padding-left: 15px;
  display: inline-block;
  float: none;
}

/********** notificaciones *************/

#notificaciones .badge-lg {
  font-size: 1em;
}

.badge-inactive {
  color: #212529;
  background-color: #d7ddd9;
}

/********** forms *************/

.hide {
  display: none;
}
.form-control {
  border: 1px solid var(--color-sistema);
  border-radius: 0.3rem;
  background-color: var(--tema-fondo);
  color: var(--tema-texto);
}

.form-control:disabled {
 /*  background-color: #a7a7a7; */
  background-color: var(--tema-fondo);
  color: var(--tema-texto);
}


.form-edit:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f044";
}

.input-hover {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: inline;
  transition: all 0.5s;
}
.input-hover span,
.input-hover input {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.5s;
  transform-origin: left top;
}
.input-hover input {
  transform: scaleX(0);
  width: 1px;
  display: none;
}
.input-hover.active input {
  transform: scaleX(1);
  width: auto;
  display: inline;
}
.input-hover span {
  transform: scaleX(1);
}
.input-hover.active span {
  transform: scaleX(0);
  width: 1px;
}
.input-hover:after {
  content: "\f044";
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/********** glow ************/

.glow {
  position: absolute;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
}

.glow svg {
  max-width: 200px;
  width: 100%;
}

.glow svg path {
  stroke: none;
  fill: #fff;
  transform: scale(0.5);
  opacity: 0;
}

.glow svg path.st0 {
  transform-origin: 70px 217px;
  animation: glow 4s infinite;
  animation-delay: 0s;
}

.glow svg path.st1 {
  transform-origin: 155px 82px;
  animation: glow 4s infinite;
  animation-delay: 0.2s;
}
.glow svg path.st2 {
  transform-origin: 345px 105px;
  animation: glow 4s infinite;
  animation-delay: 0.7s;
}
.glow svg path.st3 {
  transform-origin: 345px 305px;
  animation: glow 4s infinite;
  animation-delay: 0.5s;
}
.glow svg path.st4 {
  transform-origin: 180px 376px;
  animation: glow 4s infinite;
  animation-delay: 0.4s;
}

@keyframes glow {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  20% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

/********** Animated css ************/
.animated.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.animated.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.animated.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.animated.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-06s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.animated.delay-07s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.animated.delay-08s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.animated.delay-09s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.animated.delay-11s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.animated.delay-12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.animated.delay-13s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.animated.delay-14s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.animated.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animated.delay-16s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.animated.delay-17s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}
.animated.delay-18s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.animated.delay-19s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

/********** scroll ************/

.scrollbar {
  padding-bottom: 1em;
}

.scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}

.scrollbar::-webkit-scrollbar {
  height: 10px;
  background-color: transparent;
}

.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

/************* modal *****************/

.modal-content {
  border: 1px solid #00ae42;
  border-radius: 0;
  border-top: 10px solid var(--color-sistema);
  box-shadow: 0 10px 0px 0px rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.modal-backdrop {
  background-color: var(--color-sistema);
}

/************* break margin *****************/
.m-b-t-130 {
  margin-top: -130px;
}

.mobile-show {
  display: none;
}

/************* mobile ****************/

@media (max-width: 1200px) {
  .content-primary {
    position: inherit !important;
    padding-bottom: 3em;
  }
  .slide-right {
    width: 100%;
  }
  header {
    -webkit-box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  }
  .content-secondary {
    padding-bottom: 3em !important;
  }
}

@media (max-width: 920px) {
  .slide-right {
    width: 100%;
  }
  .h1,
  h1 {
    font-size: 2rem;
  }
  .m-b-t-130 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .content-primary {
    position: inherit !important;
    padding-bottom: 3em;
  }

  footer {
    //position: inherit !important;
  }
}

@media (max-width: 678px) {
  .btn_actividad i {
    width: 35px;
    height: 35px;
    font-size: 1.4em;
    line-height: 1.6;
  }
  .btn_actividad .int {
    top: -40px;
  }

  .line {
    height: 30px;
    top: -25px;
    left: 5px;
  }

  .btn_actividad .int.i-l {
    left: 0px;
  }
  .btn_actividad .int.i-r {
    left: -25px;
  }
}

@media (max-width: 576px) {
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: block;
  }

  .user-datos {
    width: 100%;
  }

  header.navbar h2 {
    font-size: 1.5em;
  }
  header.navbar h4 {
    font-size: 1em;
  }
  header.navbar .navbar-brand {
    margin: 0;
    padding: 0;
  }
  header.navbar .navbar-brand img {
    width: 50px;
  }
  header.navbar .navbar-nav li {
    margin: 0 !important;
  }

  .row-mobile {
    width: 100% !important;
    margin: 0 !important;
  }

  .slide-right .body {
    padding: 2em 2em;
  }
}

#notificaciones .card-img {
  width: 60%;
}

.finaliza-actividad .head {
  background-color: #161922;
  color: white;
  text-shadow: -2px -2px rgba(0, 0, 0, 0.2);
}

/* .recompensas .body, .finaliza-actividad .body{
	background-color: var(--color-sistema);
} */
.recompensas .head span,
.finaliza-actividad .head span {
  font-size: 1.5em;
  font-weight: 700;
}

.recompensas .body,
.finaliza-actividad .body #comentarios-colaborador {
  margin-bottom: 15px;
}

.recompensas .body,
.finaliza-actividad .body p {
  color: #373737;
}

.recompensas .body,
.finaliza-actividad .body p a {
  font-weight: bold;
  color: #373737;
}

.recompensas .body,
.finaliza-actividad .body #form-check-colaborador button[type="submit"] {
  font-size: 21px;
  text-shadow: 3px 2px 4px #363636;
  box-shadow: 2px 2px 4px #454545;
}

.recompensas .body,
.finaliza-actividad .body #form-check-colaborador button[type="submit"] i {
  padding-right: 10px;
}

.finaliza-actividad #estado-finalizacion {
  margin-top: 20px;
}

#ModalDesc .modal-body img {
  max-width: 100%;
  height: auto;
}

.btn-rojo {
  background-color: var(--color-rojo);
  border-color: var(--color-rojo);
  color: #fff;
}

.btn-rojo:hover {
  background-color: var(--color-rojo);
  border-color: var(--color-rojo);
  color: #fff;
}

.btn-rojo:active {
  background-color: var(--color-rojo);
  border-color: var(--color-rojo);
  color: #fff;
}
.navbar-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.contenido {
  margin-top: 80px !important;
}

.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}

.vw-100 {
  width: 100vw;
}
.vh-100 {
  height: 100vh;
}

.contenedor-margin {
  margin-top: 80px;
}

#contenidoModalCurso {
  max-height: 70%;
  overflow-y: auto;
}

#contenidoModalCurso > *{
  text-decoration: none;
  color: var(--tema-texto);
  font-size: 0.9rem;
  font-weight: 400;
}

#comentarioActividad {
  height: 15vh;
  font-size: 14px;
  border: solid 1px var(--color-sistema);
  background-color: var(--tema-color);
  color: var(--tema-texto);
  box-shadow: inset 1px 2px 5px rgba(116, 116, 116, 0.15);
}

#contenidoModalCurso::-webkit-scrollbar {
  width: 4px; /* Tamaño del scroll en vertical */
  background: #737373;
}
#contenidoModalCurso::-webkit-scrollbar-thumb {
  background: var(--color-sistema);
  border-radius: 4px;
}

#contenidoFelicitaciones {
  height: 100%;
}

.header-tooltip {
  position: absolute;
  top: 120%;
  right: 0;
  width: max-content;
}

.text-tooltip,
.subtext-tooltip {
    background-color: var(--tema-color);
    color: var(--tema-texto) !important;
    padding: 3px 10px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.closeDetalle {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: var(--tema-texto);
}
.info-Perfil {
  max-width: 500px;
  color: var(--color-texto);
}