/*!
Theme Name: pathcriativo
Theme URI: http://underscores.me/
Author: Elo Criativo
Author URI: https://elocriativo.com.br
Version: 1.0.0
Text Domain: pathcriativo
*/

/* - - - - - - - - - - - - - - - 

Contents

- Global
- Fonts
- Widths
- Buttons
- Header
- Sidebar
- Sidebar Search Button
- Footer
- Button Whatsapp
- Lines
- Banner
- Cards
- Accordion
- Swiper
- Button Video
- Blog
- Single
- Ebooks
- Landing

- - - - - - - - - - - - - - -  */

/* - - - - - - - - - - - - - - - 

Global

- - - - - - - - - - - - - - -  */

.bg-light {
  background-color: #ebf1f5 !important;
}

.bg-primary {
  background-color: #6462e1 !important;
}

.fw-semibold {
  font-weight: 400 !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.1) !important;
}

.text-primary {
  color: #6462e1 !important;
}

iframe {
  border-radius: 15px;
}

.wp-block-video video {
  border-radius: 15px;
}

#cn-accept-cookie {
  color: white !important;
}

/* - - - - - - - - - - - - - - - 

Fonts

- - - - - - - - - - - - - - -  */

.entry-content,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Prompt", sans-serif;
  color: black;
}

h1,
.h1 {
  font-size: 5rem;
  font-weight: 200;
}

h2,
.h2 {
  font-size: 5rem;
  font-weight: 200;
}

h3,
.h3 {
  font-size: 3rem;
  font-weight: 200;
}

h4,
.h4 {
  font-size: 2rem;
  font-weight: 200;
}

h5,
.h5 {
  font-size: 1.5rem;
  font-weight: 400;
}

h6,
.h6 {
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 3rem;
    font-weight: 200;
  }

  h2,
  .h2 {
    font-size: 3rem;
    font-weight: 200;
  }

  h3,
  .h3 {
    font-size: 2rem;
    font-weight: 200;
  }
}

p,
ul,
ol {
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #585b65;
}

blockquote p {
  font-weight: 300;
}

/* - - - - - - - - - - - - - - - 

Widths

- - - - - - - - - - - - - - -  */

@media (min-width: 768px) {
  .w-md-35 {
    max-width: 35%;
  }

  .w-md-50 {
    max-width: 50%;
  }

  .w-md-65 {
    max-width: 65%;
  }

  .w-md-75 {
    max-width: 75%;
  }

  .radius-bl img,
  .radius-bl figure {
    border-radius: 0 0 0 20% !important;
  }

  .radius-br img,
  .radius-br figure {
    border-radius: 0 0 20% 0 !important;
  }

  .radius-tr img,
  .radius-tr figure {
    border-radius: 0 20% 0 0 !important;
  }

  .radius-tl img,
  .radius-tl figure {
    border-radius: 20% 0 0 0 !important;
  }

  .radius-r img,
  .radius-r figure {
    border-radius: 0 20% 20% 0 !important;
  }

  .radius-l img,
  .radius-l figure {
    border-radius: 20% 0 0 20% !important;
  }
}

/* - - - - - - - - - - - - - - - 

Buttons

- - - - - - - - - - - - - - -  */

.btn-success {
  background: #2bca8f !important;
  border: none;
}

.btn-primary {
  background-color: #6462e1 !important;
  color: white !important;
  border: 1px solid #6462e1;
}

.btn-primary:hover {
  background-color: #4f4db7 !important;
  color: white !important;
  border: 1px solid #4f4db7;
}

.btn-primary-pill {
  border: 2px solid #6462e1;
  border-radius: 7px;
  padding: 0.5rem 1.3rem;
  color: #6462e1;
  transition: 0.1s all ease-in-out;
  cursor: pointer;
}

.btn-primary-pill:hover {
  border: 2px solid #6462e1;
  background-color: #6462e1;
  color: white;
}

.li-btn {
  border: 2px solid #6462e1;
  border-radius: 50px;
  padding: 0.7rem 1.3rem;
  margin-left: 1rem;
  border-bottom: 2px solid #6462e1 !important;
}

