.warning-content {
  box-sizing: border-box;
  position: absolute;
  top: 25%;
  width: 100%;
  height: 300px;
  text-align: center;
  margin: 0;
}

[v-cloak] {
  display: none;
}

html {
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  font-family: canada-type-gibson, sans-serif;
  color: #3d3d3d;
}

a {
  color: #3d3d3d;
}

.noOp {
  opacity: 1;
}

.opacity-75 {
  opacity: 0.75;
}

.op {
  opacity: 0;
}

/* section{
    margin: 2rem 0 5rem 0;
} */

.wrap {
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}

.img-resp {
  width: 100%;
}

.col-12 {
  width: calc(100% / 12 * 12);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-11 {
  width: calc(100% / 12 * 11);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-10 {
  width: calc(100% / 12 * 10);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-9 {
  width: calc(100% / 12 * 9);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-8 {
  width: calc(100% / 12 * 8);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-7 {
  width: calc(100% / 12 * 7);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-6 {
  width: calc(100% / 12 * 6);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-5 {
  width: calc(100% / 12 * 5);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-4 {
  width: calc(100% / 12 * 4);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-3 {
  width: calc(100% / 12 * 3);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-2 {
  width: calc(100% / 12 * 2);
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.col-1 {
  width: calc(100% / 12 * 1);
  padding: 0 0.5rem;
  box-sizing: border-box;
}

.row {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-start {
  align-items: start !important;
}
.align-self-end {
  align-self: flex-end;
}
.align-items-end {
  align-items: flex-end;
}

.flex-column {
  flex-direction: column;
}

.round {
  border-radius: 50%;
  width: 18.25rem;
  height: 18.25rem;
  overflow: hidden;
}

.btn {
  display: block;
  text-align: center;
  padding: 0.75rem 0;
  min-height: 1rem;
  border-radius: 0.625rem;
  border: none;
  width: 100%;
  cursor: pointer;
  mask-image: radial-gradient(#fff, #000);
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  position: relative;
}

/* FONT */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-reg-11 {
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  line-height: 1.2em;
}
.text-bold-14 {
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2em;
}
.text-bold-16 {
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2em;
}
.text-reg-16 {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.2em;
}
.text-reg-20 {
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.2em;
}
.text-bold-20 {
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.2em;
}
.text-bold-26 {
  font-weight: 600;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 1.2em;
}
.text-bold-34 {
  font-weight: 600;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 1.2em;
}
.uppercase {
  text-transform: uppercase !important;
}
.icon {
  font-size: 3.125rem;
}

.link {
  text-decoration: underline;
}

.p-0 {
  padding: 0;
}

.mt-0 {
  margin-top: 0rem !important;
}
.mt-05 {
  margin-top: 0.5rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem !important;
}
.m-3 {
  margin: 3rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.ml-1 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 1rem;
}

.mx-1 {
  margin: 1rem 0;
}

.my-3 {
  margin: 0 3rem;
}

.my-5 {
  margin: 5rem 0rem;
}

.mx-3 {
  margin: 3rem 0;
}

.continue {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
/* END FONT */

/* INPUTS */

input,
textarea,
select {
  font-family: canada-type-gibson, sans-serif;
  /* border-radius: 0.625rem; */
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.5s;
}

label ~ input,
label ~ textarea,
label ~ select {
  margin-top: 0.5rem;
}

.form-group {
  margin: 0.5rem 0;
}

/* END INPUTS */

/* BACKGROUNDS */

header {
  background: transparent;
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
  transition: background-color 0.25s;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: -1;
  transition: background-color 0.25s;
}

header.relative {
  position: relative;
  background: #fff;
}

footer {
  background: #fff;
  /* border-top: 1px solid #f49c00; */
}

.round {
  background: #e1e1e1;
}
.btn {
  background: #fff;
  color: #fff;
  text-transform: uppercase;
}

#welcome video{
  height: 100vh;
  object-fit: cover;
}

/* .video {
  background: #f6f7f8;
} */

/* video {
  width: 100% !important;
  height: 50vh ;
  object-fit: contain;
} */

.card-event {
  background: #fff;
}

/* #questions-section {
  background: #f5f5f5;
} */
.lesson-item {
  cursor: pointer;
}

/* LIBRARY */
.card-course {
  background: #e1e1e1;
}
#bottom-menu {
  /* background: linear-gradient(to bottom, rgba(177, 31, 36, 1) 0%, rgba(177, 31, 36, 1)); */
  background: #f8f8f8;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.11);
}
#bottom-menu .bottom-menu-item a::after {
  background: rgba(177, 31, 36, 1);
}

/* BADGES */
.card-lesson .card-info {
  background: #f5f5f5;
}

/* PRIZE SHOP */
.card-prize-shop {
  background: #e1e1e1;
}

/* UNITS */
.card-unit {
  background: #fff;
}

#lessons-section {
  background: #f5f5f5;
}

/* LESSON */
#lesson-material {
  background: #fff;
}

/* EVALUATION */
#question {
  /* background: #4a4a4a; */
  color: #fff;
}
.answer-card {
  cursor: pointer;
  transition: all 0.15s;
  background: #e1e1e1;
}
.answer-card:hover {
  transform: scale(1.05);
}
#answers-certification {
  background: rgba(0, 0, 0, 0.75);
}
#certification-app .plyr {
  border-radius: 0;
}
#answers-certification .progress {
  width: 100%;
}

/* END BACKGROUNDS */

/* COLORS BG*/

.red-solid {
  background: #89200d;
}

.red-gradient {
  background: linear-gradient(to bottom, #b11f24, #45130f) !important;
}

.red-orange-solid {
  background: #b11f24;
}

.orange-solid {
  background: #db580b;
}

.orange-gradient {
  background: linear-gradient(to bottom, #f49c00, #db580b) !important;
}

.yellow-solid {
  background: #f49c00;
}

.lg-gray-solid {
  background: #f6f7f8;
}
.white-solid {
  background: #fff;
}

.gray-solid {
  background: #f9f9f9;
}

/* COLOR TEXT */

.red-txt {
  color: #89200d;
}

.red-orange-txt {
  color: #b11f24;
}

.orange-txt {
  color: #db580b;
}

.yellow-txt {
  color: #f49c00;
}

.green-txt {
  color: #14aa62;
}

.white-txt {
  color: #fff;
}
.black-txt {
  color: #000;
}
.gray-txt {
  color: #d3d3d3;
}

/* HEADER */
header h1 a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 0;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul li a {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.25rem 0;
  text-transform: uppercase;
}

header nav ul li a i {
  font-size: 1.25rem;
  color: #89200d;
}

/* END HEADER */

/* FOOTER */

footer h1 a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem 0;
}

footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 3rem 0;
}

footer .wrap ul {
  width: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .wrap ul li a {
  display: block;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.25rem 0;
  text-transform: uppercase;
}

.colors .col-3 {
  height: 1rem;
}

.colors .yellow-solid {
  height: 1px;
  width: 100%;
}

.card-course .colors > .col-12 {
  height: 0.25rem;
}

/* END FOOTER */

/* NO LOGIN INDEX */
#introduction-section {
  position: relative;
  z-index: 0;

  background-image: url(images/Grupo396@2x.jpg);
  background-size: cover;
  background-position-y: center;
  background-repeat: no-repeat;
  height: 100vh;

  display: flex;
  /* align-items: center; */
  justify-content: center;
}
#introduction-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(244, 156, 0, 0.75), rgba(234, 137, 5, 0.75));
}
#introduction-section .row {
  align-items: flex-end;
}
#introduction-section .col-4 .round {
  margin: 0 auto 1rem auto;
}
#introduction-section .col-4 p {
  margin: 1rem 0;
}
#introduction-section .col-4 .btn {
  margin: 1rem auto 0 auto;
}

