:root {
  --app-brand-color-rgb: var(--bs-primary-rgb);
  --app-success-color: #999b83;
  --app-success-color-rgb: 153, 155, 131;
  --app-warning-color: #E6BC5A;
  --app-warning-color-rgb: 230, 188, 90;
}

html,
body {
  font-family: 'Liebling';
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3 {
  font-family: 'Liebling';
  font-weight: 800;
  font-style: normal;
}

h4,
h5,
h6 {
  font-family: 'Liebling';
  font-weight: bold;
  font-style: normal;
}


.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


.btn-primary:disabled,
.btn-primary.disabled {
  color: rgba(255, 255, 255, 0.5);
}

.btn-outline-primary:hover {
  color: rgb(251, 251, 253);
}


.header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  top: 0px;
}

.page {
  min-height: 100vh;
}

.page-container {
  overflow: hidden;
}

.page-fullscreen.page {
  padding-bottom: 0px;
  padding-top: 0px;
}

.page-fullscreen.page .page-container {
  padding-top: var(--app-safe-area-top);
  height: 100vh;
}

a {
  text-decoration: none;
}



.card.link {
  width: 100%;
  position: relative;
  border: none;
  background: url("../img/tiles/tile_default.png") rgba(var(--app-brand-color-rgb), .20);
}

.card.link .card-body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  text-align: center;
}

.card.link .card-body .title {
  background-color: #999b83;
  color: rgb(251, 251, 253);
  font-weight: normal;
  padding: 2px 12px;
}

.container .block {
  margin-top: 35px;
  margin-bottom: 35px;
}

.nav-pmensual .nav-link {
  background-color: rgba(0, 0, 0, 0.05);
}

.nav-pmensual .nav-link span {
  display: block;
  text-align: center;
  line-height: 30px;
  width: 100%;
}

.nav-pmensual .nav-link span:first-child {
  font-size: 32px;
}

.container.video-header {
  margin-top: 0px;
}

.video-header {
  background-color: #ccc;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
}

.mobile .video-header {
  height: calc(100vw + var(--app-safe-area-top) + var(--app-navbar-height) + 67px);
}

.video-header .video-info {
  padding: var(--app-container-inner-padding-x);
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.8) 15%,
      rgba(0, 0, 0, 0) 100%);
  color: rgb(251, 251, 253);
}

.mobile .video-header .video-info {
  padding: 20px 10px;
}

.video-header .video-info .badge {
  background-color: rgb(255, 255, 255, 0.3);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  font-weight: lighter;
  margin-bottom: 5px;
}

.link-contenido {
  width: 100%;
}

.link-user {
  display: inline-block;
  border-radius: calc(100% / 2);
  height: 32px;
  width: 32px;
  background-color: var(--app-brand-color);
  background-size: cover !important;
  background-position: center center !important;
}

.link-guardar {
  color: #ddb5b0;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-decoration: none;
}

.link-user.link-login {
  text-align: center;
  background-color: #f2f2f2;
  color: #ddb5b0;
  line-height: 30px;
}

.link-agregar,
.link-quitar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link-comunidad .card {
  color: #303030;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(0,0,0,0.125)'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 32px !important;
}

.link-video,
.link-producto {
  display: block;
}

.link-video .card,
.link-producto .card,
.link-vertodos .card {
  background-color: rgb(251, 251, 253);
  width: 100%;
  position: relative;
  border: none;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
}

.link-video span.title,
.link-video span.time,
.link-producto span.title,
.link-producto span.marca {
  line-height: 14px;
  color: #303030;
  width: -webkit-fit-content;
}

.link-video span.time,
.link-producto span.marca {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  line-height: 14px;
}

.link-video .badge {
  background-color: rgba(0, 0, 0, 0.5);
}

.link-video .link-video-play {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(var(--bs-body-bg-rgb), 0.5);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  border-radius: calc(100% / 2);
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
}

.link-video .link-video-play:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjEuNDA5IDkuMzUzYTIuOTk4IDIuOTk4IDAgMCAxIDAgNS4yOTRMOC41OTcgMjEuNjE0QzYuNTM0IDIyLjczNiA0IDIxLjI3NiA0IDE4Ljk2OFY1LjAzM2MwLTIuMzEgMi41MzQtMy43NjkgNC41OTctMi42NDhsMTIuODEyIDYuOTY4WiIvPjwvc3ZnPg==");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
  background-position-x: 8px;
}


.link-video .link-video-tagduracion {
  height: auto;
  width: -webkit-fit-content;
  top: calc(100% - 30px);
  left: calc(100% - 93px);
  background-color: rgb(var(--bs-body-bg-rgb), .5);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  border-radius: calc(50% / 2);
  overflow: hidden;
}

.link-video .link-video-tagcompletado {
  height: auto;
  width: -webkit-fit-content;
  top: calc(100% - 30px);
  left: 10px;
  background-color: rgb(var(--bs-body-bg-rgb), .5);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  border-radius: calc(50% / 2);
  overflow: hidden;
}

.link-vertodos {
  margin-top: 50px;
}

.link-vertodos .card .card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.link-vertodos .card {
  box-shadow: none;
  background-color: #f0f0f0;
  color: rgb(0, 0, 0, 0.7);
}

.link-vertodos .card .card-body i {
  background-color: rgb(0, 0, 0, 0.05);
  color: rgb(0, 0, 0, 0.7);
  font-size: 32px;
  height: 50px;
  width: 50px;
  border-radius: calc(100% / 2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-productos {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-top: 5px;
}

.row-productos::-webkit-scrollbar {
  display: none;
}

.row-scroll-container {
  overflow: hidden;
}

.row-scroll-x {
  flex-wrap: nowrap;
  padding-top: 5px;
}

.row-scroll-x::-webkit-scrollbar {
  display: none;
}

#avatar_preview {
  width: 200px;
  height: 200px;
  border-radius: calc(100% / 2);
}

.avatar_preview {
  width: 100px;
  height: 100px;
  border-radius: calc(100% / 2);
  background-image: url("../img/placeholder.png");
  background-size: cover !important;
  background-position: center center !important;
  margin-left: auto;
  margin-right: auto;
}


.modal-content {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
  border: none;
  overflow: hidden;
}

.modal-backdrop {
  --bs-backdrop-opacity: .25;
}

.btn-primary {
  color: rgb(251, 251, 253);
}

.btn-primary,
.btn-primary:hover {
  color: rgb(251, 251, 253);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: none;
  color: rgb(251, 251, 253);
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}



.swiper-container.swiper-producto {
  border-bottom: solid 1px #ccc;
}

.mobile #swiperPrductoContainer {
  padding: 0px;
}

.tablet .swiper-container.swiper-producto,
.desktop .swiper-container.swiper-producto {
  border: solid 1px #ccc;
  border-radius: 10px;
}

.swiper-container .swiper-slide {
  height: 100%;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: start;
  margin-right: 0px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  margin: 0px;
}

.swiper-pagination {
  text-align: left;
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-top: calc(-20px - var(--bs-gutter-x, 0.75rem)) !important;
  position: relative;
  margin-bottom: 0px !important;
  left: 10px !important;
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  border-radius: 4px;
  background: rgb(251, 251, 253);
  transition: 0.2s all;
}

.swiper-pagination-bullet-active {
  width: 30px;
  background-color: rgb(251, 251, 253);
}

.list-group-item-link {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
}

.list-group-item-link .badge {
  padding: 0px;
  margin: 0px;
  background-color: #f2f2f2;
}

