/*=== FONTES ===*/
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:300,400,600,700,800");

/* =====================================================
   BASE
====================================================== */
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  font-size: inherit;
  color: inherit;
}

a:focus,
a:hover {
  color: #2e7eed;
  text-decoration: none;
}

button:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* =====================================================
   TÍTULOS E TEXTOS
====================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #1a1b1f;
  font-weight: 700;
  letter-spacing: -0.5px;
}

h1 {
  font-size: 52px;
  line-height: 1.2;
}

h2 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}

p,
li,
blockquote,
label {
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 28px;
  color: #555555;
  margin-bottom: 0;
}

cite {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

.lora {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 20px;
}
/* =====================================================
   /* Hero: coluna de texto alargada a 100% e centrada 
====================================================== */

    .hero-text-col {
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center !important;
    }

    .hero-wrapper {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #1a1424 0%, #2a1f35 35%, #1a2d38 100%);
      margin-top: 0;
    }

    .hero-canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
    }

    .hero-content-custom {
      position: relative;
      z-index: 1;
      height: 480px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 70px;
      transition: padding-top 0.35s ease;
    }

    .hero-wave {
      position: relative;
      z-index: 1;
      line-height: 0;
      margin-top: -2px;
    }

    .hero-wave svg {
      display: block;
      width: 100%;
      height: 100px;
    }

    .hero-subtitle {
      font-weight: 400;
      opacity: 0.85;
    }

    .feature-image-limited {
      max-height: 420px;
      width: auto;
    }

    .company-text {
      text-align: justify;
      line-height: 1.9;
      color: #555;
    }

    .cta-link-box {
      margin-top: 30px;
    }

    .cta-link-box h2 {
      font-size: 22px;
    }

    .cta-link-box a {
      color: #2e7eed;
    }

    .contact-section-spacing {
      padding-top: 0;
    }

    .contact-section-inner-space {
      padding-top: 4rem;
    }


    .alert-success-custom {
      background: #e8f5e9;
      border: 1px solid #2e7eed;
      color: #1a5c2a;
      border-radius: 5px;
      padding: 15px 20px;
      margin: 0 auto 20px auto;
      font-weight: 600;
      font-size: 17px;
      max-width: 480px;
    }

    .alert-error-custom {
      background: #fdecea;
      border: 1px solid #e53935;
      color: #7f0000;
      border-radius: 5px;
      padding: 15px 20px;
      margin: 0 auto 20px auto;
      font-weight: 600;
      font-size: 17px;
      max-width: 480px;
    }

    @media (max-width: 767px) {
      .hero-text-col {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

/* =====================================================
   SECÇÕES
====================================================== */
.section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

.section-title h1,
.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #1a1b1f;
}

.section-title p {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .section-title p {
    width: 100%;
  }
}

.page-title {
  text-align: center;
}

.bg-gray {
  background: #fafafa;
}

/* =====================================================
   BOTÕES
====================================================== */
.btn {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-main,
.btn-main-md {
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(46, 126, 237, 0.3);
}

.btn-main:hover,
.btn-main-md:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 126, 237, 0.4);
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main-md {
  padding: 17px 38px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main:focus,
.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

/* =====================================================
   FORMULÁRIOS
====================================================== */
.form-control::-webkit-input-placeholder {
  color: #808080;
  line-height: 25px;
  font-size: 16px;
}

.form-control.main {
  background: #fff;
  padding: 15px 20px;
  height: 48px;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  font-size: 16px;
}

.form-control.main:focus {
  border: 1px solid #2e7eed;
  box-shadow: none;
}

textarea.form-control.main {
  height: initial;
}

div.email {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 15px;
}

/* =====================================================
   MENU PRINCIPAL
====================================================== */
.main-nav {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.87) 10%,
    rgba(255, 255, 255, 0.836) 20%,
    rgba(255, 255, 255, 0.226) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.4s ease, box-shadow 0.4s ease;
}

.main-nav.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.main-nav .navbar-brand {
  padding: 0;
}

.main-nav .navbar-nav .nav-item {
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 45px;
  transition: all 0.3s ease;
  display: inline-block;
}

.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #2e7eed;
  transform: scale(1.08);
}

.main-nav .navbar-nav .nav-item .nav-link span i {
  font-size: 11px;
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #2e7eed;
}

.main-nav .navbar-nav .nav-item.active .nav-link:before {
  display: none;
}

