@charset "UTF-8";
body.public_pages.volunteers.index {
  --c-primary: #1565c0;
  --c-primary-dark: #0d47a1;
  --c-primary-pale: #e3f2fd;
  --c-primary-bg: #f0f7ff;
  --c-border: #dce8f5;
  --c-border-light: #c8daf0;
  --c-text: #1a2a4a;
  --c-text-mid: #3d5a7a;
  --c-text-soft: #4a6080;
  --c-text-muted: #5c7a9e;
  --c-dark-bg: #0d2a4e;
  --c-success: #2e7d32;
  --c-success-bg: #e8f5e9;
  --c-success-bdr: #a5d6a7;
  --c-error: #a32d2d;
  --c-error-bg: #FCEBEB;
  --c-error-bdr: #F7C1C1;
  --c-orange: #e65100;
  --c-amber: #b45309;
  --radius: 7px;
  --radius-lg: 12px;
  --transition: .2s;
}
body.public_pages.volunteers.index *, body.public_pages.volunteers.index *::before, body.public_pages.volunteers.index *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body.public_pages.volunteers.index {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--c-text);
  background: #fff;
}
body.public_pages.volunteers.index a {
  text-decoration: none;
  color: inherit;
}
body.public_pages.volunteers.index button {
  font-family: inherit;
}
body.public_pages.volunteers.index .skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  background: var(--c-primary);
  color: #fff;
  padding: 8px 16px;
  border-radius: 0 0 8px 8px;
  font-size: 14px;
  font-weight: 500;
  z-index: 9999;
  transition: top 0.15s;
}
body.public_pages.volunteers.index .skip-link:focus {
  top: 0;
  outline: 3px solid #fff;
  outline-offset: 2px;
}
body.public_pages.volunteers.index :focus-visible {
  outline: 3px solid var(--c-primary);
  outline-offset: 3px;
  border-radius: 4px;
}
body.public_pages.volunteers.index .section-dark :focus-visible, body.public_pages.volunteers.index .hero-section :focus-visible, body.public_pages.volunteers.index .home-hero :focus-visible, body.public_pages.volunteers.index .countdown-section :focus-visible {
  outline-color: #fff;
}
body.public_pages.volunteers.index .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.public_pages.volunteers.index {
  /* dialog */
}
body.public_pages.volunteers.index #nav-dialog {
  border: none;
  border-radius: var(--radius-lg);
  padding: 0;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