.list-profile .list-group-item#itemEditarPerfil .badge {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M20 22H4v-2a5 5 0 0 1 5-5h6a5 5 0 0 1 5 5v2zm-8-9a6 6 0 1 1 0-12 6 6 0 0 1 0 12z' fill='rgba(48,48,48,1)'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.list-profile .list-group-item#itemHclases .badge {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0H24V24H0z'/%3E%3Cpath d='M12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10S2 17.523 2 12h2c0 4.418 3.582 8 8 8s8-3.582 8-8-3.582-8-8-8C9.25 4 6.824 5.387 5.385 7.5H8v2H2v-6h2V6c1.824-2.43 4.729-4 8-4zm1 5v4.585l3.243 3.243-1.415 1.415L11 12.413V7h2z' fill='rgba(48,48,48,1)'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.list-profile .list-group-item#itemConfig .badge {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M8.686 4l2.607-2.607a1 1 0 0 1 1.414 0L15.314 4H19a1 1 0 0 1 1 1v3.686l2.607 2.607a1 1 0 0 1 0 1.414L20 15.314V19a1 1 0 0 1-1 1h-3.686l-2.607 2.607a1 1 0 0 1-1.414 0L8.686 20H5a1 1 0 0 1-1-1v-3.686l-2.607-2.607a1 1 0 0 1 0-1.414L4 8.686V5a1 1 0 0 1 1-1h3.686zM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6z' fill='rgba(48,48,48,1)'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.list-profile .list-group-item#itemStripe .badge {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M3 3h18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zm17 9H4v7h16v-7zm0-4V5H4v3h16z' fill='rgba(48,48,48,1)'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.list-profile .list-group-item#itemAyuda .badge {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm2-1.645A3.502 3.502 0 0 0 12 6.5a3.501 3.501 0 0 0-3.433 2.813l1.962.393A1.5 1.5 0 1 1 12 11.5a1 1 0 0 0-1 1V14h2v-.645z' fill='rgba(48,48,48,1)'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.list-profile .list-group-item#itemLogout .badge {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M5 22a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5zm10-6l5-4-5-4v3H9v2h6v3z' fill='rgba(48,48,48,1)'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.form-control:focus {
  box-shadow: none;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.pasos-container {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.pasos-container .paso {
  padding-top: var(--app-safe-area-top);
  padding-left: var(--app-container-inner-padding-x);
  padding-right: var(--app-container-inner-padding-x);
  padding-bottom: var(--app-safe-area-bottom);

  width: 100%;
  margin-right: -100vw;
  transition: 0.3s all;
  background-color: rgb(251, 251, 253);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pasos-container .paso.show {
  margin-right: 0px;
}

.pasos-container .paso .card {
  position: unset;
}

label {
  width: 100%;
}

.card-input-element:checked+.card-input {
  border: solid 1px #d4a29c70;
  color: #d4a29c;
}

.card-input-element {
  display: none;
}

.card-input .input-element-box {
  position: relative;
}

.card-input .input-element-box::before {
  display: block;
  height: 32px;
  width: 32px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #dee2e6 !important;
  border-radius: 5px;
}

.card-input-element:checked+.card-input .input-element-box::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='rgba(212,162,156,1)'/%3E%3C/svg%3E");
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z' fill='rgba(93,93,93,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: calc(100% - var(--app-container-inner-padding-x));
}

input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M17 3h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2v2h6V1h2v2zm-2 2H9v2H7V5H4v4h16V5h-3v2h-2V5zm5 6H4v8h16v-8z' fill='rgba(93,93,93,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right;
  background-position-x: calc(100% - var(--app-container-inner-padding-x));
}

.block-filtros .badge {
  font-size: 1rem;
  font-weight: normal;
  background-color: rgb(251, 251, 253);
  color: #d4a29c;
  border: solid 1px #d4a29c;
}

.block-filtros .badge:hover {
  cursor: pointer !important;
}

.block-filtros label {
  width: unset;
}

.badge-input-element:checked+.badge {
  border: solid 1px #d4a29c;
  background-color: #d4a29c;
  color: rgb(251, 251, 253);
}

.badge-input-element {
  display: none;
}


.check-img {
  position: relative;
}

.check-img:hover {
  cursor: pointer;
}

.check-img:after {
  position: absolute;
  display: none;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(var(--app-brand-color-rgb), .60);
  border-radius: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M10 15.172l9.192-9.193 1.415 1.414L10 18l-6.364-6.364 1.414-1.414z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px;
}

.autora-input-element:checked+.check-img:after {
  border-color: #d4a29c;
  display: block;
}

.autora-input-element {
  display: none;
}

.spinner-app {
  position: fixed;
  flex-direction: column;
  height: 200px;
  width: 200px;
  top: 50vh;
  margin-top: -100px;
  left: 50vw;
  margin-left: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: var(--app-bars-blur-bg-color);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
}

.link-agregar:focus {
  background-color: none !important;
}

.btn-link {
  text-decoration: none;
}

.btn-login {
  color: rgb(251, 251, 253);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 13px;
  height: 38px;
  width: 100%;
}

.btn-login.btn-apple {
  background-color: #303030
}

.btn-login.btn-google {
  background-color: #4285f4;
}

.btn-login.btn-facebook {
  background-color: #3b5998;
}

.accordion-flush .accordion-button {
  text-align: left;
}

.avatar-comentario {
  width: 38px;
  height: 38px;
}

.avatar-comentario img {
  height: 38px;
  width: 38px;
  background-color: #444;
  border-radius: 24px;
  object-fit: cover;
}

.coment-display {
  border-radius: 10px;
  width: fit-content;
}

.video-coment-reply {
  padding-left: 46px;
}

.video-coment-reply .avatar-comentario {
  width: 24px;
  height: 24px;
}

.video-coment-reply .avatar-comentario img {
  width: 24px;
  height: 24px;
}

.avatar {
  border-radius: calc(100% / 2);
  background-size: cover !important;
  background-position: center center !important;
}

.avatar.avatar-sm {
  height: 32px;
  width: 32px;
}

.avatar.avatar-md {
  height: 64px;
  width: 64px;
}

.avatar.avatar-lg {
  height: 100px;
  width: 100px;
}

.avatar.avatar-xl {
  height: 200px;
  width: 200px;
}

@media (max-width: 768px) {
  #creadoPor .avatar.avatar-xl {
    height: 64px;
    width: 64px;
  }
}

.card-link-bg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(221,221,221,1)'/%3E%3C/svg%3E");
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
}

.chat-container {
  height: calc(100vh - var(--app-safe-area-top) - var(--app-safe-area-bottom) - var(--app-toolbar-height) - var(--app-navbar-height) - 10px);
  width: 100vw;
  overflow: hidden;
}

.datepicker {
  margin-top: 40px;
}

.datepicker td,
.datepicker th {
  width: 32px !important;
  height: 32px !important;
}

.datepicker table tr td.active {
  background-image: unset !important;
  background-color: #ddb5b0 !important;
}

#videoplayerContainer {
  border-radius: 10px;
}

.android #videoplayerContainer {
  border-radius: 0px;
}

.es-app .app-d-none,
.es-app .app-d-none {
  display: none !important;
}

.noes-app .desktop-d-none,
.noes-app .desktop-d-none {
  display: none !important;
}

@media (max-width: 768px) {
  #swiper-mes-container {
    padding: 0;
  }
}

.fechapill:hover {
  cursor: pointer;
}


.fechapill {
  text-align: center;
  background-color: transparent;
}

.fechapill .card {
  width: 100%;
  text-align: center;
  /* color: rgba(0, 0, 0, 0.5); */
}

.fechapill.active .card {
  background-color: rgba(var(--bs-primary-rgb), .20) !important;
  color: var(--bs-primary);
}

.fechapill .badge {
  background-color: rgba(0, 0, 0, 0.5);
}

.fechapill.active .badge {
  background-color: rgba(var(--bs-primary-rgb), 1) !important;
}

.desktop .container#video-top-container {
  padding-right: var(--app-container-inner-padding-x);
  padding-left: var(--app-container-inner-padding-x);
}

.container#video-top-container {
  padding: 0;
}

.video-header {
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: transparent;
  background-position: top center !important;
  background-size: cover !important;
}

.video-info {
  position: unset !important;
}

.video-container {
  position: relative;
  padding-top: calc(100% + var(--app-safe-area-top));
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 0px;
  overflow: hidden;
  z-index: 1;
}

.desktop .video-container {
  padding-top: 56.25%;
  border-radius: 10px;
}

.video-container #videoPlayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mobile #video-top-container {
  margin-top: 0px;
  padding: 0px;
}

.mobile .video-container {
  position: relative;
  padding-top: calc(100vw + var(--app-safe-area-top) + var(--app-navbar-height) + 67px);
  width: 100%;
  border-radius: 0px;
  overflow: unset !important;
}

@media (max-width: 576px) {
  .desktop .video-container {
    padding-top: 100vw;
  }
}