@media (max-width: 768px) {
  .site-header .li-btn {
    margin-left: 0rem !important;
    /* margin-top: 1rem; */
  }
}

.li-btn a {
  color: #6462e1 !important;
}

.li-btn:hover {
  border: 2px solid #6462e1;
  border-radius: 50px;
  background-color: #6462e1;
}

.li-btn:hover a {
  color: white !important;
}

.li-primary a {
  color: #6462e1 !important;
}

.btn-outline-white {
  border: 2px solid white;
  color: white;
  border-radius: 10px;
  font-size: 1.1rem;
}

.btn-outline-white:hover {
  border: 2px solid white;
  color: #6462e1;
  background-color: white;
}


.btn-outline-primary {
  border: 2px solid #6462e1;
  color: #6462e1;
  border-radius: 10px;
  transition: all easease-in-out .3s;
}

.btn-outline-primary:hover {
  border: 2px solid #4f4db7;
  color: white;
  background-color: #4f4db7;
}



/* - - - - - - - - - - - - - - - 

Header

- - - - - - - - - - - - - - -  */

@media (max-width: 768px) {
  .navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
  }

  .sub-menu {
    display: none;
    margin-top: 10px;
    padding-left: 0;
  }

  .menu-item-has-children:hover > ul {
    display: block;
  }

  .li-btn {
    border: 2px solid #6462e1;
    border-radius: 50px;
    padding: 0.7rem 1.3rem;
    margin-left: 1rem;
    border-bottom: 2px solid #6462e1 !important;
  }
}

@media (min-width: 768px) {
  .nav-link {
    margin: 0rem 1rem;
  }

  .navbar-nav .current-menu-item {
    border-bottom: 3px solid #00edd7;
  }

  .menu-item-has-children::after {
    content: url(assets/img/dropdown-plus.svg);
    display: inline-block;
    width: 15px;
    padding-left: 0.3rem;
  }

  .menu-item-has-children:hover::after {
    content: url(assets/img/dropdown-minus.svg);
    display: inline-block;
    width: 15px;
    padding-left: 0.3rem;
  }

  .sub-menu > .nav-link > a {
    color: black;
    display: block;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .sub-menu > .nav-link > a:hover {
    color: #00edd7;
  }

  .sub-menu {
    display: none;
    position: absolute;
    top: 60px;
    padding: 0.95rem 0.75rem;
    margin-left: -0.75rem;
    margin-top: -0.5rem;
    background: white;
    border-radius: 7px;
    min-width: 150px;
    box-shadow: 0 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
    transition: all 0.3345s;
    z-index: 1;
  }

  .menu-item-has-children:hover > ul {
    display: block;
  }

  .sub-menu .current-menu-item {
    border-bottom: none !important;
    font-weight: 500;
  }
}

.navbar-nav ul {
  list-style: none;
}

.navbar li a {
  text-decoration: none;
  font-family: "Prompt", sans-serif;
  color: black;
  font-size: 1.1rem;
}

.navbar-toggler {
  position: absolute;
  right: 3%;
}

/* - - - - - - - - - - - - - - - 

Sidebar

- - - - - - - - - - - - - - -  */

.widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.widget ul li {
  padding-bottom: 1rem;
}

.widget ul a {
  font-size: 0.9rem;
  text-decoration: none;
  color: rgba(33, 37, 41, 0.75);
}

.widget ul a:hover {
  color: #00edd7;
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100px;
  width: auto;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.widget h2 {
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1.5rem !important;
  margin-top: 2rem !important;
}

.search-no-results .sidebar-search {
  display: none;
}

/* - - - - - - - - - - - - - - - 

Sidebar Seach Button

- - - - - - - - - - - - - - -  */

.wp-block-search__button-inside {
  padding: 0.5rem 0.5rem;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: none;
  padding: 0px;
}

.wp-block-search__input {
  border: none !important;
}

.wp-block-search__button {
  background: none;
  border: none;
  padding: 1px;
}

/* - - - - - - - - - - - - - - - 

Footer

- - - - - - - - - - - - - - -  */

.site-footer {
  font-family: "Prompt", sans-serif;
}

.site-footer .tel {
  font-size: 1.7rem;
  font-weight: 200;
}

.site-footer h2 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-top: 0.5rem;
}

.site-footer .widget ul a {
  font-size: 0.9rem;
  line-height: 1.9rem;
}

.site-footer .widget ul a:hover {
  color: black;
}

.site-footer .widget_nav_menu {
  max-width: 240px;
}

.site-footer .site-meta p {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
}

/* - - - - - - - - - - - - - - - 

Button Whatsapp

- - - - - - - - - - - - - - -  */

.btn-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100001;
}
@media (max-width: 768px) {
  .btn-whatsapp {
    bottom: 16px;
    left: 12px;
    z-index: 2000 !important;
  }
}

