* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-size: 100%, 100%;
  }
  
  body {
    font-family: "DM Sans", serif;
    min-height: 100vh;
    background-image: url('../../img/BG-computador.png');
    background-repeat: no-repeat no-repeat;
    background-size: 100%, 1080px;
  }
  
  .navbar {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  .navbar-brand {
    color: #ffffff !important;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    transition: color 0.3s ease;
  }
  
  .nav-link:hover {
    color: #6b48ff !important;
  }
  
  .dropdown-menu {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: none;
    margin-top: 5px !important;
  }
  
  .dropdown-item {
    color: #333;
    transition: all 0.3s ease;
  }
  
  .dropdown-item:hover {
    background: rgba(107, 72, 255, 0.1);
    color: #6b48ff;
  }
  
  .auth-buttons {
    display: flex;
    gap: 1rem;
  }
  
  .login-btn {
    color: #ffffff !important;
    transition: all 0.3s ease;
  }
  
  .login-btn:hover {
    background: rgba(107, 72, 255, 0.1);
  }
  
  .signup-btn {
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    background: transparent !important;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
    .signup-btn:hover {
    background: rgba(107, 72, 255, 0.1) !important;
  }
  
  .hamburger {
    border: none;
    padding: 0.5rem;
  }
  
  .hamburger:focus {
    box-shadow: none;
  }
  
  .hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    background-color: #333;
    transition: all 0.3s ease-in-out;
  }
  
  .hero {
    margin-top: 130px;
  }
  .hero h1{
    font-size: 60px;
    line-height: 66px;;
    color: #ffffff;
  }
  .hero h4{
    font-size: 18px;
    color: #ffffff;
  }
  
  .hero-cta {
    
      background-image: url('../../img/buton.png');
      background-size: 100% 100%;
      color: white !important;
      border-radius: 9px;
      transition: transform 0.3s ease;
      margin-top: 30px;
      font-size: 18px;
      width: 227px;
      height: 64px;
      display: inline-flex;
      align-items: center;
      text-align: center;
      margin: auto;
      border: none;

  }
  
  .hero-cta:hover {
    transform: translateY(-2px);
  }
  
  .hero-especialista {
    
    background-image: url('../../img/buton.png');
    background-size: 100% 100%;
    color: white !important;
    border-radius: 9px;
    transition: transform 0.3s ease;
    margin-top: 30px;
    font-size: 18px;
    width: 308px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    margin: auto;
    border: none;

}

.hero-especialista:hover {
  transform: translateY(-2px);
}

  .img-web{
    width: 80%;
    margin-top: 50px;
    
  }
  .img-brand{
    width: 80%;
    margin-top: 100px;
  }
  .anuncie{
    margin-top: 150px;
  }
  .anuncie h1{
    color: #14358A;
    font-size: 48px;
    font-style: italic;
  }
  .anuncie span{
    color: #E8308F;
  }
  .anuncie p{
    color: #5E5E5E;
    margin-top: 50px;
    font-size: 18px;
  }

  .comoFunciona b{
    color: #14358A;
    font-size: 48px;
    max-width: 600px;
  }
  .comoFunciona img{
    width: 100%;
  }
  .text{
    width: 600px;
    color: #5E5E5E;
    font-size: 15px;
  }
  .pricing-section {
    background-image: url('../../img/BG-sessao.png');
    background-size: 100% 100%;
    margin-top: 50px;
    margin-bottom: 150px;
    background-repeat: no-repeat no-repeat;
    padding: 120px 0;
    color: white;
    height: 1070px;
  }
  .pricing-card {
    border: 1px solid rgba(107, 72, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 1.5rem 1rem;
    border-bottom: 5px solid #E8308F;
    width: 313px;
    height: 389px;
  }
  
  .pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(107, 72, 255, 0.1);
  }
  
  .pricing-card.featured {
    border: 2px solid #6b48ff;
    transform: scale(1.05);
  }
  
  .pricing-card.featured:hover {
    transform: scale(1.05) translateY(-5px);
  }
  
  
  .price {
    color: #14358A;
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  .period {
    font-size: 1rem;
    font-weight: normal;
  }
  
  .card-cta {
    background-image: url('../../img/buton.png');
      background-size: 100% 100%;
      color: white !important;
      border-radius: 9px;
      transition: transform 0.3s ease;
      margin-top: 30px;
      font-size: 18px;
      width: 250px;
      height: 64px;
      display: inline-flex;
      align-items: center;
      text-align: center;
      margin: auto;
      border: none;
  }
  
  .card-cta:hover {
    transform: translateY(-2px);
  }
  .card-title{
    color: #5E5E5E;
    font-size: 22px;
  }
  .price-desc{
    color: #5E5E5E;
    font-size: 13px;
  }
  .otimize{
    width: 100%;
  }
  
  .footer {
    background-image: url('../../img/background-footer.png');
    background-size: 100%;
    background-repeat: no-repeat no-repeat;
    min-height: 100vh;
    position: relative;
    margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .footer-img{
    width: 176px;
    height: 40px;
  }
  .solicia-midia{
    height: 48px;
    width: 240px;
    
  }
  .btn-midia{
    background-color: #4966be;
    height: 48px;
    width: 48px;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 20px;
    color: white;
    font-size: 23px;
  }
  .footer-text {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0 1rem;
    text-align: center;
  }
  
  .footer-heading {
    margin-top: 400px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  }
  
  .footer-paragraph {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 500px;
    
  } 
  .otimize{
    background: linear-gradient(90deg, rgba(249,226,247,1) 17%, rgba(255,251,251,1) 49%);
    background-size: 100%;
    border-radius: 10px;
    display: flex;
  align-items: center;
  justify-content: center;
  }
  .otimize h5{
    font-size: 18px;
  }
  .otimize p{
    color: #5E5E5E; 
    font-size: 15px; 
    max-width: 500px;
     margin-top: 10px;
     
  }
  .otimize h2{
    color: #14358A;
    font-size: 30px;
  }
  .otimize-div{
    margin-left: 70px;
  }

  .servicos{
    margin-top: 100px;
  }
  .servicos-imgestrela{
    margin-top: 50px;
  }
  .servicos-criacao{
    color: #14358A; 
    font-size: 32px; 
    max-width: 472px; 
    margin-left: 20px; 
    margin-top: 50px;
  }
  .servicos-adhero{
    max-width: 472px; 
    font-size: 16px; 
    color: #3B404F; 
    margin-left: 20px; 
    margin-bottom: 70px;
  }
  .servicos-opc{
    width: 100%; 
    margin-left: 50px;
  }
  .servicos-text{
    width: 100%; 
    margin-top: 80px;
  }
  .servicos-cronometro{
    margin-top: 180px; 
    margin-left: 50px;
  }
  .servicos-otimizacao{
    color: #14358A; 
    font-size: 24px; 
    max-width: 469px; 
    margin-left: 20px; 
    margin-top: 180px; 
  }
  .servicos-maiores{
    max-width: 500px; 
    font-size: 16px; 
    color: #3B404F; 
    margin-left: 20px; 
    margin-bottom: 180px;
  }
  .servicos-dinheiro{
    margin-top: 50px;
  }
  .servicos-investimento{
    color: #14358A; 
    font-size: 24px; 
    max-width: 600px; 
    margin-left: 20px; 
    margin-top: 100px;
  }
  .servicos-monitora{
    max-width: 478px; 
    font-size: 16px; 
    color: #3B404F; 
    margin-left: 20px; 
    margin-bottom: 70px;
  }
  .servicos-acompanhamento{
    color: #14358A; 
    font-size: 24px;
    max-width: 469px; 
    margin-left: 20px;
    margin-top: 180px; 
  }
  .servicos-alem{
    max-width: 469px; 
    font-size: 16px; 
    color: #3B404F; 
    margin-left: 20px; 
    margin-bottom: 180px;
  }
  .centro{
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  @media (max-width: 1024px){
    body {
      font-family: "DM Sans", serif;
      background-image: url('../../img/BG-tablet.png');
      background-repeat: no-repeat no-repeat;
      background-size: 100% 100%;

    }
  }


  @media (max-width: 991px) {
    body {
      font-family: "DM Sans", serif;
      background-image: url('../../img/BG-tablet.png');
      background-repeat: no-repeat no-repeat;
      background-size: 100% 100%;

    }
    .navbar-collapse {
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      padding: 1rem;
      border-radius: 0.5rem;
    }
  
    .auth-buttons {
      flex-direction: column;
      width: 100%;
      margin-top: 1rem;
    }
  
    .auth-buttons .btn {
      width: 100%;
      text-align: center;
    }
  
    .dropdown-menu {
      background: rgba(107, 72, 255, 0.05);
      border: none;
      padding: 0;
    }
  
    .dropdown-item {
      padding: 0.5rem 1rem;
    }
    .pricing-card.featured {
      transform: none;
    }
    
    .pricing-card.featured:hover {
      transform: translateY(-5px);
    }
  }
  @media (max-width: 500px) {
    
    body {
      font-family: "DM Sans", serif;
      background-image: url('../../img/BG-mobile.png');
      background-repeat: no-repeat no-repeat;
      background-size: 100% 100%;

    }
    .otimize{
      background: linear-gradient(90deg, rgba(249,226,247,1) 17%, rgba(255,251,251,1) 49%);
      background-size: 100%;
      display: flex;
    align-items: center;
    justify-content: center;
    }
    .otimize p{
      color: #5E5E5E; 
      font-size: 15px; 
      max-width: 500px;
       margin-top: 10px;
       
    }
    .otimize h5{
      margin-top: 50px;
    }
    .otimize h2{
      color: #14358A;
    }
    .otimize-div{
      margin-left: 1px;
    }
    .otimize img{
      max-width: 100%;
    }
    .servicos-opc{
      width: 100%;
      margin-left: 2px; 
    }
    .servicos-cronometro{
      margin-top: 70px; 
      margin-left: 2px;
    }
    .servicos-otimizacao{ 
      margin-top: 70px; 
    }
    .servicos-investimento{
      margin-top: 2px;
    }
    .servicos-dinheiro{
      margin-top: 2px;
    }
    .servicos-acompanhamento{
      margin-top: 100px; 
    }
    .centro{
      margin-top: 1px;
      text-align: center;
    }
    .pricing-section {
      background-image: url('../../img/BG-sessao.png');
      background-size: 875px 1600px;
    }
    .footer {
      background-image: url('../../img/background-footer.png');
      background-size: 100% 1080px;
      background-repeat: no-repeat no-repeat;
    }

  }