/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

 body {
  background-color: #FFFFFF;
  font-size: 13px;
  color: #5461a6;
}

a {
  color: #FFFFFF
}

a:hover {
  color: #0069b4;
  cursor: pointer;
  text-decoration: underline
}

input {
  border: 0;
}

::selection {
  background-color: #B8EAF9;
  color: #000000
}

form ::placeholder {
  color: #CCCCCC !important;
}

h1 {font-size: 2rem; text-transform: uppercase; color: #484E52}
h2 {font-size: 1.75rem; text-transform: uppercase; color: #484E52}
h3 {font-size: 1.5rem; text-transform: uppercase; color: #484E52}
h4 {font-size: 1.25rem; text-transform: uppercase; color: #484E52}
h5 {font-size: 1rem; text-transform: uppercase; color: #484E52}
h6 {font-size: 0.75rem; text-transform: uppercase; color: #484E52; font-weight: 600}


/********************************
  HEADER
*********************************/
/* MENU OTROS SITIOS */
#nav-othersites {
  font-size: 10px;
  padding: 0;
}
#nav-othersites li {
  border-right: 1px solid rgba(256,256,256,0.5)
}
/* Colores para dropdown sobre fondo oscuro */
#nav-othersites .k-dropdown,
#nav-othersites .k-dropdown .k-state-default {
  border-color: transparent;
  background-color: #5B5B5B
}
/* Color de texto y flecha */
#nav-othersites .k-dropdown .k-input,
#nav-othersites .k-dropdown .k-icon {
  color: #FFFFFF;
}

/* MENU PRINCIPAL */
#menu-ppal.k-menu .k-item.k-state-hover {
  background-color: transparent
}

/* Color del item activo */
#menu-ppal.k-menu .k-item.active>.k-link {
  color:#1F5D7C;
}

/* Items principales del menu principal */
#menu-ppal.k-menu .k-item .k-link {
  white-space: normal;
  font-size: 14px;
  color: #A8A8A8;
  border-right: 1px solid #E6E6E6;
  padding: 5px 1.071em;
  height: 36px;
  border-bottom: 4px solid transparent;
  max-width: 125px;
  padding-right: 31px;
}

/* Centrado vertical de items especificos */
#menu-ppal.k-menu .k-item.center .k-link {
  display: flex;
  -ms-flex-align: center!important;
  align-items: center!important;
}

/* Item ingresar a perfil */
#menuppal-login span.k-link {
  border-right: 0 !important;
  float: right;
  padding-right: 0 !important;
}

/* Item principal cuando desplegable está desplegado */
#menu-ppal.k-menu .k-item .k-link.k-state-active {
  color: #265D7B;
  background-color: #FFFFFF;
  border-bottom: 4px solid #265D7B
}
#menu-ppal.k-menu .k-item .k-link.k-state-active .k-icon {
  transform: rotate(180deg);
}

/* Hover sobre cualquier item principal del menu principal */
#menu-ppal.k-menu .k-item .k-link:hover {
  background-color: #FFFFFF
}

#menu-ppal.k-menu .k-item .k-link .k-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
}

/* Contenedor del desplegable */
.k-menu .k-animation-container .k-menu-group {
  background-color: #F8F8F8;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 2px #666666;
}
.k-menu .k-menu-group>.k-item {
  margin: 0 15px;
}

/* Items del menu principal */
#menu-ppal .k-popup .k-item a,
#menu-ppal.k-menu .k-item.subitem a {
  display: block;
}
#menu-ppal .k-popup .k-item a:hover,
#menu-ppal.k-menu .k-item.subitem a:hover {
  text-decoration: none;
}

/* Todos los items del menu desplegable */
#menu-ppal .k-popup .k-item .k-link {
  width: auto;
  height: auto;
  color: #265D7B;
  border-right: 0;
  padding: 10px;
  border-bottom: 0;
  max-width: 100%;  
}
/* Todos los items del menu desplegable HOVER */
#menu-ppal .k-popup .k-item .k-link:hover {
  background-color: transparent;
  cursor: default;
}

/* Items secundarios (grises) */
#menu-ppal.k-menu .k-item.subitem .k-link {
  color: #A8A8A8;
  padding-left: 30px;
  display: block;
  height: auto;  
}
#menu-ppal.k-menu .k-item.subitem .k-link:hover {
  background-color: #EFEFEF;
  cursor: pointer
}


/* INDICADORES */

/* Hora y fecha en barra indicadores */
#gmt-indicator {
  padding: 5px 20px 6px 20px;
  max-height: 49px
}

/* Barra indicadores */
#nav-indicators {
  background-color: #F8F8F8;
  overflow: hidden;
}

/* Elementos de la barra */
#nav-indicators li {
  border-right: 1px solid #DCDCDC;
  color: #666666;
}

#nav-indicators .slick-list.draggable {
  padding: 0 !important;
}

/* Mouse over */
#nav-indicators a:hover.nav-link,
#nav-indicators .nav-link.active {
  background-color: #E4E4E4
}

#top-indicators {
  z-index: 9;
}

/* Variaciones */
.tendenciaAlza {
  animation-name: colorChangeAlza;
  animation-duration: 5s;
  animation-iteration-count: 1;
}

@keyframes colorChangeAlza {
  0% {
    background: transparent;
  }
  10% {
    background: #45AEA1;
    color: #FFFFFF;
  }
  90% {
    background: #45AEA1;
    color: #FFFFFF;
  }
  100% {
    background: transparent;
  }
}

.tendenciaBaja {
  animation-name: colorChangeBaja;
  animation-duration: 5s;
  animation-iteration-count: 1;
}

