/*

TemplateMo 590 topic listing

https://templatemo.com/tm-590-topic-listing

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
@font-face {
  font-family: 'Kanit-Regular';
  src: url('../fonts/Kanit-Regular.ttf')  format('truetype');
}

 @font-face {
  font-family: 'Kanit-Medium';
  src: url('../fonts/Kanit-Medium.ttf')  format('truetype');
}

@font-face {
  font-family: 'Kanit-Light';
  src: url('../fonts/Kanit-Light.ttf')  format('truetype');
}


@font-face {
  font-family: 'Kanit-ExtraLight';
  src: url('../fonts/Kanit-ExtraLight.ttf')  format('truetype');
}


@font-face {
  font-family: 'Kanit-Bold';
  src: url('../fonts/Kanit-Bold.ttf')  format('truetype');
}


@font-face {
  font-family: 'Kanit-Black';
  src: url('../fonts/Kanit-Black.ttf')  format('truetype');
}


:root {
  --cor1:                     #592C86; /* roxo claro */
  --cor2:                     #2B1B40; /* roxo escuro */
  --cor3:                     #E52715; /* vermelho */
  --cor4:                     #FFFFFF; /* branco */
  --cor5:                     #000000; /* preto */

  --body-font-family:             'Kanit-Regular', sans-serif;
  --title-font-family:            'Kanit-Medium', sans-serif;

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
}

body {
  background-color: var(--cor1);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--cor2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font-family); 
  font-weight: var(--font-weight-semibold);
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--cor1);
  font-size: var(--h6-font-size);
}

p {
  color: var(--cor5);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--cor5);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--cor1);
  text-decoration: none;
}

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

b,
strong {
  font-weight: var(--font-weight-bold);
}

.cor1 {
  color: var(--cor1);
}

.cor2 {
  color: var(--cor2);
}
.cor3 {
  color: var(--cor3);
}
.cor4 {
  color: var(--cor4);
}

.bg1 {
  background-color: var(--cor1);
}

.bg2 {
  background-color: var(--cor2);
}

.bg3 {
  background-color: var(--cor3);
}

.bg4 {
  background-color: var(--cor4);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--cor3);
}

.section-overlay {
  background-image: linear-gradient(1deg, #0A2647 10%, #0e665d   50%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--cor4);
  border-radius: var(--border-radius-medium);
}

.nav-tabs {
  border-bottom: 1px solid var(--cor1) !important;
  margin-bottom: 40px;
  justify-content: center;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--cor3);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-bottom-color: var(--cor1);
  color: var(--cor3);
}

.nav-tabs .nav-item .active {
    border-bottom: 2px solid var(--cor1);
}
.nav-tabs .nav-item h6{
  text-decoration: none !important;
}
.logo-menu img{
  max-height: 40px !important;

}
.logo-footer img{
  max-height: 80px !important;

}
.nav-tabs .nav-link.active, .nav-pills .show > .nav-link {
  background-color:: #fff;
  color: var(--cor1);
}
.nav-tabs .nav-link {
  background: 0 0;
    background-color: rgba(0, 0, 0, 0);
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-radius: .25rem;
}
/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--cor2);
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--cor4);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--cor4);

  border: 1px solid var(--custom-btn-bg-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--cor4);
}

.custom-btn-bg-white {
  border-color: var(--cor4);
  color: var(--cor4);
}


/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  padding-top: 150px;
  padding-bottom: 80px;
}

.site-header .container {
  height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: var(--cor4);
}

.site-header .custom-icon {
  color: var(--cor4);
  font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
  color: var(--cor2);
}

.header {
  position: relative;
}

.header #video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1; 
  max-width: 100%; 
  background-color:  var(--cor2);
}

.header .header-content {
  padding-top: 11rem;
  padding-bottom: 9rem;
  background: linear-gradient(rgba(21, 35, 63, 0.5), rgba(21, 35, 63, 0.5));
  background-size: cover;
  text-align: center; 
}

.header .h1-large {
  margin-bottom: 2.25rem;
  color: #ffffff;
  font-size: 3rem;
  line-height: 3.75rem;
}



/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--cor2);  
  color: var(--cor2);
}

.navbar {
  background: var(--cor2);
  border-bottom: 1px solid rgba(128, 208, 199, 0.35);
  z-index: 9;

  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
}

.navbar-brand span {
  font-family: var(--title-font-family);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px 3px;
  padding: 10px 12px;
}