body.public_pages.volunteers.index #nav-dialog::backdrop {
  background: rgba(0, 0, 0, 0.45);
}
body.public_pages.volunteers.index .dialog-inner {
  padding: 28px 24px;
}
body.public_pages.volunteers.index .dialog-title {
  font-size: 17px;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: 8px;
}
body.public_pages.volunteers.index .dialog-desc {
  font-size: 14px;
  color: var(--c-text-soft);
  line-height: 1.6;
  margin-bottom: 20px;
}
body.public_pages.volunteers.index .dialog-actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
body.public_pages.volunteers.index {
  /* nav */
}
body.public_pages.volunteers.index .site-nav {
  background: #fff !important;
  border-bottom: 1px solid var(--c-border) !important;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: box-shadow var(--transition);
}
body.public_pages.volunteers.index .site-nav.scrolled {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
}
body.public_pages.volunteers.index main {
  padding-top: 62px;
}
body.public_pages.volunteers.index .nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
body.public_pages.volunteers.index .nav-logo img {
  height: 40px;
  width: auto;
}
body.public_pages.volunteers.index .nav-logo span {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-primary);
  line-height: 1.3;
}
body.public_pages.volunteers.index .nav-links {
  display: flex;
  gap: 4px;
}
body.public_pages.volunteers.index .nav-btn {
  background: none;
  border: none;
  color: var(--c-text);
  padding: 6px 10px;
  border-radius: var(--radius);
  white-space: nowrap;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: background var(--transition), color var(--transition);
}
body.public_pages.volunteers.index .nav-btn:hover {
  color: var(--c-primary);
  background: #e8f2fc;
}
body.public_pages.volunteers.index .nav-btn.active {
  color: #fff;
  background: var(--c-primary);
}
body.public_pages.volunteers.index .nav-cta {
  background: var(--c-primary);
  color: #fff;
  padding: 7px 16px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  transition: background var(--transition);
}
body.public_pages.volunteers.index .nav-cta:hover {
  background: var(--c-primary-dark);
}
body.public_pages.volunteers.index .nav-burger {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 6px 8px;
  background: none;
  border: none;
}
body.public_pages.volunteers.index .nav-burger-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body.public_pages.volunteers.index .nav-burger-lines span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--c-primary);
  border-radius: 2px;
  transition: all 0.25s;
}
body.public_pages.volunteers.index .nav-burger-lbl {
  font-size: 10px;
  font-weight: 700;
  color: var(--c-primary);
  letter-spacing: 0.4px;
  line-height: 1;
  margin-top: 1px;
}
body.public_pages.volunteers.index .nav-burger.open .nav-burger-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.public_pages.volunteers.index .nav-burger.open .nav-burger-lines span:nth-child(2) {
  opacity: 0;
}
body.public_pages.volunteers.index .nav-burger.open .nav-burger-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
body.public_pages.volunteers.index .nav-drawer {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  background: #fff;
  border-bottom: 1px solid var(--c-border);
  z-index: 199;
  flex-direction: column;
  padding: 8px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
body.public_pages.volunteers.index .nav-drawer:not([hidden]) {
  display: flex;
}
body.public_pages.volunteers.index .drawer-btn {
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 500;
  color: var(--c-text);
  border: none;
  border-bottom: 1px solid #f0f5fb;
  text-align: left;
  width: 100%;
  cursor: pointer;
  background: none;
  transition: background var(--transition), color var(--transition);
}
body.public_pages.volunteers.index .drawer-btn:hover {
  color: var(--c-primary);
  background: var(--c-primary-bg);
}
body.public_pages.volunteers.index .drawer-btn.active {
  color: #fff;
  background: var(--c-primary);
}
body.public_pages.volunteers.index .drawer-cta {
  margin: 12px 24px 8px;
  text-align: center;
  background: var(--c-primary);
  color: #fff;
  padding: 11px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  width: calc(100% - 48px);
}
body.public_pages.volunteers.index .drawer-overlay {
  display: none;
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 198;
}
body.public_pages.volunteers.index .drawer-overlay.open {
  display: block;
}
@media (max-width: 768px) {
  body.public_pages.volunteers.index .nav-links, body.public_pages.volunteers.index .nav-cta {
    display: none;
  }
  body.public_pages.volunteers.index .nav-burger {
    display: flex;
  }
  body.public_pages.volunteers.index .nav-logo span {
    font-size: 12px;
  }
}
body.public_pages.volunteers.index #back-to-top {
  position: fixed;
  bottom: 28px;
  right: 20px;
  height: 40px;
  padding: 0 16px;
  background: var(--c-primary);
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: background var(--transition), opacity var(--transition);
  opacity: 0;
  pointer-events: none;
}
body.public_pages.volunteers.index #back-to-top:hover {
  background: var(--c-primary-dark);
}
body.public_pages.volunteers.index #back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 480px) {
  body.public_pages.volunteers.index #back-to-top {
    bottom: 70px;
    right: 12px;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body.public_pages.volunteers.index .btn-spinner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.public_pages.volunteers.index .btn-spinner::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  flex-shrink: 0;
}
@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.public_pages.volunteers.index .page {
  display: none;
}
body.public_pages.volunteers.index .page.active {
  display: block;
  animation: pageIn 0.15s ease both;
}
body.public_pages.volunteers.index .char-counter {
  font-size: 11px;
  color: var(--c-text-muted);
  text-align: right;
  margin-top: 4px;
  transition: color var(--transition);
}
body.public_pages.volunteers.index .char-counter--warn {
  color: var(--c-orange);
  font-weight: 500;
}
body.public_pages.volunteers.index .section {
  padding: 48px 24px;
}
body.public_pages.volunteers.index .section-blue {
  background: var(--c-primary-bg);
}
body.public_pages.volunteers.index .section-dark {
  background: var(--c-primary);
  color: #fff;
}
body.public_pages.volunteers.index .section-white {
  background: #fff;
}
body.public_pages.volunteers.index .hero-section {
  background: linear-gradient(rgba(21, 101, 192, 0.78), rgba(21, 101, 192, 0.78)), var(--c-primary);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 48px 24px;
  text-align: center;
}
body.public_pages.volunteers.index .hero-section h1, body.public_pages.volunteers.index .hero-section h2 {
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  margin-bottom: 8px;
}
body.public_pages.volunteers.index .hero-section p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
body.public_pages.volunteers.index .home-hero {
  color: #fff;
  padding: 60px 24px;
  text-align: center;
}
body.public_pages.volunteers.index .home-hero-title {
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
body.public_pages.volunteers.index .home-hero-sub {
  font-size: clamp(15px, 2.5vw, 20px);
  color: #fff;
  max-width: 540px;
  margin: 0 auto 8px;
  font-weight: 500;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
body.public_pages.volunteers.index .home-hero-desc {
  font-size: clamp(13px, 2vw, 15px);
  color: rgba(255, 255, 255, 0.92);
  max-width: 540px;
  margin: 0 auto 32px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
body.public_pages.volunteers.index .section-photo {
  max-width: 900px;
  margin: 0 auto 32px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
body.public_pages.volunteers.index .section-photo img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 3/2;
  object-fit: cover;
}
body.public_pages.volunteers.index .max900 {
  max-width: 900px;
  margin: 0 auto;
}
body.public_pages.volunteers.index .max700 {
  max-width: 700px;
  margin: 0 auto;
}
body.public_pages.volunteers.index .grid3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
body.public_pages.volunteers.index .grid2-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
@media (max-width: 640px) {
  body.public_pages.volunteers.index .grid3 {
    grid-template-columns: 1fr;
  }
}
body.public_pages.volunteers.index .sec-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--c-primary);
  margin-bottom: 8px;
  text-align: center;
}
body.public_pages.volunteers.index .sec-sub {
  font-size: 14px;
  color: var(--c-text-mid);
  text-align: center;
  margin-bottom: 32px;
}
body.public_pages.volunteers.index .sec-title.white {
  color: #fff;
}
body.public_pages.volunteers.index .sec-sub.white {
  color: rgba(255, 255, 255, 0.9);
}
body.public_pages.volunteers.index .btn-primary, body.public_pages.volunteers.index .btn-outline-blue, body.public_pages.volunteers.index .btn-white, body.public_pages.volunteers.index .btn-orange, body.public_pages.volunteers.index .btn-amber, body.public_pages.volunteers.index .btn-outline-white {
  padding: 11px 22px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
body.public_pages.volunteers.index .btn-primary, body.public_pages.volunteers.index .btn-white, body.public_pages.volunteers.index .btn-orange, body.public_pages.volunteers.index .btn-amber {
  border: none;
}
body.public_pages.volunteers.index .btn-outline-blue, body.public_pages.volunteers.index .btn-outline-white {
  border-width: 2px;
  border-style: solid;
}
body.public_pages.volunteers.index .btn-primary {
  background: var(--c-primary);
  color: #fff;
}
body.public_pages.volunteers.index .btn-primary:hover {
  background: var(--c-primary-dark);
}
body.public_pages.volunteers.index .btn-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
body.public_pages.volunteers.index .btn-outline-blue {
  background: transparent;
  color: var(--c-primary);
  border-color: var(--c-primary);
}
body.public_pages.volunteers.index .btn-outline-blue:hover {
  background: var(--c-primary-pale);
}
body.public_pages.volunteers.index .btn-white {
  background: #fff;
  color: var(--c-primary);
}
body.public_pages.volunteers.index .btn-white:hover {
  background: var(--c-primary-pale);
  color: var(--c-primary-dark);
}
body.public_pages.volunteers.index .btn-orange {
  background: var(--c-orange);
  color: #fff;
}
body.public_pages.volunteers.index .btn-orange:hover {
  background: #bf360c;
}
body.public_pages.volunteers.index .btn-amber {
  background: var(--c-amber);
  color: #fff;
}
body.public_pages.volunteers.index .btn-amber:hover {
  background: #7c3b00;
}
body.public_pages.volunteers.index .btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}
body.public_pages.volunteers.index .btn-outline-white:hover {
  background: #fff;
  color: var(--c-primary);
}
body.public_pages.volunteers.index .phone-banner {
  background: var(--c-primary-bg);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  max-width: 900px;
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
body.public_pages.volunteers.index .phone-banner-icon {
  font-size: 32px;
  flex-shrink: 0;
}
body.public_pages.volunteers.index .phone-banner-text {
  flex: 1;
  min-width: 180px;
}
body.public_pages.volunteers.index .phone-banner-text p {
  font-size: 13px;
  color: var(--c-text-mid);
  margin-bottom: 6px;
}
body.public_pages.volunteers.index .phone-banner-num {
  font-size: 24px;
  font-weight: 700;
  color: var(--c-primary);
  display: block;
  line-height: 1.2;
}
body.public_pages.volunteers.index .phone-banner-num2 {
  font-size: 16px;
  font-weight: 600;
  color: var(--c-primary);
  display: block;
  margin-top: 8px;
}
body.public_pages.volunteers.index .phone-banner-hours {
  font-size: 12px;
  color: var(--c-text-muted);
  margin-top: 4px;
  display: block;
}
body.public_pages.volunteers.index .phone-banner-cta {
  background: var(--c-primary);
  color: #fff;
  padding: 12px 22px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: background var(--transition);
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
body.public_pages.volunteers.index .phone-banner-cta:hover {
  background: var(--c-primary-dark);
}
@media (max-width: 480px) {
  body.public_pages.volunteers.index .phone-banner {
    flex-direction: column;
    text-align: center;
  }
  body.public_pages.volunteers.index .phone-banner-cta {
    width: 100%;
  }
}
body.public_pages.volunteers.index .ext-badge {
  display: inline-block;
  font-size: 10px;
  background: var(--c-primary-pale);
  color: var(--c-primary);
  border-radius: 4px;
  padding: 1px 5px;
  margin-left: 5px;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
}
body.public_pages.volunteers.index .ext-badge-inv {
  display: inline-block;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 4px;
  padding: 1px 5px;
  margin-left: 5px;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
}
body.public_pages.volunteers.index .stat-card {
  background: #fff;
  border: 1px solid var(--c-border-light);
  border-radius: var(--radius-lg);
  padding: 24px 16px;
  text-align: center;
}
body.public_pages.volunteers.index .stat-num {
  font-size: 30px;
  font-weight: 700;
  color: var(--c-primary);
  margin-bottom: 4px;
}
body.public_pages.volunteers.index .stat-label {
  font-size: 13px;
  color: var(--c-text-mid);
}
body.public_pages.volunteers.index .mvv-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-top: 4px solid var(--c-primary);
  border-radius: var(--radius-lg);
  padding: 22px;
}
body.public_pages.volunteers.index .mvv-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-primary);
  margin-bottom: 10px;
}
body.public_pages.volunteers.index .mvv-card p {
  font-size: 13px;
  color: var(--c-text-soft);
  line-height: 1.7;
  text-align: justify;
  hyphens: auto;
}
body.public_pages.volunteers.index .saiba-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 20px;
  text-align: center;
}
body.public_pages.volunteers.index .saiba-item .num {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}
body.public_pages.volunteers.index .saiba-item .lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.92);
}
body.public_pages.volunteers.index .doar-card {
  background: #fff;
  border: 2px solid var(--c-border);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  transition: border-color var(--transition);
}
body.public_pages.volunteers.index .doar-card:hover {
  border-color: var(--c-primary);
}
body.public_pages.volunteers.index .doar-card .d-icon {
  font-size: 32px;
  margin-bottom: 12px;
}
body.public_pages.volunteers.index .doar-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-primary);
  margin-bottom: 8px;
}
body.public_pages.volunteers.index .doar-card p {
  font-size: 13px;
  color: var(--c-text-soft);
  line-height: 1.7;
  display: block;
}
body.public_pages.volunteers.index .doar-card .d-val {
  font-size: 16px;
  font-weight: 700;
  color: var(--c-text);
  margin: 8px 0 4px;
  font-family: monospace;
}
body.public_pages.volunteers.index .copy-btn {
  background: var(--c-primary-bg);
  border: 1px solid var(--c-primary);
  color: var(--c-primary);
  padding: 5px 12px;
  border-radius: var(--radius);
  font-size: 12px;
  cursor: pointer;
  margin-top: 8px;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
body.public_pages.volunteers.index .copy-btn.success {
  background: var(--c-success-bg);
  border-color: var(--c-success-bdr);
  color: var(--c-success);
}
body.public_pages.volunteers.index .camp-type {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 0;
  padding: 22px;
  border-left: 5px solid var(--c-primary);
}
body.public_pages.volunteers.index .camp-type h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-primary);
  margin-bottom: 8px;
}
body.public_pages.volunteers.index .camp-type p {
  font-size: 13px;
  color: var(--c-text-soft);
  line-height: 1.7;
  text-align: justify;
  hyphens: auto;
}
body.public_pages.volunteers.index .camp-type .dates {
  font-size: 12px;
  font-weight: 600;
  color: #ff8f00;
  margin-bottom: 8px;
}
body.public_pages.volunteers.index .ins-card {
  background: #fff;
  border: 2px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 22px;
  text-align: center;
  transition: border-color var(--transition), background var(--transition);
}
body.public_pages.volunteers.index .ins-card:hover {
  border-color: var(--c-primary);
  background: var(--c-primary-bg);
}
body.public_pages.volunteers.index .ins-card .ic {
  font-size: 32px;
  margin-bottom: 10px;
}
body.public_pages.volunteers.index .ins-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-primary);
  margin-bottom: 8px;
}
body.public_pages.volunteers.index .ins-card p {
  font-size: 12px;
  color: var(--c-text-muted);
  line-height: 1.6;
}
body.public_pages.volunteers.index .ins-card .horario {
  font-size: 12px;
  background: var(--c-primary-pale);
  color: var(--c-primary);
  padding: 4px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 8px;
  font-weight: 500;
}
body.public_pages.volunteers.index .contact-icon {
  width: 34px;
  height: 34px;
  background: var(--c-primary-pale);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  margin-bottom: 8px;
}
body.public_pages.volunteers.index .contact-box {
  padding: 16px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.public_pages.volunteers.index .contact-box h3 {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-primary);
  margin-bottom: 4px;
}
body.public_pages.volunteers.index .contact-box p, body.public_pages.volunteers.index .contact-box a {
  font-size: 12px;
  color: var(--c-text-soft);
  line-height: 1.6;
  display: block;
}
body.public_pages.volunteers.index .recibo-box {
  background: #fffbf0;
  border: 1px solid #ffe082;
  border-radius: 10px;
  padding: 18px 22px;
  max-width: 620px;
  margin: 0 auto;
  font-size: 13px;
  color: #5c4a00;
  line-height: 1.8;
}
body.public_pages.volunteers.index .rgpd-text {
  font-size: 13px;
  color: var(--c-text-soft);
  line-height: 1.8;
  background: #f9fbff;
  border-radius: 10px;
  padding: 22px;
  border: 1px solid #e3edf7;
}
body.public_pages.volunteers.index .rgpd-text h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-primary);
  margin: 14px 0 6px;
}
body.public_pages.volunteers.index .rgpd-text h3:first-child {
  margin-top: 0;
}
body.public_pages.volunteers.index .sabia-item-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px 0;
  border-bottom: 1px solid #eef3fa;
}
body.public_pages.volunteers.index .sabia-item-row:last-child {
  border-bottom: none;
}
body.public_pages.volunteers.index .sabia-item-row p {
  text-align: justify;
  hyphens: auto;
}
body.public_pages.volunteers.index .sabia-bullet {
  width: 26px;
  height: 26px;
  background: var(--c-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
body.public_pages.volunteers.index .rec-item {
  display: flex;
  gap: 12px;
  padding: 13px;
  background: #f9fbff;
  border-radius: 8px;
  margin-bottom: 10px;
}
body.public_pages.volunteers.index .rec-num {
  width: 26px;
  height: 26px;
  background: var(--c-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
body.public_pages.volunteers.index .rec-item p {
  font-size: 13px;
  color: var(--c-text-soft);
  line-height: 1.6;
}
body.public_pages.volunteers.index .ct-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-rows: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
body.public_pages.volunteers.index .ct-contact-grid .contact-box {
  height: 100%;
}
@media (max-width: 440px) {
  body.public_pages.volunteers.index .ct-contact-grid {
    grid-template-columns: 1fr;
  }
}
body.public_pages.volunteers.index .hist-th {
  cursor: pointer;
  user-select: none;
  position: relative;
  padding-right: 20px !important;
}
body.public_pages.volunteers.index .hist-th:hover {
  background: #1255a0;
}
body.public_pages.volunteers.index .hist-th::after {
  content: "↕";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  opacity: 0.5;
}
body.public_pages.volunteers.index .hist-th.asc::after {
  content: "↑";
  opacity: 1;
}
body.public_pages.volunteers.index .hist-th.desc::after {
  content: "↓";
  opacity: 1;
}
body.public_pages.volunteers.index .hist-wrap {
  overflow-x: auto;
}
body.public_pages.volunteers.index .field-group {
  margin-bottom: 14px;
}
body.public_pages.volunteers.index .required-note {
  font-size: 12px;
  color: var(--c-text-muted);
  margin-bottom: 16px;
  padding: 8px 12px;
  background: var(--c-primary-bg);
  border-radius: var(--radius);
  border-left: 3px solid var(--c-primary);
}
body.public_pages.volunteers.index label {
  font-size: 13px;
  font-weight: 500;
  color: var(--c-text);
  display: block;
  margin-bottom: 5px;
}
body.public_pages.volunteers.index input[type=text], body.public_pages.volunteers.index input[type=email], body.public_pages.volunteers.index input[type=tel], body.public_pages.volunteers.index input[type=date], body.public_pages.volunteers.index select, body.public_pages.volunteers.index textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid var(--c-border-light);
  border-radius: var(--radius);
  font-size: 13px;
  color: var(--c-text);
  background: #fff;
  outline: none;
  font-family: inherit;
  transition: border-color var(--transition), box-shadow var(--transition);
}
body.public_pages.volunteers.index input:focus, body.public_pages.volunteers.index select:focus, body.public_pages.volunteers.index textarea:focus {
  border-color: var(--c-primary);
  box-shadow: 0 0 0 3px rgba(21, 101, 192, 0.08);
}
body.public_pages.volunteers.index input.err, body.public_pages.volunteers.index select.err, body.public_pages.volunteers.index textarea.err {
  border-color: #e24b4a;
}
body.public_pages.volunteers.index input.valid, body.public_pages.volunteers.index select.valid, body.public_pages.volunteers.index textarea.valid {
  border-color: #388e3c;
}
body.public_pages.volunteers.index textarea {
  resize: vertical;
  min-height: 80px;
}
body.public_pages.volunteers.index .checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
body.public_pages.volunteers.index .checkbox-row input[type=checkbox] {
  width: auto;
  margin-top: 2px;
}
body.public_pages.volunteers.index .checkbox-row label {
  font-size: 12px;
  color: var(--c-text-soft);
  margin-bottom: 0;
  font-weight: 400;
}
body.public_pages.volunteers.index .form-section {
  background: #f9fbff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  max-width: 680px;
  margin: 0 auto;
}
body.public_pages.volunteers.index .form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}
body.public_pages.volunteers.index .form-row.full {
  grid-template-columns: 1fr;
}
@media (max-width: 520px) {
  body.public_pages.volunteers.index .form-row {
    grid-template-columns: 1fr;
  }
}
body.public_pages.volunteers.index .err-msg {
  font-size: 12px;
  color: #e24b4a;
  margin-top: 4px;
  display: none;
}
body.public_pages.volunteers.index .err-msg.show {
  display: block;
}
body.public_pages.volunteers.index .feedback-msg {
  display: none;
  margin-top: 14px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
body.public_pages.volunteers.index .feedback-msg.green {
  background: var(--c-success-bg);
  border: 1px solid var(--c-success-bdr);
}
body.public_pages.volunteers.index .feedback-msg.red {
  background: var(--c-error-bg);
  border: 1px solid var(--c-error-bdr);
}
body.public_pages.volunteers.index .field-hint {
  font-size: 11px;
  color: var(--c-text-muted);
  margin-top: 4px;
  line-height: 1.5;
}
body.public_pages.volunteers.index .hp-field {
  display: none !important;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
body.public_pages.volunteers.index .banner-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 560px) {
  body.public_pages.volunteers.index .banner-btns {
    flex-direction: column;
    align-items: stretch;
  }
  body.public_pages.volunteers.index .banner-btns a, body.public_pages.volunteers.index .banner-btns button {
    width: 100%;
  }
}
body.public_pages.volunteers.index .doar-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  body.public_pages.volunteers.index .doar-grid {
    grid-template-columns: 1fr;
  }
}
body.public_pages.volunteers.index .camps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
body.public_pages.volunteers.index .ins-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  max-width: 700px;
  margin: 0 auto 24px;
}
@media (max-width: 640px) {
  body.public_pages.volunteers.index .camps-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  body.public_pages.volunteers.index .ins-grid {
    grid-template-columns: 1fr;
  }
}
body.public_pages.volunteers.index .countdown-section {
  background: #0d47a1;
  padding: 28px 24px;
  text-align: center;
}
body.public_pages.volunteers.index .countdown-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
body.public_pages.volunteers.index .countdown-grid {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
body.public_pages.volunteers.index .countdown-box {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  min-width: 80px;
  text-align: center;
}
body.public_pages.volunteers.index .countdown-num {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
body.public_pages.volunteers.index .countdown-lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 4px;
}
body.public_pages.volunteers.index .map-container {
  max-width: 700px;
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
  min-height: 200px;
  background: var(--c-primary-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
body.public_pages.volunteers.index .map-skeleton {
  width: 100%;
  height: 480px;
  background: linear-gradient(90deg, #dce8f5 25%, #e8f2fc 50%, #dce8f5 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
body.public_pages.volunteers.index #site-footer {
  background: var(--c-dark-bg);
  color: #b8cfe8;
  padding: 40px 24px 18px;
}
body.public_pages.volunteers.index .footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 32px;
}
body.public_pages.volunteers.index .footer-col h2 {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
body.public_pages.volunteers.index .footer-col p {
  font-size: 12px;
  line-height: 2;
  color: #7a9cc0;
}
body.public_pages.volunteers.index .social-links {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
}
body.public_pages.volunteers.index .soc-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius);
  padding: 6px 12px;
  font-size: 12px;
  color: #b8cfe8;
  display: inline-block;
  transition: background var(--transition), color var(--transition);
}
body.public_pages.volunteers.index .soc-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
body.public_pages.volunteers.index .mail-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
body.public_pages.volunteers.index .mail-row input {
  flex: 1;
  padding: 7px 10px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font-size: 12px;
  outline: none;
}
body.public_pages.volunteers.index .mail-row input::placeholder {
  color: #6a8aaa;
}
body.public_pages.volunteers.index .mail-row input.err {
  border-color: #e24b4a;
}
body.public_pages.volunteers.index .mail-row button {
  background: var(--c-primary);
  color: #fff;
  border: none;
  padding: 7px 12px;
  border-radius: var(--radius);
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--transition);
}
body.public_pages.volunteers.index .mail-row button:hover {
  background: var(--c-primary-dark);
}
body.public_pages.volunteers.index .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 14px;
  text-align: center;
  font-size: 11px;
  color: #3a5a7a;
}