@keyframes colorChangeBaja {
  0% {
    background: transparent;
  }
  10% {
    background: #F06536;
    color: #FFFFFF;
  }
  90% {
    background: #F06536;
    color: #FFFFFF;
  }
  100% {
    background: transparent;
  }
}


/********************************
  BUSCADORES
*********************************/
/* TODOS LOS BUSCADORES */
.search-input {
  border-radius: 10px;
  border: 1px solid #1F5C7C;
  background-color: #EFEFEF
}
.search-input button {
  border-radius: 0 10px 10px 0;
  background-color: transparent
}
.search-input input {
  background-color: #EFEFEF
}
.search-input span.k-state-focused,
.search-input:hover span {
  box-shadow: none
}
.search-input .k-autocomplete input,
.search-input input {
  border-radius: 8px 0 0 8px;
}
.search-input span.k-autocomplete {
  border-radius: 10px 0 0 10px;

  /* Elimino borde y agrego margin para evitar que elemento se mueva */
  border: 0;
  margin: 1px;
}

.search-input input:focus {
  outline: none;
}

/* Buscador dentro de un accordion */
ul.k-panel>li.k-item .search-input span.k-state-hover,
ul.k-panel>li.k-item .search-input span.k-state-focused,
ul.k-panel>li.k-item .search-input span.k-link.k-state-selected {
  padding: 0px;
}


/* DESPLEGABLES (Todos los buscadores) */

/* Contenedor */
.k-popup.k-list-container.k-group {
  background-color: #EFEFEF;
  border-radius: 0 0 10px 10px;
}

/* Items del listado desplegable */
.k-popup.k-list-container .k-list-scroller .k-item {
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  font-size: 15px;
  color: #45AEA1;
  padding: 10px 20px;
}


/* BUSCADORES FORMATO PEQUEÑO */

.search-sm {
  border-radius: 5px
}

/* Input (Donde puedes escribir) */
.search-sm.search-input input {
  font-size: 12px; 
  text-indent: 5px;
}

/* Botón lupa */
.search-sm .btn {
  padding: 0 8px;
  line-height: normal;
}

/* BUSCADOR PRINCIPAL */
#buscador-principal-list.k-popup.k-list-container {
  min-height: 300px;
}
#search-ppal-container {
  font-size: 20px;
}
.k-autocomplete .k-header,
.k-autocomplete .k-header .k-input {
  box-shadow: none;
  border: 0;
}
#buscador-principal-list .k-header {
  background-color: #D5D5D5;
  color: #165C7D;
  font-size: 12px;
  padding: 20px;
  border-radius: 0 0 10px 0;
}
#buscador-principal-list .search-input span.k-autocomplete {
  border-color: #EFEFEF;
}

#buscador-principal-list.k-popup.k-list-container .k-list-scroller .k-item {
  line-height: 20px;
  border: 0;
}

/* Reorganizacion elementos del dropdown en buscador principal */
#buscador-principal-list .k-header {
  width: calc(40% - 40px); 
  position: absolute;
  right:0; 
  top: 0;
  bottom: 0;
}
#buscador-principal-list .k-list-scroller {
  width: 60%; 
  /* min-height: calc(100% - 30px) !important; */
  min-height: 270px !important;
  background-color: transparent
}
#buscador-principal-list .k-footer {
  float: left; 
  width: calc(100% - 20px);
  padding: 10px;
  font-size: 12px;
}
/* Desplegable cuando el buscador no encuentra resultados */
#buscador-principal-list .k-nodata {
  width: 60%;
  position: absolute;
  top: 0;
}
#buscador-principal-list .k-nodata div {
  padding: 0;
}
#buscador-principal-list .k-nodata .k-listbox.k-widget,
#buscador-principal-list .k-nodata .k-list-scroller {
  width: 100%;
  height: 100%;;
  text-align: left;
  border: 0;
}

/* Material Theme padding adjustment*/
.k-material #buscador-principal-list .k-item,
.k-material #buscador-principal-list .k-item.k-state-hover,
.k-materialblack #buscador-principal-list .k-item,
.k-materialblack #buscador-principal-list .k-item.k-state-hover {
  padding-left: 5px;
  border-left: 0;
}
#buscador-principal-list .k-item > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 10px 5px;
}
#buscador-principal-list .k-item > span:first-child {
  /*-moz-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
  -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,.3);
  box-shadow: inset 0 0 30px rgba(0,0,0,.3);*/
  margin: 10px 20px;
  width: calc(100% - 32px);
  height: 50px;
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
#buscador-principal-list h3 {
  font-size: 1.1rem;
  font-weight: normal;
  margin: 0 0 1px 0;
  padding: 0;
}
#buscador-principal-list p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
#buscador-principal-list .checkbox-container label {
  line-height: 18px;
  margin-bottom: 0;
}


/********************************
  CALENDARIO
*********************************/
/* Header */
.k-calendar .k-header,
.k-calendar .k-header a.k-state-hover {
  background-color: #FFFFFF;
}

/* Header links */
.k-calendar .k-header .k-link {
  color: #45AEA1 !important;
  font-weight: bold;
  font-size: 18px;
}
.k-calendar .k-header .k-link:hover {
  background-color: #EBEBEB;
}

/* Días de la semana */
.k-calendar .k-content th {
  color:#00597D;
  text-transform: uppercase;
  font-weight: bold
}

/* Hoy */
.k-calendar .k-content .k-today,
.k-calendar .k-content .k-today.k-state-selected {
  background-color: #45AEA1;
}
.k-calendar .k-content .k-today.k-state-hover {
  background-color: #165C7D
}

/* Día clickeado */
.k-calendar .k-content td.k-state-selected {
  background-color: #A8A8A8;
}
.k-calendar .k-content td.k-state-selected:hover {
  background-color: #666666;
}

