/* CARDS MEMBERSHIP */
input:focus,
textarea:focus,
select:focus,
div:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}
input:placeholder-shown,
textarea:placeholder-shown,
select:placeholder-shown,
div:placeholder-shown,
a:placeholder-shown {
  display: block;
}
.help-tip {
  cursor: pointer !important;
  color: #777777;
  height: 0px !important;
}
.help-tip-right-normal {
  cursor: pointer !important;
  position: absolute;
  top: 10px;
  right: -18px;
  color: #bbbbbb;
  display: block !important;
  height: 0px !important;
}
.help-tip-right-label {
  cursor: pointer !important;
  position: absolute;
  top: 16px;
  right: -18px;
  color: #bbbbbb;
  display: block !important;
  height: 0px !important;
}
body {
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  height: 100%;
}
body .card-form-loading {
  position: absolute;
  z-index: 2;
  top: 135px;
  left: 1rem;
  width: calc(100% - 2rem);
  height: 70%;
  background: rgba(255, 255, 255, 0.5);
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  pointer-events: none;
  text-align: center;
}
body .card-form-loading span {
  margin-top: calc(70% - 100px);
}
body .card-form .card-form-title {
  color: #43425d;
  font-weight: 600;
  letter-spacing: 2px;
}
body .card-form .card-form-subtitle {
  color: #616161;
}
body .card-form .card-form-gender {
  padding: 1rem 0 0;
}
body .card-form div.card-form-link a,
body .card-form div.card-form-link a:visited {
  color: #616161;
  text-decoration: none;
}
body .card-form .card-form-field input,
body .card-form .card-form-field select {
  outline: none;
  transition: border-bottom-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.4rem 0.4rem;
  color: #999999 !important;
}
body .card-form .card-form-field input {
  border: 0;
  border-bottom: 2px solid #dfe1e6;
}
body .card-form .card-form-field input:focus {
  border-color: #e36e6e;
  background-color: white;
}
@media only screen and (min-width: 768px) {
  body .card-form {
    background-color: white;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 1rem 3rem 2rem 3rem;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3) !important;
  }
}
body .card-form .iti--allow-dropdown {
  width: 100%;
}
body .card-form .form-control.datepicker-year {
  background-color: white;
  width: 1% !important;
}
body .content-center {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
body .content-center .center-card {
  display: table-cell;
  vertical-align: middle;
}
.card-column {
  background-color: white;
  width: 100%;
  max-width: 640px;
  min-height: 100vh;
  height: 100%;
  color: #363636;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  border-radius: 10px;
}
.card-column .label-terminos-condiciones {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #adadad;
}
@media only screen and (min-width: 768px) {
  .card-column {
    padding: 1rem 8rem 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
  }
}
@media only screen and (min-width: 992px) {
  .card-column {
    padding: 20px;
    max-width: 500px;
    min-height: unset;
  }
}
.card-column a {
  color: #363636;
  font-weight: bold;
}
.card-column a.terms {
  font-weight: normal;
  color: #adadad;
  text-decoration: underline;
}
.card-column .title {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  color: #363636;
}
.card-column .subtitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
}
.card-column .title-registro {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  color: #363636;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .card-column .title-registro {
    text-align: left;
  }
}
.card-column .subtitle-registro {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .card-column .subtitle-registro {
    text-align: left;
  }
}
.card-column .title-contrasena {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  color: #363636;
  text-align: center;
  margin-top: 55px;
}
@media only screen and (min-width: 992px) {
  .card-column .title-contrasena {
    text-align: left;
  }
}
.card-column .subtitle-contrasena {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  text-align: left;
  margin-top: 65px;
}
@media only screen and (min-width: 992px) {
  .card-column .subtitle-contrasena {
    text-align: left;
  }
}
.card-column .password-recuperacion {
  margin-top: 45px;
}
.card-column .button-recuperacion {
  margin-top: 65px;
  margin-bottom: 80px;
}
.card-column .title-registro-nino {
  font-family: "Inter";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  color: #363636;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .card-column .title-registro-nino {
    text-align: left;
  }
}
.card-column .subtitle-registro-nino {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .card-column .subtitle-registro-nino {
    text-align: left;
  }
}
.card-column .subtitle-avatar {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #363636;
}
.card-column .seleccion-avatar {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #363636;
}
.card-column .button-continuar {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.card-column .separator {
  color: #b5b5b5;
}
.card-column .gender {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
}
.card-column .content-tumb-avatar {
  border: 1px solid #000;
}
.card-column div.link a,
.card-column div.link a:visited {
  text-decoration: none;
}
.card-column .btn-outline-facebook,
.card-column .btn-outline-google,
.card-column .btn-outline-email {
  font-size: 15px;
  border: 1px #c5c5c5 solid;
  padding: 0.5rem 0;
  margin: 5px 0;
  color: #525252;
}
.card-column .btn-outline-facebook img,
.card-column .btn-outline-google img,
.card-column .btn-outline-email img {
  width: 20px;
}
.card-column .btn-outline-email img {
  width: 24px;
}
.card-column .dashed-divider {
  border-top: 2px dashed #e4e4e4;
  position: relative;
  top: 10px;
}
.card-column .field input,
.card-column .field select {
  outline: none;
  transition: border-bottom-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.9rem 0.9rem;
  color: #999999 !important;
}
.card-column .field input {
  border: 0.6px solid #282828;
  border-radius: 6px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #ababab;
}
.card-column .field input:focus {
  border-color: #e36e6e;
  background-color: white;
}
.card-column .field button.max-width-btn {
  max-width: 200px;
}
.card-column .iti--allow-dropdown {
  width: 100%;
}
.card-column .form-control.datepicker-year {
  background-color: white;
  width: 1% !important;
  letter-spacing: 2px;
  border: 0;
}
.card-column .content-datapicker {
  margin: 0;
  border: 0.6px solid #282828;
  border-radius: 6px;
  padding: 5px;
}
.card-column + .card-form-loading {
  max-width: 496px;
  padding-top: 10%;
}
.card-form-confirm {
  background-color: white;
  padding: 1rem 4rem 2rem 4rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.card-form-confirm .title {
  color: #43425d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}
.card-form-confirm .subtitle {
  color: #616161;
  font-size: 14px;
}
.card-form-confirm button.btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5rem 1rem;
}
.card-form-confirm button.card-form-button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5rem 0;
  margin-top: 2rem;
  color: #fff;
  background-color: #36c2f8;
  border: 1px solid #36c2f8;
  -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;
  width: 100%;
  max-width: 200px;
}
.card-form-confirm button.card-form-button:focus {
  background-color: #36c2f8;
  border-color: #36c2f8;
}
.card-form-confirm button.card-form-button:hover {
  background-color: #46d5ff;
  border-color: #46d5ff;
}
.card-form-confirm button.card-form-button:active {
  background-color: #32b5e7;
  border-color: #32b5e7;
}
.card-form-confirm .text-info-min {
  font-size: 12px;
}
.card-form-field input,
.card-form-field select {
  outline: none;
  transition: border-bottom-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.4rem 0.4rem;
  color: #999999 !important;
}
.card-form-field input {
  border: 0;
  border: 0.6px solid #282828;
  border-radius: 6px;
  min-height: 49px;
}
.card-form-field input:focus {
  border-color: #e12962;
  background-color: white;
}
.dropdown-menu {
  min-width: 14rem;
}
.invalid-feedback {
  display: block !important;
}
.input-group-append .input-icon-button {
  border: 0;
  border-bottom: 2px solid #d0cdcd;
}
.chat-icon {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 60px;
  margin-bottom: 60px;
  cursor: pointer;
  box-shadow: 3px 3px 12px -3px #353535;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: box-shadow 0.1s ease-in-out;
}
@media only screen and (min-width: 1200px) {
  .chat-icon {
    margin-right: 90px;
  }
}
.chat-icon:hover {
  box-shadow: 3px 3px 18px -4px #000000;
}
.chat-icon:hover .custom-tooltip {
  visibility: visible;
  opacity: 1;
}
.chat-icon .custom-tooltip {
  visibility: hidden;
  opacity: 0;
  width: 200px;
  background-color: #ffffff;
  color: #525252;
  border: 1px solid #bbbbbb;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  box-shadow: 2px 2px 10px -2px grey;
  transition: visibility 0.1s linear, opacity 0.1s linear;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  top: -5px;
  right: 120%;
  z-index: 1;
}
.chat-icon .custom-tooltip:after {
  content: "";
  position: absolute;
  background: white;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  right: -5px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.chat-icon.whatsapp-icon {
  height: 48px;
  width: 48px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #53d365;
  z-index: 10;
}
.chat-icon.whatsapp-icon i {
  color: white;
  position: relative;
}
.chat-icon .contact-text {
  color: #363636;
  right: 10px;
  top: 52px;
  position: relative;
  text-align: center;
}
.select2-results__option::first-letter {
  text-transform: uppercase !important;
}
.introjs-tooltip {
  min-width: 0 !important;
  max-width: 100% !important;
}
/* Floating labels */
.form-label-group {
  position: relative;
}
.header-memberchip.green-border-bottom {
  border-bottom: 4px solid #97d81d;
}
.header-memberchip.yellow-border-bottom {
  border-bottom: 4px solid #e8e118;
}
.header-memberchip.red-border-bottom {
  border-bottom: 4px solid #de4646;
}
.header-memberchip p {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
.header-memberchip .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.header-memberchip .no-gutters > .col,
.header-memberchip .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .header-memberchip {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
    background-color: white;
    padding: 1rem;
  }
  .header-memberchip p {
    font-size: 20px;
    line-height: 22px;
  }
}
.circle-button-icon {
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  line-height: 20px;
}
.circle-button-icon.green-circle-color {
  background-color: #97d81d;
}
.circle-button-icon.yellow-circle-color {
  background-color: #e8e118;
}
.circle-button-icon.red-circle-color {
  background-color: #de4646;
}
@media only screen and (min-width: 768px) {
  .circle-button-icon {
    width: 35px;
    height: 35px;
    font-size: 23px;
    line-height: 34px;
    margin: 0 auto;
  }
}
.card-memberchip {
  border-radius: 0;
  background-color: white;
  overflow: hidden;
}
.card-memberchip .card-content {
  padding: 1rem;
}
.card-memberchip .card-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #363636;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .card-memberchip .card-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .card-memberchip .card-title {
    font-size: 20px;
  }
}
.card-memberchip .original-price {
  color: #363636;
  font-size: 20px;
  text-decoration: line-through;
}
@media only screen and (min-width: 768px) {
  .card-memberchip .original-price {
    font-size: 24px;
  }
}
.card-memberchip .discount-container {
  flex: 0.7;
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .card-memberchip .discount-container {
    margin-top: 0;
  }
}
.card-memberchip .discount-container .discount-percent {
  text-transform: uppercase;
  font-weight: bold;
  color: #363636;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .card-memberchip .discount-container .discount-percent {
    font-size: 28px;
  }
}
.card-memberchip .price {
  font-size: 32px;
}
@media only screen and (min-width: 768px) {
  .card-memberchip .price {
    font-size: 56px;
  }
}
.card-memberchip .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;
}
.card-memberchip .current-price:active,
.card-memberchip .current-price:focus {
  outline: none;
}
@media only screen and (min-width: 768px) {
  .card-memberchip .current-price {
    height: 150px;
    width: 150px;
  }
}
.card-memberchip .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) {
  .card-memberchip .current-price .price-currency {
    font-size: 12px;
    top: 10px;
  }
}
.card-memberchip .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) {
  .card-memberchip .current-price .price-decimal {
    font-size: 12px;
    left: 8px;
    bottom: 10px;
  }
}
.card-memberchip .buy-now {
  margin-top: 1rem;
  position: relative !important;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid transparent;
  color: #fafbfc;
  width: 100%;
}
.card-memberchip .buy-now:active,
.card-memberchip .buy-now:focus {
  outline: none;
}
.card-memberchip.blue-sky .current-price {
  border-color: #73cbfd;
  background-color: #73cbfd;
}
.card-memberchip.blue-sky .current-price:hover {
  border-color: #8cd5ff;
  background-color: #8cd5ff;
}
.card-memberchip.blue-sky .current-price:active {
  border-color: #69b7e4;
  background-color: #69b7e4;
}
.card-memberchip.blue-sky .buy-now {
  background-color: #73cbfd;
}
.card-memberchip.blue-sky .buy-now:hover {
  background-color: #8cd5ff;
}
.card-memberchip.blue-sky .buy-now:active {
  background-color: #69b7e4;
}
.card-memberchip.orange .current-price {
  border-color: #ef7d1d;
  background-color: #ef7d1d;
}
.card-memberchip.orange .current-price:hover {
  border-color: #ff993e;
  background-color: #ff993e;
}
.card-memberchip.orange .current-price:active {
  border-color: #d16d19;
  background-color: #d16d19;
}
.card-memberchip.orange .buy-now {
  background-color: #ef7d1d;
}
.card-memberchip.orange .buy-now:hover {
  background-color: #ff993e;
}
.card-memberchip.orange .buy-now:active {
  background-color: #d16d19;
}
.card-memberchip.lila .current-price {
  border-color: #ae77d1;
  background-color: #ae77d1;
}
.card-memberchip.lila .current-price:hover {
  border-color: #c290e0;
  background-color: #c290e0;
}
.card-memberchip.lila .current-price:active {
  border-color: #965eb9;
  background-color: #965eb9;
}
.card-memberchip.lila .buy-now {
  background-color: #ae77d1;
}
.card-memberchip.lila .buy-now:hover {
  background-color: #c290e0;
}
.card-memberchip.lila .buy-now:active {
  background-color: #965eb9;
}
.card-memberchip.red .current-price {
  border-color: #e36e6e;
  background-color: #e36e6e;
}
.card-memberchip.red .current-price:hover {
  border-color: #eb8686;
  background-color: #eb8686;
}
.card-memberchip.red .current-price:active {
  border-color: #ca5d5d;
  background-color: #ca5d5d;
}
.card-memberchip.red .buy-now {
  background-color: #e36e6e;
}
.card-memberchip.red .buy-now:hover {
  background-color: #eb8686;
}
.card-memberchip.red .buy-now:active {
  background-color: #ca5d5d;
}
.membership-redeem {
  background-color: #f1f1f1;
}
.membership-redeem label {
  font-weight: bold;
  text-transform: uppercase;
}
.membership-redeem input {
  width: calc(100% - 40px);
  border-radius: 8px;
  padding: 9px 15px;
  text-align: left;
  font-size: 15px;
  border: 1px solid #e6e5e5;
  box-shadow: inset 0 0 4px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.membership-redeem button.redeem-buttom-summit {
  width: calc(100% - 40px);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5rem 0;
  color: #fff;
  background-color: #36c2f8;
  border: 1px solid #36c2f8;
  -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;
}
.membership-redeem button.redeem-buttom-summit:focus {
  background-color: #36c2f8;
  border-color: #36c2f8;
}
.membership-redeem button.redeem-buttom-summit:hover {
  background-color: #46d5ff;
  border-color: #46d5ff;
}
.membership-redeem button.redeem-buttom-summit:active {
  background-color: #32b5e7;
  border-color: #32b5e7;
}
.HelpInfo {
  position: fixed;
  display: block;
  bottom: 1px;
  right: 1px;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
}
.HelpInfo a {
  text-decoration: none;
  color: #545454;
  font-size: 14px;
}
.HelpInfo a:hover {
  color: #2b2b2b;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .form-label-group label {
    position: static;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
.parent-zone .select-flag-icon img,
.songs .select-flag-icon img {
  width: 30px;
}
.parent-zone .iti--allow-dropdown,
.songs .iti--allow-dropdown {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .parent-zone .wrapper,
  .songs .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
  }
}
.parent-zone .form-fields,
.songs .form-fields {
  flex: 2;
}
@media only screen and (max-width: 991px) {
  .parent-zone #sidebar ul,
  .songs #sidebar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
.parent-zone #sidebar ul a,
.songs #sidebar ul a {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .parent-zone #sidebar ul a li,
  .songs #sidebar ul a li {
    height: 60px;
    border-bottom: 4px solid #eeefef;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .parent-zone #sidebar ul a li .fa,
  .songs #sidebar ul a li .fa {
    transform: scale(1.6, 1.6);
    color: #c5c5c5;
  }
  .parent-zone #sidebar ul a li.active,
  .songs #sidebar ul a li.active {
    border-bottom: 4px solid #ff3b64;
  }
  .parent-zone #sidebar ul a li.active span,
  .songs #sidebar ul a li.active span {
    color: #000;
  }
  .parent-zone #sidebar ul a li.active.color-purple,
  .songs #sidebar ul a li.active.color-purple {
    border-bottom: 4px solid #9a4dff;
  }
  .parent-zone #sidebar ul a li.active.color-yellow,
  .songs #sidebar ul a li.active.color-yellow {
    background-color: #fadf02;
    border-color: #c5c5c5;
  }
  .parent-zone #sidebar ul a li.active.color-blue-sky,
  .songs #sidebar ul a li.active.color-blue-sky {
    border-bottom: 4px solid #4fc1f8;
  }
  .parent-zone #sidebar ul a li.active .fa,
  .songs #sidebar ul a li.active .fa {
    color: white;
  }
  .parent-zone #sidebar ul a li span,
  .songs #sidebar ul a li span {
    color: #c4c4c4;
  }
}
.parent-zone #sidebar span,
.songs #sidebar span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #353535;
  display: inline;
}
@media only screen and (min-width: 992px) {
  .parent-zone #sidebar span,
  .songs #sidebar span {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .parent-zone #sidebar,
  .songs #sidebar {
    min-width: 250px;
    max-width: 250px;
  }
  .parent-zone #sidebar .active,
  .songs #sidebar .active {
    background-color: #f3f3f3;
    border-right: 7px solid #ff2063 !important;
  }
  .parent-zone #sidebar .active span,
  .songs #sidebar .active span {
    color: #000;
  }
  .parent-zone #sidebar .active.color-yellow,
  .songs #sidebar .active.color-yellow {
    border-right: 7px solid #fadf02 !important;
  }
  .parent-zone #sidebar .active.color-purple,
  .songs #sidebar .active.color-purple {
    border-right: 7px solid #9a4dff !important;
  }
  .parent-zone #sidebar .active.color-blue-sky,
  .songs #sidebar .active.color-blue-sky {
    border-right: 7px solid #4fc1f8 !important;
  }
  .parent-zone #sidebar .active a,
  .songs #sidebar .active a {
    color: #616161;
  }
  .parent-zone #sidebar a,
  .songs #sidebar a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #353535;
  }
  .parent-zone #sidebar a i,
  .songs #sidebar a i {
    margin-right: 10px;
  }
  .parent-zone #sidebar li,
  .songs #sidebar li {
    padding: 7% 10%;
    border-right: 7px solid #eeefef;
    border-bottom: 1px solid #c5c5c5;
    cursor: pointer;
  }
  .parent-zone #sidebar li span,
  .songs #sidebar li span {
    color: #c4c4c4;
  }
}
button.form-button {
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5rem 0;
  margin-top: 2rem;
  color: #fff;
  background-color: #e12962;
  border: 1px solid #e12962;
  border-radius: 6px;
  -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;
}
button.form-button:focus {
  background-color: #e12962;
  border-color: #e12962;
}
button.form-button:hover {
  background-color: #e12962;
  border-color: #e12962;
}
button.form-button:active {
  background-color: #e12962;
  border-color: #e12962;
}
.fadebg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.avatar-initials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.avatar-initials.small {
  min-width: 40px;
  height: 40px;
}
.avatar-initials.medium {
  min-width: 60px;
  height: 60px;
}
.avatar-initials.big {
  min-width: 80px;
  height: 80px;
}
.avatar-initials.gender-m {
  background-color: #8cd5ff;
  color: #1a84b6;
}
.avatar-initials.gender-f {
  background-color: #cbb6ff;
  color: #904d90;
}
.avatar-initials.gender-o {
  background-color: #003366;
  color: white;
}
.activities .category-item {
  cursor: pointer;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
  position: relative;
  margin: 5px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .activities .category-item {
    max-width: 150px;
    max-height: 150px;
  }
}
.activities .category-item:before {
  position: absolute;
  display: block;
  content: "";
  width: 90%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 13px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 768px) {
  .activities .category-item:before {
    width: 100%;
  }
}
.activities .category-item.suggested-item:before {
  background: none;
  box-shadow: inset 0 0 0 13px rgba(255, 255, 255, 0.6), 0 1px 7px #fd7b7b;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}
.activities .category-item.regular-background:before {
  background: none;
}
.activities .category-item:hover:before {
  background: rgba(255, 255, 255, 0.2);
}
.activities img.category-thumbnail {
  display: block;
  max-width: 180px;
  max-height: 180px;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) {
  .activities img.category-thumbnail {
    max-width: 150px;
    max-height: 150px;
  }
}
.activities .category-link:focus {
  outline: 0;
}
.activities .BannerMenu {
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #fd7b7b;
  padding: 5px 0;
}
.activities .TitleCategory {
  font-weight: bold;
  color: #4995d8;
  text-align: center;
  font-size: 22px;
}
.activities .TitleTypeCategory {
  font-size: 20px;
  font-weight: bold;
  color: #3d8de4;
  margin: 0;
}
.activities .contdetailcat {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  .activities .contdetailcat {
    overflow-x: initial;
  }
}
.activities .contspinner {
  width: calc(100% - 30px);
  position: absolute;
  margin: 10% 0 20% 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .activities .contspinner {
    margin: 20% 0 20% 0;
  }
}
.activities .spanspinner {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.activities .btnCategory {
  width: 32%;
  display: inline-block;
  text-align: center;
}
.activities .btnCategory img {
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .activities .btnCategory img {
    width: 80px;
  }
}
.activities .btnText {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .activities .TitleTypeCategory {
    color: #37434f;
  }
  .activities .btnCategory {
    width: 19%;
  }
  .activities .bg-pattern {
    height: calc(100% - 42px);
  }
  .activities .bg-pattern.has-message {
    height: calc(100% - 76px);
  }
}
.activities .select2-selection__rendered {
  line-height: 1.5rem;
  text-align: left;
  margin-top: -4px;
}
.activities .select2-selection__arrow {
  top: 32%;
}
.tooltip-b {
  position: relative;
  display: inline-block;
}
.tooltip-b .tooltiptext {
  visibility: hidden;
  font-size: 12px;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-b .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip-b:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.contentback {
  position: absolute;
  width: 100%;
  height: calc(100% - 78px);
  top: 78px;
  left: 0;
}
.contentback .sueloback {
  width: 100%;
  height: 30%;
  background-color: #e3d4ff;
  bottom: 0;
  position: absolute;
  border-top: 10px solid #fff;
  border-bottom: 6px solid #fff;
}
.contentback .dibujosback {
  left: 20px;
  top: 20px;
  position: absolute;
}
.contentback .lockersback {
  bottom: 110px;
  left: -15px;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 1600px) {
  .contentback .lockersback {
    display: block;
  }
}
.contentback .pavinchiback {
  bottom: 0;
  left: 161px;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 1600px) {
  .contentback .pavinchiback {
    display: block;
  }
}
.contentback .peluchepelotaback {
  bottom: 0;
  left: calc(100% - 60%);
  position: absolute;
  display: none;
}
@media only screen and (min-width: 1600px) {
  .contentback .peluchepelotaback {
    display: block;
  }
}
.contentback .tiradecotaback {
  right: 0;
  top: 0;
  position: absolute;
}
.contentback .tintillaback {
  position: absolute;
  bottom: 0;
  right: 190px;
  display: none;
}
@media only screen and (min-width: 1600px) {
  .contentback .tintillaback {
    display: block;
  }
}
.contentback .caballeteback {
  right: 0;
  bottom: 0;
  position: absolute;
  display: none;
}
@media only screen and (min-width: 1600px) {
  .contentback .caballeteback {
    display: block;
  }
}
.btn-blue button.card-form-button {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0.5rem 0;
  margin-top: 2rem;
  color: #fff;
  background-color: #36c2f8;
  border: 1px solid #36c2f8;
  -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-blue button.card-form-button:focus {
  background-color: #36c2f8;
  border-color: #36c2f8;
}
.btn-blue button.card-form-button:hover {
  background-color: #46d5ff;
  border-color: #46d5ff;
}
.btn-blue button.card-form-button:active {
  background-color: #32b5e7;
  border-color: #32b5e7;
}
@-webkit-keyframes glow {
  from {
    background: none;
    box-shadow: inset 0 0 0 13px rgba(255, 255, 255, 0.6), 0 1px 7px #fd7b7b;
  }
  to {
    background: rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.6), 0 1px 7px #fd7b7b;
  }
}
.slick-dots li button:before {
  font-size: 12px !important;
}
.slick-dots li.slick-active button:before {
  color: #007cff !important;
}
.cursor-pointer {
  cursor: pointer;
}
#noty_layout__topRight {
  top: 80px !important;
  display: none;
}
@media only screen and (min-width: 1200px) {
  #noty_layout__topRight {
    display: block;
  }
}
.bk-noty-title {
  background-color: #ffae42;
  border-bottom: 1px solid #e89f3c;
  color: #fff;
}
.activities .slick-track {
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .activities .slick-track {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .activities .slick-track {
    height: 600px;
  }
}
.activities .slick-track .iframe-booklet-list {
  width: 480px;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .activities .slick-track .iframe-booklet-list {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .activities .slick-track .iframe-booklet-list {
    width: 992px;
    height: 600px;
  }
}
@media only screen and (min-width: 1200px) {
  .activities .slick-track .iframe-booklet-list {
    width: 1200px;
  }
}
.membership-logo-ne,
.membership-logo-pw {
  margin-bottom: -110px;
  margin-top: -80px;
}
.color-success {
  color: #97d81d;
}
.color-error {
  color: #d0164d;
}
.display-table {
  display: table;
}
.page-link {
  color: #6c6c6c !important;
  margin-left: 20px;
  border-radius: 3px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #6c6c6c !important;
  background-color: #a6d5fd !important;
  border-color: #a6d5fd !important;
}
.text-size-10 {
  font-size: 10px;
}
.text-size-11 {
  font-size: 11px;
}
.text-size-12 {
  font-size: 12px;
}
.text-size-13 {
  font-size: 13px;
}
.text-size-14 {
  font-size: 14px;
}
.text-size-15 {
  font-size: 15px;
}
.text-size-16 {
  font-size: 16px;
}
.text-size-17 {
  font-size: 17px;
}
.text-size-18 {
  font-size: 18px;
}
#paypal-button-container {
  margin: auto;
  width: 200px;
}
@media only screen and (min-width: 576px) {
  #paypal-button-container {
    width: 300px;
  }
}
.text-dark {
  color: #525252 !important;
}
.text-regular {
  color: #6a6a6a;
}
.text-light {
  color: #c5c5c5 !important;
}
.text-decoration-strike {
  text-decoration: line-through;
}
.border-light-blue {
  border-color: #8bbef6 !important;
}
.rounded-2 {
  border-radius: 12px;
}
.regular-tabs .nav-item a {
  border-radius: 4px !important;
  background-color: none !important;
  color: #525252 !important;
}
.regular-tabs .nav-item a.active {
  color: #525252 !important;
  background-color: unset !important;
}
.regular-tabs .nav-item a.active:after {
  border-bottom: 4px solid gray;
  position: relative;
  content: "";
  width: 40%;
  margin: auto;
  margin-top: 2px;
  display: flex;
}
@media only screen and (min-width: 576px) {
  .checkout-card {
    margin-top: 12px;
    border: 1px solid #dee2e6 !important;
  }
}
#checkout-benefits {
  list-style-type: none;
}
#checkout-benefits li::before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #c8d6ff;
}
ul.survey-options {
  list-style-type: none;
}
.perfil-tutor {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .perfil-tutor {
    font-size: 25px;
    margin-top: 80px;
  }
}
.perfil-estudiantes {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .perfil-estudiantes {
    font-size: 25px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .form-perfil-tutor {
    margin-top: 90px;
  }
}
.form-perfiles {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .form-perfiles {
    margin-top: 70px;
  }
}
