/* CARDS MEMBERSHIP */
@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.97);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.97);
    transform: scale(0.95);
  }
}
@keyframes breathing {
  0% {
    -webkit-transform: scale(0.97);
    transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.97);
    transform: scale(0.95);
  }
}
.divider {
  border-bottom: 1px solid lightgray;
  margin-bottom: 2px;
}
.no-bullets ul,
.no-bullets {
  list-style: none;
}
body {
  outline: none;
}
body:active,
body:focus {
  outline: none;
}
@media only screen and (min-width: 992px) {
  body.no-auth {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
  }
  body.no-auth.mbp {
    background-image: url(/static/images/home/pelusa-home.png), url(/static/images/home/BP.svg);
    background-position: 76% 57%, 80% 85%;
  }
  body.no-auth.bpa {
    background-image: url(/static/images/home/pelusa-home.png), url(/static/images/home/logo-academia.png);
    background-position: 76% 43%, 80% 80%;
    background-size: 27%, 14%;
  }
  body.no-auth.pw {
    background-image: url(/static/images/home/pelusa-home.png), url(/static/images/home/logo-pw.png);
    background-position: 76% 45%, 81% 88%;
    background-size: 28%, 10%;
  }
  body.no-auth.ne {
    background-image: url(/static/images/home/pelusa-home.png), url(/static/images/backoffice/classroom/logo-ne.png);
    background-position: 72% 40%, 70% 76%;
    background-size: 20%, 8%;
  }
}
@media only screen and (min-width: 768px) {
  body.no-auth-2 {
    background-color: #f6f6f6;
    background-image: url(/static/images/home/pelusa-contrasena.png);
    background-position: 70% 70%;
    background-size: 27%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  body.no-auth-3 {
    background-color: #f6f6f6;
    background-image: url(/static/images/home/pavito.png);
    background-position: 76% 57%;
    background-size: 30%, 15%;
    background-repeat: no-repeat;
  }
  body.no-auth-3.mbp {
    background-image: url(/static/images/home/pavito.png), url(/static/images/home/BP.svg);
    background-position: 76% 57%, 81% 95%;
  }
  body.no-auth-3.bpa {
    background-image: url(/static/images/home/pavito.png), url(/static/images/home/logo-academia.png);
    background-position: 76% 50%, 80% 93%;
    background-size: 27%, 14%;
  }
  body.no-auth-3.pw {
    background-image: url(/static/images/home/pavito.png), url(/static/images/home/logo-pw.png);
    background-position: 76% 57%, 77% 100%;
    background-size: 25%, 10%;
  }
  body.no-auth-3.ne {
    background-image: url(/static/images/home/pavito.png), url(/static/images/backoffice/classroom/logo-ne.png);
    background-position: 76% 40%, 75% 85%;
    background-size: 23%, 8%;
  }
}
@media only screen and (min-width: 992px) {
  body.no-auth-4 {
    background-color: #f6f6f6;
    background-image: url(/static/images/home/pavo.png);
    background-position: 76% 60%;
    background-size: 28%;
    background-repeat: no-repeat;
  }
}
body a {
  color: #32b5e7;
}
body a:hover {
  color: #4099fa;
  text-decoration: none;
}
nav.navbar {
  justify-content: start;
  z-index: 1;
  color: #525252 !important;
  background-color: white;
  height: 58px;
}
@media only screen and (min-width: 992px) {
  nav.navbar {
    height: 42px;
    justify-content: space-between;
  }
}
nav.navbar i.fa.fa-bars.menu-bars {
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  nav.navbar i.fa.fa-bars.menu-bars {
    font-size: 14px;
  }
}
nav.navbar .profile-name {
  max-width: 85%;
  font-size: 18px;
  text-overflow: ellipsis;
  max-height: 24px;
  overflow: hidden;
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  nav.navbar .profile-name {
    font-size: 16px;
    max-width: 25%;
    width: unset;
  }
}
nav.navbar .profile-name.profile-parent {
  width: unset;
}
@media only screen and (min-width: 768px) {
  nav.navbar .profile-name.profile-parent {
    text-align: unset;
  }
}
nav .vertical-divisor {
  display: inline-block;
  height: 25px;
  border-left: 1px solid gray;
}
nav a.item-link {
  margin-right: 1rem;
  text-decoration: none;
  color: #616161;
  font-size: 14px;
}
nav a.item-link.current {
  font-weight: bold;
  color: #e6007e;
}
nav a.item-link.current .navbar-button {
  background-color: #ff2063 !important;
  border: 1px solid #ff2063 !important;
}
nav a.item-link:active,
nav a.item-link:focus {
  color: #32b5e7;
}
nav .navbar-button {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  outline: none;
  color: white;
  cursor: pointer;
  background-color: #36c2f8;
  border: 1px solid #36c2f8;
  padding: 0;
}
div.drawer {
  background-color: white;
  z-index: 2;
  width: 280px;
}
div.drawer .item-link {
  font-size: 18px;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  margin-left: 1rem;
  display: flex;
  justify-content: left;
  align-items: center;
}
div.drawer .item-link i,
div.drawer .item-link .fa-polyglot-card {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#dropdown-home-menu-right {
  min-width: 14rem;
}
#dropdown-home-menu-right .dropdown-item {
  font-size: 18px;
  display: block;
  display: flex;
  justify-content: left;
  align-items: center;
}
#dropdown-home-menu-right .dropdown-item i,
#dropdown-home-menu-right .dropdown-item .fa-polyglot-card-right {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#progress-trigger {
  position: absolute;
  top: 120px;
  right: -45px;
  cursor: pointer;
  color: white;
  height: 40px;
  font-size: 20px !important;
  width: 130px;
  font-weight: bold;
  background-color: #ff2063;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
  border-radius: 9px 8px 0 0px;
}
#drawer-progress {
  background-color: white;
}
#drawer-progress .title {
  color: #ff3b64;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 30px;
}
#drawer-progress .avance-subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #282828;
  margin-top: 60px;
}
#drawer-progress .subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #ababab;
}
#drawer-progress .close-drawer-progress {
  margin-left: 3rem !important;
  position: absolute;
  top: 43px;
  left: unset;
  cursor: pointer;
  color: white;
  width: 40px;
  height: 40px;
  font-weight: bold;
  z-index: 1050;
  background-color: #ff2063;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 4px solid white;
}
@media only screen and (min-width: 768px) {
  #drawer-progress .close-drawer-progress {
    top: 43px;
    left: unset;
    font-size: 28px !important;
    width: 40px;
    height: 40px;
  }
}
#drawer-progress .drawer-header div {
  pointer-events: none;
}
#drawer-progress .drawer-header div h4 {
  pointer-events: none;
}
#drawer-progress .class-list {
  padding-bottom: 5rem !important;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
