/*
Theme Name: Photography Peru
Author: The Vibe Digital Agency ft. Darwin Lopez Ll.
Author URI: https://vibedigital.agency
Description: Photography Peru emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
Text Domain: Photography Peru
Tags: one-column, custom-colors, custom-menu, custom-log, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

:root {
  --vibe-font01: "phoreuscherokee", serif;
  --vibe-font02: "Gesta", sans-serif;
  --color-blue: #337ab7;
  --color-blue-dark: #286090;
  --color-green: #5cb85c;
  --color-green-dark: #449d44;
  --color-yellow: #f0ad4e;
  --color-yellow-dark: #ec971f;
  --color-red: #d9534f;
  --color-red-dark: #c9302c;
  --bg-body: #d3d3d3;
  --brand-color01: #1a2b48;
  --brand-color02: #f9a000;

  --vibe-color-background: #e4e4e4;
  --vibe-color-white01: #ffffff;
  --vibe-color-black01: #000000;
  --vibe-color-black02: #1e1e1e;
  --vibe-color-dark01: #3b4047;
  --vibe-color-dark02: #6b7280;
  --vibe-color-dark03: #4c525a;
  --vibe-color-light01: #f4f4f4;
  --vibe-color-light02: #e4e4e4;
  --vibe-color-light03: #d9d9d9;
  --vibe-color-green01: #8bc53e;
  --vibe-color-lightblue01: #40b0ed;
  --vibe-color-lightyellow01: #fabf3a;
  --vibe-color-orange01: #f48d38;
  --vibe-color-purple01: #8565f9;
  --vibe-radius-03: 0.3rem;
  --vibe-radius-05: 0.5rem;
  --vibe-shadow01: 7px 7px 21px 0 rgba(0, 0, 0, 0.25);
  --vibe-blur01: blur(2.5px);

  --vibe-text-thin: 12px;
  --vibe-text-base: 14px;
  --vibe-text-01: 16px;
  --vibe-text-02: 18px;
  --vibe-text-03: 20px;
  --vibe-text-04: 22px;
  --vibe-text-05: 24px;
  --vibe-text-06: 26px;
  --vibe-text-07: 28px;
  --vibe-text-08: 30px;
  --vibe-text-09: 32px;
  --vibe-text-10: 34px;
  --vibe-text-11: 36px;
  --vibe-text-12: 38px;
  --vibe-text-13: 40px;
}

html {
  /* font-size: 62.5%; */
  font-family: var(--font-primary);
}

body {
  background-color: var(--bg-body);
  font: 300 1.6rem / var(--vibe-font01);
  overflow-x: hidden;
}

main::after,
main::before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 18%;
}

main::after {
  top: 11.3%;
  right: -26%;
  height: 176.1rem;
  background: url("./assets/img/Asset-1@4x-1.png") 43% / contain no-repeat
    #d3d3d3;
  background-blend-mode: lighten;
  width: 100%;
}

main::before {
  bottom: -0.1%;
  right: 0;
  left: -52%;
  height: 2000px;
  background: url("./assets/img/topography-scaled.png") 43% / contain no-repeat
    #d3d3d3;
  background-blend-mode: lighten;
  width: 3216px;
  transform: translateY(350px);
}
header {
  &::before {
    content: "";
    position: absolute;
    top: -57.4rem;
    right: 0;
    left: -1540px;
    height: 160.1rem;
    background: url("./assets/img/topography_.png") lightgray 43% / cover
      no-repeat;
    background-blend-mode: lighten;
    transform: scaleX(-1);
    z-index: -1;
    opacity: 18%;
  }
}

@media (max-width: 500px) {
  main::before {
    width: 100%;
  }

  main::after {
    right: 0%;
  }
}

/* Loader */

#splash {
  background: var(--brand-color01);
  background-repeat: repeat-y;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: splash 3s ease-in;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  z-index: 999;
  overflow: hidden;
}
/* insertar patron topográfico */

#splash:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  background: #fff;
  background: url("./assets/img/topography_.png") lightgray 43% / cover
    no-repeat;
  background-blend-mode: lighten;
  height: 100vh;
  opacity: 15%;
}