.slick-introduction-slide{
  margin: 5rem 0 3rem 0;
}

.plyr {
  border-radius: 0.625rem;
  overflow: hidden;
  height: 100%;
}

#second-section {
  padding: 3rem 0;
}

#second-section .col-7 {
  min-height: 60vh;
  display: flex;
  align-items: center;
}

#second-section .col-4 p {
  margin: 0 auto 2rem auto;
}

#third-section {
  padding: 3rem 0;
  position: relative;
  z-index: 0;
}

#third-section ul {
  position: relative;
  margin: 5rem 0 10rem 0;
}

#third-section .shield {
  width: 15rem;
  height: 15rem;
  /* background: rgba(255, 255, 255, 0.5); */
}

#third-section .shield.center {
  /* background: rgba(255, 255, 255, 1); */
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
#third-section .shield.left,
#third-section .shield.right {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  z-index: 1;
}
#third-section .shield.right {
  right: 0;
}
#third-section .shield.left {
  left: 0;
}

#fourth-section .shield {
  width: 18rem;
  height: 12rem;
  background: rgba(0, 0, 0, 0.5);
}
#fourth-section .shield img {
  height: 100%;
  object-fit: cover;
}
#fourth-section p {
  margin: 2rem 0;
}
#fourth-section ul {
  position: relative;
  margin: 5rem 0 10rem 0;
}

#fourth-section .shield.center {
  width: 25rem;
  height: 15rem;

  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  z-index: 1;
}
#fourth-section .shield.left,
#fourth-section .shield.right {
  background: rgba(0, 0, 0, 1);
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  z-index: 2;
}
#fourth-section .shield.right {
  right: 0;
}
#fourth-section .shield.left {
  left: 0;
}

#fifth-section {
  padding: 2rem 0;
  margin-bottom: 0;
}

/* END NO LOGIN INDEX */

