.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: 20px;
  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: 47px;*/
/*}*/
.float-button ion-icon {
  font-size: 2.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;
  }
}
.w-fadein {
  animation: a-fadein 1s forwards;
}
.w-flashing {
  animation: a-fadein 1s infinite;
}
@keyframes a-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.stars .star {
  color: #d9a415;
  font-size: 1.3em !important;
  margin-right: 3px;
}
@media only screen and (max-device-width: 320px) {
  .container-box .box-float {
    margin: -20px 5px 0 5px;
  }
  ul.short-tag-list-page-list > li {
    padding: 0 5px;
    font-size: 11px;
  }
  .page-list-footer .know_more {
    justify-content: flex-end;
  }
  .page-list-footer .know_more > .km_text {
    margin-right: 2px !important;
  }
  .page-list-footer .know_more > .km_arrow {
    margin: 0 !important;
  }
}
