:root {
  --primary: #641976;
  --secondary: #EAC4F3;
  --tertiary: #4e095f;
  --cuaternary: #9A5DA8;
  --quinary: #3C0F47;
  --senary: #EAC4F3;
  --septenary: #333333;
  --octanary: #666666;
  --nonary: #262626;
  --denary: #FBF3FD;
  --elevenary: #EEF3FF;
  --twelvenary: #F9FBFF;
}

::selection {
  background: var(--secondary);
  color: var(--tertiary);
}

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 */

:focus {
  outline: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
}

html {
  scroll-behavior: smooth;
}

.smmoth {
  scroll-behavior: smooth;
  overflow: hidden;
  display: flex;
  height: 200px;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: 0.25em;
}

body {
  font-family: 'Poppins';
  font-size: 1rem;
}

.form-control:focus {
  background: none;
  border: none;
}

input:-internal-autofill-selected {
}

.form-control {
  outline-offset: 0px;
  border: none !important;
}

/* Select */

.select2-container--default .select2-selection--single {
  border: none;
  background: #F9F9F9;
  border-radius: 30px;
  box-shadow: 0 2px 6px rgba(0 0 0 / 10%);
}

.select2-dropdown {
  border: none;
  background: #F9F9F9;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: solid 2px var(--tertiary);
  border-radius: 30px;
  padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--primary);
  font-weight: bold;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: var(--secondary);
  color: var(--primary);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: var(--secondary);
  color: var(--primary);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 5px;
  z-index: 4;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--primary) transparent transparent transparent !important;
  border-width: 7px 6px 0 6px;
  left: 25%;
  top: 85%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--primary) transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--secondary);
}

.select2-container--default {
  width: 340px !important;
}

.select2-container .select2-selection--single {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 15px;
  color: var(--primary);
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  right: 15px;
}

.select2-selection__placeholder span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.select2-selection__placeholder i::before {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  color: white;
  background: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* - */

/* -- */

a {
  color: var(--cuaternary);
}

a:hover {
  color: var(--primary);
}

.accordion-button:not(.collapsed) {
  background: var(--tertiary);
  color: white;
}

.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}

/* Fancybox */

.fancybox-is-open .fancybox-bg {
  background: rgba(60, 15, 71, 1);
}

.fancybox-progress {
  background: var(--primary) !important;
}

.fancybox-infobar {
  color: rgba(255,255,255,.8) !important;
}

.fancybox-button {
  background-color: var(--primary) !important;
  color: white !important;
  transition: .3s ease;
}

.fancybox-button:hover {
  background-color: var(--cuaternary) !important;
}

.fancybox-thumbs {
  background: black;
}

.fancybox-thumbs__list a::before {
  border: 6px solid var(--primary) !important;
}

.fancybox-infobar {
  color: white !important;
  mix-blend-mode: inherit;
}

.fancybox-caption {
  background: transparent;
}

.fancybox-navigation .fancybox-button {
  width: 40px;
  height: 40px;
  margin: 10px;
}

.fancybox-button--arrow_left, .fancybox-button--arrow_right {
  padding: inherit !important;
  border-radius: 50%;
}

/* Animatión */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.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;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes blur {
  to {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
  }
}

.blur {
  -moz-transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-animation: blur 0.3s linear forwards;
  -moz-animation: blur 0.3s linear forwards;
  -ms-animation: blur 0.3s linear forwards;
  animation: blur 0.3s linear forwards;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
  filter: blur(5px);
}

.efect .picture img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transition: .4s ease;
}

.efect:hover .picture img {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  to {
    transform: translateY(0);
  }
}

.float {
  animation: float 4s .4s ease-in-out infinite;
}

/* Framework */

#bloker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(60 15 71 / .5);
  z-index: 998;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
}

#bloker.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease-in-out;
  transition-delay: 0.1s;
}

.fnt-12 {
  font-size: 12px;
}

.fnt-18 {
  font-size: 18px;
}

.fnt-20 {
  font-size: 20px;
}

.fnt-25 {
  font-size: 25px;
}

.fnt-30 {
  font-size: 30px;
}

.fnt-100 {
  font-size: 100px;
}

.fnt-poppins {
  font-family: 'Poppins';
}

.fnt-montserrat {
  font-family: 'Montserrat';
}

.btn-slim-white a {
  display: block;
  border-radius: 30px;
  padding: 10px 30px;
  border: solid 3px white;
  color: white;
  text-decoration: none;
  transition: .3s ease;
  font-weight: 600;
  text-align: center;
}

.btn-slim-white a:hover {
  border: solid 3px white;
  background: white;
  color: var(--cuaternary);
}

.btn-slim-lightpurple a {
  display: flex;
  border-radius: 30px;
  padding: 10px 30px;
  border: solid 3px var(--cuaternary);
  color: var(--cuaternary);
  text-decoration: none;
  transition: .3s ease;
  font-weight: 600;
  justify-content: center;
}

