:root {
  --primary: #1B6BAC;
  --secondary: #53C3EB;
  --tertiary: #141414;
  --cuaternary: #f6f6f6;
  --quinary: #d2f2fe;
  --senary: #deebfc;
}

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

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

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

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

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

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

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

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

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

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

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

:focus {
  outline: none;
}

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

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

button:focus {
  outline: none;
}

input:focus-visible {
  outline: none;
  border-radius: 0;
}

:focus-visible {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Gotham';
  font-size: 1.1em;
}

/* Animation */

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

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

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

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

@keyframes blur {
  to {
    filter: blur(0px);
  }
}

.blur {
  transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: blur 0.4s linear forwards;
  animation-delay: .2s;
  filter: blur(5px);
}

/* Bootstrap */

.form-control:focus {
  box-shadow: none;
  background: transparent;
}

/* -Flickity */

.slider-gallery .flickity-prev-next-button {
  box-shadow: 0 3px 9px rgba(0 0 0 / 10%);
  z-index: 2;
}

.slider-gallery .flickity-prev-next-button .flickity-button-icon {
  color: black;
}

.slider-gallery .flickity-button {
  background: rgba(255 255 255 / 50%);
}

.slider-gallery .flickity-button:hover {
  background: rgba(255 255 255 / 80%);
}

/* - */

.flickity-prev-next-button {
  box-shadow: 0 3px 9px rgba(0 0 0 / 10%);
  z-index: 2;
}

.slider-post .flickity-prev-next-button {
  top: 30%;
}

@media (min-width: 768px) {
  .slider-post .flickity-prev-next-button {
    top: 50%;
  }
}

@media (min-width: 992px) {
  .slider-post .flickity-prev-next-button {
    top: 35%;
  }
}

@media (min-width: 1200px) {
  .slider-post .flickity-prev-next-button {
    top: 50%;
  }
}

.slider-post .flickity-prev-next-button.previous {
  left: 30px;
}

@media (min-width: 768px) {
  .slider-post .flickity-prev-next-button.previous {
    left: 30px;
  }
}