.card-tip {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M4.583 17.321C3.553 16.227 3 15 3 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179zm10 0C13.553 16.227 13 15 13 13.011c0-3.5 2.457-6.637 6.03-8.188l.893 1.378c-3.335 1.804-3.987 4.145-4.247 5.621.537-.278 1.24-.375 1.929-.311 1.804.167 3.226 1.648 3.226 3.489a3.5 3.5 0 0 1-3.5 3.5c-1.073 0-2.099-.49-2.748-1.179z' fill='rgba(2424,238,237,1)'/%3E%3C/svg%3E");
  background-size: 20% !important;
  background-position-x: 100% !important;
  background-position-y: 100% !important;
}

.card-tip h5 {
  font-weight: bolder;
}

.card-tip .avatar-sm {
  height: 46px;
  width: 46px;
}

.comentario-nuevo {
  border-radius: 10px;
  z-index: 100;
  bottom: calc(var(--app-toolbar-height) + var(--app-safe-area-bottom));
  margin-bottom: 20px;
  border: 0.5px solid var(--app-toolbar-border-color);
  background-color: var(--app-bars-bg-color);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
}

.btn-cast .cast_caf_state_d {
  fill: var(--disconnected-color, #ffffff) !important;
}

.btn-cast:hover .cast_caf_state_d {
  fill: var(--disconnected-color, #303030) !important;
}

.btn-cast .cast_caf_state_c {
  fill: var(--connected-color, var(--app-brand-color)) !important;
}

.btn-cast {
  font-size: 10px !important;
  width: 48px;
  height: 48px;
}

.ios #castButton {
  display: none !important;
}

.more-elements {
  display: flex;
  color: rgb(251, 251, 253);
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
}

.more-elements div {
  height: 100%;
  display: flex;
  align-items: center;
}

.more-link:hover {
  cursor: pointer;
}

.more-elements:hover {
  cursor: pointer;
}

.modal-header {
  border-top-right-radius: var(--app-border-radius-normal);
  border-top-left-radius: var(--app-border-radius-normal);
  border: none !important;
}

.modal-footer {
  border: none !important;
}

.modal-fullscreen-md-down .modal-footer {
  padding-bottom: calc(0.75rem + var(--app-safe-area-bottom)) !important;
}

/* .modal-dialog-scrollable .modal-content .modal-footer{
  border-style: solid;
  border-top-width: var(--app-bars-border-width);
  border-top-color: var(--app-bars-border-color);
  background-color: var(--app-bars-bg-color);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.modal-dialog-scrollable .modal-content .modal-body{
  padding-bottom: 80px !important;
} */

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}

.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: transparent;
  transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: transparent;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }

  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }

  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }

  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}

@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }

  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }

  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

:root {
  --plyr-color-main: var(--app-brand-color);
}

.plyr {
  width: 100% !important;
}

.plyr-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  display: flex;
}

.plyr-container video {
  width: 100%;
}

.plyr--video .plyr__controls {
  padding: 40px !important;
  padding-bottom: 60px !important;
}

.plyr__video-wrapper {
  background: rgb(251, 251, 253);
}

.video-touch-controls {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  /* background-color: rgba(255, 0, 0, .5); */
}

.video-touch-controls .left,
.video-touch-controls .right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: rgb(251, 251, 253);
  transition: all 0.3s;
  opacity: 0;
}

#completadoBtn i {
  color: #4caf50;
}

#sinCompletarBtn i {
  color: #ccc;
}

#completadoBtn:hover,
#sinCompletarBtn:hover {
  cursor: pointer;
}

.desktop #completadoBtn p,
.desktop #sinCompletarBtn p {
  font-size: 1.25rem;
}

.star-cb-group {
  font-size: 0px;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.star-cb-group * {
  font-size: 26px;
}

.star-cb-group>input {
  display: none;
}

.star-cb-group>input+label {
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}

.star-cb-group>input+label:before {
  display: inline-block;
  text-indent: -9999px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='26' height='26'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 23a7.5 7.5 0 0 1-5.138-12.963C8.204 8.774 11.5 6.5 11 1.5c6 4 9 8 3 14 1 0 2.5 0 5-2.47.27.773.5 1.604.5 2.47A7.5 7.5 0 0 1 12 23z' fill='rgba(204,204,204,1)'/%3E%3C/svg%3E");
  color: #888;
}

.star-cb-group>input:checked~label:before,
.star-cb-group>input+label:hover~label:before,
.star-cb-group>input+label:hover:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='26' height='26'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 23a7.5 7.5 0 0 1-5.138-12.963C8.204 8.774 11.5 6.5 11 1.5c6 4 9 8 3 14 1 0 2.5 0 5-2.47.27.773.5 1.604.5 2.47A7.5 7.5 0 0 1 12 23z' fill='rgba(231,76,60,1)'/%3E%3C/svg%3E");
}

.star-cb-group>.star-cb-clear+label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.star-cb-group>.star-cb-clear+label:before {
  width: 0.5em;
}

.star-cb-group:hover>input+label:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='26' height='26'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 23a7.5 7.5 0 0 1-5.138-12.963C8.204 8.774 11.5 6.5 11 1.5c6 4 9 8 3 14 1 0 2.5 0 5-2.47.27.773.5 1.604.5 2.47A7.5 7.5 0 0 1 12 23z' fill='rgba(204,204,204,1)'/%3E%3C/svg%3E");
}

.star-cb-group:hover>input+label:hover~label:before,
.star-cb-group:hover>input+label:hover:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='26' height='26'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 23a7.5 7.5 0 0 1-5.138-12.963C8.204 8.774 11.5 6.5 11 1.5c6 4 9 8 3 14 1 0 2.5 0 5-2.47.27.773.5 1.604.5 2.47A7.5 7.5 0 0 1 12 23z' fill='rgba(231,76,60,1)'/%3E%3C/svg%3E");
}

.alert {
  border: none;
}

.alert-danger {
  color: #a62639;
  background-color: #fae9ec;
  border-color: #fae9ec;
}

.card-tarea {
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity));
}

.card-tarea .checkicon {
  height: 24px;
  width: 24px;
  display: block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z' fill='rgba(0,0,0,0.5)'/%3E%3C/svg%3E");
}

.card-tarea.tarea-completada {
  background: rgba(var(--app-success-color-rgb), 0.1);
  border-color: transparent;
  color: #999b83;
}

.card-tarea.tarea-completada .checkicon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-.997-4L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16z' fill='rgba(153,155,131,1)'/%3E%3C/svg%3E");
}

.card-item {
  background-color: rgba(0, 0, 0, .04);
  margin-bottom: 0.5rem;
  box-shadow: none;
  border: none;
}


.card-item .card-body,
.card-item.card-body {
  padding: 0.5rem;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.nivel-row .text-danger {
  color: #e74c3c !important;
}

.toast {
  width: 50vw;
  max-width: unset;
  background-color: var(--app-bars-bg-color);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  border: solid 1px rgba(0, 0, 0, 0.07);
}

.toast-container {
  bottom: calc(32px + var(--app-safe-area-bottom));
}

.toast i {
  color: var(--app-brand-color);
  background: rgb(var(--app-brand-color-rgb), 0.2);
  padding: 8px;
}

.toast.toast-danger i {
  color: #a62639;
  background: rgb(166, 38, 57, 0.2);
  padding: 8px;
}

@media (max-width: 767.98px) {
  .toast {
    width: calc (100vw - var(--app-container-inner-padding-x) - var(--app-container-inner-padding-x));
  }

  .toast-container {
    bottom: calc(var(--app-safe-area-bottom) + var(--app-container-inner-padding-x));
  }

  .video-header {
    height: calc(100vw + var(--app-safe-area-top) + var(--app-navbar-height));
  }
}

.btn svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  transition: fill .15s ease-in-out;
}

.btn svg>* {
  fill: var(--app-brand-color);
}

.btn:hover svg>* {
  fill: white;
}

