:root {
  --primary: #0a6b5f;
  --secondary: #f2f6f5;
  --accent: #ffb703;
  --dark: #0f1d1a;
  --sidebar-width: 260px;
  --topbar-height: 64px;
}

body {
  color: var(--dark);
}

.page-home {
  /*font-family: "Ropa Sans", sans-serif;*/
  background: radial-gradient(1200px 600px at 15% -10%, #e3fbf7 10%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}

.page-admin {
  background: #f7fbfa;
  overflow-x: hidden;
}

.page-auth,
.page-school {
  min-height: 100vh;
  background: radial-gradient(1200px 600px at 10% -10%, #e3fbf7 10%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}

.brand {
  color: var(--primary);
}

.navbar-brand span {
  color: var(--primary);
}

.sidebar {
  background: #ffffff;
  border-right: 1px solid rgba(15, 29, 26, 0.08);
}

.admin-topbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  height: var(--topbar-height);
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 29, 26, 0.08);
  display: flex;
  align-items: center;
}

.admin-sidebar {
  position: fixed;
  top: var(--topbar-height);
  left: 0;
  width: var(--sidebar-width);
  height: calc(100vh - var(--topbar-height));
  overflow-y: auto;
  z-index: 1020;
  box-shadow: 4px 0 18px rgba(15, 29, 26, 0.06);
  transform: translateX(0);
  transition: transform 0.25s ease;
}

.sidebar-inner {
  min-height: 100%;
}

.admin-content {
  padding: 1.5rem 1rem 2rem;
  padding-top: calc(var(--topbar-height) + 1.5rem);
}

@media (min-width: 992px) {
  .admin-content {
    padding-left: calc(var(--sidebar-width) + 1.5rem);
    padding-right: 1.5rem;
  }

  .sidebar-collapsed .admin-content {
    padding-left: 1.5rem;
  }
}

.sidebar-collapsed .admin-sidebar {
  transform: translateX(-100%);
}

.nav-pills .nav-link.active {
  background: rgba(10, 107, 95, 0.12);
  color: var(--primary);
}

.sidebar .nav-pills {
  --bs-nav-pills-link-active-bg: rgba(10, 107, 95, 0.12);
  --bs-nav-pills-link-active-color: var(--primary);
}

.sidebar-submenu {
  padding-left: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.sidebar-submenu .nav-link {
  font-size: 0.95rem;
  color: #2a3b36;
}

.sidebar-submenu .nav-link.text-dark {
  color: #2a3b36;
}

.sidebar-submenu .nav-link:hover {
  color: var(--primary);
  background: rgba(10, 107, 95, 0.08);
}

.sidebar-submenu-toggle {
  text-align: left;
}

.stat-card,
.panel-card,
.chart-card {
  background: #ffffff;
  border: 1px solid rgba(15, 29, 26, 0.08);
  border-radius: 18px;
}

.stat-card h3 {
  color: var(--primary);
}

.badge-status {
  background: rgba(10, 107, 95, 0.12);
  color: var(--primary);
}

.table thead th {
  font-weight: 600;
  color: var(--dark);
}

.sidebar-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 38px;
  padding: 6px;
}

.sidebar-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.btn-primary {
  background: var(--primary);
  border: none;
}

.btn-primary:hover,
.btn-primary:focus {
  background: #095e54;
}

.hero {
  padding: 7.5rem 0 5.5rem;
  background-image:
    linear-gradient(rgba(7, 12, 15, 0.82), rgba(7, 12, 15, 0.82)),
    url("images/784.jpg");
  background-repeat: repeat;
  background-size: 420px auto;
  background-position: top left;
  color: #ffffff;
}

.hero h1,
.hero .lead,
.hero .small,
.hero .text-muted {
  color: #ffffff !important;
}

.hero .pill {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.hero .cta-outline {
  border-color: #ffffff;
  color: #ffffff;
}

.hero .cta-outline:hover,
.hero .cta-outline:focus {
  background: #ffffff;
  color: #0f1d1a;
}

.hero-card {
  background: #ffffff;
  border: 1px solid rgba(10, 107, 95, 0.12);
  box-shadow: 0 30px 70px rgba(15, 29, 26, 0.08);
  border-radius: 24px;
}

.hero-video {
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.hero-video-title {
  padding: 1.5rem 1.5rem 0;
}

.hero-video-frame iframe {
  border: 0;
}

.pill {
  background: rgba(10, 107, 95, 0.08);
  color: var(--primary);
  font-weight: 600;
}

.section-title {
  color: var(--primary);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.cta-primary {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: #fff;
}

.cta-primary:hover,
.cta-primary:focus {
  background: #095e54;
}

.cta-luminous {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.42),
    0 0 18px rgba(255, 255, 255, 0.55),
    0 12px 24px rgba(10, 107, 95, 0.35);
}

.cta-luminous:hover,
.cta-luminous:focus {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.6),
    0 0 24px rgba(255, 255, 255, 0.72),
    0 14px 28px rgba(10, 107, 95, 0.45);
}

.button-8 {
    color: #fff;
    background-color: #1b964e;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    box-shadow: 0 0 8px 0 rgba(154,171,237,1);
    -webkit-box-shadow: 0 0 8px 0 rgba(154,171,237,1);
    -moz-box-shadow: 0 0 8px 0 rgba(154,171,237,1)
}

.button-8:hover {
    box-shadow: 0 0 12px 0 rgba(154,171,237,1);
    cursor: pointer;
    background-color: #2ecc71;
}

.button-8:active {
    box-shadow: 0 0 4px 0 rgba(154,171,237,1);
    background-color: #16a085 !important; 
}

.button-8 i {
    font-size: 30px;
    padding-right: 5px
}

.cta-outline {
  border: 2px solid var(--primary);
  color: var(--primary);
}

.cta-outline:hover,
.cta-outline:focus {
  background: var(--primary);
  color: #fff;
}

.feature-card {
  border: 1px solid rgba(15, 29, 26, 0.08);
  border-radius: 18px;
  background: #fff;
  height: 100%;
}

.feature-card h5{
    border-bottom: 4px dotted #18a999;
    max-width: fit-content;
}

#funcionalidades .feature-card {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
}

#funcionalidades .row.g-4 > .col-12 {
  position: relative;
}

#funcionalidades .row.g-4 > .col-12:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f1f3f5;
  z-index: 0;
}