.btn-slim-lightpurple a:hover {
  border: solid 3px var(--secondary);
  background: var(--secondary);
  color: var(--primary);
}

.btn-white a {
  display: flex;
  border-radius: 30px;
  padding: 10px 30px;
  border: solid 3px white;
  color: var(--cuaternary);
  background: white;
  text-decoration: none;
  transition: .3s ease;
  font-weight: 600;
  justify-content: center;
}

.btn-white a:hover {
  background: var(--cuaternary);
  color: white;
  border: solid 3px var(--cuaternary);
}

.btn-purple a {
  display: flex;
  border-radius: 30px;
  padding: 10px 30px;
  border: solid 3px var(--cuaternary);
  color: white;
  background: var(--cuaternary);
  text-decoration: none;
  transition: .3s ease;
  font-weight: 500;
  justify-content: center;
  align-items: center;
}

.btn-purple a:hover {
  background: var(--senary);
  color: var(--primary);
  border: solid 3px var(--senary);
}

.btn-dark-purple a, .btn-dark-purple button {
  display: flex;
  border-radius: 30px;
  padding: 10px 30px;
  border: solid 3px var(--tertiary);
  color: white;
  background: var(--tertiary);
  text-decoration: none;
  transition: .3s ease;
  font-weight: 500;
  justify-content: center;
}

.btn-dark-purple a:hover, .btn-dark-purple button:hover {
  background: var(--primary);
  color: var(--secondary);
  border: solid 3px var(--primary);
}

.link-white {
  color: white !important;
  text-decoration: none;
  transition: .3s ease;
}

.link-white:hover {
  color: var(--secondary) !important;
}

.link-light-purple {
  color: var(--cuaternary);
  text-decoration: none;
  transition: .3s ease;
}

.link-light {
  color: white !important;
  text-decoration: none;
  transition: .3s ease;
}

.link-light:hover {
  color: var(--secondary) !important;
}

.link-light-purple {
  color: var(--secondary);
  text-decoration: none;
  transition: .3s ease;
}

.link-light-purple:hover {
  color: var(--secondary);
}

.link-purple {
  color: var(--primary) !important;
  text-decoration: none;
  transition: .3s ease;
}

.link-purple:hover {
  color: var(--cuaternary) !important;
}

.link-dark {
  color: var(--tertiary) !important;
  text-decoration: none;
  transition: .3s ease;
}

.link-dark:hover {
  color: var(--cuaternary) !important;
}

.link-line {
  color: var(--primary);
  text-decoration: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, var(--primary) 0%, var(--primary) 100%);
  background-size: 100% 1px;
  transition: background-size .5s;
}

.link-line:hover {
  background-size: 0% 1px;
  color: var(--cuaternary);
}

.txt-white {
  color: white;
}

.txt-gray {
  color: lightgray;
}

.txt-light-purple {
  color: var(--secondary);
}

.txt-purple {
  color: var(--cuaternary);
}

.txt-dark-purple {
  color: var(--primary);
}

.txt-strong-purple {
  color: var(--primary);
}

.fnt-headline {
  font-size: calc(2rem + .1vw);
  font-weight: 700;
}

@media (min-width: 768px) {
  .fnt-headline {
    font-size: calc(2.5rem + .1vw);
  }
}

@media (min-width: 1200px) {
  .fnt-headline {
    font-size: calc(3rem + .1vw);
  }
}

@media (min-width: 1400px) {
  .fnt-headline {
    font-size: calc(3.5rem + .1vw);
  }
}

.fnt-title-tertiary {
  font-size: calc(1.4rem + .1vw);
  font-weight: 700;
}

.bg-white {
  background: white;
}

.bg-light-purple {
  background: var(--denary);
}

.bg-dark-purple {
  background: var(--quinary);
}

.bg-purple {
  background: var(--primary);
}

.color-white {
  color: white;
}

.color-yellow {
  color: #f8d56d;
}

.icon-size-xs {
  font-size: 18px;
}

.icon-size-sm {
  font-size: 20px;
}

.icon-size-md {
  font-size: 22px;
}

.icon-size-lg {
  font-size: 24px;
}

.icon-size-xl {
  font-size: 28px;
}