#loader {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

#loader:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -170px;
  width: 3px;
  background: #fff;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 200px;
}

#loader:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: 8px;
  bottom: -190px;
  width: 3px;
  background: #000;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 200px;
}

#splash .anim {
  height: 100%;
  position: absolute;
  left: 50%;
  width: 100px;
  transform: translate(-50%, 100%);
  animation: loader 4s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes loader {
  0% {
    transform: translate(-50%, 110%);
  }
  30% {
    transform: translate(-50%, 50%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}

@keyframes splash {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -100%);
  }
}

#menu-menu-principal {
  position: relative;
}

/* ===== MENÚ DESKTOP ===== */

#menu-menu-principal li ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 50;
  list-style: none;
  padding: 0.5rem 0;
}

#menu-menu-principal li:hover > ul {
  display: block;
}

#menu-menu-principal li ul li {
  position: relative;
}

#menu-menu-principal li ul li a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #444;
  border: none !important;
}
#menu-menu-principal .sub-menu a {
  font-size: 1.2rem !important;
  text-transform: uppercase;
}

#menu-menu-principal .sub-menu li a {
  border-bottom: none !important;
}

#menu-menu-principal li ul li a:hover {
  background-color: #f7f7f7;
  color: var(--brand-color02) !important;
  border-bottom: none !important;
}

#menu-menu-principal li.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.8rem;
}

#menu-menu-principal li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

#menu-menu-principal li ul li ul {
  top: 0;
  left: 100%;
  margin-left: 0.5rem;
}

/* ===== MENÚ MÓVIL ===== */

#menu-menu-principal-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 1em;
}

#menu-menu-principal-1 > li {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

#menu-menu-principal-1 a {
  display: block;
  padding: 14px 18px;
  color: var(--brand-color01);
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s, color 0.3s;
}

#menu-menu-principal-1 a:hover {
  background-color: #f7f7f7;
  color: var(--brand-color02);
}

#menu-menu-principal-1 ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  background-color: #fafafa;
  display: none;
}

#menu-menu-principal-1 li.open > ul {
  display: block;
}

#menu-menu-principal-1 li:hover > ul {
  display: block;
}

#menu-menu-principal-1 ul li a {
  padding: 12px 24px;
  color: var(--brand-color01);
  background-color: #fafafa;
}

#menu-menu-principal-1 ul li a:hover {
  background-color: #efefef;
}

#menu-menu-principal-1 li.menu-item-has-children > a::after {
  content: "▾";
  float: right;
  font-size: 0.8em;
  color: #666;
  transition: transform 0.3s;
}

#menu-menu-principal-1 li.open > a::after {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  #menu-menu-principal-1 {
    display: none;
  }
}

.advgb-accordion-header h4.advgb-accordion-header-title {
  font-size: 20px !important;
}

.content-page-single ul {
  list-style: disc !important;
  margin-left: 1.7em;
}

.content-page-single strong {
  font-weight: bold !important;
}

.content-page-single h1 {
  font-size: 36px !important;
  font-weight: 700;
  color: #151818;
  margin-bottom: 0.5em !important;
}

.content-page-single h2 {
  font-size: 30px !important;
  font-weight: 600;
  color: #151818;
  margin-bottom: 0.5em !important;
}

.content-page-single h3 {
  font-size: 24px;
  font-weight: 600;
  color: #151818;
  margin-bottom: 0.5em !important;
}

.content-page-single h4 {
  font-size: 20px;
  font-weight: 600;
  color: #151818;
  margin-bottom: 0.5em !important;
}

.content-page-single p + h2{
  margin-top: 2rem;
}

.content-page-single p {
  color: #1f211f !important;
}

.content-page-single .wp-block-latest-posts.wp-block-latest-posts__list li {
  padding: 0.5em 0;
  font-size: 14px;
}

.content-page-single .wp-block-column .column-posts-page {
  position: sticky;
  top: 2%;
  left: 0;
}