/* Vinculos */
.k-calendar .k-footer .k-nav-today.k-link {
  color:#A8A8A8
}

/* Calendario dentro de una CARD */
.card .k-calendar {
  border: 0;
}

/* Días con evento */
#calendar .exhibition {
  color: #45AEA1;
  font-weight: bold;
  border: 1px solid #45AEA1;
  border-radius: 50%;
}
#calendar .k-state-selected .exhibition,
#calendar .k-state-selected.k-state-focused .exhibition {
  background-color: #45AEA1;
  color: white;
  border-color: transparent
}
#calendar.k-calendar .k-content .k-today .exhibition {
  color: white
}

/* Input kendo-date-picker */
.k-widget.k-datepicker.form-control.k-widget {
  border-radius: .25rem;
  border: 1px solid #ced4da;
  height: 36px;
}
.k-datepicker .k-picker-wrap.k-state-default {
  background-color: #FFFFFF;
  height: calc(100% - 2px);
}
.k-datepicker input.k-input {
  background-color: #FFFFFF;
  height: calc(100% - 6px);
}
.k-datepicker .k-picker-wrap.k-state-default>span.k-select {
  min-height: 100%;
  line-height: 34px;
  border-color: #CED4DA;
}
.k-datepicker .k-picker-wrap.k-state-hover,
.k-datepicker .k-picker-wrap.k-state-focused,
.k-datepicker .k-picker-wrap.k-state-selected.k-state-focused {
  box-shadow: none;
}

/* Input Kendo auto complete */
.k-widget.k-autocomplete.k-header.form-control {
  width: 100%;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.k-widget.k-autocomplete.k-header.form-control.k-state-focused,
.k-widget.k-autocomplete.k-header.form-control.k-state-hover {
  box-shadow: none
}

.k-widget.k-autocomplete.k-header.form-control input {
  padding: 0;
  border-radius: .25rem;
}

/********************************
  CONTENIDOS
*********************************/

/* Flechas */
.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -24px;
  color: #FFFFFF;
  font-size: 60px;
  opacity: 0.8;
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 1;
}

/* Flecha izquierda */
.carousel-prev {  
  left: 25px;
} 

/* Flecha derecha */
.carousel-next {
  right: 25px;
}

/* Pagination del carrusel */
ul.slick-dots {
  bottom: -10px;
  right: 0;
  padding: 0 10px;
  pointer-events: none
}
ul.slick-dots li {
  pointer-events: all;
}
ul.slick-dots li button:before {
  color: #EFEFEF;
  opacity: 0.9;
}
ul.slick-dots li.slick-active button:before {
  color: #265D7B
}

.img-slide h1 {
  max-width: 960px;
  box-shadow: 3px 3px 0px #e8e8e8;
  border-radius: 2px;
}


/* CARRUSEL INDICADORES */
#nav-indicators .slick-initialized .slick-slide {
  cursor: pointer
}


/* CARRUSEL PRINCIPAL HOME */

/* Imágenes como background */
#carrusel-principal .img-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

/* Pagination exclusivo carrusel principal home */
#carrusel-principal ul.slick-dots {
  bottom: 5px;
}


/* CARRUSEL ACCIONES Y PRECIOS */
#carrusel-alzas .slick-initialized .slick-slide,
#carrusel-bajas .slick-initialized .slick-slide,
#carrusel-transadas .slick-initialized .slick-slide {
  cursor: pointer;
  min-width: 170px;
}

.slick-initialized .slick-slide h6.card-title {
  border-width: 2px !important;
  font-size: 14px;
}

#carrusel-alzas .slick-initialized .slick-slide:hover,
#carrusel-bajas .slick-initialized .slick-slide:hover,
#carrusel-transadas .slick-initialized .slick-slide:hover {
  background-color: #EFEFEF;
}

/* Soluciona problema de anchos en card-header de Acciones y Precios (iPhone 5) */
#li-ayp span.k-link {
  width: 100%;
  padding-right: 0;
}

/* Vinculos dentro del carrusel */
.slick-slider a {
  color: #666666;
}
.slick-slider a:hover {
  text-decoration: none;
}

/* ENCUESTA */
#encuesta {
  position: fixed;
  right: 0;
  bottom: 28%;
  z-index: 15;
}
/* Detalle */
#encuesta-detalle {
  right:0;
  margin-top: -87px;
  z-index: 1;
  box-shadow: 0 2px 2px rgba(0,0,0,0.5);
  width: 550px;
}
/* Botón */
#encuesta-btn {
  right:-79px;
  z-index: 0;
  width: 200px;
  transform: rotate(-90deg);
}


/* NOTICIAS */
.read-more {
  max-height: 50px;
  overflow: hidden;
  /* box-shadow: inset 0 -10px 10px -7px #b5b5b5; */
}

/* Imagen en el detalle de las noticias */
#news-img {
  min-height: 200px;
}


/********************************
  AUXILIARES
*********************************/

/* Luces para estado (verde/rojo) */
.light-green {
  color: #45AEA1;
  box-shadow: 0px 0px 10px #45AEA1;
  border-radius: 50%;
}
.light-red {
  color: #F06536;
  box-shadow: 0px 0px 10px #F06536;
  border-radius: 50%;
}

/* Iconos sociales */
.fa-facebook:hover 
{color: #4767B0 !important
}
.fa-twitter-square:hover {
  color: #3EAAE0 !important
}
.fa-linkedin:hover {
  color: #1D77B3 !important
}
.fa-instagram:hover {
  color: #d6249f !important;
}

/* Girar elementos */
.rotate90 {
  transform: rotate(90deg);
}
.rotate180 {
  transform: rotate(180deg);
}