.icon-size-xxl {
  font-size: 30px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-slider {
  margin-top: 100px;
}

@media (min-width: 992px) {
  .mt-slider {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

.less-25 {
  margin-top: -25px;
}

.less-50 {
  margin-top: -50px;
}

.less-75 {
  margin-top: -75px;
}

.less-100 {
  margin-top: -100px;
}

hr {
  border-top: solid 1px white;
}

.aspect {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: .3s ease;
}

.aspect img {
  position: absolute;
  top: 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-2-3 {
  padding-top: 120%;
}

.aspect-16-9 {
  padding-top: 56.25%;
}

.aspect-vertical {
  padding-top: 175%;
}

.aspect-responsive {
  padding-top: 180%;
}

@media (min-width: 768px) {
  .aspect-responsive {
    padding-top: 75%;
  }
}

@media (min-width: 992px) {
  .aspect-responsive {
    padding-top: 56.25%;
  }
}

.w-80 {
  width: 80%;
}

.w-20 {
  width: 20%;
}

.radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.radius-20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius-30 {
  border-radius: 30px;
  overflow: hidden;
}

.radius-all {
  border-radius: 50%;
  overflow: hidden;
}

.radius-top-20 {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.radius-bottom-20 {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

@media (min-width: 1200px) {
  .scrolling-wrapper {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}

.scrolling-wrapper > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.scrolling-wrapper::-webkit-scrollbar {
  width: auto;
  height: 2px !important;
}

.scrolling-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

.carousel-control-next, .carousel-control-prev {
  width: 8%;
}

.scrolling-wrapper-responsive {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

@media (min-width: 992px) {
  .scrolling-wrapper-responsive {
    overflow-x: inherit;
    overflow-y: inherit;
    flex-wrap: wrap;
  }
}

.scrolling-wrapper-responsive > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.scrolling-wrapper-responsiver::-webkit-scrollbar {
  width: auto;
  height: 2px !important;
}

.scrolling-wrapper-responsive::-webkit-scrollbar-track {
  background: transparent;
}

/* Styles */

#header {
  position: fixed;
  z-index: 6;
  width: 100%;
}

.btn-nav {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#header {
  background: transparent;
  transition: .3s ease;
  padding: 10px 5px;
  border-radius: 0 0 15px 15px;
}

#header.active {
  background: rgba(60 15 71 / 100% );
  padding: 7px 5px;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

@media (min-width: 992px) {
  #header.active {
    background: rgba(60 15 71 / 90% );
  }
}

#brand img {
  width: 120px;
  height: 60px;
  transition: .3s ease;
}

@media (min-width: 768px) {
  #brand img {
    width: 140px;
    height: 70px;
  }
}

#brand.active img {
  width: 110px;
  height: 55px;
}

#header.nav-up {
  top: -65px;
}

#header.nav-down {
  top: 0;
}

/* Menu desktop */

.menu-desktop ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 9;
}

.menu-desktop ul li ul {
  display: none;
}

.menu-desktop ul li a {
  display: flex;
  position: relative;
  margin: 0 10px;
  padding: 5px 0;
  text-decoration: none;
  transition: .3s;
  color: white;
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 1400px) {
  .menu-desktop ul li a {
    font-size: 18px;
  }
}

.menu-desktop ul li a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.menu-desktop ul li a:hover + ul {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.menu-desktop ul li a:hover + ul, .menu-desktop ul li ul:hover {
  display: flex;
  position: absolute;
  padding: 10px;
  background: white;
  flex-direction: column;
}

.menu-desktop .menu-item {
  position: relative;
  background-color: transparent;
  white-space: nowrap;
}

.menu-desktop .menu-item .sub-menu {
  padding: 10px 20px;
  background: rgba(255 255 255 / 98%);
  border-bottom: 1px solid white;
  box-shadow: 0px 2px 10px 0px rgba(40, 98, 251, 0.15);
  border-radius: 10px;
}

.menu-desktop .menu-item-has-children {
  margin-right: 15px;
}

.menu-desktop .menu-item-has-children::before {
  content: "+";
  position: absolute;
  top: 7px;
  color: var(--cuaternary);
  right: -3px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  font-weight: 600;
}

.menu-desktop .menu-item .sub-menu a {
  color: var(--tertiary);
}

.menu-desktop .menu-item.active a {
  color: var(--secondary);
}

.menu-desktop .menu-item .sub-menu a:hover {
  color: var(--cuaternary);
}

/* - */

/* menu mobile */

.menu-mobile ul {
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu-mobile ul li {
  margin: 5px 0;
  position: relative;
}

.menu-mobile ul li ul {
  display: none;
}

.menu-mobile a {
  font-size: 18px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
  font-weight: 500;
}

.menu-mobile a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.menu-mobile ul li a:hover + ul, .menu-mobile ul li ul:hover {
  display: none;
  position: relative;
}

.menu-mobile .sub-menu .menu-item {
  margin: 5px 0;
}

.menu-mobile .sub-menu a {
  font-size: 1em;
  color: white;
  padding: 5px 0;
  font-weight: normal;
  padding-left: 5px;
}

.menu-mobile .sub-menu a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.menu-mobile .sub-menu .menu-item a:hover {
  background-size: 0% 2px;
  color: var(--cuaternary);
}

.menu-mobile .sub-menu .menu-item:first-child {
  padding: 5px 0 0 0;
}

.menu-mobile .menu-item-has-children::before {
  content: "+";
  position: absolute;
  top: 2px;
  left: -14px;
  font-weight: normal;
  width: 10px;
  height: 10px;
  color: var(--secondary);
}

.menu-mobile .menu-item.active a {
  color: var(--secondary);
}

/* menu submenu */

.submenu ul {
  list-style: none;
  padding: 0;
}

.submenu ul li {
  /*margin: 5px 10px 5px 0;*/
}

.submenu a {
  font-size: .8rem;
  font-weight: 300;
  color: var(--cuaternary);
  text-decoration: none;
  transition: .3s ease;
}

.submenu a:hover {
  color: var(--senary);
}

/* -- */

/* menu footer */

#menu-footer {
}

#menu-footer ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}

#menu-footer ul li {
  margin-bottom: 0;
}

