.w-fadein {
  animation: a-fadein 1s forwards;
}
.w-flashing {
  animation: a-fadein 1s infinite;
}
@keyframes a-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tx-8 {
  font-size: 8px !important;
}
.container-box {
  position: relative;
}
.container-box .shadow-mask {
  box-shadow: inset 0 0 0 2000px rgba(20, 24, 35, 0.9);
}
.container-box .page-header {
  color: #fff;
  transition: all 300ms;
  background-color: #000;
  padding-top: 40px;
  height: auto;
  background-size: cover;
}
.container-box .page-header h1 {
  font-weight: normal;
}
.container-box .page-header h1,
.container-box .page-header p {
  color: #fff !important;
}
.container-box .box-float {
  position: absolute;
  padding-top: 15px;
  margin: -20px 15px 0 15px;
  background: #fff;
  right: 0;
  left: 0;
  z-index: 999;
  border-radius: 10px 10px 0 0;
}
.container-box ul.list-courses {
  margin: 0;
  list-style: none;
}
.container-box ul.list-courses > li {
  padding: 5px;
  transition: background-color 300ms;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.container-box ul.list-courses > li:active {
  background: rgba(0, 0, 0, 0.15);
}
.container-box ul.list-courses > li:hover {
  background: rgba(0, 0, 0, 0.05);
}
.container-box ul.list-courses > li > a {
  display: flex;
  align-items: center;
}
.container-box ul.list-courses > li .media {
  width: 85px;
  box-sizing: border-box;
}
.container-box ul.list-courses > li .media img {
  width: 85px;
  height: 85px;
  border-radius: 10px;
}
.container-box ul.list-courses > li .body {
  padding: 0 10px;
  width: 100%;
}
.container-box ul.list-courses > li .body h1 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container-box ul.list-courses > li .body p {
  font-size: 14px;
  margin: 4px 0 0 0;
  color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container-box ul.list-courses > li .body .page-list-footer {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin-top: 5px;
}
.container-box ul.list-courses > li .body .page-list-footer .know_more {
  display: flex;
  justify-content: flex-end;
  font-size: small;
}
.container-box ul.list-courses > li .body .page-list-footer .know_more > .km_text {
  margin-right: 10px;
}
ul.tag-list-page-list {
  list-style: none;
  display: flex;
  margin-top: 5px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
ul.tag-list-page-list:empty {
  margin-top: 0;
  margin-bottom: 0;
}
ul.tag-list-page-list > li {
  margin-top: 5px;
  padding: 2px 10px;
  font-size: small;
  border-radius: 10px;
  margin-right: 5px;
}
ul.short-tag-list-page-list {
  padding: 0;
  margin: 0;
}
ul.short-tag-list-page-list > li {
  padding: 0 10px;
  border-radius: 10px;
  font-size: 1em;
}
.top-button-zap {
  color: #4bbe5f !important;
  font-size: 14px !important;
}
.bg-default .top-button-zap {
  color: #fff !important;
  background: #4bbe5f !important;
  border-color: #4bbe5f !important;
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .box-float {
    padding: 10px !important;
    margin: -20px 10px 0 10px !important;
  }
  .box-float .container {
    padding: 0 !important;
  }
}
@media only screen and ( max-width: 320px) {
  .box-float {
    padding: 5px !important;
    margin: -20px 0 0 0 !important;
  }
  .box-float .container {
    padding: 0 !important;
  }
}
.whatsapp-message {
  cursor: pointer;
  font-size: 1em !important;
  z-index: 999;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  opacity: 0;
  right: 0;
  width: 300px !important;
  bottom: 100px !important;
  animation: float-animate-fadein-message 1s forwards;
}
.float-button {
  cursor: pointer ;
  opacity: 0;
  position: fixed;
  width: 4em;
  height: 4em;
  background: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: #4BBE5F;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
  animation: float-animate-fadein 1s forwards;
  animation-delay: 2s;
}
.float-button.right {
  right: 20px;
}
.float-button.bottom {
  bottom: 20px;
}
.float-button ion-icon {
  font-size: 2em;
  color: #fff;
}
.float-button .count-message {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: small;
  background: red;
  position: absolute;
  right: -4px;
  top: 1px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .float-button {
    width: 3.6em;
    height: 3.6em;
  }
  .whatsapp-message {
    width: 80% !important;
  }
}
@keyframes float-animate-fadein {
  0% {
    opacity: 0;
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes float-animate-fadein-message {
  0% {
    opacity: 0;
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  letter-spacing: 0.01rem;
}
body {
  height: 100%;
  background-color: #F8F8F8;
  direction: ltr;
  color: #fff;
}
p {
  line-height: 1.5rem;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-ellipsis-block-3 {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-view {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 28px;
}
.grid-view .card-product {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff !important;
  border: none;
  word-wrap: break-word;
  border-radius: 0.5rem;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  justify-content: space-between;
  min-width: 0;
}
.grid-view .card-product:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
}
.grid-view .card-product .image {
  padding: 5px;
}
.grid-view .card-product .image img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
}
.grid-view .card-product .body {
  padding: 18px;
}
.grid-view .card-product .body .price {
  font-weight: bold;
  text-align: right;
  font-size: 24px;
}
.grid-view .card-product .body .price span {
  font-size: 12px;
}
.grid-view .card-product .body .title {
  font-weight: 600;
  color: #2C2C2C;
  margin-top: 15px;
  font-size: 1.3em;
}
.grid-view .card-product .body .description {
  width: 100%;
}
.grid-view .card-product .command {
  padding: 5px;
}
.grid-view .card-product .command > a {
  border-radius: 0 0 0.5rem 0.5rem !important;
  width: 100%;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
  .grid-view {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .grid-view .card-product .body {
    padding: 5px;
  }
  .grid-view .card-product .body .price {
    text-align: center;
  }
  .grid-view .card-product .body .title,
  .grid-view .card-product .body .description {
    display: none;
  }
}
@media only screen and ( max-width: 320px) {
  .grid-view {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    padding: 0 !important;
  }
  .grid-view .card-product .body {
    padding: 5px;
  }
  .grid-view .card-product .body .price {
    text-align: center;
  }
  .grid-view .card-product .body .title,
  .grid-view .card-product .body .description {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .grid-view {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