@media (min-width: 992px) {
  .slider-post .flickity-prev-next-button.previous {
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .slider-post .flickity-prev-next-button.previous {
    left: -35px;
  }
}

@media (min-width: 1400px) {
  .slider-post .flickity-prev-next-button.previous {
    left: -60px;
  }
}

.slider-post .flickity-prev-next-button.next {
  right: 30px;
}

@media (min-width: 768px) {
  .slider-post .flickity-prev-next-button.next {
    right: 30px;
  }
}

@media (min-width: 992px) {
  .slider-post .flickity-prev-next-button.next {
    right: 30px;
  }
}

@media (min-width: 1200px) {
  .slider-post .flickity-prev-next-button.next {
    right: -35px;
  }
}

@media (min-width: 1400px) {
  .slider-post .flickity-prev-next-button.next {
    right: -60px;
  }
}

/* - */

.slider-author .flickity-prev-next-button {
  top: -55px;
}

@media (min-width: 992px) {
  .slider-author .flickity-prev-next-button {
    top: 50%;
  }
}

.slider-author .flickity-prev-next-button.next {
  right: 10%;
}

@media (min-width: 992px) {
  .slider-author .flickity-prev-next-button.next {
    right: -6%;
  }
}

.slider-author .flickity-prev-next-button.previous {
  left: 10%;
}

@media (min-width: 992px) {
  .slider-author .flickity-prev-next-button.previous {
    left: -6%;
  }
}

/* - */

.slider-events .flickity-prev-next-button {
  top: -40%;
}

@media (min-width: 992px) {
  .slider-events .flickity-prev-next-button {
    top: 40%;
  }
}

@media (min-width: 1200px) {
  .slider-events .flickity-prev-next-button {
    top: 35%;
  }
}

.slider-events .flickity-prev-next-button.next {
  right: 10%;
}

@media (min-width: 992px) {
  .slider-events .flickity-prev-next-button.next {
    right: -8%;
  }
}

.slider-events .flickity-prev-next-button.previous {
  left: 10%;
}

@media (min-width: 992px) {
  .slider-events .flickity-prev-next-button.previous {
    left: -8%;
  }
}

/* --- */

.slider-top .flickity-prev-next-button {
  top: -65px;
}

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

.slider-top .flickity-prev-next-button.next {
  right: 10%;
}

@media (min-width: 992px) {
  .slider-top .flickity-prev-next-button.next {
    right: -8%;
  }
}

.slider-top .flickity-prev-next-button.previous {
  left: 10%;
}

@media (min-width: 992px) {
  .slider-top .flickity-prev-next-button.previous {
    left: -8%;
  }
}

.slider-top .flickity-prev-next-button .flickity-button-icon {
  color: var(--primary);
}

@media (min-width: 992px) {
  .slider-top .flickity-prev-next-button .flickity-button-icon {
    color: var(--secondary);
  }
}

/* --- */

.slider-influencer .flickity-prev-next-button {
  top: -80px;
}

@media (min-width: 992px) {
  .slider-influencer .flickity-prev-next-button {
    top: 50%;
  }
}

.slider-influencer .flickity-prev-next-button.next {
  right: 10%;
}

@media (min-width: 992px) {
  .slider-influencer .flickity-prev-next-button.next {
    right: -8%;
  }
}

.slider-influencer .flickity-prev-next-button.previous {
  left: 10%;
}

@media (min-width: 992px) {
  .slider-influencer .flickity-prev-next-button.previous {
    left: -8%;
  }
}

.slider-influencer .flickity-prev-next-button .flickity-button-icon {
  color: #5389a0;
}

@media (min-width: 992px) {
  .slider-influencer .flickity-prev-next-button .flickity-button-icon {
    color: #5389a0;
  }
}

/* --- */

.flickity-button {
  background: hsla(0, 0%, 100%, .15);
}

.flickity-prev-next-button .flickity-button-icon {
  color: gray;
}

/* --- */

.flickity-page-dots {
  bottom: -30px;
}

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

.flickity-page-dots .dot.is-selected {
  background: gray;
}

.slider-post {
  position: relative;
}

.slider-post::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10%;
  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: 1200px) {
  .slider-post::before {
    background: linear-gradient(90deg, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 0%) 100%);
  }
}

.slider-post::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0px;
  width: 10%;
  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: 1200px) {
  .slider-post::after {
    background: linear-gradient(90deg, rgba(255 255 255 / 0%) 0%, rgba(255 255 255 / 100%) 100%);
  }
}

.flickity-button:hover {
  background: rgba(255 255 255 / 10%);
}

/* -- */

.slider-author {
  position: relative;
}

.slider-author::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10%;
  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) {
  .slider-author::before {
    background: linear-gradient(90deg, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 0%) 100%);
  }
}

.slider-author::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0px;
  width: 10%;
  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) {
  .slider-author::after {
    background: linear-gradient(90deg, rgba(255 255 255 / 0%) 0%, rgba(255 255 255 / 100%) 100%);
  }
}

/* -- */

.slider-events {
  position: relative;
}

.slider-events::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0px;
  width: 9%;
  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) {
  .slider-events:before {
    background: linear-gradient(90deg, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 0%) 100%);
  }
}

.slider-events::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0px;
  width: 15%;
  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) {
  .slider-events:after {
    background: linear-gradient(90deg, rgba(255 255 255 / 0%) 0%, rgba(255 255 255 / 100%) 100%);
  }
}

/* --- */

.slider-influencer {
  position: relative;
}

.slider-influencer::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(83 137 160 / 0%) 0%, rgba(83 137 160 / 0%) 100%);
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 992px) {
  .slider-influencer::before {
    background: linear-gradient(90deg, rgba(83 137 160 / 100%) 0%, rgba(83 137 160 / 0%) 100%);
  }
}

.slider-influencer::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0px;
  width: 10%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(83 137 160 / 0%) 0%, rgba(83 137 160 / 0%) 100%);
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 992px) {
  .slider-influencer::after {
    background: linear-gradient(90deg, rgba(83 137 160 / 0%) 0%, rgba(83 137 160 / 100%) 100%);
  }
}

/* --- */

.slider-author {
  position: relative;
}