@media only screen and (min-width: 768px) {
  #drawer-progress .class-list {
    padding-bottom: 8rem !important;
  }
}
#drawer-progress .class-wrapper {
  min-height: 54px;
  margin-top: 20px;
  background-color: #f6f6f6;
  color: #525252;
  border: 1px solid #f6f6f6;
  cursor: pointer;
}
#drawer-progress .class-wrapper span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
  font-family: inherit;
  font-size: 14px;
}
#drawer-progress .class-wrapper .icon {
  font-size: 20px;
  height: 10px;
  margin-top: -4px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#drawer-progress .class-wrapper .icon.check {
  color: #c5c5c5;
}
#drawer-progress .class-wrapper .icon.check i.fa-check-circle {
  color: #8bc71b;
}
#drawer-progress .class-wrapper .icon.new {
  color: #4fc1f8;
}
#drawer-progress .class-wrapper .icon.locked {
  padding-right: 2px;
  color: #c5c5c5;
}
#drawer-progress .class-wrapper .notifier {
  margin-top: -30px;
  height: 24px;
  background-color: #46d5ff;
  color: white;
  font-size: 11px;
  line-height: 22px;
}
@media only screen and (min-width: 768px) {
  #drawer-progress .class-wrapper .notifier {
    font-size: 14px;
  }
}
#drawer-progress .class-wrapper.next {
  cursor: default;
}
#drawer-progress .class-wrapper.next.bordered {
  border-color: #c5c5c5;
}
#drawer-progress .class-wrapper.next.bordered .notifier {
  background-color: #c5c5c5;
}
#drawer-progress .class-wrapper.new-class {
  border-color: #46d5ff;
}
#drawer-progress .class-wrapper.active {
  border-color: #4fc1f8;
  border-left-width: 6px;
}
#drawer-progress .class-wrapper.active .notifier {
  background-color: #4fc1f8;
}
#profile-modal div.modal-content {
  background-color: #f2f2f2;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #5d5d5d;
  border: 0;
}
#profile-modal div.modal-body button.modal-submit-button {
  color: #fff;
  background-color: #8ddd47;
  border: 0;
  box-shadow: 0 5px #75c41b;
  padding: 10px 30px;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: bold;
  border-radius: 1rem;
  text-shadow: #000 0px 2px 6px;
}
.modal-form label {
  margin-bottom: 0.2rem;
}
.modal-form input {
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 0.4rem 0.4rem;
  color: #999999 !important;
}
.modal-form input.datepicker-year {
  background-color: white;
  border-bottom-left-radius: 0.6rem !important;
  border-top-left-radius: 0.6rem !important;
}
.modal-form input.datepicker-year:focus {
  outline: 0;
}
.modal-form input:focus {
  border: 1px solid #d1d1d1;
}
.modal-form button.input-icon-button {
  border: 1px solid transparent !important;
}
.modal-download-item {
  border-bottom: 1px solid #dee2e6;
}
.modal-download-item a {
  text-decoration: none;
  color: var(--text-gray);
}
.bg-pattern {
  width: 100%;
}
.bg-pattern.child-selection {
  min-height: calc(100vh - 42px);
  background-color: white;
}
.bg-pattern.child-selection .text-selecciona {
  margin-top: 40px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.child-selection .text-selecciona {
    margin-top: 100px;
  }
}
.bg-pattern.child-selection .child-card {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 50px;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.child-selection .child-card {
    gap: 30px 120px;
  }
}
.bg-pattern.child-selection .btn-perfiles {
  margin-top: 40px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.child-selection .btn-perfiles {
    margin-top: 80px;
  }
}
.bg-pattern.child-selection .name-child {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
}
.bg-pattern.child-selection .create-profile {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  width: 160px;
  height: 160px;
}
.bg-pattern.child-selection .text-profile {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.bg-pattern.child-selection .child-avatar-card {
  cursor: pointer;
  text-align: center;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: white;
  width: 160px;
  height: 160px;
}
.bg-pattern.child-selection a {
  text-decoration: none !important;
  color: #36c2f8;
}
.bg-pattern.home {
  min-height: calc(100vh - 42px);
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.home {
    background-color: #ecececb3;
  }
}
.bg-pattern.home .home-card {
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 18px;
  border: 1px solid #dadae1;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.home .home-card {
    border: none;
  }
}
.bg-pattern.home .home-card.home-card-gray {
  background-color: #e9e9f0;
  border: none;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.home .home-card.home-card-gray {
    background-color: white;
    border: 1px solid #dadae1;
  }
}
.bg-pattern.home .home-card-green-category {
  font-size: 13px;
  color: white;
  background-color: #00d14d;
  display: inline-block;
  border-radius: 3px;
}
.bg-pattern.home .home-card-play-button .play-button {
  height: 48px !important;
  width: 48px !important;
  padding: 0 !important;
  border-radius: 50%;
  min-height: auto;
  font-size: 24px;
}
.bg-pattern.home .home-card-extras {
  font-size: 13px;
}
.bg-pattern.home .home-card-extras-timeout img {
  height: 14px;
}
.bg-pattern.home .home-card-extras-membership div.circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #25f83b;
  margin-left: 2px;
}
.bg-pattern.home .home-card-title {
  color: #616161;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.home .home-card-title {
    font-size: 16px;
  }
}
.bg-pattern.home .home-card-content-type {
  font-size: 10px;
}
.bg-pattern.home .home-card-content-title {
  font-weight: bold;
  color: #525252;
}
.bg-pattern.home .home-card-content-description {
  font-size: 13px;
  flex: 1;
  overflow: hidden;
  text-align: justify;
}
.bg-pattern.home .home-card-content-actions button {
  width: calc(100% - 20px);
}
.bg-pattern.home .home-card-content-actions button.btn-formation {
  font-size: 13px;
}
@media (min-width: 764px) {
  .bg-pattern.home .home-card-content-actions button.btn-formation {
    font-size: 15px;
  }
}
.bg-pattern.home .home-card-tip {
  background-color: #f0f0f0;
  border-radius: 18px;
}
.bg-pattern.home .home-card-tip-description-text {
  font-size: 14px;
  color: #363636;
}
.bg-pattern.home .home-card .button-container {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.home .home-card .button-container {
    flex-direction: unset;
  }
}
.bg-pattern.home .home-card .button-container .btn-card3 {
  min-height: 39px;
  background-color: #ffffff;
  color: #54c7f6;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #54c7f6;
  border-radius: 2px;
}
.bg-pattern.home .home-card .button-container .btn-grabacion {
  background-color: #54c7f6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.bg-pattern.home .home-mobile-title {
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}
.bg-pattern.home .activity-card {
  background-color: #8b8b8b;
  color: white;
  border-radius: 12px;
}
.bg-pattern.home .activity-card-icon {
  height: 30px;
  width: 30px;
  background-color: white;
  color: #5d5d5d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-pattern.home .activity-card-icon svg {
  height: 18px;
  width: 18px;
}
.bg-pattern.home .activity-card-title {
  font-size: 16px;
  font-weight: bold;
  min-height: 38px;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.bg-pattern.home .activity-card-description {
  font-size: 11px;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.home .activity-card-description {
    font-size: 13px;
  }
}
.bg-pattern.home .activity-card-btn {
  font-size: 14px;
  border: none;
  color: white;
  background-color: #5d5d5d;
  padding: 8px 0;
  border-radius: 8px;
  transition: background-color 0.2s ease-in-out 0s;
}
.bg-pattern.home .activity-card-btn:focus,
.bg-pattern.home .activity-card-btn:active {
  outline: none;
}
.bg-pattern.home .activity-card-blue {
  background-color: #54c7f6;
}
.bg-pattern.home .activity-card-blue button {
  background-color: #0e75fd;
}
.bg-pattern.home .activity-card-blue button:focus {
  background-color: #0e75fd;
}
.bg-pattern.home .activity-card-blue button:hover {
  background-color: #3486f1;
}
.bg-pattern.home .activity-card-blue button:active {
  background-color: #0767e4;
}
.bg-pattern.home .activity-card-blue i {
  color: #0e75fd;
}
.bg-pattern.home .activity-card-blue path {
  fill: #0e75fd;
}
.bg-pattern.home .activity-card-orange {
  background-color: #ffca00;
}
.bg-pattern.home .activity-card-orange button {
  background-color: #fd950e;
}
.bg-pattern.home .activity-card-orange button:focus {
  background-color: #fd950e;
}
.bg-pattern.home .activity-card-orange button:hover {
  background-color: #ffa42d;
}
.bg-pattern.home .activity-card-orange button:active {
  background-color: #d67d09;
}
.bg-pattern.home .activity-card-orange i {
  color: #fd950e;
}
.bg-pattern.home .activity-card-orange path {
  fill: #fd950e;
}
.bg-pattern.home .activity-card-pink {
  background-color: #f59bff;
}
.bg-pattern.home .activity-card-pink button {
  background-color: #e26cc6;
}
.bg-pattern.home .activity-card-pink button:focus {
  background-color: #e26cc6;
}
.bg-pattern.home .activity-card-pink button:hover {
  background-color: #fb7add;
}
.bg-pattern.home .activity-card-pink button:active {
  background-color: #cf53b2;
}
.bg-pattern.home .activity-card-pink i {
  color: #e26cc6;
}
.bg-pattern.home .activity-card-pink path {
  fill: #e26cc6;
}
.bg-pattern.home .slider-cards,
.bg-pattern.home .slider-cards-2 {
  overflow-x: hidden;
}
.bg-pattern.home .slider-cards .mini-card,
.bg-pattern.home .slider-cards-2 .mini-card {
  width: 162px;
  border-radius: 6px;
  background-color: #c5c5c5;
  color: white;
}
.bg-pattern.home .slider-cards .mini-card.mini-card-green,
.bg-pattern.home .slider-cards-2 .mini-card.mini-card-green {
  background-color: #5ddc41;
}
.bg-pattern.home .slider-cards .mini-card.mini-card-yellow,
.bg-pattern.home .slider-cards-2 .mini-card.mini-card-yellow {
  background-color: #ffca00;
}
.bg-pattern.home .slider-cards .mini-card.mini-card-pink,
.bg-pattern.home .slider-cards-2 .mini-card.mini-card-pink {
  background-color: #f59bff;
  width: 180px;
}
.bg-pattern.home .slider-cards .mini-card.mini-card-blue,
.bg-pattern.home .slider-cards-2 .mini-card.mini-card-blue {
  background-color: #2e85e8;
}
.bg-pattern.home .slider-cards .mini-card.mini-card-indigo,
.bg-pattern.home .slider-cards-2 .mini-card.mini-card-indigo {
  background-color: #8887b2;
}
.bg-pattern.home .purple-bell {
  background-color: #d8adf9;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: white;
  font-size: 15px;
}
.bg-pattern.home .live-class-notification-mobile {
  color: #737373;
  font-size: 11px;
}
.bg-pattern.home .live-class-notification-mobile span,
.bg-pattern.home .live-class-notification-mobile b {
  color: #737373;
  font-size: 11px;
}
.bg-pattern.home .live-class-notification-mobile b,
.bg-pattern.home .live-class-notification-mobile button {
  font-size: 12px;
  font-weight: bold;
}
.bg-pattern.home .live-class-notification-mobile button {
  margin-left: -24px;
}
.bg-pattern.class {
  min-height: calc(100vh - 42px);
  background-repeat: no-repeat;
  background-color: #dee3ff;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.class {
    background-image: url(/static/images/home/mesa-sillas.png), url(/static/images/home/pulpo-morado.png), url(/static/images/home/personajes.png), url(/static/images/home/dados-creyon.png), url(/static/images/home/suelo-beige.png);
    background-position: 15% 87%, 63% 86%, 83% 84%, 89% 90%, 100% 100%;
    background-size: 25%, 13%, 20%, 6%, 100% 18%;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.class {
    background-image: url(/static/images/home/mesa-sillas.png), url(/static/images/home/pulpo-morado.png), url(/static/images/home/personajes.png), url(/static/images/home/dados-creyon.png), url(/static/images/home/suelo-beige.png);
    background-position: 15% 95%, 59% 90%, 80% 88%, 85% 96%, 100% 100%,
      100% 100%;
    background-size: 25%, 13%, 20%, 6%, 100% 18%;
  }
  .bg-pattern.class .bg-items .video-player {
    margin-top: 8rem;
  }
}
.bg-pattern.class.ne {
  background-image: url(/static/images/monsters-mobile.png), url(/static/images/logo-ne.png), url(/static/images/suelo.png);
  background-position: 0 90%, 50% 0%, 0 100%;
  background-size: 60%, 20%, 200% 30%;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.class.ne {
    background-position: 0 90%, 50% -6%, 0 100%;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.class.ne {
    background-image: url(/static/images/monsters.png), url(/static/images/corales.png), url(/static/images/suelo.png), url(/static/images/logo-ne.png), url(/static/images/background-class.png);
    background-position: 0 95%, 100% 100%, 0 100%, 10% 10%, 0;
    background-size: 35%, 20%, 100%, 15%, cover;
  }
}
.bg-pattern.class #current-class span.class-loader {
  margin-top: calc(36% - 100px);
  margin-left: calc(50% - 40px);
}
.bg-pattern.class .bg-items .video-player {
  min-height: 9rem;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.class .bg-items .video-player {
    min-height: 12rem;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.class .bg-items .video-player {
    min-height: 15rem;
  }
}
@media only screen and (min-width: 1600px) {
  .bg-pattern.class .bg-items .video-player {
    min-height: 21rem;
  }
}
.bg-pattern.class .bg-items .class-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #282828;
  margin-top: -18px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.class .bg-items .class-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.class .bg-items .class-title {
    font-size: 16px;
  }
}
.bg-pattern.class .bg-items .class-subtitle {
  color: #282828;
  font-weight: 700;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.class .bg-items .class-subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.class .bg-items .class-subtitle {
    font-size: 16px;
  }
}
.bg-pattern.class .bg-items .porcentaje-video {
  background: #ffd15a;
  border-radius: 100px;
  min-height: 16px;
  min-width: 30px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.bg-pattern.class .bg-items .icono-corazon {
  color: #c0c0c0;
  justify-content: end !important;
}
.bg-pattern.song {
  background-repeat: no-repeat;
  min-height: calc(100vh - 42px);
}
@media only screen and (min-width: 992px) {
  .bg-pattern.song {
    background-color: #c0ddff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(/static/images/home/nube.png), url(/static/images/home/nube1.png), url(/static/images/home/nube2.png), url(/static/images/home/nube3.png), url(/static/images/home/nube4.png), url(/static/images/home/instrumentos-musicales.png), url(/static/images/home/Layer.png), url(/static/images/home/nota-musical.png), url(/static/images/home/pelusa.png), url(/static/images/home/suelo.png);
    background-position: 10% 8%, 15% 28%, 3% 40%, 85% 6%, 97% 35%, 10% calc(100% - 260px), 65% calc(100% - 220px), 86% calc(100% - 410px), 90% calc(100% - 230px), 0% calc(100% - 220px);
    background-size: 6%, 6%, 6%, 6%, 6%, 180px, 150px, 40px, 140px, 100%;
  }
  .bg-pattern.song .bg-items .video-player {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.song {
    background-position: 10% 8%, 20% 28%, 3% 40%, 85% 6%, 97% 35%, 6% calc(100% - 240px), 82% calc(100% - 216px), 89% calc(100% - 370px), 94% calc(100% - 230px), 0% calc(100% - 190px);
    background-size: 6%, 6%, 6%, 6%, 6%, 170px, 130px, 30px, 120px, 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .bg-pattern.song {
    background-position: 10% 8%, 20% 28%, 3% 40%, 85% 6%, 97% 35%, 15% calc(100% - 280px), 74% calc(100% - 235px), 83% calc(100% - 460px), 87% calc(100% - 245px), 0% calc(100% - 190px);
    background-size: 6%, 6%, 6%, 6%, 6%, 250px, 170px, 42px, 185px, 100%;
  }
}
.bg-pattern.song.purple {
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.song.purple {
    background-color: #cbbbf8;
    background-image: url(/static/images/home/estrella1.png), url(/static/images/home/estrella2.png), url(/static/images/home/estrella3.png), url(/static/images/home/estrella4.png), url(/static/images/home/estrella5.png), url(/static/images/home/estrella6.png), url(/static/images/home/cojines.png), url(/static/images/home/pelusa-dormido.png), url(/static/images/home/almohada.png), url(/static/images/home/suelo-amarillo.png);
    background-position: 17% 8%, 15% 26%, 8% 40%, 80% 6%, 97% 35%, 48% 50%, 15% calc(100% - 260px), 82% calc(100% - 260px), 87% calc(100% - 270px), 0% calc(100% - 220px);
    background-size: 2%, 2%, 2%, 2%, 2%, 2%, 20%, 15%, 23%, 100%;
  }
  .bg-pattern.song.purple .bg-items .video-player {
    margin-top: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.song.purple {
    background-position: 17% 8%, 15% 26%, 8% 40%, 80% 6%, 97% 35%, 78% 35%, 15% calc(100% - 260px), 82% calc(100% - 260px), 87% calc(100% - 270px), 0% calc(100% - 205px);
    background-size: 2%, 2%, 2%, 2%, 2%, 2%, 12%, 8%, 15%, 100%;
  }
}
.bg-pattern.song #current-song {
  border-radius: 8px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.song .container {
    min-height: calc(100vh - 378px);
  }
  .bg-pattern.song .container.container-long {
    min-height: calc(100vh - 318px);
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.song .container {
    min-height: calc(100vh - 410px);
  }
}
.bg-pattern.song .song-list {
  display: flex;
  padding-top: 22px;
}
.bg-pattern.song .song-list .song-container {
  cursor: pointer;
}
.bg-pattern.song .song-list img.img {
  height: 150px;
}
.bg-pattern.song .song-list .display-table {
  background: #ffffff;
  border: 3px solid rgba(170, 170, 170, 0.1);
  border-radius: 10px;
}
.bg-pattern.song .select2 {
  width: 180px !important;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.song .select2 {
    width: auto;
  }
}
.bg-pattern.song .img-mobile {
  background: #ffffff;
  padding: 15px;
  border-radius: 20px;
  cursor: pointer;
}
.bg-pattern.song .title {
  text-align: left;
  font-size: 1.5rem;
  padding-top: 16px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.song .title {
    padding-top: 10px;
    padding-left: 25px;
  }
}
.bg-pattern.song .song-title {
  text-align: left;
  font-family: "Inter";
  font-style: normal;
  font-size: 14px;
}
.bg-pattern.song .slick-next,
.bg-pattern.song .slick-prev {
  margin-top: 25px;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.song .title {
    font-size: 2.5rem;
    padding: 0;
  }
  .bg-pattern.song .song-title {
    text-align: left;
    font-size: 12px;
    height: 42px;
  }
  .bg-pattern.song .song-title span {
    max-width: 231px;
  }
  .bg-pattern.song .song-list-wrapper {
    height: 220px;
    background-color: white;
    padding: 0 40px;
  }
  .bg-pattern.song .bg-songs .text-color {
    color: #43425d;
  }
  .bg-pattern.song .bg-songs .control-c {
    width: 30px;
    height: 30px;
    top: 35%;
  }
  .bg-pattern.song .bg-songs .control-c.slick-prev {
    left: -35px;
  }
  .bg-pattern.song .bg-songs .control-c.slick-next {
    right: -35px;
  }
}
.bg-pattern.suggested {
  min-height: calc(100vh - 42px);
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.suggested {
    background-color: #fbfbfb;
  }
}
.bg-pattern.suggested .select2.select2-container {
  width: 310px !important;
}
@media only screen and (min-width: 420px) {
  .bg-pattern.suggested .select2.select2-container {
    width: 390px !important;
  }
}
@media only screen and (min-width: 504px) {
  .bg-pattern.suggested .select2.select2-container {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.suggested .select2.select2-container {
    width: 300px !important;
  }
}
.bg-pattern.suggested .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.suggested .card-sensoriales {
    background-color: #ffffff;
    border: 0.5px solid #adadad;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
}
.bg-pattern.suggested .text-sensoriales {
  text-transform: uppercase;
  color: #353535;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.suggested .text-sensoriales {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.suggested .text-sensoriales {
    font-size: 20px;
    text-align: left;
  }
}
.bg-pattern.suggested .btn-flash-cards {
  display: none;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.suggested .btn-flash-cards {
    display: block;
  }
}
.bg-pattern.suggested .btn-red-sensoriales {
  text-align: center;
  height: 49px;
  font-size: 15px;
  padding: 10px;
  margin-top: 10px;
  margin-left: 10px;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.suggested .btn-red-sensoriales {
    text-align: center;
    margin-left: 10px;
    height: 49px;
    font-size: 16px;
    padding: 10px;
  }
}
.bg-pattern.suggested .btn-flash {
  margin-top: 10px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.suggested .btn-flash {
    display: block;
    margin: auto;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.suggested .btn-flash {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.suggested .btn-flash-alto {
    display: none;
  }
}
.bg-pattern.suggested .btn-descargar-recursos {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.suggested .btn-descargar-recursos {
    justify-content: left;
  }
}
.bg-pattern.suggested .botton-navbar {
  overflow: hidden;
  gap: 11px;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #ff2063 !important;
  font-weight: bold;
  border-radius: 6px;
}
.bg-pattern.suggested .botton-navbar li a {
  float: left;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  width: 70px;
  height: 56px;
  display: flex;
  justify-content: center;
}
.bg-pattern.attendance {
  min-height: calc(100vh - 42px);
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance {
    background-color: #f5f5f5;
  }
}
.bg-pattern.attendance .fc-view-container {
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance {
    /*background-image: url(/static/images/background-class.png);*/
    background-position: 0;
    background-size: cover;
  }
}
.bg-pattern.attendance .page-title {
  font-size: 18px;
}
.bg-pattern.attendance .page-title-historial {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
}
.bg-pattern.attendance .page-historial {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .page-historial {
    display: block;
  }
}
.bg-pattern.attendance .barra-progreso-tablet {
  display: none;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .barra-progreso-tablet {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .barra-progreso-tablet {
    display: none;
  }
}
.bg-pattern.attendance .btn-progreso {
  display: none;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .btn-progreso {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.bg-pattern.attendance .progreso-tablet {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  color: #363636;
  text-align: center;
  display: block;
  border-bottom: 4px solid #ff3b64;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .progreso-tablet {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .progreso-tablet {
    display: none;
  }
}
.bg-pattern.attendance .historial-tablet {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #c3c3c3;
  text-align: center;
  display: block;
  border-bottom: 4px solid #eeefef;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .historial-tablet {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .historial-tablet {
    display: none;
  }
}
.bg-pattern.attendance .page-historial-tablet-progress {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #c3c3c3;
  text-align: center;
  display: block;
  border-bottom: 4px solid #eeefef;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .page-historial-tablet-progress {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .page-historial-tablet-progress {
    display: none;
  }
}
.bg-pattern.attendance .page-historial-hist {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  color: #363636;
  text-align: center;
  display: block;
  border-bottom: 4px solid #ff3b64;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .page-historial-hist {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .page-historial-hist {
    display: none;
  }
}
.bg-pattern.attendance .datos-titular-historial-mobile {
  display: flex;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .datos-titular-historial-mobile {
    display: none;
  }
}
.bg-pattern.attendance .datos-titular-historial-tablet {
  display: none;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .datos-titular-historial-tablet {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .datos-titular-historial-tablet {
    display: none;
  }
}
.bg-pattern.attendance .datos-titular-historial-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .datos-titular-historial-desktop {
    display: flex;
  }
}
.bg-pattern.attendance .page-progreso-tablet {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #c3c3c3;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .page-progreso-tablet {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .page-progreso-tablet {
    display: none;
  }
}
.bg-pattern.attendance .page-historial-tablet {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  color: #363636;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .page-historial-tablet {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .page-historial-tablet {
    display: none;
  }
}
.bg-pattern.attendance .linea-tablet {
  display: block;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .linea-tablet {
    display: none;
  }
}
.bg-pattern.attendance .calendar2 {
  display: none;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .calendar2 {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .calendar2 {
    display: none;
  }
}
.bg-pattern.attendance .avatar-zone {
  display: block;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .avatar-zone {
    display: none;
  }
}
.bg-pattern.attendance .siguiente-tema {
  display: block;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.attendance .siguiente-tema {
    display: none;
  }
}
.bg-pattern.attendance .page-title-progreso {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  color: #363636;
  display: none;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .page-title-progreso {
    display: block;
  }
}
.bg-pattern.attendance .page-button-historial {
  display: none;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .page-button-historial {
    display: flex;
    justify-content: end;
  }
}
.bg-pattern.attendance #zabuto_calendar_1ktz .calendar-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.bg-pattern.attendance .calendar1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #2f2c2c;
  margin-bottom: 20px;
}
.bg-pattern.attendance .calendar1 .calendar-dow-header {
  color: #2f2c2c;
  background-color: #ffffff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
}
.bg-pattern.attendance .calendar1 .calendar-month-header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  background: #ffffff;
}
.bg-pattern.attendance .calendar1 table {
  border: none;
  min-height: 420px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.attendance .calendar1 table {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
}
.bg-pattern.attendance .calendar2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #2f2c2c;
  margin-bottom: 20px;
}
.bg-pattern.attendance .calendar2 .calendar-dow-header {
  color: #2f2c2c;
  background-color: #ffffff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
}
.bg-pattern.attendance .calendar2 .calendar-month-header {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
.bg-pattern.attendance .calendar2 table {
  border-collapse: separate !important;
}
.bg-pattern.intro-video {
  background-color: black;
  opacity: 0.5;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-pattern.intro-video .container-intro {
  margin: auto;
  width: 50%;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  object-fit: cover;
}
.bg-pattern.intro-video .container-intro .card-body .video-title:before {
  font-weight: bold;
  content: attr(data-desktop-text);
}
.bg-pattern.intro-video .container-intro .card-body .schedule-title:before {
  content: attr(data-desktop-text);
}
.bg-pattern.intro-video .container-intro .card-body .schedule-title:before a {
  text-decoration: underline;
  color: #4099fa;
}
.bg-pattern.intro-video .container-intro .card-body .video-player-container {
  object-fit: cover;
}
.bg-pattern.intro-video .container-intro .card-footer .btn-skip {
  margin: 10px;
}
.bg-pattern.intro-video .container-intro .card-footer .btn-skip:hover {
  color: #4099fa;
  background-color: #c5c5c5;
}
@media only screen and (max-width: 1200px) {
  .bg-pattern.intro-video .container-intro {
    width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .bg-pattern.intro-video .container-intro {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .bg-pattern.intro-video .container-intro {
    width: 70%;
  }
  .bg-pattern.intro-video .container-intro .card-body .video-title:before {
    content: attr(data-phone-text);
  }
  .bg-pattern.intro-video .container-intro .card-body .schedule-title:before {
    content: attr(data-phone-text);
  }
  .bg-pattern.intro-video .container-intro .card-body .video-player-container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .bg-pattern.intro-video .container-intro {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .bg-pattern.intro-video .container-intro .card-body .video-player-container {
    margin-top: 100px;
  }
}
.bg-pattern.intro-video .sidebar-wrapper {
  background-color: #ffffff;
}
.bg-pattern.intro-video .sidebar-wrapper .intro-title {
  letter-spacing: -2px;
  background-color: #7e57c2;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7rem;
  position: relative;
  width: 100%;
  padding: 2rem 4rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.intro-video .sidebar-wrapper .intro-title {
    margin-top: 7.8rem;
    width: 130%;
    left: -23%;
    padding: 6rem 2rem 3rem 6rem;
  }
}
.bg-pattern.intro-video .sidebar-wrapper .intro-description {
  padding: 0 4rem 0 3rem;
  margin: 1rem 0 1rem 0;
}
.bg-pattern.intro-video .sidebar-wrapper .intro-description span {
  display: block;
  font-weight: 700;
  margin-top: 2rem;
}
.bg-pattern.intro-video .sidebar-wrapper .intro-description a {
  background-color: #c7c7c7;
  color: #ffffff;
  width: 100%;
  font-weight: 700;
  margin-top: 1rem;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.intro-video .sidebar-wrapper .intro-description a {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .bg-pattern.intro-video .sidebar-wrapper .intro-description a {
    padding: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.intro-video .sidebar-wrapper .intro-description {
    margin: 5rem 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.intro-video .sidebar-wrapper {
    min-height: calc(100vh - 42px);
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.intro-video {
    overflow: hidden;
  }
}
.bg-pattern.membership {
  min-height: calc(100vh - 42px);
  background-color: white;
  background: none;
}
.bg-pattern.membership .card-form {
  border-radius: 0;
  background-color: white;
  overflow: hidden;
}
.bg-pattern.membership .card-form .card-title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #363636;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.membership .card-form .card-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.membership .card-form .card-title {
    font-size: 28px;
  }
}
.bg-pattern.membership .card-form .original-price {
  color: #363636;
  font-size: 20px;
  text-decoration: line-through;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.membership .card-form .original-price {
    font-size: 24px;
  }
}
.bg-pattern.membership .card-form .discount-container {
  flex: 0.7;
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.membership .card-form .discount-container {
    margin-top: 0;
  }
}
.bg-pattern.membership .card-form .discount-container .discount-percent {
  text-transform: uppercase;
  font-weight: bold;
  color: #363636;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.membership .card-form .discount-container .discount-percent {
    font-size: 28px;
  }
}
.bg-pattern.membership .card-form .price {
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.membership .card-form .price {
    font-size: 56px;
  }
}
.bg-pattern.membership .card-form .current-price {
  height: 100px;
  width: 100px;
  font-weight: bold;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid transparent;
  color: #fafbfc;
}
.bg-pattern.membership .card-form .current-price:active,
.bg-pattern.membership .card-form .current-price:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.membership .card-form .current-price {
    height: 150px;
    width: 150px;
  }
}
.bg-pattern.membership .card-form .current-price .price-currency {
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
  top: 6px;
  right: 4px;
  margin-right: -10px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.membership .card-form .current-price .price-currency {
    font-size: 12px;
    top: 10px;
  }
}
.bg-pattern.membership .card-form .current-price .price-decimal {
  position: relative;
  bottom: 6px;
  left: 3px;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: -10px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.membership .card-form .current-price .price-decimal {
    font-size: 12px;
    left: 8px;
    bottom: 10px;
  }
}
.bg-pattern.membership .card-form .buy-now {
  margin-top: 1rem;
  margin-bottom: -1px;
  left: -1rem;
  width: 114%;
  position: relative !important;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  color: #fafbfc;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.membership .card-form .buy-now {
    margin-top: 0;
    bottom: -2rem;
    left: -3rem;
    width: 170%;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.membership .card-form .buy-now {
    width: 144%;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.membership .card-form .buy-now {
    width: 134%;
  }
}
.bg-pattern.membership .card-form .buy-now:active,
.bg-pattern.membership .card-form .buy-now:focus {
  outline: none;
}
.bg-pattern.membership .card-form.blue-sky .current-price {
  border-color: #73cbfd;
  background-color: #73cbfd;
}
.bg-pattern.membership .card-form.blue-sky .current-price:hover {
  border-color: #8cd5ff;
  background-color: #8cd5ff;
}
.bg-pattern.membership .card-form.blue-sky .current-price:active {
  border-color: #69b7e4;
  background-color: #69b7e4;
}
.bg-pattern.membership .card-form.blue-sky .buy-now {
  background-color: #73cbfd;
}
.bg-pattern.membership .card-form.blue-sky .buy-now:hover {
  background-color: #8cd5ff;
}
.bg-pattern.membership .card-form.blue-sky .buy-now:active {
  background-color: #69b7e4;
}
.bg-pattern.membership .card-form.orange .current-price {
  border-color: #ef7d1d;
  background-color: #ef7d1d;
}
.bg-pattern.membership .card-form.orange .current-price:hover {
  border-color: #ff993e;
  background-color: #ff993e;
}
.bg-pattern.membership .card-form.orange .current-price:active {
  border-color: #d16d19;
  background-color: #d16d19;
}
.bg-pattern.membership .card-form.orange .buy-now {
  background-color: #ef7d1d;
}
.bg-pattern.membership .card-form.orange .buy-now:hover {
  background-color: #ff993e;
}
.bg-pattern.membership .card-form.orange .buy-now:active {
  background-color: #d16d19;
}
.bg-pattern.cards .flash-card-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #353535;
}
.bg-pattern.cards .category-selector {
  justify-content: space-around;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.cards .category-selector {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.cards .category-selector {
    justify-content: flex-start;
  }
}
.bg-pattern.cards .category-selector #id_category {
  width: 250px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .category-selector #id_category {
    width: 400px;
  }
}
.bg-pattern.cards .category-selector .btn-red {
  margin-left: 14px;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .category-selector .btn-red {
    margin-top: -4px;
  }
}
.bg-pattern.cards .category-selector .select-fash {
  justify-content: center;
}
.bg-pattern.cards .flash-cards-select {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .flash-cards-select {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
}
.bg-pattern.cards .available-container .select2 {
  width: 75% !important;
}
.bg-pattern.cards .card-list {
  margin: auto;
}
.bg-pattern.cards .card-list .slick-list {
  padding: 0 0 200px 0px !important;
  margin: 0 50px;
}
.bg-pattern.cards .card-container {
  padding: 0.7rem;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .card-container {
    padding: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.cards .card-container {
    padding: 0.5rem;
  }
}
.bg-pattern.cards .card-container .card-actual {
  border: 2px solid #cacaca;
  background-color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .card-container .card-actual {
    padding: 1.5rem 0.5rem;
    border-width: 3px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.cards .card-container .card-actual {
    padding: 1.5rem 0.5rem;
  }
}
.bg-pattern.cards .card-container .card-actual img.img-bit {
  margin: auto;
  height: 240px;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.cards .card-container .card-actual img.img-bit {
    margin-left: auto;
  }
}
@media only screen and (min-width: 364px) {
  .bg-pattern.cards .card-container .card-actual img.img-bit {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .card-container .card-actual img.img-bit {
    height: 280;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.cards .card-container .card-actual img.img-bit {
    height: 300px;
  }
}
.bg-pattern.cards .card-container .card-actual .card-text-image {
  margin-top: -20px;
}
@media only screen and (min-width: 364px) {
  .bg-pattern.cards .card-container .card-actual .card-text-image {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .card-container .card-actual .card-text-image {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.cards .card-container .card-actual .card-text-image {
    margin-top: -20px;
  }
}
.bg-pattern.cards .card-container .card-actual .card-flags {
  margin-top: -20px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 364px) {
  .bg-pattern.cards .card-container .card-actual .card-flags {
    margin-top: -40px;
    gap: 3px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .card-container .card-actual .card-flags {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.cards .card-container .card-actual .card-flags {
    margin-top: -20px;
  }
}
.bg-pattern.cards .card-container .card-actual .flag-action {
  pointer-events: none;
  height: 32px;
}
@media only screen and (min-width: 364px) {
  .bg-pattern.cards .card-container .card-actual .flag-action {
    height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .card-container .card-actual .flag-action {
    height: 48px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.cards .card-container .card-actual .flag-action {
    height: 40px;
  }
}
.bg-pattern.cards .card-container.slick-center .card-actual {
  border: 1.5px solid #45bbf6;
}
.bg-pattern.cards .card-container.slick-center .flag-action {
  pointer-events: all !important;
  cursor: pointer;
}
.bg-pattern.cards .card-container:not(.slick-center) .card-actual {
  opacity: 0.5;
  border-color: #cacaca;
  background-color: #cacaca;
  filter: grayscale(0.8);
  filter: blur(0.1);
}
.bg-pattern.cards .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.bg-pattern.cards .slick-next,
.bg-pattern.cards .slick-prev {
  top: 40%;
  margin-left: 0px;
  margin-right: 0px;
  width: 48px;
}
.bg-pattern.cards .slick-next:before,
.bg-pattern.cards .slick-prev:before {
  font-family: slick;
  font-size: 48px;
  line-height: 1;
  opacity: 0.8;
  color: #ff3b64;
  width: 48px;
  height: 48px;
}
.bg-pattern.cards .slick-next {
  margin-right: 20px;
}
.bg-pattern.cards .slick-prev {
  margin-left: 20px;
}
.bg-pattern.cards .select2.select2-container .select2-selection.select2-selection--multiple {
  height: auto;
  padding-top: 0;
  background-color: white;
  border-color: white;
  box-shadow: none !important;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .select2.select2-container .select2-selection.select2-selection--multiple {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
  }
}
.bg-pattern.cards .select2.select2-container .select2-selection.select2-selection--multiple .select2-search__field {
  display: none;
}
.bg-pattern.cards .select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
  display: flex;
  padding: 2px 8px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.cards .select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
    background-color: #dadada;
  }
}
.bg-pattern.cards .select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice span {
  color: #525252;
  order: 1;
}
.bg-pattern.cards .playing-indicator {
  margin-top: -15rem;
  z-index: 1;
  position: relative;
}
.bg-pattern.cards .playing-indicator svg {
  background: none !important;
  max-height: 140px;
}
.live-class {
  background-color: #f9f9f9;
}
.bg-pattern.live-class {
  background-color: #f9f9f9 !important;
  color: #363636;
}
.bg-pattern.live-class .title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  color: #ed1e79;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.live-class .title {
    font-size: 16px;
  }
}
.bg-pattern.live-class .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  color: #000000 !important;
  font-weight: 300;
  padding-left: 0px;
}
.bg-pattern.live-class .disponible {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
.bg-pattern.live-class .text-negro {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}
.bg-pattern.live-class .lista {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}
.bg-pattern.live-class .home-card-semana {
  min-height: 300px;
  margin: 7px;
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 4px;
  border: 1px solid #dadae1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-semana .btn-encuentros {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.live-class .home-card-semana {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.bg-pattern.live-class .home-card-semana .card-age {
  color: #519cff;
  font-size: 12px;
}
.bg-pattern.live-class .home-card-semana .card-title {
  color: #000000;
  font-size: 15px;
  text-align: left;
}
.bg-pattern.live-class .home-card-semana .card-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-semana .card-subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.live-class .home-card-semana .card-subtitle {
    font-size: 15px;
  }
}
.bg-pattern.live-class .home-card-semana .card-fecha {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
.bg-pattern.live-class .home-card-semana .age-card {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #ed1e79;
}
.bg-pattern.live-class .home-card-semana .img-card {
  max-width: 106px;
}
.bg-pattern.live-class .home-card-semana .button-container {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.live-class .home-card-semana .button-container {
    flex-direction: unset;
  }
}
.bg-pattern.live-class .home-card-semana .btn-card {
  min-height: 39px;
  font-weight: 600;
  font-size: 16px;
  background-color: #ed1e79;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Poppins";
  font-style: normal;
}
@media only screen and (min-width: 576px) {
  .bg-pattern.live-class .home-card-semana .btn-card {
    height: 48px;
    font-weight: 400;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.live-class .home-card-semana .btn-card {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-semana .btn-card {
    width: 171px !important;
    height: 39px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
}
.bg-pattern.live-class .home-card-semana .btn-card2 {
  height: 39px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ed1e79;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ed1e79;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-semana .btn-card2 {
    font-size: 14px;
  }
}
.bg-pattern.live-class .home-card-semana .btn-card3 {
  height: 39px;
  background-color: #ffffff;
  color: #54c7f6;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #54c7f6;
  border-radius: 2px;
}
.bg-pattern.live-class .home-card-semana .linea-divisora {
  margin-top: 80px;
}
.bg-pattern.live-class .home-card-semana .title-divider {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.bg-pattern.live-class .home-card-semana .subtitle-divider {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.bg-pattern.live-class .home-card-semana .btn-agendar {
  border-radius: 2px;
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  border: 1px solid #ed1e79;
  background-color: #ed1e79;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.live-class .home-card-semana .btn-agendar {
    height: 48px;
    font-size: 16px !important ;
    font-weight: 400;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-semana .btn-agendar {
    width: 171px !important;
    height: 39px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background-color: #ffffff;
    color: #ed1e79;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.live-class .home-card-semana .btn-agendar {
    width: 171px !important;
    height: 39px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
}
.bg-pattern.live-class .home-card-semana .btn-grabacion {
  width: 190px;
  height: 48px;
  background-color: #54c7f6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-semana .btn-grabacion {
    width: 190px !important;
    height: 39px !important;
    background-color: #ffffff;
    border: 1px solid #54c7f6;
    color: #54c7f6;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.live-class .home-card-semana .btn-grabacion {
    width: 190px !important;
    height: 39px !important;
  }
}
.bg-pattern.live-class .home-card-semana .card-emision {
  font-size: 15px;
  font-style: normal;
  color: #000000;
  font-weight: 400;
}
.bg-pattern.live-class .home-card-semana .card-materials {
  color: #ed1e79;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  font-style: normal;
  text-align: left;
  margin-left: 2px;
  margin-top: -5px;
}
.bg-pattern.live-class .home-card-semana .card-materials-grabacion {
  font-size: 15px;
  font-weight: 400;
}
.bg-pattern.live-class .home-card-encuentros {
  margin: 7px;
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 11px;
  border: 1px solid #dadae1;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-encuentros .btn-encuentros {
    justify-content: center;
  }
}
.bg-pattern.live-class .home-card-encuentros .card-age {
  color: #519cff;
  font-size: 12px;
}
.bg-pattern.live-class .home-card-encuentros .card-title {
  color: #000000;
  font-size: 15px;
  text-align: left;
}
.bg-pattern.live-class .home-card-encuentros .card-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-encuentros .card-subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.live-class .home-card-encuentros .card-subtitle {
    font-size: 15px;
  }
}
.bg-pattern.live-class .home-card-encuentros .card-fecha {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
.bg-pattern.live-class .home-card-encuentros .age-card {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #ed1e79;
}
.bg-pattern.live-class .home-card-encuentros .img-card {
  max-width: 106px;
}
.bg-pattern.live-class .home-card-encuentros .button-container {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.live-class .home-card-encuentros .button-container {
    flex-direction: unset;
  }
}
.bg-pattern.live-class .home-card-encuentros .btn-card {
  min-height: 39px;
  font-weight: 400;
  font-size: 16px;
  background-color: #ed1e79;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Poppins";
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-encuentros .btn-card {
    font-weight: 600 !important;
    font-size: 16px;
    width: 171px !important;
    height: 39px !important;
  }
}
.bg-pattern.live-class .home-card-encuentros .btn-card2 {
  height: 39px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ed1e79;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ed1e79;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-encuentros .btn-card2 {
    font-size: 14px;
  }
}
.bg-pattern.live-class .home-card-encuentros .btn-card3 {
  height: 39px;
  background-color: #ffffff;
  color: #54c7f6;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #54c7f6;
  border-radius: 2px;
}
.bg-pattern.live-class .home-card-encuentros .linea-divisora {
  margin-top: 80px;
}
.bg-pattern.live-class .home-card-encuentros .title-divider {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.bg-pattern.live-class .home-card-encuentros .subtitle-divider {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.bg-pattern.live-class .home-card-encuentros .btn-agendar {
  border-radius: 2px;
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  height: 39px;
  border: 1px solid #ed1e79;
  background-color: #ed1e79;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-encuentros .btn-agendar {
    width: 171px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background-color: #ffffff;
    color: #ed1e79;
  }
}
@media only screen and (min-width: 768px) {
  .bg-pattern.live-class .home-card-encuentros .btn-agendar {
    font-size: 16px !important ;
    font-weight: 400;
  }
}
.bg-pattern.live-class .home-card-encuentros .btn-grabacion {
  width: 190px;
  height: 48px;
  background-color: #54c7f6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class .home-card-encuentros .btn-grabacion {
    width: 190px !important;
    height: 39px !important;
    background-color: #ffffff;
    border: 1px solid #54c7f6;
    color: #54c7f6;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.live-class .home-card-encuentros .btn-grabacion {
    width: 190px !important;
    height: 39px !important;
  }
}
.bg-pattern.live-class .home-card-encuentros .card-emision {
  font-size: 15px;
  font-style: normal;
  color: #000000;
  font-weight: 400;
}
.bg-pattern.live-class .home-card-encuentros .card-materials {
  color: #ed1e79;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  font-style: normal;
  text-align: left;
  margin-left: 2px;
  margin-top: -5px;
}
.bg-pattern.live-class .home-card-encuentros .card-materials-grabacion {
  font-size: 15px;
  font-weight: 400;
}
.bg-pattern.live-class .card-materials-popover {
  color: #43425d;
}
.bg-pattern.live-class .card-materials-popover ul {
  padding-left: 1rem;
}
.bg-pattern.live-class-profesores {
  background-color: #f9f9f9 !important;
  color: #363636;
}
.bg-pattern.live-class-profesores .card-live-icon {
  display: flex;
  justify-content: end;
}
.bg-pattern.live-class-profesores .title-color {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  color: #000000;
  font-size: 16px;
}
.bg-pattern.live-class-profesores .title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.bg-pattern.live-class-profesores .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  color: #000000 !important;
  font-weight: 300;
  padding-left: 0px;
}
.bg-pattern.live-class-profesores .title-festival {
  font-weight: 800;
  font-size: 16px;
  color: #ed1e79;
}
.bg-pattern.live-class-profesores .title-festival2 {
  font-size: 16px;
  font-weight: 300;
  color: #ed1e79;
}
.bg-pattern.live-class-profesores .home-card {
  min-height: 190px;
  margin: 7px;
  border: 1px solid #ece9e9;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class-profesores .home-card .btn-encuentros {
    justify-content: center;
  }
}
.bg-pattern.live-class-profesores .home-card .card-age {
  color: #519cff;
  font-size: 12px;
}
.bg-pattern.live-class-profesores .home-card .card-title {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
.bg-pattern.live-class-profesores .home-card .card-subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class-profesores .home-card .card-subtitle {
    font-size: 14px;
  }
}
.bg-pattern.live-class-profesores .home-card .img-pajaro-prof {
  min-height: 99px;
  height: 99px;
}
.bg-pattern.live-class-profesores .home-card .age-card {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #ed1e79;
}
.bg-pattern.live-class-profesores .home-card .img-card {
  max-width: 288px;
  width: 288px;
}
.bg-pattern.live-class-profesores .home-card .button-container {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.live-class-profesores .home-card .button-container {
    flex-direction: unset;
  }
}
.bg-pattern.live-class-profesores .home-card .btn-card {
  width: 171px;
  height: 39px;
  font-size: 16px;
  background-color: #ed1e79;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Poppins";
  font-style: normal;
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class-profesores .home-card .btn-card {
    width: 171px !important;
    height: 39px !important;
    font-weight: 600 !important;
    font-size: 14px;
  }
}
.bg-pattern.live-class-profesores .home-card .btn-card2 {
  height: 39px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ed1e79;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ed1e79;
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.live-class-profesores .home-card .btn-card2 {
    width: 171px !important;
    height: 39px !important;
    font-weight: 400 !important;
    font-size: 14px;
  }
}
.bg-pattern.live-class-profesores .home-card .title-divider {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.bg-pattern.live-class-profesores .home-card .subtitle-divider {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.bg-pattern.live-class-profesores .home-card .btn-agendar {
  border-radius: 2px;
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  border: 1px solid #ed1e79;
  background-color: #ed1e79;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .bg-pattern.live-class-profesores .home-card .btn-agendar {
    height: 48px;
    font-size: 16px !important ;
    font-weight: 400;
  }
}
@media only screen and (min-width: 992px) {
  .bg-pattern.live-class-profesores .home-card .btn-agendar {
    width: 171px !important;
    height: 39px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background-color: #ed1e79;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1200px) {
  .bg-pattern.live-class-profesores .home-card .btn-agendar {
    width: 171px !important;
    height: 39px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
}
.bg-pattern.live-class-profesores .home-card .card-emision {
  font-size: 12px;
  font-style: normal;
  color: #000000;
  font-weight: 400;
}
.bg-pattern.live-class-profesores .home-card .card-materials-grabacion {
  color: #ed1e79;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  font-style: normal;
  text-align: left;
  margin-left: 2px;
  margin-top: -5px;
}
.bg-pattern.live-class-profesores .card-materials-popover {
  color: #43425d;
}
.bg-pattern.live-class-profesores .card-materials-popover ul {
  padding-left: 1rem;
}
.home-card-grabaciones {
  min-height: 174px;
  border: 1px solid #ece9e9;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
}
@media only screen and (min-width: 768px) {
  .home-card-grabaciones {
    min-height: 203px;
  }
}
@media only screen and (min-width: 992px) {
  .home-card-grabaciones {
    min-height: 174px;
  }
}
.home-card-grabaciones .title-grabacion {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .home-card-grabaciones .title-grabacion {
    font-size: 15px;
    font-weight: 400;
  }
}
.home-card-grabaciones .subtitle-grabacion {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .home-card-grabaciones .subtitle-grabacion {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .home-card-grabaciones .subtitle-grabacion {
    font-size: 12px;
  }
}
.home-card-grabaciones .btn-card3 {
  height: 48px;
  background-color: #ffffff;
  color: #54c7f6;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #54c7f6;
  border-radius: 2px;
}
.home-card-grabaciones .card-materials-grabacion {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .home-card-grabaciones .card-materials-grabacion {
    font-size: 15px;
    font-weight: 400;
  }
}
@media only screen and (min-width: 992px) {
  .home-card-grabaciones .card-materials-grabacion {
    font-size: 12px;
    font-weight: 400;
  }
}
.btn-grabacion {
  width: 190px;
  height: 48px;
  background-color: #54c7f6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .btn-grabacion {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-grabacion {
    width: 171px !important;
    height: 39px !important;
    background-color: #54c7f6;
    border: 1px solid #54c7f6;
    color: #ffffff;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-grabacion {
    width: 171px !important;
    height: 39px !important;
    background-color: #54c7f6;
    border: 1px solid #54c7f6;
    color: #ffffff;
  }
}
.linea-divisora {
  margin-top: 45px;
  color: #b2b2b2;
}
.anuncios {
  background: #d9d9d9;
  border-radius: 8px;
  padding: 8px;
}
body.activities {
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  body.activities {
    background-color: #fbfbfb;
  }
}
::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: white;
}
::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-corner {
  background: white;
}
.nav-tabs {
  border-radius: 6px;
  border-bottom: 0px;
  /* ESTO PASA CUANDO EL TAB */
}
@media only screen and (min-width: 768px) {
  .nav-tabs {
    padding: 0;
    border-bottom: 0 !important;
    margin-bottom: 80px;
    overflow-y: scroll;
    max-height: 450px;
  }
  .nav-tabs li a {
    padding: 2rem 5px 2rem 0;
    border: 1px solid #d9d9d9 !important;
    background-color: #f5f5f5;
    font-weight: bold;
    color: #adadad;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
  }
  .nav-tabs li a .activity-title {
    flex: 1;
  }
  .nav-tabs li a .activity-index div {
    height: 20px;
    width: 20px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 100%;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 576px) {
  .nav-tabs li a .activity-index div {
    font-size: 28px;
  }
}
.nav-link {
  background-color: #d9d9d9;
  color: #adadad;
  font-size: 11px;
}
@media only screen and (min-width: 992px) {
  .nav-link {
    font-size: 16px;
  }
}
.nav-link .nav-link-number {
  background-color: white;
  border-radius: 100%;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-link.active {
  color: #ff3b64 !important;
  border-color: #ff2063 !important;
  background-color: #ff2063 !important;
  border-radius: 6px !important;
}
.nav-link.active svg {
  color: white !important;
  fill: #ff3b64 !important;
}
.nav-link.active svg path {
  fill: #ff3b64 !important;
}
@media only screen and (min-width: 768px) {
  .nav-link.active svg path {
    fill: white !important;
  }
}
@media only screen and (min-width: 768px) {
  .nav-link.active {
    border: 2px solid white !important;
    background-color: #ff2063 !important;
    color: white !important;
  }
  .nav-link.active .activity-index {
    color: #ff2063 !important;
  }
}
.nav-link svg {
  color: #adadad !important;
  fill: #adadad !important;
}
.activity-container h4 {
  font-size: 14px;
}
.activity-container .activity-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.activity-container .activity-category {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}
.activity-container .activity-features {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
}
.activity-container .activity-description {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .activity-container .activity-description {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .activity-container .activity-description {
    font-size: 14px;
  }
}
.activity-container .activity-description ul {
  margin-left: -17px;
}
.activity-container .activity-description ul li:before {
  content: " ";
  background-color: black;
  font-weight: bold;
  display: inline-block;
}
.activity-container .activiy-downloads .resource-download-link {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  border: 1px solid #97d81d;
  background-color: #97d81d;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
@media only screen and (min-width: 364px) {
  .activity-container .activiy-downloads .resource-download-link {
    font-size: 14px;
  }
}
.activity-container .activiy-downloads .resource-download-link:hover {
  border-color: #a3ea1f;
  background-color: #a3ea1f;
}
.activity-container .activiy-downloads .resource-download-link:focus {
  border-color: #97d81d;
  background-color: #97d81d;
}
.activity-container .activiy-downloads .resource-download-link:active {
  border-color: #8bc71b;
  background-color: #8bc71b;
}
.parent-zone {
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .parent-zone {
    background-color: #f5f5f5;
  }
}
.parent-zone .page-title {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #525252;
}
@media only screen and (min-width: 992px) {
  .parent-zone .page-title {
    margin-top: 100px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .parent-zone .page-title {
    margin-top: 100px;
    font-size: 25px;
  }
}
@media only screen and (min-width: 576px) {
  .parent-zone .page-title {
    margin-top: 100px;
    font-size: 25px;
  }
}
.parent-zone .opciones-cuenta {
  margin-top: 60px;
  color: #525252;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  display: none;
}
@media only screen and (min-width: 576px) {
  .parent-zone .opciones-cuenta {
    display: block;
  }
}
.parent-zone .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 0.5px solid #ababab;
}
.parent-zone .parent-card {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}
@media only screen and (min-width: 576px) {
  .parent-zone .parent-card {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: none;
  }
}
.parent-zone .parent-card-background {
  padding: 0px;
}
@media only screen and (min-width: 576px) {
  .parent-zone .parent-card-background {
    padding: 30px;
  }
}
.parent-zone .parent-card-background img {
  border-radius: 100px;
  height: 122px;
  width: 122px;
  display: none;
}
@media only screen and (min-width: 576px) {
  .parent-zone .parent-card-background img {
    display: block;
  }
}
.parent-zone .parent-card-background .iconos-parent-card {
  display: block;
}
@media only screen and (min-width: 576px) {
  .parent-zone .parent-card-background {
    display: none;
  }
}
.parent-zone .parent-card-text {
  pointer-events: none;
  color: white;
  padding-bottom: 8px;
}
.parent-zone .parent-card-text-pretitle {
  font-size: 16px;
  color: #525252;
  margin-bottom: 20px;
  display: none;
}
@media only screen and (min-width: 576px) {
  .parent-zone .parent-card-text-pretitle {
    display: block;
  }
}
.parent-zone .parent-card-text-title {
  font-size: 16px;
  font-weight: bold;
  color: #525252;
  display: none;
}
@media only screen and (min-width: 576px) {
  .parent-zone .parent-card-text-title {
    display: block;
  }
}
.parent-zone .parent-card-text-pretitle-icono {
  font-size: 12px;
  color: #d0d0d0;
  display: block;
  margin-left: -70px;
}
@media only screen and (min-width: 576px) {
  .parent-zone .parent-card-text-pretitle-icono {
    display: none;
  }
}
.parent-zone .parent-card-text-title-icono {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #525252;
  display: block;
  margin-left: -70px;
}
@media only screen and (min-width: 576px) {
  .parent-zone .parent-card-text-title-icono {
    display: none;
  }
}
.parent-zone .parent-card .iconos-parent-card {
  margin-top: 16px;
  background: #ddebfb;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
@media only screen and (min-width: 576px) {
  .parent-zone .parent-card .iconos-parent-card {
    display: none;
  }
}
.formation-zone {
  background-color: #fbfbfb;
}
.formation-zone .select2.select2-container {
  margin-top: 30px;
  text-transform: none !important;
}
@media only screen and (min-width: 768px) {
  .formation-zone .select2.select2-container {
    margin-top: 50px;
  }
}
.formation-zone .page-title-formacion {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}
@media only screen and (min-width: 576px) {
  .formation-zone .page-title-formacion {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .formation-zone .page-title-formacion {
    margin-left: 30px;
    font-size: 25px;
  }
}
.formation-zone .subtitle-capacitacion {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
@media only screen and (min-width: 576px) {
  .formation-zone .subtitle-capacitacion {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .formation-zone .subtitle-capacitacion {
    font-size: 20px;
  }
}
.formation-zone .tabs-formacion {
  margin-top: 70px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
.formation-zone .course-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
  color: #000000;
  cursor: pointer;
}
.formation-zone .course-title:hover {
  color: #616161;
  border-bottom: 3px solid #616161;
}
.formation-zone .course-title.active {
  color: #4e9de3;
  border-bottom: 7px solid #4e9de3;
}
.formation-zone .course-title-divider {
  display: inline-block;
  height: 18px;
  width: 1px;
  background-color: #a0a0a0;
}
.formation-zone .page-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}
@media only screen and (min-width: 768px) {
  .formation-zone .page-title {
    margin-top: 40px;
    font-size: 20px;
  }
}
.formation-zone .course-available-list {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .formation-zone .course-available-list {
    margin-top: 55px;
  }
}
.formation-zone .course-available-list-video {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  background-color: #c5c5c5;
  border: 1px solid #bcb7b7;
}
.formation-zone .course-available-list-video.playing {
  background-color: #97d81d;
  border: 1px solid #008632;
}
.formation-zone .course-available-list-video.viewed {
  background-color: #69b7e4;
  border: 1px solid #046286;
}
@media only screen and (min-width: 576px) {
  .formation-zone .course-available-list-video {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .formation-zone .course-available-list-video {
    width: 58px;
    height: 58px;
  }
}
.formation-zone .course-current {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .formation-zone .course-current {
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-left: 15px;
  }
}
.formation-zone .course-current-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}
@media only screen and (min-width: 768px) {
  .formation-zone .course-current-title {
    font-size: 18px;
  }
}
.formation-zone .course-current-author {
  font-size: 12px;
}
.formation-zone .course-current-description {
  font-size: 14px;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 992px) {
  .formation-zone .course-current-description {
    -webkit-line-clamp: 7;
  }
}
.formation-zone .progress-vertical-bar {
  width: 6px;
  background-color: #73cbfd;
}
.formation-zone .progress-card {
  box-shadow: 0px 3px 26px #00000017;
  border-radius: 4px;
  margin-left: 4px;
  width: calc(100% - 10px);
  background-color: white;
}
.formation-zone .progress-card-title {
  font-size: 18px;
  font-weight: bold;
  color: #525252;
}
.formation-zone .progress-card-course-title {
  font-size: 14px;
}
.formation-zone .progress-card-course-bar {
  width: 92%;
}
.formation-zone .progress-card-course-bar .green-bar {
  height: 4px;
  background-color: #00e38c;
}
.formation-zone .last-viewed-videos-title {
  font-size: 18px;
  color: #525252;
}
.formation-zone .last-viewed-videos-list .last-viewed-video-description-title {
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}
.formation-zone .last-viewed-videos-list .last-viewed-video-description-author {
  font-size: 12px;
}
.formation-zone .last-viewed-videos-list .last-viewed-video-thumbnail .video {
  background-color: #43425d;
  border-radius: 6px;
}
.formation-zone .last-viewed-videos-list .last-viewed-video-thumbnail .video-play-icon {
  background-color: white;
  color: #97d81d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.vertical-separator {
  border-left: 2px solid #d9d9d9;
}
@media only screen and (max-width: 1200px) {
  .vertical-separator {
    border-left: 0px;
  }
}
.img-live-encounters img {
  filter: brightness(80%);
}
.tip-card {
  background-color: #7e7ef4;
  color: white;
  border-radius: 27px;
}
.tip-card img {
  margin-top: -80px;
}
.tip-card-title {
  font-size: 20px;
  font-weight: bold;
}
#id_category {
  padding: 0.5rem 1rem;
  width: 180px;
}
@media only screen and (min-width: 768px) {
  #id_category {
    width: auto;
  }
}
.select2:focus {
  outline: none;
}
.select2 .selection:focus {
  outline: none;
}
.select2 .selection .select2-selection:focus {
  outline: none;
}
.select2.select2-container {
  text-transform: capitalize;
  width: 240px;
}
@media only screen and (min-width: 768px) {
  .select2.select2-container {
    margin-top: -4px;
  }
}
.select2.select2-container .select2-selection {
  height: 49px;
  padding: 15px 4px;
  background: #fffefe;
  border: 1px solid #ababab;
  border-radius: 6px;
}
.select2.select2-container .select2-selection__arrow {
  margin-top: 8px;
  margin-right: 6px;
}
.select2-results__option--selectable::first-letter,
.select2-selection__rendered::first-letter {
  text-transform: capitalize;
}
.btn-download-study-plan {
  position: relative;
  top: 2.5rem;
  font-size: 12px !important;
}
@media only screen and (min-width: 992px) {
  .btn-download-study-plan {
    top: 6rem;
  }
}
.btn-blue-outlined {
  min-height: 46px;
  cursor: pointer;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: white;
  border: 5px solid white;
  background-color: #36c2f8;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  box-shadow: 0px 0px 3px #4099fa;
}
.btn-blue-outlined:focus {
  border-color: white;
  background-color: #36c2f8;
  outline: none;
}
.btn-blue-outlined:hover {
  border-color: white;
  background-color: #46d5ff;
  color: white;
}
.btn-blue-outlined:active {
  border-color: white;
  background-color: #32b5e7;
  outline: none;
  color: white;
}
.btn-blue-outlined[disabled] {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
.btn-blue {
  min-height: 46px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #36c2f8;
  background-color: #36c2f8;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
@media only screen and (min-width: 364px) {
  .btn-blue {
    font-size: 18px;
  }
}
.btn-blue:focus {
  border-color: #36c2f8;
  background-color: #36c2f8;
  outline: none;
}
.btn-blue:hover {
  border-color: #46d5ff;
  background-color: #46d5ff;
  color: white;
}
.btn-blue:active {
  border-color: #32b5e7;
  background-color: #32b5e7;
  outline: none;
}
.btn-blue[disabled] {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
.btn-green {
  min-height: 46px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #00d1af;
  background-color: #00d1af;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
@media only screen and (min-width: 364px) {
  .btn-green {
    font-size: 18px;
  }
}
.btn-green:focus {
  border-color: #00d1af;
  background-color: #00d1af;
  outline: none;
}
.btn-green:hover {
  border-color: #21dbbc;
  background-color: #21dbbc;
}
.btn-green:active {
  border-color: #0ec0a2;
  background-color: #0ec0a2;
  outline: none;
}
.btn-green[disabled] {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
.btn-green-dark {
  min-height: 40px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  border: 1px solid #0ec0a2;
  background-color: #0ec0a2;
  padding: 0rem 2rem;
  margin-top: 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
@media only screen and (min-width: 364px) {
  .btn-green-dark {
    font-size: 14px;
  }
}
.btn-green-dark:focus {
  border-color: #0ec0a2;
  background-color: #0ec0a2;
  outline: none;
}
.btn-green-dark:hover {
  border-color: #21dbbc;
  background-color: #21dbbc;
}
.btn-green-dark:active {
  border-color: #00d1af;
  background-color: #00d1af;
  outline: none;
}
.btn-green-dark[disabled] {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
.btn-gray {
  min-height: 46px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #c5c5c5;
  background-color: #c5c5c5;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
@media only screen and (min-width: 364px) {
  .btn-gray {
    font-size: 18px;
  }
}
.btn-gray:focus {
  border-color: #a8a8a8;
  background-color: #a8a8a8;
  outline: none;
}
.btn-gray:hover {
  border-color: #dadada;
  background-color: #dadada;
}
.btn-gray:active {
  border-color: #a8a8a8;
  background-color: #a8a8a8;
  outline: none;
}
.btn-gray[disabled] {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
.btn-transparent {
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 2px solid white;
  background-color: transparent;
  padding: 0.9rem 0.9rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
@media only screen and (min-width: 364px) {
  .btn-transparent {
    font-size: 18px;
  }
}
.btn-transparent:focus {
  border-color: white;
  background-color: white;
  color: #525252;
  outline: none;
}
.btn-transparent:hover {
  border-color: white;
  background-color: white;
  color: #525252;
}
.btn-transparent:active {
  border-color: #fafbfc;
  background-color: #fafbfc;
  color: #525252;
  outline: none;
}
.btn-transparent[disabled] {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
.btn-red {
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #ff2063;
  background-color: #ff2063;
  padding: 0.9rem 0.9rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
@media only screen and (min-width: 364px) {
  .btn-red {
    font-size: 18px;
  }
}
.btn-red:focus {
  border-color: #ff2063;
  background-color: #ff2063;
  outline: none;
}
.btn-red:hover {
  border-color: #ff5c8c;
  background-color: #ff5c8c;
}
.btn-red:active {
  border-color: #d0164d;
  background-color: #d0164d;
  outline: none;
}
.btn-red[disabled] {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
.btn-orange {
  min-height: 46px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #ef7d1d;
  background-color: #ef7d1d;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
@media only screen and (min-width: 364px) {
  .btn-orange {
    font-size: 18px;
  }
}
.btn-orange:focus {
  border-color: #ef7d1d;
  background-color: #ef7d1d;
  outline: none;
}
.btn-orange:hover {
  border-color: #ff993e;
  background-color: #ff993e;
}
.btn-orange:active {
  border-color: #d16d19;
  background-color: #d16d19;
  outline: none;
}
.btn-orange[disabled] {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
.btn-pale-orange {
  min-height: 46px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #ffbb95;
  background-color: #ffbb95;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
@media only screen and (min-width: 364px) {
  .btn-pale-orange {
    font-size: 18px;
  }
}
.btn-pale-orange:focus {
  border-color: #ffbb95;
  background-color: #ffbb95;
  outline: none;
}
.btn-pale-orange:hover {
  border-color: #f4bfa1;
  background-color: #f4bfa1;
}
.btn-pale-orange:active {
  border-color: #f09764;
  background-color: #f09764;
  outline: none;
}
.btn-pale-orange[disabled] {
  border-color: #c5c5c5;
  background-color: #c5c5c5;
}
.btn-purple {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: -7px;
  margin-left: 2px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #a14bff;
  background-color: #a14bff;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
.btn-purple:focus {
  outline: none;
  border: 1px solid #a14bff;
  background-color: #a14bff;
}
.btn-purple:hover {
  border: 1px solid #a964ff;
  background-color: #a964ff;
  text-decoration: none;
}
.btn-purple:active {
  border: 1px solid #922fff;
  background-color: #922fff;
}
.btn-purple-light {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #b768f3;
  background-color: #b768f3;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
.btn-purple-light:focus {
  outline: none;
  border: 1px solid #ac55ee;
  background-color: #ac55ee;
}
.btn-purple-light:hover {
  border: 1px solid #bf7cf3;
  background-color: #bf7cf3;
  text-decoration: none;
}
.btn-purple-light:active {
  border: 1px solid #ac55ee;
  background-color: #ac55ee;
}
.btn-indigo {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #6458f4;
  background-color: #6458f4;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
.btn-indigo:focus {
  outline: none;
  border: 1px solid #4f42db;
  background-color: #4f42db;
}
.btn-indigo:hover {
  border: 1px solid #786eed;
  background-color: #786eed;
  text-decoration: none;
}
.btn-indigo:active {
  border: 1px solid #4f42db;
  background-color: #4f42db;
}
.btn-lila {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
  border: 1px solid #b2b2f1;
  background-color: #b2b2f1;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
.btn-lila:focus {
  outline: none;
  border: 1px solid #a1a1e2;
  background-color: #a1a1e2;
}
.btn-lila:hover {
  border: 1px solid #c3c3f4;
  background-color: #c3c3f4;
  text-decoration: none;
}
.btn-lila:active {
  border: 1px solid #a1a1e2;
  background-color: #a1a1e2;
}
.btn-outline {
  font-size: 15px;
  border: 1px #c5c5c5 solid;
  padding: 0.5rem 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #525252;
  border: 1px solid #cdcdcd;
  background-color: white;
  padding: 0.5rem 1rem;
  -webkit-transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  transition: background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
}
.btn-outline:focus {
  outline: none;
  border: 1px solid #cdcdcd;
  background-color: white;
}
.btn-outline:hover {
  border: 1px solid #525252;
  background-color: #cdcdcd;
  text-decoration: none;
}
.btn-outline:active {
  border: 1px solid #525252;
  background-color: #adadad;
}
.activity-pelusa {
  height: 1px;
  margin-top: -40px;
  margin-left: -140px;
}
.card-responsive {
  margin-bottom: 52px;
}
@media only screen and (min-width: 768px) {
  .card-responsive {
    margin-bottom: 0px;
    background-color: white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 1rem 0rem 2rem 3rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}
body.backoffice {
  background-color: #ffffff;
}
body.backoffice .add-button {
  background-color: rgba(88, 102, 105, 0.44);
  color: white;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 100px;
  display: inline-block;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  body.backoffice .add-button {
    background-color: rgba(88, 102, 105, 0.44);
    color: white;
    height: 29px;
    width: 29px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
  }
}
body.backoffice .add-button:hover {
  color: white;
  background-color: #46d5ff;
}
body.backoffice .add-button:active {
  background-color: #32b5e7;
}
body.backoffice .classroom-box {
  color: #525252;
}
body.backoffice .classroom-features {
  color: #525252;
}
body.backoffice .classroom-features a {
  color: #525252;
}
body.backoffice .classroom-features a:hover {
  color: #363636;
  text-decoration: none;
}
body.backoffice .download-list {
  color: #525252;
}
body.backoffice .download-list a {
  color: #525252;
}
body.backoffice .download-list a:hover {
  color: #363636;
  text-decoration: none;
}
body .table {
  color: var(--text-grey) !important;
}
body .table a,
body .table a:hover {
  color: #32b5e7;
}
body .table-top,
body .table-bottom {
  display: flex;
  justify-content: space-between;
}
body .table-bottom {
  justify-content: flex-end;
  margin-top: 30px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  body .table-bottom {
    font-size: 16px;
  }
}
body .table-bottom .page-link {
  color: #36c2f8;
}
body .table-bottom .page-link:hover {
  color: #32b5e7;
  background-color: #e5e5e5;
}
body .table-bottom .page-item.active .page-link {
  background: #a6d5fd;
  border-radius: 12px;
  color: #6c6c6c;
}
body .table-bottom .page-item.disabled .page-link {
  color: #43425d;
}
body.avatar div.avatar img {
  cursor: pointer;
}
body.avatar div.avatar img.selected {
  border: 3px solid #e12962;
}
body.avatar div.modal-trigger {
  cursor: pointer;
  justify-content: center;
}
body.avatar div.modal-trigger img {
  width: 128px;
  height: 128px;
}
body.avatar div.modal-content {
  background-color: #fff;
}
body.avatar img.avatar-preview {
  border: 1px solid #d0d0d0;
  border-radius: 100%;
}
.attendance #pills-history {
  margin-top: -1.5rem;
}
.attendance .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 576px) {
  .attendance .title {
    font-size: 16px;
  }
}
.attendance .title-barra-progreso {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .attendance .title-barra-progreso {
    font-size: 16px;
  }
}
.attendance .subtitle-barra-progreso {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .attendance .subtitle-barra-progreso {
    font-size: 16px;
  }
}
.attendance .description {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #212529;
}
@media only screen and (min-width: 576px) {
  .attendance .description {
    font-size: 16px;
  }
}
.attendance .descrip {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  .attendance .descrip {
    margin-top: 26px;
    font-size: 16px;
  }
}
.attendance div.blue-event-calendar {
  background-color: #32b5e7 !important;
  color: white !important;
}
.attendance span.badge.badge-today {
  background-color: transparent;
}
.attendance div.zabuto_calendar .table tr td div.day.today {
  background-color: #c5c5c5;
}
.attendance div.zabuto_calendar .table tr td div.day {
  margin: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .attendance div.zabuto_calendar .table tr td div.day {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .attendance div.zabuto_calendar .table tr td div.day {
    font-size: 20px;
  }
}
.attendance div.zabuto_calendar .table tr.calendar-month-header td {
  background-color: #ffffff;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .attendance div.zabuto_calendar .table tr.calendar-month-header td {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .attendance div.zabuto_calendar .table tr.calendar-month-header td {
    font-size: 20px;
  }
}
.attendance div.zabuto_calendar .table tr.calendar-dow-header th {
  background-color: #ffffff;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .attendance div.zabuto_calendar .table tr.calendar-dow-header th {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .attendance div.zabuto_calendar .table tr.calendar-dow-header th {
    font-size: 20px;
  }
}
.attendance .zabuto_calendar-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.attendance div.zabuto_calendar .table-bordered tr.calendar-month-header td:first-child {
  border-left: 0px;
}
.attendance div.zabuto_calendar .table tr:last-child {
  border-bottom: 0px;
}
.attendance .card {
  border: 0;
  border-radius: 8px;
  background-color: white;
  overflow: hidden;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .attendance .card {
    padding: 1rem 1rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 6px solid transparent;
  }
  .attendance .card.status-good {
    border-bottom-color: #f8ff39;
  }
  .attendance .card.status-great {
    border-bottom-color: #66fea2;
  }
}
@media only screen and (min-width: 992px) {
  .attendance .card {
    padding: 1rem 4rem;
  }
}
.attendance .card .topic-week {
  background-color: #f8f8f9;
  padding: 6px 8px;
}
.attendance .card .topic-name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  padding: 3px;
}
@media only screen and (min-width: 768px) {
  .attendance .card .topic-name {
    font-size: 16px;
  }
}
.attendance .card .topic-descrip {
  font-size: 11px;
  color: #729dde;
}
.attendance .bg-progress {
  background: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .attendance .bg-progress {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
}
.attendance .bg-progress .grayed {
  filter: grayscale(100%);
}
.attendance .bg-progress .ico-progress {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-top: -14px;
}
@media only screen and (min-width: 992px) {
  .attendance .bg-progress .ico-progress {
    height: 80px;
    width: 80px;
    margin-top: -20px;
  }
}
.attendance .bg-progress .ico-progress.active {
  filter: none;
}
.attendance .bg-progress .left-block {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}
.attendance .bg-progress .right-block {
  display: inline-block;
  vertical-align: middle;
  width: 77%;
}
.attendance .bg-progress .cont-progress-circle {
  position: relative;
  width: 100%;
}
.attendance .bg-progress .cont-progress-circle .line {
  flex: 1;
  background-color: #38c8fd;
  height: 1px;
  position: relative;
  left: 18%;
}
.attendance .bg-progress .cont-progress-circle .cirle {
  top: -49px;
  width: 12%;
  float: left;
  color: #38c8fd;
  font-size: 8px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.attendance .bg-progress .cont-progress-circle .cirle.achievement {
  width: 17%;
}
@media only screen and (min-width: 768px) {
  .attendance .bg-progress {
    background-color: #fbfbfb;
  }
}
.attendance .zone-avatar .avatar {
  display: inline-block;
}
.attendance .zone-avatar .data-Info {
  display: inline-block;
  margin: 0 0px 0px 10px;
  padding: 0px 0 0 0;
  vertical-align: middle;
}
.attendance ul.nav {
  border-bottom: 1px solid #e8e8e8;
  padding: 7px 0;
}
.attendance ul.nav li a.nav-option {
  color: #aeadab;
  font-weight: bold;
  text-decoration: none;
}
.attendance ul.nav li a.nav-option.active {
  color: #34c1f6;
  border-bottom: 4px solid #34c1f6;
  padding: 6px 0;
}
.attendance ul.nav span.center-border {
  border-left: 1px solid #e8e8e8;
  border-image: linear-gradient(to bottom, rgba(232, 232, 232, 0) 10%, #e8e8e8 10%, #e8e8e8 90%, rgba(232, 232, 232, 0) 90%);
  border-image-slice: 1;
}
.attendance .bg-history-info {
  background: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .attendance .bg-history-info {
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }
}
.attendance .bg-history-info p {
  font-size: 14px;
}
.attendance .avatar-history {
  border: 1px solid #d0d0d0;
  border-radius: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.attendance .datos-titular {
  font-family: "Inter";
  font-style: normal;
}
.attendance #event-table {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  display: inline-table;
}
@media only screen and (min-width: 576px) {
  .attendance #event-table {
    font-size: 16px;
  }
}
.attendance #event-table tr:nth-child(even) {
  background-color: #ffffff;
}
.attendance #event-table tr:nth-child(odd) {
  background-color: #f3faff;
}
.attendance #event-table thead th {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .attendance #event-table thead th {
    font-size: 20px;
  }
}
.attendance .table-top {
  margin-top: 46px;
  display: inline-block;
}
@media only screen and (min-width: 576px) {
  .attendance .table-top {
    display: flex;
    justify-content: space-between;
  }
}
.library .title-tutorial {
  font-weight: 600;
  text-transform: uppercase;
}
.library .category-tutorial {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 12px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .library .category-tutorial {
    margin: 0;
  }
}
.library .category-autor {
  font-size: 12px;
}
.library hr.separator-tutorial {
  border-top: 1px dashed #8b8b8b;
  margin: 50px 0 5px 0;
}
.HomeVimeo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.HomeVimeo #current-class {
  background-color: rgba(0, 0, 0, 0.5);
}
.HomeVimeo #current-class.parallax {
  box-shadow: 0 0 10px #757575;
}
.HomeVimeo .video-player {
  margin-top: 8rem;
}
@media only screen and (min-width: 992px) {
  .HomeVimeo .video-player {
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 1200px) {
  .HomeVimeo .video-player {
    margin-top: 12rem;
  }
}
@media only screen and (min-width: 1600px) {
  .HomeVimeo .video-player {
    margin-top: 14rem;
  }
}
.HomeVimeo .class-title {
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .HomeVimeo .class-title {
    text-shadow: 0 0 15px #bd6538;
  }
}
@media only screen and (min-width: 1200px) {
  .HomeVimeo .PaddingVideoParallax {
    padding-left: 30%;
  }
}
.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}
.code-detail .child-link {
  color: #363636;
  text-decoration: none;
}
.code-detail .child-link .student-data {
  font-size: 14px;
  flex: 1;
}
.code-detail .child-link .student-data .student-stats {
  width: 90%;
}
.code-detail .child-link .student-data .student-name span.membership-status {
  background-color: #9a9a9a;
  width: 10px;
  height: 10px;
  content: " ";
  display: inline-block;
  border-radius: 50%;
}
.code-detail .child-link .student-data .student-name span.membership-status.active {
  background-color: #97d81d;
}
.code-detail .child-link .student-data .student-name span.membership-status.inactive {
  background-color: #ff2063;
}
.code-detail .child-link .student-data .student-name span.membership-status.grace {
  background-color: #fdfa58;
}
.code-detail .child-link .student-data .student-name span.membership-status.free_trial {
  background-color: #36c2f8;
}
.code-detail div.time-filter {
  margin-top: -150px;
  font-size: 16px;
  width: 170px;
}
@media only screen and (min-width: 768px) {
  .code-detail div.time-filter {
    margin-top: -46px;
  }
}
.code-detail a.child-link:hover {
  text-decoration: none !important;
  color: #363636;
}
.weekly-activities .history-button {
  background-color: #cbb6ff;
  border-color: #cbb6ff;
}
.weekly-activities .week-form,
.weekly-activities .current-week-form {
  background-color: #f8fafc;
  border-radius: 5px;
  color: #505151;
  flex-wrap: wrap;
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form,
  .weekly-activities .current-week-form {
    flex-direction: row;
  }
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form,
  .weekly-activities .current-week-form {
    flex-direction: row;
  }
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form,
  .weekly-activities .current-week-form {
    background-color: #f4f4f4;
  }
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form .form-media-calendario,
  .weekly-activities .current-week-form .form-media-calendario {
    justify-content: left !important;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .weekly-activities .week-form,
  .weekly-activities .current-week-form {
    padding: 2.5rem 2rem 2.5rem 2rem;
    color: #525252;
    font-weight: bold;
  }
}
.weekly-activities .week-form .icono-calendario,
.weekly-activities .current-week-form .icono-calendario {
  width: 17px;
  height: 17px;
  margin-right: 16px;
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form .icono-calendario,
  .weekly-activities .current-week-form .icono-calendario {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .weekly-activities .week-form .icono-calendario,
  .weekly-activities .current-week-form .icono-calendario {
    margin-left: 0px;
  }
}
.weekly-activities .week-form .date-form,
.weekly-activities .current-week-form .date-form {
  font-size: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form .date-form,
  .weekly-activities .current-week-form .date-form {
    font-weight: 700;
    font-size: 13px;
    color: #000000;
  }
}
@media only screen and (min-width: 992px) {
  .weekly-activities .week-form .date-form,
  .weekly-activities .current-week-form .date-form {
    font-weight: 700;
    font-size: 13px;
    color: #505151;
  }
}
.weekly-activities .week-form .icono-calendario-add,
.weekly-activities .current-week-form .icono-calendario-add {
  background-color: rgba(88, 102, 105, 0.44);
  color: white;
  height: 25px;
  width: 25px;
  border-radius: 100px;
  font-size: 12px;
}
.weekly-activities .week-form.current-week,
.weekly-activities .current-week-form.current-week {
  color: #00b2ff !important;
  font-weight: 600;
  font-size: 13px;
  background-color: #ddf5ff;
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form.current-week select,
  .weekly-activities .current-week-form.current-week select {
    border: 1px solid #00b2ff;
  }
}
.weekly-activities .week-form.current-week .icono-calendario,
.weekly-activities .current-week-form.current-week .icono-calendario {
  filter: invert(42%) sepia(60%) saturate(6154%) hue-rotate(536deg) brightness(107%) contrast(166%);
}
.weekly-activities .week-form.current-week .date-form,
.weekly-activities .current-week-form.current-week .date-form {
  color: #00b2ff !important;
}
.weekly-activities .week-form .week-form-fields,
.weekly-activities .current-week-form .week-form-fields {
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form .week-form-fields,
  .weekly-activities .current-week-form .week-form-fields {
    flex-direction: row;
  }
}
.weekly-activities .week-form .week-form-fields span,
.weekly-activities .current-week-form .week-form-fields span {
  max-height: 38px;
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form .week-form-fields span,
  .weekly-activities .current-week-form .week-form-fields span {
    max-height: 58px;
  }
}
.weekly-activities .week-form .week-form-fields span.no-select div,
.weekly-activities .current-week-form .week-form-fields span.no-select div {
  padding: 2px 6px;
  background-color: white;
  display: flex;
  justify-content: start;
  align-items: center;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  height: 38px;
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form .week-form-fields span.no-select div,
  .weekly-activities .current-week-form .week-form-fields span.no-select div {
    height: 56px;
  }
}
.weekly-activities .week-form select,
.weekly-activities .current-week-form select {
  display: block;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 2px;
  height: 38px;
}
@media only screen and (min-width: 576px) {
  .weekly-activities .week-form select,
  .weekly-activities .current-week-form select {
    height: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .weekly-activities .week-form select,
  .weekly-activities .current-week-form select {
    width: 35%;
    border: 0;
    border: 1px solid #d9d9d9;
    border-bottom: 2px solid #dfe1e6;
    background: none;
    width: 100%;
    cursor: pointer;
    display: block;
    background-color: #ffffff;
  }
}
.empty-week {
  color: #4099fa;
  font-weight: bold;
}
.current-week-header {
  background-color: #4099fa;
  color: white;
  font-weight: bold;
}
.membership-loading {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 1rem;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  text-align: center;
}
.child-profile-row {
  flex-direction: column;
  margin-top: -70px;
}
@media only screen and (min-width: 768px) {
  .child-profile-row {
    flex-direction: row;
  }
}
.login-or-signup {
  background-color: #5d5d5d;
  background-image: url(/static/images/bg-login-signup-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media only screen and (min-width: 768px) {
  .login-or-signup {
    background-image: url(/static/images/bg-login-signup.png);
  }
}
.login-or-signup .container {
  display: flex;
  align-items: center;
  min-height: 80vh;
}
.login-or-signup .container div.d-flex {
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .login-or-signup .container div.d-flex {
    height: unset;
  }
}
.login-or-signup .container div.d-flex .logo-inicio {
  margin-top: 100px;
}
@media only screen and (min-width: 768px) {
  .login-or-signup .container div.d-flex .logo-inicio {
    margin-top: 0;
  }
}
.login-or-signup .container div.d-flex .logo-inicio img {
  margin: auto;
  display: block;
  width: 44%;
}
@media only screen and (min-width: 768px) {
  .login-or-signup .container div.d-flex .logo-inicio img.logo-ne {
    width: 70%;
  }
}
.login-or-signup .container div.d-flex .subtitle {
  color: white;
  font-size: 14bx;
  margin-left: 50px;
}
@media only screen and (min-width: 768px) {
  .login-or-signup .container div.d-flex .subtitle {
    text-align: left;
    font-size: 26px;
  }
}
.login-or-signup .container div.d-flex .text-description {
  color: white;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .login-or-signup .container div.d-flex .text-description {
    font-size: 22px;
    max-width: 700px;
  }
}
.login-or-signup .container div.d-flex .buttons {
  margin-bottom: 45%;
}
@media only screen and (min-width: 768px) {
  .login-or-signup .container div.d-flex .buttons {
    margin-bottom: 5rem;
    width: 600px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.login-or-signup .container div.d-flex button {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .login-or-signup .container div.d-flex button {
    width: 240px;
  }
}
@media only screen and (min-width: 992px) {
  .login-or-signup .container div.d-flex button {
    width: 280px;
  }
}
.login-or-signup .logo-mbp {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) {
  .login-or-signup .logo-mbp {
    background-image: url(/static/images/home/BP.png);
    background-position: 70% 70%;
    background-size: 5%;
    background-repeat: no-repeat;
  }
}
.login-or-signup .button-inicio {
  margin-top: 100px;
}
@media (min-width: 992px) {
  .container {
    max-width: calc(100% - 42px);
  }
}
@media (min-width: 1320px) {
  .container {
    max-width: 1300px;
  }
}
.custom-snackbar {
  background-color: #36c2f8 !important;
  color: white !important;
  border-radius: 8px !important;
}
.custom-snackbar button {
  color: #5a5a5a !important;
  outline: none !important;
  font-weight: bold;
}
.custom-snackbar:hover {
  border-color: #46d5ff;
  background-color: #46d5ff;
}
#current-class div.class-locked,
#current-song div.class-locked {
  z-index: 4;
  width: calc(100% - 30px);
  height: 100%;
  background-color: rgba(25, 27, 28, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
#current-class div.class-locked-lock,
#current-song div.class-locked-lock {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #4f4f5e;
}
#free-trial-video-modal,
.dark-modal {
  background-color: rgba(0, 0, 0, 0.7);
}
#free-trial-video-modal .modal-content,
.dark-modal .modal-content {
  background: none;
  box-shadow: none;
  border: 0;
}
#free-trial-video-modal .s-an-title,
.dark-modal .s-an-title {
  font-size: 20px;
}
form.signup select#id_country {
  border: 0;
  border-bottom: 2px solid #dfe1e6;
  width: 100%;
  border-radius: 2px;
  padding: 0.4rem;
  padding-left: 2px;
  color: #777777 !important;
}
form.signup select#id_country:focus {
  border-color: #36c2f8;
}
form.signup .select2-selection {
  padding-left: 3px;
  padding-top: 0.4rem;
  color: #777777 !important;
}
form.signup input#id_code {
  text-align: left;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
#id_show_hide_password {
  position: absolute;
  right: 1rem;
  bottom: 0.5rem;
  cursor: pointer;
}
.text-decoration-underline {
  text-decoration: underline;
}
.membership-section {
  color: #616161;
  font-size: 14px;
}
.membership-section .membership-title {
  font-size: 20px;
  font-weight: bold;
}
.membership-section .membership-current-plan {
  font-weight: bold;
}
.salones {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-top: 3px;
}
@media only screen and (min-width: 576px) {
  .salones {
    font-family: "Poppins";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .salones {
    font-family: "Poppins";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
  }
}
@media only screen and (min-width: 992px) {
  .salones {
    font-family: "Poppins";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
  }
}
@media only screen and (min-width: 768px) {
  .box-sombra {
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 2px;
    padding-right: 2px;
  }
}
.classroom-card {
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .classroom-card {
    border-radius: 2px;
  }
}
.classroom-card .level-circle {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .classroom-card .level-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.classroom-card #swap-display-classroom {
  display: block;
}
@media screen and (min-width: 480px) {
  .classroom-card #swap-display-classroom {
    display: flex;
  }
}
@media only screen and (min-width: 576px) {
  .classroom-card #swap-display-classroom {
    display: block;
  }
}
.classroom-card .classroom-button-container,
.classroom-card .classroom-info-container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .classroom-card .classroom-button-container,
  .classroom-card .classroom-info-container {
    width: 50%;
    max-width: 50%;
    display: block;
  }
}
@media only screen and (min-width: 576px) {
  .classroom-card .classroom-button-container,
  .classroom-card .classroom-info-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: center;
  }
}
.classroom-card .classroom-card-button {
  border: none;
  color: white;
  text-decoration: none;
  padding: 4px 10px;
  font-size: 16px;
  border-radius: 2px;
  font-weight: 700;
  width: 168px;
  height: 49px;
}
@media only screen and (min-width: 576px) {
  .classroom-card .classroom-card-button {
    width: 188px;
    height: 32px;
  }
}
@media only screen and (min-width: 768px) {
  .classroom-card .classroom-card-button {
    border: none;
    color: white;
    text-decoration: underline;
    padding: 4px 10px;
    font-size: 14px;
    width: 144px;
    height: 32px;
    font-weight: 400;
  }
}
.classroom-card .classroom-card-title {
  font-weight: 700;
  font-size: 15px;
  margin-left: 7px;
}
@media only screen and (min-width: 992px) {
  .classroom-card .classroom-card-title {
    font-size: 12px;
    font-weight: bold;
    margin-left: 7px;
  }
}
.crear {
  font-size: 14px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
}
.crear a {
  color: rgba(0, 0, 0, 0.54);
}
.classroom-s {
  background-color: #f5efff;
}
.classroom-s .classroom-card-title {
  font-weight: 700;
  font-size: 15px;
  color: #bb8de9;
}
@media only screen and (min-width: 992px) {
  .classroom-s .classroom-card-title {
    font-weight: bold;
    font-size: 12px;
    color: #bb8de9;
  }
}
.classroom-s button {
  background-color: #bb8de9;
}
.classroom-s .level-circle {
  background-color: #d8bff5;
}
.classroom-s .divider {
  border-color: #bb8de9;
}
.classroom-a {
  background-color: #fff8ec;
}
.classroom-a .classroom-card-title {
  color: #fba079;
}
.classroom-a button {
  background-color: #fba079;
}
.classroom-a .level-circle {
  background-color: #fdceb4;
}
.classroom-a .divider {
  border-color: #fba079;
}
.classroom-b {
  background-color: #eaf9fe;
}
.classroom-b .classroom-card-title {
  color: #00b2ff;
}
.classroom-b button {
  background-color: #00b2ff;
}
.classroom-b .level-circle {
  background-color: #81d7fe;
}
.classroom-b .divider {
  border-color: #00b2ff;
}
.classroom-c {
  background-color: #e5ffdc;
}
.classroom-c .classroom-card-title {
  color: #67d449;
}
.classroom-c button {
  background-color: #67d449;
}
.classroom-c .level-circle {
  background-color: #b1eda4;
}
.classroom-c .divider {
  border-color: #67d449;
}
.back-image {
  min-height: calc(100vh - 110px);
}
@media only screen and (min-width: 768px) {
  .back-image {
    background-image: url(/static/images/backoffice/classroom/pelusa.png);
    background-position: 90% 100%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .back-image {
    background-position: 8% 85%, 95% 85%;
    background-repeat: no-repeat;
  }
  .back-image.mbp {
    background-size: 200px, 250px;
    background-image: url(/static/images/home/BP.png), url(/static/images/backoffice/classroom/pelusa.png);
  }
  .back-image.bpa {
    background-position: 8% 92%, 95% 90%;
    background-size: 200px, 250px;
    background-image: url(/static/images/home/logo-academia.png), url(/static/images/backoffice/classroom/pelusa.png);
  }
  .back-image.ne {
    background-image: url(/static/images/backoffice/classroom/logo-ne.png), url(/static/images/backoffice/classroom/pelusa.png);
  }
  .back-image.pw {
    background-position: 8% 100%, 95% 90%;
    background-size: 200px, auto;
    background-image: url(/static/images/home/logo-pw.png), url(/static/images/backoffice/classroom/pelusa.png);
  }
}
.whatsapp-logo {
  margin-top: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.37);
}
.imagen-pelusa {
  margin-top: -120px;
}
.grid-imagenes {
  margin-top: 80px;
}
.class-room,
.classroom {
  background-color: #f5f8ff;
  padding-left: 4px;
  padding-top: 4px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .class-room,
  .classroom {
    margin-top: 30px;
    padding-bottom: 0px;
  }
}
.class-room .level-circle,
.classroom .level-circle {
  background-color: #bb8de9;
  width: 34px;
  height: 34px;
}
@media only screen and (min-width: 992px) {
  .class-room .level-circle,
  .classroom .level-circle {
    width: 43px;
    height: 43px;
  }
}
.class-room .classroom-title,
.classroom .classroom-title {
  font-weight: bold;
  font-size: 18px;
}
.class-room .classroom-statistics,
.classroom .classroom-statistics {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
}
.class-room .classroom-numbers,
.classroom .classroom-numbers {
  color: #e6007e;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .class-room .classroom-numbers,
  .classroom .classroom-numbers {
    font-size: 40px;
  }
}
.class-room .classroom-numbers .temas-vistos,
.classroom .classroom-numbers .temas-vistos {
  font-weight: 600;
  font-size: 12px;
  color: #e6007e;
}
.class-room .classroom-action,
.classroom .classroom-action {
  display: flex;
  max-width: 86px;
  width: 86px;
  flex-direction: column;
  margin-bottom: 12px;
}
.class-room .classroom-iconos,
.classroom .classroom-iconos {
  background-color: #bb8de9;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
}
@media only screen and (min-width: 768px) {
  .class-room .classroom-iconos,
  .classroom .classroom-iconos {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .class-room .classroom-iconos,
  .classroom .classroom-iconos {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }
}
.class-room .classroom-iconos img,
.classroom .classroom-iconos img {
  height: 24px;
  width: 24px;
}
@media only screen and (min-width: 768px) {
  .class-room .classroom-iconos img,
  .classroom .classroom-iconos img {
    height: 29px;
    width: 29px;
  }
}
@media only screen and (min-width: 992px) {
  .class-room .classroom-iconos img,
  .classroom .classroom-iconos img {
    height: 16px;
    width: 16px;
  }
}
.class-room .text-enlace,
.classroom .text-enlace {
  font-weight: 400;
  font-size: 12px;
  color: #4e2e6d !important;
  text-decoration: none;
  line-height: 124%;
}
@media only screen and (min-width: 992px) {
  .class-room .text-enlace,
  .classroom .text-enlace {
    font-size: 14px;
    padding-left: 60px;
  }
}
.class-room .text-enlace a,
.classroom .text-enlace a {
  color: #4e2e6d !important;
}
#popup-main .classroom-iconos {
  background-color: #bb8de9;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
}
#popup-main .classroom-iconos img {
  height: 24px;
  width: 24px;
}
.imagen-maestra img {
  max-height: 200px;
}
.lista-tabla table {
  border: 0.5px solid #b2b2b2;
  margin-top: 20px;
}
.lista-tabla table thead {
  background-color: #f4f4f4;
  color: #505151;
  font-weight: 700;
}
.lista-tabla table thead .interaccion-title {
  font-size: 16px;
}
.lista-tabla table thead .interacciones-list {
  font-size: 14px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.lista-tabla table .listado-nombres {
  font-size: 15px;
  font-weight: 500;
}
.lista-tabla table .listado-nombres td {
  padding: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .lista-tabla table .listado-nombres td {
    padding: 0.75rem;
  }
}
.lista-tabla table .listado-nombres tr .student-count {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.lista-tabla table .listado-nombres tr a {
  margin-left: 20px;
  color: #505151;
}
.button-estudiantes {
  width: auto;
  height: 60px;
  background: #ffffff;
  border: 0.5px solid #efeded;
  border-radius: 5px;
}
.listado-button {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}
.fa-ojos {
  color: #009fe3;
}
.shadow-button {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.warning-exclamation {
  color: #e2574c;
}
.modal-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-button-blue {
  width: 95px;
  height: 35px;
}
.modal-button-red {
  width: 95px;
}
.modal-text {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.weekly-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .weekly-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
  }
}
.weekly-subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  text-align: justify;
}
@media only screen and (min-width: 576px) {
  .weekly-subtitle {
    font-size: 13px;
  }
}
.weekly-text {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-size: 11px;
  color: #000000;
  text-align: justify;
}
#action-buttons {
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  #action-buttons {
    justify-content: end !important;
  }
}
#action-buttons .btn-programming {
  height: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: white;
  max-width: 47%;
  flex: 1;
}
@media only screen and (min-width: 576px) {
  #action-buttons .btn-programming {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  #action-buttons .btn-programming {
    max-width: 30%;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  #action-buttons .btn-programming {
    height: 42px;
    max-width: 20%;
    font-size: 14px;
    margin-top: 40px;
  }
}
#action-buttons .btn-programming.programming-button-semana {
  background-color: #00b2ff;
}
#action-buttons .btn-programming.programming-button-tareas {
  background-color: #64cc47;
}
.title-semana {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}
@media only screen and (min-width: 576px) {
  .title-semana {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #505151;
  }
}
.icono-recordatorio {
  width: 60px;
  height: 27px;
  background-color: #fffefe;
  border-radius: 5px;
}
.icono-recordatorio .icono-info {
  background-color: white;
  width: 18px;
  height: 18px;
}
.programming-img {
  min-height: calc(100vh - 110px);
}
@media only screen and (min-width: 992px) {
  .programming-img {
    background-image: url(/static/images/home/logo-academia.png);
    background-position: 18% 95%;
    background-size: 12%;
    background-repeat: no-repeat;
  }
}
.programming-img .description {
  margin-top: 30px;
}
@media only screen and (min-width: 576px) {
  .programming-img .description {
    background-color: #f5f8ff;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .programming-img .description {
    background-color: unset;
    margin: auto;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .programming-img .description .container {
    background-color: #f5f8ff;
  }
}
.programming-img .description .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  text-align: justify;
}
.programming-img .description .recordatorio {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-size: 12px;
  text-align: justify;
}
@media only screen and (min-width: 992px) {
  .programming-img .description .recordatorio {
    font-size: 13px;
  }
}
.programming-img .description .historial-button {
  height: 52px;
  background-color: #00b2ff;
  border-radius: 2px;
  color: white;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  .programming-img .description .historial-button {
    font-weight: 400;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .programming-img .description .historial-button {
    height: 34px;
    font-weight: 600;
    font-size: 14px;
  }
}
.download .title-download {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #000000;
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  .download .title-download {
    font-size: 18px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .download .title-download {
    font-size: 18px;
    text-align: left;
  }
}
.download .cuadro-download {
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .download .cuadro-download {
    justify-content: flex-start;
  }
}
.download .cuadro-download .download-iconos {
  display: flex;
  justify-content: space-between;
}
.download .cuadro-download .text-download {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .download .cuadro-download .text-download {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .download .cuadro-download .text-download {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .download .cuadro-download .text-download {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
  }
}
.download .cuadro-download .bg-download {
  background-color: #edfdff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .download .cuadro-download .bg-download {
    min-height: 210px;
  }
}
.image-download-mbp {
  min-height: calc(100vh - 42px);
}
@media only screen and (min-width: 768px) {
  .image-download-mbp {
    background-image: url(/static/images/logo-alt.png);
    background-position: 17% 95%;
    background-size: 28%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .image-download-mbp {
    background-image: url(/static/images/logo-alt.png), url(/static/images/backoffice/classroom/tintilla.svg);
    background-position: 3% 90%, 100% 90%;
    background-size: 16%, 14%;
    background-repeat: no-repeat;
  }
}
.image-download-bpa {
  min-height: calc(100vh - 42px);
}
@media only screen and (min-width: 768px) {
  .image-download-bpa {
    background-image: url(/static/images/home/logo-academia.png);
    background-position: 17% 95%;
    background-size: 28%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .image-download-bpa {
    background-image: url(/static/images/home/logo-academia.png), url(/static/images/backoffice/classroom/tintilla.svg);
    background-position: 3% 88%, 100% 90%;
    background-size: 16%, 14%;
    background-repeat: no-repeat;
  }
}
.image-download-pw {
  min-height: calc(100vh - 42px);
}
@media only screen and (min-width: 768px) {
  .image-download-pw {
    background-image: url(/static/images/home/logo-pw.png);
    background-position: 16% 60%;
    background-repeat: no-repeat;
    background-size: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .image-download-pw {
    background-image: url(/static/images/home/logo-pw.png), url(/static/images/backoffice/classroom/tintilla.svg);
    background-position: 4% 100%, 98% 95%;
    background-repeat: no-repeat;
  }
}
.image-download-ne {
  min-height: calc(130vh - 80px);
}
@media only screen and (min-width: 768px) {
  .image-download-ne {
    background-image: url(/static/images/backoffice/classroom/logo-ne.png);
    background-position: 16% 76%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .image-download-ne {
    background-image: url(/static/images/backoffice/classroom/logo-ne.png), url(/static/images/backoffice/classroom/tintilla.svg);
    background-position: 4% 73%, 98% 73%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .bg-herramienta {
    border-radius: 20px;
    background-color: #f4fdfe;
  }
}
.icono-herramienta {
  width: 55px;
  height: 61px;
}
.title-herramienta {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 576px) {
  .title-herramienta {
    font-size: 18px;
    margin-left: 20px;
  }
}
.button-descargas {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  height: 65px;
  font-size: 17px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  padding: 0px;
}
.image-descarga-herramienta {
  min-height: calc(130vh - 80px);
}
@media only screen and (min-width: 576px) {
  .image-descarga-herramienta {
    background-image: url(/static/images/backoffice/classroom/neuroenglish.png);
    background-position: 20% 70%;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 992px) {
  .image-descarga-herramienta {
    background-image: url(/static/images/backoffice/classroom/logo-ne.png), url(/static/images/backoffice/classroom/tintilla.svg);
    background-position: 8% 65%, 98% 63%;
    background-size: 10%, 16%;
    background-repeat: no-repeat;
  }
}
.title-guia {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.recordatorio {
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
.recordatorio .fucsia {
  color: #e6007e;
}
.recordatorio .otro-color {
  color: #000000;
  font-weight: bold;
}
.button-recordatorio {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: white;
  background-color: #7ccff2;
  border-radius: 2px;
  width: 95px;
  height: 35px;
}
.categoria-buzon {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #00b2ff;
}
.title-estudiantes {
  padding-left: 4px;
}
@media only screen and (min-width: 576px) {
  .title-estudiantes {
    padding: 0px;
  }
}
.recordatorio-semana {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  background-color: #f0e9ff;
  border-radius: 17px;
  padding: 10px;
  margin-top: 60px;
  text-align: center;
}
.recordatorio-semana .text-color {
  font-weight: 700;
  color: #e6007e;
}
.recordatorio-semana .text-category {
  font-weight: 400;
  text-decoration: underline;
  color: #363636;
}
.modal-title {
  margin-left: 30px;
  margin-right: 30px;
  text-align: left;
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  .modal-title {
    margin-left: 30px;
    margin-right: 60px;
    text-align: left;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-title {
    margin-left: 30px;
    margin-right: 150px;
    text-align: left;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-title {
    margin-left: 30px;
    margin-right: 150px;
    text-align: left;
    margin-top: 0px;
  }
}
.modal-title .text-modal {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #e6007e;
}
.modal-title .text-modal2 {
  font-weight: bold;
  font-size: 16px;
}
.modal-imagen {
  height: 145px;
  margin-bottom: 20px;
  justify-content: end;
  align-items: end;
}
@media only screen and (min-width: 576px) {
  .modal-imagen {
    width: 130px;
    height: 130;
    margin-left: 180px;
    margin-top: -80px;
    margin-bottom: 20px;
  }
}
.button-close {
  display: flex;
  justify-content: end;
  margin-right: 20px;
  margin-top: 20px;
}
.button-close .close {
  color: #000000;
}
.listado {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  margin-left: 15px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .listado {
    font-size: 16px;
    margin-left: 15px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .listado {
    font-size: 16px;
    margin-left: 15px;
    margin-top: 20px;
  }
}
.imagen-pajaro {
  margin-top: -50px;
}
.btn-modal {
  color: white;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  background-color: #7ccff2;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 95px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .btn-modal {
    width: 171px;
    height: 32px;
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-modal {
    width: 171px;
    height: 32px;
    border-radius: 2px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}
@media only screen and (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}
.new-home .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #2f2c2c;
  display: block;
}
@media only screen and (min-width: 768px) {
  .new-home .title {
    display: none;
  }
}
.new-home .title-2 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  margin-left: 5px;
  color: #2f2c2c;
  display: none;
}
@media only screen and (min-width: 768px) {
  .new-home .title-2 {
    display: block;
  }
}
.new-home .icono-pajaro-home {
  border-radius: 100px;
  min-height: 67px;
  min-width: 67px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.09));
}
.new-home .greetings {
  font-weight: 600;
  font-size: 14px;
  color: #2f2c2c;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .new-home .greetings {
    justify-content: unset;
    gap: 30px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .new-home .greetings .saludo {
    margin-top: 70px;
  }
}
.new-home .greetings .saludo a {
  color: #525252;
}
.new-home .greetings .subtitle {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #8f8d8d;
}
@media only screen and (min-width: 768px) {
  .new-home .greetings .subtitle {
    font-size: 14px;
  }
}
.new-home .greetings .subtitle-2 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #8f8d8d;
}
@media only screen and (min-width: 768px) {
  .new-home .greetings .subtitle-2 {
    font-size: 14px;
    text-decoration-line: underline;
  }
}
.new-home .greetings .btn-view-video {
  min-height: 32px;
  width: 68px;
  background: #fafcc8;
  border-radius: 15px;
  font-weight: 600;
  font-size: 9px;
  line-height: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #000000;
  box-shadow: 0px 3px 6px #00000029;
}
.new-home .home-cards-wrapper-desktop {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .new-home .home-cards-wrapper-desktop {
    display: grid;
  }
}
.new-home .home-cards-wrapper-desktop .home-card {
  width: 100%;
  border-radius: 5px;
  background-color: white;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 20px 16px;
  min-height: 144px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}
.new-home .home-cards-wrapper-desktop .home-card.recommended {
  animation: breathing 2s ease-out infinite normal;
}
.new-home .home-cards-wrapper-desktop .home-card .home-card-tag {
  font-style: normal;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  justify-content: end;
  padding: 2px 5px;
  position: absolute;
  top: 40px;
  right: 10px;
}
.new-home .home-cards-wrapper-desktop .home-card .home-card-tag.tag-blue {
  color: #ffffff;
  background-color: #434af8;
}
.new-home .home-cards-wrapper-desktop .home-card .home-card-tag.tag-yellow {
  color: #ffffff;
  background-color: #b1c100;
}
.new-home .home-cards-wrapper-desktop .home-card .home-card-tag.tag-gray {
  color: #ffffff;
  background-color: #acacac;
}
.new-home .home-cards-wrapper-desktop .home-card .home-card-tag.tag-green {
  color: #ffffff;
  background-color: #00971c;
}
.new-home .home-cards-wrapper-desktop .home-card .video-locked {
  position: absolute;
  top: 26px;
  right: 20px;
  font-size: 30px;
  color: #a0a0a0;
}
.new-home .home-cards-wrapper-desktop .home-card-icon {
  background-color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-home .home-cards-wrapper-desktop .home-card-text {
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  max-width: 120px;
  margin: auto;
  margin-top: 40px;
  min-height: 34px;
}
.new-home .home-cards-wrapper-desktop .home-card .home-card-text {
  border-radius: 6px;
  min-width: 190px;
  padding: 0 14px;
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-yellow {
  background: #f9fcac;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-yellow .home-card-text {
  background-color: #ffdf61;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-blue {
  background: #b5e0ff;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-blue .home-card-text {
  background-color: #7dc9ff;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-green {
  background: #b8e698;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-green .home-card-text {
  background-color: #98d96a;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-lila {
  background: #cccbfe;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-lila .home-card-text {
  background-color: #b2b0f4;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-pink {
  background: #ffb5e1;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-pink .home-card-text {
  background-color: #ff95d4;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-gray {
  background: #f1f0f0;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-gray .home-card-text {
  color: #b5b5b5;
  background-color: #e3e3e3;
}
.new-home .home-cards-wrapper-desktop .home-card.bg-gray .home-card-icon img {
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .new-home .home-cards-wrapper-desktop .home-card.bg-gray .home-card-icon img {
    width: 25px;
    height: 25px;
  }
}
.new-home .home-cards-wrapper-desktop .home-card.bg-gray .home-img-bg img {
  opacity: 0.8;
  filter: grayscale(1);
}
.new-home .home-cards-wrapper-desktop .home-card .home-img-bg {
  background-color: white;
  width: 165px;
  height: 165px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 10px;
}
.new-home .home-cards-wrapper-desktop .home-card .home-img-bg .home-card-img {
  min-width: 50px;
  min-height: 50px;
  background-color: white;
  border-radius: 100%;
}
.new-home .home-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .new-home .home-cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
}
.new-home .home-cards-wrapper .home-card {
  width: 100%;
  border-radius: 5px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  min-height: 144px;
  box-shadow: 0px 3px 6px #00000029;
  position: relative;
}
.new-home .home-cards-wrapper .home-card.recommended {
  animation: breathing 2s ease-out infinite normal;
}
.new-home .home-cards-wrapper .home-card .home-card-tag {
  font-style: normal;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 2px 5px;
  position: absolute;
  top: 9px;
  right: 10px;
  line-height: 11px;
}
.new-home .home-cards-wrapper .home-card .home-card-tag.tag-blue {
  color: #ffffff;
  background-color: #434af8;
}
.new-home .home-cards-wrapper .home-card .home-card-tag.tag-yellow {
  color: #ffffff;
  background-color: #b1c100;
}
.new-home .home-cards-wrapper .home-card .home-card-tag.tag-gray {
  color: #ffffff;
  background-color: #acacac;
}
.new-home .home-cards-wrapper .home-card .home-card-tag.tag-green {
  color: #ffffff;
  background-color: #00971c;
}
.new-home .home-cards-wrapper .home-card .video-locked {
  position: absolute;
  top: 6px;
  right: 10px;
  color: #a0a0a0;
}
.new-home .home-cards-wrapper .home-card-icon {
  margin-top: 16px;
  background-color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new-home .home-cards-wrapper .home-card-text {
  margin-top: 14px;
  color: #363636;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  line-height: 13px;
  max-width: 120px;
}
.new-home .home-cards-wrapper .home-card.bg-yellow {
  background: #fafcc8;
  border-radius: 5px;
}
.new-home .home-cards-wrapper .home-card.bg-blue {
  background: #b5e0ff;
}
.new-home .home-cards-wrapper .home-card.bg-green {
  background: #b8e698;
  border-radius: 5px;
}
.new-home .home-cards-wrapper .home-card.bg-lila {
  background: #cccbfe;
  border-radius: 5px;
}
.new-home .home-cards-wrapper .home-card.bg-pink {
  background: #ffb5e1;
  border-radius: 5px;
}
.new-home .home-cards-wrapper .home-card.bg-gray {
  background: #f1f0f0;
  border-radius: 5px;
}
.new-home .home-cards-wrapper .home-card.bg-gray .home-card-text {
  color: #b5b5b5;
}
.new-home .home-cards-wrapper .home-card.bg-gray .home-card-icon img {
  opacity: 0.5;
}
.new-home .additional {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #2f2c2c;
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  .new-home .additional {
    font-size: 16px;
  }
}
.new-home .btn-home-card {
  background: #c0f2ef;
  border: 1px solid #c0f2ef;
  border-radius: 6px;
  min-height: 51px;
}
.new-home .btn-home-card .icon-button {
  background-color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .new-home .btn-home-card .icon-button {
    width: 63px;
    height: 63px;
  }
  .new-home .btn-home-card .icon-button img {
    width: 30px;
    height: 30px;
  }
}
.new-home .btn-home-card .title-button {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .new-home .btn-home-card .title-button {
    font-size: 14px;
  }
}
.new-home .btn-home-card .subtitle-button {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #000000;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .new-home .btn-home-card .subtitle-button {
    font-size: 13px;
  }
}
.new-home .btn-membresia {
  background: #ffffff;
  border: 1px solid #adadad;
  border-radius: 6px;
}
.new-home .btn-membresia .icon-membresia {
  background-color: #c9f9b2;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .new-home .btn-membresia .icon-membresia {
    width: 63px;
    height: 63px;
  }
  .new-home .btn-membresia .icon-membresia img {
    width: 30px;
    height: 30px;
  }
}
.new-home .btn-membresia .title-membresia {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .new-home .btn-membresia .title-membresia {
    font-size: 14px;
  }
}
.new-home .btn-membresia .subtitle-membresia {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  color: #8f8d8d;
  text-align: left;
  min-height: 17px;
}
@media only screen and (min-width: 992px) {
  .new-home .btn-membresia .subtitle-membresia {
    font-size: 13px;
  }
}
.new-home .title-modal {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 17px;
}
.new-home .btn-modal-home {
  background: #c0f2ef;
  border-radius: 5px;
  min-height: 35px;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #2f2c2c;
}
.title-festival .title {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  color: #ed1e79;
}
.title-festival .title2 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #ed1e79;
}
.home-card-bp {
  background-color: white;
  box-shadow: 0px 1px 3px #00000029;
  border-radius: 18px;
}
.home-card-bp .card-button {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .home-card-bp .card-button {
    flex-direction: row;
  }
}
.title-festival-bp .title-bp {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  color: #ed1e79;
}
.title-festival-bp .title2 {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #ed1e79;
}
.card-bp-button {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  align-self: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .card-bp-button {
    flex-direction: row;
  }
}
.card-bp-button .text-dia {
  font-weight: 700;
  text-align: end;
}
@media only screen and (min-width: 768px) {
  .card-bp-button .text-dia {
    text-align: start;
  }
}
.card-bp-button .subtitle-bp {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .card-bp-button .subtitle-bp {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .card-bp-button .subtitle-bp {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .card-bp-button .subtitle-bp {
    margin-top: 0px;
  }
}
.home-card-bp {
  min-height: 74px;
  margin: 20px;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .home-card-bp .btn-encuentros {
    justify-content: center;
  }
}
.home-card-bp .card-age {
  color: #519cff;
  font-size: 12px;
}
.home-card-bp .card-title {
  color: #000000;
  font-size: 15px;
  text-align: left;
}
.home-card-bp .card-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .home-card-bp .card-subtitle {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
  }
}
@media only screen and (min-width: 1200px) {
  .home-card-bp .card-subtitle {
    font-size: 15px;
  }
}
.home-card-bp .age-card {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  color: #ed1e79;
}
.home-card-bp .img-card {
  max-width: 106px;
}
.home-card-bp .button-container {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .home-card-bp .button-container {
    flex-direction: unset;
  }
}
.home-card-bp .btn-card {
  min-height: 39px;
  min-width: 150px;
  background-color: #ed1e79;
  border-radius: 2px;
  color: #ffffff;
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .home-card-bp .btn-card {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .home-card-bp .btn-card {
    font-size: 15px;
  }
}
.home-card-bp .btn-card2-bp {
  min-height: 39px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #ed1e79;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ed1e79;
}
@media only screen and (min-width: 992px) {
  .home-card-bp .btn-card2-bp {
    margin-right: 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .home-card-bp .btn-card2-bp {
    font-size: 15px;
  }
}
.home-card-bp .btn-card3 {
  height: 48px;
  background-color: #ffffff;
  color: #54c7f6;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #54c7f6;
  border-radius: 2px;
}
.home-card-bp .title-divider {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #000000;
}
.home-card-bp .subtitle-divider {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
.home-card-bp .btn-agendar {
  border-radius: 2px;
  font-family: "Poppins";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  border: 1px solid #ed1e79;
  background-color: #ed1e79;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .home-card-bp .btn-agendar {
    height: 48px;
    font-size: 16px !important ;
    font-weight: 400;
  }
}
@media only screen and (min-width: 992px) {
  .home-card-bp .btn-agendar {
    width: 171px !important;
    height: 39px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    background-color: #ffffff;
    color: #ed1e79;
  }
}
@media only screen and (min-width: 1200px) {
  .home-card-bp .btn-agendar {
    width: 171px !important;
    height: 39px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
}
.home-card-bp .btn-grabacion {
  width: 190px;
  height: 48px;
  background-color: #54c7f6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .home-card-bp .btn-grabacion {
    width: 190px !important;
    height: 39px !important;
    background-color: #ffffff;
    border: 1px solid #54c7f6;
    color: #54c7f6;
  }
}
@media only screen and (min-width: 1200px) {
  .home-card-bp .btn-grabacion {
    width: 190px !important;
    height: 39px !important;
  }
}
.home-card-bp .card-emision {
  font-size: 15px;
  font-style: normal;
  color: #000000;
  font-weight: 400;
}
.home-card-bp .card-materials {
  color: #ed1e79;
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins";
  font-style: normal;
  text-align: left;
  margin-left: 2px;
  margin-top: -5px;
}
.home-card-bp .card-materials-grabacion {
  font-size: 15px;
  font-weight: 400;
}
.home-simplificar-diseno {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .home-simplificar-diseno {
    display: none;
  }
}
.home-simplificar-diseno .home-saludo {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  color: #000000;
  justify-content: left;
}
.home-simplificar-diseno .home-ingresar {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
}
.home-simplificar-diseno .home-subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.home-simplificar-diseno .home-formulario {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.home-simplificar-diseno .home-formulario .home-form {
  width: 100%;
  min-height: 59px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #ababab;
  border: 0.6px solid #282828;
  border-radius: 6px;
}
.dashed {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .dashed {
    display: none;
  }
}
.icons-home {
  display: flex;
  justify-content: center;
}
.form-home-simplificar .olvidar-contrasena {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #adadad;
}
.home-ingresa {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #adadad;
}
