/*
.carousel-list .carousel-item{
	display: none;
}
.carousel-list .carousel-item.active{
	display: block;
}
*/

.slider-home .carousel-item {
	height: 100%;
	background-size: 100% 100%!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
}
.slider-home .slider-container {
  z-index: 2;
}
.slider-action {
  z-index: 3;
  position: relative;
  top: -5.5rem;
}

.slider-home,
#carousel-home,
#carousel-home .owl-stage-outer,
#carousel-home .owl-item,
#carousel-home .owl-item > div {
  height: 310px !important;
  min-height: 300px !important;
}

#carousel-home {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#carousel-home .owl-item {
  min-width: 100% !important;
  height: 300px !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#chart-bvc {
  min-height: auto;
  width: 550px;
  padding: 0px 10px 10px 10px;
}

.noticias-home-title a {
  text-decoration: none;
}

.noticias-home-title:hover a span {
  color: var(--bvc-color-nine);
  height: 350px;
  width: 100%;
}
#chart-bvc .opciones {
  z-index: 3000;
}
#chart-bvc .grafico {
  z-index: 1;
  margin-top: 28px;
  height: 300px;
  width: 100%;
}
#chart-bvc #grafica {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner-header{
  height: 120px;
}

#searchBar-results {
  float: right;
}
#searchBar-results .form-control-feedback {
  line-height: 2.375rem;
}

@media (max-width: 375px) {
  #searchBar-results .form-control-feedback {
    line-height: 2rem;
  }
}

#searchBar-results input{
  background-color: white;
  border-radius: 5px;
  border: 1px solid #b8b8b8 !important;
}

#home-search .title-search p.h4 {
  font-size: 1.5rem !important;
}

#resultList {
  height: 350px;
}
#resultList .list-group-item {
  padding: .5rem 0rem;
}

/****************PARA EL SCROLLBAR DE RESULTADOS********************/
.resultSearch #resultList::-webkit-scrollbar {
    width: 8px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    /*display: none;*/  /* Ocultar scroll */
}
.resultSearch #resultList::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.resultSearch #resultList::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.resultSearch #resultList::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
.resultSearch #resultList::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.resultSearch #resultList::-webkit-scrollbar-track:hover,
.resultSearch #resultList::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

/************************.end scrollbar***********************************/

#resultList li.list-group-item {
  border: none;
}
#resultList li:hover {
  margin-left: 15px;
}
#resultList li:hover a {
  color: var(--bvc-color-nine);
  text-decoration: none;
  font-weight: bold;
}

#resultList .border-right {
  border-right: 2px #e9e9e9 solid;
}

  .indicador_ubc { margin-top: -60px; margin-bottom: 15px; }
  .indicador_title { font-size: 35px; }
  .indicador_valor { font-size: 35px; }
  .indicador_fecha { font-size: 13px; margin-top: -10px; }
  
@media (max-width: 768px){
  .indicador_ubc {
    margin-top: 10px !important;
    padding-left: 25px !important;
  }

  .diferida {
    left: 0px !important;
  }
}

@media (max-width: 425px){
	.numeroH5{
		font-size: 15px;
	}
	.text-right{
		font-size: 12px;
	}
	
	.textRightEspecial{
		font-size: 7px !important;
	}

}