/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body{
  margin: 0;
  margin-bottom: 250px;
}

@media (max-width: 576px) {
  body{
    margin-bottom: 66px;
  }
}

/*.container {*/
  /*max-width: 960px;*/
/*}*/

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}


/*
 * Extra utilities
 */
 
.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


footer {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 60px; !* Set the fixed height of the footer here *!*/
  background-color: #f5f5f5;
  /*padding-top: 2rem;*/
  /*padding: 0.75rem;*/
}
footer img.logos-lci  {
  max-height: 25px;
}

.alert {
    padding: 0;
    margin-bottom: 0.25rem;
}

.alert-dismissible .close {
    padding: 0;
}

a.link_menu_superior:hover {
    text-decoration: underline;
}

.navbar.navbar-white .navbar-nav .dropdown-menu .dropdown-item:hover {
    text-decoration: underline;
}


/* Empresa */
.nav-pills .nav-link.active.empresa-tab{
  color: #249d87;
  font-weight: 500;
  border-bottom: 3px solid #249d87;
  background-color: transparent;
}

a.empresa-tab{
  color: #249d87;
  font-weight: 500;
}

a:hover.empresa-tab{
  color: #249d87;
  font-weight: 500;
  border-bottom: 3px solid #249d87;
}

.navbar.navbar-white .nav-item > a.nav-link:hover, .navbar.navbar-white .nav-item > a.nav-link:focus {
    background-color: #f2f2f2;
}

.navbar.navbar-white .navbar-nav .dropdown-menu {
    border-color: #aaa;
}

.fondo-blanco {
  background-color: #fff;
}