/* Remove fundo/cor azul do item atual */
.main-nav .navbar-nav .nav-item.active > .nav-link,
.main-nav .navbar-nav .nav-item > .nav-link.active,
.main-nav .navbar-nav .nav-item > .nav-link {
  background-color: transparent !important;
  color: #000 !important;
}

/* Remove barras decorativas do item ativo */
.main-nav .navbar-nav .nav-item.active > .nav-link::before,
.main-nav .navbar-nav .nav-item.active > .nav-link::after {
  display: none !important;
}

.main-nav .navbar-nav .nav-item > .nav-link:hover,
.main-nav .navbar-nav .nav-item > .nav-link:focus {
  color: #000 !important;
}

/* Item pai fica azul quando o dropdown está aberto */
.main-nav .navbar-nav .nav-item.dropdown.show > .nav-link,
.main-nav .navbar-nav .nav-item.dropdown:hover > .nav-link {
  color: #2e7eed !important;
  background-color: transparent !important;
}

.main-nav .dropdown .dropdown-menu {
  border-radius: 8px;
  padding: 8px 0;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: none;
  margin-top: 0;
}

.main-nav .dropdown .dropdown-menu.show {
  display: block;
}

.main-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 22px;
  color: #2e7eed;
  background: transparent;
  transition: all 0.3s ease;
}

.main-nav .dropdown .dropdown-menu .dropdown-item.active,
.main-nav .dropdown .dropdown-menu .dropdown-item.focus,
.main-nav .dropdown .dropdown-menu .dropdown-item:focus,
.main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background: rgba(46, 126, 237, 0.08);
  color: #1a5cbf;
  padding-left: 28px;
}

.main-nav .dropdown .dropdown-menu li:first-child {
  margin-top: 5px;
}

.main-nav .dropdown .dropdown-menu li:last-child {
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

@media (max-width: 992px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    line-height: 25px;
    display: block;
  }

  .main-nav .dropdown {
    transform: none;
    left: auto;
    position: relative;
    text-align: center;
  }

  .main-nav .dropdown .dropdown-menu {
    border-radius: 0;
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
    font-size: 16px;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.13);
  }
}

@media (min-width: 992px) {
  .main-nav .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: visibility 0.2s, opacity 0.2s, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }

  .main-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
}

/* =====================================================
   HERO
====================================================== */
@media (max-width: 768px) {
  .hero-content {
    height: 420px !important;
    overflow: hidden;
    padding-top: 100px !important;
    padding-bottom: 0;
    transition: padding-top 0.35s ease;
  }

  .hero-content h1 {
    font-size: 32px !important;
    line-height: 1.3;
  }

  .hero-content h2 {
    font-size: 20px !important;
    line-height: 1.5;
  }
}

/* =====================================================
   BLOCOS DE CONTEÚDO
====================================================== */
.left {
  overflow: hidden;
}

.left img {
  margin-left: -40px;
}

@media (max-width: 768px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.hide-overflow,
.service {
  overflow: hidden;
}

.shadow,
.service .service-box {
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.08);
}

.service .service-box {
  padding: 60px;
  background: #fff;
  border-radius: 4px;
}

.service .service-box .service-item {
  text-align: center;
  padding: 10px;
  margin: 20px 0;
}

.service .service-box .service-item i {
  font-size: 20px;
  color: #2e7eed;
  display: inline-block;
  margin-bottom: 10px;
}

.service .service-box .service-item p {
  font-size: 16px;
}

@media (max-width: 768px) {
  .service .service-thumb {
    width: 80%;
    margin: 0 auto;
  }

  .service .service-box {
    width: 80%;
    margin: 0 auto;
  }
}

.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 25px;
}

.feature .testimonial p {
  font-size: 22px;
  line-height: 1.5;
  color: #1a1b1f;
  font-weight: 600;
}

@media (max-width: 768px) {
  .feature .feature-content h2,
  .feature .feature-content p,
  .feature .testimonial {
    text-align: center;
  }
}

