/* assets/css/pages/ktr-ilhabela-5.css */
/* RESET LOCAL (evita conflito com tema) */
.evento-28praias * {
  box-sizing: border-box;
}

/* TIPOGRAFIA BASE */
.evento-28praias h1,
.evento-28praias h2 {
  font-family: 'Bebas Neue', sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 0.9;
  margin: 0;
}

.evento-28praias p,
.evento-28praias span,
.evento-28praias a {
  font-family: 'Montserrat', sans-serif !important;
}

/* HERO BASE */
.evento-28praias .hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  position: relative;
}

/* OVERLAY ESCURO (ESSENCIAL PRO VISUAL) */
.evento-28praias .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.evento-28praias .hero-content {
  position: relative;
  z-index: 2;
}

/* H1 PRINCIPAL */
.evento-28praias .hero h1 {
  font-size: 120px;
}

/* DESAFIO */
.evento-28praias .pretitle {
  font-size: 20px;
  letter-spacing: 4px;
  color: #ccc;
  display: block;
  margin-bottom: 10px;
}

/* 28 PRAIAS */
.evento-28praias .main-title {
  font-size: 120px;
  line-height: 0.9;
  display: block;
}

/* 28 EM DESTAQUE */
.evento-28praias .main-title .green {
  color: #9cff00;
  font-size: 140px;
}

/* COSTA NORTE */
.evento-28praias .subtitle {
  font-size: 28px;
  letter-spacing: 3px;
  color: #9cff00;
  display: block;
  margin-top: 10px;
}

/* UBATUBA */
.evento-28praias .location {
  font-size: 14px;
  letter-spacing: 3px;
  color: #aaa;
  display: block;
  margin-top: 5px;
}

/* DATA */
.evento-28praias .date {
  font-size: 34px;
  font-weight: 800;
  color: #9cff00;
  display: block;
  margin-top: 10px;
}

