/*-----------------------------------------------------------------------------------

	Theme Name: BVC
	Description: BVC - SCS Sistemas
	Author: Italo Cocchini
	Version: 1.0

-----------------------------------------------------------------------------------*/
:root {
  --bvc-color-one: #385737;
  --bvc-color-two: #282b26;
  --bvc-color-three: #374838;
  --bvc-color-four: #ededed;
  --bvc-color-five: #666666;
  --bvc-color-six: #282b26;
  --bvc-color-seven: #ff0000;
  --bvc-color-eight: #ffd400;
  --bvc-color-nine: #3dad4b;
  --bvc-color-ten: #f5f5f5;
  --bvc-color-eleven: #c7c7c7;
  --bvc-color-twelve: #aeaeae;
  --bvc-color-thirteen: #f28e1e;
  --bvc-color-fourteen: #ffffff;
  --bvc-color-fiveteen: #bcffd3;
  --bvc-color-sixteen: #4c62ff;
  --bvc-color-preopentext: #487747;
}

@font-face {
  font-family: Inter;
  src: url('./assets/webfonts/Inter-VariableFont_slnt\,wght.ttf');
}

* {
  box-sizing: border-box;
}

#footer-upgrade,
#footer-thankyou {
  display: none !important;
}

body {
  background-color: #fff;
}

.table-fixed {
  padding-left: 5px;
  min-height: 50px;
  max-height: 500px;
}

.table-fixed thead {
  width: 97%;
}

.table-fixed tbody {
  position: relative;
  overflow: auto;
  max-height: 300px;
  margin-bottom: 15px;
}

.table td,
.table th {
  padding: 0.3rem 0.55rem !important;
}

table thead th {
  cursor: pointer;
}

/* Columnas Renta Variable */
.table-fixed th:first-child {
  width: 3.6%;
}

.table-fixed th:not(:first-child),
.table-fixed td:not(:first-child) {
  width: 15%;
}

.table-fixed thead,
.table-fixed tbody,
.table-fixed tr {
  display: flow-root;
  width: 100% !important;
}

.table-fixed tbody td,
.table-fixed thead>tr>th {
  float: left;
  border-bottom-width: 0;
}

.first-five-show tbody tr {
  display: table-row;
  width: 100%;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.first-five-hidden tbody tr:not(:nth-child(-n + 5)) {
  display: none;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}

.social-network {
  font-size: 0.8rem;
}

.progressbar li:before {
  margin: 0 auto 2px auto !important;
}

div.header-top,
header,
footer,
footer li,
.search-field {
  background-color: var(--bvc-color-two) !important;
  border: none !important;
}

.date-resumen {
  width: auto !important;
}

body {
  font-size: 14px;
  font-family: 'montserrat' !important;
}

.header {
  background: var(--bvc-color-one);
}

.text-bvc {
  color: var(--bvc-color-three) !important;
}

.color-up td {
  color: var(--bvc-color-nine) !important;
  font-weight: bold !important;
}

.color-down td {
  color: var(--bvc-color-seven) !important;
  font-weight: bold !important;
}

.color-equal td {
  color: var(--bvc-color-sixteen) !important;
  font-weight: bold !important;
}

.table td,
.table th {
  vertical-align: middle !important;
}

p {
  font-size: 11px;
  padding: 0;
  margin: 0;
}

.preopen ul,
.preopen-desk ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.preopen .preopen-text,
.preopen-desk .preopen-text {
  padding-left: 0px;
}

.PREAPERTURA i {
  color: var(--bvc-color-eight) !important;
}

.ABIERTO i {
  color: var(--bvc-color-nine) !important;
}

.CERRADO i {
  color: var(--bvc-color-seven) !important;
}

.preopen i,
.preopen-desk i {
  color: var(--bvc-color-eight);
  font-size: 50%;
}

.preopen,
.preopen-desk {
  background: var(--bvc-color-three);
  cursor: pointer;
}

.preopen-desk {
  display: flex !important;
}

.preopen-text-color {
  color: var(--bvc-color-preopentext) !important;
}

.preopen .preopen-text,
.preopen-desk .preopen-text {
  color: var(--bvc-color-one);
  font-weight: bolder;
}

.icon {
  width: 11px;
  height: 11px;
}

.pointer {
  cursor: pointer;
}

#owl-demo .item {
  padding: 0;
  margin: 0;
  color: var(--bvc-color-fourteen);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  text-align: center;
}

.text-red {
  color: var(--bvc-color-seven);
}

.text-green {
  color: var(--bvc-color-nine);
}

li.nav-item::before {
  content: none !important;
}

.nav {
  background: transparent;
}

.dropdown-toggle::after {
  content: none;
}

