body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body {
  color: #29303b;
  /* font-family: 'Open Sans', sans-serif; */
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  padding-right: 0 !important;
}
body.white-bg {
  background: #fff;
}
body.gray-bg {
  background: #ebf0f2;
}

body.modal-open {
  overflow: auto;
}
p {
  margin: 0 0 10.5px;
}
a,
button,
input[type="button"] {
  -ms-webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a {
  color: #007791;
}
a:hover {
  color: #003845;
  text-decoration: none;
}

*[data-toggle="modal"],
button {
  cursor: pointer;
}

a:focus,
.btn:focus,
.form-control:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 0 0 !important;
  outline: none;
}
fieldset,
label {
  margin: 0;
  padding: 2px;
}
.tooltip {
  pointer-events: none;
}
.btn {
  background-color: #e8e9eb;
  border-color: #be0606;
  color: #be0606 !important;

  /* background-color: #ec5252;
    border-color: #ec5252; */
  border-radius: 2px;
  /* color: #fff; */
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35135;
  padding: 11px 12px;
}
.btn:hover,
.btn:focus {
  background-color: #be0606;
  border-color: #be0606;
  color: #fff !important;

  /* background-color: #992337;
    border-color: #992337;
    color: #fff; */
}
.btn-remove {
  margin-left: 15px !important;
  width: 60px !important;
  margin-left: 1rem;
  background: transparent;
  border-color: #505763;
  color: #686f7a;
}
.btn-remove:hover,
.btn-remove:focus {
  background-color: #dddddd;
}
textarea:focus,
.form-control:focus,
input:focus {
  border-color: #76c5d6;
}
select + .select2-container {
  width: 100% !important;
}

.rating i {
  color: #dedfe0;
}
.rating i.filled {
  color: #f4c150;
}
.rating i.half-filled {
  position: relative;
}
.rating i.half-filled:after {
  color: #f4c150;
  content: "\f089";
  font-size: inherit;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

/*lesson css*/
.lesson_duration {
  background-color: #7c96ab;
  border-radius: 5px;
  color: #fff;
  padding: 3px 5px;
}

/*
    bootstrap overwrite css
*/
.container-xl,
.container-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-size: 19px;
}

/*
    menu
*/

.corner-triangle.top-left:after {
  left: 14px;
  top: -12px;
}
.corner-triangle.top-left:before {
  left: 14px;
  top: -14px;
}
.corner-triangle.top-right:after {
  right: 14px;
  top: -12px;
}
.corner-triangle.top-right:before {
  right: 14px;
  top: -14px;
}
.corner-triangle:after {
  border-color: transparent transparent #fff;
}
.corner-triangle:before {
  border-color: transparent transparent #e8e9eb;
}
.corner-triangle:before,
.corner-triangle:after {
  border-style: solid;
  border-width: 0 10px 13px;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

/* HEADER */

#header {
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  position: fixed;
  top: 0;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.btn_header {
  font-size: 15px;
  color: #be0606;
  font-weight: 500;
  text-transform: uppercase;
}

/* .menu-area{
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    position: relative;
    z-index: 50;
    background-color: rgba(255, 255, 255, 0.8);
} */
.menu-area .navbar {
  padding: 0;
  float: right;
}

.signin-box-move-mobile-helper,
.signin-box-move-desktop-helper {
  display: none;
}

/* .menu-text {
  color: #505763;
} */

.menu-font {
  font-size: 14px;
  text-transform: uppercase;
  color: #353535;
  padding: 0 0 5px 0 !important;
}

.menu-font:hover {
  color: #be0606;
}

/*

    menu code was here

*/

.search-box {
  margin-right: 50px;
  padding: 10px 0;
}
.search-box input {
  background-color: #f2f3f5;
  border: 1px solid #f2f3f5;
  border-radius: 2px 0 0 2px;
  font-size: 13px;
  height: 45px;
  padding: 0 15px;
}
.search-box input:focus {
  background-color: #fff;
  border-color: #dedfe0;
  border-right-color: transparent;
}
.search-box input:focus + .input-group-append button {
  background-color: #fff;
  border-color: #dedfe0;
  border-left-color: transparent;
}
.search-box button {
  background: #f2f3f5;
  border: 1px solid #f2f3f5;
  border-radius: 0 2px 2px 0;
  color: #ec5252;
  font-size: 15px;
  padding: 10px 15px;
}
.search-box button:hover,
.search-box button:focus {
  background-color: #ec5252 !important;
  border-color: #ec5252;
  color: #fff;
}

.menu-icon-box .empty-box {
  padding: 20px;
}
.menu-icon-box .empty-box p {
  margin-bottom: 0px;
}
.menu-icon-box .empty-box a {
  display: inline-block;
  font-weight: 600;
  margin-top: 15px;
}

.menu-icon-box {
  /* margin: 0 5px; */
  position: relative;
}
.menu-icon-box .icon {
  position: relative;
  max-width: 45px;
  margin: 0 auto;
}
.menu-icon-box .icon a i.fas {
  font-size: 14px;
}
.menu-icon-box .icon .number {
  background-color: #be0606;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  width: 13px;
  height: 13px;
  padding: 2px 0 4px 0;
  pointer-events: none;
  position: absolute;
  left: 12px;
  text-align: center;
  top: 0;
}
.menu-icon-box .icon .icon__user {
  border: 1px solid transparent;
  border-radius: 50%;
  color: #686f7a;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  margin: 10px 0;
  text-align: center;
  width: 45px;
  cursor: pointer;
}

.menu-icon-box .icon .icon__user .icon__user-img {
  height: 45px;
  width: 45px;
}

.menu-icon-box .icon .icon__user > .icon__user--rounded {
  border-radius: 50%;
}

.menu-icon-box .icon .icon__user .icon__user--rounded:hover {
  background: rgba(20, 23, 28, 0.05);
  border-color: rgba(20, 23, 28, 0.05);
}

.menu-icon-box:hover > .dropdown {
  opacity: 1;
  visibility: visible;
}
.menu-icon-box .dropdown {
  background-color: #fff;
  border-top: 1px solid #e8e9eb;
  box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
  color: #505763;
  font-size: 13px;
  left: inherit;
  list-style: none;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: -1px;
  text-align: left;
  top: 100%;
  visibility: hidden;
  width: 330px;
  z-index: 10;
}

.course-list-dropdown .item-list {
  margin-bottom: 10px;
  max-height: 230px;
  overflow-y: auto;
}
.course-list-dropdown .item-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course-list-dropdown .item-list ul li {
  -ms-webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 23px 23px 10px;
  transition: all 0.3s;
}
.course-list-dropdown .item-list ul li:hover {
  background: #f2f3f5;
}
.course-list-dropdown .item-list ul a {
  display: block;
}
.course-list-dropdown .item-list .item .item-image {
  float: left;
  width: 60px;
}
.course-list-dropdown .item-list .item .item-details {
  padding-left: 70px;
}
.course-list-dropdown .item-list .item .item-details .course-name {
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  -webkit-line-clamp: 1;
  color: #505763;
  font-size: 13px;
  font-weight: 600;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.course-list-dropdown .item-list .item .item-details .instructor-name {
  color: #686f7a;
  font-size: 13px;
}
.course-list-dropdown .item-list .item .item-details .current-price {
  color: #ec5252;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}
.course-list-dropdown .item-list .item .item-details .original-price {
  color: #686f7a;
  text-decoration: line-through;
}
.course-list-dropdown .item-list .item .item-details .instructor-name {
  color: #686f7a;
  font-size: 13px;
}
.course-list-dropdown .item-list .item .item-details .current-price {
  color: #ec5252;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}
.course-list-dropdown .item-list .item .item-details .original-price {
  color: #686f7a;
  text-decoration: line-through;
}
.course-list-dropdown .item-list .item .item-details button {
  background-color: #fff;
  border: 1px solid #007791;
  border-radius: 2px;
  color: #007791;
  font-size: 13px;
  line-height: 1.35135;
  padding: 2px 8px;
  width: 100%;
}
.course-list-dropdown .item-list .item .item-details button:hover,
.course-list-dropdown .item-list .item .item-details button:focus {
  background: #e6f2f5;
}
.course-list-dropdown .dropdown-footer {
  background: #f2f3f5;
  padding: 5px 20px 25px;
}
.course-list-dropdown .dropdown-footer a {
  background-color: #007791;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.43;
  margin-top: 20px;
  padding: 11px 12px;
  text-align: center;
  width: 100%;
}
.course-list-dropdown .dropdown-footer a:hover,
.course-list-dropdown .dropdown-footer a:focus {
  background: #003440;
}
.course-list-dropdown .dropdown-footer .cart-total-price {
  color: #686f7a;
  font-size: 15px;
  margin-top: 8px;
}
.course-list-dropdown .dropdown-footer .cart-total-price .current-price {
  color: #ec5252;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}
.course-list-dropdown .dropdown-footer .cart-total-price .original-price {
  color: #686f7a;
  font-size: 14px;
  text-decoration: line-through;
}

.notifications-list-dropdown .notifications-head {
  border-bottom: 1px solid hsla(210, 3%, 87%, 0.45);
  color: #29303b;
  font-size: 15px;
  padding: 12px;
}
.notifications-list-dropdown .notifications-footer {
  background: #f7f8fa;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.05);
  height: 58px;
}
.notifications-list-dropdown .notifications-footer a,
.notifications-list-dropdown .notifications-footer button {
  color: #007791;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 15px;
}
.notifications-list-dropdown .notifications-footer button {
  background: transparent;
  border: 0;
}
.notifications-list-dropdown .notifications-footer a:hover,
.notifications-list-dropdown .notifications-footer button:hover,
.notifications-list-dropdown .notifications-footer a:focus,
.notifications-list-dropdown .notifications-footer button:focus {
  background: #f2f3f5;
  color: #004d5e;
}
.notifications-list-dropdown .notifications-footer a i {
  -ms-webkit-transition: inherit;
  -webkit-transition: inherit;
  margin-left: 5px;
  margin-right: 5px;
  transition: inherit;
}
.notifications-list-dropdown .notifications-footer a:hover i {
  transform: translateX(5px);
}
.notification-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notification-list ul li {
  -ms-webkit-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-bottom: 1px solid hsla(210, 3%, 87%, 0.45);
  padding: 10px 15px;
  transition: all 0.3s;
}
.notification-list ul li:hover {
  background: #f7f8fa;
}
.notification-list ul li a {
  display: block;
}
.notification-list .notification .notification-image {
  float: left;
  height: 64px;
  width: 64px;
}
.notification-list .notification .notification-details {
  padding-left: 74px;
}
.notification-list .notification .notification-details .notification-text {
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  -ms-box-orient: vertical;
  -ms-line-clamp: 2;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  color: #505763;
  display: block !important;
  display: -webkit-box !important;
  height: 40px;
  line-clamp: 2;
  line-height: 1.5;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  width: 210px;
}
.notification-list .notification .notification-details .notification-time {
  color: #686f7a;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 5px;
}
.notification-list .notification .notification-image img {
  border-radius: 50%;
}
.notification-list .notification {
  position: relative;
}
.notifications-list-dropdown .notification-list {
  max-height: 415px;
  overflow-y: auto;
}
.notification-list .notification .mark-as-read {
  background: #007791;
  border: 1px solid #007791;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  right: -3px;
  top: 2px;
  width: 10px;
}
.notification-list .notification .mark-as-read.marked {
  background-color: transparent;
  border-color: rgba(41, 48, 59, 0.25);
}

.user-box.menu-icon-box .icon a img {
  border-radius: 50%;
  height: 45px;
  margin-top: -5px;
  width: 45px;
}
.user-dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
}
.user-dropdown-menu li a {
  color: #29303b;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 22px;
}
.user-dropdown-menu li a:hover {
  background: #f2f3f5;
  color: #007791;
}
.user-dropdown-menu li a i {
  color: #a1a7b3;
  font-size: 16px;
  margin: 0 19px 0 10px;
  text-align: center;
  width: 20px;
}
.dropdown-user-info .user-image img {
  border: 1px solid #f2f3f5;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.dropdown-user-info .user-details {
  padding-left: 50px;
}
.dropdown-user-info .user-details .user-name {
  color: #29303b;
}
.dropdown-user-info .user-details .user-email {
  color: #686f7a;
  font-size: 13px;
}
.dropdown-user-info .user-details .user-name .hi,
.dropdown-user-info .user-details .user-email .welcome {
  display: none;
}
.user-dropdown-menu .dropdown-user-logout {
  background: #f7f8fa;
  padding: 10px 0;
}

.sign-in-box > .btn {
  border-radius: 2px;
  border-radius: 2px !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35135;
  margin-left: 5px !important;
  padding: 11px 12px;
}
.sign-in-box .btn-sign-in {
  background-color: #fff;
  border: 1px solid #505763;
  color: #686f7a;
}
.sign-in-box .btn-sign-in:hover,
.sign-in-box .btn-sign-in:focus {
  background-color: #f2f3f5;
}
.sign-in-box .btn-sign-up {
  background-color: #ec5252;
  border: 1px solid #ec5252;
  color: #fff;
}
.sign-in-box .btn-sign-up:hover,
.sign-in-box .btn-sign-up:focus {
  background-color: #992337;
  border-color: #992337;
}

.sign-in-box .modal-dialog {
  max-width: 400px;
}
.sign-in-modal .modal-title {
  color: #29303b;
  /* font-size: 15px; */
  /* font-weight: 700; */
}
.sign-in-modal .close {
  font-size: 2rem;
  padding: 0.5rem 1rem;
}
.sign-in-modal .modal-header {
  background-color: #f2f3f5;
  border-bottom: 1px solid rgba(41, 48, 59, 0.1);
}
.sign-in-modal .modal-header,
.sign-in-modal .modal-body {
  padding: 20px 25px;
}

.sign-in-modal .social-btn {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(41, 48, 59, 0.24),
    0 0 2px 0 rgba(41, 48, 59, 0.12);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 20px 0 0;
}
.sign-in-modal .social-btn a {
  display: block;
}
.sign-in-modal .icon {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px;
  padding: 15px 0 15px 5px;
  text-align: center;
  width: 50px;
}
.sign-in-modal .icon.google-icon {
  background: url(../img/icons/google_icon.svg) no-repeat 50%;
  background-size: 24px;
  color: #fff;
  color: rgba(0, 0, 0, 0);
}

.sign-in-modal .social-btn.fb-sign-up {
  background-color: #1a538a;
}
.sign-in-modal .social-btn.fb-sign-up a {
  color: #fff;
}
.sign-in-modal .social-btn.google-sign-up a {
  color: #686f7a;
}
.sign-in-modal .sign-in-separator {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 3px;
  position: relative;
  text-align: center;
}
.sign-in-modal .sign-in-separator:after,
.sign-in-modal .sign-in-separator:before {
  background-color: #dedfe0;
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  width: calc(50% - 20px);
}
.sign-in-modal .sign-in-separator:before {
  left: 0;
}
.sign-in-modal .sign-in-separator:after {
  right: 0;
}
.sign-in-modal .input-group {
  margin-bottom: 10px;
  position: relative;
}
.sign-in-modal .input-group .input-field-icon {
  color: #dedfe0;
  font-size: 18px;
  height: 20px;
  left: 10px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 20px;
  z-index: 10;
}
.sign-in-modal .input-group .form-control {
  background-color: #fff;
  border: 1px solid #cacbcc;
  border-radius: 5px;
  color: #29303b;
  font-size: 18px;
  height: auto;
  padding: 11px 10px 12px 40px;
}
.sign-in-modal .input-group .form-control:focus {
  border-color: #76c5d6;
}

.sign-in-modal .input-group .form-control.disabled {
  background-color: #eee;
  cursor: not-allowed;
}

.sign-in-modal .input-group select.form-control {
  background-color: #fff;
  border: 1px solid #cacbcc;
  border-radius: 5px;
  color: #29303b;
  font-size: 18px;
  height: auto;
  padding: 12px 10px 13px 40px;
}

.sign-in-modal .deal-checkbox {
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 10px;
}
.sign-in-modal .custom-checkbox .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #cacbcc;
  border-radius: 1px;
}
.sign-in-modal .custom-control-input:hover ~ .custom-control-label::before,
.sign-in-modal .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #007791;
  box-shadow: 0 0 0 0px #fff, 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.sign-in-modal
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #007791;
  border-color: #007791;
}
.sign-in-modal form button[type="submit"] {
  background-color: #e8e9eb !important;
  border: 1px solid #be0606 !important;
  border-radius: 4px;
  color: #be0606;
  font-size: 16px;
  width: 100%;
}
#btnCadastrar {
  background-color: #e8e9eb !important;
  color: #BE0606 !important;
}
#btnCadastrar:hover {
  background-color: #be0606 !important;
  color: #fff !important;
}

