/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.1
	Stable tag: 3.4.1
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* Document basic styling */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Sections */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active { color: #333366; }
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, 
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus { outline: 0; }

abbr[title] {
  border-block-end: none;
  text-decoration: underline dotted;
}

b, strong { font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small { font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }

/* Embedded content */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive */
details { display: block; }
summary { display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc */
template { display: none; }
[hidden] { display: none; }

/* Print styles */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after { content: ""; }
  pre { white-space: pre-wrap !important; }
  pre, blockquote {
    break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead { display: table-header-group; }
  tr, img { break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 { break-after: avoid; }
}

/* Form styling */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

button, input { overflow: visible; }
button, select { text-transform: none; }

button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
/* Remove persistent focus styles on mobile */
@media (hover: none) {
  button:focus,
  [type=submit]:focus,
  [type=button]:focus {
    background-color: initial;
    color: initial;
  }
}

/* New: Add active state for mobile taps */
button:active,
[type=submit]:active,
[type=button]:active {
  color: #ffffff;
  background-color: #35954F;
  transition-duration: 0s;
}

/* Desktop hover/focus states */
@media (hover: hover) {
  button:hover, button:focus,
  [type=submit]:hover, [type=submit]:focus,
  [type=button]:hover, [type=button]:focus {
    color: #ffffff;
    background-color: #35954F;
    text-decoration: none;
    transition-duration: 0s;
  }
}

/* Remove focus outline only when not needed for accessibility */
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) { cursor: pointer; }

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress { vertical-align: baseline; }
textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button { height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

select { display: block; }

/* Table styling */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th { font-weight: bold; }
table thead th,
table tfoot th { font-size: 1em; }
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th { font-weight: 400; }
}

/* List styling */
dl, dt, dd, ol, ul, li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Header styling */
.site-header {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.container {
  justify-content: space-between;
  align-items: center;
}

.site-branding {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-branding .logo img { max-height: 50px; }
.site-branding .tagline {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-navigation .menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .menu li { display: inline-block; }
.main-navigation .menu li a {
  text-decoration: none;
  font-size: 14px;
  color: #35954F;
  font-weight: 500;
  transition: color 0.3s ease;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .main-navigation { display: none; }
  .main-navigation.toggled {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  }
  .main-navigation.toggled ul { flex-direction: column; }
  .main-navigation.toggled li { margin: 10px 0; }
  .main-navigation .menu {
	  display: flex;
	  gap: 0;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	}
  .container {
	  display: block;
	  justify-content: space-between;
	  align-items: center;
	}
}

.boxed-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.accordion-header {
  cursor: pointer;
  background-color: #f4f4f4;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.accordion-header:hover { background-color: #e8e8e8; }
.accordion-content {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fff;
}

.nc-cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #cce6b8;
  color: #333;
  font-size: clamp(0.8rem, 2vw, 0.9rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  text-align: center;
}
.nc-cookiebar > span {
  flex: 1 1 60%;
  text-align: center;
  margin: 0 0.5rem;
}
.nc-cookiebar__btn {
  background: #5b9d46; 
  color: #fff; 
  border: 0; 
  padding: 0.35rem 0.9rem; 
  cursor: pointer; 
  border-radius: 2px;
  transition: opacity 0.2s;
}
.nc-cookiebar__btn:hover,
.nc-cookiebar__btn:focus {
  opacity: 0.9;
  outline: 2px solid currentColor;
}
.nc-cookiebar__link {
  color: #2f5f24; 
  text-decoration: underline;
}

/* Modern Parallax Header */
.parallax-container {
  position: relative;
  width: 100%;
  height: 550px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.fullwidth-parallax-section {
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  margin: 4rem 0;
}

.parallax-content {
  width: 100%;
  max-width: 1200px;
  padding: 32px 24px 24px 24px;
  z-index: 2;
  margin: 0 auto;
}

.header-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
}

.entry-title {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  text-shadow: 0 2px 8px rgba(44, 62, 80, 0.18);
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}

.breadcrumbs {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  opacity: 0.8;
  width: 100%;
}
.breadcrumbs a {
  color: #8BC640;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #fff;
  text-decoration: underline;
}

/* Main Content */
html, body {
	width: 100%;
}

.container { max-width: 1200px; }
.entry-content {
  background: #fff;
  border-radius: 14px;
  padding: 1.5rem 2rem;
  position: relative;
  z-index: 3;
}

.nativa-section { margin-bottom: 3rem; }

.section-title {
  color: #35954F;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 15px;
}
.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #35954F 0%, #8BC640 100%);
}

/* Hero Slider */
.hero-slider-section { margin-bottom: 4rem; }
.hero-slider {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.15);
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide-content {
  position: absolute;
  bottom: 0;
  left: 15vw;
  right: auto;
  bottom: 5vw;
  background: linear-gradient(to bottom,
    rgba(139, 198, 64, 0) 0%,
    rgba(139, 198, 64, 0.85) 60%,
    rgba(53, 149, 79, 1) 100%);
  padding: 2rem 2.5rem;
  color: #fff;
  text-align: left;
  max-width: 600px;
  border-radius: 0 0 16px 16px;
}

.hero-slide h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.hero-slide p {
  font-size: 1.2rem;
  max-width: 600px;
}

.hero-slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 1rem;
  z-index: 10;
}

.hero-slider-prev,
.hero-slider-next {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-slider-prev:hover,
.hero-slider-next:hover { background: rgba(255, 255, 255, 0.4); }

.hero-slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}

.hero-slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-slider-dot.active {
  background: #fff;
  transform: scale(1.2);
}

@media (max-width: 1024px) {
  .hero-slide-content {
    left: 4vw;
    padding: 1.5rem;
    max-width: 90vw;
  }
}
@media (max-width: 576px) {
  .hero-slide-content {
    left: 13%;
    right: 0;
    bottom: 45px;
    max-width: 75vw;
    border-radius: 0 0 12px 12px;
    padding: 1rem;
  }
  
}

/* Apresentação Section - Responsive */
.apresentacao-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.apresentacao-slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 0 15px 40px; /* Reduced padding on mobile */
  user-select: none;
  touch-action: pan-y; /* Better touch support */
}

.apresentacao-slider {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  width: auto;
  padding: 10px 0;
  cursor: grab;
  gap: 20px; /* Consistent gap between slides */
}
.apresentacao-slider.grabbing {
  cursor: grabbing;
  transition: none;
}

.apresentacao-slide {
  flex: 0 0 90%; /* Default mobile width */
  box-sizing: border-box;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: stretch;
  min-width: 0;
  padding: 0;
  scroll-snap-align: start; /* Better scrolling behavior */
}

.apresentacao-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.2rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.08);
  cursor: pointer;
  border: 1px solid rgba(44, 62, 80, 0.05);
  height: 100%;
  width: 100%; /* Full width of slide */
  max-width: 320px; /* Slightly increased max-width */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.apresentacao-card:hover {
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.16);
  transform: translateY(-6px);
}

.apresentacao-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15%;
}

.apresentacao-card h3 {
  color: #333;
  font-size: clamp(1rem, 3vw, 1.2rem); /* Responsive font size */
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.apresentacao-card p {
  color: #7f8c8d;
  font-size: clamp(0.9rem, 2.5vw, 1rem); /* Responsive font size */
  margin-bottom: 0;
  line-height: 1.5;
}

.apresentacao-slider-nav {
  margin-top: 1.5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  bottom: 10px;
}

/* Base styles for both buttons */
.apresentacao-slider-prev,
.apresentacao-slider-next {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 10px;
  color: #35954F;
  position: static;
}

/* Desktop hover effect */
@media (hover: hover) {
  .apresentacao-slider-prev:hover,
  .apresentacao-slider-next:hover {
    background: #35954F;
    color: white;
    transform: scale(1.1);
  }
}

/* Mobile touch styles */
@media (hover: none) {
  /* Remove hover effect persistence */
  .apresentacao-slider-prev:hover,
  .apresentacao-slider-next:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #35954F;
    transform: none;
  }
  
  /* Active (tap) state */
  .apresentacao-slider-prev:active,
  .apresentacao-slider-next:active {
    background: #35954F !important;
    color: white !important;
    transform: scale(1.1);
    transition-duration: 0s;
  }
}

/* Responsive Breakpoints */
@media (min-width: 480px) {
  .apresentacao-slide {
    flex: 0 0 calc(50% - 10px); /* 2 cards */
  }
  .apresentacao-slider-wrapper {
    padding: 0 20px 40px;
  }
}
@media (max-width: 480px) {
  .apresentacao-slider-wrapper {
    padding: 0 20px 90px;
  }
}

@media (min-width: 768px) {
  .apresentacao-slide {
    flex: 0 0 calc(33.333% - 14px); /* 3 cards */
  }
  .apresentacao-slider-nav {
    position: static;
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .apresentacao-slide {
    flex: 0 0 calc(25% - 15px); /* 4 cards */
  }
  .apresentacao-slider-wrapper {
    padding: 0 30px 40px;
  }
}



/* Accessibility improvements */
.apresentacao-slider-prev:focus,
.apresentacao-slider-next:focus {
  outline: 2px solid #35954F;
  outline-offset: 2px;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .apresentacao-slider {
    transition: none;
  }
  .apresentacao-card {
    transition: none;
  }
}

/* Fundos Section */
.fundos-section { position: relative; }
.fundos-card {
  background-image: url('/wp-content/uploads/2025/05/mossy-woodland-path.png');
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  height: 300px;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
  box-shadow: 0 8px 32px rgba(44, 62, 80, 0.15);
}
.fundos-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent, rgba(44, 62, 80, 0.8));
}