/* MODAL LOGIN */
#modal-indicaciones,
#modal-login,
#modal-sugerencia {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  /* opacity: 0; */
  /* border-radius: 50%; */
  display: none;
  /* transition: all 0.5s; */
  overflow: hidden;
}
#modal-login .modal-container {
  height: 75vh;
}

#modal-indicaciones.show,
#modal-login.show,
#modal-sugerencia.show {
  /* opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 0%; */
  display: flex !important;
}

#modal-indicaciones .modal-container {
  padding: 2rem 1rem;
}

#modal-indicaciones .modal-container .fa-times,
#modal-login .modal-container .fa-times,
#modal-sugerencia .modal-container .fa-times {
  position: absolute;
  margin: 1rem;
  top: 0;
  right: 0;
  cursor: pointer;
}

#modal-sugerencia textarea {
  height: 25vh;
}

.modal-container {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  background: #fff;
  width: 50%;
  /* height: 60vh; */
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  top: -100%;
  transition: all 0.5s;
}

.modal-container.show {
  top: 0;
}

.modal-container form {
  padding: 1rem;
}
.modal-container form > p {
  margin-bottom: 2rem;
}

.modal-container .row .col-6 {
  padding: 0;
}
.modal-container .row {
  margin-top: 3rem;
}

.modal-container .img-side {
  padding: 0;
  height: 100%;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(177, 31, 36, 1), rgb(69, 19, 15, 1));
}
/* .modal-container .img-side::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(177, 31, 36, 0.75), rgb(69, 19, 15, 0.75));
} */
.modal-container .img-side img {
  height: 100%;
  object-fit: cover;
}

.modal-container .img-side .logo-login {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: 0 auto;
}

/* END MODAL LOGIN */

/* HOME PAGE */

#lessons-preview-section {
  margin: 0;
  position: relative;
  color: #fff;
  height: 60vh;
  overflow: hidden;
}

#lessons-preview-section .row {
  height: 100%;
}
#lessons-preview-section .preview-video {
  height: 100%;
  object-fit: cover;
  filter: blur(0.15rem);
  -webkit-filter: blur(0.15rem);
  -ms-filter: blur(0.15rem);
}
#lessons-preview-section .lesson-preview-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#lessons-preview-section .lesson-preview-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
#lessons-preview-section .lesson-preview-info .col-6,
#lessons-preview-section .lesson-preview-info .col-10 {
  padding: 0;
}
#lessons-preview-section .lesson-preview-info .row .col-10 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5rem;
}
#lessons-preview-section .lesson-preview-info p {
  margin-bottom: 1rem;
}
#lessons-preview-section #progress {
  margin-top: 5rem;
}
#lessons-preview-section #continue .col-6 {
  padding: 0;
}
#lessons-preview-section .btn {
  margin-top: 2rem;
}

/* PROGRESS-BAR */
.progress-bar {
  position: relative;
  border-radius: 50px;
  border: 1px solid #fff;
  height: 0.5rem;
  width: 100%;
  /* overflow: hidden; */
}

.progress {
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: width 1s linear;
}
/* END PROGRESS-BAR */
#badges-events-section {
  margin: 0;
}

#badges-events-section .shield {
  width: 9.375rem;
  height: 9.375rem;
  background: rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  margin-bottom: 1rem;
}
#badges-events-section ul {
  margin: 3rem 0;
}

.card {
  border-radius: 1rem;
  background: #f9f9f9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
}

#badges-events-section #events p.text-bold-34 ~ p.text-reg-16 {
  margin-top: 1rem;
}

#badges-events-section #events .card-event {
  margin-top: 5rem;
}

.card-event {
  border-radius: 1.25rem;
  border: 1px solid #e1e1e1;
  padding: 1rem;
}
.card-event .col-6 {
  padding: 0;
}
.card-event p.text-bold-34 ~ p.text-bold-20 {
  margin: 1rem 0;
}
#questions-section {
  padding: 2rem 0;
  border-bottom: 1px solid #f49c00;
}

/* END HOME PAGE */

/* LIBRARY PAGE */
#bottom-menu {
  padding: 1.5rem 0;
}
#bottom-menu .bottom-menu-item a {
  color: rgba(177, 31, 36, 0.5);
  display: block;
  position: relative;
  transition: all 0.5s;
}
#bottom-menu .bottom-menu-item:not(:last-child) {
  margin-right: 1rem;
}
/* #bottom-menu .bottom-menu-item a::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 0;
  bottom: 0;
  left: 50%;
  transform: translateY(100%);
  transition: all 0.5s;
} */
#bottom-menu .bottom-menu-item:hover a,
#bottom-menu .bottom-menu-item.active a {
  color: rgba(177, 31, 36, 1);
}
#bottom-menu .bottom-menu-item:hover a::after,
#bottom-menu .bottom-menu-item.active a::after {
  left: 0%;
  width: 100%;
}