.sign-in-modal form button[type="submit"]:hover,
.sign-in-modal form button[type="submit"]:focus {
  background-color: #be0606 !important;
  border-color: #be0606 !important;
}
.sign-in-modal .forgot-pass {
  font-size: 15px;
  text-align: center;
}
.sign-in-modal .agreement-text {
  font-size: 10px;
  margin: 10px 0;
  text-align: center;
}
.sign-in-modal .account-have {
  border-top: 1px solid #dedfe0;
  font-size: 15px;
  padding-top: 15px;
  text-align: center;
  margin-top: 20px;
}
.sign-in-modal label {
    display: inline;
}
#div_cotista {
  margin-bottom: 20px;
}
.sign-in-modal .account-have a {
  font-weight: 700;
}
.sign-in-modal .forgot-email.form-control {
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 12px;
}
.sign-in-modal .forgot-pass-btn {
  font-size: 15px;
  margin-top: 15px;
  text-align: center;
}
.sign-in-modal .forgot-pass-btn .btn {
  font-size: 15px;
  height: auto;
  padding: 11px 12px;
  width: auto;
}
.sign-in-modal .forgot-pass-btn span {
  margin: 0 5px;
}
.sign-in-modal .forgot-recaptcha {
  margin: 25px 0 15px;
}

