/* Estilos básicos do menu */
.globalnav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}


/* Estilização dos itens do menu */
.globalnav-item {
    position: relative;
    margin-left: 0px;
}

/* Links do menu */
.globalnav-link {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
    display: block;
}

/* Dropdown oculto por padrão */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 150px;
}

/* Estilização dos itens do dropdown */
.dropdown-menu li {
    border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

/* Links dentro do dropdown */
.dropdown-menu a {
    padding: 10px 15px;
    display: block;
    color: #333;
    text-decoration: none;
    background: white;
    font-size:12px;

}

.dropdown-menu a:hover {
    background: #f4f4f4;
    color:#19411D;
}

/* Mostrar dropdown ao passar o mouse */
.globalnav-item:hover .dropdown-menu {
    display: block;
}

.pricing2 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  max-height: 100%;
  margin-bottom: 20px;
  margin-top:20px;
}

.pricing2 h1,
.pricing2 h2,
.pricing2 h3,
.pricing2 h4,
.pricing2 h5,
.pricing2 h6 {
  color: #3e4555;
}

.pricing2 .font-weight-medium {
  font-weight: 500;
}

.pricing2 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.pricing2 h5 {
  line-height: 22px;
  font-size: 18px;
  font-weight:bold;
}

.pricing2 .pricing-box {
  margin-top: 140px;
}

.pricing2 .above-card {
  margin: -70px -10px -32px;
}

.pricing2 .pricing-text sup {
  top: -50px;
  font-size: 20px;
}

.pricing2 .pricing-text span {
  font-size: 65px;
  font-weight: 400;
  line-height: 100px;
  color: #263238;
}

.princing2 .p-4 {
  padding: 40px !important;
}