.fundos-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  color: #fff;
  width: 100%;
}
.fundos-card h3 { font-size: 1.8rem; }
.fundos-card p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

/* Certs Parallax */
.certs-parallax {
  height: 300px;
  margin: 4rem 0;
}

.certs-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.certs-content h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.certs-content p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* Eventos Section */
.eventos-slider-container {
  position: relative;
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.eventos-slider {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
  margin-bottom: 10px;
  scrollbar-width: none;
  cursor: grab;
}
.eventos-slider.grabbing {
  cursor: grabbing;
  scroll-behavior: auto;
}
.eventos-slider::-webkit-scrollbar { display: none; }

.eventos-section { padding-top: 2rem; }

.evento-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.08);
  border: 1px solid rgba(44, 62, 80, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 1rem);
  scroll-snap-align: start;
  min-width: 300px;
  user-select: none;
}
.evento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.12);
}

.evento-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.evento-content { padding: 1.5rem; }
.evento-card h3 {
  color: #35954F;
  font-size: 1.3rem;
  margin: 1rem 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f6f8f7;
}
.evento-card p {
  color: #2c3e50;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}
.evento-link {
  display: block;
  margin: 0 1.5rem 1.5rem;
  text-align: center;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

/* Base styles for both buttons */
.eventos-slider-prev,
.eventos-slider-next {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 10px;
  color: #35954F;
  position: static;
}

/* Desktop hover effect */
@media (hover: hover) {
  .eventos-slider-prev:hover,
  .eventos-slider-next:hover {
    background: #35954F;
    color: white;
    transform: scale(1.1);
  }
}

/* Mobile touch styles */
@media (hover: none) {
  /* Remove hover effect persistence */
  .eventos-slider-prev:hover,
  .eventos-slider-next:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #35954F;
    transform: none;
  }
  
  /* Active (tap) state */
  .eventos-slider-prev:active,
  .eventos-slider-next:active {
    background: #35954F !important;
    color: white !important;
    transform: scale(1.1);
    transition-duration: 0s;
  }
}

@media (max-width: 768px) {
  .eventos-slider-container { padding: 0 20px; }
  .evento-card { flex: 0 0 100%; }
  .evento-image { height: 180px; }
  .slider-controls {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    width: 100%;
  }
  .slider-prev,
  .slider-next {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    margin: 0;
  }
  .hero-slider_nav { display: none; }
}

/* Contactos Section */
.contactos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.contactos-grid.single-form {
  grid-template-columns: 1fr;
  max-width: 1144px;
  margin: 0 auto;
}

.contactos-section { padding-top: 3rem; }
.contacto-card { padding: 2rem 1.5rem 1.5rem; }
.contacto-card h3 {
  text-align: left;
  font-size: 1.3rem;
  margin-bottom: 1.2rem;
}

.contacto-form .form-row {
  display: flex;
  gap: 1rem;
}
.contacto-form .form-row .form-group { flex: 1; }
.contacto-form .form-group { margin-bottom: 1rem; }
.contacto-form label {
  display: block;
  margin-bottom: 0.3rem;
  color: #2c3e50;
  font-weight: 500;
  font-size: 0.98rem;
}
.contacto-form input,
.contacto-form textarea {
  width: 100%;
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.contacto-form textarea { min-height: 100px; }
.contacto-form input:focus,
.contacto-form textarea:focus {
  border-color: #8BC640;
  box-shadow: 0 0 0 2px rgba(139, 198, 64, 0.15);
  outline: none;
}

.contacto-extra {
  margin-top: 2rem;
  border-top: 1px solid #f0f0f0;
  padding-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.contacto-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1rem;
}
.contacto-item i {
  width: 32px;
  height: 32px;
  background: #f6f8f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #35954F;
  font-size: 1.1rem;
}

.contacto-social {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.contacto-social a {
  width: 32px;
  height: 32px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8f7;
  border-radius: 50%;
  color: #35954F;
  transition: all 0.3s ease;
}
.contacto-social a:hover {
  background: #35954F;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 600px) {
  .contactos-grid.single-form { padding: 0 0.5rem; }
  .contacto-form .form-row { flex-direction: column; }
}

/* Buttons */
.nativa-button {
  display: inline-block;
  background: linear-gradient(90deg, #35954F 0%, #8BC640 100%);
  color: #fff !important;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(53, 149, 79, 0.2);
}
.nativa-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(53, 149, 79, 0.3);
  color: #fff;
}

.hero-button {
  display: inline-block;
  background: #fff;
  color: #8BC640;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(53, 149, 79, 0.2);
}
.hero-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(53, 149, 79, 0.3);
  color: #35954F;
}

.certsButton {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 1rem;
}
.certsButton:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* Form Messages */
.form-success {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #c3e6cb;
  animation: fadeIn 0.5s ease-in-out;
}

.form-error {
  background: #f8d7da;
  color: #721c24;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #f5c6cb;
  animation: fadeIn 0.5s ease-in-out;
}

.contacto-form label[required]::after {
  content: " *";
  color: #e74c3c;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Main footer styles */
.nc-footer {
  width: 100%;
  padding: 1% 3%;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

/* Contact list specific styles */
.nc-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}

.nc-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.nc-contact-item:not(:first-child) {
  padding-left: 25px;
}
.nc-contact-item:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: var(--secondary-color, #ccc);
}
.nc-contact-item a {
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  color: #2e8b57;
  transition: color 0.3s ease;
}
.nc-contact-item a:hover { color: #8BC640; }
.nc-contact-item i {
  font-size: 16px;
  color: var(--primary-color, #35954F);
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #35954F 0%, #8BC640 100%);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(53, 149, 79, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(53, 149, 79, 0.4);
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .nc-footer { padding: 2% 5%; }
  .nc-contact-list { gap: 20px !important; }
  .nc-contact-item { font-size: 14px !important; }
  .nc-contact-item i { font-size: 14px !important; }
  
  .parallax-container { height: 350px; }
  .entry-title { font-size: 2.5rem; }
  .hero-slider { height: 400px; }
  .apresentacao-slide { width: calc(33.333% - 20px); }
}

@media (max-width: 768px) {
  .nc-footer {
    padding: 8% 5% !important;
    flex-direction: column !important;
  }
  .nc-footer-column {
    width: 100% !important;
    margin: 5% 0 !important;
	padding-bottom: 10vw !important;
  }
  .nc-contact-list {
    flex-direction: column;
    gap: 8px !important;
  }
  .nc-contact-item { padding-left: 0 !important; }
  .nc-contact-item:not(:first-child)::before { content: none !important; }
  
  .parallax-container { height: 300px; }
  .entry-title { font-size: 2rem; }
  .hero-slider { height: 350px; }
  .hero-slide h2 { font-size: 1.8rem; }
  hero_slide p { font-size: 1rem; }
  .entry-content { padding: 0; }
  .apresentacao-slide { width: calc(50% - 20px); }
  
  .back-to-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 576px) {
  .parallax-container { height: 250px; }
  .entry-title { font-size: 1.8rem; }
  .hero-slider { height: 420px; }
  .hero-slide-content { padding: 1rem; }
  hero-slide h2 { font-size: 1.5rem; }
  .section-title { font-size: 1.5rem; }
  .apresentacao-slide { width: calc(100% - 20px); }
  .contactos-grid { grid-template-columns: 1fr; }
.nc-translator{
		position: static !important; 
	}
}
/* Footer Container */
.nc-footer {
    width: 100%;
    padding: 5% 3%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* Contact Info Row */
.footer-top-row {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px; /* Space between rows */
}
.invalid-field {
    border-color: #ff3860 !important;
    box-shadow: 0 0 0 2px rgba(255, 56, 96, 0.2);
}

.form-success {
    color: #23d160;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #23d160;
    border-radius: 4px;
}

.form-error {
    color: #ff3860;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #ff3860;
    border-radius: 4px;
}

/* Translator Row */
.footer-bottom-row {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* Align translator to right */
	
    padding-right: 30px;
}
.footer-bottom-row {
    position: sticky;
    bottom: 0;
    background: rgba(255, 255, 255, 0.96);
    padding: 12px 12px;
    z-index: 100;
    backdrop-filter: blur(4px);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 40px;
}

/* Contact List Styling */
.nc-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
}

.nc-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer-top-row {
        justify-content: center;
    }
    
    .footer-bottom-row {
        justify-content: center;
        margin-top: 20px;
		padding-right: 0;
    }
    
    .nc-contact-list {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}