.feature-card-image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
  box-shadow: 0 8px 18px rgba(15, 29, 26, 0.14);
}

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

.stats {
  background: var(--secondary);
  border-radius: 24px;
}

.footer {
  border-top: 1px solid rgba(15, 29, 26, 0.08);
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-color: #0a6b5f;
}

.blink_me {
    animation: blinker 1s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.gradOnda {
  background-color: #0a6b5f;
  background-image:
    radial-gradient(1100px 220px at -10% 25%, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0) 65%),
    radial-gradient(900px 180px at 120% 70%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 68%),
    linear-gradient(100deg, #064940 0%, #0a6b5f 36%, #0e7f72 62%, #08584f 100%);
  background-size: 220% 150%, 220% 150%, 180% 180%;
  background-position: 0% 20%, 0% 80%, 0% 50%;
  animation: testimonials-wave 10s linear infinite;
}

.gradOnda::before {
  content: "";
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -80%;
  width: 68%;
  background:
    linear-gradient(
      100deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.18) 40%,
      rgba(255, 255, 255, 0.34) 50%,
      rgba(255, 255, 255, 0.18) 60%,
      rgba(255, 255, 255, 0) 100%
    );
  filter: blur(16px);
  opacity: 0.58;
  transform: skewX(-14deg) translateX(0);
  animation: testimonials-shine 18s ease-in-out infinite;
  pointer-events: none;
}

.testimonials-section .container {
  position: relative;
  z-index: 1;
}

.testimonials-section .section-title {
  color: rgba(255, 255, 255, 0.72);
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  backdrop-filter: blur(2px);
}

#faq .accordion-body {
  color: #6c757d;
  margin-left: 1rem;
}

.retention-option {
  min-width: 92px;
}

.retention-option.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.price-display {
  line-height: 1;
}

.price-currency {
  font-size: 1.25rem;
  font-weight: 600;
  vertical-align: top;
  margin-right: 0.25rem;
}

.price-main {
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
}

.price-cents {
  font-size: 1.1rem;
  font-weight: 600;
  vertical-align: super;
}

@keyframes testimonials-wave {
  0% {
    background-position: 0% 20%, 0% 80%, 0% 50%;
  }
  50% {
    background-position: 55% 35%, 60% 65%, 50% 50%;
  }
  100% {
    background-position: 110% 20%, 115% 80%, 100% 50%;
  }
}

@keyframes testimonials-shine {
  0% {
    transform: skewX(-14deg) translateX(0);
    opacity: 0;
  }
  12% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.6;
  }
  88% {
    opacity: 0.5;
  }
  100% {
    transform: skewX(-14deg) translateX(260%);
    opacity: 0;
  }
}

.backGold {
    background: #ffeba6;
    background: radial-gradient(circle,rgba(255,245,230,1) 7%,rgba(249,210,51,1) 89%);
    animation: gradientMove 10s ease infinite;
    background-size: 400% 400%
}