/* comprime o menu em larguras intermediárias para nada ser cortado */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 10px 1px;
    padding: 10px 8px;
    font-size: 13px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 10px 1px;
    padding: 8px 6px;
    font-size: 12px;
    letter-spacing: 0.3px;
  }
  .logo-menu img {
    max-height: 32px !important;
  }
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--cor4);
  font-family: var(--title-font-family); 
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;  
  white-space: nowrap;

}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--cor3);
}

.navbar .dropdown-menu {
  background: var(--cor4);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--cor4);
  position: absolute;
  top: -10px;
  left: 10px;
}

/* dropdown do idioma abre alinhado à direita para não vazar da tela */
.wifs-lang-switcher .dropdown-menu {
  right: 0;
  left: auto;
}
.wifs-lang-switcher .dropdown-menu::before {
  left: auto;
  right: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-family: var(--title-font-family); 
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--cor1);
}

.navbar .dropdown-toggle::after {
  
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }

    /* Header */

  .header {
    height: 80vh;
  }

  .header .header-content {
    padding-top: 18rem;
    padding-bottom: 16rem;
  }
  
  .header .h1-large {
    margin-bottom: 2.75rem;
    font-size: 5rem;
    line-height: 5.75rem;
  }
  /* end of header */


}

.navbar-icon {
  background: var(--cor4);
  border-radius: var(--border-radius-large);
  display: inline-block;
  font-size: var(--h5-font-size);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.navbar-icon:hover {
  background: var(--cor1);
  color: var(--cor4);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--cor4);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--cor4);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  /* background-image: linear-gradient(180deg, var(--cor1) 80%, var(--cor2) 100%); */
  background-color: var(--cor1);
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 180px;
}


/*---------------------------------------
  Dobras        
-----------------------------------------*/

  .title-section {
      color: var(--cor2);
      padding: 20px;
      text-align: center;
  }
  .title-section h1 {
      font-size: 4em;      
      font-weight: bold;
      margin-bottom: 0;
  }
  .highlight-box {
      background-color: var(--cor3);
      color: var(--cor4);
      padding: 5px 15px;
      display: inline-block;
      margin-top: 5px;
      font-weight: bold;
  }



/*---------------------------------------
  TOPICS              
-----------------------------------------*/
.featured-section {
  background-color: var(--cor2);
  border-radius: 0 0 100px 100px;
  padding-bottom: 100px;
}

.featured-section .row {
  position: relative;
  margin-bottom: -10px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 10px;
  transition: all 0.3s ease;
  height: 100%;
}

.custom-block:hover {
  background-color: var(--cor2);
  transform: translateY(-3px);
}

.custom-block > a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-top: 5px;
}

.custom-block .rounded-pill {
  border-radius: 5px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 20px;
}

.custom-block-overlay {
  height: 100%;
  min-height: 350px;
  padding: 0;
}

.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px;
}

.social-share {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px;
}

.social-share .bi-bookmark {
  color: var(--cor4);
  font-size: var(--h5-font-size);
}

.social-share .bi-bookmark:hover {
  color: var(--cor2);
}

.bg-design {
  background-color: #00B0FF;
}

.bg-graphic {
  background-color: #00BFA6;
}

.bg-advertising {
  background-color: #F50057;
}

.bg-finance {
  background-color: #536DFE;
}

.bg-music {
  background-color: #F9A826;
}

.bg-education {
  background-color: #00BFA6;
}


/*---------------------------------------
  TOPICS               
-----------------------------------------*/
.topics-detail-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.topics-detail-block-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background-color: var(--cor3);
  border-radius: var(--border-radius-small);
  font-family: var(--title-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: inline-block;
  text-align: center;
  margin: 30px;
  padding: 40px;
}

.topics-listing-page .site-header {
  padding-bottom: 65px;
}

.custom-block-topics-listing-info {
  margin: 30px 20px 20px 30px;
}

.custom-block-topics-listing {
  height: inherit;
}

.custom-block-topics-listing .custom-block-image {
  width: 200px;
}


/*---------------------------------------
  PAGINATION              
-----------------------------------------*/
.pagination {
  margin-top: 40px;
}

.page-link {
  border: 0;
  border-radius: var(--border-radius-small);
  color: var(--cor5);
  font-family: var(--title-font-family);
  margin: 0 5px;
  padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: var(--cor2);
  color: var(--cor4);
}