#menu-footer ul li a {
  color: white;
  text-decoration: none;
  transition: .3s ease;
}

#menu-footer ul li a:hover {
  color: var(--cuaternary);
}

/* - */

#navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: hidden auto;
  width: 95%;
  z-index: 999;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media (min-width: 768px) {
  #navigation {
    width: 650px;
  }
}

#navigation.open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition-timing-function: ease, ease;
}

#navigation .efect-navigation {
  height: 100%;
  padding: 30px;
  overflow: auto;
  display: grid;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 100%;
  padding: 30px;
  overflow: auto;
}

#navigation.open .efect-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#close-menu {
  position: absolute;
  right: 30px;
  top: 40px;
}

.social-media a {
  display: flex;
  width: 35px;
  height: 35px;
  color: white;
  text-decoration: none;
  font-size: 25px;
  transition: .3s ease;
}

.social-media a:hover {
  color: var(--cuaternary);
}

.submenu.footer ul {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .submenu.footer ul {
    display: flex;
    flex-direction: row;
  }
}

.submenu.footer ul li {
  padding: 0 10px;
}

#component-footer, #component-banner {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-bottom: -60px;
}

.form {
  border: solid 3px var(--cuaternary);
  border-radius: 30px;
}

.form input {
  border: none;
  background: transparent;
  height: 40px;
}

.form input::placeholder {
  color: var(--senary);
}

.form button {
  background: var(--cuaternary);
  color: white;
  border: none;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: flex;
  margin: 5px;
  transition: .3s ease;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.form button:hover {
  background: var(--primary);
}

.form input:-internal-autofill-selected {
  border-radius: 30px;
  background: transparent;
  margin-left: 6px;
}

#newsletter:focus-visible {
  outline: none;
}

.covers-slider {
  position: relative;
}

.bg-slider-cover {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (min-width: 992px) {
  .bg-slider-cover {
    position: relative;
  }
}

.content-slider-cover {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .content-slider-cover {
    position: absolute;
  }
}

.bg-slider-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-section a {
  text-decoration: none;
}

.title-section h2 {
  margin: 0;
}

.icon {
  position: relative;
  width: 50px;
  height: 50px;
}

.hexagon {
  position: relative;
  z-index: 0;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
}

.hexagon-first {
  width: 25px;
  height: 39px;
  background: var(--secondary);
  border-radius: 3px;
  position: absolute;
}

.hexagon-middel {
  width: 23px;
  height: 39px;
  background: var(--secondary);
  position: absolute;
  transform: rotate(60deg);
  border-radius: 3px;
}

.hexagon-end {
  width: 23px;
  height: 39px;
  background: var(--secondary);
  position: absolute;
  transform: rotate(-60deg);
  border-radius: 3px;
}

.icon i {
  position: absolute;
  z-index: 1;
  font-size: 20px;
  color: var(--primary);
}

.icon-dark {
  position: relative;
  width: 50px;
  height: 50px;
}

.hexagon-dark {
  position: relative;
  z-index: 0;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
}

.hexagon-dark-first {
  width: 25px;
  height: 39px;
  background: var(--primary);
  border-radius: 3px;
  position: absolute;
}

.hexagon-dark-middel {
  width: 23px;
  height: 39px;
  background: var(--primary);
  position: absolute;
  transform: rotate(60deg);
  border-radius: 3px;
}

.hexagon-dark-end {
  width: 23px;
  height: 39px;
  background: var(--primary);
  position: absolute;
  transform: rotate(-60deg);
  border-radius: 3px;
}

.icon-dark i {
  position: absolute;
  z-index: 1;
  font-size: 20px;
  color: var(--denary);
}

.icon-dark.asset {
  position: absolute;
  top: -25px;
  right: 25px;
  z-index: 2;
}

.btn-more-light a {
  color: var(--secondary);
  text-decoration: none;
  transition: .3s ease;
  font-size: 18px;
}

.btn-more-light a:hover {
  color: var(--cuaternary);
}

.btn-more-light i {
  color: var(--cuaternary);
  font-size: 30px;
}

.btn-more-dark a {
  color: var(--secondary);
  text-decoration: none;
  transition: .3s ease;
  font-size: 18px;
}

.btn-more-dark a:hover {
  color: var(--cuaternary);
}

.btn-more-dark i {
  color: var(--cuaternary);
  font-size: 30px;
}

.card-crack, .picture-crack {
  position: relative;
}

.card-crack {
  margin-bottom: 15px;
}

.crack-author {
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0;
}

.gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: linear-gradient(180deg,rgba(9 25 48 / 0%) 10%,rgba(9 25 48 / 90%) 100%);
  z-index: 2;
  transition: .3s;
  mix-blend-mode: multiply;
  opacity: 1;
}

