:root {
  --primary: #B78B1E;
  --secondary: #856006;
  --tertiary: #AAAAAA;
  --cuaternary: #CBCBCB;
  --quinary: #383838;
  --senary: #F8F9FA;
}

::selection {
  background: rgba(0,102,173,0.5);
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
  box-shadow: 0 0 0 0rem rgb(0 0 0 / 0%) !important;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus {
  outline-offset: 0px;
}

btn:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px !important;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: 'Roboto';
}

/* animation */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.delay-01s {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.animated.delay-02s {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.animated.delay-03s {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.animated.delay-04s {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.animated.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Framework */

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: initial;
  background-color: initial;
  border-color: initial;
  border: initial;
}

.btn:focus-visible {
  color: white;
  background-color: var(--cuaternary);
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
}
.lp-modal-dialog .btn-yes {
	color: #fff;
	background-color: var(--primary) !important;
}

.lp-modal-dialog .btn-no {
	color: #dfdfdf;
	background-color: var(--tertiary) !important;
}

.lp-modal-dialog .lp-modal-header {
	background: var(--primary) !important;
	border-bottom: 1px solid var(--secondary) !important;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: var(--secondary);
  text-decoration: underline;
}

.fnt-12 {
  font-size: 12px;
}

.fnt-13 {
  font-size: 13px;
}

.fnt-14 {
  font-size: 14px;
}

.fnt-16 {
  font-size: 16px;
}

.fnt-18 {
  font-size: 18px;
}

.fnt-24 {
  font-size: 24px;
}

.fnt-white {
  color: white;
}

.fnt-gray {
  color: var(--quinary);
}

.fnt-lightgray {
  color: var(--tertiary) !important;
}

.fnt-green {
  color: #6BD36E;
}

.lh-normal {
  line-height: normal;
}

.title-primary {
  font-size: 50px;
}

#popup-course .quiz-results, #popup-course .quiz-content, #popup-course .quiz-questions, #popup-course .quiz-buttons, #popup-course .quiz-attempts {
	margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  .title-primary {
    font-size: 65px;
  }
}

@media (min-width: 1200px) {
  .title-primary {
    font-size: 80px;
  }
}

.title-secondary {
  font-size: 30px;
}

@media (min-width: 768px) {
  .title-secondary {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .title-secondary {
    font-size: 50px;
  }
}

.txt-lightgray {
  color: var(--tertiary);
}

.bg-graylight {
  background: #F8F9FA;
}

.bg-grayblue{
  background:#DFEFF9
}

/* Styles */

.aspect {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: .3s ease;
}

.aspect img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: .3s;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.aspect-4-4 {
  padding-top: 100%;
}

.aspect-4-3 {
  padding-top: 75%;
}

.aspect-3-2 {
  padding-top: 66.67%;
}

.aspect-16-9 {
  padding-top: 56.25%;
}

.aspect-3-4 {
  padding-top: 120%;
}

.question-content img{
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

.quiz-status > div {
	background: var(--primary);
}

.quiz-status .questions-index {
	color: #fff;
}

.quiz-status .submit-quiz button:hover {
	background: var(--secondary)  ;
  color:#fff;
}
.lp-button.start{
  background: var(--primary);
  color: #fff;
}

.lp-button.start:hover{
  background: var(--secondary);
  color: #fff;
} 

#carousel {
  overflow: hidden;
  border-radius: 30px;
}

.forms input {
  height: 51px;
  border-radius: 25px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.forms input::placeholder {
  color: var(--tertiary);
}

.input-pass {
  position: relative;
}

.btn-show {
  position: absolute;
  top: 0;
  right: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color:#CFCDCD;
}

.btn-show-pass .icon {
  cursor: pointer;
}

.btn-show-pass .no-show {
  display: none;
}

.form-control:focus, .form-select:focus {
  border-color: var(--primary);
}

:focus-visible {
  outline: var(--secondary) auto 1px;
}

.forms button {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: var(--primary);
  color: white;
  transition: .3s;
  border: solid 1px var(--secondary);
  margin-bottom: 30px;
  position: relative;
}

.forms button:hover {
  background: var(--secondary);
  color: white;
  border: solid 1px var(--secondary);
}

.forms button .icon {
  position: absolute;
  right: 10px;
  transition: .3s;
}

.forms button:hover .icon {
  right: 0px;
}

.radio-input {
  display: none;
}

.check-radio {
  display: flex;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.check-radio::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  background-color: transparent;
  transition: background-color 0.3s ease;
  margin-right: 15px;
  top: 5px;
  left: 0;
  transform: translateY(-1%);
}

.radio-input:checked + .check-radio::before {
  background-color: var(--primary);
  border-color: var(--primary);
}


.forms button.primary {
  background: var(--cuaternary);
  border: solid 1px var(--tertiary);
  transition: .3s;
}

.forms button.primary:hover {
  background: var(--quinary);
  border: solid 1px var(--quinary);
}

.forms .form-select {
  height: 50px;
}

.btn {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: var(--primary);
  color: white;
  transition: .3s;
  border: solid 1px var(--secondary);
  margin-bottom: 30px;
  position: relative;
}

.btn:hover {
  background: var(--secondary);
  color: white;
  border: solid 1px var(--secondary);
  text-decoration: none;
}

.btn .icon {
  position: absolute;
  right: 10px;
  transition: .3s;
}

.btn:hover .icon {
  right: 0;
}

header {
}

.menu a {
  color: var(--quinary);
  margin: 0 10px;
  display: block;
  font-size: 18px;
}

.menu a:hover {
  color: var(--primary);
  text-decoration: none;
}

.menu-item.active {
  font-weight: 600;
}

.btn-nav {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0 0 0 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  font-size: 20px;
  margin: 0 7px;
  transition: .3s;
  position: relative;
}

.btn-nav:hover {
  background: var(--senary);
  box-shadow: 0 0 12px rgba(183 139 30 / 35%);
  color: var(--secondary);
}

.user-category {
  padding: 2px 10px;
  background: var(--primary);
  border-radius: 10px;
  font-size: 12px;
  color: white;
  margin-right: 10px;
}

.accordion-button:not(.collapsed) {
	color: #2f2f2f;
	background-color: #e7e7e7;
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.divider {
  border-top: solid 1px lightgray;
}

@media (min-width: 992px) {
  .divider {
    border-top: none;
  }
}

.card-user {
  position: absolute;
  z-index: 99;
  top: 60px;
  right: 0;
  width: 200px;
  border-radius: 20px;
  background: rgba(255 255 255 / 97%);
  border-bottom: 1px solid white;
  box-shadow: 0px 2px 10px 0px rgba(0 0 0 /15%);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.card-user.open {
  visibility: visible;
  opacity: 1;
}

.user-nav {
  overflow: hidden;
}

.user-nav li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: var(--quinary);
  display: flex;
  width: 100%;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  transition: .3s;
  border-bottom: solid 1px #f4f4f4;
}

.user-nav li:first-child > a {
  border-radius: 20px 20px 0 0 !important;
}

.user-nav li:last-child > a {
  border-bottom: none;
  border-radius: 0 0 20px 20px;
}

.user-nav a:hover {
  color: var(--primary);
  background: var(--senary);
}

.user-nav a .icon {
  color: var(--primary);
  transition: .3s;
}

.user-nav a:hover .icon {
  color: var(--secondary);
}

footer {
  background: var(--quinary);
  color: white;
  font-weight: 300;
}

.card-curse {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0 0 0 / 10%);
  margin-bottom: 30px;
}

.progress-container {
  width: 100%;
  background-color: #f3f3f3;
  height: 2px;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: var(--primary);
  transition: width 0.3s ease-in-out;
}

#progress-text {
  font-size: 16px;
  margin-top: 10px;
}

.course-progress {
  color: var(--tertiary);
}

.btn-black {
  display: block;
  font-size: 16px;
  padding: 10px 50px;
  background: var(--quinary);
  color: white;
  border-radius: 30px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.btn-black:hover {
  background: black;
  color: white;
  text-decoration: none;
}

.link-black {
  color: black;
}

.link-black:hover {
  color: black;
  text-decoration: none;
}

.img-info {
  position: relative;
}

.img-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
}

.img-content-top {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
}

.card-curses {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}

.collapse-item .collapsible {
  color: var(--quinary);
  cursor: pointer;
  padding: 10px 20px 10px 50px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: .3s;
  position: relative;
  font-weight: bold;
}

.collapse-item .collapsible.active {
  color: var(--primary);
}

.collapse-item .active, .collapsible:hover {
  background-color: transparent;
}

.collapse-item .collapsible:after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  color: var(--quinary);
  font-weight: bold;
  margin: 0 5px;
  position: absolute;
  font-size: 20px;
  top: calc(50% - 15px);
  left: 25px;
  transition: .3s;
}

.collapse-item .collapsible.complete:after {
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  color: var(--tertiary);
}

.collapse-item .active:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  color: var(--primary);
}

.content-collapse {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.item-curse a {
  width: 100%;
  height: 40px;
  background: transparent;
  border-radius: 10px;
  border-color: #EDEDED;
  display: flex;
  align-items: center;
  padding-left: 15px;
  color: var(--quinary);
  transition: .3s;
}

.item-curse a:hover {
  background: white;
  text-decoration: none;
}

.item-curse a.active {
  background: white;
}

.item-curse a .icon .fas {
  border-radius: 15px;
  border: solid 2px black;
  color: transparent;
  transition: .3s;
}

.item-curse a:hover .icon .fas {
  color: var(--quinary);
}

.item-curse a.active .icon .fas {
  color: black;
}

.collapsible.complete {
  color: var(--tertiary);
  pointer-events: none;
  cursor: default;
}

.quiz-intro-item::before {
	color: var(--primary) !important;
}

a.primary {
  background: #999;
  border: solid 1px var(--tertiary);
  transition: .3s;
}

a.primary:hover, a.primary:active, a.primary:focus-visible {
  background: var(--quinary) !important;
  border: solid 1px var(--quinary) !important;
}

a.secondary {
  background: white;
  color: var(--primary);
  border: solid 2px var(--primary);
  transition: .3s;
  padding-left: 15px;
}

a.secondary:hover, a.secondary:active, a.secondaryfocus-visible {
  background: white !important;
  border: solid 2px var(--secondary) !important;
  color: var(--secondary) !important;
}

.shadow-efect {
  box-shadow: 0 0 6px rgba(0 0 0 / 10%);
  transition: .3s;
}

.shadow-efect:hover {
  box-shadow: 0 0 9px rgba(183 139 30 / 25%);
}

.btn-back a {
  width: 20px;
  height: 100%;
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: var(--quinary);
  transition: .3s;
}

.btn-back a:hover {
  color: var(--primary);
  text-decoration: none;
}

.categories span {
  padding: 0px 10px;
  background: var(--senary);
  border: solid 1px var(--cuaternary);
  font-size: 14px;
  border-radius: 10px;
  margin: 0 5px 5px 0;
  color: var(--quinary);
  font-weight: 700;
}

.sticky {
  z-index: 1;
  top: 20px;
}

.nav-tabs, .nav-tabs .nav-link {
  border: none;
}

.nav-tabs .nav-link {
  background: white;
  margin-right: 10px;
  height: 40px;
  border-radius: 20px;
  color: black;
  font-weight: 500;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
  background: black;
  color: white;
  text-decoration: none;
}

.table > :not(caption) > * > * {
  background: transparent;
  padding: 15px;
}

.table > thead tr th {
  color: var(--quinary);
}

.table thead {
  border-bottom: white;
}

a.tertiary {
  background: white;
  color: black;
  border: none;
  transition: .3s;
  padding-left: 25px;
}

a.tertiary:hover, a.tertiary:active, a.tertiary:focus-visible {
  background: white;
  border: none;
  color: var(--quinary);
}

.gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: linear-gradient(0deg, rgba(3, 3, 3, .1) 10%, rgba(3, 3, 3, 0) 100%);
  z-index: 1;
  transition: .4s;
  border-radius: 20px;
}

.divider-drop {
  width: 100%;
  height: 1px;
  background: var(--cuaternary);
}

.btn-dropdown {
  display: block;
  width: 100%;
  padding: 15px;
  color: #7F7F7F;
  transition: .1s !important;
}

.btn-dropdown.active {
  color: var(--primary);
}

.btn-dropdown.active > i {
  transform: rotate(180deg);
}

.btn-dropdown:hover {
  background: #e1e1e1;
  color: black;
  text-decoration: none;
}

/* Single */

.single-content {
  font-family: 'Roboto';
  font-size: 1.1rem;
}

.single-content .wp-block-media-text__content p:first-of-type:first-letter {
  float: initial;
  font-size: initial;
  margin: initial;
  color: inherit;
}

.single-content p {
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  color: var(--quinary);
}

@media (min-width: 992px) {
  .single-content p {
    font-size: 1.1em;
  }
}

.single-content > :is(h1, h2, h3) {
  font-family: 'Jost';
  font-size: 1.6em;
  font-weight: 500;
}

@media (min-width: 768px) {
  .single-content > :is(h1, h2, h3) {
    font-size: 1.8em;
  }
}

@media (min-width: 1200px) {
  .single-content > :is(h1, h2, h3) {
    font-size: 2em;
  }
}

.single-content > :is(h4, h5, h6) {
  font-size: 1.3em;
  font-family: 'Jost';
  font-weight: 500;
  color: var(--primary);
}

@media (min-width: 768px) {
  .single-content > :is(h4, h5, h6) {
    font-size: 1.4em;
  }
}

@media (min-width: 1200px) {
  .single-content > :is(h4, h5, h6) {
    font-size: 1.5em;
  }
}

.single-content figure {
  padding: 0 10px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-content figure {
    padding: 0;
  }
}

.single-content figure img {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 10px;
  margin-bottom: 5px;
}

.single-content ul {
  list-style: none;
  padding: 0;
}

@media (min-width: 300px) {
  .single-content ul {
    padding: 0 30px 0 35px;
  }
}

.single-content ul li {
  position: relative;
  display: block;
  padding: 2px 15px;
  background: transparent;
  text-decoration: none;
  transition: all .3s ease-out;
  font-weight: 400;
  line-height: 28px;
  border-radius: 20px;
}

.single-content ul li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

.single-content ul li:before {
  content: "•";
  position: absolute;
  left: -2em;
  top: 60%;
  margin-top: -1em;
  color: white;
  background: var(--primary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  border-radius: 100%;
}

.single-content ol {
  list-style: none;
  padding: 0;
}

@media (min-width: 300px) {
  .single-content ol {
    padding: 0 30px 0 35px;
  }
}

.single-content ol li:hover {
  background: white;
}

.single-content ol li {
  position: relative;
  display: block;
  padding: 2px 15px;
  background: transparent;
  text-decoration: none;
  transition: all .3s ease-out;
  font-weight: 400;
  line-height: 28px;
  counter-increment: my-awesome-counter;
  border-radius: 20px;
}

.single-content ol li:hover:after {
  left: -.5em;
  border-left-color: var(--primary);
}

.single-content ol li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: -2em;
  top: 60%;
  margin-top: -1em;
  color: white;
  background: var(--primary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  border-radius: 15px;
}

.single-content .table-hover tbody tr {
  background-color: transparent;
  transition: .3s;
  border-bottom: solid 2px var(--primary);
}

.single-content .table-hover tbody tr:hover {
  color: #212529;
  background-color: #fcfcfc;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: var(--quinary);
}

.single-content .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
  transition: .3s;
  border-bottom: solid 2px var(--primary);
}

.single-content .table-striped tbody tr:nth-of-type(2n + 1):hover {
  background-color: var(--senary);
  transition: .3s;
}

.single-content table {
  color: var(--primary);
  margin-bottom: 30px;
}

.single-content table thead {
  border-bottom: solid 4px var(--primary);
  color: var(--primary);
}

.single-content .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 992px) {
  .single-content .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.table > :not(caption) > * > * {
  box-shadow: none;
}

.single-content .blockquote p {
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: normal;
}

.single-content blockquote {
  display: block;
  font-size: 30px;
  padding: 50px 0px 10px 0px;
  position: relative;
  line-height: 1.2;
  font-style: italic;
  top: 0;
  margin-top: -15px;
  margin-bottom: 20px;
  margin: 0;
  border-left: solid 5px var(--primary);
}

@media (min-width: 992px) {
  .single-content blockquote {
    display: block;
    /*margin: 40px 0 10px 0;*/
    position: relative;
    line-height: 1.2;
    top: 0px;
  }
}

.single-content blockquote::after {
  content: "";
}

.single-content blockquote::before {
  content: "\201C";
  font-size: 4em;
  color: var(--primary);
  position: absolute;
  left: 15px;
  top: -5px;
  font-family: 'arial';
  z-index: 1;
  line-height: 1em;
}

@media (min-width: 1200px) {
  .single-content blockquote::before {
    content: "\201C";
    font-size: 4em;
    color: var(--primary);
    position: absolute;
    left: 20px;
    top: -10px;
  }
}

.single-content .blockquote footer {
  background: transparent;
  font-size: 1em;
  margin: 15px 30px;
  color: var(--primary);
  font-style: normal;
  font-weight: 600;
  text-align: end;
}

@media (min-width: 992px) {
  .single-content .blockquote footer {
    background: transparent;
    font-size: initial;
    margin: 15px 0;
    color: var(--primary);
  }
}

.single-content .blockquote p {
  padding: 0 0 0 30px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .single-content .blockquote p {
    padding: 0 0 0 30px;
  }
}

.blockquote-footer {
  margin: 0;
  padding-right: 20px;
  color: var(--primary);
}

@media (min-width: 992px) {
  .blockquote-footer {
    padding-right: 50px;
  }
}

.single-content a {
  color: var(--primary);
  text-decoration: none;
}

.single-content a:hover {
  background-size: 0% 1px;
  color: var(--secondary);
}

.single-content iframe {
  width: 100%;
  background-color: #f9f9f9;
  margin: 0 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-content iframe {
    width: 95%;
    background-color: #f9f9f9;
    margin: 0 50px 0 0;
    margin-bottom: 30px;
  }
}

.single-content figure {
  display: block;
  /*overflow: hidden;*/
}

.single-content video, .single-content iframe {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  border-radius: 15px;
}

.single-content p + h6 {
  font-weight: 600;
  color: var(--quinary);
  font-size: .9em;
  text-transform: uppercase;
}

.single-content div + h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--primary);
  font-size: 1.1em;
  background: #f1e5f8;
  padding: 15px 15px 0px 15px;
}