.navitagion-bar .nav-item.active,
.navitagion-bar .nav-item:hover,
li.show-mob {
  background: var(--bvc-color-three);
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  background: var(--bvc-color-one);
  text-align: center;
  margin-top: 0.5rem;
}

.dropdown-menu a {
  color: var(--bvc-color-fourteen) !important;
  font-size: 11px !important;
  padding: 15px;
}

.dropdown-menu a:hover {
  background: var(--bvc-color-three);
}

.indicators-bars {
  background: #fafafa;
  padding: 1rem 0rem;
}

.indicators-bars .container {
  position: relative;
}

.indicators-bars .container .row>div:not(:last-child) {
  border-right: 1px solid #ccc;
  padding: 0.5rem 2rem !important;
}

.chart-content {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.chart-bvc {
  background: #f6f6f6;
  color: #fff !important;
  position: absolute;
  z-index: 9999;
  display: none;
  /* width: 35%; */
  /* height: 8rem; */
  /* top: 100%; */
}

canvas {
  width: 300px !important;
  height: 150px !important;
}

.text-gray {
  color: var(--bvc-color-five);
}

.has-search .form-control {
  padding-left: 2rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
  color: var(--bvc-color-five) !important;
}

.form-control {
  font-size: 11px;
  color: var(--bvc-color-five);
  background: #3a3f38;
  border-radius: 5px;
  border-color: #b8b8b8 !important;
}

.form-group {
  margin-bottom: 0;
}

.btn-slide {
  background: var(--bvc-color-thirteen);
  border-color: var(--bvc-color-fourteen);
  font-size: 125%;
  padding: 1% 2.3%;
  border-radius: 6px;
  border-width: 1px;
}

.btn-slide:hover {
  background: var(--bvc-color-thirteen);
  border-color: var(--bvc-color-fourteen);
}

.tabs {
  background: var(--bvc-color-four);
  border: none;
}

footer li a {
  text-decoration: none;
  color: var(--bvc-color-fourteen);
}

footer li a:hover,
.address a,
.noticias li a:hover,
.publicaciones li a:hover {
  color: var(--bvc-color-nine);
  text-decoration: none;
  font-weight: bold;
}

.address {
  padding: 0.75rem 1.25rem;
}

.social-container {
  height: 250px;
  background: transparent;
  /* background: var(--bvc-color-fourteen); */
}

.btn-news {
  background-color: transparent;
  border-color: var(--bvc-color-fourteen);
  border-radius: 0;
  font-size: 11px;
}

.field-news {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--bvc-color-fourteen);
  border-radius: 0;
  padding-left: 0;
  width: 20% !important;
}

.field-news::-webkit-input-placeholder {
  color: var(--bvc-color-fourteen);
  padding-left: 0;
}

.field-news:-ms-input-placeholder {
  color: var(--bvc-color-fourteen);
  padding-left: 0;
}

.field-news::placeholder {
  color: var(--bvc-color-fourteen);
  padding-left: 0;
}

.icon-tabs {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
}

.tab-content {
  background: transparent;
}

.table thead th {
  border: none;
  color: var(--bvc-color-five);
  font-weight: 100;
}

.no-border-top {
  border-top: 0 !important;
}

.table td,
.table th {
  color: var(--bvc-color-five);
  font-weight: 100;
}

#table-tabs .nav-link.active {
  border: none;
  /* border-top: 2px solid var(--bvc-color-nine) !important; */
  color: var(--bvc-color-five);
  font-weight: 700;
  height: 100%;
  text-align: center;
}

.nav-tabs .nav-link {
  padding: 25px;
}

.bg-white {
  background-color: var(--bvc-color-fourteen);
}

.bold {
  font-weight: bold;
}

.no-border {
  border: none !important;
}

.text-orange {
  color: var(--bvc-color-thirteen);
}

.bg-gray {
  background: var(--bvc-color-eleven) !important;
}

.bg-gray-light {
  background-color: var(--bvc-color-ten);
}

.cont-prog-evt .info:hover {
  background-color: var(--bvc-color-ten);
}

.col-logo,
.col-login,
.indicator-item {
  width: 50%;
}

.indicator-item:not(:first-child):hover {
  border-bottom: 0.2rem solid var(--bvc-color-thirteen);
}

.indicator-item {
  border-bottom: 0.2rem solid transparent;
}

.bar1,
.bar2,
.bar3 {
  width: 25px;
  height: 3px;
  background-color: var(--bvc-color-fourteen);
  margin: 6px 0;
  transition: 0.4s;
}

.carousel-caption {
  width: 100%;
  left: 0;
  padding-bottom: 0;
}

.carousel-caption>div {
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 2%;
  padding-bottom: 5.2%;
}

#table-tabs {
  width: 100%;
  float: left;
}

.noticias .icon-news {
  width: 25%;
}

.noticias .title-news {
  width: 75%;
}