.course-preview-modal .modal-header {
  border-color: #000;
}
.course-preview-modal {
  background-color: #29303b;
  color: #fff;
}
.course-preview-modal .modal-title {
  font-size: 18px;
}
.course-preview-modal .modal-title span {
  color: #76c5d6;
  margin-right: 5px;
}
.course-preview-modal .close {
  color: #fff;
  font-size: 27px;
  opacity: 1;
  text-shadow: 0 0 0 #fff;
}
.course-preview-modal .modal-body {
  padding: 0;
}
.course-preview-modal .course-preview-video-list .title {
  color: #dedfe0;
  font-size: 18px;
  padding: 7px 15px;
}
.course-preview-modal .course-preview-video-list ul {
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.course-preview-modal
  .course-preview-video-list
  .course-preview-free-video
  .course-image {
  -ms-flex: 0 0 18%;
  -webkit-box-flex: 0;
  flex: 0 0 18%;
  max-width: 18%;
}
.course-preview-modal
  .course-preview-video-list
  .course-preview-free-video
  .course-name {
  -ms-flex: 0 0 82%;
  -webkit-box-flex: 0;
  flex: 0 0 82%;
  font-size: 13px;
  max-width: 82%;
  padding-left: 15px;
}
.course-preview-modal
  .course-preview-video-list
  .course-preview-free-video
  .course-name
  i {
  font-size: 12px;
  margin-right: 7px;
}
.course-preview-modal .course-preview-video-list li {
  cursor: pointer;
  padding: 7px 15px;
}
.course-preview-modal .course-preview-video-list li.active {
  background-color: #505763;
}

/*
homepage styles
*/

.home-banner-area {
  background-image: url("../../../uploads/frontend/home-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 170px 0 130px;
}
.home-banner-wrap {
  max-width: 500px;
}
.home-banner-wrap h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(41, 48, 59, 0.55);
}
.home-banner-wrap p {
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 30px;
  text-shadow: 0 2px 4px rgba(41, 48, 59, 0.55);
}
.home-banner-wrap input[type="text"] {
  border: none;
  border-radius: 3px 0 0 3px;
  font-size: 20px;
  font-weight: 300;
  height: 50px;
  padding: 11px 17px;
}
.home-banner-wrap .btn {
  background: #fff;
  border: 0;
  border-radius: 0 3px 3px 0;
  color: #ec5252;
  font-size: 20px;
  padding: 10px 14px;
}
.home-banner-wrap .btn:hover {
  background: #ec5252;
  color: #fff;
}
.home-fact-area {
  #background: -webkit-linear-gradient(-45deg, #ec5252, #6e1a52);
  background: -webkit-linear-gradient(50deg, #004e6f, #00b3d4);
  background: -moz-linear-gradient(50deg, #004e6f 0, #00b3d4 100%);
  background: -ms-linear-gradient(50deg, #004e6f 0, #00b3d4 100%);
  background: -o-linear-gradient(50deg, #004e6f 0, #00b3d4 100%);
  background: linear-gradient(50deg, #004e6f, #00b3d4);
  background-color: #004e6f;
  color: #fff;
  margin-bottom: 50px;
  padding: 15px 0;
}

.home-fact-box .text-box {
  padding: 10px 0 10px 63px;
}
.home-fact-box i {
  font-size: 47px;
  margin-top: 8px;
}
.home-fact-box .text-box h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}
.home-fact-box .text-box p {
  font-size: 15px;
  margin-bottom: 0;
}

.course-carousel-area {
  margin-bottom: 20px;
  overflow-x: hidden;
}
.course-carousel-area .course-carousel-title {
  color: #505763;
  font-size: 20px;
  margin: 0 0 10px;
}
.course-carousel-area .slick-slider {
  margin-left: -8px;
  width: calc(100% + 16px);
}
.course-carousel-area .slick-list:before,
.course-carousel-area .slick-list:after {
  background: #f7f8fa;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  z-index: 1;
}
.course-carousel-area .slick-list:after {
  left: 0;
  right: auto;
}

.course-carousel .slick-prev:hover,
.course-carousel .slick-next:hover {
  box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15);
}
.course-carousel .slick-prev:focus,
.course-carousel .slick-next:focus {
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1) !important;
}

.course-carousel .slick-prev,
.course-carousel .slick-next {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  height: 47px;
  top: calc(50% - 25px);
  width: 47px;
  z-index: 1;
}
.course-carousel .slick-prev {
  left: -28px;
}
.course-carousel .slick-prev.slick-disabled,
.course-carousel .slick-next.slick-disabled {
  opacity: 0;
}
.course-carousel .slick-prev:before {
  content: url(../img/icons/prev_arrow.png);
  line-height: 0;
  opacity: 1;
}
.course-carousel .slick-next {
  right: -15px;
}
.course-carousel .slick-next:before {
  content: url(../img/icons/next_arrow.png);
  line-height: 0;
  opacity: 1;
}
.course-box-wrap:focus {
  outline: none;
}
.course-box-wrap {
  margin-bottom: 20px;
  padding: 0 8px;
}
.course-box-wrap a {
  color: black;
}
.course-box-wrap a:hover {
  text-decoration: none;
}
.course-box {
  background: #fff;
  position: relative;
}
.course-box:before,
.course-box:after {
  -ms-webkit-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s ease;
  width: 100%;
  will-change: opacity;
  z-index: -1;
}
.course-box:before {
  -ms-webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  opacity: 1;
}
.course-box:after {
  -ms-webkit-box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15);
  -webkit-box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15);
  box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15);
  opacity: 0;
}
.course-box:hover:before {
  opacity: 0;
}
.course-box:hover:after {
  opacity: 1;
}
.course-box .play-btn {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  background: url(../img/icons/icon-play.svg) no-repeat;
  background-position: 50%;
  background-size: auto 40%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.course-box .course-image:hover > .play-btn {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 1;
  transform: scale(1.2);
  visibility: visible;
}
.course-box .course-details {
  padding: 15px 10px 0px 15px;
  position: relative;
}
.course-box .course-details .title {
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  -ms-box-orient: vertical;
  -ms-line-clamp: 2;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  color: #29303b;
  display: block !important;
  display: -webkit-box !important;
  font-size: 13px;
  font-weight: 600;
  height: 36px;
  line-clamp: 2;
  line-height: 20px;
  margin-bottom: 10px;
  min-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.course-box .course-details .instructors {
  -moz-box-orient: vertical;
  -moz-line-clamp: 1;
  -ms-box-orient: vertical;
  -ms-line-clamp: 1;
  -o-box-orient: vertical;
  -o-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  color: #686f7a;
  display: block !important;
  display: -webkit-box !important;
  font-size: 12px;
  height: 21px;
  line-clamp: 1;
  margin-bottom: 5px;
  min-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.course-box .course-details .rating {
  margin-bottom: 10px;
}
.course-box .course-details .rating i {
  font-size: 11px;
}
.course-box .course-details .rating .rating-number {
  color: #29303b;
  font-size: 12px;
  margin-bottom: 0;
}
.course-box .course-details .rating .rating-number span {
  color: #a1a7b3;
  font-weight: 600;
  margin-left: 5px;
}
.course-box .course-details .price {
  color: #29303b;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
  padding-bottom: 15px;
}
.course-box .course-details .price small {
  color: #686f7a;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: line-through;
}

.course-box .course-details .completed-percent .progress-bar {
  background: #007791;
}
.course-box .course-details .completed-percent .progress {
  background-color: rgba(41, 48, 59, 0.25);
  border-radius: 0;
  height: 2px;
}
.course-box .course-details .completed-percent {
  margin-top: 10px;
  padding-bottom: 30px;
}
.course-box .course-details .completed-percent .text {
  color: #686f7a;
  font-size: 13px;
  width: 50%;
}
.course-box .course-details .your-rating-box {
  bottom: 3px;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  text-align: right;
  z-index: 1;
}
.course-box .course-details .your-rating-box .your-rating-text {
  color: #29303b;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 2px;
}
.course-box .course-details .your-rating-box:hover .your-rating-text {
  color: #ec5252;
}
.course-box .course-details .your-rating-box .your-rating-text .edit {
  display: none;
}
.course-box .course-details .your-rating-box:hover .your-rating-text .edit {
  display: unset;
}
.course-box .course-details .your-rating-box:hover .your-rating-text .your {
  display: none;
}
.course-box .course-details .your-rating-box i {
  -webkit-text-stroke: 1px #eaeaea;
  color: transparent;
  font-size: 17px;
  letter-spacing: -0.1em;
  text-stroke: 1px #eaeaea;
}
.course-box .course-details .your-rating-box i.filled {
  color: #f4c150;
}

.course-badge {
  border-radius: 3px;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  color: #29303b;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  padding: 1px 8px;
  pointer-events: none;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.course-badge:after {
  background: inherit;
  border-radius: 3px;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: -4px;
  top: 2px;
  transform: rotate(45deg);
  width: 11px;
  z-index: 0;
}
.course-badge.best-seller {
  background: #f4c150;
}
.course-badge.hot-new {
  background: #ec5252;
  color: #fff;
}
.course-badge.position {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  left: 0;
  position: absolute;
  top: 12px;
}

.course-box .course-image {
  position: relative;
}
.course-box .course-image:before {
  -ms-webkit-transition: 0.2s;
  -webkit-transition: 0.2s;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.course-box .wishlist-add,
.course-box .favorite-add {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.course-box .wishlist-add button,
.course-box .favorite-add button {
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.course-box .wishlist-add button:hover i,
.course-box .wishlist-add.wishlisted button i,
.course-box .favorite-add button:hover i,
.course-box .favorite-add.added button i {
  color: #ec5252;
}
.course-box .wishlist-add button i,
.course-box .favorite-add button i {
  -webkit-text-stroke: 1px #fff;
  color: #686f7a;
  font-size: 16px;
  text-stroke: 1px #fff;
}
.course-box .instructor-img-hover {
  -ms-webkit-transition: 0.2s;
  -webkit-transition: 0.2s;
  display: flex;
  flex-direction: column;
  left: 10px;
  opacity: 0;
  position: absolute;
  text-align: left;
  top: 10px;
  transition: 0.2s;
  visibility: hidden;
  z-index: 1;
}
.course-box .instructor-img-hover img {
  border: 3px solid #fff;
  height: 48px;
  margin-bottom: 8px;
  width: 48px;
}
.course-box .instructor-img-hover span {
  -webkit-text-stroke: 0.4px #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-stroke: 0.4px #fff;
}
.course-box:hover .instructor-img-hover,
.course-box:hover .course-image:before {
  opacity: 1;
  visibility: visible;
}

.webui-popover {
  border-color: transparent;
  border-radius: 2px;
  box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
}
.course-popover-content .last-updated {
  font-size: 13px;
  margin: 10px 0;
}

.course-popover-content .course-title a {
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  -ms-box-orient: vertical;
  -ms-line-clamp: 3;
  -o-box-orient: vertical;
  -o-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  color: #505763;
  display: block !important;
  display: -webkit-box !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-clamp: 3;
  line-height: 1.33;
  overflow: hidden;
  text-overflow: ellipsis;
  visibility: visible;
  white-space: normal;
}
.course-popover-content .course-title a:hover {
  text-decoration: underline;
}

.course-popover-content .course-category {
  color: #686f7a;
  font-size: 11px;
  margin-top: 7px;
}

.course-popover-content .course-category .course-badge {
  box-shadow: 0 0 0;
  margin-right: 10px;
}

.course-popover-content .course-meta span {
  color: #7a7d82;
  font-size: 13px;
  margin-right: 10px;
}

.course-popover-content .course-meta span i {
  font-size: 12px;
  margin-right: 5px;
}

.course-popover-content .course-meta {
  padding: 5px 0;
}

.course-popover-content .course-subtitle {
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  -ms-box-orient: vertical;
  -ms-line-clamp: 3;
  -o-box-orient: vertical;
  -o-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  color: #686f7a;
  display: block !important;
  display: -webkit-box !important;
  font-size: 15px;
  letter-spacing: -0.2px;
  line-clamp: 3;
  line-height: 1.53;
  overflow: hidden;
  padding-top: 10px;
  text-overflow: ellipsis;
  visibility: visible;
  white-space: normal;
}
.course-popover-content .what-will-learn {
  margin-top: 15px;
}

.course-popover-content .what-will-learn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-popover-content .what-will-learn ul li {
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  -ms-box-orient: vertical;
  -ms-line-clamp: 3;
  -o-box-orient: vertical;
  -o-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  color: #686f7a;
  display: block !important;
  display: -webkit-box !important;
  font-size: 13px;
  letter-spacing: -0.2px;
  line-clamp: 3;
  margin-bottom: 10px;
  max-height: 54px;
  overflow: hidden;
  padding-left: 20px;
  position: relative;
  text-overflow: ellipsis;
  visibility: visible;
  white-space: normal;
}
.course-popover-content .what-will-learn ul li:before {
  color: #dedfe0;
  content: ".";
  font-size: 30px;
  font-weight: 900;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 2px;
}

.course-popover-content .popover-btns {
  margin-bottom: 15px;
  margin-top: 50px;
  padding-right: 65px;
  position: relative;
}

.course-popover-content .popover-btns .add-to-cart-btn {
  padding: 16px 12px;
  width: 100%;
}

.addedToCart {
  background-color: #ffffff;
  border-color: #ec5252;
  color: #ec5252;
}
.addedToCart:hover {
  background-color: #ffffff;
  border-color: #ec5252;
  color: #ec5252;
}

.course-popover-content .popover-btns .wishlist-btn {
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.course-popover-content .popover-btns .wishlist-btn i {
  -webkit-text-stroke: 1px #ec5252;
  color: transparent;
  text-stroke: 1px #ec5252;
}

.course-popover-content .popover-btns .wishlist-btn.active i,
.course-popover-content .popover-btns .wishlist-btn:hover i {
  color: #ec5252;
}
.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  border-left-color: rgba(20, 23, 28, 0.1);
}
.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  border-right-color: #999;
  border-right-color: rgba(20, 23, 28, 0.1);
}

/*
    course page style
*/

/*
    course header
*/
section.course-header-area {
  background-color: #29303b;
  color: #fff;
  padding: 60px 0;
}
.course-header-area.duplicated {
  background-color: rgba(41, 48, 59, 0.8);
  left: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.course-header-area.duplicated .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
}
.course-header-area.duplicated .subtitle,
.course-header-area.duplicated .course-badge,
.course-header-area.duplicated .created-row {
  display: none;
}

/* .course-header-wrap .title {
    font-size: 36px;
    font-weight: 600;
    line-height: 41px;
    margin-bottom: 10.5px;
} */

.course-header-wrap .subtitle {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 7px;
}

.course-header-wrap > div > span {
  font-size: 15px;
  margin-bottom: 7px;
  margin-right: 12px;
}

.course-header-wrap .rating p {
  margin-bottom: 0;
}

.course-header-wrap .rating i {
  color: #f4c150;
  font-size: 14px;
}

.course-header-wrap a {
  color: #fff;
}

.course-header-wrap .course-badge {
  font-size: 9px !important;
}

.course-header-wrap .comment i {
  font-size: 13px;
  margin-right: 7px;
}

/*
    course sidebar
*/
.course-sidebar {
  width: 30vw;
  max-width: 350px;
  height: max-content;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  color: #505763;
  padding: 3px;
  position: fixed;
  top: 155px;
  z-index: 10;
}
@media (max-width: 991px) {
  .course-sidebar {
    position: relative;
    width: 100%;
    max-width: 689px;
    margin: -150px 0 230px 0;
  }
  #pesquisa {
    display: none;
  }
}

/* .course-sidebar.fixed {
    margin-top: 0;
    position: fixed;
    width: 350px;
}
.course-sidebar.fixed .preview-video-box,
.course-sidebar.bottom .preview-video-box{
    display: none;
}
.course-sidebar.bottom {
    margin-top: 0;
} */

.preview-video-box a {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
}

.preview-video-box .preview-text {
  bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.preview-video-box .play-btn {
  -moz-transition: -moz-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  background: url("../img/icons/icon-play.svg") no-repeat;
  background-position: 50%;
  background-size: auto 50%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.15s ease-in-out;
  visibility: visible;
  width: 100%;
}
.preview-video-box a:hover > .play-btn {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.course-sidebar-text-box {
  padding: 15px 30px;
}

.course-sidebar-text-box .price .current-price {
  color: #505763;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 10px;
}

.course-sidebar-text-box .price span {
  color: #a1a7b3;
  margin-right: 10px;
  vertical-align: middle;
}

.course-sidebar-text-box .price .original-price {
  text-decoration: line-through;
}
.course-sidebar-text-box .offer-time {
  color: #208058;
  font-size: 14px;
  margin-bottom: 10px;
}
.course-sidebar-text-box .offer-time i {
  margin-right: 7px;
}

.course-sidebar-text-box .buy-btns {
  display: flex;
}

.course-sidebar-text-box .buy-btns .btn {
  border-radius: 2px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 13px;
  padding: 15px 12px;
  width: 100%;
}
.course-sidebar-text-box .buy-btns .btn-buy-now {
  background-color: #e8e9eb;
  border-color: #be0606;
  color: #be0606;
  text-transform: uppercase;
}
.course-sidebar-text-box .buy-btns .btn-buy-now:hover,
.course-sidebar-text-box .buy-btns .btn-buy-now:focus {
  background-color: #be0606;
  border-color: #be0606;
  color: #fff;
}

.course-sidebar-text-box .buy-btns .btn-add-cart {
  width: 60px;
  margin-left: 1rem;
  background-color: #e8e9eb;
  border-color: #be0606;
  color: #be0606;
}
.course-sidebar-text-box .buy-btns .btn-add-cart:hover,
.course-sidebar-text-box .buy-btns .btn-add-cart:focus {
  background-color: #be0606;
  border-color: #be0606;
  color: #fff;
}

.course-sidebar-text-box .buy-btns .btn-remove-cart {
  width: 60px;
  margin-left: 1rem;
  background-color: #e8e9eb;
  border-color: #be0606;
  color: #be0606;
}
.course-sidebar-text-box .buy-btns .btn-remove-cart:hover,
.course-sidebar-text-box .buy-btns .btn-remove-cart:focus {
  background-color: #be0606;
  border-color: #be0606;
  color: #fff;
}

.course-sidebar-text-box .money-back {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 10px;
}
.course-sidebar-text-box .includes {
  margin-bottom: 15px;
}
.course-sidebar-text-box .includes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course-sidebar-text-box .includes ul li {
  font-size: 13px;
  padding: 3px;
}
.course-sidebar-text-box .includes ul li i {
  font-size: 12px;
  width: 19px;
}

/*
    course content
*/
.view-more-parent {
  overflow: hidden;
  position: relative;
}
.view-more {
  background: linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.95),
    #fff
  );
  bottom: 0;
  color: #007791;
  cursor: pointer;
  display: block;
  left: 0;
  padding: 30px 3px 3px 3px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.view-less {
  bottom: 0;
  color: #007791;
  cursor: pointer;
  display: block;
  left: 0;
  padding: 3px 3px 3px 3px;
  position: absolute;
  width: 100%;
}
.view-more-parent.expanded {
  max-height: none;
  overflow: visible;
}
.view-more-parent.has-hide {
  padding-bottom: 30px;
}
.description-box {
  margin-bottom: 40px;
  margin-top: 40px;
  max-height: 600px;
}
.description-box ul {
  list-style: disc;
}

.description-box .description-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}
.description-box .audience {
  margin-top: 20px;
}
.description-box .audience .audience-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.description-box .audience ul {
  margin-bottom: 0;
}

.description-box-new {
  margin-bottom: 120px;
  margin-top: 80px;
  max-height: 600px;
}
.description-box-new ul {
  list-style: disc;
}

.description-box-new .description-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}
.description-box-new .audience {
  margin-top: 20px;
}
.description-box-new .audience .audience-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}
.description-box-new .audience ul {
  margin-bottom: 0;
}

.what-you-get-box {
  background-color: #f9f9f9;
  border: 1px solid #dedfe0;
  margin-top: 40px;
  padding: 10px 15px;
}

.what-you-get-box .what-you-get-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}
.what-you-get-box ul {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.what-you-get-box ul li {
  display: flex;
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
  width: 45%;
}
.what-you-get-box ul li:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #a1a7b3;
  content: "\f00c";
  display: inline-block;
  font-family: Font awesome\5 Free;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  left: 0;
  line-height: 1;
  position: absolute;
  text-rendering: auto;
  top: 4px;
}

.requirements-box {
  margin-top: 40px;
}
.requirements-box .requirements-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}

.requirements-box .requirements__list {
  list-style: disc;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 10px;
}
.requirements-box .requirements__list li:not(:last-child) {
  margin-bottom: 10px;
}

.compare-box {
  margin-bottom: 40px;
  max-height: 580px;
}
.compare-box .compare-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px;
}