.btn-whatsapp .btn-icon {
  font-size: 3rem;
}

.btn-whatsapp.dropup .dropdown-toggle::after {
  display: none;
}

.btn-whatsapp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 65px;
  color: white;
  background: #2bca8f;
  border-color: #2bca8f;
  padding: 0.65rem;
  border-radius: 5rem;
  border: none;
}

.btn-whatsapp-icon img {
  width: 33px;
  height: 33px;
}

.btn-whatsapp .dropdown-menu {
  min-width: 365px !important;
}

/* - - - - - - - - - - - - - - - 

Lines

- - - - - - - - - - - - - - -  */

.line-blog {
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(100, 98, 225, 1) 0%,
    rgba(41, 180, 219, 1) 100%
  );
  margin-bottom: 1.2rem;
  max-width: 5rem;
  border-radius: 10px;
}

.line {
  position: relative;
}

.line:after {
  display: block;
  position: absolute;
  /* bottom: 11%; */
  bottom: 16%;
  left: 0;
  content: "";
  height: 0.3em;
  width: 100%;
  background: #00edd7;
  mix-blend-mode: multiply;
  border-radius: 100px;
}

.line.line-purple:after {
  background: #6462e1;
}

.line.line-red:after {
  background: #f75e8d;
}

.line.line-neutro:after {
  background: #b6dfec;
}

.line.line-yellow:after {
  background: #fdeb70;
}

.line.line-pink:after {
  background: #fa7de4;
}

.line.line-blue:after {
  background: #5383fd;
}

/* - - - - - - - - - - - - - - - 

Banner

- - - - - - - - - - - - - - -  */

@media (min-width: 768px) {
  .banner-path-bl:after {
    position: absolute;
    bottom: 7%;
    right: 28%;
    z-index: -1;
    content: url(assets/img/path.svg);
    height: 54%;
    width: 54%;
    transform: rotate(46deg);
  }
  .col-path {
    position: relative;
  }
  .col-path:after {
    position: absolute;
    bottom: 0%;
    right: 70%;
    z-index: -1;
    content: url(assets/img/path.svg);
    height: 54%;
    width: 54%;
    transform: rotate(260deg);
  }
}

.banner img {
  border-radius: 0 9% 33% 0 !important;
}

.banner-right img {
  border-radius: 9% 0 0 33% !important;
}

/* .banner:after {
    position: absolute;
    bottom: -14%;
    right: 20%;
    z-index: -1;
    content: url(assets/img/path.svg);
    height: 54%;
    width: 54%;
    transform: rotate(-89deg);
} */

@media (min-width: 768px) {
  .banner-landing {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 110vh;
    background-attachment: fixed;
    margin-top: -10%;
  }

  .banner-text {
    position: absolute;
    top: 40%;
    max-width: 1320px;
    margin-left: 7%;
  }
}

/* - - - - - - - - - - - - - - - 

Cards

- - - - - - - - - - - - - - -  */

.btn-arrow,
.btn-arrow-short {
  background-color: #6462e1;
  padding: 1rem 1.2rem;
  border-radius: 100px;
}

.btn-arrow:hover,
.btn-arrow-short:hover {
  background-color: #6462e1;
}

.card-body .btn-arrow {
  margin-bottom: -50px;
  margin-left: 0;
  transition: 0.5s ease-in-out;
}

.card-body:hover .btn-arrow {
  margin-left: 3rem;
}

.card-body .btn-arrow-short {
  transition: 0.5s ease-in-out;
  position: absolute;
  right: 0;
  margin-right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .card-body .btn-arrow-short {
    margin-right: 1rem;
    top: 100%;
  }
}