#library-section {
  padding: 3rem 0;
  background: #fff;
  min-height: 75vh;
}

.card-course {
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  position: relative;
}
.card-course > img {
  height: 10.5rem;
  object-fit: cover;
}
.card-course .card-info {
  padding: 1.5rem;
  background: #fff;
  min-height: 5rem;
}
.card-info p i {
  margin-right: 0.25rem;
}

.card-info > p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.locked {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.locked i {
  font-size: 3.5rem;
  color: #fff;
}

/* END LIBRARY PAGE */

/* BADGES */
#badges-section > .wrap > .row > .col-9 .col-12:not(:last-child) {
  margin-bottom: 2rem;
}

.card-lesson .card-info {
  margin-top: 1rem;
  border-radius: 0.625rem;
  padding: 1.5rem;
  background: #fff;
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
}

/* .card-lesson .card-info img {
  width: 3rem;
  height: 3rem;
} */

.lock {
  width: 2.75rem;
  height: 2.75rem;
}

.card-lesson .card-info .row:not(:last-child) {
  margin-bottom: 1rem;
}

.card-lesson .card-info .shield {
  width: 1.875rem;
  height: 1.875rem;
  background: #4a4a4a;
  margin-right: 2rem;
}

/* END BADGES */

/* PRIZE SHOP */
#badges-section {
  padding: 3rem 0;
  min-height: 80vh;
}

#badges-section > .wrap > .row > .col-3 .shield {
  width: 3.125rem;
  height: 3.125rem;
  background: #e1e1e1;
  margin-right: 1rem;
}
.card-prize-shop {
  overflow: hidden;
  border-radius: 0.625rem;
  display: flex;
}
.card-prize-shop:not(:last-child) {
  margin-bottom: 2rem;
}
.card-prize-shop .col-4 {
  padding: 0;
}
.card-prize-shop .card-img {
  position: relative;
  border-right: 1px solid #4a4a4a;
}
.card-prize-shop .card-img .shield-cont {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.card-prize-shop .card-img .shield-cont .shield {
  width: 1.5625rem;
  height: 1.5625rem;
  background: #4a4a4a;
  margin-right: 0.5rem;
}
.card-prize-shop .card-img img {
  height: 12rem;
  object-fit: cover;
}
.card-prize-shop .card-info {
  padding: 2rem 1rem;
}
.card-prize-shop .card-info p:not(:last-child) {
  margin-bottom: 1rem;
}

/* END PRIZE SHOP */

/* UNIT */
#slider-units-section {
  padding: 2rem 0;
}

#units {
  padding: 0 0 2rem 0;
}

.card-unit {
  display: flex !important;
  border-radius: 0.625rem;
  overflow: hidden;
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  margin: 1rem;
  min-height: 50vh;
  position: relative;
}

.card-unit .card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-unit-loading {
  height: 28rem;
  margin: 2rem 14rem 2rem 14rem;
  border-radius: 0.625rem;
}

.text-loading {
  width: 80%;
  height: 0.75rem;
  margin: 0 auto;
}

.text-loading-big {
  width: 50%;
  height: 1.75rem;
}

.btn.loading {
  margin-top: 5rem;
}

.dot.loading {
  border-radius: 50px;
  width: 5rem;
  height: 0.75rem;
  margin-right: 2rem;
}

.loading {
  background: linear-gradient(323deg, #d1d1d1, #e7e7e7, #d1d1d1);
  background-size: 400% 100%;
  overflow: hidden;

  -webkit-animation: shine-walking 1.5s ease infinite;
  -moz-animation: shine-walking 1.5s ease infinite;
  -o-animation: shine-walking 1.5s ease infinite;
  animation: shine-walking 1.5s ease infinite;
}

.card-loading {
  border-radius: 0.625rem;
  margin: 1.5rem 0;
  min-height: 18rem;
}

.card-loading-long {
  border-radius: 0.625rem;
  margin: 1.5rem 0;
  min-height: 7rem;
}

.card-unit .separator {
  height: 1px;
  background: #f49c00;
}

.card-unit .card-img {
  overflow: hidden;
  height: auto;
  padding: 0;
}
.card-unit .card-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.card-unit .card-title,
.card-unit .card-details {
  padding: 1rem;
}
.card-details p i {
  margin-right: 1rem;
}

.card-unit .card-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-unit .progress-bar,
.card-lesson .progress-bar,
.card-ranking .progress-bar,
#course-breadcrumb .progress-bar {
  border-color: #f49c00;
}
.card-unit .progress,
.card-lesson .progress,
.card-ranking .progress,
#course-breadcrumb .progress {
  background: #f49c00;
}

.card-unit .card-info .card-details > p {
  color: #000;
  margin-bottom: rem;
}
.card-unit .card-details #progress {
  margin-top: 3rem;
}

