
.box {
  align: center;
  height: 150px;
  width: 500px;
  background-color: teal;
  color: white;
}
.site-footer {
  position: absolute;
  width: 100%;
  background-color: #88579A;
  padding: 15px 0px 5px;
  color: #000;
  right: 0;
}
.site-footer hr {
  border-top-color: #fff;
  opacity: 0.33;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  color: #88579A;
  background-color: #FFF;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons a {
  background-color: #FF5733;
  color: #FF5733;
  font-size: 1.5em;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  transition: all .2s linear;
}
h2 {
  border-bottom: 4px solid #000;
  margin: 3px;
  background: #865596;
  color: white;
}
h5 {
  font-size: 15px;
}


#cuadro_variaciones_ipc th,
    #cuadro_promedios_ipc th,
    #cuadro_sipm th,
    #cuadro_icc th,
    #cuadro_is th{
      background-color: #6a1b9a !important;
      color: white !important;
      text-align: left;
      font-size: 10px !important;
    }
    #cuadro_variaciones_ipc td,
    #cuadro_promedios_ipc td,
    #cuadro_sipm td,
    #cuadro_icc td,
    #cuadro_is td{
      white-space: normal !important;
      word-wrap: break-word;
      font-size: 10px !important;
    }
    .dataTables_wrapper {
      width: 100%;
      margin: 0 auto;
    }


#gotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

@media (max-width: 767px) {
  #gotop {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
  }
}


.panel-custom {
        border-radius: 10px;
        padding: 20px;
        color: white;
        margin-bottom: 20px;
      }
      .panel-cba {
        background-color: #e88faa;
      }
      .panel-cbt {
        background-color: #6d5c97;
      }
      .var-box {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        padding: 10px;
        margin: 5px 0;
      }
      .cba-image, .cbt-image {
        max-width: 100%;
        border-radius: 10px;
      }
      
      
.caja {
        border-radius: 20px;
        padding: 20px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center; /* Alinea los elementos al centro */
        background-color: transparent;
        color: white;
        gap: 15px;
      }
      .caja img {
        border-radius: 50%;
        height: 80px;
        width: 80px;
        margin-right: 20px;
        flex-shrink: 0;
      }
      .texto, .valores {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding: 15px;
        border-radius: 12px;
      }
      .texto {
        background-color: #6478B5;
        flex-grow: 1;
        min-width: 200px;
        margin-left: 0px; /* Para dar un pequeño espacio entre imagen y texto */
      }
      .texto h4, .texto p {
        margin: 0;
      }
      .valores {
        background-color: #E27CA6;
        font-size: 18px;
        font-weight: bold;
        text-align: right;
        min-width: 140px;
        white-space: nowrap;
        align-items: flex-end;
      }
      .valores div + div {
        margin-top: 5px;
      }

      @media (max-width: 768px) {
        .caja {
          flex-direction: column;
          align-items: center; /* Centra los elementos en pantallas pequeñas */
        }
        .caja img {
          margin-right: 0; /* Elimina el margen derecho de la imagen */
          margin-bottom: 10px; /* Da un pequeño margen inferior */
        }
        .texto, .valores {
          align-items: flex-start;
          text-align: left;
          width: 100%; /* Estira los divs de texto y valores a todo el ancho disponible */
        }
        .valores {
          margin-top: 10px; /* Da espacio superior entre texto y valores */
        }
        .texto {
          margin-bottom: 10px; /* Da espacio inferior entre texto y valores */
        }
      }
      
    #monto {
      font-size: 24px !important;
      height: 50px !important;
    }
    label[for='monto'] {
      font-size: 20px !important;
    }
  
  
  .panel-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #1e2e43;
  border-radius: 20px;
  padding: 20px;
  color: white;
  font-family: 'Arial', sans-serif;
  margin-top: 30px;
  gap: 15px;
  }
  
  .panel-box {
    flex: 1 1 30%;
    max-width: 30%;
    min-width: 320px;
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    color: black;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .panel-box {
      max-width: 100%;
      flex: 1 1 100%;
      min-height: 320px;
    }
  }
  
  .panel-header {
    background-color: #1e2e43;
    color: white;
    padding: 5px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
  }
  
  .panel-subtitle {
    font-size: 14px;
    padding: 5px;
    color: white;
  }
  
  .circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    color: white;
    margin: 15px auto 5px;
  }
  
  .circle-violeta { background-color: #A183A3; }
  .circle-azulado { background-color: #8987A9; }
  .circle-naranja { background-color: #F39425; }
  
  
  