/*------------------------------------
Configuracion Global
------------------------------------*/
/*------------------------------------
Paleta de Colores
------------------------------------*/
*, body, html {
  font-size: 11px;
  font-family: "Raleway", sans-serif; }

@media (min-width: 576px) {
  *, body, html {
    font-size: 10px; } }

@media (min-width: 768px) {
  *, body, html {
    font-size: 11px; } }

@media (min-width: 992px) {
  *, body, html {
    font-size: 14px; } }

@media (min-width: 1200px) {
  *, body, html {
    font-size: 15px; } }

/*------------------------------------
Funcion para obtener el color de los
predeterminados en las variables
------------------------------------*/
.nbx-indice-item {
  text-decoration: none !important;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .nbx-indice-item:hover {
    opacity: 0.75;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #00B5E2 !important; }
