:root {
  --primary: #222222;
  --secondary: #999999;
  --tertiaary: #C9961A;
  --cuaternary: #555555;
  --quinary: #cccccc;
  --senary: #bbbbbb;
}

::selection {
  background: white;
  color: var(--primary);
}

input[type="search"], input[type=text], input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
  box-shadow: none;
}

.copyright .rombhus {
  font-style: italic;
  color: var(--primary);
  font-family: cursive;
  font-family: "Times New Roman", Times, serif;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1em;
  font-family: 'Montserrat';
}

body.scroll-blocked {
  overflow: hidden;
}

/* Animation */

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

@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;
}

/* Bootstrap */

table > thead tr th {
  vertical-align: bottom;
  background: white!important;
  border-top: solid 1px var(--quinary) !important;
}

.form-check-input:checked {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.form-check-input:focus {
  box-shadow: 0 0 0 rgba(0 0 0 / 0%);
}

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

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

.form-control:focus {
  border-color: var(--secondary);
  box-shadow: 0 0 0 rgba(0 0 0 / 0%);
}

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

/* Flickity */

.slider-wwshop .flickity-prev-next-button {
  top: 20%;
}

@media (min-width: 380px) {
  .slider-wwshop .flickity-prev-next-button {
    top: 27%;
  }
}

@media (min-width: 1400px) {
  .slider-wwshop .flickity-prev-next-button {
    top: 33%;
  }
}

.flickity-page-dots .dot {
  border-radius: 0;
  background: var(--secondary);
  margin: 0;
  height: 5px;
  width: 25px;
  opacity: .8;
}

.flickity-page-dots .dot.is-selected {
  background: var(--primary);
}

/* Wordpress */

.pagination {
  display: flex;
  justify-content: center;
  margin: 2em 0;
}

.pagination ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 0.5em;
  margin: 0;
}

.pagination li {
  display: inline-block;
}

.pagination a, .pagination span {
  display: flex;
  text-decoration: none;
  border: var(--secondary);
  border-radius: 5px;
  color: var(--cuaternary);
  transition: all 0.3s ease;
  min-width: 40px;
  height: 40px;
  padding: 5px;
  justify-content: center;
  align-items: center;
}

.pagination a:hover {
  background-color: #f0f0f0;
}

.pagination .active span, .pagination .current {
  background-color: #f0f0f0;
  color: var(--primary);
  border-color: var(--septenary);
  font-weight: bold;
}

.pagination li:first-child a, .pagination li:first-child span, .pagination li:last-child a, .pagination li:last-child span {
  border: none;
  background: transparent;
  color: var(--septenary);
  padding-left: 0;
  padding-right: 0;
}

.pagination li:first-child a:hover, .pagination li:last-child a:hover {
  background-color: #f0f0f0;
}

/* Framework */

#platform > * {
  margin: auto;
}

.platform {
  width: 100%;
  height: 100vh;
}

.input-password {
  position: relative;
}

.loginPassword {
  position: relative;
}

.btn-password {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  font-size: 1.2em;
  color: var(--primary);
}

.forms input {
  height: 45px;
  border-radius: 5px;
}

.forms .form-check input {
  height: 16px;
}

.forms input::placeholder {
  color: darkgray;
}

.excerpt p {
  font-size: 1.2em;
  font-weight: 500;
}

.btn-form {
  display: block;
  padding: 7px 21px;
  background: var(--primary);
  width: fit-content;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: .3s ease;
  border: none;
  height: 45px;
}

.btn-form:hover {
  background: var(--cuaternary);
}

.sticky-ads {
  z-index: 1 !important;
  top: 60px;
}

#nav {
  z-index: 3;
}

.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;
}

