#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: transparent; /* sem fundo */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.spinner {
  position: relative;
  width: 220px;
  height: 220px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.text-center h1 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: baseline;
}

.text-center .paga {
  color: #205E6B;
}

.text-center .so {
  color: #C7F8FF;
  font-size: 26px; /* um pouco mais alto */
  font-weight: 800;
  line-height: 1;
}

.text-center p {
  font-size: 14px;
  color: #444;
  margin-top: 4px;
}

.orbit {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spin 6s linear infinite;
}

.dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #205E6B; 
  border-radius: 50%;
  transform: rotate(calc(var(--i) * 36deg)) translateY(-90px);
  box-shadow: 0 0 6px rgba(223, 17, 23, 0.4);
  transition: transform 0.3s ease;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.top-bar {
      background-color: #000;
      color: #fff;
      font-size: 0.9rem;
      padding: 0.5rem 0;
      border-bottom: 4px solid #205E6B;
    }

    .top-bar i {
      margin-right: 0.4rem;
    }

    .top-bar .info span {
      margin-right: 1.5rem;
    }

    .top-bar .datetime .item {
      margin-left: 1.2rem;
      display: flex;
      align-items: center;
    }

    /*Menu logo*/

    .navbar-custom {
      background-color: #ffffff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
      .navbar-brand{
        width: 350px;
        height: 85px;
        overflow: hidden;
        margin-left: -60px;
      }
    .navbar-brand img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .search-group {
      max-width: 500px;
      margin: auto;
      width: 100%;
      position: relative;
    }

    .search-group input {
      padding-left: 2.5rem;
      border-radius: 30px 0 0 30px;
      border: 1px solid #205E6B;
      border-right: none;
    }

    .search-icon {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #6c757d;
    }

    .search-button {
      border-radius: 0 30px 30px 0;
      background-color: #205E6B;
      color: #fff;
      border: 1px solid #ccc;
      transition: all 0.3s ease;
    }

    .search-button:hover {
      background-color: #d0d0d0;
      color: #000;
    }

    .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      margin-left: 10px;
      background-color: #205E6B;
      border-radius: 50%;
      color: #fff;
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .social-icons a:hover {
      transform: scale(1.1);
      color: #fff;
    }

    .social-icons a.facebook:hover {
      background-color: #1877f2;
    }

    .social-icons a.instagram:hover {
      background-color: #e1306c;
    }

    .social-icons a.linkedin:hover {
      background-color: #0a66c2;
    }

    @media (max-width: 768px) {
      .search-group {
        margin-top: 10px;
      }


      .search-group input {
        padding-left: 2.5rem;
        border-radius: 30px 0 0 30px;
        width: 70%;
        }

        .search-group{
            
            display: flex;
        }

        .search-icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-40%);
        color: #6c757d;
        }

         .search-button {
            border-radius: 0 30px 30px 0;
            background-color: #205E6B;
            color: #fff;
            border: 1px solid #ccc;
            transition: all 0.3s ease;
            width: 30%;
            }
    }

    /*Nabar menu*/

    .navbar.menu {
      background-color: #205E6B;
    }

    

    .nav-link {
      color: #ffffff !important;
      padding: 0.5rem 1rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .nav-item {
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      margin-right: 25px;
      padding-right: 5px;
    }

    .nav-item:last-child {
      border-right: none;
    }

    .nav-link.active {
      
    }

    @media (max-width: 991.98px) {
      .nav-item {
        border-right: none;
      }
    }




    /*carousel*/

    .carousel-inner img {
      height: 100vh;
      object-fit: cover;
      filter: brightness(0.7);
      transition: filter 0.5s ease;
    }

    .carousel-caption {
      bottom: 30%;
      z-index: 10;
      background-color: rgba(0, 0, 0, 0.6);
      width: 40%;
      margin: auto;
      text-align: center;
      padding: 18px;
    }

    .carousel-caption h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 42px;
    }

    .carousel-caption p {
      font-size: 1.25rem;
      font-weight: 700;
    }

    .shop-btn {
      background-color: #205E6B;
      border: none;
      padding: 12px 30px;
      font-size: 1rem;
      border-radius: 25px;
      color: #fff;
      transition: background-color 0.3s;
      margin-bottom: 14px;
    }

    .shop-btn:hover {
      background-color: #205E6B;
    }

    .carousel-thumbnails {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin-top: -80px;
      position: relative;
      z-index: 20;
    }

    .carousel-thumbnails img {
      width: 100px;
      height: 60px;
      object-fit: cover;
      cursor: pointer;
      border: 3px solid transparent;
      transition: transform 0.3s, border-color 0.3s;
      border-radius: 5px;
    }

    .carousel-thumbnails img.active-thumb {
      border-color: #6c63ff;
      transform: scale(1.1);
    }

    @media screen and (max-width: 768px) {

        .carousel-caption {
        bottom: 30%;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        margin: -55px;
        text-align: center;
        }
        
    }

   

    /*Sobre*/


    .sobre-section {
      position: relative;
      padding: 100px 0;
      overflow: hidden;
    }

    /* Clip decorativo à esquerda-inferior */
    .clip-left {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 200px;
      height: 200px;
      background: #205E6B;
      clip-path: polygon(0 30%, 0 100%, 100% 100%);
      z-index: 1;
    }

    /* Clip decorativo à direita-superior */
    .clip-right {
      position: absolute;
      top: 0;
      right: 0;
      width: 200px;
      height: 200px;
      background: #205E6B;
      clip-path: polygon(100% 0, 0 0, 100% 70%);
      z-index: 1;
    }

    .content-container {
      position: relative;
      z-index: 5;
    }


    .card-img-custom {
      height: 390px;
      object-fit: cover;
      border-radius: 0.75rem;
    }

    .image-stack {
      position: relative;
      padding: 1rem;
      max-width: 100%;
    }

    .card-base {
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
      border: none;
      border-radius: 1rem;
      padding: 1rem;
      background-color: #fff;
    }

    .card-top {
      position: absolute;
      bottom: -40px;
      right: -40px;
      width: 60%;
      z-index: 2;
    }
    .lead{
      color: #222;
      font-weight: 400;
    }

    @media (max-width: 992px) {
      .card-top {
        position: static;
        width: 100%;
        margin-top: 1rem;
      }

      .image-stack {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .layout {
        flex-direction: column;
        align-items: center;
      }

      .text-side {
        margin-top: 2rem;
        text-align: center;
      }
    }
    /*Porque escolher*/

    .reason-section {
      position: relative;
      padding: 60px 20px;
      background-color: #f8f9fa;
    }

    .center-image {
      max-width: 300px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }

    .reason {
      max-width: 250px;
      margin: 30px 0;
      position: relative;
      padding: 15px;
      background: white;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
    }

    .reason:hover {
      transform: translateY(-5px);
    }

    .line {
      width: 2px;
      height: 50px;
      background: #205E6B;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }

    .left .line {
      right: -30px;
    }

    .right .line {
      left: -30px;
    }

    .reason-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .reason-group {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }

    .right-group {
      align-items: flex-start;
    }

    @media (max-width: 992px) {
      .reason-container {
        flex-direction: column;
        align-items: center;
      }

      .reason-group {
        align-items: center !important;
      }

      .line {
        display: none;
      }
    }

    /*Serviços*/

    .service-card {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .service-card:hover {
      transform: translateY(-5px);
    }

    .service-image {
      position: relative;
      overflow: hidden;
      height: 220px;
    }

    .service-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .service-image:hover img {
      transform: scale(1.1);
    }

    .icon-overlay {
      position: absolute;
      top: 15px;
      right: 15px;
      background: white;
      border-radius: 50%;
      padding: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .icon-overlay i {
      font-size: 24px;
      color: #205E6B;
    }

    .star-rating i {
      color: #205E6B;
    }

    .star-rating i.far {
      color: lightgray;
    }

    /*Projectos*/

    .clipped-image {
      position: relative;
      clip-path: polygon(0 0, 80% 0, 60% 100%, 0% 100%);
      overflow: hidden;
      height: 100vh;
    }

    .clipped-image::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(rgba(32, 94, 107, 0.7), rgba(32, 94, 107, 0.7));
      z-index: 1;
    }

    .clipped-image img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }

    .project-card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .project-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }

    .project-card img {
      border-radius: 10px;
      margin-bottom: 15px;
      width: 100%;
    }

    .star {
      color: #205E6B;
    }

    .info-icon {
      color: #205E6B;
      margin-right: 5px;
    }


/*contacto*/

.body{

    background-color: #fcfcfc;
      padding: 40px 0;
      font-family: Arial, sans-serif;
}

.contact-card {
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      padding: 30px;
      margin-bottom: 20px;
    }

    .contact-info .icon-text {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .contact-info .icon-text i {
      font-size: 22px;
      color: #205E6B;
      margin-right: 15px;
    }

    .contact-info .icon-text span {
      font-weight: 600;
      font-size: 16px;
    }

    .form-control, .form-label {
      font-size: 15px;
    }

    .btn-custom {
      background-color: #205E6B;
      color: #fff;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      transition: background-color 0.3s ease;
    }

    .btn-custom:hover {
      background-color: #205E6B;
    }

    .section-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 30px;
      border-bottom: 2px solid #205E6B;
      border-bottom-width: 50%;
      display: inline-block;
      padding-bottom: 5px;
      
    }

    iframe {
      border: 0;
      width: 100%;
      height: 230px;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    }

    .ns-col{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }


    @media (max-width: 767.98px) {
      .contact-card {
        margin-bottom: 30px;
      }

      .ns-col{
      display: flex;
      flex-direction: column;
      margin-bottom: 12px;
    }
   

    }


    /*footer*/
    .footer {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

  .footer .social-icons a {
    font-size: 1.2rem;
    transition: color 0.3s ease;
    border: 1px solid #fff;
  }

  .footer .social-icons a:hover {
    color: #205E6B; /* Bootstrap primary color */
  }

  /*Missão visão e valors*/

  .cards-wrapper {
      display: flex;
      justify-content: flex-end;
      padding: 2rem;
    }

    .cards-container {
      display: flex;
      gap: 2rem;
    }

    .custom-card {
      position: relative;
      width: 360px; /* Aumentado */
      background-color: white;
      border-right: 4px solid #205E6B;
      border-radius: 1rem;
      box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
      overflow: hidden;
      padding: 2rem 1.5rem 1.5rem 4rem; /* padding esquerdo ajustado */
    }

    .custom-clip {
      position: absolute;
      top: 0;
      right: 0;
      width: 100px;
      height: 100px;
      background-color: #205E6B;
      clip-path: polygon(100% 0, 100% 100%, 0 0);
      z-index: 0;
    }

    .icon-left {
      position: absolute;
      top: 1.5rem;
      left: 1.2rem;
      background-color: #205E6B;
      color: white;
      border-radius: 50%;
      width: 42px;
      height: 42px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.2rem;
      z-index: 1;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    }

    .custom-card h5 {
      font-weight: bold;
      color: #205E6B;
    }

    .custom-card p {
      color: #333;
    }

    @media (max-width: 992px) {
      .cards-container {
        flex-direction: column;
        align-items: flex-end;
      }



      .custom-card {
      position: relative;
      width: 100%; /* Aumentado */
      background-color: white;
      border-right: 4px solid #205E6B;
      border-radius: 1rem;
      box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
      overflow: hidden;
      margin: 0;
      padding: 2rem 1.5rem 1.5rem 4rem; /* padding esquerdo ajustado */
    }
    }

    .project-card img{
      height: 290px;
      overflow: hidden;
      object-fit: cover;
    }

    /* Whatsapp*/
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .whatsapp-icon {
      background-color: #25D366;
      color: white;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 30px;
      position: relative;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      text-decoration: none;
      transition: transform 0.3s ease-in-out;
    }

    .whatsapp-icon:hover {
      text-decoration: none;
    }

    .whatsapp-badge {
      position: absolute;
      top: -5px;
      right: -5px;
      background: red;
      color: white;
      font-size: 12px;
      font-weight: bold;
      padding: 2px 6px;
      border-radius: 50%;
    }

    .whatsapp-bubble {
      background: white;
      color: black;
      padding: 8px 12px;
      border-radius: 20px;
      font-size: 14px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      position: relative;
    }

    .whatsapp-bubble::before {
      content: '';
      position: absolute;
      left: -6px;
      top: 50%;
      transform: translateY(-50%);
      border: 6px solid transparent;
      border-right-color: white;
    }

    @keyframes zoomRotate {
      0%   { transform: scale(1) rotate(0deg); }
      20%  { transform: scale(1.2) rotate(-8deg); }
      40%  { transform: scale(1.2) rotate(8deg); }
      60%  { transform: scale(1.2) rotate(-6deg); }
      80%  { transform: scale(1.1) rotate(6deg); }
      100% { transform: scale(1) rotate(0deg); }
    }

    .zoom-rotate {
      animation: zoomRotate 0.8s ease-in-out;
    }

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  display: inline-block;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #205E6B;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, #2C7FB4, transparent 20%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}


/*Navbat fixo*/

.fixo-nav{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #2C7FB4;
  border-bottom: 2px solid #2C7FB4;

}