.card-header {
  background-color: var(--bvc-color-fourteen);
}

#accordion {
  width: 100%;
  padding: 0px 15px;
}

.card {
  border: none;
}

.cont-prog-evt .evt-date {
  width: 30%;
}

.cont-prog-evt .evt-info {
  width: 70%;
}

footer .address-info,
footer .links {
  width: 50%;
}

.footer {
  display: none;
}

.icon-news img {
  width: 350px;
}

/*Modales*/
.form-group .form-control {
  padding-left: 2.375rem;
}

.form-group .form-control-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.form-group span {
  font-size: 14px;
}

.check-icon {
  position: absolute;
  top: 7%;
  right: 8%;
  color: var(--bvc-color-nine);
}

.seacrh-icon {
  position: absolute;
  top: 18%;
  right: 8%;
  color: var(--bvc-color-five);
}

.term-icon {
  color: var(--bvc-color-nine);
}

.arrow-icon-forward {
  margin-left: 50px;
  left: 20%;
}

.btn-actions {
  border-radius: 5px;
  width: 50%;
  justify-content: flex-end;
  padding: 10px;
  background: var(--bvc-color-nine);
  border-color: var(--bvc-color-nine);
}

.btn-actions:hover {
  background: var(--bvc-color-nine) !important;
  border-color: var(--bvc-color-nine) !important;
}

.register-form input {
  border-color: #b0b0b0;
  padding: 18px;
  padding-left: 2.375rem;
}

.register-form select {
  border-color: #b0b0b0;
  height: 40px;
}

ul.progressbar {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
}

.progressbar {
  counter-reset: step;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  color: var(--bvc-color-five);
}

.progressbar li:before {
  width: 35px;
  height: 35px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid var(--bvc-color-twelve);
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: var(--bvc-color-twelve);
  color: var(--bvc-color-fourteen);
  font-weight: bold;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: var(--bvc-color-eleven);
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: green;
}

.progressbar li.active:before {
  border-color: var(--bvc-color-thirteen);
  background-color: var(--bvc-color-thirteen);
  color: var(--bvc-color-fourteen);
  font-weight: bold;
}

.progressbar li.active+li:after {
  background-color: var(--bvc-color-eleven);
}

.progressbar li+li+li:after {
  background-color: var(--bvc-color-eleven);
}

li.step-two+li:after {
  background-color: var(--bvc-color-thirteen);
}

li.step-two+li:after {
  background-color: var(--bvc-color-thirteen) !important;
}

li.step-one:before {
  content: '\2714';
  color: white;
}

li.step-three:after {
  background-color: var(--bvc-color-thirteen) !important;
}

li.step-three-disab+li:after {
  background-color: var(--bvc-color-eleven) !important;
}

/****************/

.btn-pn {
  padding: 18px;
  line-height: 0;
  font-size: 11px;
  border-color: #beffd5 !important;
  background: #beffd5 !important;
  color: var(--bvc-color-nine) !important;
  width: 90%;
}

.btn-pj {
  padding: 18px;
  line-height: 0;
  font-size: 11px;
  border-color: var(--bvc-color-eleven) !important;
  background: var(--bvc-color-fourteen) !important;
  color: var(--bvc-color-five) !important;
  width: 90%;
}

.carousel-caption {
  top: 15%;
  padding-top: 0;
}

.bg-gray-light {
  background: #eeeeee !important;
}

footer .list-group-item {
  padding: 0.45rem 1.25rem;
}

footer .icon {
  width: 15px;
  height: 15px;
  margin-top: -3%;
}

.logo-footer {
  margin-left: -20%;
}

.vl {
  border-left: 1px solid #b8b8b8;
  height: 35px;
}

.indicators-bars h4 {
  font-size: 15px !important;
}

.navitagion-bar li {
  text-align: left;
  width: 100%;
  font-size: 100% !important;
}

.bvc-option {
  max-width: 300px;
  min-width: 230px !important;
}

.bvc-option a {
  padding: 20px;
}

.indicator-arrow {
  margin-bottom: 3%;
}

.col-logo img {
  width: 65%;
}

.alistarse-option {
  width: 10%;
}

.mercado-option {
  width: 20%;
}

.bvc-option {
  width: 6%;
}

.relation-option {
  width: 15%;
}

.emisoras-option {
  width: 10%;
}

.start-option {
  width: 8%;
}

.indicator-bar-value {
  margin-left: 5% !important;
}

.indicator-bar-value h4 {
  font-weight: 100;
  margin: 0;
}

.indicators-bars .col-sm-1 {
  max-width: 2%;
  display: flex;
  align-items: flex-end;
}

#dateTab {
  width: 30%;
  float: right;
}

.show-mob {
  display: none;
}

footer .bvc-contact {
  display: none;
}