.scrolling-wrapper-md {
  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-md {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}

.scrolling-wrapper-md > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.scrolling-wrapper-md::-webkit-scrollbar {
  width: auto;
  height: 2px !important;
}

.scrolling-wrapper-md::-webkit-scrollbar-track {
  background: transparent;
}

.scrolling-wrapper-lg {
  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-lg {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}

.scrolling-wrapper-lg > div {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.scrolling-wrapper-lg::-webkit-scrollbar {
  width: auto;
  height: 2px !important;
}

.scrolling-wrapper-lg::-webkit-scrollbar-track {
  background: transparent;
}

.gradient-right-lg {
  position: relative;
}

.gradient-right-lg::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 3px;
  width: 30%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255 255 255 / 0%) 0%, rgba(255 255 255 / 0%) 100%);
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 992px) {
  .gradient-right-lg::before {
    background: linear-gradient(90deg, rgba(255 255 255 / 0%) 0%, rgba(255 255 255 / 100%) 100%);
  }
}

@media (min-width: 1200px) {
  .gradient-right-lg::before {
    background: linear-gradient(90deg, rgba(255 255 255 / 0%) 0%, rgba(255 255 255 / 0%) 100%);
  }
}

.title-primary h1, .title h2 {
  font-size: 1.6em;
}

@media (min-width: 768px) {
  .title-primary h1, .title h2 {
    font-size: 1.8em;
  }
}

@media (min-width: 1200px) {
  .title-primary h1, .title h2 {
    font-size: 2em;
  }
}

.title-primary h2 {
  font-size: 1.4em;
}

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

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

.section-title {
  border-bottom: solid 1px var(--primary);
}

.title-secondary h2 {
  font-size: 1.3em;
}

.title-tertiary h3 {
  font-size: 1.1em;
}

.section-title h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.8em;
  font-family: 'Philosopher';
  font-weight: bold;
}

.section-title h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.8em;
  font-family: 'Philosopher';
  font-weight: bold;
}

.section-title h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: 'Philosopher';
  font-weight: bold;
}

.category-brand, .author-date {
  display: flex;
  flex-flow: wrap;
}

.category, .brand {
  position: relative;
  margin-right: 5px;
}

.category::before, .brand::before {
  content: '•';
  font-weight: bold;
  color: var(--tertiaary);
  padding-right: 5px;
  font-size: .8em;
}

.category a {
  /* color: var(--primary); */
  text-decoration: none;
  transition: .3s;
  font-size: .8em;
  font-weight: 500;
  text-transform: uppercase;
}

.brand a {
  color: var(--tertiaary);
  text-decoration: none;
  transition: .3s;
  font-size: .8em;
  font-weight: 500;
  text-transform: uppercase;
}

.category a:hover {
  color: var(--secondary);
}

.brand a:hover {
  color: var(--cuaternary);
}

.author {
  margin-right: 15px;
}

.author a {
  color: var(--cuaternary);
  text-decoration: none;
  font-size: .8em;
  font-weight: 500;
  transition: .3s ease;
}

.author a:hover {
  color: var(--secondary);
}

.author img {
  border: solid 1px var(--quinary);
  margin-right: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.date, .time {
  font-size: .8em;
  color: var(--cuaternary);
  display: flex;
  align-items: center;
}

.paragraph {
  font-size: 1em;
  font-weight: 400;
}

.aspect-16-9 {
  position: relative;
}

.aspect-16-9 img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10.6;
  object-fit: cover;
}

.aspect-4-4 {
  position: relative;
  width: 100%;
}

.aspect-4-4 img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 4;
  object-fit: cover;
}

.aspect-3-4 {
  position: relative;
  width: 100%;
}

.aspect-3-4 img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.aspect-responsive {
  position: relative;
  width: 100%;
}

.aspect-responsive img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (min-width: 576px) {
  .aspect-responsive img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/ 9;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .aspect-responsive img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 4;
    object-fit: cover;
  }
}

.rounded-basic {
  border-radius: 5px;
  overflow: hidden;
}

.fnt-montserrat {
  font-family: 'Montserrat';
}

.fnt-philosopher {
  font-family: 'Philosopher';
}

.sticky {
  z-index: 2 !important;
}

.fnt-xs {
  font-size: .8em;
}

.fnt-sm {
  font-size: .9em;
}

.fnt-md {
  font-size: 1.1em;
}

.fnt-lg {
  font-size: 1.2em;
}