.btn-primary-alt {
  background: rgba(var(--app-brand-color-rgb), 0.1);
  color: var(--app-brand-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-primary-alt:hover {
  color: rgb(251, 251, 253);
  background: rgba(var(--app-brand-color-rgb), 1);
}


.btn-success-alt:hover {
  color: rgb(251, 251, 253);
  background: rgba(var(--app-success-color-rgb), 1);
}

.btn-outline-success:hover,
.btn-success:hover {
  color: rgb(251, 251, 253);
}

.btn-warning-alt:hover {
  color: rgb(251, 251, 253);
  background: rgba(var(--app-warning-color-rgb), 1);
}




.btn-danger-alt:hover {
  color: rgb(251, 251, 253);
  background: rgba(var(--app-danger-color-rgb), 1);
}

.table-calendar.table> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-calendar td a {
  position: relative;
  z-index: 1;
}

.table-calendar td span {
  position: relative;
  z-index: 1;
}

.table-calendar.table thead {
  border-bottom: solid 2px silver;
}

.table-calendar td {
  position: relative;
}

.table-calendar td:after {
  position: absolute;
  display: block;
  content: "";
  border-width: 1px;
  border-color: transparent;
  border-style: solid;
  height: 38px;
  width: 38px;
  top: 50%;
  margin-top: -19px;
  left: 50%;
  margin-left: -19px;
  border-radius: calc(100% / 2);
}

.table-calendar td#today:after {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.table-calendar td.dia_verde,
.table-calendar td.dia_rojo,
.table-calendar td.dia_ambar {
  color: rgb(251, 251, 253);
}

.table-calendar td.dia_verde a,
.table-calendar td.dia_rojo a,
.table-calendar td.dia_ambar a {
  color: rgb(251, 251, 253);
}

.table-calendar td.dia_verde:after {
  background: #999b83;
}

.table-calendar td.dia_rojo:after {
  background: #a62639;
}

.table-calendar td.dia_ambar:after {
  background: #f5cd90;
}

div.checkbox.switcher label,
div.radio.switcher label {
  padding: 0;
}

div.checkbox.switcher label *,
div.radio.switcher label * {
  vertical-align: middle;
}

div.checkbox.switcher label input,
div.radio.switcher label input {
  display: none;
}

div.checkbox.switcher label input+span,
div.radio.switcher label input+span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 56px;
  height: 28px;
  background: rgba(0, 0, 0, 0.125);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

div.checkbox.switcher label input+span small,
div.radio.switcher label input+span small {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background: rgb(251, 251, 253);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 0;
}

div.checkbox.switcher label input:checked+span,
div.radio.switcher label input:checked+span {
  background: var(--app-brand-color);
  border-color: var(--app-brand-color);
}

div.checkbox.switcher label input:checked+span small,
div.radio.switcher label input:checked+span small {
  left: 50%;
}

.textbox-respuesta {
  padding-left: 46px;
}

.respuesta-text {
  border-radius: 20px;
  background: #f2f2f2;
}

.textbox-respuesta textarea {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  word-wrap: break-word;
  resize: none;
}

.bg-brand-light {
  background-color: rgb(var(--app-brand-color-rgb), 0.12) !important;
}

.bg-white-50 {
  background-color: rgb(255, 255, 255, 0.5) !important;
}

.offcanvas-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: var(--app-safe-area-bottom);
}

.offcanvas-header {
  padding-top: calc(1rem + var(--app-safe-area-top));
}

.bg-cover {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  overflow: hidden;
}

.bg-blur {
  background-color: rgb(255, 255, 255, 0.5);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  -webkit-mask-image: linear-gradient(to bottom, transparent 55%, #fff 100%);
  mask-image: linear-gradient(to bottom, transparent 55%, #fff 100%);
}

.btn-help-video {
  z-index: 10;
  height: 46px;
  width: 46px;
  margin-top: calc(20px + var(--app-safe-area-top) + var(--app-navbar-height));
  margin-right: 20px;
  opacity: 0;
}

#elAlert {
  z-index: 10;
  padding: 20px;
  padding-top: calc(20px + var(--app-safe-area-top) + var(--app-navbar-height));
  transform: translate(100%, 0px);
}

.ratio-9x21 {
  --bs-aspect-ratio: calc(21 / 9 * 100%);
}

.ratio-9x16 {
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}

.d-dev-only {
  display: none;
}

.parent-tab .nav-link {
  position: relative;
  color: rgba(0, 0, 0, 0.55);
}

.parent-tab .nav-link:hover {
  cursor: pointer;
  color: var(--app-brand-color);
}

.parent-tab .nav-link.active {
  color: var(--app-brand-color);
}

.parent-tab .nav-link.active:after {
  background: var(--app-brand-color);
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  content: "";
  bottom: 0px;
  left: 0px;
}

.link-nutriologa {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
}

.link-nutriologa:hover {
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
}

.list-compra li {
  position: relative;
}

.list-compra li:after {
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  background-color: var(--app-success-color);
  content: "";
  right: 0px;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s;
}

.list-compra li.checked:after {
  width: 100%;
}

.list-compra li.checked {
  color: rgba(0, 0, 0, 0.6);
}

/* Customize the label (the container) */
.app-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 21px;
  padding-left: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.app-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.app-checkbox:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.app-checkbox input:checked~.checkmark {
  background-color: var(--app-success-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.app-checkbox input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.app-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid rgb(251, 251, 253);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
}

.single-chart {
  justify-content: space-around;
}

.circular-chart {
  display: block;
}

.circle-bg {
  fill: none;
  stroke: rgb(145, 179, 217, 0.25);
  stroke-width: 2;
}

.circle {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.info .circle {
  stroke: #91b3d9;
}

.percentage {
  fill: #91b3d9;
  font-size: 0.5em;
  text-anchor: middle;
}

.card-header {
  border: none;
  background: transparent;
  padding: 1rem 1rem;
}

.card-footer {
  border: none;
  background: transparent;
  padding: 1rem 1rem;
}

.btn {
  width: max-content;
}

.rs-handle {
  background-color: #fff !important;
}

.rs-svg-mode .rs-range {
  stroke-linecap: round;
}

.rs-tooltip-text {
  font-size: 32px !important;
  color: #fff !important;
}

.rs-tooltip:after {
  content: " ml";
  font-size: 18px;
}

.swiper-dias .swiper-slide {
  width: max-content;
}

.swiper-clases .swiper-slide,
.swiper-receta .swiper-slide {
  width: 100%;
}

.swiper-productos .swiper-slide {
  width: calc(58.33% - 8px);
}

.historial-flama {
  height: 36px;
  width: 36px;
  color: rgb(251, 251, 253);
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 23a7.5 7.5 0 0 1-5.138-12.963C8.204 8.774 11.5 6.5 11 1.5c6 4 9 8 3 14 1 0 2.5 0 5-2.47.27.773.5 1.604.5 2.47A7.5 7.5 0 0 1 12 23z' fill='rgba(231,76,60,1)'/%3E%3C/svg%3E");
}

.historial-flama span {
  padding-top: 12px;
  display: block;
}

.help-video-badge {
  background-color: rgb(255, 255, 255, 0.5);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  border: none !important;
  box-shadow: none !important;
}

.help-video-alert {
  background-color: rgb(255, 255, 255, 0.5);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  border: none !important;
  box-shadow: none !important;
}



.swiper-videos .swiper-slide {
  width: 95%;
  margin-right: 12px;
}


.swiper-ultimas-recetas .swiper-slide {
  width: calc(66.66% - 8px);
  margin-right: 12px;
}

.swiper-menu .swiper-slide {
  width: 100%;
  margin-right: 12px;
}

.swiper-menu.swiper-menu-reto .swiper-slide {
  width: calc(90% - 8px);
  margin-right: 16px;
}

#clasesSkeleton.container_skeleton .row-productos div {
  width: 100%;
}

@media (min-width: 768px) {

  .swiper-clases .swiper-slide:first-child,
  .swiper-receta .swiper-slide:first-child {
    width: calc(66.66% - 8px);
  }

  .swiper-clases .swiper-slide:last-child,
  .swiper-receta .swiper-slide:last-child {
    width: calc(33.33% - 8px);
  }

  .swiper-productos .swiper-slide {
    width: calc(16.66% - 8px);
  }

  .overflow-md-hidden {
    overflow: hidden !important;
  }

  #clasesSkeleton.container_skeleton .row-productos div {
    width: calc(33% - 8px);
  }


  .swiper-videos .swiper-slide {
    width: calc(30% - 8px);
    margin-right: 16px;
  }

  .swiper-ultimas-recetas .swiper-slide {
    width: calc(28.22% - 8px);
    margin-right: 16px;
  }

  .swiper-menu .swiper-slide {
    width: calc(30% - 8px);
    margin-right: 16px;
  }

  .swiper-menu.swiper-menu-reto .swiper-slide {
    width: calc(60% - 8px);
    margin-right: 16px;
  }

  .row-cols-md-10>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 12.5%;
  }
}

@media (min-width: 992px) {
  .row-cols-md-10>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 10%;
  }
}