.slider-author::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10%;
  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) {
  .slider-author::before {
    background: linear-gradient(90deg, rgba(255 255 255 / 100%) 0%, rgba(255 255 255 / 0%) 100%);
  }
}

.slider-author::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0px;
  width: 10%;
  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) {
  .slider-author::after {
    background: linear-gradient(90deg, rgba(255 255 255 / 0%) 0%, rgba(255 255 255 / 100%) 100%);
  }
}

/* -- */

.slider-top {
  position: relative;
}

.slider-top::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0px;
  width: 10%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(27 107 172 / 0%) 0%, rgba(27 107 172 / 0%) 100%);
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 992px) {
  .slider-top::before {
    background: linear-gradient(90deg, rgba(27 107 172 / 100%) 0%, rgba(27 107 172 / 0%) 100%);
  }
}

.slider-top::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0px;
  width: 10%;
  height: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(27 107 172 / 0%) 0%, rgba(27 107 172 / 0%) 100%);
  z-index: 1;
  pointer-events: none;
}

@media (min-width: 992px) {
  .slider-top::after {
    background: linear-gradient(90deg, rgba(27 107 172 / 0%) 0%, rgba(27 107 172 / 100%) 100%);
  }
}

/* -- */

.slider-shorts .flickity-page-dots .dot {
  background: white;
}

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

.slider-shorts .flickity-button {
  background: rgba(255 255 255 / 50%);
}

.slider-shorts .flickity-prev-next-button .flickity-button-icon {
  color: var(--secondary);
}

/* Banners */

.superbanner {
  min-width: 320px;
  min-height: 50px;
  width: 970px;
  height: 50px;
}

.boxbanner {
  min-width: 300px;
  min-height: 250px;
  width: 300px;
  height: 250px;
}

.halfbanner {
  min-width: 300px;
  min-height: 250px;
  width: 300px;
  height: 600px;
}

@media (min-width: 768px) {
  .superbanner {
    height: 90px;
  }
}

/* Framework */

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

.fnt-sm {
  font-size: 1rem;
}

.fnt-md {
  font-size: 1.2rem;
}

.fnt-lg {
  font-size: 1.4rem;
}

.fnt-xl {
  font-size: 1.6rem;
}

.fnt-xxl {
  font-size: 1.8rem;
}

.fnt-xlg {
  font-size: 2rem;
}

.fnt-blue {
  color: var(--primary);
}

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

.title-primary {
  font-size: calc(1.8em - .5vw);
  font-weight: bold;
  line-height: 110%;
}

@media (min-width: 768px) {
  .title-primary {
    font-size: calc(2em - .1vw);
  }
}

.title-secondary {
  font-size: calc(1.3em - .3vw);
  font-weight: bold;
  line-height: 110%;
}

@media (min-width: 768px) {
  .title-secondary {
    font-size: calc(1.6em - .1vw);
  }
}

.title-tertiary {
  font-size: calc(1.2em - .1vw);
  font-weight: bold;
  line-height: 110%;
}

@media (min-width: 768px) {
  .title-tertiary {
    font-size: calc(1.4em - .1vw);
  }
}

.title-cuaternary {
  font-size: calc(1.1em - .1vw);
  font-weight: bold;
  line-height: 110%;
}

@media (min-width: 768px) {
  .title-cuaternary {
    font-size: calc(1.2em - .1vw);
  }
}

.title-quinary {
  font-size: clamp(.8em, 1vw, .9em);
  font-weight: bold;
  line-height: 110%;
}

.fnt-gray {
  color: gray;
}

.bg-light {
  background: var(--cuaternary) !important;
}

.bg-dark {
  background: var(--tertiary) !important;
}

.bg-dark-blue {
  background: #022f54;
}

.bg-light-blue {
  background: var(--secondary);
}

.bg-blue-primary {
  background: var(--primary)!important;
}

.bg-blue-secondary {
  background: #5389a0;
}

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

.link-dark {
  color: var(--primary) !important;
  text-decoration: none;
  transition: .2s;
}

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

.link-black {
  color: var(--tertiary) !important;
  text-decoration: none;
  transition: .2s;
}