.page-item:first-child .page-link {
  margin-right: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: var(--cor3);
  border-radius: var(--border-radius-small);
}

.active>.page-link, .page-link.active {
  background-color: var(--cor2);
  border-color: var(--cor2);
}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-image: url('../images/colleagues-working-cozy-office-medium-shot.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 87%;
  background-color: var(--cor1);
  position: absolute;
  left: 52px;
  top: 0;
  overflow: hidden;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--cor2);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 20px 0px 65px 145px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 40px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cor2);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  position: absolute;
  background-color: var(--cor2);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 25px;
  color: var(--cor4);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--cor1);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--cor1);
}


/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
  border-radius: var(--border-radius-large) !important;
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-semibold);
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: var(--border-radius-large);
}

.faq-section .accordion-button:not(.collapsed) {
  border-radius: var(--border-radius-large);
  box-shadow: none;
  color: var(--cor1);
}

.faq-section .accordion-body {
  color: var(--cor5);
  font-size: var(--btn-font-size);
  line-height: 40px;
}

/*---------------------------------------
  NEWSLETTER               
-----------------------------------------*/
.newsletter-image {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 150px;
}


/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.subscribe-form-wrap {
  padding: 50px;
}

.subscribe-form {
  width: 95%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  color: var(--cor5);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  outline: none;
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--cor4);
  font-family: var(--title-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer, .neonef {
  position: relative;
  background-color: #111;
  padding: 40px;
  text-align: center;
  background: linear-gradient(270deg, var(--cor1), var(--cor2), var(--cor1));background-size: 50% 100%;
  animation: neonBar 8s linear infinite;
  box-shadow: 0 0 50px var(--cor1), 0 0 60px var(--cor2);
  z-index: 1;
  color: white;
  overflow: hidden;
}

/* Animação da barra */
@keyframes neonBar {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}



.site-footer-title {
  color: var(--cor1); 
}

.site-footer .dropdown-menu {
  padding: 0;
}

.site-footer .dropdown-item {
  color: var(--cor5);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding: 4px 18px;
}

.site-footer .dropdown-item:hover {
  background-color: transparent;
  color: var(--cor1);
}

.site-footer .dropdown-menu li:first-child .dropdown-item {
  padding-top: 10px;
}

.site-footer .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 12px;
}

.site-footer .dropdown-toggle {
  background-color: var(--cor2);
  border-color: var(--cor4);
}

.site-footer .dropdown-toggle:hover {
  background-color: var(--cor1);
  border-color: transparent;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  display: block;
  list-style: none;
  line-height: normal;
}

.site-footer-link {
  color: var(--cor4);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-medium);
  line-height: normal;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--cor2);
  border-radius: var(--border-radius-large);
  color: var(--cor4);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--cor1);
  color: var(--cor4);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
  /* Header */
  .header {
    height: 50vh;
  }
  
  .header .header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header .btn-solid-lg {
    padding: 1.875rem 3rem;
    font-size: 1rem;
  }
  /* end of header */
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--cor2);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing > .d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 75%;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 135px;
  }

  .subscribe-form-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
    /* Header */
  .header {
    height: 50vh;
  }
  
  .header .header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header .btn-solid-lg {
    padding: 1.875rem 3rem;
    font-size: 1rem;
  }
  /* end of header */

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
}

/* Min-width 1200px */
@media (min-width: 1200px) {
  /* Header */
  .header {
    height: 100vh;
  }
  
  .header .header-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header .btn-solid-lg {
    padding: 1.875rem 3rem;
    font-size: 1rem;
  }
  /* end of header */
}

