body {
    font-family: Arial, Helvetica, sans-serif;
}

.carousel-img {
    height: 500px;
    object-fit: cover;
}

footer {
    font-size: 14px;
}

.main-timeline {
  position: relative;
}

.main-timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #939597;
  border: 5px solid #f5df4d;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

.right::after {
  left: -12px;
}

.card {
  padding: 0px 30px;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

@media screen and (max-width: 600px) {
  .main-timeline::after {
    left: 31px;
  }
  
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .left::after, .right::after {
    left: 18px;
  }
  
  .left::before {
    right: auto;
  }

  .right {
    left: 0%;
  }
}



#btnTopo {
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 22px;
    display: none;
    z-index: 9999;
}

.team-member {
    transition: transform 0.3s ease-in-out;
}

.team-member:hover {
    transform: translateY(-10px);
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f8f9fa;
    color: #0d6efd;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: #0d6efd;
    color: white;
    transform: translateY(-3px);
}

.team-member img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #f8f9fa;
    transition: transform 0.3s ease;
}

.team-member:hover img {
    transform: scale(1.05);
}

.section-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: #0d6efd;
    margin: 20px auto;
}

    .contact-wrapper {
      background: white;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 5px 30px rgba(0,0,0,0.1);
    }

    .contact-info {
      background: linear-gradient(135deg, #0062cc, #0096ff);
      padding: 40px;
      color: white;
    }

    .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 25px;
      transition: all 0.3s ease;
    }

    .contact-item:hover {
      transform: translateX(10px);
    }

    .contact-icon {
      width: 40px;
      height: 40px;
      background: rgba(255,255,255,0.2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
    }

    .social-links {
      margin-top: 30px;
    }

    .social-icon {
      width: 35px;
      height: 35px;
      background: rgba(255,255,255,0.2);
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      transition: all 0.3s ease;
    }

    .social-icon:hover {
      background: white;
      color: #0062cc;
      transform: translateY(-3px);
    }

    .contact-form {
      padding: 40px;
    }

    .form-control {
      border-radius: 10px;
      padding: 12px 15px;
      border: 2px solid #eee;
      transition: all 0.3s ease;
    }

    .form-control:focus {
      border-color: #0062cc;
      box-shadow: none;
    }

    .form-label {
      font-weight: 500;
      margin-bottom: 8px;
    }

    .btn-submit {
      background: linear-gradient(135deg, #0062cc, #0096ff);
      border: none;
      padding: 12px 30px;
      border-radius: 10px;
      transition: all 0.3s ease;
    }

    .btn-submit:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0,98,204,0.3);
    }

    .map-container {
      height: 200px;
      width: 100%;
      border-radius: 5px;
      overflow: hidden;
      margin-top: 0px;
    }


    .footer {
    background: linear-gradient(135deg, #0062cc, #0096ff);
    /*background: linear-gradient(to right, #1a1c20, #2c3e50);*/
    color: #ffffff;
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #3498db, #2ecc71);
}

.footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #3498db, #2ecc71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-about {
    color: #a4b5c6;
    margin-bottom: 25px;
    line-height: 1.6;
}

.footer h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.footer h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #3498db;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #a4b5c6;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #3498db;
    transform: translateX(5px);
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #3498db;
    transform: translateY(-3px);
    color: #fff;
}

.footer-newsletter {
    position: relative;
    margin-top: 20px;
}

.footer-newsletter input {
    padding: 12px 15px;
    border-radius: 25px;
    border: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: none;
    padding-right: 50px;
}

.footer-newsletter input::placeholder {
    color: #a4b5c6;
}

.newsletter-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 40px;
    border-radius: 50%;
    background: #3498db;
    border: none;
    color: #fff;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #2980b9;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #a4b5c6;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-bottom-links a {
    color: #a4b5c6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #3498db;
}

.map {
        width: 100%;
        height: 400px;
      }
      a.skiplink {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
      }
      a.skiplink:focus {
        clip: auto;
        height: auto;
        width: auto;
        background-color: #fff;
        padding: 0.3em;
      }
      #map:focus {
        outline: #4A74A8 solid 0.15em;
      }

@media (max-width: 768px) {
    .footer-section {
        margin-bottom: 40px;
    }
}

.navbar-custom {
    background: linear-gradient(90deg, #003b73, #0056b3);
}

.navbar-custom .nav-link {
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}

.navbar-custom .nav-link:hover {
    color: #ffffff;
}

.highlight-text {
    display: inline-block;
    background: yellow;
    color: black;
    padding: 6px 12px;
    border-radius: 6px;
}

.footer {
    background: #003b73; /* mantém sua cor */
    color: #fff;
}

.footer-box {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.12);
}

.footer-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-text {
    color: rgba(255,255,255,0.85);
    font-size: 14px;
}

.contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.contact-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255,255,255,0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.social-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(255,255,255,0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    transition: 0.2s;
}

.social-icon:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
}

.footer-input {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    color: white;
}

.footer-input:focus {
    background: rgba(255,255,255,0.18);
    border-color: #ffc107;
    color: white;
    box-shadow: none;
}

.footer-newsletter {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footer-input-news {
    flex: 1;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.12);
    color: white;
}

.footer-input-news::placeholder {
    color: rgba(255,255,255,0.7);
}

.newsletter-btn {
    width: 50px;
    border-radius: 10px;
    border: none;
    background: #ffc107;
    color: black;
    font-size: 18px;
    transition: 0.2s;
}

.newsletter-btn:hover {
    background: #ffcd39;
    transform: translateY(-2px);
}

.footer-divider {
    border-color: rgba(255,255,255,0.15);
    margin-top: 25px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 20px;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-bottom-links li a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 14px;
}

.footer-bottom-links li a:hover {
    color: #fff;
    text-decoration: underline;
}

body {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge antigo */
    user-select: none;         /* padrão */
}

.service-icon {
    font-size: 40px;
    color: #003b73;
}

.service-card {
    transition: 0.2s;
    border-radius: 15px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.testimonial-card {
    border-radius: 15px;
}

.team-member img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.timeline-section {
    background: #f8f9fa;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: auto;
    padding-left: 20px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    width: 4px;
    height: 100%;
    background: #003b73;
    border-radius: 10px;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 70px;
}

.timeline-icon {
    position: absolute;
    left: 8px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #003b73;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.15);
}

.timeline-content {
    background: white;
    border-radius: 15px;
    padding: 20px;
    border-left: 6px solid #003b73;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.timeline-content:hover {
    transform: translateY(-4px);
}

.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s ease;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}