.course-comparism-item .item-image {
  height: auto;
  position: relative;
  width: 18%;
}

.course-comparism-item {
  color: #29303b;
  padding: 15px;
}

.course-comparism-item-container {
  border-top: 1px solid #dedfe0;
}

.course-comparism-item-container a {
  -ms-webkit-transition: 0.1s;
  -webkit-transition: 0.1s;
  display: block;
  transition: 0.1s;
}
.course-comparism-item-container a:hover {
  background-color: #dedfe0;
}
.course-comparism-item-container.this-course {
  border-bottom: 2px solid #dedfe0;
}

.course-comparism-item-container.this-course .course-comparism-item-this-text {
  font-size: 11px;
  margin-bottom: -5px;
  margin-left: 15px;
  margin-top: 5px;
  text-transform: uppercase;
}

.course-comparism-item .item-image .item-duration {
  background-color: hsla(0, 0%, 100%, 0.95);
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.course-comparism-item .item-title {
  padding-left: 15px;
  width: 39%;
}

.course-comparism-item .item-title .title {
  font-size: 15px;
  font-weight: 700;
  word-break: break-word;
}

.course-comparism-item .item-title .updated-time {
  color: #686f7a;
  font-size: 13px;
  margin-top: 3px;
}

.course-comparism-item .item-details {
  padding-left: 15px;
  position: relative;
  width: 43%;
}
.course-comparism-item .item-details .wishlist-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.course-comparism-item .item-details .item-rating i {
  color: #f4c150;
  font-size: 14px;
  margin-right: 4px;
}

.course-comparism-item .item-details .wishlist-btn button {
  background: 0;
  border: 0;
  color: #ec5252;
  cursor: pointer;
  font-size: 17px;
  margin: 0;
  padding: 0;
}

.course-comparism-item .item-details .wishlist-btn button:hover > i:before {
  font-weight: 900;
}

.course-comparism-item .item-details .item-price {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  right: 38px;
  text-align: right;
  top: 0;
}

.course-comparism-item .item-details .item-price .current-price {
  color: #29303b;
  font-size: 18px;
  font-weight: 600;
}

.course-comparism-item .item-details .item-price .original-price {
  color: #686f7a;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}
.course-comparism-item .item-details .enrolled-student {
  margin-left: 25px;
}

.course-comparism-item .item-details .enrolled-student i {
  color: #cacbcc;
  font-size: 14px;
  margin-right: 2px;
}
.more-by-instructor-box {
  background-color: #f9f9f9;
  border: 1px solid #dedfe0;
  margin-bottom: 50px;
  padding: 10px 8px;
}

.more-by-instructor-box .more-by-instructor-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px 7px;
}
.about-instructor-box .about-instructor-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}

.about-instructor-box .about-instructor-image img {
  border-radius: 50%;
  height: 96px;
  width: 96px;
}

.about-instructor-box .about-instructor-image ul {
  list-style: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
}

.about-instructor-box .about-instructor-image ul b {
  font-weight: 600;
}

.about-instructor-box .about-instructor-image ul i {
  font-size: 13px;
  width: 26px;
}

.about-instructor-box .about-instructor-image ul li {
  margin-bottom: 5px;
}

.about-instructor-details {
  max-height: 900px;
}

.about-instructor-box {
  margin-bottom: 40px;
}

.about-instructor-details .instructor-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 10px;
}

.about-instructor-details .instructor-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 10px;
}
.student-feedback-box {
  margin: 50px 0;
}

.student-feedback-box .student-feedback-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 15px;
}

.student-feedback-box .average-rating {
  margin-top: 10px;
  text-align: center;
}

.student-feedback-box .average-rating .num {
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}

.student-feedback-box .average-rating .rating i {
  color: #f4c150;
  font-size: 20px;
  margin-bottom: 5px;
}

.student-feedback-box .individual-rating ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.student-feedback-box .individual-rating ul li {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.student-feedback-box .individual-rating ul li .progress {
  background-color: #f2f3f5;
  border-radius: 3px;
  height: 20px;
  width: 70%;
}
.student-feedback-box .individual-rating ul li .progress-bar {
  background-color: #a1a7b3;
  border-radius: 3px;
}
.student-feedback-box .individual-rating .rating i {
  color: #dedfe0;
  font-size: 14px;
}

.student-feedback-box .individual-rating .rating i.filled {
  color: #f4c150;
}

.student-feedback-box .individual-rating li > div:not(.progress) {
  padding-left: 15px;
}

.student-feedback-box
  .individual-rating
  li
  > div:not(.progress)
  span:not(.rating) {
  color: #007791;
  padding-left: 10px;
  text-align: center;
}
.student-feedback-box .reviews .reviews-title {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 20px;
}

.student-feedback-box .reviews ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}

.student-feedback-box .reviews .reviewer-details img {
  border-radius: 50%;
  height: 46px;
  margin-right: 20px;
  width: 46px;
}
.student-feedback-box .reviews .reviewer-details .review-time .time {
  color: #686f7a;
}

.student-feedback-box .reviews ul li {
  border-top: 1px solid #dedfe0;
  padding: 30px 0;
}

.student-feedback-box .reviews ul li:last-child {
  border-bottom: 1px solid #dedfe0;
}

.student-feedback-box .reviews .review-details .rating i {
  color: #dedfe0;
  margin-bottom: 15px;
}

.student-feedback-box .reviews .review-details .rating i.filled {
  color: #f4c150;
}

.student-feedback-box .reviews .review-details .review-text {
  color: #505763;
  font-size: 16px;
  margin-bottom: 10px;
}

.student-feedback-box .reviews {
  margin-top: 30px;
}
.reviews .more-reviews-btn {
  text-align: center;
}

.reviews .more-reviews-btn button {
  background: #fff;
  border: 2px solid #007791;
  border-radius: 2px;
  color: #007791;
  font-size: 15px;
  font-weight: 600;
  padding: 11px 12px;
}

.reviews .more-reviews-btn button:hover,
.reviews .more-reviews-btn button:focus {
  background-color: #e6f2f5;
}

.course-curriculum-box {
  margin-bottom: 40px;
}
.course-curriculum-box .course-curriculum-title .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.course-curriculum-box .course-curriculum-title .total-time {
  display: inline-block;
  text-align: right;
  width: 130px;
}

.course-curriculum-accordion .lecture-group-title .total-time {
  display: inline-block;
  text-align: right;
  width: 130px;
}
.course-curriculum-accordion .lecture-group-title .title {
  font-weight: 600;
  max-width: 60%;
}

.course-curriculum-accordion .lecture-group-title {
  background: #f9f9f9;
  border: 1px solid #e8e9eb;
  color: #505763;
  cursor: pointer;
  height: auto;
  margin-top: 3px;
  padding: 10px 30px 10px 45px;
  position: relative;
}