/*** back-to-top ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px; 
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    cursor: pointer; 
    background-color: var(--cor1) !important;  
    border-color: var(--cor2) !important;
}

.subimg {
    position: relative;
    z-index: 1;

}
  .navbar .social-icons {
    margin-left: 0.5rem;
  }

   .social-icons {
      display: flex;
      gap: 10px;
      list-style: none;
      padding-left: 0;
      margin: 0;
   }

   .social-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #ffffff;
      color: var(--cor2);
      text-decoration: none;
      font-size: 18px;
      transition: all 0.3s ease;
   }

   .social-icon i {
      transition: color 0.3s ease;
   }

   .social-icon:hover {
      background-color: var(--cor3);
      color: var(--cor4);
   }
    .img-animate {
      opacity: 0;
      transform: translateY(20px);
      animation: fadeUp 0.8s ease forwards;
    }

    @keyframes fadeUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

/* WIFS event date & venue (hero + footer) — ícones Font Awesome + animações */
.wifs-event-ribbon {
  max-width: 22rem;
  width: 100%;
}
.wifs-event-ribbon__label {
  font-size: clamp(0.82rem, 2.1vw, 0.98rem);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 0.5rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.wifs-event-icon-slot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  flex-shrink: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.wifs-event-icon-slot i {
  font-size: 1.15rem;
  color: var(--cor3);
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  transition:
    filter 0.35s ease,
    color 0.35s ease;
}
.wifs-event-icon-slot--pulse {
  animation: wifsSlotBob 3.2s ease-in-out infinite;
  animation-delay: 1.1s;
}
.wifs-event-hero__chip--delay-2 .wifs-event-icon-slot--pulse {
  animation-delay: 1.85s;
}
@keyframes wifsSlotBob {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    box-shadow:
      0 4px 14px rgba(0, 0, 0, 0.25),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  50% {
    transform: translateY(-5px) rotate(-2deg);
    box-shadow:
      0 8px 20px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }
}
.wifs-event-icon-slot--pulse i,
.wifs-event-icon-slot--footer i {
  animation: wifsIconRedGlow 3.2s ease-in-out infinite;
  animation-delay: inherit;
}
@keyframes wifsIconRedGlow {
  0%, 100% {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  }
  50% {
    filter:
      drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3))
      drop-shadow(0 0 10px rgba(229, 39, 21, 0.65));
  }
}
.wifs-event-icon-slot--footer {
  width: 2.45rem;
  height: 2.45rem;
  animation: wifsSlotBob 4s ease-in-out infinite;
  animation-delay: 0.35s;
}
.wifs-event-hero__chip--footer:nth-of-type(2) .wifs-event-icon-slot--footer {
  animation-delay: 0.95s;
}
.wifs-event-hero__chip {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 1.05rem;
  margin-bottom: 0.45rem;
  overflow: hidden;
  background: rgba(43, 27, 64, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  color: #fff;
  font-size: clamp(0.9rem, 2.4vw, 1.05rem);
  line-height: 1.35;
  text-align: left;
  box-shadow:
    0 10px 38px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
  transition: border-color 0.45s ease, box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.wifs-event-hero__chip > * {
  position: relative;
  z-index: 1;
}
.wifs-event-hero__chip::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  z-index: 0;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 40%,
    rgba(255, 255, 255, 0.12) 50%,
    transparent 62%,
    transparent 100%
  );
  background-size: 220% 100%;
  animation: wifsChipShimmer 5.5s ease-in-out infinite;
  pointer-events: none;
}
.wifs-event-hero__chip--delay-2::after {
  animation-delay: 2.2s;
}
@keyframes wifsChipShimmer {
  0%, 100% {
    background-position: 130% 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    background-position: -30% 0;
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
}
.wifs-event-hero__chip--hero {
  opacity: 0;
  animation: wifsEventChipIn 1s cubic-bezier(0.18, 0.92, 0.32, 1.06) forwards;
}
.wifs-event-hero__chip--hero:not(.wifs-event-hero__chip--delay-2) {
  animation-delay: 0.32s;
}
.wifs-event-hero__chip--hero.wifs-event-hero__chip--delay-2 {
  animation-delay: 0.54s;
}
@keyframes wifsEventChipIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.94) skewY(2deg);
    filter: blur(8px);
  }
  70% {
    filter: blur(0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1) skewY(0);
    filter: blur(0);
  }
}
.wifs-event-hero__chip--hero:hover {
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow:
    0 16px 48px rgba(89, 44, 134, 0.52),
    0 8px 24px rgba(229, 39, 21, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.12) inset;
  transform: translateY(-6px) scale(1.02);
}
.wifs-event-hero__chip--hero:hover .wifs-event-icon-slot {
  transform: scale(1.08);
}
.wifs-event-hero__chip--footer {
  margin-bottom: 0;
  min-height: 100%;
}
.wifs-event-footer__caption {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  opacity: 0.85;
  margin-bottom: 0.2rem;
}
.wifs-event-footer__main {
  font-size: clamp(0.95rem, 2.2vw, 1.12rem);
  font-weight: 600;
  line-height: 1.3;
}
.wifs-event-footer-wrap {
  perspective: 880px;
}