/* VERTICES CURVOS */
.rounded-top-left {
  border-radius: 10px 0 0 0 !important
}
.rounded-top-right {
  border-radius: 0 10px 0 0 !important
}
.rounded-bottom-right {
  border-radius: 0 0 10px 0 !important
}
.rounded-bottom-left {
  border-radius: 0 0 0 10px !important
}

.rounded-top-10 {
  border-radius: 10px 10px 0 0 !important
}
.rounded-bottom-10 {
  border-radius: 0 0 10px 10px !important
}

/* LANDINGS */
.overlay {
  background-color: rgba(0,0,0,0.9);
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* MENU PRINCIPAL */

/* Ancho de los li */
.w12-5 {
  width: 12.5%
}
.w25 {
  width: 25%
}
.w37-5 {
  width: 37.5%
}

/* Desplegables en 2 columnas */
.menuppal-2col {
  width: 620px;
  background-color: transparent !important
}
/* Desplegables en 3 columnas */
.menuppal-3col {
  width: 990px;
  background-color: transparent !important
}

/* TEXTOS */

/* Tamaños */
.f-8 {font-size: 8px !important}
.f-10 {font-size: 10px !important}
.f-11 {font-size: 11px !important}
.f-12 {font-size: 12px !important}
.f-13 {font-size: 13px !important}
.f-14 {font-size: 14px !important}
.f-15 {font-size: 15px !important}
.f-16 {font-size: 16px !important}
.f-18 {font-size: 18px !important}
.f-20 {font-size: 20px !important}
.f-25 {font-size: 25px !important}
.f-26 {font-size: 26px !important}
.f-30 {font-size: 30px !important}
.f-40 {font-size: 40px !important}
.f-50 {font-size: 50px !important}
.f-75 {font-size: 75px !important}
.f-100 {font-size: 100px !important}
.f-150 {font-size: 150px !important}

#buscador-indices {
  width: calc(100% - 10px);
}
#indice-desc p {
  margin-bottom: 0;
}

.res-sin-sol .card-body.min-height {
  min-height: 255px;
}
.res-sin-sol .card-body.min-height .border-bottom:nth-child(2) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.res-con-sol .card-body.min-height {
  min-height: 365px;
}
.res-con-sol .card-body.min-height .border-bottom:nth-child(3) {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

/* SOSTENIBILIDAD */
/* Grilla Matriz de adhesiones */
#accionesGrid .k-grid-content tr td div {
  min-height: 20px
}

/* IMAGENES */
.lightbox-zoom-content {
  position: relative;
}
.lightbox-zoom-content img {
  cursor: pointer
}
.lightbox-zoom-content i {
  position: absolute;
  top: 50%;
  margin-top: -20px
}
.lightbox-zoom {
  display: none;
  position: absolute;
  background-color: rgba(256,256,256,0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.lightbox-zoom-content:hover .lightbox-zoom {
  display: block;
}

/********************************
  CHECKBOX
*********************************/
/* Contenedor de checkbox */
.custom-control.custom-checkbox {
  margin-bottom: 10px;
}

/* Input (cuadrado) */
.custom-checkbox .custom-control-label::before {
  background-color: #FFFFFF;
  border: 2px solid #666666;
  width: 1.2rem;
  height: 1.2rem;
  top: 0rem;
  border-radius: 3px !important;
}

/* Flecha */
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='rgb(45, 190, 163)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") !important; 
  width: 1.2rem;
  height: 1.2rem;
  top: 0rem;
}

/* Color del input en :hover */
.custom-checkbox label:hover.custom-control-label::before {
  border-color: #2BBEA3
}

/* Color del input checkeado */
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #FFFFFF;
  border-color: #2BBEA3;
}

/********************************
  RADIO BUTTON
*********************************/
/* Contenedor de checkbox */
.custom-control.custom-radio {
  margin-bottom: 10px;
}

/* Input (cuadrado) */
.custom-radio .custom-control-label::before {
  background-color: #FFFFFF;
  border: 2px solid #666666;
  width: 20px;
  height: 20px;
  top: 0rem;
}

/* Flecha */
.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgb(45, 190, 163)'/></svg>") !important; 
  width: 1.25rem;
  height: 1.25rem;
  top: 0rem;
}

/* Color del input en :hover */
.custom-radio label:hover.custom-control-label::before {
  border-color: #2BBEA3
}

/* Color del input checkeado */
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #FFFFFF;
  border-color: #2BBEA3;
}

/********************************
  GRILLAS
*********************************/
div.k-grid {
  border: 0;
}
.k-grid .k-grid-header,
.k-grid .k-grid-header .k-header {
  background-color: #FFFFFF;
  border-color: #2C5D7A;
  font-weight: bold;
  text-transform: uppercase
}
.k-grid .k-grid-header th.k-header>*,
.k-grid .k-grid-header th {
  color: #2C5D7A;
  font-weight: bold;
  text-transform: uppercase
}
.k-grid-header th.k-header>.k-link .k-icon {
  color: #C6C6C6;
}
.k-grid .k-grid-header th.k-header {
  border-top: 0;
  border-right: 0;
  /*border-bottom: 0;*/
  border-left: 1px solid #e6e6e6;
}
.k-grid .k-grid-header-wrap {
  border-right: 0;
}

/* GRILLA MI RESUMEN */
/* Altura de las filas era muy alta */
#grid-miresumen .k-master-row td {
  line-height: 0px !important;
}
/* Line height en el detalle de las filas */
tr.k-detail-row {
  line-height: normal !important;
}


/********************************
  SWITCH
*********************************/
.switch {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 30px;
}

.switch input {
  display:none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border: 2px solid #ADADAD;
}

.slider:before {
  position: absolute;
  content: "OFF";
  color: #FFFFFF;
  height: 22px;
  width: 35px;
  left: 2px;
  bottom: 2px;
  background-color: #F06536;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 12px;
  padding: 5px;
  line-height: 12px;
  text-align: center;
}