.course-curriculum-accordion .lecture-group-title:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #007791;
  display: inline-block;
  font-family: Font awesome\5 Free;
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  left: 22px;
  line-height: 1;
  position: absolute;
  text-rendering: auto;
  top: 16px;
}

.course-curriculum-accordion
  .lecture-group-title[aria-expanded="true"]
  .total-lectures {
  display: none;
}
.course-curriculum-accordion .lecture-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-curriculum-accordion .lecture-list .lecture {
  border-bottom: 1px solid #e8e9eb;
  border-left: 1px solid #e8e9eb;
  border-right: 1px solid #e8e9eb;
  color: #686f7a;
  padding: 12px 30px 12px 73px;
  position: relative;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-title {
  -ms-webkit-transition: 0.3s;
  -webkit-transition: 0.3s;
  display: inline-block;
  transition: 0.3s;
  width: 50%;
}
.course-curriculum-accordion .lecture-list .lecture .lecture-time {
  text-align: right;
  width: 100px;
}

.course-curriculum-accordion .lecture-list .lecture:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f144";
  display: inline-block;
  font-family: Font awesome\5 Free;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  left: 45px;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
  text-rendering: auto;
  top: 17px;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview {
  color: #007791;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title,
.course-curriculum-accordion
  .lecture-list
  .lecture.has-preview
  .lecture-preview {
  cursor: pointer;
}
.course-curriculum-accordion
  .lecture-list
  .lecture.has-preview
  .lecture-title:hover {
  color: #003845;
}

/*

Course Conteudo

*/

#accordion-modulos span:hover, #accordion-modulos button:hover, #accordion-modulos button:focus {
  color: #be0606 !important;
  text-decoration: underline;
}

.course-conteudo-box {
  margin-bottom: 40px;
}
.course-conteudo-box .course-conteudo-title .title {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
}

.course-conteudo-box .course-conteudo-title {
  padding-right: 31px;
}

.course-conteudo-accordion .tema-group-title:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #007791;
  /* font-family: Font awesome\5 Free; */
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  left: 22px;
  line-height: 1;
  position: absolute;
  text-rendering: auto;
  top: 16px;
}

.course-conteudo-accordion .tema-group-title[aria-expanded="false"]:before {
  content: "\f067";
}

.course-conteudo-accordion
  .tema-group-title[aria-expanded="true"]
  .total-temas {
  display: none;
}
.course-conteudo-accordion .tema-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-conteudo-accordion .tema-list .tema {
  border-bottom: 1px solid #e8e9eb;
  border-left: 1px solid #e8e9eb;
  border-right: 1px solid #e8e9eb;
  color: #505763;
  padding: 12px 30px 12px 30px;
  position: relative;
}

.course-conteudo-accordion .tema-list .tema .tema-title {
  -ms-webkit-transition: 0.3s;
  -webkit-transition: 0.3s;
  display: inline-block;
  transition: 0.3s;
}
.course-conteudo-accordion .tema-list .tema .tema-time {
  text-align: right;
  width: 100px;
}
.course-conteudo-accordion .tema-list .tema.has-preview {
  color: #999999;
  list-style-type: none;
  text-align: justify;
}
.course-conteudo-accordion .tema-list .tema.has-preview .tema-title,
.course-conteudo-accordion .tema-list .tema.has-preview .tema-preview {
  cursor: pointer;
}
.course-conteudo-accordion .tema-list .tema.has-preview .tema-title:hover {
  color: #003845;
}

/*
        category page
*/

section.category-header-area {
  background: #29303b;
  color: #fff;
  padding: 40px 0 30px;
}

section.category-header-area .category-name {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.287;
  margin: 0;
}

.breadcrumb {
  background: none;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
  color: #fff;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #dedfe0;
}

.breadcrumb .breadcrumb-item a i {
  color: #a1a7b3;
  font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

section.category-course-list-area {
  padding-bottom: 50px;
}
.category-filter-box {
  border-bottom: 1px solid #e8e9eb;
  margin-bottom: 30px;
  padding: 35px 0;
}

.filter-box .btn {
  background: transparent;
  border-color: #007791;
  border-radius: 2px;
  color: #007791;
  font-size: 15px;
  font-weight: 600;
  min-width: 60px;
  padding: 10px 12px;
}

.filter-box .btn:not(.all-btn) {
  margin-left: 10px;
}

.filter-box .btn:hover,
.filter-box .btn:focus {
  background: #fff !important;
  border-color: #007791 !important;
  color: #007791 !important;
}

.filter-box .btn[aria-expanded="true"] {
  background-color: #76c5d6 !important;
}

.filter-box .dropdown-menu {
  border-color: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
  max-height: 365px;
  overflow-y: auto;
}

.filter-box .dropdown-menu .dropdown-item {
  color: #505763;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.43;
  padding: 5px 12px;
}
.filter-box .dropdown-menu .dropdown-item:hover,
.filter-box .dropdown-menu .dropdown-item:focus {
  background-color: #f2f3f5;
  color: inherit;
}
.filter-box .reset-btn {
  background-color: transparent;
  border-color: transparent;
}
.filter-box .reset-btn:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.filter-box .reset-btn:disabled {
  color: #a1a7b3 !important;
  cursor: not-allowed;
}
.category-course-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-box-2 {
  border: 1px solid #dedfe0;
  border-radius: 2px 2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 148px;
}

.course-box-2 .course-image {
  width: 26%;
}

.course-box-2 .course-details {
  padding: 10px 30px;
  width: 50%;
}

.course-box-2 .course-price-rating {
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 10px 25px 15px;
  text-align: right;
  width: 24%;
}

.category-course-list ul li {
  margin-bottom: 30px;
}

.course-box-2 .course-price-rating .current-price {
  color: #29303b;
  font-size: 18px;
  font-weight: 700;
}

.course-box-2 .course-price-rating .original-price {
  color: #686f7a;
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
  text-decoration: line-through;
}

.course-box-2 .course-price-rating .rating i {
  /* color: #f4c150; */
  font-size: 13px;
}

.course-box-2 .course-price-rating .rating .average-rating {
  color: #686f7a;
  font-size: 13px;
}

.course-box-2 .course-price-rating .rating-number {
  color: #686f7a;
  font-size: 13px;
}
.course-box-2 .course-details .course-title {
  color: #29303b;
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}

.course-box-2 .course-details a:hover {
  text-decoration: underline;
}

.course-box-2 .course-details .course-instructor {
  color: #686f7a;
  display: block;
  font-size: 11px;
  margin-bottom: 6px;
}

.course-box-2 .course-details .course-subtitle {
  color: #505763;
  font-size: 13px;
  margin-bottom: 20px;
}

.course-box-2 .course-details .course-meta span {
  color: #686f7a;
  font-size: 13px;
  margin-right: 10px;
}

.course-box-2 .course-details .course-meta {
  padding-top: 5px;
}

.course-box-2 .course-details .course-meta span i {
  font-size: 14px;
  margin-right: 4px;
  opacity: 0.5;
}

.course-image2 {
  width: 100%;
}
.course-box-3 {
  border: 1px solid #dedfe0;
  border-radius: 2px 2px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 148px;
  padding-left: 0%;
}

/*
        Instructor page
*/
section.instructor-header-area {
  background-color: #007791;
  color: #fff;
  padding: 34px 0;
}

section.instructor-header-area .instructor-name {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.287;
  margin: 0;
}

section.instructor-header-area .instructor-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.287;
  margin: 7px 0 0;
}
section.instructor-details-area {
  padding: 30px 0;
}

.instructor-left-box .instructor-image img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.instructor-social ul {
  list-style: none;
  margin: 0;
  margin-top: 25px;
  padding: 0;
}

.instructor-social ul li {
  display: inline-block;
  font-size: 19px;
  padding: 0 6px;
}

.biography-content-box {
  margin-bottom: 40px;
  max-height: 400px;
}

section.instructor-course-list-area {
  background-color: #f7f8fa;
  padding: 40px 0;
}
section.instructor-course-list-area .section-title {
  font-size: 18px;
  margin-bottom: 20px;
}

section.instructor-course-list-area .container {
  max-width: 940px;
}

ul.pagination {
  margin-top: 25px;
}
ul.pagination .page-item.disabled .page-link {
  color: #a1a7b3;
}
ul.pagination .page-item.active a,
ul.pagination .page-item.active .page-link {
  background-color: #007791;
  border-color: #007791;
  color: #fff;
}
ul.pagination .page-item a,
ul.pagination .page-item .page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #007791;
  display: block;
  font-size: 17px;
  line-height: 1.25;
  margin-left: -1px;
  padding: 10px 15px;
  position: relative;
}
ul.pagination .page-item a:hover,
ul.pagination .page-item .page-link:hover {
  background-color: #e6f2f5;
  border-color: #007791;
  position: relative;
  z-index: 1;
}

/*
    Notifications page
*/

section.page-header-area {
  background: #505763;
  color: #fff;
  padding: 40px 0 30px;
}

section.page-header-area .page-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.287;
  margin: 0;
}
section.page-header-area .page-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.287;
  margin: 7px 0 5px;
}
.notifications-list-area .notifications-footer .mark-all-read {
  background: none;
  border: 0;
  color: #007791;
}
.notifications-list-area .notifications-footer .mark-all-read:hover {
  color: #003845;
}
.notifications-list-area .notifications-footer {
  padding: 15px 0;
}
.notifications-list-area .notification-list {
  margin-top: 40px;
  max-height: 415px;
  overflow-y: auto;
}
.notifications-list-area .notification-list li {
  padding: 15px;
}
.notifications-list-area
  .notification-list
  .notification-details
  .notification-text {
  width: 100%;
}
.notifications-list-area .notification-list .notification-details {
  padding-right: 15px;
}
.notifications-list-area
  .notification-list
  .notification-details
  .notification-time {
  margin-top: 10px;
}

/*
    my courses - wishlist page
*/

section.page-header-area.my-course-area {
  padding-bottom: 0;
}
section.page-header-area.my-course-area ul {
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
section.page-header-area.my-course-area ul li {
  display: inline-block;
  margin-right: 30px;
}
section.page-header-area.my-course-area ul li a {
  border-bottom: 6px solid hsla(0, 0%, 100%, 0);
  color: #fff;
  display: block;
  padding: 0 0 5px;
}
section.page-header-area.my-course-area ul li.active a,
section.page-header-area.my-course-area ul li a:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.7);
}
section.my-courses-area .my-course-search-bar .input-group {
  margin-left: auto;
  width: 220px;
}
section.my-courses-area {
  padding: 40px 0;
}
.my-courses-area .my-course-search-bar input {
  background-color: #fff;
  border: 1px solid #cacbcc;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 12px;
}
.my-courses-area .my-course-search-bar .input-group-append button {
  background: #f2f3f5;
  border-bottom-right-radius: 2px;
  border-color: #dedfe0;
  border-top-right-radius: 2px;
  color: #a1a7b3;
}
.my-courses-area .my-course-search-bar .input-group-append button:hover,
.my-courses-area .my-course-search-bar .input-group-append button:focus,
.my-courses-area
  .my-course-search-bar
  input:focus
  + .input-group-append
  button {
  background: #007791;
  border-color: #007791;
  color: #fff;
}
.my-courses-area .row.no-gutters {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 50px;
}
.my-courses-area .course-box-wrap {
  padding: 0 10px;
}
.my-course-filter-bar.filter-box {
  padding-top: 30px;
  position: relative;
}
.my-course-filter-bar.filter-box > span {
  color: #686f7a;
  font-size: 13px;
  left: 0;
  position: absolute;
  top: 0;
}

