

#resumen-mercado .container-fluid {
  background: var(--bvc-color-ten);
  color: var(--bvc-color-two);
}

.tabs-rentas,
.tabs-simbolos {
  margin-left: 7%;
  margin-right: 7%;
}

#renta-variable-tab,
#renta-fija-tab {
  background: var(--bvc-color-four);
  color: var(--bvc-color-five);
  font-weight: bold;
  border-color: var(--bvc-color-four);
}

#tabs-resumenmercado .active {
	background: var(--bvc-color-nine);
	border-color: var(--bvc-color-nine);
	color: var(--bvc-color-fourteen)!important;
}

#tabs-resumenmercado .nav-link {
  border-radius: 0;
  padding: 22px 35px;
  text-align: center;
}

#resumen-mercado .publicidad {
  max-width: 40%;
  width: 100%;
  height: 7rem;
  float: right;
  display: flex;
  justify-content: center;
}

#tabContentResumenMercado {
  max-width: 58%;
  width: 100%;
  height: 7rem;
  display: inline-block;
}

#resumen-mercado .tabs {
  background: var(--bvc-color-ten);
}

#tabs-resumenmercado .nav-item {
  width: 18%;
  margin-bottom: 1%;
  margin-right: 1%;
}

#tabContentResumenMercado thead {
  border-bottom: 1px solid var(--bvc-color-four);
}

#tabs-resumenmercado-simbolos .nav-link {
  border-radius: 0;
  margin: 25px;
  padding: 10px 20px;
  border: 1px solid var(--bvc-color-four);
  margin-right: 0px;
}

.tabs-simbolos .tabs {
  background: var(--bvc-color-fourteen) !important;
}

#tabs-resumenmercado-simbolos .active {
  border: unset;
  background: var(--bvc-color-fiveteen);
  color: var(--bvc-color-nine);
  font-weight: bold;
}

#resumen-mercado .titulo {
  display: flex;
  align-items: flex-end;
}

#resumen-mercado .icono-titulo {
  width: 80%;
}

#tbody-rentavariable .titulos-en,
#tbody-rentafija .titulos-en {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#tbody-rentavariable .fa,
#tbody-rentavariable .fas,
#tbody-rentafija .fa,
#tbody-rentafija .fas {
  font-size: 14px;
  margin: auto 8px;
}

#thead-resumen-mercado,
#thead-resumenmercado-missimbolos,
#thead-resumenmercado-todossimbolos,
#tbody-resumen-mercado,
#tbody-resumenmercado-missimbolos,
#tbody-resumenmercado-todossimbolos 
{
	width: 100%;
	display: block;
	padding: 15px;
}
#tbody-resumen-mercado,
#tbody-resumenmercado-missimbolos,
#tbody-resumenmercado-todossimbolos {
	height: 300px;
	overflow: auto;
	position: sticky;
}

#tabContentResumenMercadoSimbolos thead,
#tabContentResumenMercadoSimbolos tbody tr,
#tabContentResumenMercadoSimbolos tfoot tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* even columns width , fix width of table too*/
}

::-webkit-scrollbar {
  width: 0.8em !important;
  scroll-behavior: smooth !important;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}

#tabContentResumenMercadoSimbolos .table-responsive {
  padding-right: 25px;
}

#tbody-resumenmercado-missimbolos tr:first-child th,
#tbody-resumenmercado-missimbolos tr:first-child td,
#tbody-resumenmercado-todossimbolos tr:first-child th,
#tbody-resumenmercado-todossimbolos tr:first-child td,
#tbody-resumen-mercado tr:first-child th,
#tbody-resumen-mercado tr:first-child td{
  border: none !important;
}

#tabContentResumenMercadoSimbolos tfoot tr > td + td {
  font-weight: bold;
}

#tabContentResumenMercadoSimbolos tfoot tr > td {
  padding-top: 30px;
}

#tabContentResumenMercadoSimbolos tfoot tr > td > span {
  margin-left: 30px;
  font-size: 15px;
}

#tbody-resumenmercado-missimbolos a,
#tbody-resumen-mercado,
#tbody-resumenmercado-todossimbolos a {
  color: inherit !important;
}

.container-detalle-simbolo {
  display: block;
}

#detalle-simbolo {
  color: var(--bvc-color-five) !important;
}

#detalle-simbolo .desc-simbolo,
#detalle-simbolo .cod-simbolo {
  color: var(--bvc-color-two);
}

#detalle-simbolo .logo-simbolo img {
  width: 100%;
}

#detalle-simbolo .size-cont {
  width: 200px;
  height: 200px;
}

#detalle-simbolo .desc-simbolo {
  font-size: 16px;
}

#detalle-simbolo th {
  background: var(--bvc-color-four);
  font-weight: bold;
  text-align: left;
}
#detalle-simbolo td,
#detalle-simbolo p {
  text-align: left;
  color: var(--bvc-color-two);
  font-weight: 400;
}

#espacio-publicitario .col-sm-6 {
  padding-left: 0 !important;
  height: 120px;
}
#espacio-publicitario .publicidad {
  text-align: center;
  background: #edededed;
  width: 100%;
  height: 100px;
  text-transform: uppercase;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  max-width: 100%;
}

@media (max-width: 576px) { 
  #tabs-resumenmercado .nav-item{
    width: 100%;
  }

  #tabContentResumenMercado{
    max-width: 100%;
    height: 6rem;
  }

  #resumen-mercado .publicidad{
    max-width: 100%;
  }

  #tabContentResumenMercadoSimbolos thead{
    width: auto;
  }
  
	.textCenterEspecial1{
		font-size: 6px !important;
	}
	
	.textCenterEspecial2{
		font-size: 6px !important;
	}
	
	.btnSimbolosEspecial{
		width: 97px;
		font-size: 7px;
	}
	
	.desSimbolo{
		display:none;
	}
	.textRightEspecial1{
		font-size: 6px !important;
	}
	.thEspecial{
    display:none;
		width: 30px !important;
	}
 }