.day-selector .card {
  background-color: transparent;
}

.day-selector .card.active {
  background-color: var(--app-brand-color);
  color: rgb(251, 251, 253);
  border-color: var(--app-brand-color);
}

.day-selector .card:hover {
  cursor: pointer;
}

.week:not(.start-on-monday) .day:first-child,
.week:not(.start-on-monday) .day:last-child {
  color: rgb(0, 0, 0, 0.4);
}

.day.header {
  width: 14.28% !important;
}

.prev-button,
.next-button {
  padding: 0px;
}

.mood-emoji-card {
  opacity: 0.35;
  text-align: center;
}

.mood-emoji-card .card {
  border: solid 1px transparent !important;
  margin-bottom: 5px;
}

.mood-emoji-card h6 {
  font-size: 12px;
}

.mood-emoji-card.active {
  opacity: 1;
}

.mood-emoji-card.active .card {
  border: solid 1px var(--app-warning-color) !important;
}

.swiper-diasdieta {
  width: 100%;
  height: 100%;
}

.container-dias-dieta {
  height: auto;
}

.swiper-diasdieta .swiper-slide {
  height: 100%;
}

.calendar-wrapper .buttons-container {
  display: none;
}

@media (min-width: 768px) {
  .swiper-diasdieta .swiper-slide {
    height: calc((100% - 32px) / 2);
  }

  .container-dias-dieta {
    height: 1200px;
  }

  .calendar-wrapper .buttons-container {
    display: flex;
  }

}

.emoji-radio {
  opacity: 0;
  position: absolute;
}

input.emoji-radio+label:hover {
  cursor: pointer;
}

input.emoji-radio:checked+label .mood-emoji-card {
  opacity: 1;
}

input.emoji-radio:checked+label .mood-emoji-card .card {
  border: solid 1px var(--app-warning-color) !important;
}

.page.theme-nutricion .nav-pills .nav-link {
  color: rgb(var(--app-success-color-rgb), 1);
}

.page.theme-nutricion .nav-pills .nav-link:hover,
.nav-link:focus {
  color: rgb(var(--app-success-color-rgb), 0.75);
}

.page.theme-nutricion .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: var(--app-success-color);
  color: rgb(251, 251, 253);
}

.arrow_box {
  position: relative;
  background: rgb(251, 251, 253);
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-top: 35px;
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgb(251, 251, 253);
  border-width: 30px;
  margin-left: -30px;
}

.arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 1);
  border-width: 31px;
  margin-left: -31px;
}

.stepper-input input {
  border-radius: 10px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjMwcHgiPgogICAgPHRleHQgeD0iMCIgeT0iMjAiIHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxMnB4Ij5jbTwvdGV4dD4KPC9zdmc+");
  background-repeat: no-repeat;
  background-position-x: calc(50% + 1.1rem);
  background-position-y: center;
  padding-left: 0;
  transition: all 0.2s;
}

.stepper-input input:focus {
  background-image: none;
  padding-left: 0.75rem;
}

.stepper-input .btn {
  border-color: rgba(0, 0, 0, 0);
}

.stepper-input .form-control {
  border-width: 2px;
}

.stepper-input.stepper-input-0 input {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjMwcHgiPgogICAgPHRleHQgeD0iMCIgeT0iMjAiIHN0eWxlPSJmb250LWZhbWlseTogQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZjsgZm9udC1zaXplOiAxMnB4Ij5LZzwvdGV4dD4KPC9zdmc+");
}

.stepper-input.stepper-input-0 input:focus {
  background-image: none;
}

.stepper-input.stepper-input-0 .btn:hover {
  background-color: rgba(153, 155, 131, 1);
  color: rgba(255, 255, 255, 1);
}

.stepper-input.stepper-input-0 .form-control {
  border-color: rgba(153, 155, 131, 0);
}

.stepper-input.stepper-input-0:hover .form-control {
  border-color: rgba(153, 155, 131, 0.2);
}

.stepper-input.stepper-input-0 .btn {
  background-color: rgba(153, 155, 131, 0.2);
  color: rgba(153, 155, 131, 1);
}

.stepper-input.stepper-input-1 .btn:hover {
  background-color: rgba(253, 126, 20, 1);
  color: rgba(255, 255, 255, 1);
}

.stepper-input.stepper-input-1 .form-control {
  border-color: rgba(253, 126, 201, 0);
  border-width: 2px;
}

.stepper-input.stepper-input-1:hover .form-control {
  border-color: rgba(253, 126, 20, 0.2);
}

.stepper-input.stepper-input-1 .btn {
  background-color: rgba(253, 126, 20, 0.2);
  color: rgba(253, 126, 20, 1);
}

.stepper-input.stepper-input-2 .btn:hover {
  background-color: rgba(111, 66, 193, 1);
  color: rgba(255, 255, 255, 1);
}

.stepper-input.stepper-input-2 .form-control {
  border-color: rgba(111, 66, 193, 0);
  border-width: 2px;
}

.stepper-input.stepper-input-2:hover .form-control {
  border-color: rgba(111, 66, 193, 0.2);
}

.stepper-input.stepper-input-2 .btn {
  background-color: rgba(111, 66, 193, 0.2);
  color: rgba(111, 66, 193, 1);
}

.stepper-input.stepper-input-3 .btn:hover {
  background-color: rgba(32, 201, 151, 1);
  color: rgba(255, 255, 255, 1);
}

.stepper-input.stepper-input-3 .form-control {
  border-color: rgba(32, 201, 151, 0);
  border-width: 2px;
}

.stepper-input.stepper-input-3:hover .form-control {
  border-color: rgba(32, 201, 151, 0.2);
}

.stepper-input.stepper-input-3 .btn {
  background-color: rgba(32, 201, 151, 0.2);
  color: rgba(32, 201, 151, 1);
}

.stepper-input.stepper-input-4 .btn:hover {
  background-color: rgba(220, 53, 69, 1);
  color: rgba(255, 255, 255, 1);
}

.stepper-input.stepper-input-4 .form-control {
  border-color: rgba(220, 53, 69, 0);
  border-width: 2px;
}

.stepper-input.stepper-input-4:hover .form-control {
  border-color: rgba(220, 53, 69, 0.2);
}

.stepper-input.stepper-input-4 .btn {
  background-color: rgba(220, 53, 69, 0.2);
  color: rgba(220, 53, 69, 1);
}

.stepper-input.stepper-input-5 .btn:hover {
  background-color: rgba(214, 51, 132, 1);
  color: rgba(255, 255, 255, 1);
}

.stepper-input.stepper-input-5 .form-control {
  border-color: rgba(214, 51, 132, 0);
  border-width: 2px;
}

.stepper-input.stepper-input-5:hover .form-control {
  border-color: rgba(214, 51, 132, 0.2);
}

.stepper-input.stepper-input-5 .btn {
  background-color: rgba(214, 51, 132, 0.2);
  color: rgba(214, 51, 132, 1);
}

.week .day span {
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(var(--app-brand-color-rgb), 0);
  line-height: 42px;
  width: 42px;
  height: 42px;
}

.week .day.today span:after {
  display: none;
}

.week .day.today span {
  color: var(--app-brand-color) !important;
  background: #f6eceb;
  border-color: rgb(var(--app-brand-color-rgb), 0);
  font-size: 100%;
}

.week .day.today.selected span {
  background: rgba(var(--app-brand-color-rgb), 0.2) !important;
  border-color: rgba(var(--app-brand-color-rgb), 0.2) !important;
}

.week .day.selected span {
  border-color: rgba(var(--app-brand-color-rgb), 0.2);
  color: var(--app-brand-color);
  background: none;
}