.edit-rating-modal .m-progress-bar-wrapper {
  background: #e8e9eb;
}

.edit-rating-modal .m-progress-bar {
  background: #a1a7b3;
  border-radius: 0 3px 3px 0;
  height: 6px;
}
.edit-rating-modal .rating-title {
  color: #29303b;
  font-size: 24px;
  font-weight: 300;
}
.edit-rating-modal .modal-body {
  padding-bottom: 50px;
  padding-top: 50px;
}
.modal-course-preview-box {
  padding-left: 50px;
}
.modal-course-preview-box .card-title {
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  -ms-box-orient: vertical;
  -ms-line-clamp: 2;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  color: #505763;
  display: block !important;
  display: -webkit-box !important;
  font-size: 18px;
  height: 48px;
  line-clamp: 2;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.modal-course-preview-box .card-text {
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  -ms-box-orient: vertical;
  -ms-line-clamp: 2;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  color: #505763;
  display: block !important;
  display: -webkit-box !important;
  height: 48px;
  line-clamp: 2;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.edit-rating-modal .modal-footer button {
  background-color: #ec5252;
  border-color: #ec5252;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35135;
  padding: 16px 12px;
}
.edit-rating-modal .modal-footer button:hover,
.edit-rating-modal .modal-footer button:focus {
  background-color: #992337 !important;
  border-color: #992337 !important;
}
.edit-rating-modal .modal-footer button.previous {
  background-color: #fff;
  border-color: #007791;
  color: #007791;
}
.edit-rating-modal .modal-footer button.previous:hover,
.edit-rating-modal .modal-footer button.previous:focus {
  background-color: #e6f2f5 !important;
  border-color: #007791 !important;
}

.your-rating {
  border: none;
  float: left;
}

.your-rating > input {
  display: none;
}
.your-rating > label:before {
  content: "\f005";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  font-weight: 900;
  margin: 8px;
}
.your-rating > .half:before {
  content: "\f089";
  position: absolute;
}
.your-rating > label {
  color: #dedfe0;
  float: right;
}
.your-rating > input:checked ~ label,
.your-rating:not(:checked) > label:hover,
.your-rating:not(:checked) > label:hover ~ label {
  color: #f4c150;
}
.your-rating > input:checked + label:hover,
.your-rating > input:checked ~ label:hover,
.your-rating > label:hover ~ input:checked ~ label,
.your-rating > input:checked ~ label:hover ~ label {
  color: #f4c150;
}

.edit-rating-modal .rating {
  margin-bottom: 30px;
  margin-top: 20px;
}
.edit-rating-modal .rating i {
  font-size: 30px;
}
.edit-rating-modal .modal-rating-comment-box textarea {
  border-radius: 2px;
  height: 210px;
  resize: none;
  width: 100%;
}
.edit-rating-modal .modal-rating-comment-box textarea:focus {
  border-color: #76c5d6;
}

/*
    cart page
*/

section.cart-list-area {
  margin-bottom: 70px;
  margin-top: 50px;
}
.in-cart-box > .title,
.wishlisted-box > .title {
  color: #29303b;
  font-size: 18px;
  margin-bottom: 10px;
}
.in-cart-box .cart-course-list,
.wishlisted-box .cart-course-list {
  -webkit-box-shadow: 0 0 2px #dedfe0;
  box-shadow: 0 0 2px #dedfe0;
  list-style: none;
  margin: 0;
  margin-bottom: 60px;
  padding: 0;
}
.in-cart-box .cart-course-list li:not(:first-child),
.wishlisted-box .cart-course-list li:not(:first-child) {
  border-top: 1px solid #f1f1f1;
}
.cart-course-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.cart-course-wrapper .image {
  -ms-flex: 0 0 17%;
  -webkit-box-flex: 0;
  flex: 0 0 17%;
  max-width: 17%;
}
.cart-course-wrapper .details {
  -ms-flex: 0 0 53%;
  -webkit-box-flex: 0;
  flex: 0 0 53%;
  max-width: 53%;
  padding-left: 10px;
}
.cart-course-wrapper .details .name {
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  -ms-box-orient: vertical;
  -ms-line-clamp: 2;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  color: #29303b;
  display: block !important;
  display: -webkit-box !important;
  font-weight: 700;
  line-clamp: 2;
  line-height: 1.2;
  margin-bottom: 0;
  max-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.cart-course-wrapper .details .instructor {
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  -ms-box-orient: vertical;
  -ms-line-clamp: 2;
  -o-box-orient: vertical;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  color: #686f7a;
  display: block !important;
  display: -webkit-box !important;
  font-size: 13px;
  line-clamp: 2;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.cart-course-wrapper .move-remove {
  -ms-flex: 0 0 15%;
  -webkit-box-flex: 0;
  flex: 0 0 15%;
  max-width: 15%;
  padding-left: 10px;
  text-align: right;
}
.cart-course-wrapper .price {
  -ms-flex: 0 0 15%;
  -webkit-box-flex: 0;
  flex: 0 0 15%;
  max-width: 15%;
  padding-right: 25px;
  position: relative;
  text-align: right;
}
.cart-course-wrapper .move-remove div {
  color: #007791;
  cursor: pointer;
  font-size: 13px;
  margin-bottom: 3px;
}
.cart-course-wrapper .move-remove div:hover {
  color: #003845;
}
.cart-course-wrapper .price .current-price {
  color: #ec5252;
  font-weight: 900;
}
.cart-course-wrapper .price .original-price {
  color: #686f7a;
  text-decoration: line-through;
}
.cart-course-wrapper .price .coupon-tag {
  color: #ec5252;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 2px;
}

.cart-sidebar .total {
  color: #686f7a;
  font-size: 18px;
}
.cart-sidebar .total-price {
  color: #ec5252;
  font-size: 36px;
  font-weight: 600;
  line-height: 49px;
}
.cart-sidebar .total-original-price {
  color: #686f7a;
  margin-bottom: 12px;
}
.cart-sidebar .total-original-price .original-price {
  margin-right: 10px;
  text-decoration: line-through;
}
.cart-sidebar .checkout-btn {
  background-color: #e8e9eb !important;
  border-color: #be0606 !important;
  border-radius: 2px;
  color: #be0606 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35135;
  padding: 16px 12px;
}
.cart-sidebar .checkout-btn:hover,
.cart-sidebar .checkout-btn:focus {
  background-color: #be0606 !important;
  border-color: #be0606 !important;
  color: #fff !important;
}
.cart-sidebar .coupon-field input {
  border-radius: 2px;
  font-size: 12px;
  padding: 14px 12px;
}
.cart-sidebar .coupon-field input:focus {
  border-color: #76c5d6;
}
.cart-sidebar .coupon-field button {
  background-color: #007791;
  border-color: #007791;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.cart-sidebar .coupon-field button:hover,
.cart-sidebar .coupon-field button:focus {
  background-color: #00576b !important;
  border-color: #00576b !important;
}
.cart-sidebar .coupon-list ul {
  list-style: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
}
.cart-sidebar .coupon-list ul li {
  color: #686f7a;
  cursor: pointer;
  font-size: 13px;
}
.cart-sidebar .coupon-list ul li:hover {
  color: #ec5252;
}
.cart-sidebar .coupon-list ul li i {
  font-size: 11px;
}

/*
    user dashboard page
*/

section.user-dashboard-area {
  padding: 40px 0;
}

.user-dashboard-box {
  border: 1px solid #dedfe0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-dashboard-sidebar {
  border-right: 1px solid #dedfe0;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
  height: 100%;
  overflow: auto;
  position: relative;
}

/** SEM CLASSE **/
/*@media screen and (max-width: 400px) {*/
/*    text-align: center;*/
/*    float: none;*/
/*}*/

.user-dashboard-content {
  width: 82%;
}
section.user-dashboard-area {
  padding: 40px 0;
}

.user-dashboard-box {
  border: 1px solid #dedfe0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-dashboard-sidebar .user-box {
  padding: 10px;
  text-align: center;
}

.user-dashboard-sidebar .user-box img {
  border-radius: 50%;
  height: 118px;
  margin-bottom: 15px;
  width: 118px;
}

.user-dashboard-sidebar .user-box .name {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.user-dashboard-sidebar .user-dashboard-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.user-dashboard-sidebar .user-dashboard-menu ul a {
  display: block;
  padding: 4px 15px;
}

.user-dashboard-sidebar .user-dashboard-menu ul .active a {
  background: #a1a7b3;
  color: #fff;
}
.user-dashboard-content .content-title-box {
  #border-bottom: 1px solid #dedfe0;
  padding: 20px;
  text-align: center;
}

.user-dashboard-content .content-title-box .title {
  color: #29303b;
  font-size: 22px;
  font-weight: 700;
}

.user-dashboard-content .content-title-box .subtitle {
  color: #29303b;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.user-dashboard-content .content-update-box {
  #border-top: 1px solid #dedfe0;
  padding: 20px;
  text-align: center;
}

.user-dashboard-content .content-update-box button {
  background-color: #ec5252;
  border-color: #ec5252;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35135;
  padding: 11px 12px;
}
.user-dashboard-content .content-box .form-group {
  margin-bottom: 0;
  padding: 10px 142px;
}
.user-dashboard-content .content-box .form-group .input-group-text {
  border: 1px solid #cacbcc;
  border-radius: 2px;
}
.user-dashboard-content .content-box .form-group .custom-select {
  border-radius: 2px;
  height: auto;
  padding: 11px 12px;
}
.user-dashboard-content .content-box .form-group .form-control {
  border: 1px solid #cacbcc;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px 12px;
}
.user-dashboard-content
  .content-box
  .input-group
  > .input-group-prepend:not(:first-child)
  > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.user-dashboard-content .content-box .form-group .custom-select:focus,
.user-dashboard-content .content-box .form-group input:focus {
  border: 1px solid #76c5d6;
}
.user-dashboard-content .content-box .form-group small.form-text {
  color: #5d6d86;
  font-size: 11px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.user-dashboard-content .content-box .mce-tinymce,
.user-dashboard-content .content-box .mce-panel,
.user-dashboard-content .content-box .mce-top-part::before {
  border-color: #cacbcc;
  box-shadow: none;
}
.user-dashboard-content .content-box .mce-edit-area.mce-container {
  border-right: 1px solid #cacbcc !important;
  cursor: text;
}
.user-dashboard-content .content-box .basic-group,
.user-dashboard-content .content-box .link-group,
.user-dashboard-content .content-box .email-group,
.user-dashboard-content .content-box .password-group {
  padding: 10px 0;
}
.user-dashboard-content .content-box .password-group {
  border-top: 1px solid #dedfe0;
  padding-bottom: 30px;
}

/*
    my message page
*/

.message-sender-list-box {
  padding-top: 10px;
}
.message-sender-list-box .compose-btn {
  background-color: #fff;
  border-color: #007791;
  border-radius: 2px;
  color: #007791;
  font-size: 15px;
  line-height: 1.35135;
  padding: 11px 12px;
}
.message-sender-list-box .compose-btn:hover,
.message-sender-list-box .compose-btn:focus {
  background-color: #e6f2f5;
}
.message-sender-list-box .message-sender-list {
  height: calc(100vh - 380px);
  list-style: none;
  margin: 0;
  min-height: 280px;
  overflow: auto;
  padding: 0;
  padding: 0 10px 10px 0;
  position: relative;
}
.message-sender-list-box .message-sender-list .sender-image img {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}
.message-sender-list-box .message-sender-list li {
  -ms-webkit-transition: 0.3s;
  -webkit-transition: 0.3s;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  padding: 15px;
  transition: 0.3s;
}
.message-sender-list-box .message-sender-list li.active,
.message-sender-list-box .message-sender-list li:hover {
  background-color: #fff;
  border-color: #dedfe0;
}
.message-sender-list-box .message-sender-list .sender-name {
  color: #505763;
  font-size: 15px;
  font-weight: 700;
  margin-left: 15px;
}
.message-sender-list-box .message-sender-list .message-time {
  color: #686f7a;
  font-size: 13px;
}
.message-sender-list-box .message-sender-list .message-sender-head {
  margin-bottom: 10px;
}
.message-sender-list-box .message-sender-list .message-sender-body {
  color: #686f7a;
  font-size: 13px;
  overflow: hidden;
  padding: 0 43px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-details-box {
  background: #fff;
  border-left: 1px solid #dedfe0;
  border-right: 1px solid #dedfe0;
  height: 100%;
}
.message-details-box .empty-box {
  padding-top: 55px;
}
.message-details-box .message-details .message-header a {
  display: block;
}
.message-details-box .message-details .message-header img {
  border-radius: 50%;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}
.message-details-box .message-details .message-header {
  border-bottom: 1px solid #dedfe0;
  min-height: 65px;
  padding: 10px;
}
.message-details-box .message-details .message-footer {
  background: #fff;
  border-top: 1px solid #dedfe0;
  padding: 10px;
}
.message-details-box .message-details .message-content {
  background: #fff;
  height: calc(100vh - 460px);
  min-height: 200px;
  overflow: auto;
  padding: 10px;
}
.message-details-box .message-details .message-content .message-box {
  background: #f2f3f5;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 10px;
  max-width: 400px;
  min-width: 190px;
  padding: 15px;
}
.message-details-box .message-details .message-content .message-box .message {
  color: #505763;
  font-size: 15px;
  overflow-x: auto;
  white-space: pre-wrap;
}
.message-details-box .message-details .message-content .message-box .time {
  color: #686f7a;
  font-size: 13px;
  margin-bottom: 10px;
}
.message-details-box .message-details .message-content .me .message-box {
  background: rgba(230, 242, 245, 0.5);
}
.message-details-box .message-details .message-content .me {
  display: flex;
  justify-content: flex-end;
}
.message-details-box .message-details .message-footer textarea {
  border-radius: 2px;
  min-height: 100px;
}
.message-details-box .message-details .message-footer textarea:focus {
  border-color: #76c5d6;
}
.message-details-box .message-details .message-footer .send-btn {
  background-color: #ec5252;
  border-color: #ec5252;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35135;
  margin-bottom: 25px;
  margin-top: 15px;
  padding: 11px 12px;
}
.message-details-box .message-details .message-footer .send-btn:hover,
.message-details-box .message-details .message-footer .send-btn:focus {
  background-color: #992337;
  border-color: #992337;
}

.message-sender-list-box .message-sender-list .sender-image i {
  border: 1px solid #adadad;
  border-radius: 50%;
  color: #adadad;
  font-size: 11px;
  height: 24px;
  line-height: 21px;
  text-align: center;
  width: 24px;
}

.new-message-details .message-header {
  border-bottom: 1px solid #dedfe0;
  min-height: 65px;
  padding: 10px;
}
.new-message-details .message-header span {
  color: #29303b;
  font-weight: 700;
  vertical-align: middle;
}
.new-message-details .message-header i {
  border: 1px solid #adadad;
  border-radius: 50%;
  color: #adadad;
  font-size: 17px;
  height: 40px;
  line-height: 37px;
  margin-left: 10px;
  margin-right: 15px;
  text-align: center;
  width: 40px;
}
.new-message-details .message-body {
  padding: 10px;
}
.new-message-details .message-body .cancel-btn {
  background: no-repeat;
  border: none;
  color: #007791;
}
.new-message-details .message-body textarea {
  border-color: #cacbcc;
  border-radius: 2px;
  min-height: 100px;
}
.new-message-details .message-body textarea:focus {
  border-color: #76c5d6;
}
span.select2-selection.select2-selection--single {
  background-color: transparent;
  border-color: #cacbcc;
  border-radius: 2px;
  color: #32373c;
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px;
}
.select2-container
  .select2-selection--single
  .select2-selection__rendered:focus {
  outline: none;
}
span.select2-selection.select2-selection--single:focus {
  outline: none;
}
span.select2-selection.select2-selection--single[aria-expanded="true"] {
  background-color: #ffffff;
  border-color: #76c5d6;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 7px;
  top: 12px;
}
span.select2-dropdown,
.daterangepicker.dropdown-menu {
  border-color: #cacbcc;
}
span.select2-search.select2-search--dropdown {
  padding: 13px 15px;
}
span.select2-results ul li {
  color: #56666d;
  padding: 6px 15px;
}
span.select2-results ul li.select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #e8e8e8;
  color: #32373c;
}
.select2-container--default .select2-results__option {
  padding: 12px 15px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #cacbcc;
  padding: 10px;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: #76c5d6;
  box-shadow: 0 0 0;
  outline: none;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #007791;
  color: white;
}

/*
    purchase History page
*/
section.purchase-history-list-area {
  padding: 30px 0 50px;
}
.purchase-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.purchase-history-list li {
  border-bottom: 1px solid #f2f3f5;
  font-size: 12px;
  padding: 10px 0;
}
.purchase-history-list .purchase-history-list-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.purchase-history-list .purchase-history-course-img {
  float: left;
}
.purchase-history-list .purchase-history-course-img img {
  height: auto;
  margin-right: 15px;
  width: 135px;
}
.purchase-history-list .purchase-history-course-title {
  color: #505763;
  font-size: 14px;
  font-weight: 600;
}
.purchase-history-list .purchase-history-course-title:hover {
  color: #003845;
}
.purchase-history-list .purchase-history-detail .btn-receipt {
  background-color: #fff;
  border: 1px solid #007791;
  border-radius: 2px;
  color: #007791;
  font-size: 13px;
  line-height: 1.35135;
  padding: 2px 8px;
}
.purchase-history-list .purchase-history-detail .btn-receipt:hover,
.purchase-history-list .purchase-history-detail .btn-receipt:focus {
  background-color: #e6f2f5;
}

/*
    footer style
*/
.footer-top-widget-area {
  background-color: #fff;
  border-top: 1px solid #e8e9eb;
  padding: 40px 0;
}
.footer-widget.link-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget.link-widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-widget.link-widget ul a {
  font-size: 13px;
}
.language-widget button {
  background-color: #fff;
  border: 1px solid #505763;
  border-radius: 2px;
  color: #686f7a;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  min-width: 160px;
  padding: 9px 18px;
  text-align: left;
}
.language-widget button:hover,
.language-widget button:focus {
  background-color: #e8e9eb !important;
  border-color: #505763;
  color: #686f7a !important;
}
.language-widget button i {
  font-size: 11px;
  margin-right: 10px;
}
.language-widget .dropdown-menu {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
  margin-bottom: 2px;
  width: 160px;
}
.language-widget .dropdown-menu a {
  color: #505763;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.43;
  padding: 6px 14px;
}
.language-widget .dropdown-menu a:hover,
.language-widget .dropdown-menu a:focus {
  background-color: #f2f3f5;
}
.language-widget .dropdown-toggle {
  position: relative;
}
.language-widget .dropdown-toggle::after {
  -ms-webkit-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  position: absolute;
  right: 14px;
  top: 17px;
  transform: rotate(180deg);
}

.payment-in-modal form .stripe {
  background-color: #008cde;
  border-color: #0698dc;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  padding: 11px 12px;
  width: 100%;
}
.payment-in-modal form .paypal {
  background-color: #008cde;
  border-color: #0698dc;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  padding: 11px 12px;
  width: 100%;
}

.purchased a {
  background-color: #007791;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.43;
  margin-top: 20px;
  padding: 11px 12px;
  text-align: center;
  width: 100%;
}
.purchased a:hover,
.purchased a:focus {
  background: #003440;
}
.already_purchased a {
  background-color: #007791;
  border: 0;
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.43;
  margin-top: 20px;
  padding: 11px 12px;
  text-align: center;
  width: 100%;
}
.already_purchased a:hover,
.already_purchased a:focus {
  background: #003440;
}

div.tagsinput span.tag {
  background-color: #2196f3;
  border-color: #2196f3;
  color: white;
}
div.tagsinput span.tag a {
  color: #ddd;
}

.no-padding {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.select.form-control:not([size]):not([multiple]) {
  height: auto;
}
.panel-video {
  margin-top: 2px;
  padding: 15px 15px 25px;
  background-color: #ffffff;
  border-top: 2px solid #e84c3d;
}
.ui-title-inner {
  text-transform: uppercase;
}
.course-description {
  color: #505763;
  font-size: 11px;
  margin-bottom: 20px;
}
.course-price {
  font-size: 11px;
}

.course__free {
  font-size: 1.5em;
}

span.discounted {
  font-weight: 900;
  font-size: 1.3em;
  color: red;
}
em {
  font-size: 1.5em;
}

.info-text {
  font-size: 1.2em;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Arquivo";
}

/*
Comentado por Anderson Fernandes em 30/12/2019
@media screen and (max-width: 400px) {

*/

@media (max-width: 430px) {
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "";
  }
  .custom-file-label::after {
    display: none;
  }

  .custom-file-label .fa-upload {
    float: right;
    margin-top: 4px;
  }
}

.card.card__lessons {
  border: none;
  border-radius: 0;
  color: #29303b;
}

.card.card__lessons:not(:last-child) {
  border-bottom: solid 1px #e4e4e4;
}

.card.card__lessons > .card-header {
  padding: 0.25rem 0 0.25rem 0;
  background: #f7f8fa;
}

.card-header:first-child {
  border: none;
}

.flex-grow-1 {
  flex-grow: 1;
}

/** Fonts **/
.font__1 {
  font-family: "Poppins", sans-serif !important;
}

.font__2 {
  font-family: "Roboto", sans-serif !important;
}

.font__3 {
  font-family: "Raleway", sans-serif !important;
}

.font--size-1 {
  font-size: 1.1em;
  letter-spacing: 0.5px;
  line-height: 22px;
}

.font--size-2 {
  font-size: 1.6666em;
  letter-spacing: 0.5px;
  line-height: 22px;
}

.nav-sub {
  clear: both;
  position: absolute;
  top: 50px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 12px 30px;
  margin-left: 10px;
  display: none;
}

.nav-sub-item {
  color: #d64c4c;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  list-style: none;
}

.nav-link:hover + .nav-sub,
.nav-sub:hover {
  display: block !important;
}

/* .nav-item.borderBottom:last-child a {
    color: #d64c4c !important;
    border-bottom: 2px solid;
} */

.nav-sub-item a {
  color: rgba(0, 0, 0, 0.7) !important;
}

.nav-sub-item,
.nav-sub-item a {
  border: none !important;
}

@media screen and (max-width: 400px) {
  .nav-sub {
    clear: both;
    position: relative;
    top: 0px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 12px 30px;
    margin-left: 10px;
    display: none;
  }
}

/* header */

.header {
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1),
    0 3px 1px 0 rgba(20, 23, 28, 0.1);
  position: relative;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.header_scroll {
  background-color: rgba(255, 255, 255, 1) !important;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  /* overflow: hidden; */
  background-color: #fff;
  text-align: center;
}
.header li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #353535;
  padding-bottom: 8px !important;
  margin-left: 50px;
}
.header li a:hover,
.header .menu-btn:hover {
  color: #be0606;
  border-bottom: 4px solid #be0606;
}
.header ul.submenu {
  position: absolute;
  left: auto;
  top: 34px;
  margin-left: 50px;
  width: max-content;
  height: max-content;
  min-width: 120px;
  padding: 10px;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  display: none;
}
.header ul.submenu li {
  float: none;
}
.header ul.submenu li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #353535;
  margin-left: 0;
}
.header ul.submenu li a:hover {
  color: #be0606;
  border: none;
}
.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  height: max-content;
  /* transition: height .2s ease-out; */
  z-index: 100;
  position: absolute;
  right: 0;
  top: 0;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 20px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

/* .header .menu-btn:checked ~ .menu {
  height: max-content;
} */

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* MENU */
a.#menu-btn {
  color: #555;
  text-decoration: none;
}
a.#menu-btn:link,
a.#menu-btn:visited,
a.#menu-btn:hover,
a.#menu-btn:active {
  color: #555;
  text-decoration: none;
}

.topo {
  width: 100%;
  height: 100px;
  background-color: #ebf0f2;
}

#logo-principal {
  height: auto;
  width: 100%;
}

#menu-btn {
    position: relative;
    /* left: -4rem; */
    z-index: 99;
}

/* CARDS */
.cardm-box {
  width: 100%;
  max-width: 360px;
  height: fit-content;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 6px solid #be0606;
  margin: 0 auto;
  margin-top: 30px;
}

.cardm-categoria {
  width: 100%;
  height: 25px;
  padding: 5px 0 5px 10px;
  color: #033955;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.cardm-foto {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
}

.cardm-descricao {
  width: 100%;
  height: fit-content;
  padding: 15px 15px 5px 15px;
}

.cardm-rosto {
  width: 67px;
  height: 67px;
  border: 1px solid #555;
  border-radius: 50%;
  vertical-align: text-top;
}

.cardm-titulo {
  width: 100%;
  /* height: 45px; */
  vertical-align: bottom;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  color: #4c4c4c;
  margin-bottom: 5px;
}

.cardm-professor {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #be0606;
}

a.link-professor:link,
a.link-professor:visited,
a.link-professor:hover,
a.link-professor:active {
  color: #be0606;
}

.cardm-cargo {
  width: 100%;
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  color: #999999;
  text-transform: uppercase;
}

.cardm-texto {
  /* height: 120px; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; */
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: #848587;
  padding: 10px 0 0 0;
  text-align: justify;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  /* line-break: anywhere; */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.cardm-preco {
  width: 100%;
  height: fit-content;
  padding: 0 20px 5px 15px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #033955;
}

.cardm-cart {
  color: #be0606;
  font-size: 16px;
}

.cardm-btn {
  color: #be0606;
  font-size: 16px;
  border: none;
  padding: 5px 5px;
  margin-top: 7px;
  /* background: transparent; */
}

.cardm-saiba {
  text-align: left;
  font-size: 14px;
  color: #033955;
}

/* HOME */

.titulo_home {
  width: 100%;
  padding: 50px 0 30px 0;
  font-weight: 400;
  font-size: 24px;
  color: #be0606;
  text-align: center;
  text-transform: uppercase;
}

.metodologia-texto {
  text-align: justify;
  font-weight: 400;
  font-size: 14px;
  color: #848587;
  line-height: 18px;
}
.diferenciais-texto {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #848587;
  line-height: 18px;
}
section#top-courses {
  height: max-content;
  margin: 0 0 30px 0;
}

.diferenciais-titulo {
  text-align: center;
  font-weight: 300;
  font-size: 21px;
  color: #be0606;
  line-height: 24px;
  padding: 20px 0;
}
.footer-area {
  background-color: #363636;
  background-image: url(../img/fundo_rodape.png);
  background-repeat: repeat-x;
  color: #ffffff;
  font-weight: 300;
  /* border-bottom: 6px solid #ec5252; */
  /* border-top: 1px solid #e8e9eb; */
  /* padding: 30px 0; */
}
.footer-area a,
.footer-area a:link,
.footer-area a:hover,
.footer-area a:visited,
.footer-area a:active {
  color: #ffffff;
  /* padding-bottom: 10px; */
}
.footer-area ul {
  list-style-type: none;
  /* margin-block-start: 0;
        margin-block-end: 0;
        padding-inline-start: 0; */
  padding: 0;
  margin: 0;
}
.footer-area ul li {
  padding-bottom: 10px;
}
.sphera_texto {
  font-size: 10px !important;
  font-weight: 300;
}
.sphera_logo {
  width: 100%;
  max-width: 70px;
  height: auto;
  vertical-align: middle;
}
.copyright-text {
  color: #686f7a;
  font-size: 13px;
  margin-bottom: 15px;
}
.copyright-text img {
  margin-right: 20px;
}
.footer-menu .nav-item:not(:last-child) {
  margin-right: 20px;
}
.footer-menu .nav-link {
  font-size: 13px;
  #padding: 3px 0;
}
.footer-barra {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 0;
}
.footer-logo {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
}
/* .nav-item {
        font-size: 0.8em;
        padding-left: 30px;
    } */

#login-user-icon {
  position: relative;
  top: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* margin-top: -4px; */
  cursor: pointer;
}
#login-user-panel {
  display: none;
  position: absolute;
  top: 12px;
  right: 0;
  width: 250px;
  height: max-content;
  margin-top: 81px;
  background-color: #ffffff;
  z-index: 100000;
  padding: 10px;
}
header ul.login-user-details {
  font-size: 14px;
}
header ul.login-user-details li {
  font-size: 14px;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  text-transform: capitalize;
}
header ul.login-user-details li:first-child,
.topo-menu-mobile {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
header ul.login-user-details li a {
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
h1.title {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  word-spacing: 5px;
  line-height: 48px;
  color: #be0606;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h2.title {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -1px;
  word-spacing: 5px;
  line-height: 1;
  color: #be0606;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: -5px;
}
h3.title {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
  word-spacing: 5px;
  line-height: 1;
  color: #be0606;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: -5px;
}
.description-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #595959;
  text-align: justify;
  margin-bottom: 20px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h2.subtitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  color: #be0606;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.programmatic-content {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #555555;
}
.course-conteudo-accordion .tema-group-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  background: #f9f9f9;
  border: 1px solid #e8e9eb;
  color: #505763;
  cursor: pointer;
  height: auto;
  margin-top: 3px;
  padding: 5px 30px 5px 45px;
  position: relative;
}
/* .course-conteudo-accordion .tema-group-title .title {
    font-weight: 600;
} */
.course-conteudo-accordion .tema-group-title[aria-expanded="true"]:before {
  /* content: "\f068"; */
  content: "\f078";
  color: #505763;
  line-height: 0;
}
.course-conteudo-accordion .tema-group-title[aria-expanded="false"]:before {
  /* content: "\f067"; */
  content: "\f054";
  color: #505763;
  line-height: 0;
}
/* .course-curriculum-accordion .lecture-group-title[aria-expanded="false"]:before {
    content: "\f067";
}
.course-curriculum-accordion .lecture-group-title[aria-expanded="true"]:before {
    content: "\f068";
} */
.instructor-image {
  border-radius: 50%;
  border: 6px solid #fff;
  width: 90px;
  height: 90px;
}
.instructor-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.instructor-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #848587;
}
.instructor-bio {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #848587;
  text-align: justify;
}
.description-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.description-content {
  font-size: 16px;
  color: #777;
  text-align: justify;
}
.biography-content {
  font-size: 16px;
  color: #777;
  text-align: justify;
}
.instructor-stat-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instructor-stat-box ul li {
  border-left: 1px solid rgba(41, 48, 59, 0.25);
  display: inline-block;
  padding: 0 15px;
  text-align: left;
}