.card-body:hover .btn-arrow-short {
  margin-right: -1.5rem;
}

.card-body h3 {
  font-weight: 500;
}

/* - - - - - - - - - - - - - - - 

Accordion

- - - - - - - - - - - - - - -  */

.accordion-button:focus {
  box-shadow: none !important;
  border-radius: 0.375rem 0.375rem 0rem 0rem !important;
  background-color: #dee2e6 !important;
}

.accordion-collapse {
  border-radius: 0rem 0rem 0.475rem 0.475rem !important;
}

/* - - - - - - - - - - - - - - - 

Swiper

- - - - - - - - - - - - - - -  */

.swiper-slide img {
  max-width: 150px;
  height: 100%;
}

.swiperCarrossel .swiper-wrapper {
  transition-timing-function: linear;
}

/* - - - - - - - - - - - - - - - 

Button Video 

- - - - - - - - - - - - - - -  */

.btn-vid {
  padding: 1.3rem 1.5rem;
  border-radius: 50px;
  width: fit-content;
  width: -moz-fit-content;
  box-shadow: 0 0.125rem 0.35rem rgba(0, 0, 0, 0.1);
}

/* - - - - - - - - - - - - - - - 

Blog

- - - - - - - - - - - - - - -  */

.nav-links {
  display: flex;
  flex-direction: row;
  text-align: center;
  margin: 0 auto;
}

.posts-navigation .nav-previous {
  text-align: end;
  flex: 1 0 50%;
  order: 2;
}

.posts-navigation .nav-next {
  text-align: start;
  flex: 1 0 50%;
  order: 1;
}

.posts-navigation a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  background-color: rgba(100, 98, 225, 0.1);
  padding: 5px 10px;
  border-radius: 5px;
}

/* - - - - - - - - - - - - - - - 

Single

- - - - - - - - - - - - - - -  */

.single-post .post-navigation {
  display: none !important;
}

.single-image img {
  max-height: 90vh;
  width: 100%;
  object-fit: cover;
}

.card-chamada {
  background-color: #ebf1f5 !important;
  padding: 2rem 1rem;
  border-radius: 20px;
  margin-top: 20px;
}

.post-navigation .nav-previous {
  text-align: start;
  flex: 1 0 50%;
}

.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* - - - - - - - - - - - - - - - 

Ebooks

- - - - - - - - - - - - - - -  */

.ebook-image img {
  max-width: 100%;
  height: auto;
}

.card-line {
  border-top: 3.5px solid #6462e1;
}

/* - - - - - - - - - - - - - - - 

Landing

- - - - - - - - - - - - - - -  */

.sticky-menu {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: white;
  padding: 0.5rem 0;
  box-shadow: 1px 20px 14px 0px rgba(0, 0, 0, 0.03);
}

/* - - - - - - - - - - - - - - - 

Campanha

- - - - - - - - - - - - - - -  */

.logo-new {
  height: 50px;
  width: 100%;
}

@media (max-width: 768px) {
  .logo-new {
    height: 45px;
    width: 100%;
  }
}

/* Divisor accent, coloquei no CSS adicional
.accent-divider {
    display: block !important;
    content: ""; 
    width: 48px !important;
    height: 3px !important;
    min-height: 3px;
    margin: 20px auto !important; /* Margem superior e inferior de 20px */
/* background: linear-gradient(90deg, #2ecfbf, #6462e1) !important;
    border-radius: 5px;
    overflow: hidden; */
/* }  */

/* - - - - - - - - - - - - - - - 
Content Single Ebooks
- - - - - - - - - - - - - - -  */
.ebook-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(91, 79, 207, 0.08);
  border: 1.5px solid #c4c0ff;
  color: #6462e1;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 25px;
  width: fit-content;
  text-transform: uppercase;
}

.ebook-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6462e1;
  border-radius: 50%;
}