.week .day.day-full span {
  color: var(--app-success-color) !important;
  background: #ebebe6;
  border-color: rgb(var(--app-success-color-rgb), 0);
}

.week .day.day-full.selected span {
  border-color: rgb(var(--app-success-color-rgb), 0.2);
}

.week .day.day-half span {
  color: var(--app-warning-color) !important;
  background: #faf1e0 !important;
  border-color: rgb(var(--app-warning-color-rgb), 0);
}

.week .day.day-half.selected span {
  border-color: rgb(var(--app-warning-color-rgb), 0.2);
}

.week .day.header {
  text-transform: capitalize;
  font-size: 100%;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  font-weight: bolder;
  position: unset;
  z-index: unset;
  top: unset;
}

.buttons-container .label-container {
  text-transform: capitalize;
  font-size: calc(1.275rem + 0.3vw);
  font-weight: unset;
}

.weeks-wrapper.header {
  margin-bottom: 20px;
  position: unset;
  width: unset;
  top: unset;
  z-index: unset;
}

.weeks-wrapper.header,
.buttons-container {
  border: none;
}

.week.start-on-monday .day:nth-child(6),
.week.start-on-monday .day:last-child {
  color: unset;
}

.day-half.day-join-left.day-join-right,
.day-full.day-join-left.day-join-right {
  position: relative;
}

.day-half.day-join-left.day-join-right:before,
.day-full.day-join-left.day-join-right:before,
.day-half.day-join-left.day-join-right:after,
.day-full.day-join-left.day-join-right:after {
  display: block;
  position: absolute;
  content: "";
  max-width: calc(42px * 2);
  width: 100%;
  height: 42px;
  top: 0;
  z-index: -1;
}

.day-half.day-join-left.day-join-right:before,
.day-full.day-join-left.day-join-right:before {
  right: 34px;
}

.day-half.day-join-left.day-join-right:after,
.day-full.day-join-left.day-join-right:after {
  left: 34px;
}

.day-half.day-join-left.day-join-right:before,
.day-half.day-join-left.day-join-right:after {
  background: #faf1e0;
}

.day-full.day-join-left.day-join-right:before,
.day-full.day-join-left.day-join-right:after {
  background: #ebebe6;
}

.calendar-wrapper .prev-button,
.calendar-wrapper .next-button {
  width: 14.28%;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

#agua-filtro {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15z' fill='rgba(206,212,218,1)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 1rem;
  padding-left: 3rem;
  background-position-y: center;
}

.filterBlur {
  filter: blur(4px) !important;
  transition: all .2s !important;
  opacity: .5;
}

.dropdown-menu .mas_lista {
  width: 300px;
}

.dropdown-menu .mas_lista a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.dropdown-menu .mas_lista a:hover {
  background-color: rgba(0, 0, 0, .05);
}

.dropdown-menu .mas_lista a i {
  display: none;
}


.link-user.dropdown-toggle:after {
  display: none;
}

#user_mas_info {
  display: none;
}

.dropdown-menu #user_mas_info {
  display: flex;
  position: relative;
}

.dropdown:hover {
  cursor: pointer;
}

.dropdown-menu #user_mas_info:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(0,0,0,0.2)'/%3E%3C/svg%3E");
  position: absolute;
  content: '';
  height: 24px;
  width: 24px;
  right: 20px;
}

.card-agua.disabled div {
  opacity: 75%;
}

.card-humor.disabled .card-header,
.card-humor.disabled .card-body {
  opacity: 50%;
}

.tabs-pagination {
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity));
  width: 100%;
  display: flex;
  padding: 6px;
  overflow: hidden;

}

.tab-pagination-element {
  position: relative;
  /* width: 25%; */
  height: 38px;
  margin: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: rgba(var(--app-brand-color-rgb), 1);

  padding-left: 5px;
  padding-right: 5px;
}

.tab-pagination-element span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-pagination-element.tab-pagination-element-active {
  background: rgba(var(--app-brand-color-rgb), 1);
  color: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.tab-pagination-element:hover {
  cursor: pointer;
}

.tab-pagination-element:focus {
  outline: none;
}

.tab-pagination-element span {
  position: relative;
  z-index: 1;
}

.tab-inidcador {
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  background-color: rgba(var(--app-brand-color-rgb), 1);
  top: 0;
  right: 100%;
  width: 100%;
}

.noti-link {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjOTk5OTk5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjE3MiA1LjE3MkMyIDYuMzQzIDIgOC4yMjkgMiAxMmMwIDMuNzcxIDAgNS42NTcgMS4xNzIgNi44MjhDNC4zNDMgMjAgNi4yMjkgMjAgMTAgMjBoNGMzLjc3MSAwIDUuNjU3IDAgNi44MjgtMS4xNzJDMjIgMTcuNjU3IDIyIDE1Ljc3MSAyMiAxMmMwLTMuNzcxIDAtNS42NTctMS4xNzItNi44MjhDMTkuNjU3IDQgMTcuNzcxIDQgMTQgNGgtNEM2LjIyOSA0IDQuMzQzIDQgMy4xNzIgNS4xNzJaTTE4LjU3NiA3LjUyYS43NS43NSAwIDAgMS0uMDk2IDEuMDU2bC0yLjE5NiAxLjgzYy0uODg3Ljc0LTEuNjA1IDEuMzM4LTIuMjQgMS43NDZjLS42Ni40MjUtMS4zMDMuNjkzLTIuMDQ0LjY5M2MtLjc0MSAwLTEuMzg0LS4yNjktMi4wNDUtLjY5M2MtLjYzNC0uNDA4LTEuMzUyLTEuMDA3LTIuMjM5LTEuNzQ1TDUuNTIgOC41NzdhLjc1Ljc1IDAgMCAxIC45Ni0xLjE1M2wyLjE2IDEuNzk5Yy45MzMuNzc3IDEuNTggMS4zMTUgMi4xMjggMS42NjdjLjUyOS4zNC44ODguNDU1IDEuMjMzLjQ1NWMuMzQ1IDAgLjcwNC0uMTE0IDEuMjMzLS40NTVjLjU0Ny0uMzUyIDEuMTk1LS44OSAyLjEyOC0xLjY2N2wyLjE1OS0xLjhhLjc1Ljc1IDAgMCAxIDEuMDU2LjA5N1oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  background-size: unset !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent;
}

.navbar #collapse_links ul {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar #collapse_links ul .list-inline-item {
  display: block;
  border-bottom: solid rgba(0, 0, 0, .10) 1px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar #collapse_links ul .list-inline-item:last-child {
  border-bottom: none;
}

.navbar #collapse_links ul .list-inline-item:not(:last-child) {
  margin: 0px;
}


#navbar-icon {
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#navbar-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgba(0, 0, 0, .55);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#navbar-icon span:nth-child(1) {
  top: 3px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#navbar-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#navbar-icon span:nth-child(3) {
  top: 19px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#navbar-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 2.8px;
  left: 2.8px;
}

#navbar-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#navbar-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19.9px;
  left: 2.8px;
}

.comentario-respuesta-container {
  padding-left: 40px;
}

.texto-receta {
  margin-bottom: 1rem !important
}

.texto-receta ul,
.texto-receta ol {
  margin: 0 !important;
}