.publicity-space {
  margin-top: -2%;
}

.hide-mob {
  display: block;
}

#tabContent .table-responsive {
  overflow-y: hidden;
}

.show-more {
  height: 60px;
  text-align: center;
  border-top: 1px solid #dee2e6;
  justify-content: center;
  align-items: center;
}

.show-more a,
.show-more a {
  color: var(--bvc-color-five);
  font-weight: bold;
  text-decoration: none;
}

.publicidad {
  height: 125px;
  background: #fff;
  max-width: 50%;
  flex: 0 0 49%;
  align-items: center;
  display: flex !important;
}

.publicidad-movil {
  height: 100px;
  background: #fff;
}

a.inactive {
  color: #ccc !important;
}

/* a.active { color: var(--bvc-color-nine)!important; } */
a.text-orange.active,
a.text-gray.active,
a.pointer.active {
  color: var(--bvc-color-thirteen) !important;
}

a.clicked {
  font-weight: bold !important;
}

a.noclicked {
  font-weight: normal !important;
}

div#alarmasContainer p {
  text-align: left !important;
  font-size: 12px !important;
}

@media (min-width: 1441px) and (max-width: 2560px) {
  #owl-demo .item {
    font-size: 15px;
  }

  /* .container {
    max-width: 2500px !important;
  } */

  body a,
  body li,
  #tabContent td {
    font-size: 1rem !important;
  }

  body p,
  body a {
    font-size: 1rem !important;
  }

  .header a,
  .header p {
    font-size: 100% !important;
  }

  .separator-white {
    padding: 10% !important;
  }

  /* .login-register {
    margin-left: 15% !important;
  } */
  .login-register img {
    width: 30px;
    height: 30px;
  }

  .preopen-desk li {
    font-size: 350% !important;
    font-weight: bold;
  }

  .col-logo img {
    width: 60%;
  }

  .preopen-desk {
    display: flex !important;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }

  .alistarse-option {
    width: 10% !important;
  }

  .bvc-option-nav {
    width: 6% !important;
  }

  .relation-option {
    width: 18% !important;
  }

  .members-option {
    width: 16% !important;
  }

  .emisoras-option {
    width: 8% !important;
  }

  .products-option {
    width: 16% !important;
  }

  .start-option {
    width: 8% !important;
  }

  .indicators-bars div {
    font-size: 100% !important;
    width: 100%;
  }

  .indicators-bars img {
    width: 13% !important;
  }

  .indicator-bar-value {
    margin-left: 0 !important;
  }

  .indicator-bar-value+div {
    padding-left: 10% !important;
  }

  .indicator-arrow {
    margin-bottom: 0;
  }

  .has-search input {
    font-size: 110%;
    width: 90%;
    background: var(--bvc-color-fourteen);
    margin-top: auto;
    margin-bottom: auto;
  }

  .has-search .form-control-feedback {
    line-height: 2.5rem;
  }

  .has-search {
    margin-left: 10%;
  }

  .carousel-caption h5 {
    font-size: 16px;
  }

  .carousel-caption p {
    font-size: 15px !important;
  }

  .btn-slide {
    font-size: 15px;
  }

  .carousel-caption>div {
    padding-bottom: 6.2%;
  }

  #table-tabs {
    width: 80%;
  }

  #dateTab {
    width: 20%;
    float: right;
  }

  #dateTab li {
    width: 20%;
  }

  #dateTab li p {
    padding-bottom: 5%;
  }

  .publicity-space {
    margin-top: 0;
  }

  .noticias li {
    padding-left: 0;
    padding-top: 1%;
  }

  .encabezado-noticias {
    margin-bottom: 5%;
  }

  .noticias p,
  .cont-prog-evt p,
  .cont-prog-evt li,
  .programas-eventos .text-green {
    font-size: 13px !important;
    padding-left: 0 !important;
    margin-left: 3% !important;
  }

  .noticias li p {
    font-size: 13px !important;
  }

  .noticias .text-orange {
    font-size: 15px !important;
  }

  .title-news .h4 {
    font-size: 15px !important;
  }

  .text-orange p {
    margin-left: 0 !important;
  }

  .title-news {
    padding-left: 0;
  }

  .icon-news img {
    width: 600px;
  }

  .programas-eventos .title-news {
    padding-top: 0 !important;
  }

  .programas-eventos li {
    padding-bottom: 0;
  }

  .espacio-publicitario-progevts div>div {
    height: 250px !important;
  }

  .espacio-publicitario-progevts-2 {
    margin-top: 0 !important;
  }

  .espacio-publicitario-progevts-2>div {
    height: 150px !important;
  }

  .redes-sociales {
    display: none !important;
  }

  footer li {
    padding-bottom: 2% !important;
  }

  footer .text-uppercase,
  footer .h6 {
    font-size: 120% !important;
  }

  .bvc-address ul {
    margin-left: 0 !important;
  }

  .newsletter,
  footer input,
  .btn-news {
    font-size: 15px !important;
  }

  footer .icon {
    width: 35px;
    height: 35px;
    margin-top: -3%;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {

  body a,
  body li,
  #tabContent td {
    font-size: 100% !important;
  }

  body p,
  body a {
    font-size: 100%;
  }

  .separator-white {
    padding: 10% !important;
  }

  /* .login-register {
    margin-left: 15% !important;
  } */

  .preopen li {
    font-size: 110% !important;
    font-weight: bold;
  }

  .col-logo img {
    width: 80%;
  }

  .preopen {
    padding-top: 0.8%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }

  .preopen-desk li {
    font-size: 160% !important;
  }

  .preopen-desk .d-sm-block {
    width: 100%;
  }

  .alistarse-option {
    width: 10% !important;
  }

  .bvc-option-nav {
    width: 6% !important;
  }

  .relation-option {
    width: 18% !important;
  }

  .members-option {
    width: 16% !important;
  }

  .emisoras-option {
    width: 8% !important;
  }

  .products-option {
    width: 16% !important;
  }

  .start-option {
    width: 8% !important;
  }

  .has-search input {
    font-size: 100%;
    width: 96%;
    background: var(--bvc-color-fourteen);
  }

  .has-search .form-control-feedback {
    line-height: 2.37rem;
  }

  .has-search {
    margin-left: 10%;
  }

  #dateTab {
    width: 20%;
    float: right;
  }

  #dateTab li {
    width: 20%;
  }

  #dateTab li p {
    padding-bottom: 11%;
    padding-left: 0;
  }

  .noticias li {
    padding-left: 0;
    padding-top: 1%;
    font-size: 95% !important;
  }

  .encabezado-noticias {
    margin-bottom: 5%;
  }

  .noticias p {
    font-size: 13px !important;
    padding-left: 0 !important;
    margin: 0px 1% !important;
    width: calc(100% - 35px);
    vertical-align: middle;
  }

  .title-news .h4 {
    font-size: 140% !important;
  }

  .text-orange p {
    margin-left: 0 !important;
  }

  .title-news {
    padding-left: 0;
  }

  .icon-news img {
    width: 300px;
  }

  .programas-eventos .title-news {
    padding-top: 0 !important;
  }

  .programas-eventos li {
    padding-bottom: 0;
  }

  .espacio-publicitario-progevts div>div {
    height: 150px !important;
  }

  .espacio-publicitario-progevts-2 {
    margin-top: 0 !important;
  }

  .redes-sociales {
    display: none !important;
  }

  footer li {
    padding-bottom: 1% !important;
  }

  footer .text-uppercase,
  footer .h6 {
    font-size: 110% !important;
  }

  .bvc-address ul {
    margin-left: 0 !important;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {

  /* Aquí van los estilos para monitores */
  body a,
  body li,
  #tabContent td {
    font-size: 100% !important;
  }

  body p,
  body a {
    font-size: 95% !important;
  }

  .separator-white {
    padding: 10% !important;
  }

  .login-register {
    margin: 0 !important;
  }

  .preopen-desk li {
    font-size: 150% !important;
    font-weight: bold;
  }

  .col-logo img {
    width: 80%;
  }

  .preopen-desk {
    padding-right: 1.5%;
    padding-left: 1.5%;
    display: flex !important;
  }

  .alistarse-option {
    width: 10% !important;
  }

  .bvc-option-nav {
    width: 6% !important;
  }

  .relation-option {
    width: 18% !important;
  }

  .members-option {
    width: 16% !important;
  }

  .emisoras-option {
    width: 8% !important;
  }

  .products-option {
    width: 16% !important;
  }

  .start-option {
    width: 8% !important;
  }

  .has-search input {
    font-size: 90%;
    width: 96%;
    background: var(--bvc-color-fourteen);
  }

  .has-search .form-control-feedback {
    line-height: 2.3rem;
  }

  .has-search {
    margin-left: 10%;
  }

  #dateTab {
    width: 20%;
    float: right;
  }

  #dateTab li {
    width: 20%;
  }

  #dateTab li p {
    padding-bottom: 0;
  }

  #table-tabs .nav-link,
  #dateTab .nav-link {
    padding: 15px !important;
  }

  .noticias li {
    padding-left: 0;
    padding-top: 1%;
    font-size: 95% !important;
  }

  .encabezado-noticias {
    margin-bottom: 5%;
  }

  .noticias p {
    font-size: 110% !important;
    padding-left: 0 !important;
    margin-left: 3% !important;
  }

  .title-news .h4 {
    font-size: 140% !important;
  }

  .text-orange p {
    margin-left: 0 !important;
  }

  .title-news {
    padding-left: 0;
  }

  .icon-news img {
    width: 250px;
  }

  .programas-eventos .title-news {
    padding-top: 0 !important;
  }

  .programas-eventos li {
    padding-bottom: 0;
  }

  .espacio-publicitario-progevts div>div {
    height: 150px !important;
  }

  .espacio-publicitario-progevts-2 {
    margin-top: 0 !important;
  }

  .redes-sociales {
    display: none !important;
  }

  footer li {
    padding-bottom: 1% !important;
  }

  footer .text-uppercase,
  footer .h6 {
    font-size: 110% !important;
  }

  .bvc-address ul {
    margin-left: 0 !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {

  /* Aquí van los estilos para monitores */
  body a,
  body li,
  #tabContent td {
    font-size: 90%;
  }

  body p,
  body a {
    font-size: 85% !important;
  }

  .separator-white {
    padding: 10% !important;
  }

  .login-register {
    margin: 0 !important;
  }

  .preopen li {
    font-size: 110% !important;
    font-weight: bold;
  }

  .col-logo img {
    width: 80%;
  }

  .preopen {
    padding-top: 1%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }

  .alistarse-option {
    width: 10% !important;
  }

  .mercado-option {
    width: 10% !important;
  }

  .bvc-option-nav {
    width: 6% !important;
  }

  .relation-option {
    width: 18% !important;
  }

  .members-option {
    width: 16% !important;
  }

  .emisoras-option {
    width: 8% !important;
  }

  .products-option {
    width: 16% !important;
  }

  .start-option {
    width: 8% !important;
  }

  .has-search input {
    font-size: 90%;
    width: 96%;
    background: var(--bvc-color-fourteen);
  }

  .has-search .form-control-feedback {
    line-height: 2.3rem;
  }

  .has-search {
    margin-left: 10%;
  }

  #dateTab {
    width: 20%;
    float: right;
  }

  #dateTab li {
    width: 20%;
  }

  #dateTab li p {
    padding-bottom: 13%;
  }

  .noticias li {
    padding-left: 0;
    padding-top: 1%;
  }

  .encabezado-noticias {
    margin-bottom: 5%;
  }

  .noticias p {
    font-size: 110% !important;
    padding-left: 0 !important;
    margin-left: 3% !important;
  }

  .title-news .h4 {
    font-size: 140% !important;
  }

  .text-orange p {
    margin-left: 0 !important;
  }

  .title-news {
    padding-left: 0;
  }

  .icon-news img {
    width: 200px;
  }

  .programas-eventos .title-news {
    padding-top: 0 !important;
  }

  .programas-eventos li {
    padding-bottom: 0;
  }

  .espacio-publicitario-progevts div>div {
    height: 150px !important;
  }

  .espacio-publicitario-progevts-2 {
    margin-top: 0 !important;
  }

  .redes-sociales {
    display: none !important;
  }

  footer li {
    padding-bottom: 1% !important;
  }

  footer .text-uppercase,
  footer .h6 {
    font-size: 110% !important;
  }

  .bvc-address ul {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .navitagion-bar li {
    text-align: center;
    width: auto !important;
    display: inline-block !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .navitagion-bar li {
    text-align: center;
    width: auto;
  }

  .navitagion-bar .nav-link {
    padding: 0.5rem 0.5rem;
  }
}

@media (min-width: 376px) and (max-width: 768px) {

  /* Aquí van los estilos para tablets medianas */
  body a,
  body li,
  #tabContent td {
    font-size: 90%;
  }

  body p,
  body a {
    font-size: 75% !important;
  }

  .separator-white {
    padding: 10% !important;
  }

  .login-register {
    margin: 0 !important;
  }

  .preopen li {
    font-size: 110% !important;
    font-weight: bold;
  }

  .col-logo img {
    width: 80%;
  }

  .preopen {
    padding-top: 1%;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }

  .alistarse-option {
    width: 10% !important;
  }

  .mercado-option {
    width: 10% !important;
  }

  .bvc-option-nav {
    width: 6% !important;
  }

  .relation-option {
    width: 18% !important;
  }

  .members-option {
    width: 16% !important;
  }

  .emisoras-option {
    width: 8% !important;
  }

  .products-option {
    width: 16% !important;
  }

  .start-option {
    width: 8% !important;
  }

  .indicators-bars div {
    font-size: 96% !important;
  }

  .indicators-bars img {
    width: 15% !important;
  }

  .indicator-bar-value {
    margin-left: 0 !important;
  }

  .indicator-bar-value+div {
    padding-left: 10% !important;
  }

  .has-search input {
    font-size: 90%;
    width: 96%;
    background: var(--bvc-color-fourteen);
  }

  .has-search .form-control-feedback {
    line-height: 2.3rem;
  }

  .has-search {
    margin-left: 10%;
  }

  .vl {
    height: 60%;
  }

  .indicator-arrow {
    margin-bottom: 0;
  }

  .carousel-caption>div {
    padding-bottom: 2.2%;
  }

  #dateTab {
    width: 20%;
    float: right;
  }

  #dateTab li {
    width: 20%;
  }

  #dateTab li p {
    padding-bottom: 0;
  }

  #table-tabs .nav-link,
  #dateTab .nav-link {
    padding: 15px !important;
  }

  .publicity-space {
    margin-top: -4% !important;
  }

  .noticias li {
    padding-left: 0;
    padding-top: 1%;
  }

  .encabezado-noticias {
    margin-bottom: 5%;
  }

  .noticias p {
    font-size: 110% !important;
    padding-left: 0 !important;
    margin-left: 3% !important;
  }

  .title-news .h4 {
    font-size: 140% !important;
  }

  .text-orange p {
    margin-left: 0 !important;
  }

  .title-news {
    padding-left: 0;
  }

  .icon-news img {
    width: 200px;
  }

  .programas-eventos .title-news {
    padding-top: 0 !important;
  }

  .programas-eventos li {
    padding-bottom: 0;
  }

  .espacio-publicitario-progevts div>div {
    height: 150px !important;
  }

  .espacio-publicitario-progevts-2 {
    margin-top: 0 !important;
  }

  .redes-sociales {
    display: none !important;
  }

  footer li {
    padding-bottom: 1% !important;
  }

  footer .text-uppercase,
  footer .h6 {
    font-size: 110% !important;
  }

  .bvc-address ul {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 375px) {
  /* Aquí van los estilos para smartphones */

  body p {
    font-size: 90%;
  }

  .col-logo img {
    width: 100%;
  }

  .col-logo {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-bars {
    color: var(--bvc-color-fourteen);
    padding-right: 0 !important;
    font-size: 150%;
    cursor: pointer;
    margin-left: 5%;
  }

  .hide-mob {
    display: none !important;
  }

  .icon-user img {
    width: 50%;
  }

  .icon-user {
    padding-right: 0 !important;
    text-align: right;
    width: 25%;
  }

  .col-login {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .preopen {
    padding-left: 7%;
  }

  .carousel-caption>div {
    padding-bottom: 18%;
    padding-top: 10%;
  }

  .carousel-caption {
    top: 10%;
  }

  .preopen div {
    width: 100%;
  }

  .preopen ul {
    margin-left: 5%;
  }

  .carousel-caption>button {
    padding: 3% 6%;
  }

  .btn-slide {
    margin-top: -6%;
  }

  .has-search input {
    border: none;
  }

  .search-field {
    padding: 0.8rem !important;
  }

  .indicator-item {
    width: 100%;
    padding-right: 0;
  }

  .vl {
    max-width: 1%;
    height: 25px;
  }

  .indicators-bars .col {
    display: flex;
    align-items: center;
  }

  .indicator-item p,
  .indicator-item h4 {
    display: inline;
  }

  .indicator-value {
    width: 100%;
  }

  .indicator-item .pr-3 {
    padding-right: 0 !important;
  }

  #table-tabs .separator {
    width: 1% !important;
  }

  #bajando tr th:first-child {
    display: none !important;
  }

  #subiendo tr th:first-child {
    display: none !important;
  }

  #mas-tranzadas tr th:first-child {
    display: none !important;
  }

  .publicity-space {
    display: none !important;
  }

  .title-news .h5 {
    font-size: 15px !important;
  }

  .noticias .icon-news {
    width: 20%;
    display: flex;
    align-items: center;
  }

  #headingOne li,
  #headingTwo li,
  #headingThree li,
  #headingFour li,
  #accordion .card-body,
  #accordion .card-body li {
    padding-left: 0;
    border: none;
  }

  #headingOne li.h6 {
    padding-bottom: 0;
  }

  #accordion .card-body {
    padding-top: 3%;
  }

  #accordion .icon {
    margin-right: 8% !important;
  }

  .view-more {
    padding-left: 0;
    font-size: 140%;
  }

  .icon-ivmc img {
    width: 400% !important;
    max-width: 1000px;
  }

  .cont-prog-evt li {
    padding: 0 !important;
  }

  .cont-prog-evt .evt-date {
    width: 17%;
  }

  .cont-prog-evt p {
    font-size: 140% !important;
  }

  .evt-charlas {
    margin-top: 10%;
  }

  .espacio-publicitario {
    margin-top: 5% !important;
  }

  .programas-eventos {
    padding-bottom: 30% !important;
  }

  footer .w-75 {
    width: 70% !important;
    padding-left: 10%;
  }

  footer p.h6 {
    font-size: 140% !important;
  }

  footer .bvc-info,
  footer .bvc-address {
    width: 50%;
  }

  footer .bvc-info {
    padding-right: 0;
    width: 45%;
  }

  footer .bvc-address,
  footer .address {
    padding-left: 0;
  }

  footer .bvc-contact {
    display: block !important;
    width: 100%;
    margin-top: 10%;
  }

  footer .bvc-contact ul {
    margin-left: 0 !important;
  }

  .address a {
    float: none !important;
  }

  footer .address {
    padding-left: 10%;
    font-size: 130%;
  }

  .show-mob {
    display: block !important;
  }

  .show-mob ul {
    margin-left: 0 !important;
    margin-top: 15%;
  }

  .show-mob ul .address {
    padding-left: 5% !important;
  }

  footer {
    padding-bottom: 20%;
  }

  footer .field-news {
    width: 40% !important;
  }

  .chart-bvc {
    width: 100%;
  }

  .header {
    font-size: 0.65rem !important;
  }

  .header .col-6 {
    padding-left: -15px;
    padding-right: -15px;
  }

  .header .navbar.navbar-expand-md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header .navbar.navbar-expand-md button {
    padding-left: 0 !important;
    padding-right: 1rem !important;
  }

  #login {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #login .fa.fa-user {
    color: white !important;
  }

  #table-tabs a {
    font-size: 0.7rem;
  }

  #table-tabs.nav-tabs .nav-link {
    padding: 1rem 0.3rem;
    font-size: 9px;
  }
}