.instructor-stat-box ul li .small {
  font-size: 86%;
}

.instructor-stat-box ul li .num {
  font-size: 24px;
  font-weight: 300;
}
.extensao {
  width: 100%;
  height: 22vh;
}
.btn-my-courses {
  background-color: #e8e9eb;
  border-color: #be0606;
  color: #be0606 !important;
  /* text-transform: uppercase; */
}
.btn-my-courses:hover {
  background-color: #be0606;
  border-color: #be0606;
  color: #fff !important;
}
.course-image img {
  width: 100%;
  height: auto;
}
.profile-foto {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  border: solid 5px white;
}
.profile-menu {
  list-style-type: none;
  margin: 10px 0 0 -37px;
}
.profile-menu li {
  display: inline-block;
  border-left: 1px solid #003845;
  padding: 0 20px;
}
.profile-menu li:last-child {
  border-right: 1px solid #003845;
}

.diferenciais {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 100px;
}
.diferenciais > div {
  max-width: 200px;
  margin: 20px 0;
}
.diferenciais > div div:first-child {
  height: 80px;
  text-align: center;
}
#pesquisa {
  font-size: 13px;
  height: 20px;
  margin: -3px 0 0 50px;
  /* display: none; */
}
#pesquisa input {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding-left: 10px;
  border-radius: 3px;
}
#pesquisa button {
  background: none;
  border: 0;
  /* margin-left: -27px; */
  position: absolute;
  right: 0;
  top: -2px;
  color: #797F82;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #cccccc;
  font-size: 12px;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
  font-size: 12px;
}
::placeholder {
  color: #cccccc;
  font-size: 12px;
}