.fnt-xl {
  font-size: 1.4em;
}

.fnt-xxl {
  font-size: 1.6em;
}

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

.link-black {
  color: black;
  text-decoration: none;
  transition: .3s ease;
}

.link-black:hover {
  color: var(--secondary);
}

.link-white {
  color: #ffffff;
  text-decoration: none;
  transition: .3s ease;
}

.link-white:hover {
  color: var(--quinary);
}

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

.link:hover {
  color: var(--secondary);
}

.link-gray {
  color: var(--secondary);
  text-decoration: none;
  transition: .3s ease;
}

.link-gray:hover {
  color: var(--cuaternary);
}

.btn-primary a {
  display: flex;
  padding: 5px 15px;
  background: var(--primary);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  width: min-content;
  font-weight: 400;
  transition: .3s ease;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-primary a:hover {
  background: var(--cuaternary);
}

.btn-secondary a {
  display: flex;
  padding: 5px 15px;
  background: var(--quinary);
  color: var(--primary);
  text-decoration: none;
  border-radius: 5px;
  width: min-content;
  font-weight: 500;
  transition: .3s ease;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-secondary a:hover {
  background: var(--senary);
}

.btn-tertiary a {
  display: flex;
  padding: 5px 15px;
  background: white;
  color: var(--primary);
  text-decoration: none;
  border-radius: 5px;
  width: min-content;
  font-weight: 500;
  transition: .3s ease;
  text-transform: uppercase;
  white-space: nowrap;
}

.btn-tertiary a:hover {
  background: var(--quinary);
}

.btn-nav {
  display: flex;
  width: 40px;
  height: 40px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s ease;
}

.btn-nav:hover {
  color: var(--secondary);
}

.btn-user {
  display: flex;
  width: 40px;
  height: 40px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s ease;
}

.bg-blur {
  background: rgba(255 255 255 / 85%);
  backdrop-filter: saturate(180%) blur(10px);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
}

.bg-gray {
  background: var(--quinary);
}

.btn-view-all {
  position: relative;
  z-index: 1;
  background: white;
  padding: 2px 2px 2px 15px;
}

.btn-view-all a {
  display: flex;
  color: var(--septenary);
  text-decoration: none;
  font-size: .8rem;
  font-weight: 600;
  transition: .3s ease;
  font-family: 'Roboto';
  white-space: nowrap;
}

.btn-view-all a:hover {
  color: black;
  text-decoration: underline;
}

.btn-view-all-ligth {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 2px 2px 2px 15px;
}

.btn-view-all-ligth a {
  display: flex;
  color: white;
  text-decoration: none;
  font-size: .8rem;
  font-weight: 600;
  transition: .3s ease;
  font-family: 'Roboto';
  white-space: nowrap;
}

.btn-view-all-ligth a:hover {
  color: var(--quinary);
  text-decoration: underline;
}

.subtitle h3 {
  font-size: 1.3em;
  text-transform: uppercase;
}

.limit-abstract-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.limit-abstract-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.limit-abstract-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  margin-bottom: 10px;
}

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

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

.wp-block-embed-youtube .wp-block-embed__wrapper iframe, .video-youtube .video-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
}

.item-video {
  opacity: .6;
}

.item-video.active {
  opacity: 1;
}

.h-100-r {
  height: auto;
}

@media (min-width: 1200px) {
  .h-100-r {
    height: 100%;
  }
}

.border-end-r {
  border-right: solid 1px gray;
}

.border-end-r {
  border-right: solid 1px #dee2e6;
}

.rounded-img-all {
  border-radius: 50%;
  overflow: hidden;
}

/* Styles */

html.open {
  height: 100vh;
  overflow: hidden;
}

#navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  overflow: hidden auto;
  width: 95%;
  z-index: 9;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s;
}

@media (min-width: 768px) {
  #navigation {
    width: 450px;
  }
}

#navigation.open {
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  transition-timing-function: ease, ease;
}

#navigation .transition {
  opacity: 0;
  visibility: hidden;
  transition: .4s ease;
  transition-delay: 0.4s;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