/* Fin de Estilos Movil */

.contenedor-vl {
  max-width: 2%;
  display: flex;
  align-items: flex-end;
}

.separator-line-item {
  width: 0.1rem;
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.espacio-publicitario-1 {
  background: var(--bvc-color-fourteen);
}

#tbody-masTranzadas td,
#tbody-bajando td,
#tbody-subiendo td {
  vertical-align: middle;
}

.indicator-arrow {
  display: flex;
  align-items: baseline;
}

.indicator-arrow img {
  width: auto !important;
  float: left !important;
}

.indicator-arrow .indicator-bar-value {
  float: left !important;
}

.indicator-arrow .pl-3 {
  float: right !important;
}

.right-bar:after {
  content: '';
  position: absolute;
  background-color: var(--bvc-color-fourteen);
  width: 1px;
  height: 25%;
  top: 40%;
}

.text-blue {
  color: #0877be;
}

#chart-bvc a {
  text-decoration: none;
  /* color: #3dad4b; */
}

#chart-bvc a span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: x-small;
}

#chart-bvc a:hover {
  text-decoration: none;
  color: var(--bvc-color-five);
}

#chart-bvc a.select {
  color: #3dad4b;
  border-bottom: 0.17rem solid #3dad4b;
}

.buscar-sm-bg {
  background-color: #222720;
}