.element-loading .card {
  width: 100%;
  background-color: rgb(251, 251, 253);
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

.element-loading .badge {
  height: 20px;
  width: 60px;
  display: block;
  border-radius: 10px;
}

.element-loading .avatar {
  border-radius: 21px;
  height: 42px;
  width: 42px;
  display: block;
}

.element-loading .text {
  height: 42px;
  width: 100%;
}


.element-loading .card,
.element-loading .text,
.element-loading .avatar,
.element-loading .badge {
  background-color: var(--loading-grey);
  background: linear-gradient(100deg,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 60%) var(--loading-grey);
  background-size: 200% 100% !important;
  background-position-x: 180% !important;
  animation: 1s loading ease-in-out infinite !important;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

.swiper-action .swiper-slide .card {
  background-position: center !important;
}

.slide-landing .caption {
  font-size: 16px;
}

.slide-landing .card {
  padding-top: calc(var(--app-safe-area-top) + 10px);
}

.slide-landing .card-body {
  margin-top: 0px;
}



@media (min-width: 768px) {
  .slide-landing .caption {
    font-size: 21px;
  }

  /* .slide-landing .card-body {
      margin-top: -150px;
  } */
}

.form-control:disabled,
.form-control:read-only {
  background-color: rgb(251, 251, 253);
}

.receta_arrow {
  position: relative;
  padding-right: 10px;
}

.receta_arrow:after {
  position: absolute;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12.172 12L9.343 9.172l1.414-1.415L15 12l-4.243 4.243-1.414-1.415z' fill='rgba(124,124,124,1)'/%3E%3C/svg%3E");
  display: block;
  width: 24px;
  height: 24px;
  top: 25%;
  right: -10px;
}

.container-dias-dieta .order-4 div:first-child {
  border: none !important;
  padding-bottom: none !important;
}


.no-safe-area-top-header {
  padding: 0px;
}

.no-safe-area-top-header .card {
  border-radius: 0px;
  padding-top: calc(var(--app-safe-area-top) + var(--app-navbar-height) + var(--app-toolbar-height));
  overflow: hidden;
  position: relative;
  color: rgb(251, 251, 253);
}

.no-safe-area-top-header .overlay-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 0, 0, .75);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  -webkit-mask-image: linear-gradient(to bottom, transparent 30%, black 80%);
  mask-image: linear-gradient(to bottom, transparent 30%, black 80%);
}

@media (min-width: 768px) {

  .no-safe-area-top-header .card {
    border-radius: 10px;
  }

  .no-safe-area-top-header .ratio-1x1 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
  }

  .no-safe-area-top-header .overlay-card {
    border-radius: 10px;
  }

  .swiper-contenidos .swiper-slide {
    width: calc(30% - 8px);
    margin-right: 16px;
  }

  .no-safe-area-top-header {
    padding-right: var(--app-container-inner-padding-x);
    padding-left: var(--app-container-inner-padding-x);
  }

}

.no-safe-area-top-header .badge {
  background-color: rgb(255, 255, 255, .5);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  font-weight: 300;
  margin-bottom: 4px;
}


.title-marquee {
  white-space: nowrap;
}

.title-container span {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-uppercase-firstletter::first-letter {
  text-transform: uppercase !important;
}



.modal-controls .love {
  float: right;
}

.modal-controls .love:before {
  display: block;
  content: '';
  float: right;
  background-color: rgb(0, 0, 0, .5);
  width: 32px;
  height: 32px;
  border-radius: 50px;
  top: -7px;
  left: -3.5px;
  position: absolute;
}

.modal-controls .love .heart {
  stroke: rgb(251, 251, 253);
  fill: rgb(0, 0, 0, 0);
}

.modal-controls .love.active .heart {
  stroke: var(--app-brand-color);
  fill: var(--app-brand-color);
}

.modal-controls .love.is-favorite .heart {
  stroke: var(--app-brand-color);
  fill: var(--app-brand-color);
}

.modal-controls .love .circle {
  border: 0px
}


.love {
  display: block;
  position: relative;
  width: 24px;
  height: 20px;
}

.heart {
  fill: rgb(251, 251, 253);
  stroke: #6c757d;
  stroke-width: 32;
  width: 24px;
  height: 20px;
  display: block;
  position: relative;
  z-index: 1;
}

.is-favorite .heart {
  fill: var(--app-brand-color);
  stroke: var(--app-brand-color);
}

.active .heart {
  fill: var(--app-brand-color);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation: heart 0.75s cubic-bezier(0.5, 0.1, 0.7, 0.8) 0.25s forwards;
  animation: heart 0.75s cubic-bezier(0.5, 0.1, 0.7, 0.8) 0.25s forwards;
}

.love-control .circle {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 5px solid var(--app-brand-color);
  transform: translate(-50%, -50%);
}

.love-control.active .circle {
  -webkit-animation: circle 0.25s forwards;
  animation: circle 0.25s forwards;
}

/* ANIMATIONS */

@keyframes heart {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  15% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circle {
  0% {
    border: 10px solid var(--app-brand-color);
    width: 10px;
    height: 10px;
  }

  80% {
    border: 20px solid var(--app-brand-color-tint);
    width: 30px;
    height: 30px;
  }

  100% {
    border-width: 0px;
    width: 30px;
    height: 30px;
  }
}


@keyframes circle_alt {
  0% {
    border: 10px solid rgb(251, 251, 253);
    width: 10px;
    height: 10px;
  }

  80% {
    border: 20px solid rgb(251, 251, 253);
    width: 30px;
    height: 30px;
  }

  100% {
    border-width: 0px;
    width: 30px;
    height: 30px;
  }
}


.swiper-autoras .swiper-slide {
  width: unset;
  margin-right: 12px;
}




.tab-nav-container {
  border-top-color: var(--app-toolbar-border-color);
  border-top-style: solid;
  border-top-width: var(--app-bars-border-width);
  border-width: var(--app-bars-border-width);
  background-color: var(--app-bars-bg-color);
  -webkit-backdrop-filter: var(--app-bars-blur);
  backdrop-filter: var(--app-bars-blur);
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  padding-left: var(--bs-gutter-x, .75rem);
  padding-right: var(--bs-gutter-x, .75rem);
  padding-bottom: var(--app-safe-area-bottom);
  width: 100%;
}

.tab {
  background-color: rgb(0, 0, 0, 0);
  color: #303030;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  transition: background 0.4s linear;
}

.tab i {
  font-size: 24px;
}

.tab p {
  overflow: hidden;
  max-width: 0;
}

.tab.active p {
  margin: 0;
  margin-left: 10px;
  max-width: 200px;
  transition: max-width 0.4s linear;
}

.tab.active {
  background-color: rgba(212, 162, 156, 0.2);
  color: rgba(212, 162, 156, 1);
}

.btn-nuevo-comentario.btn {
  z-index: 0;
}


.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-collapse,
.accordion-item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}


.animated-tabs .tabs-container {
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  position: relative;
  padding: 4px;
  overflow: hidden;
}

.animated-tabs .nav-pills {
  width: 100%;
  position: relative;
  display: flex;
  z-index: 1;
}

.animated-tabs .nav-link:hover {
  color: rgba(var(--app-brand-color-rgb), 1);
}

.animated-tabs .nav-link:first-of-type.active~.slider {
  left: 0;
}

.animated-tabs .nav-link {
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity));
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

.animated-tabs .nav-link:hover {
  cursor: pointer;
}

.animated-tabs .nav-link.disabled:not(.active) {
  opacity: .25;
}


.animated-tabs .slider {
  background: rgb(251, 251, 253);
  height: 100%;
  position: absolute;
  left: 0;
  transition: left 0.3s linear;
  z-index: -1;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.animated-tabs .nav-pills .nav-link.active,
.animated-tabs .nav-pills .show>.nav-link {
  color: rgba(var(--app-brand-color-rgb), 1);
  background-color: transparent;
}

.tab-pane.active.row {
  display: flex !important;
}


.checkmark_circle_success {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: #D4EDCE;
}

.checkmark_circle_error {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 5px;
  stroke-miterlimit: 10;
  stroke: #d2929c;
}

.checkmark.animation .checkmark_circle_success,
.checkmark.animation .checkmark_circle_error {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  position: unset;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  stroke-width: 5px;
  stroke: #f0f0f0;
  stroke-miterlimit: 10;
  background-color: transparent;
}

.checkmark.unchecked .checkmark_circle_success,
.checkmark.unchecked .checkmark_circle_error {
  stroke-dashoffset: 0;
  stroke: #ccc;
}



.checkmark.success {
  box-shadow: inset 0px 0px 0px #D4EDCE;
  stroke: #769765;
}

.checkmark.success.animation {
  animation: fillsuccess 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark.error {
  box-shadow: inset 0px 0px 0px #d2929c;
  stroke: #a62639;
}

.checkmark.error.animation {
  animation: fillerror 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark_check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}

.animation .checkmark_check {
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.9s forwards;
}

.checkmark.checked .checkmark_circle_success,
.checkmark.checked .checkmark_circle_error {
  stroke-dashoffset: 0;
}

.checkmark.success.checked {
  box-shadow: inset 0px 0px 0px 75px #D4EDCE;
  transform: none;
}

.checkmark.muted {
  box-shadow: inset 0px 0px 0px 75px #f0f0f0;
  transform: none;
}

.checkmark.muted .checkmark_circle_success {
  stroke: #f0f0f0;
}

.checkmark.muted {
  stroke-dashoffset: 0;
  stroke: #f0f0f0;
}

.checked .checkmark_check {
  stroke-dashoffset: 0;
}




@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {

  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fillsuccess {
  100% {
    box-shadow: inset 0px 0px 0px 75px #D4EDCE;
  }
}

@keyframes fillerror {
  100% {
    box-shadow: inset 0px 0px 0px 75px #d2929c;
  }
}

.opacity-25 {
  opacity: .25;
}

#modalCalculadora input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: white;
  margin-top: -16px;
  box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .5) !important;
}

#modalCalculadora input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #ddd;
  border: none;
  border-radius: 1.5px;
}

