#main-menu a {
  white-space: nowrap;
  font-weight: 500;
}
header .navbar-light .navbar-nav .nav-link {
  white-space: nowrap;
}
#portada-single .col-lg-9.ml-auto img {
  height: 280px;
  background-size: cover;
  object-fit: cover;
  min-width: 100%;
}
#portada-single .col-lg-8.ml-auto img {
    height: 280px;
    background-size: cover;
    object-fit: cover;
    min-width: 100%;
}
.profile a.full-btn {
    padding-right: 40px;
}
.inner-news article h1 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.breadcrumb li.active a {
    color: var(--college-orange-one)!important;
}
.inner-news article a:hover h1 {
    color: var(--college-orange-one);
}

#portada-single #bread-familia a {
    color: var(--college-blue-one);
}
#portada-single #bread-familia a:hover {
    color: var(--college-orange-one);
}
form#buscar {
    width: 100%;
    position: relative;
    left: -10px;
}
@media screen and (max-width: 960px) {
  header .navbar {
    width: 100%;
  }
  .navbar-nav {
    width: 100%;
  }
  .menu-container {
    margin-bottom: -5px;
  }
  .btn-white {
    background: var(--college-blue-two);
    padding: 0 65px;
    width: fit-content;
  }
  .staff-yellow-circle {
    display: none;
  }
  .fancybox-slide>* {
      max-width: 100%;
  }
  #portada-single img.alignnone, #portada-single img.alignleft, #portada-single img.alignright {
    max-width: 100%!important;
    height: auto!important;
  }
  #accordion-interior img {
    max-width: 100%!important;
    height: auto!important;
  }
  #portada-single ol li {
    width: 100%;
  }
}
.um-notice.err.um-error-code-incorrect_password {
  display: none!important;
}

a[href$='en-vivo/'] {
  text-transform: uppercase;
  background: #ff4d4d;
  color: #FFF;
  border-radius: 7px;
  display: block;
  margin-left: 20px;
  text-align: center;
  width: 88%;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .dropdown-menu a[href$='en-vivo/']:hover {
  background: #f00;
  color: #FFF;
}
#wp-admin-bar-aioseo-main {
  display: none;
}

.box-info i {
  font-size: 3rem;
}
.page-id-11 .box-info i {
  font-size: 1rem;
}
p.sitename {
  text-transform: uppercase;
  color: #FFF;
  padding: 18px 5px;
  font-size: 1.5rem;
}

table.blue {
  display: table;
}
table.blue td {
  padding: 10px;
}

.lenguage img {
  position: relative;
  top: -1px;
}
.lenguage .nav-item.disabled {
  pointer-events: none;
  opacity: .7;
}

#message {
  background: var(--college-orange-one);
  color: rgba(0,0,0,1);
  margin-bottom: 50px;
  text-align: center;
  padding: 30px;
  margin-top: -10px;
}
#message p {
  margin-bottom: 0px;
}