.link-black:hover {
  color: var(--primary) !important;
}

.link-light {
  color: white !important;
  text-decoration: none;
  transition: .2s;
}

.link-light:hover {
  color: var(--quinary) !important;
}

.link-white {
  color: white;
  text-decoration: none;
  transition: .2s;
}

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

.link-light-blue {
  text-decoration: none;
  color: white;
  background-color: transparent;
  background-image: linear-gradient(var(--secondary),var(--secondary));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .4s;
}

.link-light-blue:hover {
  color: white;
  text-decoration: none;
  background-size: 100% 2px;
}

.link a {
  text-decoration: none;
  color: var(--primary);
  background-color: transparent;
  background-image: linear-gradient(rgba(83 195 235 / 50%), rgba(83 195 235 / 50%));
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 100% 7px;
  transition: background-size .5s;
  z-index: 3;
  position: relative;
}

.link a:hover {
  text-decoration: none;
  background-size: 0% 7px;
}

.link-blue-sky {
  color: var(--secondary);
  text-decoration: none;
  transition: .2s;
}

.link-blue-sky:hover {
  color: var(--primary);
}

.sticky {
  z-index: 3;
}

.sticky-content {
  z-index: 2;
  top: 80px;
}

footer hr {
  border-top: solid 1px gray;
}

.aspect-16-9 img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  transition: .4s;
  object-fit: cover;
}

.aspect-4-4 img {
  position: relative;
  width: 100% !important;
  height: auto;
  aspect-ratio: 4/4;
  transition: .4s;
  object-fit: cover;
}

.aspect-3-4 img {
  position: relative;
  width: 100% !important;
  height: auto;
  aspect-ratio: 3/3.6;
  transition: .4s;
  object-fit: cover;
}

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

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

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

.radius-all {
  border-radius: 50% !important;
}

.line {
  width: 100%;
  height: 5px;
  background: var(--tertiary);
}

.line-one {
  width: 100%;
  height: 1px;
  background: var(--tertiary);
}

/* styles */

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

header {
  background: rgba(255 255 255 / 100%);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  transition: .6s ease;
  position: relative;
  z-index: 8;
}

#header {
  background: rgba(255 255 255 / 100%);
  border-bottom: 1px solid white;
  position: sticky;
  top: 0;
  width: 100%;
  height: auto;
  transition: .6s ease;
  z-index: 8;
}

header.active, #header.active {
  background: rgba(255 255 255 / 100%);
  box-shadow: 0px 3px 12px rgba(0 0 0 / 10%);
}

#header.nav-down {
  top: 0;
}

#header.nav-up {
  top: -70px;
}

@media (min-width: 992px) {
  #header.nav-up {
    top: -65px;
  }
}

#notification {
  position: relative;
}

#box-notification {
  position: absolute;
  right: calc(50% - 60px);
  top: 70px;
  height: auto;
  padding: 15px;
  border-radius: 15px;
  display: none;
  width: 100%;
  min-width: 300px;
  background: rgba(255 255 255 / 100%);
  border-bottom: 1px solid white;
  box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
}

@media (min-width: 576px) {
  #box-notification {
    right: 20px;
    min-width: 320px;
  }
}

#box-notification.open {
  display: block;
}

#close-notification {
  width: 25px;
  height: 25px;
  background: var(--secondary);
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#brand-desktop img {
  width: 600px;
  height: auto;
  transition: .2s;
}

#brand-mobile img {
  width: 85px;
  height: auto;
  transition: .4s ease;
}

#brand-mobile.active img {
  width: 70px;
  height: auto;
}

#bloker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225 225 225 / 80%);
  z-index: 9;
  transition: all 0.2s ease;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
}

#bloker.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}

#navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 95%;
  z-index: 10;
  background: white;
  overflow: auto;
  transition: .2s ease-in-out;
  transform: translateX(-100%);
}

@media (min-width: 992px) {
  #navigation {
    width: 50%;
  }
}

#navigation.open {
  transform: translateX(0);
  visibility: visible;
}

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

.btn-nav {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: black;
  transition: .4s ease;
  border-radius: 50%;
  cursor: pointer;
}

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

