/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.nav > li.html h1 {
  font-size: 1.3rem;
  max-width: 345px;
  text-align: center;
  line-height: 1;
  color: rgb(0, 60, 141);
}
.nav-line-bottom > li > a::before, .nav-line-grow > li > a::before, .nav-line > li > a::before {
  background-color: #d91410;
}
#logo {
  margin-right: 10px;
}
.readonly {
  pointer-events: none;
}
.copyright-footer {
  font-size: 13px;
}
.section-niveles {
  margin-top: -260px;
  z-index: 99;
}
.box-niveles .col-inner {
  transition: all 0.5 ease-in-out;
}
.box-niveles .featured-box {
  align-items: center;
}
.box-niveles .col-inner:hover {
  background-color: #000000 !important;
}
.box-niveles .section-title-bold span {
  border: 2px solid rgba(255,255,255,0.6);
}
.box-niveles .section-title b {
  opacity: 0.6;
}
.box-niveles .button.is-link {
  color: #ffb606;
}
.box-niveles .button.is-link:hover {
  color: #ffffff;
}
.title-breadcrumbs {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .nav > li.html h1 {
    display: none;
  }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}