html {
  scroll-behavior: smooth;
}
.sm-container {
  display: flex;
}
.sm-side {
  align-self: stretch;
  flex: 0 0 18%;
  background-color: #e1f5fe;
  padding: 2rem;
  position: relative;
}
.sm-main-reportes {
  flex: 1;
}
.reportes__title {
  font-size: 2em;
  color: #3f3f3f;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border-bottom: solid 1px #b9c9d1;
}

ul.sm-menu,
ul.sm-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

ul.sm-menu {
  display: flex;
  flex-direction: column;
  max-width: 20em;
}
li.sm__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

ul.sm-submenu {
  max-height: 0;
  transition: max-height cubic-bezier(0, 0.84, 0, 1.83);
  -webkit-transition: max-height cubic-bezier(0, 0.84, 0, 1.83);
  -moz-transition: max-height cubic-bezier(0, 0.84, 0, 1.83);
  overflow: hidden;
}

li.sm-subitem {
  color: #b9c9d1;
  font-size: 0.9rem;
  font-family: inherit;
  -webkit-transition: color 0.6s, font-size 0.3s;
  -moz-transition: color 0.6s, font-size 0.3s;
  -o-transition: color 0.6s, font-size 0.3s;
  transition: color 0.6s, font-size 0.3s;
}

li.sm-subitem.active {
  color: #0059be;
  font-size: 1rem;
  font-weight: bold;
}

ul.sm-submenu.active {
  max-height: 100%;
  opacity: 1;
}

ul[class*="sm-submenu-"].active {
  max-height: 500px;
  transition: max-height 0.25s linear;
  -webkit-transition: max-height 0.25s linear;
}

a.sm__item__link {
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.2rem 0;
  color: #3f3f3f;
  word-break: break-all;
}
.sm__icon {
  text-align: end;
}

a.sm__item__link:hover,
a.sm__item__link:focus {
  color: #0059be;
  font-weight: bold;
  text-decoration: none;
}
a.sm__item__link.active {
  color: #0059be;
  font-weight: bold;
  text-decoration: none;
}

.sm-side__container {
  min-width: 300px;
  max-width: 100%;
}
.sm-side__container.fixed {
  position: fixed;
  top: 100px;
  display: inline-block;
  width: inherit;
  max-width: inherit;
  height: 643px;
  overflow-y: auto;
}

.sm-side__container.fixed-bottom {
  height: 400px;
  overflow-y: auto;
}

.sm-indice-menu {
  line-height: 60px;
}

.sm-main-reportes--m-60 {
  margin-top: 276px;
}
ul.sm-submenu {
  margin-left: 0.2rem;
  flex: 0 0 100%;
}
a.sm-subitem__link {
  text-decoration: none;
  text-align: center;
  word-break: break-all;
  color: #b9c9d1;
}

a.sm-subitem__link.active {
  text-decoration: none;
  color: red;
}

.main__reporte-post:not(:first-child) {
  padding: 10rem 0;
}

.main__reporte-post.is-visible {
  transform: translateY(10%);
}

#Subheader {
  background-color: #fff !important;
  display: none;
}
#Content {
  padding-top: 160px;
}

.the_content_wrapper h1 {
  color: #0157be;
  display: flex;
}

.button-love {
  display: none !important;
}

.sm-side {
  margin-top: -50px;
  padding-top: 45px;
  margin-right: 20px;
  min-width: 290px;
}

.date {
  display: none;
}

.sm-side__container {
  width: 290px;
}

a.sm-report-prev,
a.sm-report-next {
  display: inline-block;
  color: #222228;
}

/*prev nav button*/
.container__prevnexnav {
  border-top: 1px solid #0157be;
  padding: 25px 0;
  margin: 10px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.sm-report-next__icon,
.sm-report-prev__icon {
  padding: 2px 10px;
  background-color: #0157be;
  color: #fff;
  margin: 0 15px;
}

li.sm__item.current_page_item {
  background: none;
}
li.sm__item.current_page_item a {
  background: none;
  text-decoration: none;
}
li.sm__item.current_page_item a.sm__item__link {
  color: red;
}

li.sm-subitem-link a {
  color: #122348;
}

li.current_page_item > a.sm-subitem-link {
  color: inherit;
}
.sm-report-prev--novisible,
.sm-report-next--novisible {
  visibility: hidden;
}
.sm-report-prev--vissible {
  visibility: visible;
}
.sm-report-next--vissible {
  visibility: visible;
}