#btn-menu, #btn-close, #close-search {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.9rem;
  color: white;
  transition: .2s ease;
  border-radius: 50%;
  background: var(--tertiary);
  border: solid 3px var(--tertiary);
  cursor: pointer;
}

#btn-menu:hover, #btn-close:hover, #close-search:hover {
  background: white;
  color: var(--tertiary);
  border: solid 3px var(--tertiary);
  background: transparent;
}

/* 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 5px;
  padding: 0;
  text-decoration: none;
  transition: .4s;
  color: var(--tertiary);
  z-index: 2;
  font-size: 1.1rem;
}

.menu-desktop ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: rgba(83 195 235 / 50%);
  bottom: 20%;
  transition: .4s;
  z-index: 3;
  pointer-events: none;
}

.menu-desktop ul li:hover:before {
  height: 20%;
  background: rgba(83 195 235 / 50%);
}

.menu-desktop ul li a:hover {
  text-decoration: none;
}

.menu-desktop ul li a:hover + ul {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -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;
  margin: 0 5px;
}

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

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

.menu-desktop .menu-item-has-children::after {
  content: "*";
  position: absolute;
  top: 5px;
  color: var(--secondary);
  right: -8px;
  cursor: pointer;
  width: 10px;
  height: 10px;
}

.menu-desktop .menu-item .sub-menu li::before {
  background: none !important;
}

.menu-desktop .menu-item .sub-menu a {
  font-weight: normal;
  font-size: 1rem;
  padding: 5px;
}

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

.menu-desktop .menu-item.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  background: rgba(83 195 235 / 50%);
  bottom: 20%;
  transition: .4s;
  z-index: 3;
}

.menu-desktop .menu-item.active a {
  font-weight: 500;
}

/* menu mobile */

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

.menu-mobile ul li {
  position: relative;
  margin-bottom: 10px;
  width: fit-content;
}

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

.menu-mobile ul a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background: rgba(83 195 235 / 0%);
  bottom: 15%;
  transition: .4s;
  font-size: 1.8rem;
  text-decoration: none;
  z-index: 1;
}

.menu-mobile ul a:hover:before {
  height: 20%;
  background: rgba(83 195 235 / 50%);
}

.menu-mobile a {
  font-size: 1.8rem;
  color: var(--tertiary);
  font-weight: bold;
  text-decoration: none;
  transition: .4s;
  position: relative;
}

.menu-mobile a:hover {
  text-decoration: none;
}

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

.menu-mobile .sub-menu a {
  font-size: 1.3em;
  padding: 5px 0;
  font-weight: 400;
}

.menu-mobile .sub-menu .menu-item a:hover {
  color: var(--secondary);
}

.menu-mobile .sub-menu .menu-item a:hover:before {
  height: 0;
  background: transparent;
}

.menu-mobile .sub-menu .menu-item:first-child {
  padding: 5px 0 0 0;
}

.menu-mobile .menu-item-has-children::before {
  content: "*";
  position: absolute;
  top: 9px;
  left: -15px;
  font-weight: normal;
  width: 10px;
  height: 10px;
  font-size: 24px;
  color: var(--secondary);
}

.menu-mobile li.menu-item ul {
  display: none;
}

/* --- */

/* Menu Footer */

.menu-footer ul {
  display: flex;
  flex-flow: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .menu-footer ul {
    justify-content: start;
  }
}

.menu-footer.column ul {
  display: flex;
  flex-flow: wrap;
  flex-direction: column;
  list-style: none;
  padding: 0;
}

.menu-footer ul li a {
  display: block;
  color: white;
  text-decoration: none;
  transition: .2s ease;
  white-space: nowrap;
  margin: 0 5px;
}

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

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

#btn-top a {
  display: block;
  width: 50px;
  height: 50px;
  background: white;
  color: var(--tertiary);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0 0 0 / 5%);
}

@media (min-width: 768px) {
  #btn-top a {
    right: 75px;
  }
}

/* --- */

#social-media li {
  margin: 0;
}

.social-media a {
  display: inline-block !important;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--tertiary);
  transition: .4s ease;
  font-size: 1.2em;
}

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

.social-media-light a {
  display: block;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: .4s ease;
  font-size: 1.3em;
}

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