input:checked + .slider::before {
  background-color: #45AEA1;
  content: "ON";
  color: #FFFFFF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #45AEA1;
}

input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 5px;
}

.slider.round:before {
  border-radius: 3px;
}


/********************************
  VIDEOS
*********************************/
/* Cuando te bloquean YouTube */
.embed-responsive {
  background: #EFEFEF;
}
.embed-responsive iframe {
  z-index: 1;
}

/********************************
  RESUMEN INSTRUMENTO
*********************************/
/* Cuando te bloquean YouTube */
.show-iframe {
  height: 600px;
}
.not-show-iframe {
  height: 100px;
}

/********************************
  REEMPLAZOS
*********************************/
/* CARDS */
.card {
  border-radius: 5px;
  box-shadow: none;
  background-color: #F9F9F9;
  border: 0;
}
.card-header,
.card-header:first-child {
  /* border-radius: 10px 10px 0 0; */
}
.card-header,
.card-header h4 {
  background-color: #F4F4F4;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}
.card-header a.active {
  text-decoration: underline
}

.k-tabstrip-wrapper .card-header .card-body {
  text-transform: none
}

/* BREADCRUMB */
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}

.breadcrumb-item {
  /* OJO con esto. Escondido temporalmente */
  display: none
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb a {
  color: #A8A8A8
}

/* LISTADOS */
.list-group-item {
  background-color: transparent;
  border-bottom: 1px dashed rgba(0,0,0,.125);
}
.list-group-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,.125);
}

/* Listado horizontal */
.list-group.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-top-right-radius: .25rem;
}

/* Primer item del listado (Para cards right - Relacionados/Destacados/Descargas) */
.card .list-group-flush .list-group-item:first-child {
  border-top: 0;
  padding-top: 0;
}

/* TABLAS */
.table {
  font-size: 14px;
  color: #5461a6;
}
.table thead th {
  color: #EFEFEF;
  font-size: 14px;
  border-bottom: 0;
  text-transform: uppercase;
  background: #484E52;
  font-weight: normal
}
.table th {
  border-top: 0
}

.table td, .table th {
  border: 2px solid #FFF;
  /* background: #E0EFF5; */
}

/* TABLAS KENDO */
/* Fila seleccionada */
.k-grid table tr.k-state-selected,
.k-grid table tr:hover.k-state-selected td {
  background-color: #EFEFEF;
  color: inherit;
  box-shadow: none;
}
/* Borde de la fila seleccionada */
.k-grid table tr.k-state-selected>td {
  border-color: transparent
}
/* Fondo del detalle en hover */
.k-grid table tr:hover.k-detail-row {
  background-color: #FFFFFF
}


/* PAGINATION */
.page-link {
  background-color: transparent;
  border: 0;
  color: #A8A8A8;
  font-weight: bold
}
/* Item activo del paginador */
.pagination a.page-link:focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}


/* TOOLTIP */
/* Cursor sobre elemento con tooltip */
.guide-item:hover {
  cursor: default;
}
/* Contenedor del tooltip */
.k-widget.k-tooltip.k-popup {
  background-color: #FFFFFF;
  color: #444444;
  border-radius: 5px;
  box-shadow: 0 2px 10px #A8A8A8;
}
/* Contenidos del tooltip */
.template-wrapper p {
  padding: 10px;
  text-align: left;
  margin: 0;
}

.guide-item {
  position: absolute;
  z-index: 9;
}
/* Botón que levantará al tooltip */
.guide-item span {
  width: 40px;
  height: 40px;
  display: block;
  padding: 5px;
  border: 3px solid #FFFFFF;
  box-shadow: 0 0px 2px #000000;
  line-height: 26px;
  font-weight: bold;
}
/* Flecha (abajo) del tooltip */
.k-widget.k-tooltip.k-popup .k-callout-s {
  border-top-color: #FFFFFF;
}

/* Flecha (arriba) del tooltip */
.k-widget.k-tooltip.k-popup .k-callout-n {
  border-bottom-color: #FFFFFF;
}


/* ACCORDION */
/* Títulos colapsables */
.k-panelbar.k-header.k-widget>.k-item>.k-link {
  background-color: transparent;
  font-weight: bold;
  color: #A8A8A8
}
/* Título seleccionado */
.k-panelbar.k-header.k-widget>li.k-state-active>.k-link {
  color: #165C7D;
  border-bottom: 2px solid #165c7d;
}

/* Contenidos */
ul.k-panel>li.k-item span.k-link,
ul.k-panel>li.k-item span.k-state-hover,
ul.k-panel>li.k-item span.k-state-focused,
ul.k-panel>li.k-item span.k-link.k-state-selected {
  background-color: #F8F8F8;
  color: #666666;
  cursor: default;
  padding: 10px 15px;
  line-height: 18px;
  font-size: 13px;
}


/* LOADING */
.k-loading.k-complete {
  border: 0;
}

/* Loading dentro de tablas */
/* Spinner */
.k-loading-mask .k-loading-image {
  top: 50%;
  left: 50%; 
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border: 4px solid #45AEA1;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #45AEA1 transparent transparent transparent;
  background-image: none;
}
/* Background que muestra como inactivo el elemento mientras carga */
.k-loading-mask .k-loading-color {
  background-color: #FFFFFF;
  opacity: 0.5
}


/* COLORES */
/* Textos */
.text-primary {
  color: #21b5e0 !important
}
.text-secondary {
  color: #5461a6!important
}
.text-success {
  color: #008342 !important
}
.text-danger {
  color: #CF0000 !important
}
.text-warning {
  color: #FFC107 !important
}
.text-info {
  color: #165C7D !important
}
.text-muted {
  color: #62697B !important
}
.text-dark {
  color: #5461a6 !important
}