/* sublinhado gradiente */
.line2 {
  background-image: linear-gradient(90deg, #6462e1, #00ffd5);
  background-repeat: no-repeat;
  background-size: 100% 8px;
  background-position: 0 85%;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* Estilos de Texto dentro do Conteúdo (Editor WP) */
.highlight-text,
blockquote {
  border-left: 4px solid;
  border-image: linear-gradient(180deg, #6462e1, #00ffd5) 1;
  padding-left: 16px;
  font-style: italic;
  color: #444;
  margin: 0 0 24px;
}

/* Utilitário para esconder navegação padrão */
.post-navigation,
.nav-links,
.navigation.pagination {
  display: none !important;
}

/* - - - - - - - - - - - - - - - 
 Novos Badge Roxo e verde
- - - - - - - - - - - - - - -  */
.badge-purple {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(91, 79, 207, 0.08);
  border: 1.5px solid #c4c0ff;
  color: #6462e1;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 25px;
  width: fit-content;
  line-height: 1;
  letter-spacing: 1px;
}

.badge-purple::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #6462e1;
  border-radius: 50%;
  flex-shrink: 0;
}

.badge-green {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 255, 213, 0.08);
  border: 1.5px solid rgba(0, 255, 213, 0.4);
  color: #00ffd5;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 25px;
  width: fit-content;
  line-height: 1;
  letter-spacing: 1px;
}

.badge-green::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #00ffd5;
  border-radius: 50%;
  flex-shrink: 0;
}

.palestras-slider-wrapper .slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.palestras-slider-wrapper .section-title {
  margin: 0;
  color: var(--section-title-color);
}

.palestras-slider-wrapper .nav-wrapper {
  display: flex;
  gap: 10px;
}

/* Botões de navegação */
.palestras-slider-wrapper .nav-btn {
  width: 45px;
  height: 45px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.palestras-slider-wrapper .nav-btn:hover:not(.swiper-button-disabled) {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}

.palestras-slider-wrapper .nav-btn.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.palestras-slider-wrapper .nav-btn svg {
  width: 20px;
  height: 20px;
}

/* Slider overflow */
.palestras-slider-wrapper .slider-overflow {
  overflow: hidden;
  padding: 24px 0 0;
  margin-top: -24px;
}

.palestras-slider-wrapper .swiper-container-main {
  overflow: visible;
}

.palestras-slider-wrapper .swiper-wrapper {
  align-items: stretch;
}

/* Força o slide a ter a altura do maior elemento e ativa o flex */
.palestras-slider-wrapper .swiper-slide {
  height: auto; 
  display: flex; 
}

/* Card */
.palestras-slider-wrapper .card-palestra {
  width: 100%; /* Garante que preencha todo o slide */
  height: 100%;
  min-width: 280px;
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--border-color) 20%, transparent);
  padding: 32px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-radius: 6px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.palestras-slider-wrapper .card-palestra:hover {
  transform: translateY(-4px);
  border-color: var(--border-color);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}

/* Ícone */
.palestras-slider-wrapper .icon-palestra {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  width: 60px;
  height: 60px;
}

.palestras-slider-wrapper .material-symbols-outlined {
  font-size: 40px;
  color: var(--icon-color);
  transition: transform 0.3s ease;
}

/* Conteúdo textual */
.palestras-slider-wrapper .tag-palestra {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  color: var(--tag-color);
}