.card-crack-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.rating i {
  color: #f8d56d;
  font-size: 18px;
}

/* -- */

#tiker a {
  position: relative;
}

.tiker-link {
  position: absolute;
  width: 100%;
}

.tiker-link h3 {
  font-size: calc(1.5rem + .1vw);
  font-weight: 600;
}

@media (min-width: 992px) {
  .tiker-link h3 {
    font-size: calc(3rem + .1vw);
    font-weight: 500;
  }
}

.feather-shadow {
  overflow: hidden;
  width: 100%;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%, #000 80%, transparent 100%);
}

.marquee-slide {
  display: flex;
  animation: marquee 40s linear infinite;
  width: max-content;
}

.tiker-text {
  flex-shrink: 0;
  padding: 0 10px;
  font-size: 100px;
  white-space: nowrap;
  font-weight: 800;
  color: var(--denary);
}

.mouse-efect {
  position: relative;
}

.efect-mouse-layers {
  position: absolute;
  top: 0;
  left: 0;
}

.custom-cursor {
  width: 20px;
  height: 20px;
  background-color: var(--secondary);
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: none;
}

.cursor:hover .custom-cursor {
  display: block;
}

.cursor {
  cursor: none;
}

.picture-post {
  position: relative;
}

.play-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.play-post a {
  display: flex;
  width: 80px;
  height: 80px;
  background: var(--primary);
  color: white;
  text-decoration: none;
  font-size: 50px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  opacity: .6;
  transition: .3s ease;
}

.play-post a:hover {
  opacity: .8;
}

.picture-post:hover > .play-post a {
  opacity: .9;
}

.category a {
  display: block;
  padding: 2px 15px;
  background: var(--cuaternary);
  border-radius: 15px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  transition: .3s;
}

.category a:hover {
  background: var(--primary);
}

.author a {
  font-size: 14px;
  color: var(--secondary);
  text-decoration: none;
  transition: .3s;
}

.author a:hover {
  color: var(--cuaternary);
}

.post {
  position: relative;
}

.content-post {
  position: relative;
}

.card-commets {
  background: linear-gradient(180deg, #641976 0%, #3C0F47 100%);
  border: 1px solid #EAC4F3;
}

.user-comments img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 1px white;
}

.slider-comments .flickity-prev-next-button.previous {
  left: -10px !important;
}

@media (min-width: 1200px) {
  .slider-comments .flickity-prev-next-button.previous {
    left: -60px !important;
  }
}

.slider-comments .flickity-prev-next-button.next {
  right: -10px !important;
}

@media (min-width: 1200px) {
  .slider-comments .flickity-prev-next-button.next {
    right: -60px !important;
  }
}

.slider-comments .flickity-page-dots .dot {
  background: white;
}

.slider-comments .flickity-prev-next-button {
  z-index: 3;
}

.gradients {
  position: relative;
  z-index: 0;
}

.slider-comments.gradients::after {
  content: "";
  position: absolute;
  width: 12%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgb(60,15,71);
  background: linear-gradient(270deg, rgba(60,15,71,0) 0%, rgba(60,15,71,1) 100%);
}

.slider-comments.gradients::before {
  content: "";
  position: absolute;
  width: 12%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgb(60,15,71);
  background: linear-gradient(270deg, rgba(60,15,71,1) 0%, rgba(60,15,71,0) 100%);
}

.author {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.author img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  border-radius: 50%;
  border: solid 2px var(--elevenary);
  margin-right: 10px;
  background: var(--elevenary);
}