.border {
  border: 1px solid #dee2e6!important
}

/* BOTONES */
/* .btn {
  border-radius: 50px
} */

.btn:disabled,
a[disabled],
a[disabled]:hover {
  opacity: 0.4;
  cursor: not-allowed !important
}


/* Tamaños */
.btn-sm {
  line-height: 1.2
}

/* Colores */
.btn-primary {
  background-color: #165C7D !important; 
  border-color: #165C7D !important;
}
.btn-primary:hover {
  background-color: #0C435D !important; 
  border-color: #0C435D !important
}
.btn-primary:focus {
  background-color: #0C435D !important; 
  border-color: #0C435D !important; 
  box-shadow: 0 2px 2px #0C435D;
}
.btn-secondary {
  background-color: #8F8F8F !important;
  border-color: #8F8F8F !important
}
.btn-success {
  background-color: #484E52!important;
  border-color: #484E52!important
}
.btn-success:hover {
  color: black;
  background-color: #F5F1F8 !important;
  border-color: #F5F1F8 !important
}
.btn-success:focus {
  background-color: #08A28B !important;
  border-color: #08A28B !important;
  box-shadow: 0 2px 2px #08A28B;
}
.btn-warning {
  background-color: #FFC107 !important;
  border-color: #FFC107 !important
}
.btn-danger {
  background-color: #F06536;
  border-color: #F06536
}
.btn-info {
  background-color: #2CA4C7 !important;
  border-color: #2CA4C7 !important
}
.btn-light {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-light:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-dark {
  background-color: #666666;
  border-color: #666666;
}

/* Botón Outline */
.btn-outline-primary {
  border-color: #165C7D;
  color: #165C7D;
}
.btn-outline-primary:hover {
  background-color: #0C435D; 
  border-color: #0C435D;
}
.btn-outline-primary:focus {
  background-color: #0C435D !important; 
  border-color: #0C435D; 
  color: #FFFFFF;
}

.btn-outline-secondary {
  border-color: #8F8F8F;
  color: #8F8F8F;
}
.btn-outline-secondary:hover {
  background-color: #8F8F8F; 
  border-color: #8F8F8F;
  color: #FFFFFF !important;
}
.btn-outline-secondary:focus {
  background-color: #8F8F8F !important; 
  border-color: #8F8F8F; 
  color: #FFFFFF !important;
}

.btn-outline-success {
  border-color: #45AEA1;
  color: #45AEA1;
}
.btn-outline-success:hover {
  background-color: #45AEA1; 
  border-color: #45AEA1;
}
.btn-outline-success:focus {
  background-color: #45AEA1 !important; 
  border-color: #45AEA1; 
  color: #FFFFFF;
}

.btn-outline-warning {
  border-color: #FFC107;
  color: #FFC107;
}
.btn-outline-warning:hover {
  background-color: #FFC107; 
  border-color: #FFC107;
}
.btn-outline-warning:focus {
  background-color: #FFC107 !important; 
  border-color: #FFC107; 
  color: #FFFFFF;
}

.btn-outline-danger {
  border-color: #F06536;
  color: #F06536;
}
.btn-outline-danger:hover {
  background-color: #F06536; 
  border-color: #F06536;
}
.btn-outline-danger:focus {
  background-color: #F06536 !important; 
  border-color: #F06536; 
  color: #FFFFFF;
}

.btn-outline-info {
  border-color: #2CA4C7;
  color: #2CA4C7;
}
.btn-outline-info:hover {
  background-color: #2CA4C7; 
  border-color: #2CA4C7;
}
.btn-outline-info:focus {
  background-color: #2CA4C7 !important; 
  border-color: #2CA4C7; 
  color: #FFFFFF;
}

.btn-outline-light {
  border-color: #FFFFFF;
  color: #FFFFFF !important;
}
.btn-outline-light:hover {
  background-color: #FFFFFF; 
  border-color: #FFFFFF;
  color: #000000 !important;
}
.btn-outline-light:focus {
  background-color: #FFFFFF !important; 
  border-color: #FFFFFF; 
  color: #FFFFFF;
}

.btn-outline-dark {
  border-color: #666666;
  color: #666666;
}
.btn-outline-dark:hover {
  background-color: #666666; 
  border-color: #666666;
}
.btn-outline-dark:focus {
  background-color: #484E52!important; 
  border-color: #666666; 
  color: #FFFFFF;
}

/* Colores combinados */
button:hover.btn-light.text-danger {
  color: #45AEA1 !important
}


/* BACKGROUND */
.bg-primary {
  background-color: #000000 !important
}
.bg-secondary {
  background-color: #8F8F8F !important
}
.bg-success {
  background-color: #45AEA1 !important
}
.bg-danger {
  background-color: #F06536 !important
}
.bg-info {
  background-color: #2CA4C7 !important
}
.bg-light {
  background-color: #F9F9F9 !important;
}
.bg-dark {
  background-color: #484E52!important
}


/* BORDES */
.border-primary {
  border-color: #165C7D!important;
}
.border-secondary {
  border-color: #8F8F8F!important;
}
.border-success {
  border-color: #45AEA1!important;
}
.border-danger {
  border-color: #F06536!important;
}
.border-info {
  border-color: #2CA4C7!important;
}
.border-light {
  border-color: #E8E8E8!important;
}
.border-dark {
  border-color: #5B5B5B!important;
}

/* BADGES */
.badge-primary {
  background-color: #165C7D!important;
}
.badge-secondary {
  background-color: #8F8F8F!important;
}
.badge-success {
  background-color: #45AEA1!important;
}
.badge-danger {
  background-color: #F06536!important;
}
.badge-info {
  background-color: #8F8F8F!important;
}
.badge-light {
  background-color: #E8E8E8!important;
}
.badge-dark {
  background-color: #5B5B5B!important;
}


/* TIMELINE */
.cbp_tmtimeline {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative
}
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #EFEFEF;
  left: 25%;
  margin-left: -8px;
  border-radius: 50px;
}
.cbp_tmtimeline>li {
  position: relative
}
.cbp_tmtimeline>li:first-child .cbp_tmtime span.large {
  color: #444;
  font-size: 17px !important;
  font-weight: 700
}
.cbp_tmtimeline>li:first-child .cbp_tmicon {
  background: #fff;
  color: #666
}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #444;
  font-size: 13px
}
.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #EFEFEF
}
.cbp_tmtimeline>li:last-child {
  background-color: white;
}
.cbp_tmtimeline>li .empty span {
  color: #777
}
.cbp_tmtimeline>li .cbp_tmtime {
  display: block;
  width: 30%;
  padding-right: 70px;
  position: absolute
}
.cbp_tmtimeline>li .cbp_tmtime span {
  display: block;
  text-align: right
}
.cbp_tmtimeline>li .cbp_tmtime span:first-child {
  font-size: 15px;
  color: #3d4c5a;
  font-weight: 700
}
.cbp_tmtimeline>li .cbp_tmtime span:last-child {
  font-size: 14px;
  color: #444
}
.cbp_tmtimeline>li .cbp_tmlabel {
  margin: 0 0 15px 30%;
  background: #EFEFEF;
  padding: 1.2em;
  position: relative;
  border-radius: 5px
}
.cbp_tmtimeline>li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f0f1f3;
  border-width: 10px;
  top: 10px
}
.cbp_tmtimeline>li .cbp_tmlabel blockquote {
  font-size: 16px
}
.cbp_tmtimeline>li .cbp_tmlabel .map-checkin {
  border: 5px solid rgba(235, 235, 235, 0.2);
  -moz-box-shadow: 0px 0px 0px 1px #ebebeb;
  -webkit-box-shadow: 0px 0px 0px 1px #ebebeb;
  box-shadow: 0px 0px 0px 1px #ebebeb;
  background: #fff !important
}
.cbp_tmtimeline>li .cbp_tmlabel h2 {
  margin: 0px;
  padding: 0 0 10px 0;
  line-height: 26px;
  font-size: 16px;
  font-weight: normal
}
.cbp_tmtimeline>li .cbp_tmlabel h2 a {
  font-size: 15px
}
.cbp_tmtimeline>li .cbp_tmlabel h2 a:hover {
  text-decoration: none
}
.cbp_tmtimeline>li .cbp_tmlabel h2 span {
  font-size: 15px
}
.cbp_tmtimeline>li .cbp_tmlabel p {
  color: #444
}
.cbp_tmtimeline>li .cbp_tmicon {
  width: 30px;
  height: 30px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #46a4da;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #efefef;
  text-align: center;
  left: 25%;
  top: 0;
  margin: 0 0 0 -20px
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .cbp_tmtimeline>li .cbp_tmtime {
      padding-right: 60px
  }
}
@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline>li .cbp_tmtime span:last-child {
      font-size: 12px
  }
}
@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
      display: none
  }
  .cbp_tmtimeline>li .cbp_tmtime {
      width: 100%;
      position: relative;
      padding: 0 0 20px 0
  }
  .cbp_tmtimeline>li .cbp_tmtime span {
      text-align: left
  }
  .cbp_tmtimeline>li .cbp_tmlabel {
      margin: 0 0 30px 0;
      padding: 1em;
      font-weight: 400;
      font-size: 95%
  }
  .cbp_tmtimeline>li .cbp_tmlabel:after {
      right: auto;
      left: 20px;
      border-right-color: transparent;
      border-bottom-color: #efefef;
      top: -20px
  }
  .cbp_tmtimeline>li .cbp_tmicon {
      position: relative;
      float: right;
      left: auto;
      margin: -55px 5px 0 0px
  }
  .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
      border-right-color: transparent;
      border-bottom-color: #efefef
  }
}