/* search */

#search > * {
  margin: auto;
}

#search {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  transition: .1s;
  opacity: 0;
  visibility: hidden;
}

#search.open {
  opacity: 1;
  visibility: visible;
}

#search .efect-navigation {
  height: 100%;
  padding: 0;
  overflow: auto;
}

@media (min-width: 768px) {
  #search .efect-navigation {
    height: 100%;
    padding: 30px 60px 30px 60px;
  }
}

#search .efect-navigation {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  padding: 30px 0;
}

#search.open .efect-navigation {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#close-search {
  position: absolute;
  top: 45px;
}

.btn-magazine a {
  color: var(--tertiary);
  text-decoration: none;
  transition: .4s;
}

.btn-magazine span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

.btn-magazine span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: rgba(83 195 235 / 50%);
  bottom: 15%;
  transition: .2s;
  z-index: 1;
}

.btn-magazine span:hover:before {
  height: 20%;
  background: rgba(83 195 235 / 50%);
}

.form {
  position: relative;
  border-bottom: solid 3px black;
}

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

.btn-search {
  font-size: 1.4em;
}

#btn-cookies a {
  display: block;
  color: var(--secondary);
  text-decoration: none;
  transition: .3s ease;
  white-space: nowrap;
}

#btn-cookies a:hover {
  color: white;
}

footer {
  position: relative;
}

.post {
  position: relative;
}

.post-picture {
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

.post-picture.inherit {
  overflow: hidden;
  border-radius: 0px;
}

@media (min-width: 992px) {
  .post-picture.inherit {
    overflow: hidden;
    border-radius: 5px;
  }
}

.post picture:hover img {
  transform: scale(1, 1);
  transition: .4s ease;
}

.post picture:hover img {
  transform: scale(1.04, 1.04);
}

.paragraph {
  line-height: normal;
  font-size: .9em;
}

@media (min-width: 1200px) {
  .paragraph {
    line-height: normal;
    font-size: 1em;
  }
}

.category a {
  color: var(--tertiary);
  font-weight: bold;
  text-decoration: none;
  position: relative;
  font-size: .7em;
  transition: .2s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.category.light a {
  color: white;
}

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

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

.category a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  background: rgba(83 195 235 / 50%);
  bottom: 15%;
  transition: .4s;
  z-index: 1;
}

.author, .author a {
  text-decoration: none;
  color: var(--primary);
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

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

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

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

.author.white, .author.white a {
  color: white;
}

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

.date {
  text-transform: uppercase;
  color: gray;
  font-size: .7rem;
  font-weight: 400;
}

.play {
  position: absolute;
  bottom: calc(50% - 2rem);
  left: calc(50% - 2rem);
  font-size: 4rem;
  width: 4rem;
  height: 4rem;
  color: white;
  z-index: 1;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .play {
    bottom: 25px;
    left: 25px;
    width: 5rem;
    height: 5rem;
    font-size: 5rem;
  }
}

.post-picture:hover > .play {
  color: var(--secondary);
}

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

.title-section a {
  color: var(--tertiary);
  font-weight: bold;
  text-decoration: none;
  position: relative;
  font-size: .7em;
  transition: .2s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.title-section a:hover {
  color: var(--primary);
}

.title-section a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  background: rgba(83 195 235 / 50%);
  bottom: 15%;
  transition: .4s;
  z-index: 1;
}

.title-section span {
  /*color: var(--tertiary);*/
  font-weight: normal;
  text-decoration: none;
  position: relative;
  font-size: .7em;
  transition: .2s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.title-section span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  background: rgba(83 195 235 / 50%);
  bottom: 15%;
  transition: .4s;
  z-index: 1;
}

.title-section-doble a {
  color: var(--tertiary);
  text-decoration: none;
  position: relative;
  font-size: .7em;
  transition: .2s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.title-section-doble a:hover {
  color: var(--primary);
}

.title-section-doble h2 {
  line-height: 22px;
}

.title-section-doble a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 16%;
  background: rgba(83 195 235 / 50%);
  bottom: 5%;
  transition: .4s;
  z-index: 1;
}

.title-section-primary a {
  color: var(--primary);
  font-weight: bold;
  text-decoration: none;
  position: relative;
  font-size: .7em;
  transition: .2s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.title-section-primary a:hover {
  color: white;
}

.title-section-primary a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  background: rgba(11 70 148 / 50%);
  bottom: 15%;
  transition: .4s;
  z-index: 1;
}

.title-section-doble-white a {
  color: white;
  text-decoration: none;
  position: relative;
  font-size: .7em;
  transition: .2s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
}

.title-section-doble-white a:hover {
  color: var(--quinary);
}

.title-section-doble-white h2 {
  line-height: 22px;
  position: relative;
}

.title-section-doble-white h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12%;
  background: rgba(83 195 235 / 50%);
  bottom: 5%;
  transition: .4s;
  z-index: 1;
}

.magazine img {
  width: 150px;
  height: 185px;
  margin-bottom: 15px;
  object-fit: contain;
}

.sponsor .sponsor-brand {
  width: 150px;
  height: auto;
}

.sponsor-brand img {
  aspect-ratio: 4/4;
  width: 100%;
  object-fit: contain;
}

.picture-event {
  position: relative;
}

.date-event {
  position: absolute;
  top: 0;
  right: 30px;
  width: auto;
  height: auto;
  padding: 15px 10px;
  background: var(--secondary);
  border-radius: 0 0 10px 10px;
  pointer-events: none;
}

.date-events {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px;
  background: var(--secondary);
  border-radius: 10px;
  pointer-events: none;
  min-width: 80px;
}

#btn-notification {
  position: relative;
}