.limit-abstract {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

.card-post {
}

.copyright .rombhus {
  font-style: italic;
  color: white;
  font-family: cursive;
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}

.bg-head {
  background: var(--quinary);
  background-image: url("../../assets/img/bg-slider.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* Tab */

.tab-switch {
  position: relative;
  display: inline-block;
  width: 100%;
}

.tab-switch:after {
  content: "";
  position: absolute;
  width: calc(100% / var(--tab-count));
  top: 0;
  left: 0;
  transform: translateX(0%);
  transition: transform 0.3s ease-out;
  border-radius: 27.5px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--cuaternary);
  height: 100%;
  z-index: 0;
}

.tab-switch.first:after {
  transform: translateX(0%);
}

.tab-switch.second:after {
  transform: translateX(100%);
}

.tab-switch.third:after {
  transform: translateX(200%);
}

.tab-switch .tab {
  display: inline-block;
  width: calc(100% / var(--tab-count));
  padding: 12px 0;
  z-index: 1;
  position: relative;
  cursor: pointer;
  transition: color 200ms;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: var(--cuaternary);
}

.tab-switch .tab.active {
  color: #ffffff;
}

.tab-wrapper {
  border-radius: 37px;
  background-color: white;
  padding: 5px;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.search {
  max-width: 600px;
  width: 600px;
  background: white;
  height: 50px;
  border-radius: 30px;
  padding: 5px;
}

.form-search button {
  color: var(--cuaternary);
  border: none;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: flex;
  margin: 5px;
  transition: .3s ease;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 30px;
  transition: .3s;
}

.form-search button:hover {
  color: var(--tertiary);
}

.form-search input {
  background: transparent;
  border: none;
}

.form-search input::placeholder {
  color: var(--secondary);
}

.form-search input:-internal-autofill-selected {
  border-radius: 30px;
  height: 42px;
  background: transparent;
  margin: auto;
}

.bg-banner {
  background-color: var(--primary);
}

/* single */

.abstract strong {
  font-weight: normal;
}

.exerpt strong {
  font-weight: 600;
}

.post-picture figcaption {
  position: relative;
  z-index: 2;
  background: white;
  left: 15px;
  padding: 2px 6px;
  border-radius: 15px;
  font-size: 12px;
  color: gray;
}

.wp-block-gallery .wp-block-image {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: .3s ease;
  overflow: hidden;
  padding-top: 75%;
  margin-bottom: 10px;
}

.wp-block-gallery .wp-block-image img {
  position: absolute;
  top: 0;
  object-fit: cover;
  transition: .3s;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 0px;
}

.wp-block-gallery {
  border-radius: 15px !important;
  overflow: hidden;
  padding: 0 !important;
}

.wp-block-gallery figure {
  padding: 0;
}

.wp-block-gallery ol li:before {
  display: none;
}

.wp-block-gallery .figure-caption {
  position: absolute;
  z-index: 9999;
  bottom: 15px;
  left: 10px;
  background: white;
  background: rgba(255 255 255 / 70%);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  padding: 2px 10px;
  border-radius: 15px;
  font-size: 12px;
}

.single-content {
  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 {
  padding: 0 1rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  color: var(--nonary);
}

@media (min-width: 992px) {
  .single-content p {
    font-size: 1em;
    padding: 0 3rem;
  }
}

.single-content > :is(h1, h2, h3) {
  font-size: 1.6em;
  padding: 0 1rem;
  font-weight: 500;
}

@media (min-width: 992px) {
  .single-content > :is(h1, h2, h3) {
    font-size: 1.8em;
    padding: 0 3rem;
  }
}

@media (min-width: 1200px) {
  .single-content > :is(h1, h2, h3) {
    font-size: 2em;
  }
}

.single-content > :is(h4, h5, h6) {
  font-size: 1.3em;
  padding: 0 1rem;
  font-weight: 500;
  color: var(--primary);
}

@media (min-width: 992px) {
  .single-content > :is(h4, h5, h6) {
    font-size: 1.4em;
    padding: 0 3rem;
  }
}

@media (min-width: 1200px) {
  .single-content > :is(h4, h5, h6) {
    font-size: 1.5em;
  }
}

.single-content figure {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .single-content figure {
  }
}

.single-content figure img {
  width: 100%;
  height: auto;
  margin: 0;
  -webkit-transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -moz-transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-animation: blur 0.3s linear forwards;
  -moz-animation: blur 0.3s linear forwards;
  -ms-animation: blur 0.3s linear forwards;
  animation: blur 0.3s linear forwards;
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
  filter: blur(5px);
  border-radius: 10px;
  margin-bottom: 5px;
  background: #fef7ff;
}

.single-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

@media (min-width: 300px) {
  .single-content ul {
    padding: 0 30px 0 65px;
  }
}

.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;
  margin-bottom: 30px;
}

@media (min-width: 300px) {
  .single-content ol {
    padding: 0 30px 0 65px;
  }
}

.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: #fcf0fc;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: var(--primary);
}

.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: #fcf0fc;
  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;
  padding: 0 30px;
}

@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, .single-content blockquote p{
  font-size: 1.2rem;
  line-height: normal;
  padding: 0 0 0 30px;
  margin-bottom: 0;
}

.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;
  transition: .3s;
}

.single-content a:hover {
  color: var(--primary);
}

.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-bottom: 30px;
  }
}

.single-content figure {
  display: block;
  /*overflow: hidden;*/
}

.single-content video, .single-content iframe {
  width: 100%;
  margin-bottom: 25px;
  border-radius: 15px;
}

.single-content p + h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--quinary);
  font-size: .9em;
  background: var(--denary);
  padding: 15px 15px 5px 15px;
  border-radius: 10px 10px 0 0;
  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 {
  background: var(--denary);
  padding: 0 15px 15px 15px;
  border-radius: 0 0 10px 10px;
}

.single-content h6 + p a {
  color: var(--primary);
}

.single-content h6 + p a:hover {
  color: var(--cuaternary);
}

.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: 0px;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .wp-block-media-text {
    display: flex;
    margin-bottom: 0px;
    padding-left: 5%;
  }
}

.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;
}

.wp-block-image {
  position: relative;
}

.wp-block-image img {
  position: relative;
  z-index: 1;
}

.wp-block-image .figure-caption, .wp-block-image figcaption {
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  z-index: 2;
  background: white;
  display: block;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 15px;
  color: gray;
  width: fit-content;
}


/* - */

