/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

:root {
  --vigha-blue-900: #263143;
  --vigha-blue-700: #33485E;
  --vigha-blue-600: #43698B;
  --vigha-amber-500: #F6A000;
  --vigha-amber-400: #f0c45a;
  --vigha-surface: #f7f9fc;
  --vigha-text: #1d2734;
  --vigha-text-soft: #526173;
  --vigha-border: #dce6f2;
  --vigha-shadow: 0 12px 35px rgba(38, 49, 67, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  padding-top: 56px;
  line-height: 1.6;
  color: var(--vigha-text);
  background:
    radial-gradient(circle at 20% 10%, rgba(240, 196, 90, 0.2), transparent 40%),
    radial-gradient(circle at 85% 35%, rgba(67, 105, 139, 0.2), transparent 45%),
    #ffffff;
}

main {
  overflow: hidden;
}

section {
  font-size: 16px;
  color: var(--vigha-text);
  font-family: 'Montserrat', sans-serif;
  padding: 60px 0;
}

h1 {
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

h2,
h3 {
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  font-size: 18px;
}

.page-header {
  position: relative;
  padding: 8.5rem 0 6.5rem;
  background: linear-gradient(140deg, #263143 0%, #33485E 55%, #43698B 100%);
}

.hero-typing-wrap {
  min-height: 190px;
}

.page-header h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  letter-spacing: 0.01em;
}

.typing-text {
  min-height: 64px;
  font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 820px;
  margin: 16px auto 0;
}

.cta-row .btn {
  border-radius: 14px;
  font-weight: 700;
  padding: 13px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-row .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.btn-vigha-default {
  background-color: var(--vigha-blue-700);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-vigha-default:hover,
.btn-vigha-default:focus {
  background-color: var(--vigha-blue-900);
}

.bg-gradient-primary-to-secondary {
  background-color: #0061f2;
  background-image: linear-gradient(135deg, #263143 0%, rgba(58, 95, 153, 0.8) 100%);
}

.svg-border-rounded svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3rem;
  width: 100%;
}

#calltoaction .row,
#funcionalidades .row {
  margin-bottom: 26px;
}

#calltoaction video {
  border-radius: 18px;
  border: 1px solid var(--vigha-border);
  box-shadow: var(--vigha-shadow);
}

.post-title {
  color: var(--vigha-blue-900);
}

.text-p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--vigha-blue-900);
  font-weight: 700;
  text-decoration: none;
}

.text-p:hover {
  color: var(--vigha-amber-500);
  text-decoration: none;
}

#funcionalidades .nav-pills {
  background: #fff;
  border: 1px solid var(--vigha-border);
  border-radius: 16px;
  padding: 10px;
  box-shadow: var(--vigha-shadow);
}

#funcionalidades .nav-pills .nav-link {
  color: var(--vigha-blue-700);
  font-weight: 700;
  border-radius: 10px;
  margin-bottom: 6px;
  transition: all 0.2s ease;
}

#funcionalidades .nav-pills .nav-link.active {
  background: linear-gradient(120deg, var(--vigha-blue-900), var(--vigha-blue-600));
  color: #fff;
}

#funcionalidades .tab-content {
  background: #fff;
  border: 1px solid var(--vigha-border);
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: var(--vigha-shadow);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--vigha-border);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 8px 20px rgba(38, 49, 67, 0.08);
}

.faq-list summary {
  font-weight: 700;
  color: var(--vigha-blue-900);
  cursor: pointer;
}

.faq-list details p {
  margin: 10px 0 0;
  color: var(--vigha-text-soft);
}

.results tr[visible='false'],
.no-result {
  display: none;
}

.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display: table-row;
}

.counter {
  padding: 8px;
  color: #ccc;
}

.table-overflow {
  max-height: 400px;
  overflow-y: auto;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.whatsapp-float {
  position: fixed;
  width: 72px;
  height: 72px;
  bottom: 28px;
  right: 24px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.28);
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.08);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

@media (max-width: 992px) {
  .page-header {
    padding: 7.5rem 0 5.5rem;
  }

  .hero-typing-wrap {
    min-height: 210px;
  }

  #funcionalidades .col-3,
  #funcionalidades .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #funcionalidades .col-9 {
    padding: 0 12px;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  section {
    padding: 48px 0;
  }

  body {
    line-height: 1.55;
  }

  .typing-text {
    min-height: 80px;
  }

  .whatsapp-float {
    width: 62px;
    height: 62px;
    right: 18px;
    bottom: 18px;
  }

  .whatsapp-icon {
    width: 30px;
    height: 30px;
  }
}

/* Content landing pages updated to the new visual standard. */
.landing-modern header.py-5 {
  background: linear-gradient(120deg, rgba(38, 49, 67, 0.07), rgba(67, 105, 139, 0.11));
  border-bottom: 1px solid var(--vigha-border);
}

.landing-modern .container {
  position: relative;
}

.landing-modern .my-4.col-lg-8,
.landing-modern .col-lg-9.text-p,
.landing-modern .container.text-p {
  background: #fff;
  border: 1px solid var(--vigha-border);
  border-radius: 18px;
  box-shadow: var(--vigha-shadow);
  padding: 24px;
}

.landing-modern .card.bg-graylightvigha {
  border: 1px solid var(--vigha-border);
  border-radius: 18px;
  box-shadow: var(--vigha-shadow);
}

.landing-modern iframe {
  border-radius: 16px;
  border: 1px solid var(--vigha-border);
  box-shadow: 0 10px 24px rgba(38, 49, 67, 0.12);
}

.landing-modern h1,
.landing-modern h2,
.landing-modern h3 {
  color: var(--vigha-blue-900);
}

.landing-modern .btn-vigha,
.landing-modern .btn-vigha-default,
.landing-modern .btn-landingpage {
  border-radius: 12px;
  font-weight: 700;
}

.landing-modern ul li,
.landing-modern ol li {
  margin-bottom: 6px;
  color: var(--vigha-text);
}

@media (max-width: 992px) {
  .landing-modern .my-4.col-lg-8,
  .landing-modern .col-lg-9.text-p,
  .landing-modern .container.text-p {
    padding: 18px;
  }
}