/* Hero CTA — sempre visível (evita clip do hero + AOS opacity 0) */
.wifs-hero-cta-wrap {
  position: relative;
  z-index: 4;
}

/* Hero CTA — credenciais (identidade botão ingresso) */
.wifs-hero-cta-credential {
  background: var(--cor4);
  color: var(--cor2) !important;
  font-family: var(--title-font-family);
  font-size: clamp(0.72rem, 2.2vw, 0.85rem);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.65rem 1.35rem;
  border-radius: var(--border-radius-large);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.wifs-hero-cta-credential:hover {
  color: var(--cor2) !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 36px rgba(229, 39, 21, 0.35);
}

/* Saiba mais — cartão executor Confut (anexo 2) */
.wifs-confut-executor-card {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  color: var(--cor2);
  border-radius: 18px;
  padding: 1.5rem 1.75rem 2.1rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(43, 27, 64, 0.08);
}
.wifs-confut-executor-card__pill {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--cor3);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}
.wifs-confut-executor-card__logo-wrap {
  margin-bottom: 1.15rem;
}
.wifs-confut-executor-card__logo {
  display: block;
  height: auto;
  max-height: clamp(3rem, 8.5vw, 4.75rem);
  width: auto;
  max-width: min(100%, 26rem);
}
.wifs-confut-executor-card__p {
  font-size: clamp(1.02rem, 2.35vw, 1.18rem);
  line-height: 1.62;
  color: rgba(43, 27, 64, 0.92);
  margin-bottom: 0;
}
.wifs-confut-executor-card__p strong {
  color: var(--cor2);
  font-weight: var(--font-weight-bold);
}
.wifs-confut-executor-card__p--highlight {
  font-size: clamp(1.04rem, 2.4vw, 1.2rem);
}

/* Saiba mais — grelha cartão + duas timelines (mockup) */
.wifs-confut-executor-layout {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .wifs-confut-executor-layout .wifs-confut-executor-card {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1.75rem 2rem 2.45rem;
  }

  .wifs-confut-timelines {
    padding-top: 0.35rem;
  }
}

.wifs-confut-timeline-col {
  position: relative;
}

.wifs-confut-timeline-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 32px rgba(0, 0, 0, 0.38));
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .wifs-confut-timeline-img {
    border-radius: 4px;
  }
}