.wp-block-embed-youtube, .youtube {
  position: relative;
  height: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper, .youtube .youtube-wrapper {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .youtube .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tags a {
  padding: 4px 15px;
  border-radius: 30px;
  border: solid 2px var(--cuaternary);
  color: var(--cuaternary);
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  transition: .3s ease;
  margin: 0 15px 10px 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  white-space: nowrap;
}

.tags a:hover {
  color: var(--primary);
  border: solid 2px var(--primary);
}

#card-author img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: solid 3px white;
  box-shadow: 0 2px 6px rgba(0 0 0 / 10%);
}

.card-author img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: solid 3px white;
  box-shadow: 0 2px 6px rgba(0 0 0 / 10%);
}

.share a {
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--primary);
  transition: .3s;
  font-size: 22px;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.share a:hover {
  color: var(--cuaternary);
}

.share ul li {
  margin: 0 !important;
}

.sticky {
  z-index: 2;
  top: 90px;
}

.share {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  z-index: 3;
}

@media (min-width: 992px) {
  .share {
    position: relative;
    width: inherit;
  }
}

.footer {
  position: relative;
  z-index: 4;
}

/* Pagination */

.pagination {
  font-size: 1.1em;
  font-style: normal;
  font-weight: 600;
}

.page-link {
  border: none;
  color: var(--tertiary);
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 5px;
}

.page-link:hover {
  color: white;
  background-color: var(--cuaternary);
}

.page-link:focus {
  color: white;
  background-color: var(--primary);
  border: none;
  box-shadow: none;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 50%;
}

.page-link.current {
  background: var(--primary);
  color: white;
}

.pagination-bg {
  font-size: 1.1em;
  font-style: normal;
  font-weight: 600;
}

.pagination-bg .page-link {
  border: none;
  color: white;
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 5px;
}

.pagination-bg .page-link:hover {
  color: white;
  background-color: var(--primary);
}

.pagination-bg .page-link:focus {
  color: white;
  background-color: var(--primary);
  border: none;
  box-shadow: none;
}

.pagination-bg .page-item:first-child .page-link, .pagination-bg .page-item:last-child .page-link {
  border-radius: 50%;
}

.pagination-bg .page-link.current {
  background: var(--septenary);
  color: var(--primary);
}

.active > .page-link, .page-link.active {
  background: var(--primary);
}

.specialization {
  display: flex;
  flex-flow: wrap;
}

.specialization div {
  padding: 0px 10px;
  background: #eee;
  border-radius: 30px;
  color: gray;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  transition: .3s ease;
  margin: 0 15px 10px 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  white-space: nowrap;
  font-size: 14px;
}

@media (min-width: 1400px) {
  .curses-area {
    max-width: 1000px;
    margin: auto;
  }
}

#head h1 {
  margin-left: 5px !important;
}

.forms input {
  border: solid 2px var(--cuaternary) !important;
  border-radius: 30px;
  margin-bottom: 20px;
  background: transparent;
  height: 50px;
}

.forms input::placeholder {
  color: var(--secondary);
}

.forms textarea {
  border: solid 2px var(--cuaternary) !important;
  border-radius: 20px;
  margin-bottom: 20px;
  background: transparent;
  height: 150px;
}

.forms textarea::placeholder {
  color: var(--secondary);
}

.pleca {
  width: 30px;
  height: 3px;
  background: var(--cuaternary);
  margin: 15px 0;
}

.aspects .line-aspect {
  border-bottom: solid 1px lightgray;
  border-right: none;
}

@media (min-width: 992px) {
  .aspects .line-aspect {
    border-bottom: none;
    border-right: solid 1px lightgray;
  }
}

.aspects .line-aspect:last-child {
  border-bottom: none;
  border-right: none;
}

#whatsaap {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
}

@media (min-width: 768px) {
  #whatsaap {
    bottom: 50px;
    right: 30px;
  }
}

.btn-whatsapp {
  display: block;
  width: 50px;
  height: 50px;
  background: #22d366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  box-shadow: 0 2px 6px rgba(0 0 0 / 15%);
  transition: .3s;
  font-size: 25px;
  color: white;
}

.btn-whatsapp:hover {
  background: #22d366;
}

#whatsaap a {
  text-decoration: none;
  color: black;
}

#whatsaap:hover > a {
  color: var(--septenary);
}

/* Estilos para CF7 */
/* Contenedor del formulario */
.wpcf7-form {
  background: #f8f9fa;

}

/* Estilo de los inputs */
.wpcf7-form-control {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 2px solid var(--cuaternary) !important;
  border-radius: 30px;
  font-size: 16px;
  background: transparent;
  height: 50px;
}

/* Estilos del textarea */
.wpcf7-textarea {
  height: 150px;
  border-radius: 20px;
}

/* Placeholder de los inputs */
.wpcf7-form-control::placeholder {
  color: var(--secondary);
}

