@font-face {
  font-family: ok;
  src: url(../fonts/Quesha.ttf) format('truetype');
}
@font-face {
  font-family: ot;
  src: url(../fonts/UbuntuCondensed-Regular.ttf) format('truetype');
}
pre {
    white-space: pre-wrap;
}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  padding: 0;
  margin: -10px 0px 5px 0px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:500);
.news {
  text-align: center;
  position: relative;
  color: #fff;
  padding: 0;
  width: 100%;
  height: calc(600px);
  border-radius: 10px;
  margin: 0px auto;
}
  
 .f1 {
    width: 300px;
    height: 300px;
    animation: img 5s;
    position: absolute;
    opacity: 1;
    border-radius: 50%;
    margin: 75px 50px;
    align-content: center;
 }
 .f2 figure {
    width: 100%;
    height: 100%;
    margin: 10px auto;
    top: 0;
    left: 0;
 }
 .f2 figure .img2 {
  animation: f 5s;
  opacity: 0.3;
 }
 @keyframes f {
  0%,75% {opacity: 1;}
  100% {opacity: 0.3;}
 }
.f2 figure figcaption {
  padding: 0px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.f2 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.f1 img {
  border-radius: 50%;
}
@keyframes img {
  0%,75% {opacity: 0;}
  100% {opacity: 1;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
 }
.news .pre1 {
  font-family: 'ot';
  text-shadow: #000 2px 2px 2px;
  font-size: 2.5em;
  border-top: 3px solid #fff;
  position: absolute;
  text-align: left;
  padding: 10px;
  margin: 0px;
  animation: pr 5s;
  opacity: 1;
  top: 100px;
  left: 400px;
  width: calc(100% - 425px);
}
@keyframes pr {
  0%,75% {opacity: 0;}
  100% {opacity: 1}
}
.news .pre2 {
  font-family: 'ot';
  text-shadow: #000 2px 2px 2px;
  font-size: 2em;
  position: absolute;
  text-align: center;
  padding: 10px;
  animation: pr1 5s;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes pr1 {
  0%,75% {opacity: 0;}
  100% {opacity: 1}
}
.news .pre3 {
  font-family: 'ot';
  font-size: 2.5em;
  text-shadow: #000 2px 2px 2px;
  border-top: 3px solid #fff;
  position: absolute;
  text-align: left;
  padding: 10px;
  margin: 0px;
  animation: pr3 5s;
  opacity: 1;
  top: 100px;
  right: 10px;
  width: calc(100% - 50px);
}
@keyframes pr3 {
  0%,75% {opacity: 0;}
  100% {opacity: 1}
}
.news .pre4 {
  font-family: 'ot';
  text-shadow: #000 2px 2px 2px;
  font-size: 2em;
  border-top: 2px solid #fff;
  position: absolute;
  text-align: left;
  padding: 10px;
  margin: 0px;
  animation: pr4 5s;
  opacity: 1;
  top: 75px;
  right: 15px;
  width: calc(100% - 50px);
}
@keyframes pr4 {
  0%,5% {opacity: 0;}
  100% {opacity: 1}
}
.news .pre5 {
  font-family: 'ok';
  text-shadow: #000 2px 2px 2px;
  font-size: 3.5em;
  position: absolute;
  text-align: center;
  padding: 10px;
  animation: pr5 5s;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes pr5 {
  0%,25% {opacity: 0;}
  100% {opacity: 1}
}
.cta {
  bottom: 0.5em;
  position: absolute;
  right: 1em;
}
.news_01{
  position: relative;
  background: #dd4b39;
  color: #fff;
  padding: 1em;
  width: 100%;
  border-radius: 5px;
}
@keyframes round {
  50% {
    transform: scale(1.25);
  }
  90%, 100% {
    transform: scale(1);
  
  }
}
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

.muestra, .muestra1, .muestra2 {
  color:#fff;
  font-family:'ot';
  text-shadow: #000 2px 2px 2px;
  font-weight:600;
  font-size: 2rem;
  text-align: right;
}
.alter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.muestra div {
  display:inline-block;
  overflow:hidden;
  position: absolute;
  padding: 10px 15px;
  width: calc(100% - 30px);
  height: calc(100% - 20px);
  animation: m 5s;
  top: 10px;
  left: -10px;
}
.muestra1 div {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  padding: 10px 15px;
  right: 10px;
  top: 20px;
  width: calc(100%);
}
.muestra span {
  animation: anim-lineUp 2.5s;
  position: relative;
  padding: 5px 10px;
  border-radius: 10px;
}
.muestra1 span {
  animation: anim-lineUp 2.5s;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  border-radius: 10px;
}
.muestra2 div {
  display:inline-block;
  overflow:hidden;
  position: absolute;
  padding: 10px 15px;
  width: calc(100% - 30px);
  height: calc(100% - 10px);
  animation: anim-lineUP 2.5s;
  top: 10px;
  left: -10px;
}
@keyframes anim-lineUp {
  from {right: calc(100% + 20px);}
  to {right: 0px;}
}
@keyframes m {
  0% {
    opacity: 0;
  }
  50%,100% {
   opacity: 1;
  }
}
.stiky {
  background: #fff;
}
@media screen and (max-width: 1007px) { /* Specific to this particular image */
  .news {
    margin-top: 20px;
    width: 100%;
    height: 300px;
  }
  .f2 figure {
    width: 100%;
    height: 300px;
  }
  .f2 figure img {
    width: 100%;
    height: 300px;
  }
  .alter {
    width: 100%;
    height: 300px;
  }
  .muestra div {
    width: calc(100% - 30px);
    height: calc(300px - 20px);
    font-size: 0.5em;
  }
  .muestra1 div {
    width: calc(100% - 0px);
    height: calc(300px - 10px);
    top: 10px;
    right: 5px;
    font-size: 0.75em;
  }
  .muestra2 div {
    width: calc(100% - 30px);
    height: calc(300px - 20px);
    font-size: 0.75em;
  }
  .f1 {
    display: none;
  }
  .news .pre1, .news .pre3, .news .pre4 {
    left: 10px;
    top: 4em;
    width: calc(100% - 40px);
    font-size: 1em;
  }
  .news .pre2 {
    width: calc(100% - 20px);
    height: calc(300px - 20px);
    font-size: 1em;
  }
  .news .pre5 {
    width: calc(100% - 20px);
    height: calc(300px - 20px);
    font-size: 2em;
  }
}
.progressbar {
    background: #444e80;
    color: #abafc6;
    border-radius: 5px;
    padding: 20px;
    width: 500px;
}
.progressbar h4 {
    color: #abafc6;
    margin: 0px;
}
.progressbar span {
    float: right;
    color: #abafc6;
}
progress {
  display: block; /* default: inline-block */
  position: relative;
  width: 100%;
  margin: 1em auto;
  padding: 4px;
  border-radius: 25px;
}
progress::-moz-progress-bar {
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4), 0 2px 5px 0px rgba(0,0,0,0.3);
  
}
/* webkit */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  progress {
    height: 30px;
  }
}
progress::-webkit-progress-bar {
    background: transparent;
}  
progress::-webkit-progress-value {
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4), 0 2px 5px 0px rgba(0,0,0,0.3); 
  background: #fff;
  border-radius: 25px;
  padding: 5px;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");

.main-container {
  background: #444e80;
  color: #abafc6;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  margin: 2px auto;
}

.year-stats {
  white-space: nowrap;
  height: auto;
  overflow: hidden;
}

.year-stats:hover {
  overflow-x: auto;
}

/* SCROLL BAR STYLE (ONLY WORKS IN CHROME) */
/* Width */
::-webkit-scrollbar {
  height: 5px;
  width: 100%;
}

/* Track */
::-webkit-scrollbar-track {
  background: #444e80;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #abafc6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #5397d6;
}

.month-group {
  cursor: pointer;
  margin: 10px;
  display: inline-block;
}

.bar {
  background-color: #abafc6;
  width: 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  margin: 0px auto;
}

.month-group:hover .bar,
.selected .bar {
  background: #5397d6;
}

.month-group:hover p,
.selected p {
  color: #fff;
}

.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}

.stats-info {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.graph-container {
  position: relative;
}

.percent {
  display: block;
  width: 120px;
  height: 120px;
}

.circle {
  stroke: #915db1;
  fill: none;
  stroke-width: 3;
}

.circle:nth-child(2) {
  stroke: #e59f3c;
}

.circle:nth-child(3) {
  stroke: #5397d6;
}

.circle:nth-child(4) {
  stroke: #4cc790;
}

.graph-container p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.info4 p {
  margin-bottom: 10px;
}

.info4 span {
  color: #fff;
}
    /*Gráfica */
        :root {
            --primary: #2563eb;
            --primary-light: #60a5fa;
            --bg: #f1f5f9;
            --card: #ffffff;
            --text-main: #1e293b;
            --text-muted: #64748b;
        }

        /* Contenedor Principal (Card) */
        .report-card {
            background: var(--card);
            width: 100%;
            padding: 32px;
            border-radius: 5px;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
        }

        .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .header h2 {
            margin: 0;
            font-size: 1.25rem;
            color: var(--text-main);
        }

        /* Estructura de la Gráfica */
        .chart-container {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            height: 220px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e2e8f0;
            margin-bottom: 25px;
        }

        .bar-wrapper {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: 100%;
            justify-content: flex-end;
            position: relative;
        }

        .bar {
            width: 70%;
            max-width: 40px;
            background: linear-gradient(180deg, var(--primary-light) 0%, var(--primary) 100%);
            border-radius: 8px 8px 0 0;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            margin-top: 10px;
        }

        .bar:hover {
            filter: saturate(1.5);
            transform: scaleX(1.1);
        }

        /* Tooltip (Monto al pasar el mouse) */
        .bar::before {
            content: attr(data-value);
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--text-muted);
            color: white;
            padding: 4px 8px;
            border-radius: 5px;
            font-size: 12px;
            opacity: 1;
            transition: opacity 0.2s;
            pointer-events: none;
        }

        .bar:hover::before {
            opacity: 1;
        }

        .label {
            margin-top: 12px;
            font-size: 12px;
            font-weight: 600;
            color: var(--text-muted);
            text-transform: uppercase;
        }