#navigation.open .transition {
  opacity: 1;
  visibility: visible;
}

#blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255 255 255 / 70%);
  /*background: rgba(255 255 255 / 70%);*/
  backdrop-filter: saturate(180%) blur(5px);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  z-index: 8;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
}

#blocker.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}

.transition {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

#nav-mobile {
  position: sticky;
  top: 0;
  z-index: 3;
}

@media (min-width: 992px) {
  #nav-mobile {
    position: relative;
    top: 0;
    z-index: 3;
  }
}

/* Top menu */

.top-submenu {
  position: relative;
}

.top-submenu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.top-submenu ul li {
  position: relative;
  background-color: transparent;
  white-space: nowrap;
}

.top-submenu ul li a {
  display: flex;
  position: relative;
  margin: 0 10px;
  padding: 3px 0;
  text-decoration: none;
  transition: .3s;
  width: 100%;
  color: black;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
}

.top-submenu ul li a:hover {
  color: var(--secondary);
}

.top-submenu ul li ul {
  display: none;
}

.top-submenu ul li a:hover + ul {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.top-submenu ul li a:hover + ul, .top-submenu ul li ul:hover {
  display: flex;
  position: absolute;
  padding: 10px;
  background: white;
  flex-direction: column;
  top: 30px;
}

.top-submenu .menu-item {
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.top-submenu .menu-item .sub-menu {
  padding: 10px 20px;
  background: rgba(255 255 255 / 98%);
  border-bottom: 1px solid white;
  box-shadow: 0px 2px 10px rgba(0 0 0 / 10%);
  border-radius: 5px;
}

.top-submenu .menu-item-has-children {
  margin-right: 15px;
}

.top-submenu .menu-item-has-children::before {
  content: "+";
  position: absolute;
  top: 3px;
  color: var(--secondary);
  right: -3px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

.top-submenu .menu-item .sub-menu a {
  font-weight: normal;
}

.top-submenu .menu-item.active a {
  color: var(--secondary);
}

/* menu mobile */

.menu-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.menu-mobile ul li a {
  display: flex;
  width: 100%;
  height: 45px;
  color: var(--primary);
  text-decoration: none;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  transition: .3s ease;
  font-size: 1.1em;
}

.menu-mobile ul li a:hover {
  background: #f9f9f9;
  color: var(--cuaternary);
}

.menu-mobile ul li ul {
  display: none;
  text-align: center;
}

.menu-mobile .sub-menu li a {
  padding: 0;
  font-weight: normal;
  height: 30px;
}

.menu-mobile ul li a:hover + ul, .menu-mobile ul li ul:hover {
  display: none;
  position: relative;
}

.menu-mobile ul li.active > a:first-of-type {
  background: #f9f9f9;
}

.menu-mobile .menu-item-has-children {
  position: relative;
}

.menu-mobile .menu-item-has-children::before {
  content: "+";
  position: absolute;
  top: 7px;
  right: 37px;
  font-weight: normal;
  width: 10px;
  height: 10px;
  font-size: 20px;
  color: var(--primary);
}

/* Menu Desktop */

.menu-desktop ul {
  display: flex;
  justify-content: space-between;
  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;
  padding: 5px 0;
  text-decoration: none;
  transition: .3s;
  width: 100%;
  font-weight: 500;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .menu-desktop ul li a {
    font-size: 1em;
  }
}

.menu-desktop ul li a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.menu-desktop ul li a:hover + ul {
  animation-duration: .3s;
  animation-fill-mode: both;
  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;
  top: 30px;
}

.menu-desktop .menu-item {
  position: relative;
  background-color: transparent;
  white-space: nowrap;
  /* margin: 0; */
  margin: 0px 6px;
  padding: 0;
  
}

.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 rgba(0 0 0 / 10%);
  border-radius: 5px;
}

.menu-desktop .menu-item-has-children {
  margin-right: 15px;
}

.menu-desktop .menu-item-has-children::before {
  content: "+";
  position: absolute;
  top: calc(50% - 8px);
  color: var(--primary);
  right: -15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-desktop .menu-item .sub-menu a {
  font-weight: normal;
  padding: 0;
}

.menu-desktop .menu-item.active a {
  color: var(--secondary);
}

/* Menu footer */

.menu-footer ul {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.menu-footer ul li a {
  color: var(--primary);
  text-decoration: none;
  transition: .3s ease;
  font-weight: 500;
  margin: 3px;
  display: block;
}

.menu-footer ul li a:hover {
  color: var(--secondary);
}

/* - */

#user {
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}

.card-user {
  position: absolute;
  top: 35px;
  right: 0;
  width: 200px;
  padding: 15px;
  border-radius: 5px;
  background: rgba(255 255 255 / 98%);
  border-bottom: 1px solid white;
  box-shadow: 0px 2px 10px rgba(0 0 0 / 10%);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  z-index: 3;
}

.card-user.open {
  visibility: visible;
  opacity: 1;
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}

.disk-day-nigth {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 22px;
  margin-right: 10px;
}

.disk {
  position: absolute;
  z-index: 1;
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  z-index: 2;
}

.day-nigth {
  position: absolute;
  z-index: 1;
  width: 33px;
  height: 33px;
  top: 1px;
  left: 1px;
  z-index: 1;
  transform-origin: center center;
  transition: transform 0.5s ease;
}

.social-media a {
  display: flex;
  color: black;
  transition: .3s ease;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.social-media a:hover {
  color: var(--secondary);
}

.social-media a svg {
  width: 20px;
  height: 20px;
}

.social-media .list-inline-item:not(:last-child) {
  margin-right: .3rem;
}

#up {
  position: fixed;
  right: 12px;
  bottom: -60px;
  transition: .3s ease;
  z-index: 4;
}

@media (min-width: 768px) {
  #up {
    right: 30px;
  }
}

#up.active {
  bottom: 25px;
}

@media (min-width: 1200px) {
  #up.active {
    bottom: 110px;
  }
}