/* Formularios */
.is-valid {
  border-color: #45AEA1;
  color: #45AEA1
}
.is-valid i {
  color: #45AEA1 !important
}

.is-invalid {
  border-color: #F06536;
  color: #F06536
}
.is-invalid i {
  color: #F06536 !important
}

/* Evito que inputs dibujen el border al enfocar */
.input-group .form-control:focus {
  box-shadow: none
}

/* Reemplazo icono flecha abajo */
.k-link .k-icon.k-i-arrow-60-down,
.k-link .k-icon.k-panelbar-expand.k-i-arrow-s {
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.k-link .k-i-arrow-60-down:before,
.k-link .k-i-arrow-s:before {
  content: "\f107";
}

/* Reemplazo icono flecha arriba */
.k-link .k-icon.k-i-arrow-60-up,
.k-link .k-icon.k-panelbar-collapse.k-i-arrow-n {
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.k-link .k-i-arrow-60-up:before,
.k-link .k-i-arrow-n:before {
  content: "\f106";
}

/* TABS */
/* Background de los contenidos */
.k-tabstrip>.k-content.k-state-active,
.k-tabstrip.k-header {
  background-color: transparent !important;
  overflow: hidden
}
.k-tabstrip.k-tabstrip:focus {
  box-shadow: none;
}
/* Items tabs */
.k-tabstrip .k-tabstrip-items {
  display: flex;
}
.k-tabstrip>.k-tabstrip-items>.k-item {
  text-align: center;
  background-color: #FFFFFF;
}
.k-tabstrip>.k-tabstrip-items .k-state-active {
  border-bottom-color: #265D7B;
}
.k-tabstrip>.k-tabstrip-items .k-item.k-state-hover {
  background-color: #FFFFFF;
  border-color: white
}
/* Tabs por defecto */
.k-tabstrip>.k-tabstrip-items .k-state-default .k-link {
  color: #666666;
  padding: 18px 1.071em;
  padding-bottom: 10px;
}
/* Tab activo */
.k-tabstrip>.k-tabstrip-items .k-state-active .k-link {
  color: #265D7B;
}
/* Borde inferior del tab activo */
.k-tabstrip-top>.k-tabstrip-items>.k-item {
  border-bottom-width: 3px !important;
}

.k-tabstrip.k-widget, 
.k-tabstrip.k-widget *, 
.k-tabstrip.k-widget :before {
  box-sizing: border-box;
}

/* 4 Tabs en linea y con el mismo ancho */
.tab-4.k-tabstrip>.k-tabstrip-items>.k-item {
  flex-grow: 5;
  width: 20%;
}

/* HACK Para evitar que aparezcan flechas horizontales */
.k-tabstrip-top>.k-tabstrip-items .k-state-active {
  margin-left: 0 !important;
  margin-right: 0 !important
}


/* FOOTER */
footer .list-group-item {
  border-color: rgba(256,256,256,0.5) !important
}



/********************************
  MOBILE
*********************************/
#mobile-menuppal {
  z-index: 999;
}
#mobile-menuppal .k-dropdown .k-state-default {
  border: 0;
}