/* Estilo del botón de envío */
/* Aplicar los estilos de .btn-dark-purple al botón de envío de CF7 */
.wpcf7-submit,
.btn-dark-purple input[type="submit"] {
    display: flex;
    border-radius: 30px;
    padding: 10px 30px;
    border: solid 3px var(--tertiary);
    color: white;
    background: var(--tertiary);
    text-decoration: none;
    transition: .3s ease;
    font-weight: 500;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    opacity: 1;
}

/* Estilo cuando el botón está deshabilitado */
.wpcf7-submit:disabled,
.btn-dark-purple input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Hover */
.wpcf7-submit:hover,
.btn-dark-purple input[type="submit"]:hover {
    background: var(--primary);
    color: var(--secondary);
    border: solid 3px var(--primary);
}


/* Mensajes de error y éxito */
.wpcf7-response-output {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.wpcf7-response-output.wpcf7-validation-errors {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.content-program {
  border: solid 2px #f1f1f1;
  border-radius: 5px;
  overflow: hidden;
}

.content-program h3 {
  background-color: transparent;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-bottom: 0;
  border-bottom: solid 2px #f1f1f1;
  transition: .3s ease;
  position: relative;
}

.content-program h3:last-of-type {
  border-bottom: none;
}

.content-program h3.active, .content-program h3:hover {
  background-color: var(--primary);
  color: white;
}

.content-program h3:after {
  content: '\002B';
  color: var(--primary);
  font-weight: bold;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}

.content-program h3.active:after {
  content: "\2212";
  color:white;
}

.content-program h3:hover:after{
  color:white;
}


.content-program p {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
  margin-bottom: 0;
  transition: .3s ease;
}

.single-content audio{
  width: 100%;
  filter: invert(1);
}

.wp-block-gallery {
  border: solid 1px var(--secondary);
}

.has-text-align-center{
 text-align: center;
}

.has-text-align-right{
 text-align: end;
}

.wp-block-button a {
  display: flex;
  border-radius: 30px;
  padding: 10px 30px;
  border: solid 3px var(--cuaternary);
  color: white;
  background: var(--cuaternary);
  text-decoration: none;
  transition: .3s ease;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.wp-block-button a:hover {
  background: var(--senary);
  color: var(--primary);
  border: solid 3px var(--senary);
}

.has-text-color{
 color: var(--primary) !important;
}

.has-background{
  background: #fef7ff !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.wp-block-media-text h4 {
  padding: 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: 2px;
}

.wp-block-gallery figure{
  margin: 0 !important;
}

.instagram-media {
  margin: auto !important;
  margin-bottom: 30px !important;
}

.fb-post{
  display: flex !important;
  justify-content: center;
  margin-bottom: 30px;
}

.tiktok-embed::before{
  content: "" !important;
  position: relative !important;
}

.single-content blockquote.tiktok-embed{
  border: none;
  margin-left: 0px;
}

@media (min-width: 768px) {
  .single-content blockquote.tiktok-embed{
    margin-left: 50px;
  }
}

.wp-block-embed-youtube, .embed-youtube{
  position: relative;
  height: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper, .embed-youtube .embed__wrapper {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .embed-youtube .embed__wrapper #player{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.twitter-tweet{
  margin: auto;
}

.wp-block-quote cite {
  margin: 0;
  padding-right: 20px !important;
  color: var(--primary);
  width: 100%;
  display: inline-block;
  text-align: end;
  font-size: 16px;
}

@media (min-width: 992px) {
  .wp-block-quote cite {
    padding-right: 50px;
  }
}

.single-content blockquote + p{
  margin-top: 30px;
}

.wpcf7-spinner{
  position: absolute;
  margin: 0;
  top: calc(50% - 11px);
  background: var(--senary);
  right: 3%;
}

/*  */

.aspects-area {
  width: 90%;
  max-width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .aspects-area {
    width: auto;
    display: inline-block;
  }
}

.aspects-area ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .aspects-area ul {
    list-style: none;
    display: inline-flex;
  }
}

.aspects-area ul li {
  width: 100%;
}

@media (min-width: 992px) {
  .aspects-area ul li {
    width: 170px;
  }
}

.item-spects {
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .item-spects {
    width: 150px;
    display: inline-block;
  }
}


.selected{
  background-color: var(--primary) !important;
  color: white;
}

.selected::after{
  content: "\002B";
  color: white !important;
}

.disable-select {
  background: var(--primary)!important;
  color: white;
  pointer-events: none;
}

.disable-default {
  pointer-events: none;
}

.disable-default::after {
content: " " !important;
}

#wpadminbar{
	background: #4e095f !important;
}

.single-content hr {
  border-top: solid 2px var(--primary) !important;
  margin-bottom: 30px;
}

.media{
  display: flex;
  margin-bottom: 0px;
  padding-left: 0;
  flex-direction: column;
}

@media (min-width: 576px){
  .media{
    flex-direction: row;
  }
}

.media .wp-block-media-text__media{
  width: 100%;
  border: solid 1px var(--primary);
  border-radius: 10px;
}

@media (min-width: 576px){
  .media .wp-block-media-text__media{
    width: 50%;
  }
}