#up a {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0px 3px 10px rgba(0 0 0 / 10%);
  color: white;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

@media (min-width: 768px) {
  #up a {
    width: 50px;
    height: 50px;
  }
}

#up a:hover {
  background: var(--secondary);
}

#magazine {
  position: fixed;
  bottom: -338px;
  left: 20px;
  border-bottom: 1px solid white;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 15%);
  border-radius: 10px;
  height: auto;
  transition: .3s ease;
  z-index: 4;
}

@media (min-width: 768px) {
  #magazine {
    left: 30px;
  }
}

#magazine img {
  box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}

#disguise-magazine {
  position: absolute;
  top: -20px;
  right: 15px;
  background: var(--primary);
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#magazine.open {
  bottom: 30px;
}

#disguise-magazine svg {
  transform: rotate(180deg);
  transition: .3s;
  width: 20px;
  height: 20px;
}

#disguise-magazine.open svg {
  transform: rotate(0deg);
}

.list-post {
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media (min-width: 992px) {
  .list-post {
    position: sticky;
    position: -webkit-sticky;
    z-index: 1 !important;
    top: 60px;
  }
}

@media (min-width: 1200px) {
  .list-post {
    position: relative;
    top: 0;
    height: 100%;
  }
}

.post-block .post, .post-latest .post, .post-feed .post, .post-list .post {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #dee2e6;
}

.post-videos .post {
  padding-bottom: 0;
  margin-bottom: 15px;
  border-bottom: solid 1px transparent;
}

@media (min-width: 992px) {
  .post-videos .post {
    padding-bottom: 15px;
    border-bottom: solid 1px #dee2e6;
  }
}

.post-videos div:last-of-type .post {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media (min-width: 1200px) {
  .post-block .post {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

.post-block div:last-of-type .post {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.post-latest .post:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.post-feed .post:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.post-list .post:last-of-type {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

.grid-layout, .grid-layout-first {
  display: grid;
  grid-column-gap: 7%;
}

.grid-layout {
  grid-template-columns: 73% 20%;
  grid-template-areas: "box-1 box-1""box-2 box-3";
}

@media (min-width: 576px) {
  .grid-layout {
    grid-template-columns: 70% 23%;
    grid-template-areas: "box-1 box-3""box-2 box-3";
  }
}

@media (min-width: 768px) {
  .grid-layout {
    grid-template-columns: 78% 15%;
    grid-template-areas: "box-1 box-3""box-2 box-3";
  }
}

@media (min-width: 992px) {
  .grid-layout {
    grid-template-columns: 68% 25%;
    grid-template-areas: "box-1 box-1""box-2 box-3";
  }
}

/* - */

.grid-layout-first {
  grid-template-columns: 61% 32%;
  grid-template-areas: "box-1 box-1""box-2 box-3""box-4 box-4";
}

@media (min-width: 380px) {
  .grid-layout-first {
    grid-template-columns: 70% 23%;
    grid-template-areas: "box-1 box-3""box-2 box-3""box-4 box-3";
  }
}

@media (min-width: 576px) {
  .grid-layout-first {
    grid-template-columns: 70% 23%;
    grid-template-areas: "box-1 box-3""box-2 box-3""box-4 box-3";
  }
}

@media (min-width: 768px) {
  .grid-layout-first {
    grid-template-columns: 78% 15%;
    grid-template-areas: "box-1 box-3""box-2 box-3""box-4 box-3";
  }
}

@media (min-width: 992px) {
  .grid-layout-first {
    grid-template-columns: 68% 25%;
    grid-template-areas: "box-1 box-3""box-2 box-3""box-4 box-3";
  }
}

.box-1 {
  grid-area: box-1;
}

.box-2 {
  grid-area: box-2;
}

.box-3 {
  grid-area: box-3;
}

.box-4 {
  grid-area: box-4;
}

.list-post.number {
  counter-reset: post-counter;
}

.list-post.number .post .box-3 {
  position: relative;
}

.list-post.number .post .box-3::before {
  counter-increment: post-counter;
  content: counter(post-counter) "";
  display: block;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  background: var(--primary);
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -12px;
  right: inherit;
}

@media (min-width: 1400px) {
  .list-post.number .post .box-3::before {
    right: -12px;
    left: inherit;
  }
}

.post.video-sm picture::after {
  content: '▲';
  position: absolute;
  z-index: 2;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: rgba(255 255 255 / 60%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0 1px 6px rgba(0 0 0 / 15%);
  transform: rotate(90deg);
}

.post.video-md picture::after {
  content: '▲';
  position: absolute;
  z-index: 2;
  font-size: 1.5em;
  top: calc(50% - 22.5px);
  left: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
  background: rgba(255 255 255 / 40%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0 1px 6px rgba(0 0 0 / 15%);
  transform: rotate(90deg);
}

.post.video-lg picture::after {
  content: '▲';
  font-size: 1.8em;
  position: absolute;
  z-index: 2;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: rgba(255 255 255 / 30%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0 1px 6px rgba(0 0 0/ 20%);
  transform: rotate(90deg);
  border: solid 3px white;
  text-shadow: 0 1px 9px rgba(0 0 0/ 20%);
}

.form input {
  background: transparent;
  border: none;
}

.form input::placeholder {
  color: var(--quinary);
}

.form form {
  background: white;
  height: 45px;
  border-radius: 5px;
}

.multiply {
  mix-blend-mode: multiply;
}

.picture-ww {
  width: 200px;
}

@media (min-width: 1200px) {
  .picture-ww {
    width: 230px;
  }
}

.post picture img {
  border: solid 1px #f6f6f6;
  border-radius: 5px;
}

.card-post {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.brand-section {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-section img {
  width: 100px;
  height: 60px;
  object-fit: contain;
}

.bg-newsletter {
  position: relative;
}

.social-media-author a {
  display: block;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  color: var(--septenary);
  transition: .3s ease;
}

.social-media-author a:hover {
  color: var(--primary);
}

.share a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: var(--primary);
  border-radius: 50%;
  transition: .3s ease;
}

.share a:hover {
  background: #f6f6f6;
  color: var(--primary);
}

/* --- */

.wp-block-gallery .wp-block-image {
  position: relative;
  width: 100%;
  z-index: 0;
  transition: .3s ease;
  overflow: hidden;
  padding-top: inherit;
  margin-bottom: 10px;
}

.wp-block-gallery .wp-block-image img {
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: .3s;
  height: 100%;
  width: 100%;
  z-index: 1;
  border-radius: 0;
}

.wp-block-gallery {
  border-radius: 5px !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;
  padding: 2px 10px;
  border-radius: 15px;
  font-size: 12px;
}

.single-content {
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.single-content .wp-block-media-text__content p:first-of-type:first-letter {
  float: initial;
  font-size: initial;
  margin: initial;
  color: inherit;
}
/*Visualizar videos Youtube*/
.single-content figure.wp-block-embed-youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}

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

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

.single-content > :is(h1, h2, h3) {
  font-size: 1.3em;
  padding: 0 15px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .single-content > :is(h1, h2, h3) {
    font-size: 1.3em;
    padding: 0 50px;
  }
}

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

.single-content > :is(h4, h5, h6) {
  font-size: 1.3em;
  padding: 0 15px;
  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% !important;
  height: auto;
  margin: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

.single-content ul {
  list-style: none;
  padding: 0 30px 0 50px;
  margin-bottom: 30px;
}

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

.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: 5px;
}

.single-content ul li:hover {
  background: #f9f9f9;
}

.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 30px 0 50px;
  margin-bottom: 30px;
}

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

.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: 5px;
}

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

.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;
  text-align: center;
  border-radius: 15px;
}

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

.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 1px var(--secondary);
}

.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 2px var(--secondary);
  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 {
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: normal;
}

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

@media (min-width: 992px) {
  .single-content blockquote {
    display: block;
    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;
    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(--secondary);
}

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

.single-content a {
  color: var(--cuaternary);
  text-decoration: none;
  transition: .3s;
  text-decoration: underline;
}

.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: 0 50px 0 0;
    margin-bottom: 30px;
  }
}

.single-content figure {
  display: block;
}

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

.single-content p + h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: var(--cuaternary);
  font-size: .9em;
  background: #F6F6F6;
  padding: 15px 15px 5px 15px;
  border-radius: 5px 5px 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: #F6F6F6;
  padding: 0 15px 15px 15px;
  border-radius: 0 0 5px 5px;
}

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

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

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

/* single */

/* wordpress */

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

.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;
  color: var(--secondary);
}

@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;
    padding-left: 0;
  }
}

.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(--primary);
  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 {
  z-index: 2;
  color: white;
  text-shadow: 0 1px 6px rgba(0 0 0 / 10%);
  margin: 0 15px;
  font-size: 13px;
  bottom: 15px;
  left: 0;
  position: absolute;
}

/* - */

.wp-block-embed-youtube {
  position: relative;
  height: 0;
  padding: 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;
}

.tags {
  display: flex;
  flex-flow: wrap;
}

.tags a {
  padding: 4px 15px;
  border-radius: 5px;
  border: solid 2px #f6f6f6;
  background: #f6f6f6;
  color: var(--cuaternary);
  text-decoration: none;
  font-size: .9em;
  transition: .3s ease;
  margin: 0 15px 10px 0;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  white-space: nowrap;
}

.tags a:hover {
  border: solid 2px #ddd;
  background: #ddd;
}

.blocked-banner {
  position: absolute;
  width: 100%;
  height: auto;
  background: white;
  padding: 50px 30px;
  left: 0;
  bottom: 0;
  transition: .6s ease;
}

#blocked {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255 255 255 / 70%);
  backdrop-filter: saturate(180%) blur(5px);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  top: 0;
  left: 0;
  z-index: 5;
}