#menu-menu-principal {
  .menu-item {
    a {
      padding: 0.5em 2rem;
      transition: all 0.5s ease;
      border-bottom: 2px solid transparent;

      &:hover {
        border-bottom: 2px solid var(--brand-color01);
      }
    }
  }

  /* .active-tailwind-link {
    a {
      &:hover {
        border-bottom: 2px solid var(--color-yellow-dark) !important;
      }
    }
  } */
}

html {
  font-size: 70.5%;
}

/* SWIPPERS */
.swiper-pagination-bullet {
  background: #9f9f9f !important;
  border-radius: 0px !important;
  margin: 0 !important;
  width: 45px !important;
  height: 2.5px !important;

  &:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  &:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  &-active {
    background: var(--brand-color01) !important;
  }
}

header,
main {
  position: relative;
}

/* 3D */
.cascade-3d {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 3rem;

  #dp-slider {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 36rem;

    .dp_item {
      position: absolute;
      width: 20rem;
      height: 34rem;
      top: 0;
      left: 0;
      transition: all 0.5s ease;
      cursor: pointer;
      opacity: 0;
      z-index: 1;

      .dp-content {
        width: 100%;
        height: 100%;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 10px;
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        }
      }

      &[data-position="1"] {
        z-index: 4;
        opacity: 1;
        transform: perspective(800px) rotateY(25deg) scale(1) rotateX(7deg);
        transition: 0.6s ease all;

        &:hover {
          transform: perspective(800px) rotateY(-15deg) translateY(-50px)
            rotateX(10deg) scale(1.4);
        }
      }

      &[data-position="2"] {
        z-index: 3;
        opacity: 1;
        transform: scale(0.86) translate(21rem, 1rem) perspective(800px)
          rotateY(25deg) rotateX(7deg);
      }

      &[data-position="3"] {
        z-index: 2;
        opacity: 1;
        transform: scale(0.73) translate(46rem, 2.4rem) perspective(800px)
          rotateY(25deg) rotateX(7deg);
      }

      &[data-position="4"],
      &[data-position="5"] {
        z-index: 1;
        opacity: 0;
        transform: scale(0.8) translate(40rem, 1rem);
      }
    }
  }

  #dp-prev,
  #dp-next {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    z-index: 5;
  }

  #dp-prev {
    left: 10px;
  }

  #dp-next {
    right: 10px;
  }

  #dp-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;

    li {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #ccc;
      margin: 0 5px;
      cursor: pointer;

      &.active {
        background: #333;
      }
    }
  }
}

.highlight-text__container {
  p {
    font-weight: lighter;
  }
}

.frontpage__highlights {
  padding: 8rem 0;
  display: flex;
  gap: 5rem;
  align-items: center;

  .highlight-text__container {
    p {
      font: 400 var(--vibe-text-01) var(--vibe-font02), sans-serif;
      line-height: var(--vibe-text-04);
      color: var(--vibe-color-dark01);
      font-weight: 100;
      &:first-child {
        color: var(--brand-color01);
        font: 400 15px / normal var(--vibe-font02), sans-serif;
        letter-spacing: 0.75px;
        position: relative;
        display: inline-block;

        &:before {
          content: "";
          width: 2rem;
          height: 0.1rem;
          background: var(--brand-color01);
          position: absolute;
          right: -30%;
          top: 50%;
        }
      }
    }

    h2 {
      color: var(--brand-color01);
      font: 400 var(--vibe-text-10) var(--vibe-font02), sans-serif;
      letter-spacing: 1.7px;
      text-align: left;
      padding: 0;
      margin: 0.5rem 0;

      strong {
        font-weight: 700;
      }
    }
  }
}