.palestras-slider-wrapper .titulo-palestra {
  font-weight: 400;
  color: var(--primary-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.palestras-slider-wrapper .subtitulo-palestra {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Rodapé do card */
.palestras-slider-wrapper .footer-palestra {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #d0d0d0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--footer-color);
}

/* Paginação */
.palestras-slider-wrapper .pagination-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.palestras-slider-wrapper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  opacity: 0.2;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.palestras-slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
  border-radius: 4px;
}

/* Responsivo */
@media (max-width: 767px) {
  .palestras-slider-wrapper .slider-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .palestras-slider-wrapper .slider-header > div:first-child {
    text-align: center;
  }

  .palestras-slider-wrapper .card-palestra {
    padding: 24px;
  }

  .palestras-slider-wrapper .nav-wrapper {
    align-self: flex-end;
  }
}

/* Padding 100 */
.p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* - - - - - - - - - - - - - - - 
  Autor e Mídia
- - - - - - - - - - - - - - -  */

.bloco-autor-midia {
  display: flex;
  flex-direction: var(--am-layout, row);
  align-items: center;
  gap: 40px;
  padding: 60px 0;
}

.bloco-am-texto {
  flex: 1;
}

.bloco-am-midia {
  flex: 1;
  position: relative;
}

/* Textos */
.bloco-am-titulo {
  color: var(--am-cor-titulo, #000);
  font-size: 32px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.3;
}

/* Card do Autor */
.bloco-am-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--am-bg-badge, #f0f0f0);
  border: 1px solid var(--am-border-badge, #ccc);
  color: var(--am-text-badge, #333);
  border-radius: 40px;
  padding: 8px 20px 8px 8px;
}

.bloco-am-foto {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  display: block;
}

.bloco-am-nome {
  color: var(--am-cor-nome, #000);
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.bloco-am-desc {
  color: var(--am-cor-desc, #666);
  font-size: 13px;
  margin: 2px 0 0;
  line-height: 1.3;
}

/* Mídia */
.bloco-am-img {
  width: 100%;
  height: auto;
  border-radius: 2px;
  display: block;
}

.bloco-am-video {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  border-radius: 12px;
  overflow: hidden;
}

.bloco-am-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsivo */
@media (max-width: 768px) {
  .bloco-autor-midia {
    flex-direction: column !important;
    text-align: center;
  }

  .bloco-am-card {
    margin-left: auto;
    margin-right: auto;
  }
}

   
/* - - - - - - - - - - - - - - - 
  FAQ Accordion
- - - - - - - - - - - - - - -  */

.bloco-faq {
    width: 100%;
    font-family: inherit;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
}

.faq-item:first-child {
    border-top: 1px solid #e5e5e5;
}

.faq-pergunta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    background: transparent;
    border: none;
    font-weight: 400;
    text-align: left;
    cursor: pointer;
    transition: color .3s ease;
    color: var(--faq-cor-titulo, #000);
}

.faq-icone {
    position: relative;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.faq-icone::before,
.faq-icone::after {
    content: '';
    position: absolute;
    background-color: var(--faq-cor-titulo, #000);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .3s ease, opacity .3s ease;
}

.faq-icone::before {
    width: 16px;
    height: 1.5px;
}

.faq-icone::after {
    width: 1.5px;
    height: 16px;
}

.faq-resposta {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.faq-resposta-inner {
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--faq-cor-subtitulo, #555);
}

.faq-item.ativo .faq-icone::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

@media (max-width: 768px) {

    .faq-pergunta {
        font-size: 16px;
        padding: 20px 0;
    }

    .faq-resposta-inner {
        font-size: 15px;
    }

}

/* 
Lista de Temas 
*/

.list-themes {
	list-style: none;
	padding: 0;
	margin: 0;

	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 60px;
}

.list-themes li {
	position: relative;
	padding: 17px 0 17px 28px;
	margin: 0;
	border-bottom: 1px solid #d9d9d9;

	font-size: .875em;
	color: #000;
}

/* Quadradinho */
.list-themes li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 21px;
	width: 12px;
	height: 12px;
	background: #6462e1;
	border-radius: 2px;
}

/* Mobile */
@media (max-width: 991px) {
	.list-themes {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.list-themes li {
		font-size: 1rem;
		padding: 18px 0 18px 24px;
	}

	.list-themes li::before {
		top: 25px;
		width: 10px;
		height: 10px;
	}
}

.btn-whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.btn-whatsapp {
    background-color: #25d366; 
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-whatsapp:hover {
    transform: scale(1.1);
    background-color: #20bd5a;
}

.btn-whatsapp::after {
    display: none !important;
}
.form-whatsapp-caixa .btn-form p {
    margin-bottom: 0 !important;
    height: auto !important;
    line-height: 1 !important;
}

.form-whatsapp-caixa {
    width: 320px;
    max-width: 90vw; 
    border-radius: 10px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    border: none;
    margin-bottom: 15px !important; 
}

.form-whatsapp-caixa input {
    box-sizing: border-box !important;
    max-width: 100% !important;
}

/* ===== ANNOUNCEMENT BAR ===== */
#top-announcement {
    z-index: 1100;
    position: relative;
    font-size: 13px;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.ann-flex {
    width: 100%;
    flex-wrap: wrap;
}

.ann-flex.justify-content-between .ann-item:first-child { padding-left: 0; }
.ann-flex.justify-content-between .ann-item:last-child  { padding-right: 0; }

.ann-item { padding: 0 15px; }
.ann-item strong { font-weight: 700; color: inherit; }
.ann-item a { color: inherit; text-decoration: underline; }

@media (max-width: 991px) {
    .ann-flex {
        justify-content: center !important;
        flex-direction: column;
        gap: 5px;
        text-align: center;
        padding: 8px 0;
    }
    .ann-item { padding: 0; }
}

/* ===== NAV LINKS ===== */
#masthead .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
}

.dropdown-toggle::after,
.menu-item-has-children::after {
    display: none !important;
}

/* ===== DROPDOWN TOGGLE ICON ===== */
:root {
    --dropdown-plus-url:  url('/wp-content/themes/pathcriativo/assets/img/dropdown-plus.svg');
    --dropdown-minus-url: url('/wp-content/themes/pathcriativo/assets/img/dropdown-minus.svg');
}

.nav-link.dropdown-toggle-custom {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
}

/* Ícone padrão: + */
.nav-link.dropdown-toggle-custom::after {
    content: var(--dropdown-plus-url);
    display: inline-block;
    width: 15px;
    padding-left: .3rem;
    transition: transform 0.3s ease;
}

/* Desktop: hover troca para − */
@media (min-width: 992px) {
    .standard-dropdown:hover .nav-link.dropdown-toggle-custom::after,
    .has-mega-menu:hover   .nav-link.dropdown-toggle-custom::after {
        content: var(--dropdown-minus-url);
    }
}

/* Mobile: Bootstrap altera aria-expanded nativamente, troca para − */
@media (max-width: 991px) {
    .nav-link.dropdown-toggle-custom[aria-expanded="true"]::after {
        content: var(--dropdown-minus-url);
    }
}

/* ===== DROPDOWNS — base ===== */
.mega-menu-container,
.custom-dropdown-box {
    background-color: white !important;
    border: none !important;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1) !important;
    z-index: 999;
}

/* ===== DESKTOP ===== */
@media (min-width: 992px) {
    .mega-menu-container,
    .custom-dropdown-box {
        position: absolute;
        display: block !important; /* Força sobrescrever o display:none do collapse no Desktop */
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        pointer-events: none;
    }

    .mega-menu-container {
        width: 99vw;
        left: 50%;
        transform: translateX(-50%) translateY(10px);
        top: 100%;
    }

    .custom-dropdown-box {
        min-width: 220px;
        border-radius: 8px;
        padding: 12px 0 !important;
        transform: translateY(10px);
    }

    /* Ponte invisível para não perder o hover ao mover o mouse */
    .mega-menu-container::before,
    .custom-dropdown-box::before {
        content: "";
        position: absolute;
        top: -15px;
        left: 0;
        width: 100%;
        height: 20px;
        display: block;
    }

    .has-mega-menu:hover .mega-menu-container {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

    .standard-dropdown:hover .custom-dropdown-box {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
    .mega-menu-container,
    .custom-dropdown-box {
        position: static !important;
        width: 100% !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        pointer-events: auto !important;
    }
}

/* ===== ITENS DO MENU ===== */
.mega-menu-item {
    padding: 25px 30px !important;
    border-bottom: 1px solid #f8f9fa;
    transition: all 0.2s ease;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 100%;
}

.mega-menu-item:hover,
.dropdown-item:hover {
    background-color: #fafafc !important;
    color: #6462e1 !important;
}

.mm-icon-box {
    color: #6462e1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.mm-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

/* ===== BOTÃO LUPA ===== */
.pm-search-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    color: #888;
    border-radius: 6px;
    transition: color 0.2s ease, background 0.2s ease;
    line-height: 1;
}

.pm-search-btn:hover,
.pm-search-btn[aria-expanded="true"] {
    color: #6462e1;
    background: rgba(100, 98, 225, 0.07);
}

/* ===== BARRA DE BUSCA ===== */
.pm-search-bar-wrap {
    background: #ffffff;
    border-top: 1px solid #f0f0f5;
    padding: 28px 0 14px 0;
}

.pm-search-form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.pm-search-icon { flex-shrink: 0; }

.pm-search-input {
    flex: 1;
    border: 1.5px solid #e0e0ee;
    border-radius: 50px;
    padding: 9px 18px;
    font-size: 15px;
    font-family: 'Prompt', sans-serif;
    color: #333;
    outline: none;
    background: #fafafc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pm-search-input:focus {
    border-color: #6462e1;
    box-shadow: 0 0 0 3px rgba(100, 98, 225, 0.12);
    background: #fff;
}

.pm-search-input::placeholder { color: #aaa; }

.pm-search-submit {
    background: #6462e1;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 9px 24px;
    font-size: 14px;
    font-family: 'Prompt', sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

.pm-search-submit:hover { background: #5250c5; }

.pm-search-close {
    background: #f5f5f7;
    color: #888;
    border: none;
    border-radius: 50px;
    padding: 9px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.pm-search-close:hover {
    background: #ebebf0;
    color: #333;
}

@media (max-width: 768px) {
    .pm-search-icon { display: none; }
    .pm-search-submit { padding: 9px 16px; font-size: 13px; }
}

/* ── Header Ads — sticky oculto até o scroll ── */
.header-ads {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
	transform: translateY(-100%);
	transition: transform .35s ease, box-shadow .35s ease;
	background: #fff;
}

.header-ads.is-visible {
	transform: translateY(0);
	box-shadow: 0 2px 12px rgba(0, 0, 0, .08);
}

@media (max-width: 768px) {
	.header-ads .navbar-brand-img {
		height: 35px !important;
	}
}

/* - - - - - - - - - - - - - - -
 Utilidade de espaçamento
- - - - - - - - - - - - - - -  */
.py-10 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

@media (min-width: 768px) {
  .py-md-10 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .pt-md-10 {
    padding-top: 6rem !important;
  }
  .pb-md-10 {
    padding-bottom: 6rem !important;
  }
}

/* - - - - - - - - - - - - - - -
 Eyebrow roxo
- - - - - - - - - - - - - - -  */
.eyebrow-purple {
  display: inline-block;
  color: #6462e1;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* - - - - - - - - - - - - - - -
 Timeline
- - - - - - - - - - - - - - -  */

.bloco-como-funciona.bg-cf-light {
	background-color: #edf1f5;
}

/* Grid de passos */
.cf-steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem;
	position: relative;
}

/* Linha conectora horizontal */
.cf-steps::before {
	content: '';
	position: absolute;
	top: 28px;
	left: calc(12.5%);
	width: 75%;
	height: 2px;
	background: #c5cae9;
	z-index: 0;
}

.cf-step-item {
	text-align: center;
	position: relative;
	z-index: 1;
}

/* Círculo numerado */
.cf-step-circle {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, #5c59e0, #7c6ee8);
	color: #fff;
	font-size: 1.375rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.5rem;
}

.cf-step-title {
	font-size: 1.05rem;
	font-weight: 400;
	margin-bottom: .5rem;
}

.cf-step-desc {
	font-size: .9rem;
	line-height: 1.55;
}

/* Responsive — empilha em mobile/tablet */
@media (max-width: 767.98px) {
	.cf-steps {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.cf-steps::before {
		top: 0;
		left: 28px;
		width: 2px;
		height: calc(100% - 56px);
		background: #c5cae9;
	}

	.cf-step-item {
		display: grid;
		grid-template-columns: 56px 1fr;
		grid-template-rows: auto auto;
		column-gap: 1.25rem;
		text-align: left;
		padding-bottom: 2rem;
	}

	.cf-step-circle {
		grid-row: 1 / 3;
		margin: 0;
		align-self: start;
	}

	.cf-step-title {
		align-self: center;
		margin-bottom: .25rem;
	}

	.cf-step-desc {
		grid-column: 2;
		margin-bottom: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.cf-steps {
		grid-template-columns: repeat(2, 1fr);
	}

	.cf-steps::before {
		width: 25%;
		left: 25%;
	}
}