.blocked-banner {
  position: absolute;
  width: 100%;
  height: auto;
  background: white;
  padding: 50px 30px;
  left: 0;
  bottom: 0;
  transition: .6s ease;
}

.card-info ul {
  list-style: none;
  padding-left: 0;
}

.card-info ul li {
  position: relative;
  padding-left: 2rem;
}

.card-info ul li::before {
  content: '';
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url('../../assets/img/checkbox-circle-fill.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* --- */

.parallax-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 110%;
  height: auto;
  min-height: 120%;
  object-fit: cover;
  will-change: transform;
}

@media (min-width: 992px) {
  .parallax-bg {
    min-height: 100%;
    height: 160%;
  }
}

.parallax-content {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
}

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

.cover-magazine img {
  border: solid 1px #f6f6f6;
  background: #f9f9f9;
  border-radius: 5px;
  width: 100%;
  max-width: 250px;
  object-fit: contain;
  aspect-ratio: 9/10;
  padding: 5px;
}

.single-content.flipbook iframe {
  border-radius: 10px;
  overflow: hidden;
  width: 100% !important;
  height: 700px !important;
  background: black;
  padding: 10px;
}

.single-content.flipbook p {
  padding: 0 0%;
}

@media (min-width: 576px) {
  .single-content.flipbook p {
    padding: 0 5%;
  }
}

@media (min-width: 1200px) {
  .single-content.flipbook p {
    padding: 0 10%;
  }
}

/* --- */

.parallax-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgray;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 110%;
  height: auto;
  min-height: 120%;
  object-fit: cover;
  will-change: transform;
}