.single-content h6 + p {
}

.single-content h6 + p a {
  color: var(--primary);
}

.single-content h6 + p a:hover {
  color: var(--secondary);
  background-size: 0% 1px;
}

.single-content .mark, .single-content mark {
  background: #f3dfff;
}

/* wordpress */

.single-content .figure .wp-block-image {
  padding-bottom: 0;
  font-weight: normal !important;
  margin: 0;
}

/* single */

/* Recomended */

.wp-block-media-text__media {
  width: 40%;
  display: flex;
  justify-content: center;
  margin: 10px 0 !important;
}

@media (min-width: 576px) {
  .wp-block-media-text__media {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .wp-block-media-text__media {
    width: 20%;
  }
}

.wp-block-media-text__content {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 576px) {
  .wp-block-media-text__content {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .wp-block-media-text__content {
    width: 80%;
  }
}

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  grid-column: 2;
  grid-row: 1;
  word-break: break-word;
  padding-left: 15px;
}

.wp-block-media-text {
  padding-left: 0;
}

@media (min-width: 300px) {
  .wp-block-media-text {
    display: flex;
    margin-bottom: 30px;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .wp-block-media-text {
    display: flex;
    margin-bottom: 30px;
  }
}

.wp-block-media-text.is-stacked-on-mobile {
  grid-template-columns: 100%!important;
}

.wp-block-media-text h5 {
  font-size: 1.3em;
}

.wp-block-media-text h4 {
  font-size: 1.3em;
  padding: 0;
  margin: 0;
  font-size: .8em;
  font-weight: 800;
  color: var(--quinary);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.wp-block-media-text p, .wp-block-media-text h5 {
  padding: 0;
  margin-bottom: 5px;
}

.wp-block-media-text p {
  font-size: 1em;
  line-height: normal;
}

.wp-block-media-text figure {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .wp-block-media-text figure {
    margin-bottom: 0;
  }
}

.wp-block-media-text figure img {
  object-fit: cover;
}

.wp-block-media-text a {
  background-size: 0% 3px;
  font-weight: 700;
}

.wp-block-embed-youtube {
  position: relative;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--quinary);
}

.single-content .wp-block-embed-youtube {
  padding-bottom: 56.25%;
  margin-bottom: 53px;
}

.figure-caption {
  font-size: 12px;
  color: var(--tertiary);
}

.download-assets div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#calendar {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: auto;
}

a.quinary {
  background: var(--quinary);
  border: solid 1px var(--quinary);
  transition: .3s;
  padding-left: 15px;
}

a.quinary:hover, a.quinary:active, a.quinary:focus-visible {
  background: var(--tertiary) !important;
  border: solid 1px var(--tertiary) !important;
}

.user-category.docente {
  background: #5E5E5E;
  font-size: 12px;
}

.calendar select {
  height: 40px;
  border: solid 1px var(--cuaternary);
  border-radius: 10px;
  padding-left: 2px;
  margin: 10px 0;
  font-size: 14px;
  width: 100%;
}

.fc .fc-button-primary {
  background: var(--primary);
  border: none;
}

.fc .fc-button-primary:hover, .fc .fc-button-primary:active, .fc .fc-button-primary:focus-visible {
  background: var(--secondary) !important;
  border: none !important;
}

.fc .fc-button-primary:disabled {
  background: var(--secondary);
}

.calendar button {
  height: 40px;
  background: var(--quinary);
  border: none;
  border-radius: 10px;
  color: var(--senary);
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 10px 0;
}

.fc-h-event {
  /* background: var(--primary); */
  background:none;
  border: none;
  padding-left: 5px;
}

.calendar input {
  height: 40px;
  border: solid 1px var(--cuaternary);
  border-radius: 10px;
  padding-left: 10px;
  margin: 5px 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .calendar input {
    margin: 10px 0;
  }
}

@media (min-width: 992px) {
  .calendar input {
    margin: 10px 0;
  }
}

.divider-calendar {
  border-top: solid 1px var(--cuaternary);
}

@media (min-width: 768px) {
  .divider-calendar {
    border-top: none;
  }
}

.btn-nav.primary {
  background: var(--primary);
  color: white;
  transition: .3s;
}

.btn-nav.primary:hover {
  background: var(--quinary);
  color: white;
}

.forms{
  max-width: 380px;
  margin: auto;
}

.carousel-control-next-icon {
  background-image: url("https://uanl.rmb.mx/wp-content/themes/uanl-learn-press/assets/img/next.svg");
  width: 50px;
  height: 50px;
}

.carousel-control-prev-icon {
  background-image: url("https://uanl.rmb.mx/wp-content/themes/uanl-learn-press/assets/img/prev.svg");
  width: 50px;
  height: 50px;
}

.carousel-control-next, .carousel-control-prev{
  opacity: 1;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
  opacity: 1;
}

#popup-footer{
  border: none !important;
  background: #f8f9fa !important;
  border-radius: 10px !important;
  max-height: 50px !important;
}