/* DISTÂNCIAS (BOTÕES) */
.evento-28praias .distancias {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.evento-28praias .distancias span {
  border: 1px solid #9cff00;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

.evento-28praias .distancias span:hover {
  background: #9cff00;
  color: #000;
}

/* BOTÃO CTA */
.evento-28praias .btn {
  background: #9cff00;
  color: #000;
  padding: 14px 30px;
  display: inline-block;
  margin-top: 25px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.evento-28praias .btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(156,255,0,0.3);
}

/* RESPONSIVO */
@media (max-width: 768px) {

  .evento-28praias .hero h1 {
    font-size: 60px;
  }

  .evento-28praias .main-title {
    font-size: 60px;
  }

  .evento-28praias .main-title .green {
    font-size: 70px;
  }

  .evento-28praias .subtitle {
    font-size: 18px;
  }

  .evento-28praias .date {
    font-size: 24px;
  }
}
/* assets/css/pages/ktr-ilhabela-6.css */
/* Estilo para as descrições dos kits */
.titulo_kit {
  background-color: black;
  color: white;
  padding: 10px;
  font-weight: bold;
}

.conteudo_kit {
  margin-top: 10px;
  padding: 0 10px;
}

.titulo_chamada {
  background-color: black;
  color: white;
  padding: 0px;
  font-weight: bold;

}
.conteudo_chamada {
  margin-top: 10px;
  padding: 0 10px;
}

/* Estilo para as células com fundo preto */
.black-background {
  background-color: #000 !important; /* Preto */
  color: white !important;

}

.responsive-table-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  max-width: 100%;
}

.responsive-table tr {
  border-bottom: 1px solid #ddd;
}

/* Células padrão - desktop */
.responsive-table td {
  padding: 15px;
  text-align: center;
  font-size: 1rem;
  background-color: #f9f9f9 !important; /* fundo cinza claro no desktop */
  color: #000 !important;
  font-weight: normal;
}

/* Linhas destacadas - desktop e mobile */
.responsive-table tr.highlight td {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: bold !important;
}

/* Ajustes para dispositivos móveis */
@media (max-width: 600px) {
  /* Células padrão - mobile: fundo branco */
  .responsive-table td {
    font-size: 0.95rem;
    padding: 14px;
    background-color: #fff !important; /* fundo branco no mobile */
    color: #000 !important;
  }

  /* Linhas destacadas - mobile: fundo preto e texto branco */
  .responsive-table tr.highlight td {
    background-color: #000 !important;
    color: #fff !important;
  }

  .responsive-table-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
/* assets/css/pages/ktr-ilhabela-7.css */
.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
/* assets/css/pages/ktr-ilhabela-8.css */
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
/* assets/css/pages/ktr-ilhabela-9.css */
/* body-typography 
=========================*/
body{ font-family:'Roboto'; } 
/* general-heading-h1 
=========================*/
body h1, body .aux-h1{ font-family:'Poppins'; } 
/* general-heading-h2 
=========================*/
body h2, body .aux-h2{ font-family:'Poppins'; } 
/* general-heading-h3 
=========================*/
body h3, body .aux-h3{ font-family:'Poppins'; } 
/* general-heading-h4 
=========================*/
body h4, body .aux-h4{ font-family:'Roboto'; } 
/* general-heading-h5 
=========================*/
body h5, body .aux-h5{ font-family:'Roboto'; } 
/* header-logo-width 
=========================*/
.aux-logo-header .aux-logo-anchor{ max-width:80px; }
/* header-logo-max-height-type 
=========================*/
.aux-logo-header .aux-logo-anchor > img { max-height:85px; }
/* site-featured-color-1 
=========================*/
:root {--auxin-featured-color-1: #ffffff;}
/* site-featured-color-2 
=========================*/
:root {--auxin-featured-color-2: #e60449;}
/* site-featured-color-3 
=========================*/
:root {--auxin-featured-color-3: #000000;}
/* site-featured-color-4 
=========================*/
:root {--auxin-featured-color-4: #00b9f3;}
/* site-featured-color-5 
=========================*/
:root {--auxin-featured-color-5: #f3aa00;}
/* site-frame-background-color 
=========================*/
@media screen and (min-width: 700px) { .aux-framed .aux-side-frames, body.aux-framed:after, .aux-framed .aux-side-frames:before, .aux-framed .aux-side-frames:after {background-color:#111111;}}
/* sticky-header-color 
=========================*/
.aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section, .aux-elementor-header.aux-sticky [data-elementor-type="header"] > .elementor-section { background-color:#FFFFFF !important; }
/* site-header-container-scaled-height 
=========================*/
.aux-top-sticky .site-header-section.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-top-sticky .site-header-section.aux-sticky .aux-header-elements,.aux-elementor-header.aux-sticky [data-elementor-type="header"] > .elementor-section > .elementor-container,.aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section > .elementor-container { min-height:80px; }
/* site-header-container-height 
=========================*/
.site-header-section .aux-header-elements:not(.aux-vertical-menu-elements), .site-header-section .aux-fill .aux-menu-depth-0 > .aux-item-content { height:85px; }
/* site-transparent-header-bgcolor 
=========================*/
.site-header-section { background-color:rgba(255, 255, 255, 0); }
/* site-vertical-menu-background-color 
=========================*/
.aux-vertical-menu-side { background-color:#FFF; }
/* site-header-navigation-item-height 
=========================*/
.site-header-section .aux-middle .aux-menu-depth-0 > .aux-item-content { height:60px; }
/* site-mobile-header-toggle-button-color 
=========================*/
.site-header-section .aux-header .aux-burger:before, .site-header-section .aux-header .aux-burger:after, .site-header-section .aux-header .aux-burger .mid-line { border-color:#3d3d3d; }
/* site-menu-full-screen-background-color 
=========================*/
#fs-menu-search:before { background-color:rgba(255, 255, 255, 0.95); }
/* site-top-header-background-color 
=========================*/
#top-header {background-color:#FFFFFF;}
/* blog-post-like-icon-size 
=========================*/
.single-post .wp_ulike_general_class .wp_ulike_btn:before { font-size:10px; }
/* blog-post-share-button-icon-size 
=========================*/
.single-post .aux-single-post-share span::before { font-size:10px; }
/* post-title-bar-overlay-pattern-opacity 
=========================*/
.single-post .aux-overlay-bg-hash::before { opacity:0.15; }
/* page-title-bar-overlay-pattern-opacity 
=========================*/
.page .aux-overlay-bg-hash::before { opacity:0.5; }
/* subfooter-bar-layout-bg-color 
=========================*/
.aux-subfooter-bar { background-color:#fafafa; }
/* subfooter-bar-top-border-color 
=========================*/
.aux-subfooter-bar { border-top:1px solid #EAEAEA; }
/* subfooter-layout-bg-image-position 
=========================*/
.aux-subfooter {background-position:center center;}
/* subfooter-layout-bg-image-size 
=========================*/
.aux-subfooter {background-size:cover;}
/* subfooter-layout-bg-image-repeat 
=========================*/
.aux-subfooter {background-repeat:no-repeat;}
/* subfooter-top-border-color 
=========================*/
.aux-subfooter { border-top:1px solid #EAEAEA; }
/* site-footer-bg-color 
=========================*/
.aux-site-footer {background-color:#1A1A1A;}
/* footer-top-border-color 
=========================*/
.aux-site-footer {border-top:1px solid #EAEAEA;}
/* footer-top-border-width 
=========================*/
.aux-site-footer { border-top-width:1px; }
/* site-secondary-logo-max-height 
=========================*/
.aux-logo-footer .aux-logo-anchor img { max-height:50px; }
/* elementor-color-primary 
=========================*/
.aux-customize-preview.elementor-kit-166 {--e-global-color-primary: #6EC1E4;}
/* elementor-color-secondary 
=========================*/
.aux-customize-preview.elementor-kit-166 {--e-global-color-secondary: #54595F;}
/* elementor-color-text 
=========================*/
.aux-customize-preview.elementor-kit-166 {--e-global-color-text: #7A7A7A;}
/* elementor-color-accent 
=========================*/
.aux-customize-preview.elementor-kit-166 {--e-global-color-accent: #61CE70;}
/* assets/css/pages/ktr-ilhabela-10.css */
/* KTR Ilhabela — acabamento baseado na estrutura visual da KTR Campos */
:root{--ktr-yellow:#ffd21a;--ktr-nav:56px;--ktr-info:132px}
body{overflow-x:hidden}
/* Hero: carrossel independente do Swiper/Elementor, sem controles */
.elementor-element-41773a3{position:relative!important;height:calc(100vh - var(--ktr-nav) - var(--ktr-info))!important;height:calc(100dvh - var(--ktr-nav) - var(--ktr-info))!important;min-height:340px!important;overflow:hidden!important;background:#000!important}
.elementor-element-41773a3 .elementor-widget-image-carousel,.elementor-element-41773a3 .elementor-widget-container,.elementor-element-41773a3 .elementor-image-carousel-wrapper,.elementor-element-41773a3 .swiper,.elementor-element-41773a3 .swiper-wrapper{height:100%!important;width:100%!important;margin:0!important}
.elementor-element-41773a3 .swiper-wrapper{position:relative!important;display:block!important;transform:none!important}
.elementor-element-41773a3 .swiper-slide{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;opacity:0;visibility:visible!important;pointer-events:none;transition:opacity 1.5s ease-in-out!important;transform:none!important;z-index:0!important}
.elementor-element-41773a3 .swiper-slide.ktr-fade-active{opacity:1!important;pointer-events:auto;z-index:1!important}
.elementor-element-41773a3 figure,.elementor-element-41773a3 img{width:100%!important;height:100%!important;margin:0!important}
.elementor-element-41773a3 img{object-fit:cover!important;object-position:center!important}
/* Faixa de identidade/data imediatamente abaixo do carrossel */
.elementor-element-e271dcc{height:var(--ktr-info)!important;min-height:var(--ktr-info)!important;position:relative!important;z-index:4!important;background:#090909!important}
.elementor-element-e271dcc>.e-con-inner{height:100%!important;display:grid!important;grid-template-columns:1fr 1fr 1fr!important;align-items:center!important;justify-items:center!important;gap:25px!important}
.elementor-element-e271dcc .elementor-element-8dc439c img{max-height:88px!important;width:auto!important}
.elementor-element-e271dcc .elementor-element-9e20ea0 img{max-height:64px!important;width:auto!important}
.elementor-element-e271dcc .elementor-button{font-size:24px!important;padding:12px 22px!important}
/* Kit: remove resíduos do antigo layout Elementor */
.elementor-element-121ad36>.e-con-inner{display:block!important;width:100%!important}
.elementor-element-121ad36 .elementor-element-8ad97a7{display:contents!important}
.elementor-element-121ad36 .elementor-element-b9cc50d{display:block!important;width:100%!important;text-align:center!important;margin-bottom:28px!important}
.elementor-element-ktr-ilha-kit{display:block!important;width:100%!important}
/* Inscrições */
.ktr-auto-inscricao{display:grid!important;place-items:center!important;min-height:38px!important;padding:8px 14px!important;background:var(--ktr-yellow)!important;color:#000!important;text-decoration:none!important;text-transform:uppercase!important;font:900 11px Arial,sans-serif!important;border-radius:0!important;white-space:nowrap}
.ktr-auto-inscricao:hover{background:#000!important;color:#fff!important}
.ktr-lote-row{display:grid!important;grid-template-columns:80px 1fr 160px!important;align-items:center!important;gap:10px!important}
/* Botões de inscrição dentro de cada distância do lote */
#e-n-accordion-item-7760 .ktr-inscricao-inline{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important}
#e-n-accordion-item-7760 .ktr-auto-inscricao{width:100%!important;min-width:118px!important;text-align:center!important;box-sizing:border-box!important}
#e-n-accordion-item-7760 .e-con-child:has(> .ktr-inscricao-inline){display:grid!important;grid-template-columns:minmax(70px,1fr) minmax(110px,1fr) minmax(150px,auto)!important;align-items:center!important;gap:12px!important}
@media(max-width:600px){#e-n-accordion-item-7760 .e-con-child:has(> .ktr-inscricao-inline){grid-template-columns:1fr 1fr!important;gap:8px!important}#e-n-accordion-item-7760 .ktr-inscricao-inline{grid-column:1/-1!important}.ktr-auto-inscricao{min-height:42px!important;font-size:12px!important}}
/* Todos os X de fechamento seguem o mesmo sistema visual */
.kits-modal-close,.congresso-modal-close,.largada-close,.ktrilhabela-modal-fechar,.ktrilhabela-foto-fechar,.ktr-image-modal-close{box-sizing:border-box!important;width:44px!important;height:44px!important;padding:0!important;margin:0!important;border:1px solid rgba(0,0,0,.14)!important;border-radius:50%!important;background:var(--ktr-yellow)!important;color:#000!important;display:grid!important;place-items:center!important;font-family:Arial,Helvetica,sans-serif!important;font-size:28px!important;font-weight:500!important;line-height:1!important;cursor:pointer!important;z-index:100003!important;transition:transform .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease!important}
.kits-modal-close:hover,.congresso-modal-close:hover,.largada-close:hover,.ktrilhabela-modal-fechar:hover,.ktrilhabela-foto-fechar:hover,.ktr-image-modal-close:hover{transform:rotate(90deg)!important;background:#fff!important;color:#000!important;box-shadow:0 6px 18px rgba(0,0,0,.18)!important}
.kits-modal-close,.congresso-modal-close,.largada-close{top:14px!important;right:14px!important;position:absolute!important}
.ktrilhabela-modal-fechar{top:12px!important;right:12px!important}
.ktrilhabela-foto-fechar{top:16px!important;right:18px!important;position:fixed!important}
.ktr-image-modal-close{position:fixed!important;right:18px!important;top:14px!important}
.ktr-image-modal-zoom{box-sizing:border-box!important;height:40px!important;padding:0 16px!important;border:0!important;border-radius:20px!important;background:var(--ktr-yellow)!important;color:#000!important;font:900 12px Arial,sans-serif!important;cursor:pointer!important;z-index:100003!important}
/* Documento: o clique deve sempre usar nosso modal de imagem */
a[data-ktr-image-modal],a[data-ktr-info-link="true"]{cursor:zoom-in!important}
/* Não deixar o lightbox nativo do Elementor competir com o modal customizado */
a[data-ktr-image-modal][data-elementor-open-lightbox="yes"]{pointer-events:auto}
@media(max-width:860px){
 :root{--ktr-info:174px}
 .elementor-element-41773a3{min-height:270px!important;height:calc(100dvh - var(--ktr-nav) - var(--ktr-info))!important}
 .elementor-element-e271dcc>.e-con-inner{grid-template-columns:1fr 1fr!important;grid-template-rows:1fr auto!important;gap:5px 14px!important;padding:10px 14px!important}
 .elementor-element-e271dcc .elementor-element-8dc439c{grid-column:1!important}
 .elementor-element-e271dcc .elementor-element-9e20ea0{grid-column:2!important}
 .elementor-element-e271dcc .elementor-element-9ef2e8b{grid-column:1/-1!important}
 .elementor-element-e271dcc .elementor-element-8dc439c img{max-height:60px!important}
 .elementor-element-e271dcc .elementor-element-9e20ea0 img{max-height:48px!important}
 .elementor-element-e271dcc .elementor-button{font-size:18px!important;padding:8px 18px!important}
 .ktr-lote-row{grid-template-columns:55px 1fr 116px!important}
}
@media(max-width:600px){
 .kits-modal-overlay,.congresso-modal-overlay,.largada-overlay{padding:12px!important}
 .kits-modal-box,.congresso-modal-box,.largada-modal{border-radius:14px!important;max-height:94vh!important}
 .kits-modal-close,.congresso-modal-close,.largada-close{top:10px!important;right:10px!important;width:40px!important;height:40px!important;font-size:25px!important}
 .ktrilhabela-modal-fechar{width:40px!important;height:40px!important;top:10px!important;right:10px!important;font-size:25px!important}
 .ktrilhabela-foto-fechar{width:40px!important;height:40px!important;top:10px!important;right:10px!important;font-size:25px!important}
 .ktr-image-modal-close{width:40px!important;height:40px!important;right:10px!important;top:10px!important;font-size:25px!important}
 .ktr-image-modal-zoom{right:60px!important;top:10px!important;height:38px!important;padding:0 13px!important}
}