@media (min-width: 992px) {
  .parallax-bg {
    min-height: 100%;
    height: 160%;
  }
}

.parallax-content {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
}

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

.cover-magazine img {
  border: solid 1px #f6f6f6;
  background: #f9f9f9;
  border-radius: 5px;
  width: 100%;
  max-width: 250px;
  object-fit: contain;
  aspect-ratio: 9/10;
  padding: 5px;
}

.single-content.flipbook iframe {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 700px;
  background: black;
  padding: 10px;
}

.single-content.flipbook p {
  padding: 0 0%;
}

@media (min-width: 576px) {
  .single-content.flipbook p {
    padding: 0 5%;
  }
}

@media (min-width: 1200px) {
  .single-content.flipbook p {
    padding: 0 10%;
  }
}

/* --- */

.post-feed.number {
  counter-reset: post-counter; 
}

.post-feed.number .post {
 position: relative;
}

.post-feed.number .post::before {
  counter-increment: post-counter; 
  content: counter(post-counter) " "; 
  font-weight: bold;
  margin-right: 0.5rem;
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: var(--primary);
  color:white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: 10px;
  box-shadow: 0px 2px 6px rgba(0 0 0 / 15%);
}

@media (min-width: 768px) {
  .post-feed.number .post::before {
  top: -10px;
  right: 29%;
  }
}