#mobile-menuppal span.k-dropdown,
#mobile-menuppal .k-dropdown .k-state-default {
  background-color: transparent
}

/* Niveles de menú */
.menu-level2 .k-link,
.menu-level2 .k-link.k-state-hover.k-state-selected,
.menu-level2 .k-link.k-state-hover.k-state-focused.k-state-selected {
  color: #165C7D;
  font-weight: bold
}
.menu-level3 .k-link {
  color: #666666
}

/* CUANDO REEMPLAZAMOS TABS POR DROPDOWN */
/* Combo por defecto */
.combo-tab .k-dropdown .k-state-default {
  background-color: #FFFFFF;
  border: 0;
  padding: 5px !important;
}
.combo-tab span.k-link {
  width: 100%;
  border-bottom: 3px solid #1F5C7C;
  margin: 0 auto;
  padding: 0 !important;
  text-align: left;
  margin-bottom: -3px;
}
/* Color texto del input cerrado */
.combo-tab .k-dropdown .k-input {
  color: #165C7D !important;
}
/* Al clickear el combo */
.k-tabstrip-items .combo-tab .k-state-active {
  background-color: #FFFFFF !important
}
/* Flecha abajo */
.combo-tab .k-state-default>.k-select .k-icon {
  vertical-align: middle
}


/********************************
  MEDIA QUERYS
*********************************/
/* Smartphone (Vertical) */
@media (max-width: 375px) { 
  #search-actions-container {
    width: 135px !important;
  }
  #buscador-principal-list .k-list-scroller {
    width: 100%;
  }
  #buscador-principal-list .k-header {
    display: none;
  }
  #news-img {
    min-height: 100px;
  }
  #encuesta {
    bottom: 55%;
  }
  #encuesta-detalle {
    width: 360px;
  }
  #encuesta-detalle a.btn-outline-light {
    margin: 5px !important;
    padding: 10px;
    border: none;
  }
  #encuesta-detalle a.btn-outline-light:first-child {
    margin-left: 0 !important
  }
  #encuesta-detalle a.btn-outline-light:last-child {
    margin-right: 0 !important
  }
  #encuesta-detalle a.btn-outline-light i {
    font-size: 30px !important;
  }
  .mw-80 {
    max-width: 80px;
  }
  /* Escondo Chat */
  #gbWidget {
    display: none
  }
}

/* Smartphone (Horizontal) */
@media (max-width: 812px) {
  body {
    padding-top: 0;
  }
  
  /* Carrusel principal */
  #carrusel-principal .img-slide {
    height: 120px;
  }
  #carrusel-principal .img-slide h1 {
    font-size: 10px!important;
    max-width: 300px;
    margin-left: 30px;
    padding: 3px !important;
  }
  #carrusel-principal .btn:not(:disabled):not(.disabled) {
    margin-left: 30px;
  }
  /* Otros sitios */
  header .container {
    max-width: 100%;
  }
  #buscador-indices {
    width: calc(100% - 1px);
  }
  /* Escondo Chat */
  #gbWidget {
    display: none
  }
}

/* Desktop Only */
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
  .container {
    max-width: 1140px;
  }
  /* Altura específicamente para card filtros de INDICES */
  #h-indicefiltros {
    min-height: 274px;
  }
  /* Altura específicamente para card filtros de MERCADO */
  #h-mercadofiltros {
    min-height: 359px;
  }
}

/* Desktop Wide Only */
@media (min-width: 1200px) {
  header .container {
    max-width: 1400px;
  }
}


/********************************
  AJUSTE IMAGEN CARRUSEL
*********************************/

/* Smartphone horizontal */
@media only screen and (min-width: 321px ) and (max-width: 767px) {
  /* Altura */
  #carrusel-principal .img-slide {
    height: 120px;
  }
  /* Escondo Flechas del carrusel */
  #carrusel-principal .slick-arrow {
    display: none !important
  }
}

/* Smartphone pequeño */
@media (max-width: 320px) {
  /* Altura */
  #carrusel-principal .img-slide {
    height: 110px;
  }
  /* Escondo Flechas del carrusel */
  #carrusel-principal .slick-arrow {
    display: none !important
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #carrusel-principal .img-slide {
    height: 270px;
  }
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}