/* Página Credenciais */
.wifs-credentials-hero {
  background: linear-gradient(165deg, var(--cor2) 0%, #1a1028 45%, var(--cor1) 100%);
  min-height: 70vh;
  color: #fff;
}
.wifs-credentials-hero h1,
.wifs-credentials-hero p {
  color: #fff;
}
.wifs-credentials-kicker {
  letter-spacing: 0.22em;
  opacity: 0.75;
}
.wifs-credentials-hero .wifs-credentials-partner-note {
  max-width: 36rem;
  font-size: clamp(0.88rem, 2.1vw, 1rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82) !important;
  text-wrap: balance;
}
.wifs-cred-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}
.wifs-cred-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45);
}
.wifs-cred-card--vip {
  border-color: rgba(229, 39, 21, 0.35);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(229, 39, 21, 0.12);
}
.wifs-cred-card--vip:hover {
  border-color: rgba(229, 39, 21, 0.55);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45), 0 0 28px rgba(229, 39, 21, 0.18);
}
.wifs-cred-card--club {
  border-color: rgba(174, 93, 225, 0.42);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(174, 93, 225, 0.1);
}
.wifs-cred-card--club:hover {
  border-color: rgba(174, 93, 225, 0.68);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.45), 0 0 30px rgba(174, 93, 225, 0.2);
}
.wifs-cred-card__accent {
  height: 5px;
  width: 100%;
}
.wifs-cred-card__accent--basic {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(89, 44, 134, 0.9));
}
.wifs-cred-card__accent--vip {
  background: linear-gradient(90deg, var(--cor3), #ff6b4d, var(--cor1));
}
.wifs-cred-card__accent--club {
  background: linear-gradient(90deg, #7834a6, #c66cff, #f12b1b);
}
.wifs-cred-card__inner {
  padding: 1.75rem 1.5rem 1.5rem;
}
.wifs-cred-card__title {
  font-family: var(--title-font-family);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: var(--font-weight-bold);
  color: #fff;
  margin-bottom: 1.25rem;
}
.wifs-cred-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.wifs-cred-card__list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.65rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.95rem, 2.1vw, 1.05rem);
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.wifs-cred-card__list li:last-child {
  border-bottom: 0;
}
.wifs-cred-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cor3);
  box-shadow: 0 0 0 3px rgba(229, 39, 21, 0.25);
}
.wifs-cred-card__btn {
  display: block;
  text-align: center;
  background: var(--cor4);
  color: var(--cor2) !important;
  font-family: var(--title-font-family);
  font-weight: var(--font-weight-bold);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.85rem 1.25rem;
  border-radius: var(--border-radius-large);
  text-decoration: none !important;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.wifs-cred-card__btn:hover {
  color: var(--cor2) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(229, 39, 21, 0.28);
}

/* Página Programação - Hub de Conteúdo */
.wifs-hub-hero {
  position: relative;
  background:
    radial-gradient(60rem 32rem at 88% -12%, rgba(174, 93, 225, 0.18), transparent 62%),
    radial-gradient(48rem 26rem at -10% 110%, rgba(229, 39, 21, 0.08), transparent 60%),
    linear-gradient(165deg, var(--cor2) 0%, #1a1028 45%, var(--cor1) 100%);
  min-height: 70vh;
  color: #fff;
  padding: clamp(1.5rem, 4vw, 3.5rem) 0 clamp(3rem, 7vw, 6.5rem);
  overflow: hidden;
}
/* textura pontilhada sutil sobre o gradiente */
.wifs-hub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 70%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 70%);
  pointer-events: none;
}
.wifs-hub-hero .container {
  position: relative;
}
.wifs-hub-hero h1 {
  color: #fff;
}
.wifs-hub-header {
  max-width: 40rem;
}
.wifs-hub-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--title-font-family);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #ff6b4d;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.45rem 1rem 0.45rem 0.85rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 10px 26px -14px rgba(8, 3, 16, 0.6);
}
.wifs-hub-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cor3);
  box-shadow: 0 0 0 0 rgba(229, 39, 21, 0.5);
  animation: wifsHubPulse 2.6s ease-out infinite;
}
@keyframes wifsHubPulse {
  0%   { box-shadow: 0 0 0 0 rgba(229, 39, 21, 0.45); }
  70%  { box-shadow: 0 0 0 9px rgba(229, 39, 21, 0); }
  100% { box-shadow: 0 0 0 0 rgba(229, 39, 21, 0); }
}
.wifs-hub-title {
  font-family: var(--title-font-family);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.wifs-hub-rule {
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cor3), #ff6b4d);
  margin-top: 1.15rem;
}

/* rótulo de galeria acima de cada card */
.wifs-hub-item__index {
  display: inline-flex;
  align-items: center;
  font-family: var(--title-font-family);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 0.3rem 0.75rem 0.3rem 0.85rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-bottom: 0.75rem;
}

.wifs-hub-card {
  position: relative;
  aspect-ratio: 12 / 5;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f6f3fa 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.045),
    0 30px 60px -22px rgba(8, 3, 16, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.55s ease;
}
.wifs-hub-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.08),
    0 42px 80px -26px rgba(8, 3, 16, 0.72),
    0 0 0 1px rgba(229, 39, 21, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
/* spotlight que acompanha o cursor */
.wifs-hub-card__spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    18rem 12rem at var(--wifs-mx, 50%) var(--wifs-my, 50%),
    rgba(89, 44, 134, 0.1),
    transparent 65%
  );
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.wifs-hub-card:hover .wifs-hub-card__spotlight {
  opacity: 1;
}
/* imagem absoluta com object-fit: contain — dimensionamento estável no Safari,
   que falha ao resolver max-height percentual em flex + aspect-ratio */
.wifs-hub-card__logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: clamp(1.4rem, 3vw, 2.4rem) clamp(1.6rem, 3.4vw, 2.8rem);
  object-fit: contain;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.wifs-hub-card:hover .wifs-hub-card__logo {
  transform: scale(1.025);
}

@media (max-width: 767.98px) {
  .wifs-hub-card {
    border-radius: 18px;
  }
}

/* Página Programação - Programação Geral */
.wifs-agenda-day {
  position: relative;
  height: 100%;
  border-radius: 26px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 30px 60px -26px rgba(8, 3, 16, 0.6);
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.55s ease;
}
.wifs-agenda-day:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 42px 80px -28px rgba(8, 3, 16, 0.72),
    0 0 0 1px rgba(229, 39, 21, 0.16);
}
.wifs-agenda-day__header {
  margin-bottom: clamp(1.25rem, 2.6vw, 1.85rem);
}
.wifs-agenda-day__date {
  font-family: var(--title-font-family);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0;
}