.moveBackGrad {
    background: linear-gradient(-45deg,#20d489,#016b31,#041e44,#207191);
    background-size: 400% 400%;
    animation: gradientMove 7s ease infinite
}

.support-photo {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  margin: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  box-shadow: none;
}

.support-whatsapp i {
  margin-right: 0.45rem;
}

#suporte .support-row {
  min-height: 360px;
}

#suporte .support-content {
  min-height: 100%;
}

#suporte {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  #suporte .support-row {
    min-height: 0;
  }

  .support-photo {
    height: auto;
    max-height: 360px;
  }
}

.moveBackGrad_Ori {
    background: linear-gradient(-45deg,#ee7752,#67328a,#0b316b,#207191);
    background-size: 400% 400%;
    animation: gradientMove 7s ease infinite
}

@keyframes gradientMove {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}


.snip1533 {
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: 310px;
    min-width: 250px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border-top: 5px solid #025585
}

.snip1533 *,.snip1533 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.snip1533 figcaption {
    padding: 13% 10% 12%
}

.snip1533 figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    color: #025585;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 32px;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px
}

.snip1533 h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin: 10px 0 5px
}

.snip1533 h4 {
    font-weight: 400;
    margin: 0;
    opacity: .5
}

.snip1533 blockquote {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 20px
}




@media (min-width: 992px) {
  .hero .display-5 {
    font-size: 2.7rem;
  }

  .hero .lead {
    font-size: 1.05rem;
  }
}

@media print {
  body {
    background: #ffffff !important;
  }

  body * {
    visibility: hidden;
  }

  .section-to-print,
  .section-to-print * {
    visibility: visible;
  }

  .section-to-print {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff !important;
  }

  .section-to-print .panel-card {
    border: none;
    box-shadow: none;
    background: #ffffff;
  }

  .no-print {
    display: none !important;
  }
}

.print-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.print-table th,
.print-table td {
  border: 1px solid #cfd6d4;
  padding: 8px 10px;
  vertical-align: top;
  white-space: pre-wrap;
}

.print-table th {
  background: #e6e6e6;
  text-align: left;
  font-weight: 600;
}

.print-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.auth-card {
  border: 1px solid rgba(15, 29, 26, 0.08);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(15, 29, 26, 0.12);
  background: #fff;
}

.form-control:focus {
  border-color: rgba(10, 107, 95, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(10, 107, 95, 0.2);
}

.divider {
  position: relative;
  text-align: center;
}

.divider::before,
.divider::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: rgba(15, 29, 26, 0.12);
}

.divider::before {
  left: 0;
}

.divider::after {
  right: 0;
}

.school-card {
  border: 1px solid rgba(15, 29, 26, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 29, 26, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.school-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(15, 29, 26, 0.12);
}

.topbar {
  background: #fff;
  border-bottom: 1px solid rgba(15, 29, 26, 0.08);
}

.donut-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: conic-gradient(
    #0a6b5f 0% 30%,
    #18a999 30% 50%,
    #ffb703 50% 65%,
    #f25c54 65% 78%,
    #4361ee 78% 90%,
    #adb5bd 90% 100%
  );
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(15, 29, 26, 0.06);
}

.donut::after {
  content: "";
  position: absolute;
  inset: 28%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(15, 29, 26, 0.06);
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .hero {
    padding-top: 5rem;
  }

  .page-home .navbar-nav {
    width: 100%;
  }

  .page-home .navbar-nav .nav-item {
    width: 100%;
  }

  .page-home .navbar-nav .nav-item .btn {
    width: 100%;
    margin-bottom: 0.75rem;
  }

  .page-home .navbar-nav .nav-item:last-child .btn {
    margin-bottom: 0;
  }
}


.backcross {
    background-color: #090909;
    opacity: .8;
    background: radial-gradient(circle,transparent 20%,#090909 20%,#090909 80%,transparent 80%,transparent),radial-gradient(circle,transparent 20%,#090909 20%,#090909 80%,transparent 80%,transparent) 30px 30px,linear-gradient(#1c1c1c 2.4000000000000004px,transparent 2.4000000000000004px) 0 -1.2000000000000002px,linear-gradient(90deg,#1c1c1c 2.4000000000000004px,#090909 2.4000000000000004px) -1.2000000000000002px 0;
    background-size: 60px 60px,60px 60px,30px 30px,30px 30px
}

.mywrap {
    flex-wrap: wrap
}

.mycontainer {
    margin: 0 auto;
    display: flex;
    align-items: center
}

.myitem {
    flex: 1;
    margin: 5px;
    align-items: center
}