.clusterBlog {
  h3 {
    color: var(--brand-color01);
    text-align: left;
    font: 300 2.6rem / normal var(--font-primary);
    letter-spacing: 5.2px;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    position: relative;

    &:before {
      content: "/ ";
    }
  }

  > p {
    padding-top: 0;
  }

  .clusterBlog__container {
    margin-top: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.44rem;

    .post-card {
      max-width: 34rem;

      .post-card__image-container {
        width: 100%;
        height: 27rem;
        position: relative;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: var(--radius-0-5);
        }

        .post-card__categories {
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 8rem;
          border-radius: 0 0 5px 5px;
          background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.7) 100%
          );

          .post-card__category {
            position: absolute;
            bottom: 0.2rem;
            left: 0.9rem;
            color: var(--color-vibe-light);
            font: 500 0.9rem / normal var(--secondary-font);
            line-height: 2.2rem;
            letter-spacing: 0.27px;
            text-transform: uppercase;
          }
        }

        .post-card__link {
          position: absolute;
          top: 1rem;
          right: 1rem;
          display: inline-flex;
          transition: transform 0.25s ease;

          &:hover {
            transform: scale(1.15);
          }
        }
      }

      .post-card__title {
        color: var(--brand-color01);
        font: 700 1.8rem / normal var(--vibe-font02), sans-serif;
        text-align: left;
        letter-spacing: 1.26px;
        text-transform: uppercase;
        margin: 1.2rem 0 0 0;
      }

      .post-card__excerpt {
        color: var(--color-vibe-dark);
        font: 300 1.6rem / normal var(--vibe-font02), sans-serif;
        line-height: var(--vibe-text-04);
        letter-spacing: 0.48px;
        padding-top: 0.6rem;
      }

      .post-card__meta {
        display: flex;
        align-items: center;
        margin-top: 0.7rem;

        .post-card__author {
          display: flex;
          align-items: center;

          img {
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            margin-right: 0.5rem;
          }

          span {
            color: var(--vibe-color-primary);
            font: 300 1rem / normal var(--font-primary);
          }
        }

        > time {
          color: var(--color-vibe-dark);
          font: 500 0.9rem / normal var(--vibe-font02), sans-serif;
          letter-spacing: 0.27px;
          text-transform: uppercase;
          margin-top: 0.2rem;
        }

        > span {
          margin: 0 0.5rem;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  #dp-slider {
    transform: scaleX(0.7);
  }
}

@media (max-width: 500px) {
  #dp-slider {
    transform: scaleX(0.5);
  }
  #breadcrumbs {
    font-size: 12px !important;
  }
  .frontpage__highlights {
    overflow: hidden;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px !important;
  }
}

/* Secciones comunes */
.content-related-blog,
.content-section-four,
.section_five_content,
.section_six_content {
  h2{
    color: var(--brand-color01);
    font: 300 var(--vibe-text-06) / normal var(--vibe-font01), sans-serif;
    letter-spacing: 0.22em;
    text-align: left;
    padding: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }

  p {
    font: 300 var(--vibe-text-01) / normal var(--vibe-font02), sans-serif;
    color: var(--vibe-color-dark01);
    display: block;
    line-height: var(--vibe-text-04) !important;
    /* margin-bottom: 1em; */
    letter-spacing: 0.48px;
  }
  .related_posts {
    margin-top: 2em;
  }
}

.content-related-tours{
  padding: 5em 0;
}

.content-section-columns{
  h3{
    font-size: var(--vibe-text-01);
    color: var(--vibe-color-background);
    font-weight: 300;
  }

  p{
    font-size: var(--vibe-text-base);
    color: var(--vibe-color-background);
    font-weight: 300;
  }
}

.content-section-four {
  h2 {
    font-weight: 700;
    display: inline-block;
    margin: 0.5em 0 0 0;
    font-family: var(--vibe-font02);
    margin: 0 !important;
    font-size: var(--vibe-text-10);
  }

  p{
    margin-bottom: 0 !important;
    font-size: 15px;
    color: var(--brand-color01);
    font-weight: 400;
  }

  p > span:last-child{
    font-size: var(--vibe-text-10)
  }

  span {
    color: var(--brand-color01);
    font: 300 2.5rem / normal var(--vibe-font02), sans-serif;
    letter-spacing: 1.7px;
    text-align: left;
    padding: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }
}

.section_five_content,
.section_six_content {
  display: inline-block;
  margin: 0.5em 0;

  p {
    font: 300 var(--vibe-text-01) / normal var(--vibe-font02), sans-serif;
  }
}