.dot-notification {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--secondary);
  border-radius: 50%;
  top: 11px;
  right: 12px;
}

/* 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(--secondary);
}

.page-link:focus {
  color: white;
  background-color: var(--secondary);
  border: none;
  box-shadow: none;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 50% !important;
}

.page-link.current {
  background: var(--cuaternary);
  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(--cuaternary);
}

.pagination-bg .page-link:focus {
  color: white;
  background-color: var(--cuaternary);
  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 {
  color: var(--primary);
}

.active > .page-link, .page-link.active {
  background: var(--primary);
}

.post-content {
  position: relative;
}

.number {
  width: 50px;
  height: 50px;
  background: var(--primary);
  border-radius: 50%;
  color: var(--senary);
  text-shadow: 0 4px 6px rgba(0 0 0 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  font-size: 2em;
  box-shadow: 0 4px 6px rgba(0 0 0 / 10%);
  margin-top: -25px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .number {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .number {
    width: 60px;
    height: 60px;
  }
}

/* Single */

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

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

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

.single-content p {
  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: 1.1em;
  }
}

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

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

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

.single-content > :is(h4, h5, h6) {
  font-size: 1.3em;
  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 {
  margin-bottom: 30px;
}

.single-content figure img {
  width: 100% !important;
  height: auto;
  margin: 0;
  -webkit-transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all .75s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: blur 0.3s linear forwards;
  -webkit-animation-delay: .2s;
  animation-delay: .3s;
  filter: blur(5px);
  border-radius: 5px;
  margin-bottom: 5px;
}

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

.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: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(--secondary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

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

.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: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(--secondary);
  height: 1.5em;
  width: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

.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 {
  margin-left: 30px;
  font-size: .9em;
  line-height: normal;
}

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

}

@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(--secondary);
  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(--primary);
  text-decoration: none;
  transition: .3s;
}

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

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

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

.single-content figure {
  display: block;
}

.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(--secondary);
  font-size: .9em;
  background: var(--primary);
  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(--primary);
  color: var(--secondary) !important;
  padding: 0 15px 15px 15px;
  border-radius: 0 0 10px 10px;
  line-height: 110%;
}

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

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

.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(--primary);
}

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

.rounded-video {
  border-radius: 5px;
  overflow: hidden;
  background: var(--primary);
}

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

.tags a {
  padding: 4px 15px;
  border-radius: 5px;
  border: solid 2px var(--quinary);
  color: var(--secondary);
  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 {
  color: var(--primary);
  border: solid 2px var(--quinary);
  background: var(--quinary);
}

#author img {
  object-fit: cover;
  border: solid 3px white;
  box-shadow: 0 2px 6px rgba(0 0 0 / 10%);
}