/* --- */

.aspect-16-9 a,  .aspect-4-4 a{
width: 100%;
}

.single-content audio{
width: 100%;
filter: invert(1);
}

.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: auto;
}


.single-content blockquote cite{
text-align: right;
width: 100%;
position: relative;
display: inline-block;
} 

.single-content blockquote p{
font-size: 1.2em;
line-height: normal;
}

/* Tiktok */
.tiktok-embed::before{
content: "" !important;
position: relative !important;
}

.instagram-media {
margin: auto !important;
margin-bottom: 30px !important;
}

.fb-post{
display: flex !important;
justify-content: center;
margin-bottom: 30px;
}

.has-text-align-center{
text-align: center;
}

.has-text-align-right{
text-align: end;
}

.has-text-align-left{
text-align:start;
}

.twitter-tweet.twitter-tweet-rendered{
  margin: auto;
}

.wp-block-embed-spotify iframe{
  margin: 0;
}

.single-content .wp-block-image figcaption{
    z-index: 2;
    position: absolute;
    color: white;
    text-shadow: 0 3PX 9PX rgba(0 0 0 / 30%);
    width: 100%;
    bottom: 0;
    padding: 10px 15px;
}

.title-tertiary h2 {
  font-size: 1.1em;
}

.i-amphtml-notbuilt > .i-amphtml-loading-container {
    display: none !important;
}

.single-picture img{
    border: solid 1px #f6f6f6;
    border-radius: 5px;
}