#popup-content{
  margin-top: 30px !important;
}

.getcourse .icon{
  padding-left: 15px !important;
}

.content-item-wrap .course-item-title{
  font-size: calc(2rem - .1vw) !important;
}

.table td{
  position: relative;
}


/*.button-complete-item{
  display: none;
}*/

.td-insignia{
  vertical-align: middle;
}


a.cuaternary {
  background: lightgray;
  color: black;
  border: none;
  transition: .3s;
  padding-left: 25px;
}

a.cuaternary:hover, a.cuaternary:active, a.cuaternary:focus-visible {
  background: lightgray;
  border: none;
  color: var(--quinary);
}


.quiz-attempts{
  display: none;
}

.question-single_choice select{
  background:#f3f3f3;
  height: 35px;
  border: none;
  max-width: 180px;
  padding: 0 10px;
  border-radius: 5px;
  margin: 5px;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  transition: .3s;
}

.question-single_choice select:hover{
  background:#ddd;
}

.question-single_choice select:focus-visible {
  outline: var(--primary) auto 1px;
}


/* - */

#toasts {
  display: none;
}

#toasts.open {
  display: block;
}

#toasts .toasts-info {
  background: var(--primary);
  color: white;
  padding: 15px;
  border-radius: 10px;
  display: block !important;
  position: relative;
  font-size: 1em;
  box-shadow: 0 1px 12px rgba(183 139 30 / 35%);
}

#close-toasts {
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  color: var(--secondary);
  top: -10px;
  right: -10px;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(183 139 30 / 35%);
  display: flex;
  justify-content: center;
  align-items: center;
}