/* SLIDER */
.slick-slider {
  position: relative;
  /* overflow: hidden; */
}
.slick-slide > div {
  margin: 0 3rem;
}

.slick-slide {
  opacity: 0.75;
}

.slick-slide.slick-current {
  opacity: 1;
}
.slick-prev {
  left: 2rem;
}

.slick-next {
  right: 2rem;
}
.slick-arrow {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
  font-size: 3.75rem;
  color: #b11f24;
  opacity: 1;
}

#introduction-section .slick-arrow {
  color: #fff;
}

#questions .slick-prev {
  left: 25%;
}

#questions .slick-next {
  right: 25%;
}
#questions .slick-arrow {
  top: 25%;
}

#lessons-section .slick-arrow {
  color: #fff;
}

.slick-arrow.slick-disabled.slick-next {
  opacity: 0;
  right: -100%;
}
.slick-arrow.slick-disabled.slick-prev {
  opacity: 0;
  left: -100%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

#introduction-section .slick-dots li button {
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  width: 1rem;
  height: 1rem;
  color: transparent;
  cursor: pointer;
}

#introduction-section .slick-dots {
  top: unset;
  bottom: 0;
}

#introduction-section .slick-dots li.slick-active button {
  background: #fff;
}

#units .slick-dots {
  top: unset;
  /* bottom: 0; */
}

.slick-dots li button {
  border-radius: 50px;
  border: 1px solid #f49c00;
  background: #fff;
  width: 5rem;
  color: transparent;
  height: 0.75rem;
  cursor: pointer;
}

#questions .slick-dots li button {
  border-radius: 50%;
  border: 1px solid #f49c00;
  background: #fff;
  width: 1.75rem;
  color: transparent;
  height: 1.75rem;
  cursor: pointer;
}

.slick-dots li ~ li {
  margin-left: 1rem;
}

#questions .slick-dots li.slick-active button {
  background: #b11f24;
}
.slick-dots li.slick-active button {
  background: #f49c00;
}
/* END SLIDER */
#other-units-section {
  padding: 3rem 0;
}
#other-units-section .wrap > .row {
  margin-top: 1rem;
}
#other-units-section .col-3:first-of-type {
  padding-left: 0;
}
#other-units-section .col-3:last-of-type {
  padding-right: 0;
}

/* #lesson-section {
  padding: 3rem 0;
} */

#lessons-section {
  position: relative;
  background: #f49c00;
}

#lessons,
.lessons {
  padding: 3rem 0rem;
}

.lesson-item {
  width: 25%;
  display: inline-block;
  position: relative;
}

.lock-lesson {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.lesson-item .round i {
  color: #f49c00;
  font-size: 2rem;
  margin-bottom: 0rem;
}

.lesson-item .round,
.lesson-item.completed .round {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0 auto 1rem auto;
  background: transparent;
  border: 0.5rem solid #fff;
}

.lesson-item .round.done {
  background: #fff;
}

.lesson-item.current .round i {
  color: #f49c00;
}

.lesson-item .round.loading {
  background: transparent;
  border: 0.5rem solid #e1e1e1;
}

.lesson-item.current .round {
  background: #fff;
  border-color: #fff;
}
.lesson-item img {
  margin: 1rem auto 0 auto;
  height: 2.5rem;
}
.lesson-item.current .shield {
  background: #fff;
}

/* END UNIT */

/* LESSON */

#lesson-material {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);

  transition: transform 0.5s;
}

#lesson-material.open {
  transform: translate(0%, -40%);
}

#material {
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 1.25rem;
  height: 100%;
  box-sizing: border-box;
}

#material a {
  display: block;
  padding: 1rem 0;
}

#material a:last-child {
  border-bottom: 1px solid #b4b4b4;
}

.transcript::before {
  font-family: "Font Awesome 5 Free";
  content: "\f036";
  margin-right: 1rem;
}

.document::before {
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  margin-right: 1rem;
}

/* #article,#video {
  height: 50vh;
} */

#article p {
  margin: 0.5rem;
}

/* END LESSON */

/* EVALUATION */
#slider-evaluation-section {
  padding: 2rem 0;
}

#questions {
  padding: 2rem 0;
  position: relative;
}

#questions .slick-dots {
  bottom: 0;
  top: unset;
  transform: translate(-50%, 100%);
}

#question p {
  padding: 1rem 0;
}

.answer-card {
  margin: 1rem;
  border-radius: 0.625rem;
  padding: 2rem;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  transition: all 0.25s;
}

.answer-card:not(:last-of-type) {
  margin-right: 1rem;
}

/* .question-item {
  margin: 0 5rem;
} */

.option {
  border-radius: 50%;
  margin: 0 auto;
  border: 0.25rem solid #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  transition: all 0.25s;
}
.answer-card.answered {
  border: 0.25rem solid #89200d;
}

