body.format-uniminuto_courses .recursos {
  position: fixed;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 140px;
  height: 100vh;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #fcfcfd;
  -webkit-box-shadow: -3px 0px 8px rgba(48, 46, 56, 0.08);
          box-shadow: -3px 0px 8px rgba(48, 46, 56, 0.08);
  -webkit-transition: all 0.3s, margin-top 50ms, height 50ms;
  transition: all 0.3s, margin-top 50ms, height 50ms;
  z-index: 1038;
  font-family: "Poppins",sans-serif;
}
body.format-uniminuto_courses .recursos__sidebar-collapser {
  position: absolute;
  background-size: cover;
  width: 22px;
  height: 55px;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.format-uniminuto_courses .recursos__sidebar-collapser i {
  color: #FFFFFF;
  font-size: 24px;
  margin-top: -4px;
  margin-left: 3px;
}
body.format-uniminuto_courses .recursos__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 12px 24px 0px;
  height: calc(100% - 86px);
  gap: 16px;
  overflow-y: auto;
  direction: rtl;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
  scrollbar-color: #c4cad7 transparent;
}
body.format-uniminuto_courses .recursos__grid.recursos__grid--sm {
  height: calc(100% - 162px);
}

body.format-uniminuto_courses .recursos__grid .grid__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 8px;
}
body.format-uniminuto_courses .recursos__grid .grid__link .icons-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 38px;
  color: #002C57;
  background-color: #E6EAEE;
  border-radius: 0.5rem;
}
body.format-uniminuto_courses .recursos__grid .grid__link .icons-links img {
  max-height: 20px;
  width: auto;
  -webkit-filter: invert(12%) sepia(46%) saturate(3722%) hue-rotate(196deg) brightness(91%) contrast(101%);
          filter: invert(12%) sepia(46%) saturate(3722%) hue-rotate(196deg) brightness(91%) contrast(101%);
}
body.format-uniminuto_courses .recursos__grid .grid__link .title-links {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  color: #475569;
}
body.format-uniminuto_courses .recursos__grid .grid__link:hover .title-links {
  color: #002C57;
}
body.format-uniminuto_courses .recursos a, body.format-uniminuto_courses .recursos a:hover {
  text-decoration: none;
}
body.format-uniminuto_courses .recursos.collapsed {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body.format-uniminuto_courses .recursos.collapsed .recursos__sidebar-collapser i {
  -webkit-transform: rotateY(180deg) translateX(0);
  transform: rotateY(180deg) translateX(0);
}
@media screen and (min-width: 768px) {
  body.format-uniminuto_courses .recursos.resizeY {
    margin-top: var(--value);
    height: calc( 100vh - (var(--value)) );
  }
}
@media screen and (max-width: 767px) {
  body.format-uniminuto_courses .recursos {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  body.format-uniminuto_courses .recursos__sidebar-collapser i{
    -webkit-transform: rotateY(180deg) translateX(0);
    transform: rotateY(180deg) translateX(0);
  }
  body.format-uniminuto_courses .recursos.collapsed {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  body.format-uniminuto_courses .recursos.collapsed .recursos__sidebar-collapser i {
    -webkit-transform: rotateY(0deg) translateX(0);
    transform: rotateY(0deg) translateX(0);
  }
}

/* ESTILOS BLOQUE MENU DERECHO - FORMAT - MENU */
body.format-uniminuto_courses #theme_boost-drawers-blocks { z-index: 1044; }

/* ESTILOS BOTON AYUDAS - THEME */
body.format-uniminuto_courses .help-button {
  bottom: 24px;
  right: 45px;
  z-index: 1040;
}

/* ESTILOS BOTON CHATBOT - FORMAT */
body.format-uniminuto_courses .btn-chatbot {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: center;
  width: 64px;
  height: 64px;
  bottom: 86px;
  right: 38px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  text-decoration: none;
  cursor: pointer;
  z-index: 1040;
}
body.format-uniminuto_courses .btn-chatbot img {
  height: 64px;
}
body.format-uniminuto_courses .tooltip-inner {
  padding: 7px 14px;
  background-color: rgb(0 0 0 / 75%);
  font-size: 14px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}
body.format-uniminuto_courses .tooltip .arrow {
  display: none;
}