.buscar-sm-bg .form-group.has-search input[type='text'].form-control {
  background-color: #3a3f38;
  border: none;
}

@media (min-width: 768px) {
  #chart-bvc {
    width: 100%;
  }
}

#hiddenBar {
  border-right: 6rem solid var(--bvc-color-three);
  border-left: 6rem solid var(--bvc-color-three);
}

#dropdownBell #dropdownMenuButton .notif-icon-bell {
  margin-left: -20%;
  position: absolute;
}

#dropdownBell .dropdown-menu {
  background: #fff;
  padding: 0;
  padding-bottom: 0.5rem;
  width: 350px;
}

#dropdownBell .dropdown-menu .dropdown-item a {
  color: black !important;
  font-size: 100% !important;
  padding: 0;
}

#dropdownBell .dropdown-menu .dropdown-item a:hover {
  background: #fff;
}

#dropdownBell .dropdown-menu .dropdown-item-footer a {
  color: var(--bvc-color-five) !important;
  font-size: 11px !important;
  padding: 0;
}

#dropdownBell .dropdown-menu .dropdown-item-footer a:hover {
  background: #fff;
}

#dropdownBell .dropdown-item-header {
  background-color: var(--bvc-color-eleven) !important;
}

#dropdownBell .dropdown-item {
  background-color: #fff;
  white-space: normal;
}

#dropdownBell .dropdown-item:hover {
  background-color: #fff;
}

#dropdownBell .dropdown-item i {
  color: var(--bvc-color-nine);
}

#dropdownBell .dropdown-item-footer {
  font-size: 13px;
}

li.list-group-item>a>p {
  width: calc(100% - 40px);
  vertical-align: middle;
}

@media (max-width: 575px) {
  #dropdownBell .dropdown-menu {
    width: 220px;
  }
}

.preloader {
  width: 40px;
  height: 40px;
  border: 10px solid #eee;
  border-top: 10px solid #3dad4b;
  border-radius: 50%;
  background-size: cover;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes girar {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}