:root{
    --bs-primary: #3fa6a9 !important;
    --bs-warning: #d17a00 !important;  
}
*{
    font-family:  "Noto Sans", sans-serif;
}
.home{
    /* margin-top: 50px; */
    background-image: url('../assets/img/5.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.home-sin-light{
    /* margin-top: 50px; */
    background-image: url('../assets/img/sl-3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.text-primary{
    color: var(--bs-primary)!important; 
}
.bg-primary-glass{
    background: rgba(29, 153, 178, 0.7);
    /* border-radius: 16px; */
    box-shadow: 0 8px 30px rgba(46, 89, 133, 0.2);
    backdrop-filter: blur(9.8px);
    -webkit-backdrop-filter: blur(9.8px);
    border: 1px solid rgba(29, 153, 178, 0.53);
}
.bg-primary{
    background-color: var(--bs-primary) !important; 
    border-color: var(--bs-primary) !important; 
}
.btn.btn-primary{
    background-color: var(--bs-primary) !important; 
    border-color: var(--bs-primary) !important; 
}
.text-warning{
    color: var(--bs-warning)!important; 
}
.bg-warning{
    background-color: var(--bs-warning) !important; 
    border-color: var(--bs-warning) !important; 
}
.btn.btn-warning{
    background-color: var(--bs-warning) !important; 
    border-color: var(--bs-warning) !important; 
}
.py-5{
    padding-top: 40px;
    padding-bottom: 40px;
}
.shadow-neuromorphism-white{
    border-radius: 50px;
    background: linear-gradient(145deg, #ebebeb, #ffffff);
    box-shadow:  20px 20px 60px #eeeeee,
    -20px -20px 60px #ffffff;
}
.btn-whatsapp{
    background-color: #009320;
    color: white;
    font-size: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.btn-whatsapp:hover{
    background-color: #009320;
    color: white;
    transform: scale(1.1);
    transition: all ease-in-out .3s;
}
.image-fitas{
    background-image: url('./img/fitas.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;    
}
.image-sincro{
    background-image: url('./img/Cabecalho.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;   
}
.pulsating-button {
    animation: pulse 1.5s infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.1);
      opacity: 0.8;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

.image-linha-g{
background-image: url('./img/linhas\ g.png');
background-repeat: no-repeat;
background-position: bottom;
background-size: contain; 
} 
.image-linha-k{
background-image: url('./img/linhas\ k.png');
background-repeat: no-repeat;
background-position: bottom;
background-size: cover; 
} 
.dropdown-menu{
border: none;
}

.contact-section {
    background-color: var(--bs-primary); /* Cor de fundo semelhante ao WhatsApp */
  }
  
  .btn-custom{
    border-radius: 20px; /* Bordas arredondadas no botão */
    font-weight: bold;   /* Texto em negrito */
  }
  
  .icon-whatsapp {
    width: 30px;
    height: 30px;
  }
    
  .splide__slide img{
    max-height: 850px;
    width: 100%;
    transform: scale(.9);
    border-radius: 20px;
    
  }
  .splide__progress__bar {
    height: 3px;
    background: var(--bs-primary) !important;
  }

  .list-group-item {
    border: none;
    padding: 0 ;
    font-size: 1rem;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .list-group-item:hover {
    color: var(--bs-primary);
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .title-list {
    color: var(--bs-primary);
    font-weight: bold;
    margin-bottom: 20px;
    /* font-size: 20px; */
  }

  .custom-btn {

    width: 150px;
    height: 100px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
    border-radius: 12px;
    background: #008483;
    box-shadow:  10px 10px 30px #c8e7e7,
                 -10px -10px 40px #c7dddd;

  }
  .custom-btn div{
    color: white;
    font-size: 14px;
    font-weight: normal;
  }
  .custom-btn i{
    color: white;
    font-size: 26px;
  }
  .custom-btn:hover {
    background-color: var(--bs-primary);
    /* color: white; */
  }
 
  .modal-footer {
    border-top: none;
  }
  .img-redimensiona-1{
    display: none;
  }


@media (min-width: 220px) and (max-width: 480px) {
#navbar-principal{
    background: var(--bs-primary) !important;
}
#navbar-principal .container .navbar-brand img{
    width: 100px !important;
}
.img-redimensiona-1{
    display: block;
  }

.btn-demonstracao{
    display: none;
}
.home {
    background-image: url('./img/2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
.home-sin-light {
    background-image: url('./img/mobile-home.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
}
.img-redimensiona-2{
    display: none;
}
.sm-font{
    font-size: 13px !important;
}
.sm-title-font{
    font-size: 18px !important;
}
#fale-conosco{
    font-size: 16px !important;
}
.image-sincro{
    background-image: url('./img/1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#secao-inicio{
    padding-left: 10px !important;
    padding-right: 10px !important;
    /* padding-bottom: 5px !important; */
    
}
#secao-inicio p{
    text-align: left !important;
}
.text-sm-center{
    text-align: center !important;
}
.text-sm-start{
    text-align: left !important;
}
.image-linha-g{
    /* background-image: url('./img/linhas\ g.png'); */
    background-repeat:space;
    background-position: bottom;
    background-size: contain; 
}
#section1{
    margin-top: 0 !important ;
}
#section1 .container h2{
    font-size: 20px !important;
}
#section1 .container p{
    font-size: 16px !important;
}
.lista-responsiva{
    flex-wrap: wrap !important;
    gap: 0 !important;
}
.list-group-item{
    font-size: 14px !important;
}

}

/* Tablets - Telas médias (481px a 768px) */
@media (min-width: 481px) and (max-width: 768px) {
#navbar-principal{
    background: var(--bs-primary) !important;
}
#navbar-principal .container .navbar-brand img{
    width: 100px !important;
}
.home {
    background-image: url('./img/2.png');
    background-position: bottom;
    background-size: cover; 
    height: 800px;
}
.img-redimensiona-2{
    display: none;
}
.btn-demonstracao{
    display: none;
}
.image-linha-g{
    /* background-image: url('./img/linhas\ g.png'); */
    background-repeat:space;
    background-position: bottom;
    background-size: contain; 
}
.image-sincro{
    background-image: url('./img/1.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 800px;
}
.text-sm-center{
    text-align: center !important;
}
.text-sm-start{
    text-align: left !important;
}

}

/* Laptops - Telas grandes (769px a 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
#navbar-principal{
    background: var(--bs-primary) !important;
}
.home {
    background-image: url('../assets/img/5.png');
    background-position: top;
    background-size: contain; 
    height: 500px;
}
#secao-inicio{
    padding: 10px 10px 100px 10px !important;
}
.image-linha-g{
    /* background-image: url('./img/linhas\ g.png'); */
    background-repeat:repeat-y;
    background-position: top;
    background-size: contain; 
}
.btn-demonstracao{
    display: none;
}
}

/* Desktops - Telas muito grandes (acima de 1024px) */
@media (min-width: 1025px) {
    
}
  