.author-picture {
  border: solid 3px white;
  box-shadow: 0 2px 6px rgba(0 0 0 / 10%);
}

.post-picture figure {
  position: relative;
  margin: 0;
  width: 100%;
}

.post-picture figure img {
  margin: 0;
}

.post-picture .figure-caption {
  position: absolute;
  z-index: 2;
  color: white;
  text-shadow: 0 1px 6px rgba(0 0 0 / 10%);
  width: 100%;
  padding: 0 15px;
  font-size: 13px;
  bottom: 10px;
}

/* Fancybox */

.fancybox-is-open .fancybox-bg {
  background: rgba(11, 70, 148, 1);
}

.fancybox-progress {
  background: var(--secondary) !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(--secondary) !important;
}

.fancybox-thumbs {
  background: var(--primary);
}

.fancybox-thumbs__list a::before {
  border: 6px solid var(--secondary) !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: 5px;
}

#share a {
  display: flex;
  width: 40px;
  height: 40px;
  color: var(--secondary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  transition: .4s;
  cursor: pointer;
}

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

.img-404 {
  width: 300px;
  height: auto;
}

/* --- */

.fnt-playfair {
  font-family: 'Playfair Display';
}

.menu-aurum {
  overflow: auto;
}

.fnt-new {
  font-family: 'Bodoni Moda';
  font-weight: 600;
}


.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(--primary);
  color: white;
  background: var(--primary);
  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(--secondary);
  color: var(--primary);
  border: solid 3px var(--secondary);
}

.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: calc(50% - 300px);
}

@media (min-width: 768px) {
  .single-content blockquote.tiktok-embed{
    margin-left: calc(50% - 300px);
  }
}

.twitter-tweet{
  margin: auto;
}

.wp-block-quote cite {
  margin: 0;
  padding-right: 20px !important;
  color: var(--secondary);
  width: 100%;
  display: inline-block;
  text-align: end;
  font-size: 18px;
}

@media (min-width: 992px) {
  .wp-block-quote cite {
    padding-right: 50px;
  }
}

.single-content blockquote + p{
  margin-top: 30px;
}

.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: 5px;
  color: gray;
  width: fit-content;
}

.tiktok-embed > a{
  display: none;
}

#wpadminbar{
  background: #1c64a8;
}

.wp-block-file{
  border: solid;
  background: black;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.wp-block-file__button{
    background: var(--primary);
    color: white !important;
    padding: 5px 10px;
    border-radius: 50px;
    margin-left: 15px;
    font-size: 18px;
}

.wp-block-file a{
 margin-left: 10px;
}

/* --- */

.fnt-serif {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight:regular;
  font-style: normal;
}

.menu-aurum {
  overflow: auto;
}

.single-content .wp-block-gallery figure img{
  margin-bottom: 0 !important;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}


/* shorts */
.short iframe, .short {
  width: 100%;
  aspect-ratio: 5/9;
  border-radius: 5px;
  background: var(--secondary);
}

.short iframe {
  margin: 0;
}

.thumbnail-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: black; 
  width: auto;      
  height: 100%; 
  position: relative;    
}

.thumbnail-wrapper img {
  width: auto;
  max-height: 100%;
  display: block;
}

.modal_shorts{
position:fixed;
z-index: 9999;
width: 100%;
height: 100%;
background: rgba(0 0 0 / .85);
display: none;
top: 0;
left: 0;
}

.modal_shorts > *{
box-sizing: border-box;
}

.modal_shorts .content_shorts{
position:relative;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.btn_shorts{
opacity:1;
transition: .3s ease;
position: relative;
}

.btn_shorts:hover{
opacity:.8;
}

.btn_shorts, #close_shorts{
cursor:pointer;
}



.icon_shorts{
position:absolute;
z-index: 9;
width: 60px;
height: 75px;
top: calc(50% - 32.5px);
right: calc(50% - 30px);
}

#shorts .modal-header{
  margin: auto;
}

#shorts .modal-content{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.modal-content{
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}