html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  padding-bottom: 170px;
}

#filtro {
  height: 36.5px;
}

#navbar-usuario {
  display: flex;
  align-items: center;
}

#navbar-usuario img {
  height: 3rem;
}

.anotaciones {
  max-height: 600px;
  padding: 10px 5px 10px 5px;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.contenedor-slider {
  margin: auto;
  width: 85%;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 10px #fff,
    0 15px 50px;
}

.slider {
  display: flex;
  width: 400%;
}

.slider__section {
  width: 100%;
}

.slider__img {
  display: block;
  width: 100%;
  height: 100%;
}

.btn-prev,
.btn-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  font-family: monospace;
  cursor: pointer;
}

.btn-prev:hover,
.btn-next:hover {
  background: white;
}

.btn-prev {
  left: 10px;
}

.btn-next {
  right: 10px;
}

#containerAnotacion textarea {
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding-top: 1.1em;
  /* prevents text jump on Enter keypress */
}

.input-titulo {
  font-weight: bold !important;
}

#modalAgregarAnotacion .modal-footer {
  display: flex;
  justify-content: space-between;
}

#modalAgregarAnotacion .modal-footer .botones-dropdown {
  display: flex;
}

#accordionCripto .card-header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.img-perfil{
  height: 2rem;
}

.anotaciones .card-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
}