#modalCalculadora input[type=range]::-webkit-slider-thumb:active {
  box-shadow: 0 .062rem .12rem rgba(var(--bs-body-color-rgb), .25) !important;
  background: white;
}

#modalCalculadora .check-circle,
#modalPlan .check-circle {
  background-color: #999B8325;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #999B83;
}

#modalCalculadora .check-circle i,
#modalPlan .check-circle i {
  opacity: 0;
}

#modalCalculadora .btn-check:checked+.btn,
#modalPlan .btn-check:checked+.btn {
  background-color: white;
  border-color: #999B83;
  box-shadow: 0 .125rem .25rem rgba(var(--bs-body-color-rgb), .075) !important;
}

#modalCalculadora .btn-check:checked+.btn .check-circle i,
#modalPlan .btn-check:checked+.btn .check-circle i {
  opacity: 1;
}

#modalCalculadora .btn-check:checked+.btn .check-circle,
#modalPlan .btn-check:checked+.btn .check-circle {
  background-color: #999B8350;
}

.tabbar,
.titlebar,
.navbar {
  transition: all 0.2s ease-in-out;
}

.swiper-home {
  width: 100%;
  height: calc(100vw + var(--app-safe-area-top) + var(--app-navbar-height));
  z-index: 0;
}

.swiper-home .swiper-slide {
  width: 100%;
  background: transparent;
  padding: 0px;
  margin: 0px;
}

.swiper-home .swiper-slide .card {
  color: rgb(251, 251, 253);
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
}

.swiper-home .swiper-slide .card .card-body {
  padding-bottom: 60px;
}

/* .swiper-home .swiper-slide .title {
  font-size: 50px;
  line-height: 54px;
  color: rgb(251, 251, 253);
  font-weight: bolder;
  margin-bottom: 10px;
} */

.swiper-home .swiper-slide .subtitle {
  font-size: 16px;
  line-height: auto;
  color: rgb(251, 251, 253);
  font-weight: rgular;
}

#titleContainer,
.fade-element {
  opacity: 0;
}

@media (min-width: 575.98px) {
  .swiper-home {
    height: 500px;
  }

  .swiper-home .swiper-slide .card {
    border-radius: 20px;
    overflow: hidden;
  }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}

#inputBuscador {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 10px;
  padding-left: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M18.031 16.617l4.283 4.282-1.415 1.415-4.282-4.283A8.96 8.96 0 0 1 11 20c-4.968 0-9-4.032-9-9s4.032-9 9-9 9 4.032 9 9a8.96 8.96 0 0 1-1.969 5.617zm-2.006-.742A6.977 6.977 0 0 0 18 11c0-3.868-3.133-7-7-7-3.868 0-7 3.132-7 7 0 3.867 3.132 7 7 7a6.977 6.977 0 0 0 4.875-1.975l.15-.15z' fill='rgba(0,0,0,0.5)'/%3E%3C/svg%3E");
}

.btn-prev,
.btn-next {
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Im0xNSA1bC02IDdsNiA3Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  height: 100px;
  background-size: contain;
  background-position: center center;
  margin-top: calc(-390px / 2);
  opacity: 0;
}

.btn-prev {
  left: calc(((100vw - 1320px) / 2) - 30px);
}

.btn-next {
  right: calc(((100vw - 1320px) / 2) - 30px);
  transform: rotate(180deg);
}

.btn-prev:focus,
.btn-next:focus {
  border: 0px !important;
}

.swiper-container:hover .btn-prev,
.swiper-container:hover .btn-next {
  opacity: 1;
}

.btn-prev.swiper-button-disabled,
.btn-next.swiper-button-disabled {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNjY2NjY2MiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Im0xNSA1bC02IDdsNiA3Ii8+PC9zdmc+);
}

.btn-outline-primary {
  font-size: 13px;
  border-radius: 35px;
  margin-bottom: 3px;
}

.btn-check:checked+.btn-outline-primary {
  color: #fff;
}

.btn-duracion {
  color: rgba(var(--bs-primary-rgb));
  cursor: pointer;
}

.btn-duracion span svg {
  fill: rgba(var(--bs-primary-rgb)) !important;
  stroke: rgba(var(--bs-primary-rgb)) !important;
}

.btn-check:checked+.btn-duracion {
  color: #fff;
  background: rgba(var(--bs-primary-rgb)) !important;
}

.btn-check:hover:not(:disabled)+.btn-duracion {
  opacity: 0.6;
}

.btn-check:checked+.btn-duracion span svg {
  fill: #fff !important;
  stroke: #fff !important;
}

.checkbox-autoras-checked {
  border: solid 2px rgba(var(--bs-primary-rgb)) !important;
}

.swiper-button-next {
  opacity: 0.8;
  padding-top: 2px;
  text-align: center;
  height: 35px;
  width: 35px;
  border: solid 1px #cccccc;
  border-radius: 16px;
  background: #fff;
  right: 5px;
  z-index: 5000;
  color: #cccccc;
  transition: 0.2s;
}

.swiper-button-next::after {
  font-size: 26px;
}

.swiper-button-next:hover {
  opacity: 1;
  right: -6px;
}

.swiper-button-prev {
  opacity: 0.8;
  padding-top: 2px;
  text-align: center;
  height: 35px;
  width: 35px;
  border: solid 1px #cccccc;
  border-radius: 16px;
  background: #fff;
  left: 5px;
  z-index: 5000;
  color: #cccccc;
  transition: 0.2s;
}

.swiper-button-prev:hover {
  opacity: 1;
  left: -6px;
}

.swiper-button-prev::after {
  font-size: 26px;
}

.swiper-button-next,
.swiper-button-prev {
  top: 31%;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: all !important;
}

.btn .btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  opacity: 0.2 !important;
}

input[type="checkbox"]:disabled+label {
  opacity: 0.2;
  cursor: default;
}

.quitar-tag {
  /* padding: .5em .5em .5em .5em; */
  box-sizing: content-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(212,162,156,1)'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}

.btn-expandir {
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #a9a9a9;
  border: solid 1px #a9a9a9;
  padding: 2px;
  z-index: 999999999999;
  text-align: center;
  border-radius: 50rem;
}

.swiper-autoras-filtro .swiper-slide {
  width: unset;
  max-width: 72px;
}

.swiper-autoras-filtro {
  transition: 0.5s;
  transition: transform 300ms, display 2s, gap 2s !important;
}

.swiper-autoras-filtro .swiper-wrapper {
  transition: transform 300ms, display 2s, gap 2s !important;
  height: unset;
}

#swiper_autoras .swiper-slide {
  max-width: 123px;
}

#swiper_autoras .swiper-slide a div div {
  width: 120px;
  height: 120px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

@media (min-width: 768px) {
  .titulo {
    width: 400px;
  }
}

@media (max-width: 765px) {
  .titulo {
    width: 260px;
  }

  #swiper_autoras .swiper-slide {
    max-width: 75px !important;
  }

  #swiper_autoras .swiper-slide a div div {
    width: 72px !important;
    height: 72px !important;
  }
}

/* #modalBuscador .modal-header {
  border-bottom: none !important;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 0.25rem 0.5rem;
}

#modalBuscador .modal-footer {
  opacity: 0;
  transition: all 0.3s ease-out;
  padding-bottom: calc(var(--bs-modal-padding) + var(--app-safe-area-bottom));
}

#modalBuscador #contenedor_filtrado {
  max-height: 700px;
} */