/* =====================================================
   FOOTER
====================================================== */
.footer-main {
  padding: 30px 0;
  background: linear-gradient(135deg, #1a1424 0%, #2a1f35 35%, #1a2d38 100%);
}

.footer-links-blue li {
  list-style: none;
}

.footer-links-blue a {
  color: #2e7eed !important;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.footer-links-blue a i {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

.footer-links-blue a:hover {
  color: #fff !important;
}

@media (max-width: 768px) {
  .footer-main {
    padding: 50px 0;
  }
}

/* =====================================================
   SCROLL TO TOP
====================================================== */
.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2e7eed;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}

.scroll-top-to:hover {
  background: #333;
}

@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/* =====================================================
   Contact.php e termos
====================================================== */

.page-title-section {
      background: #fafafa;
      padding: 80px 0 40px 0;
      text-align: center;
      margin-bottom: 50px;
      border-bottom: 1px solid #eaeaea;
    }

    .form-label-custom {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      color: #1a1b1f;
    }
    
    .privacy-content h2 {
      text-align: left;
      margin-top: 40px;
      margin-bottom: 15px;
      font-size: 28px;
    }

    .privacy-content p,
    .privacy-content ul {
      text-align: justify;
    }

    .privacy-content ul {
      margin-left: 20px;
      margin-bottom: 20px;
    }

    .privacy-content ul li {
      margin-bottom: 10px;
    }

     /* =====================================================
       HERO PRIVACIDADE
    ====================================================== */
    .privacy-hero {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #1a1424 0%, #2a1f35 35%, #1a2d38 100%);
      margin-top: 0;
    }

    .privacy-hero-content {
      position: relative;
      z-index: 1;
      min-height: 170px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 105px 0 35px 0;
    }

    .privacy-hero h1 {
      color: #fff;
      margin-bottom: 0;
    }

    #privacy-hero-title {
      transition: opacity 0.2s ease;
    }

    #privacy-hero-title.menu-open-hidden {
      opacity: 0;
      visibility: hidden;
    }

    /* =====================================================
       CONTEÚDO PRIVACIDADE
    ====================================================== */
    .privacy-section {
      background: #fafafa;
      padding-top: 40px;
    }

    .privacy-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
      padding: 45px;
    }

    .privacy-content h2 {
      text-align: left;
      margin-top: 35px;
      margin-bottom: 15px;
      font-size: 28px;
    }

    .privacy-content h2:first-child {
      margin-top: 0;
    }

    .privacy-content p,
    .privacy-content ul {
      text-align: justify;
    }

    .privacy-content p {
      margin-bottom: 18px;
    }

    .privacy-content ul {
      margin-left: 20px;
      margin-bottom: 20px;
    }

    .privacy-content ul li {
      margin-bottom: 10px;
    }

    @media (max-width: 768px) {
      .privacy-hero-content {
        min-height: 150px;
        padding: 95px 0 25px 0;
      }

      .privacy-hero h1 {
        font-size: 34px;
      }

      .privacy-card {
        padding: 25px;
      }

      .privacy-content h2 {
        font-size: 24px;
      }
    }

    /* =====================================================
       HERO CONTACTO
    ====================================================== */
    .contact-hero {
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #1a1424 0%, #2a1f35 35%, #1a2d38 100%);
      margin-top: 0;
    }

    .contact-hero-canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
    }

    .contact-hero-content {
      position: relative;
      z-index: 1;
      min-height: 280px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 105px 0 40px 0;
    }

    .contact-hero h1 {
      color: #fff;
      margin-bottom: 14px;
    }

    .contact-hero p {
      color: rgba(255, 255, 255, 0.85);
      font-size: 18px;
      line-height: 1.6;
      max-width: 720px;
      margin: 0 auto;
    }

    #contact-hero-text {
      transition: opacity 0.2s ease;
    }

    #contact-hero-text.menu-open-hidden {
      opacity: 0;
      visibility: hidden;
    }

    /* =====================================================
       INTRO + FORMULÁRIO
    ====================================================== */
    .contact-intro {
      text-align: center;
      margin-bottom: 35px;
    }

    .contact-intro p {
      max-width: 760px;
      margin: 0 auto;
    }

    .contact-form-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
      padding: 40px;
    }

    .alert-success-custom {
      background: #e8f5e9;
      border: 1px solid #2e7eed;
      color: #1a5c2a;
      border-radius: 5px;
      padding: 15px 20px;
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 17px;
      text-align: center;
    }

    .alert-error-custom {
      background: #fdecea;
      border: 1px solid #e53935;
      color: #7f0000;
      border-radius: 5px;
      padding: 15px 20px;
      margin-bottom: 30px;
      font-weight: 600;
      font-size: 17px;
      text-align: center;
    }

    .form-label-custom {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      color: #1a1b1f;
    }

    @media (max-width: 768px) {
      .contact-hero-content {
        min-height: 230px;
        padding: 95px 0 30px 0;
      }

      .contact-hero h1 {
        font-size: 34px;
      }

      .contact-hero p {
        font-size: 16px;
      }

      .contact-form-box {
        padding: 25px;
      }
    }