.slick-dots button {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.slick-dots button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  background: #f49c00;
  transition: all 0.5s;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.slick-dots .answered button::after {
  width: 100%;
  height: 100%;
}

/* END EVALUATION */

/* CERTIFICATION */

#certification {
  margin: 0;
  position: relative;
  overflow: hidden;
}
#certification .plyr {
  height: calc(100vh);
  border-radius: 0;
}

#answers-certification {
  transition: all 1s;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 3rem 0;
  margin: 0;
  transform: translateY(100%);
}
#answers-certification.response {
  transform: translateY(0);
}

#answers-certification .col-6 a {
  display: block;
  padding: 2rem 0;
  color: #fff;
  margin: 0 auto;
  position: relative;
  transition: all 0.5s;
}
#answers-certification .col-6 a:hover {
  color: #fff;
}
#answers-certification .col-6 a::after {
  content: "";
  position: absolute;
  transform: translate(0, -100%);
  bottom: 0;
  left: 50%;
  width: 0;
  transition: all 0.5s;
  height: 0.25rem;
  background: #f49c00;
}
#answers-certification .col-6 a:hover::after {
  left: 0;
  width: 100%;
}
#answers-certification .col-1 {
  color: #fff;
}
#answers-certification .col-1 i {
  margin-right: 1rem;
}

/* END CERTIFICATION */

/* RESULTS */
#results-section {
  padding: 3rem 0;
}

#results-section .results-details {
  margin-bottom: 1rem;
  padding: 2rem;
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(0, 0, 0, 0.25);
  background: #fff;
}

#results-section .results-details > p:first-child {
  margin-bottom: 1rem;
}
#results-section .results-details .shield {
  width: 12.1875rem;
  height: 12.1875rem;
  margin: 3rem 0;
  background: #3d3d3d;
}
#results-section .results-details .col-10 {
  padding: 0;
}
#results-section .results-details .col-10 .btn {
  margin-top: 5rem;
}

canvas {
  width: 100%;
  height: 100%;
}

/* END RESULTS */

@-webkit-keyframes shine-walking {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes shine-walking {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes shine-walking {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shine-walking {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.alert {
  background: #fff;
  /* border: 1px solid #eee; */
  padding: 0.5rem;
  color: #000;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  margin: 1rem 0;
  text-align: center;
  transition: all 0.5s;
  /* box-shadow: 0.05rem 0.05rem 0.1rem rgba(0, 0, 0, 0.05); */
}

.alert.success {
  background: #14cc62;
  border: 1px solid #14aa62;
  color: #fff;
}

.alert.error {
  background: #9f200d;
  color: #fff;
  border: 1px solid rgb(109, 23, 9);
}

.parsley-errors-list li {
  font-size: 0.625rem;
  color: #9f200d;
  padding: 0.5rem;
  /* color: #fff; */
}

.parsley-error {
  border: 1px solid #9f200d;
  border-radius: 0.625rem;
}

#modal-login .container {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin: 1rem 0;
  font-size: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#modal-login .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#modal-login .checkmark {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #eee;
}

#modal-login .container:hover input ~ .checkmark {
  background-color: #ccc;
}

#modal-login .container input:checked ~ .checkmark {
  background-color: #89200d;
}

iframe {
  width: 100%;
  height: 80vh;
}

nav > ul > li {
  position: relative;
}

nav > ul > li:hover > ul {
  display: block;
}

nav > ul > li > ul {
  display: none;
  position: absolute;
  bottom: 0%;
  right: 50%;
  background: #fff;
  width: 12rem;
  z-index: 28;
  filter: drop-shadow(0px 3px 0.25rem rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0px 3px 0.25rem rgba(0, 0, 0, 0.25));
  -ms-filter: drop-shadow(0px 3px 0.25rem rgba(0, 0, 0, 0.25));
  transform: translate(50%, 100%);
  border-bottom: 0.25rem solid #9a1f1e;
}

nav > ul > li > ul::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  background: transparent;
  width: 0px;
  height: 0px;
  border: 1rem solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  z-index: 0;
}

nav > ul > li > ul li {
  padding: 0 1rem;
  /* width: 100%; */
  text-align: center;
}

ul.no-login .login {
  /* width: 10rem; */
  margin-left: 4rem;
  text-align: center;
}

ul.no-login {
  justify-content: flex-end;
}

.area-lesson,
.area-material {
  height: 60vh;
  box-sizing: border-box;
}

.area-lesson {
  margin: 0 1rem;
}

.area-material {
  width: 33.33%;
  margin: 0 1rem;
}

ul.pager li {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #f49c00;
  background: transparent;
  color: #f49c00;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  margin: 0 0.5rem;
}

ul.pager li.active {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: #f49c00;
  color: #fff;
}

ul.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.pager li.next,
ul.pager li.prev {
  background: transparent;
  color: #f49c00;
  font-weight: bold;
  cursor: pointer;
}