/* Tours */
.tours-seccion {
  p {
    line-height: 40px;
    margin: 0;
    padding: 0;
    display: block;

    &:first-child {
      font: 400 1.4rem / normal var(--vibe-font02), sans-serif;
      position: relative;

      &::after {
        content: "";
        width: 30px;
        height: 1px;
        background: var(--brand-color01);
        position: absolute;
        left: 70%;
        top: 10px;
      }
    }

    &:nth-child(2) {
      font: 700 3.5rem / normal var(--vibe-font02), sans-serif;
      color: var(--brand-color01);
    }

    &:last-child {
      font: 300 3.5rem / normal var(--vibe-font02), sans-serif;
      color: var(--brand-color01);
    }
  }
}

/* Gallery Seccion Tours */
.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;

  .div1 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .div2 {
    grid-area: 1 / 3 / 2 / 4;
  }
  .div3 {
    grid-area: 2 / 2 / 3 / 4;
  }
  .div4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);

    .div1 {
      grid-area: 1 / 1 / 2 / 2;
    }
    .div2 {
      grid-area: 2 / 1 / 3 / 2;
    }
    .div3 {
      grid-area: 3 / 1 / 4 / 2;
    }
    .div4 {
      grid-area: 4 / 1 / 5 / 2;
    }
  }
}

/* Cards three */
.tours-seccion-cards {
  text-align: center;

  p {
    line-height: 40px;
    margin: 0;
    padding: 0;
    display: block;

    &:first-child {
      position: relative;
      text-align: center;
      display: inline-block;
      color: var(--brand-color01);
      font: 400 1.6rem / normal var(--vibe-font02), sans-serif;

      &::before,
      &::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 30px;
        height: 1px;
        background: var(--brand-color01);
        transform: translateY(-50%);
      }

      &::before {
        left: -40px;
      }

      &::after {
        right: -40px;
      }
    }

    &:nth-child(2) {
      font: 700 3.5rem / normal var(--vibe-font02), sans-serif;
      color: var(--brand-color01);
    }

    &:last-child {
      font: 400 3.5rem / normal var(--vibe-font02), sans-serif;
      color: var(--brand-color01);
    }
  }
}

/* Categori Experiences Tours */
.content-experiences,
.categories-seccion {
  p {
    line-height: 40px;
    margin: 0;
    padding: 0;
    display: block;

    &:first-child {
      font: 400 1.4rem / normal var(--vibe-font02), sans-serif;
      position: relative;

      &::after {
        content: "";
        width: 30px;
        height: 1px;
        background: var(--brand-color01);
        position: absolute;
        top: 9px;
      }
    }

    &:nth-child(2) {
      font: 700 3.5rem / normal var(--vibe-font02), sans-serif;
      color: var(--brand-color01);
    }

    &:last-child {
      font: 300 3.5rem / normal var(--vibe-font02), sans-serif;
      color: var(--brand-color01);
    }
  }
}

.content-experiences p:first-child::after {
  left: 26%;
}

.categories-seccion p:first-child::after {
  left: 50%;
}

/* Gallery Tours */
.parent-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;

  .gallery1 {
    grid-area: 1 / 5 / 2 / 7;
  }
  .gallery2 {
    grid-area: 2 / 6 / 3 / 7;
  }
  .gallery3 {
    grid-area: 2 / 5 / 3 / 6;
  }
  .gallery4 {
    grid-area: 1 / 1 / 3 / 5;
  }
}

.wp-block-image img {
  width: 100% !important;
  height: auto !important;
}

/* Accordions */
.wp-block-advgb-accordions {
  .wp-block-list li {
    margin-bottom: 1rem;
  }
}

.advgb-accordion-header > .advgb-accordion-header-title {
  display: flex;
  gap: 10px;
}

.advgb-accordion-header > .advgb-accordion-header-title img {
  margin: 0;
}

.advgb-accordion-body .advgb-accordion-header-title {
  display: block;
}

.ui-accordion-header.ui-state-default {
  padding: 15px 40px 15px 10px !important;
}