.wifs-agenda-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.6rem;
}
/* trilho vertical da timeline */
.wifs-agenda-list::before {
  content: "";
  position: absolute;
  top: 0.55rem;
  bottom: 0.55rem;
  left: 4px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cor3), rgba(255, 255, 255, 0.16));
}

.wifs-agenda-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 1rem;
  padding: 0.7rem 0;
}
.wifs-agenda-item + .wifs-agenda-item {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.wifs-agenda-item__dot {
  position: absolute;
  left: -1.6rem;
  top: 1.15rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cor3);
  box-shadow: 0 0 0 4px rgba(229, 39, 21, 0.16);
}
.wifs-agenda-item__hora {
  flex: 0 0 auto;
  min-width: 6.5rem;
  font-family: var(--title-font-family);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ff6b4d;
}
.wifs-agenda-item__titulo {
  flex: 1 1 10rem;
  font-size: 1.02rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}
/* intervalo tem peso visual menor que os blocos de conteúdo */
.wifs-agenda-item--pausa .wifs-agenda-item__dot {
  background: rgba(255, 255, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}
.wifs-agenda-item--pausa .wifs-agenda-item__hora {
  color: rgba(255, 255, 255, 0.6);
}
.wifs-agenda-item--pausa .wifs-agenda-item__titulo {
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 767.98px) {
  .wifs-agenda-day {
    border-radius: 18px;
  }
  .wifs-agenda-item__hora {
    min-width: 5.5rem;
  }
}

/* Página Programação - Speakers */
/* Estado "em breve" — fica no ar até os primeiros nomes serem confirmados,
   então recebe o mesmo tratamento de card do resto da página. */
.wifs-speakers-empty {
  border-radius: 22px;
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px dashed rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.wifs-speakers-empty__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--title-font-family);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #ff6b4d;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
}
.wifs-speakers-empty__texto {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
  margin: 1rem 0 0;
}
.wifs-speakers-empty__cta {
  display: inline-block;
  margin-top: 1.35rem;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  color: var(--cor2) !important;
  background: #fff;
  text-decoration: none !important;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.wifs-speakers-empty__cta:hover,
.wifs-speakers-empty__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(229, 39, 21, 0.28);
}

.wifs-speaker-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 50px -26px rgba(8, 3, 16, 0.6);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}
.wifs-speaker-card:hover {
  transform: translateY(-6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 36px 70px -28px rgba(8, 3, 16, 0.72),
    0 0 0 1px rgba(229, 39, 21, 0.16);
}
.wifs-speaker-card__photo {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(160deg, rgba(174, 93, 225, 0.22), rgba(229, 39, 21, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
}
.wifs-speaker-card__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Sem foto: inicial do nome, para o card não ficar com um buraco */
.wifs-speaker-card__initials {
  font-family: var(--title-font-family);
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}
.wifs-speaker-card__body {
  padding: 1.15rem 1.25rem 1.4rem;
}
.wifs-speaker-card__name {
  font-family: var(--title-font-family);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.35rem;
}
.wifs-speaker-card__role {
  font-size: 0.92rem;
  font-weight: 600;
  color: #ff6b4d;
  margin: 0 0 0.2rem;
}
.wifs-speaker-card__org {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.wifs-speaker-card__bio {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  margin: 0.75rem 0 0;
}

/* Cards do hub viram link quando o momento tem URL no CMS */
.wifs-hub-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .wifs-speaker-card {
    border-radius: 18px;
  }
}

/* Speaker em destaque — a estrela do painel precisa significar algo na página */
.wifs-speaker-card--destaque {
  border-color: rgba(229, 39, 21, 0.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 24px 50px -26px rgba(8, 3, 16, 0.6),
    0 0 0 1px rgba(229, 39, 21, 0.3);
}
.wifs-speaker-card--destaque .wifs-speaker-card__photo {
  background: linear-gradient(160deg, rgba(229, 39, 21, 0.28), rgba(174, 93, 225, 0.18));
}

/* Redes sociais do speaker */
.wifs-speaker-card__redes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
}
.wifs-speaker-card__redes a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.wifs-speaker-card__redes a:hover,
.wifs-speaker-card__redes a:focus-visible {
  color: #fff;
  background: var(--cor3);
  transform: translateY(-2px);
}