.pricing2 .card.card-shadow {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing2 .btn-success-gradiant {
  background: #346739;
  background: -webkit-linear-gradient(legacy-direction(to right), #346739 0%, #029d11 100%);
  background: -webkit-gradient(linear, left top, right top, from(#346739), to(#029d11));
  background: -webkit-linear-gradient(left, #346739 0%, #029d11 100%);
  background: -o-linear-gradient(left, #346739 0%, #029d11 100%);
  background: linear-gradient(to right, #346739 0%, #029d11 100%);
}

.pricing2 .btn-success-gradiant:hover {
  background: #029d11;
  background: -webkit-linear-gradient(legacy-direction(to right), #029d11 0%, #346739 100%);
  background: -webkit-gradient(linear, left top, right top, from(#029d11), to(#346739));
  background: -webkit-linear-gradient(left, #029d11 0%, #346739 100%);
  background: -o-linear-gradient(left, #029d11 0%, #346739 100%);
  background: linear-gradient(to right, #029d11 0%, #346739 100%);
}

.pricing2 .btn-outline-success {
  color: #66AD60;
  background-color: transparent;
  border-color: #66AD60;
}

.pricing2 .btn-outline-success:hover {
  background: #66AD60;
  border-color: #66AD60;
  color: #ffffff;
}

.pricing2 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .pricing2 {
    max-height: 100%;
    height:100%;
    margin-bottom: 0px;
    width:100%;
    padding-left:8%;
  }
  .pricing2 .pricing-box {
    margin-top: 20px;
    width:100%;
  }
  .pricing2 .display-5 {
    font-size: 36px;
    width:100%;
  }
  .pricing2 .above-card {
    margin: 0;
    width:100%;
  }
  .pricing2 .above-card .card {
    padding: 0px;
    width:100%;
  }
}



/*Area dos logos na home*/
.logos::before, 
        .logos::after {
            content: '';
            width: 300px;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 2;
        }
 
        .logos::before {
            left: 0;
            background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
        }
 
        .logos::after {
            right: 0;
            background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
        }
 
        .logos-slide {
            animation: 20s slide infinite linear;
        }
 
        .logos:hover .logos-slide {
            animation-play-state: paused;
        }
 
        .logos-slide img {
            width:200px;
            margin: 0 50px;
        }
 
        @keyframes slide {
            from{
                transform: translateX(0);
            }
 
            to {
                transform: translateX(-100%);
            }
        }
        
        .video-section {
            position: relative;
            background-size: cover;
            padding: 60px 0;
            height: 100%;
            color: white;
            padding-left:25px;
        }

        .video-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #19411D; /* Escurecendo o fundo */
        }

        .video-container {
            position: relative;
            z-index: 1;
            width:100%;
        }

        .embed-responsive {
            border-radius: 10px;
            overflow: hidden;
        }
        
       .cta-100 {
  margin-top: 100px;
  padding-left: 8%;
  padding-top: 7%;
}
.col-md-4{
    padding-bottom:20px;
}

.white {
  color: #fff !important;
}
.mt{float: left;margin-top: -20px;padding-top: 20px;}
.bg-blue-ui {
  background-color: #708198 !important;
}
figure img{width:300px;}

#blogCarousel {
  padding-bottom: 100px;
}

.blog .carousel-indicators {
  left: 0;
  top: -50px;
  height: 50%;
}






/* The colour of the indicators */

.blog .carousel-indicators li {
  background: #708198;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.blog .carousel-indicators .active {
  background: #0fc9af;
}

.bolinhas-novas{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height:20px;
  right:20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  color:#000 !important;
  margin-bottom: 1rem;
  
  list-style: none;
}



.item-carousel-blog-block {
  outline: medium none;
  padding: 15px;
}

.item-box-blog {
  border: 1px solid #dadada;
  text-align: center;
  z-index: 4;
  padding: 20px;
}

.item-box-blog-image {
  position: relative;
}

.item-box-blog-image figure img {
  width: 100%;
  height: auto;
}

.item-box-blog-date {
  position: absolute;
  z-index: 5;
  padding: 4px 20px;
  top: -20px;
  right: 8px;
  background-color: #41cb52;
}

.item-box-blog-date span {
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.2;
}

.item-box-blog-date span.mon {
  font-size: 18px;
}

.item-box-blog-date span.day {
  font-size: 16px;
}

.item-box-blog-body {
  padding: 10px;
}

.item-heading-blog a h5 {
  margin: 0;
  line-height: 1;
  text-decoration:none;
  transition: color 0.3s;
}

.item-box-blog-heading a {
    text-decoration: none;
}

.item-box-blog-data p {
  font-size: 13px;
}

.item-box-blog-data p i {
  font-size: 12px;
}

.item-box-blog-text {
  max-height: 100px;
  overflow: hidden;
}

.mt-10 {
  float: left;
  margin-top: -10px;
  padding-top: 10px;
}

.btn.bg-blue-ui.white.read {
  cursor: pointer;
  padding: 4px 20px;
  float: left;
  margin-top: 10px;
}

.btn.bg-blue-ui.white.read:hover {
  box-shadow: 0px 5px 15px inset #4d5f77;
} 
        
.item-box-blog {
      border: 0px solid #000;
      border-radius:5px;
      padding: 15px;
      text-align: center;
      background: white;
      margin: 10px;
      position: relative;
      background-color:#f5f5f7;
      width:100%;
      height:430px;
    }
    .area-conteudo-bloco{
        height:120px;
        margin-top:10px;
    }

    .item-box-blog .date-badge {
      position: absolute;
      top: -15px;
      right: 15px;
      background-color: #66AD60;
      color: white;
      padding: 5px 10px;
      font-weight: bold;
      font-size: 14px;
      border-radius: 3px;
    }

    .btn.read {
      margin-top: 20px;
      background-color: #19411D;
      width:70%;
      font-size:13px;
      color: white;
      border: none;
    }

    .btn.read:hover {
      background-color: #19411D;
      color:#fff;
    }

    .carousel-indicators {
      position: relative;
      margin-top: 30px;
      justify-content: center;
    }

    .carousel-indicators [data-bs-target] {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #708198;
      margin: 0 5px;
    }

    .carousel-indicators .active {
      background-color: #0fc9af;
    }

    .carousel-control-prev,
    .carousel-control-next {
      width: 5%;
    }   
    
    
    .steps {
            display: flex;
            list-style: none;
            padding: 0;
        }
        .steps li {
            flex: 1;
            text-align: center;
            padding: 10px;
            border-bottom: 3px solid #ccc;
            position: relative;
        }
        .steps li::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: -3px;
            left: 0;
            background-color: #ccc;
        }
        .steps .current {
            font-weight: bold;
            color: #236533;
        }
        .steps .current::after {
            background-color: #236533;
        }
        .steps .next {
            color: #6c757d;
        }
        
        
       .dashboard-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      grid-auto-rows: 150px;
      gap: 0;
    }

    .dashboard-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* 4 colunas fixas */
      grid-auto-rows: 180px; /* altura fixa das linhas */
      gap: 0;
    }

   

    .dashboard-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* 4 colunas fixas */
      grid-auto-rows: 180px; /* altura fixa das linhas */
      gap: 0;
    }

    .tile {
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 1rem;
      cursor: pointer;
      transition: transform 0.2s;
      border: 2px solid white;
      text-align: center;
    }

    .tile:hover {
      transform: scale(1.03);
      z-index: 2;
    }

    .tile i {
      font-size: 1.5rem;
      margin-bottom: 0.3rem;
      display: block;
    }

    /* Tamanhos irregulares */
    .tile-lg {
      grid-column: span 2;
      grid-row: span 2;
    }

    .tile-wide {
      grid-column: span 2;
    }

    .tile-tall {
      grid-row: span 2;
    }

    /* Estilo para o botão "Sair" em cinza */
    .tile-gray {
      background-color: #6c757d; /* Bootstrap secondary */
    }
    
    .metro-container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
    }

    .metro-box {
      width: 16.6%;
      height: 140px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
      font-size: 0.95rem;
      text-align: center;
      cursor: pointer;
      transition: transform 0.2s;
      border: 2px solid white;
      padding: 0.5rem;
    }

    .metro-box:hover {
      transform: scale(1.03);
      z-index: 2;
    }

    .metro-box i {
      font-size: 1.4rem;
      margin-bottom: 0.3rem;
      display: block;
    }

    /* Cores */
    .metro-blue   { background-color: #007bff; }
    .metro-green1 { background-color: #198754; }
    .metro-green2 { background-color: #28a745; }
    .metro-green3 { background-color: #218838; }
    .metro-green4 { background-color: #1e7e34; }
    .metro-gray   { background-color: #6c757d; }

    /* Responsivo: em telas menores, ocupa 50% por bloco */
    @media (max-width: 768px) {
      .metro-box {
        width: 50%;
      }
    }
    
    input[type="file"] {
      margin: 20px 0;
    }
    button {
      background-color: #2563eb;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 16px;
      margin-top: 10px;
    }
    button:hover {
      background-color: #1d4ed8;
    }
    .download-link {
      display: inline-block;
      margin-top: 20px;
      text-decoration: none;
      color: #2563eb;
      font-weight: bold;
    }
    .download-link:hover {
      text-decoration: underline;
    }

    /* Dashboard Metro */
.metro-dashboard {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); /* Bloco mais largo */
  grid-auto-rows: 160px; /* Altura aumentada */
  grid-auto-flow: dense;
  gap: 2px;
  padding: 10px;
}

/* Bloco padrão */
.metro-dashboard .tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
  border-radius: 4px;
  transition: transform 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  color: white;
  font-size: 1.2rem; /* Aumenta a fonte do texto */
}

/* Efeito hover */
.metro-dashboard .tile:hover {
  transform: scale(1.03);
}

/* Ícones */
.metro-dashboard .tile i {
  font-size: 42px;   /* Ícone maior */
  margin-bottom: 12px;
}

/* Tamanhos personalizados */
.metro-dashboard .tile-wide {
  grid-column: span 2;
}

.metro-dashboard .tile-tall {
  grid-row: span 2;
}

.metro-dashboard .tile-lg {
  grid-column: span 2;
  grid-row: span 2;
}

/* Cores */
.verde-escuro   { background: #145A32; }
.verde-medio    { background: #27AE60; }
.verde-claro    { background: #58D68D; }
.verde-lima     { background: #A3CB38; }
.verde-moss     { background: #1E8449; }
.verde-musgo    { background: #229954; }
.verde-menta    { background: #48C9B0; }

.azul-claro     { background: #5DADE2; }
.laranja-claro     { background-color: #FFA500; }
.azul-medio     { background: #2980B9; }
.azul-escuro    { background: #1A5276; }
.azul-marinho   { background: #154360; }

.cinza-medio    { background: #7F8C8D; }
.cinza-escuro   { background: #566573; }
.botao-sair {background: #c7756c}


.badge-custom-green {
      font-size:18px !important;
    }

    

.timeline {
      position: relative;
      max-width: 1000px;
      margin: auto;
    }

    .timeline::after {
      content: '';
      position: absolute;
      width: 4px;
      background-color: #19411D;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -2px;
    }

    .timeline-event {
      padding: 20px 30px;
      position: relative;
      width: 50%;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin-bottom: 30px;
      transition: all 0.3s ease;
    }

    .timeline-event:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .timeline-event::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      right: -10px;
      background-color: #19411D;
      border: 4px solid white;
      top: 20px;
      border-radius: 50%;
      z-index: 1;
    }

    .timeline-event.left {
      left: 0;
    }

    .timeline-event.right {
      left: 50%;
    }

    .timeline-event.right::after {
      left: -10px;
    }

    .date-badge {
      background-color: #19411D;
      color: white;
      padding: 6px 12px;
      font-weight: 600;
      display: inline-block;
      border-radius: 20px;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .description {
      font-size: 16px;
      line-height: 1.5;
    }

    .timeline {
      position: relative;
      max-width: 1000px;
      margin: auto;
    }

    .timeline::after {
      content: '';
      position: absolute;
      width: 4px;
      background-color: #19411D;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -2px;
    }

    .timeline-event {
      padding: 20px 30px;
      position: relative;
      width: 50%;
      background-color: white;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin-bottom: 30px;
      transition: all 0.3s ease;
    }

    .timeline-event:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

    .timeline-event::after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      right: -10px;
      background-color: #19411D;
      border: 4px solid white;
      top: 20px;
      border-radius: 50%;
      z-index: 1;
    }

    .timeline-event.left {
      left: 0;
    }

    .timeline-event.right {
      left: 50%;
    }

    .timeline-event.right::after {
      left: -10px;
    }

    .date-badge {
      background-color: #19411D;
      color: white;
      padding: 6px 12px;
      font-weight: 600;
      display: inline-block;
      border-radius: 20px;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .description {
      font-size: 16px;
      line-height: 1.5;
    }

    /* Responsivo */
    @media screen and (max-width: 768px) {
      .timeline::after {
        left: 20px;
      }

      .timeline-event {
        width: 100%;
        padding-left: 50px;
        padding-right: 20px;
      }

      .timeline-event.right {
        left: 0%;
      }

      .timeline-event.left {
        left: 0%;
      }

      .timeline-event::after,
      .timeline-event.right::after {
        left: 10px;
      }
    }



    .plan-card {
      padding: 10px;
      border-radius: 15px;
      background-color: #ffffff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
      margin: 10px;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 20%; /* O botão agora ocupa 57% da coluna */
      border: 0px solid #fff;
      font-size:12px;
    }

    /* Efeito de hover */
    .plan-card:hover {
      transform: translateY(-5px);
      background-color: #28a745; /* Verde de hover */
      color: white; /* Texto branco no hover */
      box-shadow: 0 8px 20px rgba(0, 200, 0, 0.2);
    }

    .plan-header,
    .plan-price {
      font-size: 1.4rem;
      font-weight: 700;
      color: #28a745; /* Cor inicial verde */
    }

    /* Cor branca para o texto quando o plano for selecionado ou no hover */
    .plan-card:hover .plan-header,
    .plan-card:hover .plan-price,
    .plan-card.selected .plan-header,
    .plan-card.selected .plan-price {
      color: white; /* Texto branco quando hover ou plano selecionado */
    }

    .plan-price {
      font-size: 1.2rem;
      color: #28a745;
      margin-bottom: 20px;
      font-weight: bold;
    }

    @media (max-width: 576px) {

    .plan-card {
        border:0px solid #fff;
    }

    .plan-price {
      font-size: 0.6rem;
      margin-bottom: 10px;
      font-weight: bold;
    }
    

    .plan-card .plan-header {
      font-size: 0.6rem;
    }

    
  }

    .radio-select {
      transform: scale(1.5);
      display: none;  /* Ocultando o input de rádio */
    }

    /* Estilo da tabela */
    .table {
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 0 15px rgba(0,0,0,0.1);
    }

    .table th, .table td {
      vertical-align: middle;
      text-align: center;
      padding: 15px;
      font-size: 1rem;
    }

    .table th {
      background-color: #f1f1f1;
      color: #495057;
      border-bottom: 2px solid #dee2e6;
    }

    .table td {
      background-color: #ffffff;
    }

    .table tbody tr:hover {
      background-color: #f1f1f1;
    }

    .table tbody tr:hover {
      cursor: pointer;
      background-color: #e9f7ef;
    }

    /* Flexbox para garantir que os planos fiquem do mesmo tamanho */
    .plan-cards-container {
      display: flex;
      justify-content: space-between;
      gap: 15px;
    }

    /* Ajustando as colunas da tabela */
    .table th:nth-child(1), .table td:nth-child(1) {
      width: 40%;  /* Primeira coluna ocupando 40% */
    }
    .table th:nth-child(2), .table td:nth-child(2),
    .table th:nth-child(3), .table td:nth-child(3),
    .table th:nth-child(4), .table td:nth-child(4) {
      width: 20%;  /* As outras três colunas ocupando 20% cada */
    }

    /* Classe para o plano selecionado (cor verde) */
    .selected {
      background-color: #28a745;  /* Cor de fundo verde */
      color: white; /* Cor do texto branco */
      box-shadow: 0 8px 20px rgba(0, 200, 0, 0.2);
    }

    /* Botão com fundo branco e texto verde */
    .plan-card {
      background-color: white;
      color: #28a745;
      border: 2px solid #28a745; /* Borda verde */
      width:75%;
    }

    /* Botão quando o plano está selecionado ou em hover */
    .plan-card.selected,
    .plan-card:hover {
      background-color: #28a745;
      color: white; /* Texto branco */
    }

    .select-container {
      margin-bottom: 10px;
    }
    .input-container {
      margin-top: 10px;
    }
    .row-item {
      margin-top: 10px;
    }
    .select-col, .quantity-col, .total-col {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .select-col {
      width: 60%; /* Aumentando a coluna de seleção de item */
    }
    .quantity-col {
      width: 30%; /* Aumentando a coluna de quantidade */
    }
    .total-col {
      width: 10%; /* Diminuindo ainda mais a coluna de total */
      font-weight: bold;
    }

    /* Garantir que o título "Selecione um item" e "Quantidade" não fiquem cortados */
    label {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
    }

    /* Garantir que o título "Selecione um item" e "Quantidade" fiquem visíveis */
    .form-label {
      white-space: nowrap;
    }

    /* Destacar o valor total */
    #totalAmount {
      font-size: 1.5rem;
      font-weight: bold;
      color: #28a745;
      background-color: #e9f7ef;
      padding: 10px;
      border-radius: 5px;
      box-shadow: 0 4px 8px rgba(0, 200, 0, 0.1);
    }

    /* Cor verde para o ícone de adicionar mais */
    #addItemBtn {
      color: #ffffff;
      background-color: #28a745;
      border-color: #28a745;
    }

    #addItemBtn:hover {
      background-color: #218838;
      border-color: #1e7e34;
    }

    .form-check-label {
    display: block;
    white-space: normal;
  }