/* 48em = 768px */
@media (max-width: 375px) {
  .header,
  .topo {
    height: 84px;
  }
  .header .menu {
    top: 68px !important;
  }
  #logo-principal {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .menu-btn,
  .menu-icon {
    margin-top: -10px;
  }
  .header {
    background-color: rgba(255, 255, 255, 1) !important;
  }
  .header .menu {
    width: 100vw;
    top: 84px;
    /* 17vw */
    right: -20px;
    display: none;
  }
  .header ul.submenu {
    width: 100%;
    right: 0;
    top: 95%;
    margin-left: 0;
    text-align: center;
  }
  .header ul.submenu li {
    margin-left: 0;
  }
  .header ul li {
    padding-top: 15px;
    margin-left: -50px;
  }
  .header ul li:last-child {
    padding-bottom: 15px;
  }
  .header li a {
    border-bottom: 1px solid #dddddd;
  }
  .menu-icon-box .icon .number {
    left: -7px;
    top: -10px;
  }
  .profile-menu li {
    display: block;
    border: none;
    padding: 0 20px 15px 0;
  }
  .profile-menu li:last-child {
    border: none;
  }
  
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  /* @media screen and (max-width: 49em) and (min-width: 48em) { */
  .menu-btn,
  .menu-icon {
    margin-top: -20px;
  }
  .header .menu {
    width: 230px;
    top: 50px;
    display: none;
  }
  .header ul.submenu {
    width: 100%;
    right: 0;
    top: 92%;
    margin-left: 0;
    text-align: center;
  }
  .header ul.submenu li {
    margin-left: 0;
  }
  .header ul li {
    padding-top: 15px;
    margin-left: -50px;
  }
  .header ul li:last-child {
    padding-bottom: 15px;
  }
  .header li a {
    border-bottom: 1px solid #dddddd;
  }
}

@media (min-width: 1000px) {
  /* 49em */
  #menu-btn {
    display: none;
  }
  .header li {
    float: left;
  }
  .header li a {
    padding: 0;
    margin-right: 50px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    margin-top: 12px;
    background: transparent;
    display: block;
  }
  .header .menu-icon {
    display: none;
  }
}