.advgb-accordion-body {
  margin-top: 1.15rem;
  font-family: var(--vibe-font02), sans-serif;

  .advgb-accordion-header {
    border: 1px solid #dbdbdb !important;
    border-color: #dbdbdb !important;

    &.ui-state-active {
      border: none !important;
    }

    &,
    &.ui-accordion-header.ui-state-default {
      padding: 15px 40px 15px 10px !important;
    }

    .advgb-accordion-header-icon {
      margin-top: 0.5em;
    }

    .advgb-accordion-header-title {
      font: 300 1.5rem / 2.3rem var(--vibe-font02), sans-serif;

      strong {
        font-size: inherit;
      }
    }

    &[aria-expanded="false"]
      .advgb-accordion-header-icon.accordion-state
      svg.advgb-icon-closed,
    &[aria-expanded="true"]
      .advgb-accordion-header-icon.accordion-state
      svg.advgb-icon-opened,
    #editor
      &
      .advgb-accordion-header-icon.accordion-state
      svg.advgb-icon-opened {
      border: 2px solid;
      border-radius: 50%;
    }

    > h4 {
      display: flex;
      gap: 1.5rem;
      user-select: none;
    }
  }

  .wp-block-advgb-accordion-item {
    > .advgb-accordion-header {
      padding: 5px 40px 5px 10px !important;

      h3 strong {
        text-transform: capitalize !important;
      }
    }

    .advgb-accordion-header-title strong {
      font-size: 3.5rem;
    }

    svg {
      border-radius: 6px !important;
      width: 40px;
      height: 40px;
      color: var(--brand-color01);
      fill: var(--brand-color01);
    }

    .advgb-icon-opened {
      color: var(--brand-color01);
      fill: var(--brand-color01);
    }

    .advgb-icon-closed {
      color: #dbdbdb;
      fill: #dbdbdb;
    }
  }

  .wp-block-list {
    padding: 1em;
    list-style-type: disc;
    color: #000000 !important;
    margin-left: 0;
    li,
    p {
      font: 300 1.5rem / 2.3rem var(--vibe-font02), sans-serif;
      color: var(--vibe-color-dark01);
    }

    ul li {
      font-family: var(--vibe-font02), sans-serif;
      color: var(--vibe-color-dark01);
    }
  }
}

.wp-block-list li::marker {
  color: #000000 !important;
}

.wp-block-column {
  p,
  li {
    font: 300 1.5rem / 2.3rem var(--vibe-font02), sans-serif;
    color: var(--vibe-color-dark01);

    & + p {
      margin-top: 1.5rem;
    }
  }
}

.f-button {
  background: var(--brand-color01) !important;
  color: var(--color-yellow-dark) !important;
}

.f-counter {
  color: var(--color-yellow-dark);

  span {
    color: var(--color-yellow-dark);
  }
}

/* BLOGS */
.post-page-blog p {
  margin-bottom: 1.5rem;
  display: inline-block;
  font: 300 1.5rem / 2.3rem var(--vibe-font02), sans-serif;
  color: var(--vibe-color-dark01);
}

.content-page-font-page p {
  font-size: var(--vibe-text-01);
  color: var(--vibe-color-dark01);
  font-family: var(--vibe-font02);
  letter-spacing: 0.75px;
  text-wrap: balance;
}

/* Paginado */
.paginado-current {
  a,
  span {
    padding: 1em 1.5em;
    display: inline-block;
  }
}

.content-section-columns p{
  line-height: var(--vibe-text-04);
}

/* Secciones generales */
section {
  p,
  ul li,
  ol li {
    font: 300 1.5rem / 2.3rem var(--vibe-font02), sans-serif;
    color: rgb(55 65 81 / 1);
  }
}

.content-slider-single .swiper-pagination {
  position: relative !important;
  text-align: start !important;
}

.autor-text{
  span{
    font-size: var(--vibe-text-07);
    color: var(--vibe-color-background);
  }
}

.description-footer{
  p{
    font-size: var(--vibe-text-01);
    color: var(--vibe-color-background);
    letter-spacing: 0.48px;
  }
}

.redirect-post{
  span{
    letter-spacing: 0.48px;
    font-size: 9px;
    color: var(--vibe-color-background);
  }
}



.header-card-post{
  border-radius: 6px;
}

.footer-card-blog{
  span{
    font-size: var(--vibe-text-thin);
  }

  span:last-child{
    font-size: 9px;
  }
}