.zoomInStar {
  width: 150px;
  height: 150px;
  opacity: 0;
  /* border-radius: 50%; */
  background: #f49c00;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: zoomInStar 500ms; /* Safari 4.0 - 8.0 */
  animation: zoomInStar 500ms;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

@-webkit-keyframes zoomInStar {
  from {
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  to {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}

@keyframes zoomInStar {
  from {
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  to {
    width: 150px;
    height: 150px;
    opacity: 0;
  }
}

.timer {
  position: fixed;
  min-width: 10vw;
  background: #fff;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.25);
  top: 21%;
  right: -100%;
  z-index: 6;
  transition: all 0.5s;
  overflow: hidden;
}

.timer.show {
  right: 1%;
  width: auto;
  height: auto;
  background: #fff;
  color: #000;
  border-radius: 1rem 1rem 0 0;
}

.timer .colors > * {
  height: 0.5rem;
}

.timer-container {
  text-align: center;
  font-size: 3rem;
  border-radius: 0.5rem;
  /* border-right: 5px solid #b11f24;
  border-left: 5px solid #f49c00;
  border-top: 5px solid #db580b;
  border-bottom: 5px solid #89200d; */
}

.timer-container p:not(.text-reg-16) {
  padding: 0.75rem;
}

.timer-container p.text-reg-16 {
  padding: 0.75rem 0.75rem 0 0.75rem;
}

#welcome {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

#welcome.bye {
  transform: translateY(-100%);
}

#welcome::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(244, 156, 0, 0.85);
}

#welcome .text-content {
  position: absolute;
  text-align: center;
  width: 45%;
  z-index: 51;
}

#welcome .text-content > * {
  margin-bottom: 1rem;
}

.point {
  width: 0rem;
  height: 0rem;
}

.circle {
  border-radius: 50%;
  width: calc(100% - 3rem);
  padding-top: calc(100% - 3rem);
  margin: 0 auto;
  position: relative;
  background: #1e719a;
}

.circle img {
  position: absolute;
}

.circle .big {
  top: 0;
  left: 50%;
  width: 80%;
  transform: translate(-35%, -15%);
}
.circle .middle {
  width: 55%;
  left: 0;
  top: 50%;
  transform: translate(-15%, -25%);
}
.circle .short {
  width: 40%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 25%);
}

.toogle-side {
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  z-index: 0;
  position: absolute;
  background: #fff;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  transition: transform, box-shadow 0.5s;
  cursor: pointer;
}

.toogle-side i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(177, 31, 36, 1);
  font-size: 1.5rem;
  transform: translate(0, -50%);
}

#course-breadcrumb .wrap > .row {
  border-bottom: 1px solid #f49c00;
  padding: 1.5rem 0 2.5rem 0;
}

.notification {
  border-radius: 0.625rem;
  position: fixed;
  bottom: 0;
  right: 2rem;
  transform: translate(0, 100%);
  z-index: 10;
  background: rgba(177, 31, 36, 1);
  min-width: 5rem;
  min-height: 5rem;
  max-width: 20rem;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}

.notification.notificate {
  bottom: 2rem;
  transform: translate(0, 0);
}

.notification-container {
  padding: 1rem;
}

.alert-window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.alert-container {
  padding: 1rem;
  background: #fff;
  border-radius: 1rem;
  min-width: 25rem;
}

.empty-diamond {
  border: 3px solid #e1e1e1;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
  margin: 0 auto;
}

.btn:after {
  position: absolute;
  left: 0;
  content: "";
  background-size: 40% 240%;
  width: 300%;
  height: 300%;
  background-position: -70% -20%;
  background-repeat: repeat-x;
  bottom: 0;
  transition: transform 1s;
  backface-visibility: hidden;
  transform: translate(-79%, 52%);
  z-index: -1;
}

.btn.yellow-solid::after {
  background-image: url(../site/images/ondas.svg);
}
.btn.red-solid::after {
  background-image: url(../site/images/ondas-r.svg);
}

.btn:hover:after {
  transform: translate(0, 0);
  transition: transform 0.75s;
  transition: transform 0.75s 0;
  backface-visibility: hidden;
}
video {
  width: 100%;
}

.plyr__video-wrapper {
  text-align: center;
  height: 60vh;
}
.plyr video {
  height: 100%;
}

.animation-rank {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.animation-rank .overlay-radial {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(#fff, transparent);
  transform: translate(-50%, -50%);
  filter: blur(1.5rem);
  -webkit-filter: blur(1.5rem);
  -ms-filter: blur(1.5rem);
  transition: all 0.5s;
  animation-delay: 0.5s;
}

.animation-rank img {
  width: 15rem;
  filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.75));
  -webkit-filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.75));
  -ms-filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.75));
  animation-delay: 0.75s;
  position: relative;
}

.animation-rank p {
  filter: drop-shadow(0px 0px 0.25rem rgba(0, 0, 0, 0.75));
  -webkit-filter: drop-shadow(0px 0px 0.25rem rgba(0, 0, 0, 0.75));
  -ms-filter: drop-shadow(0px 0px 0.25rem rgba(0, 0, 0, 0.75));
  animation-delay: 1s;
  position: relative;
}

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.animation-rank p::after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 2.125rem;
  position: absolute;
  z-index: 1;
  -webkit-animation: slide 1.5s;
  -moz-animation: slide 1.5s;
  -o-animation: slide 1.5s;
  animation: slide 1.5s 1.5s;
  filter: blur(1.5rem);
  -webkit-filter: blur(1.5rem);
  -ms-filter: blur(1.5rem);

  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C */
}

.loading.answer {
  height: 200px;
  margin: 0 0.5rem;
}
.question.loading {
  height: 250px;
  width: 45%;
  margin: 1rem auto;
}

.plyr__control--overlaid {
  background: #ea8905;
  border-radius: 1rem;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #ea8905;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #ea8b05d8;
}

.plyr--full-ui input[type="range"] {
  color: #ea8905;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(234, 139, 5, 0.75);
}

.btn-fixed {
  position: fixed;
  min-width: 10vw;
  background: transparent;
  box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.25);
  top: 38%;
  right: -100%;
  z-index: 6;
  transition: all 0.5s;
  overflow: hidden;
}

.btn-fixed.show {
  right: 1%;
}

.d-flex {
  display: flex !important;
}

#certification-app:not(.full-screen) .plyr__video-wrapper {
  height: calc(100vh - 86px);
}

#certification-app.full-screen .plyr__video-wrapper {
  height: calc(100vh);
}

#certification-app video {
  position: absolute;
  top: 0;
  left: 0;
}

.animation-rank i {
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fff;
  cursor: pointer;
}

.progress-ranking {
  position: relative;
  width: 100%;
}

.progress-ranking > div {
  position: absolute;
  top: 1.5rem;
  width: 2rem;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-info .progress-ranking > div {
  flex-direction: column;
}

.card-lesson .card-info.ranking {
  padding: 1.5rem 2rem 5.5rem 2rem;
}

.progress-ranking > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 0.75rem;
  width: 1px;
  background: #000;
  transform: translate(-50%, -100%);
}

.progress-ranking > div > img {
  width: 100%;
}

.card-ranking {
  padding: 3rem 1.5rem;
}

#bronze {
  left: calc(100% / 8);
}
#silver {
  left: calc(100% / 8 * 3);
}
#gold {
  left: calc(100% / 8 * 5);
}
#diamond {
  left: calc(100%);
}

nav > ul > li#notification-app:hover > ul {
  padding: 0.5rem;
  right: 0;
  transform: translate(15%, 100%);
  width: 20rem;
}

nav > ul > li#notification-app > ul > li {
  padding: 1rem;
  cursor: pointer;
  transition: background-color 0.5s;
}

nav > ul > li#notification-app > ul > li:hover {
  background: rgba(154, 31, 30, 0.1);
  box-shadow: 0px 0px 0rem rgba(154, 31, 30, 0.2);
}

nav > ul > li#notification-app > ul > li.not-seen {
  background: rgba(0, 0, 0, 0.5);
}

nav > ul > li#notification-app > ul::after {
  content: "";
  left: unset;
  right: 0;
  transform: translate(-2.5rem, -100%);
}

nav > ul > li#notification-app > ul > li:not(:last-of-type) {
  border-bottom: 1px solid rgb(154, 31, 30);
}

.play-content {
  position: absolute;
  z-index: 1;
  background: #f49c00;
  width: 4rem;
  height: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  box-shadow: 2px 2px 0.25rem rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.5s;
}

.play-content i {
  color: #fff;
  font-size: 1rem;
}

.fullscreen-content:hover {
  transform: scale(1.15);
  opacity: 1;
}

.fullscreen-content {
  position: absolute;
  z-index: 1;
  background: #f49c00;
  width: 3rem;
  height: 3rem;
  top: 6rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  box-shadow: 2px 2px 0.25rem rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.5s;
  opacity: 0.5;
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.5);
}

.fullscreen-content i {
  color: #fff;
  font-size: 1rem;
}

.border-bottom {
  border-bottom: 1px solid #f49c00;
}

.lenguage-item {
  padding: 1rem;
  border-bottom: 1px solid #89200d;
  cursor: pointer;
}

.lenguage-item:hover {
  background: rgba(137, 32, 13, 0.15);
}

.lenguage-item img {
  width: 100%;
}

.lenguages-list {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75vh;
  height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0.5rem 0.25rem 0.5rem rgba(0,0,0,0.5);
  transition: height 0.5s ease-in-out;
}

.lenguages-list .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
}

.lenguages-list.open {
  height: 75vh;
  border-top: 2px solid #89200d;
  border-bottom: 2px solid #89200d;
}
