/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courier+Prime&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin:0;
  color: black;
}

.fonte-12 {
  font-size: 12px !important;
}

.fonte-14 {
  font-size: 14px !important;
}

.fonte-16 {
  font-size: 16px !important;
}

.fonte-18 {
  font-size: 18px !important;
}

/*
|-------------------------------------------------------------------------------------------------|
|
|                   UTILITÁRIOS GERAIS
|
|-------------------------------------------------------------------------------------------------|
*/

.progress {
  height: 35px;
  background-color: #b20175;
  --bs-progress-bar-bg: #ffbbe7;
  --bs-progress-bar-color: black;
}

.progress-bar {
  text-align: left;
  display: block;
  padding-left: 20px;
  align-content: center;
}

/*
|---------------------------------------|
|
|   HOME PAGE
|
|---------------------------------------|
*/
#home-banner{
  position: relative;
  background-image: url("img/bg-top1.jpg");
  background-repeat: no-repeat;
  background-color: black;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#home-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

#home-banner .container {
    position: relative;
    z-index: 2;
    padding-top: 8rem;
}

#home-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.color-padrao {
  color: #b20175;
}

.btn-padrao {
  background-color: #b20175;
  border-radius: 10px;
  color: white !important;
  font-size: 14px;
}

.btn-padrao:hover {
  background-color: #ffbbe7;
  border-radius: 10px;
  color: white;
  font-size: 14px;
}

.btn-padrao-contorno {
  border: 1px solid #b20175;
  /*background-color: white;*/
  border-radius: 10px;
  color: #333333;
  font-size: 14px;
}

.btn-padrao-contorno:hover {
  background-color: #ffbbe7;
  border-radius: 10px;
  color: white!important;
  font-size: 14px;
}

.btn-padrao-sem-fundo {
  background-color: white;
  border: 1px solid #9dd8ce;
  border-radius: 5px;
  width: 40px;
  height: 25px;
  padding: 1px;
  font-size: 16px;
}

.btn-padrao-sem-fundo:hover {
  background-color: #ffbbe7;
  color: white!important;
  border-radius: 5px;
  width: 40px;
  height: 25px;
  padding: 1px;
  font-size: 16px;
}

.imagens-procedimentos {
  /* box-shadow: rgba(0,0,0,.25) 0 3px 11px 0 !important; */
  margin-right:30px;
  margin-bottom: 30px;
}

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .mt-navbar {
    margin-top: 60px;
  }

  .icones-landing {
    color: white;
    font-size: 25px;
    margin-right: 20px;
  }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .icones-landing {
    color: white;
    font-size: 15px;
  }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .icones-landing {
    color: white;
    font-size: 20px;
    margin-right: 15px;
  }

}

 .navbar {
      padding: 1rem 0;
      transition: all 0.3s ease;
    }

    .navbar-brand img {
      transition: all 0.3s ease;
    }

    .navbar-nav .nav-link {
      padding: 0.5rem 1rem;
      color: #333;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
      color: #b20175;
    }

    .navbar-toggler {
      border: none;
      padding: 0.5rem;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    @media (max-width: 991.98px) {
      .navbar-collapse {
        background: white;
        padding: 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        margin-top: 1rem;
      }
      
      .navbar-nav {
        gap: 0.5rem;
      }
      
      .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
      }
      
      .btn-padrao {
        width: 100%;
        margin-top: 0.5rem;
      }
    }

    /* IA */
    .navbar {
      padding: 1rem 0;
      transition: all 0.3s ease;
    }

    .navbar-brand img {
      transition: all 0.3s ease;
    }

    .navbar-nav .nav-link {
      padding: 0.5rem 1rem;
      color: #333;
      font-weight: 500;
      transition: color 0.3s ease;
    }

    .navbar-nav .nav-link:hover {
      color: #b20175;
    }

    .navbar-toggler {
      border: none;
      padding: 0.5rem;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    @media (max-width: 991.98px) {
      .navbar-collapse {
        background: white;
        padding: 1rem;
        border-radius: 0.5rem;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        margin-top: 1rem;
      }
      
      .navbar-nav {
        gap: 0.5rem;
      }
      
      .navbar-nav .nav-link {
        padding: 0.75rem 1rem;
      }
      
      .btn-padrao {
        width: 100%;
        margin-top: 0.5rem;
      }
    }

    :root {
      --primary-color: #b20175;
      --primary-light: #ffbbe7;
      --text-color: #333;
      --text-muted: #6c757d;
      --border-radius: 20px;
      --transition: all 0.3s ease;
    }

    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      color: var(--text-color);
      line-height: 1.6;
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5, h6 {
      font-weight: 700;
      line-height: 1.2;
    }

    .section-title {
      position: relative;
      margin-bottom: 3rem;
      padding-bottom: 1rem;
    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 80px;
      height: 3px;
      background: var(--primary-color);
      border-radius: 3px;
    }

    .btn {
      font-weight: 600;
      padding: 0.75rem 1.5rem;
      border-radius: 50px;
      transition: var(--transition);
    }

    .btn-padrao {
      background-color: var(--primary-color);
      color: white;
      border: none;
    }

    .btn-padrao:hover {
      background-color: #8a0159;
      color: white;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(178,1,117,0.2);
    }

    .btn-outline-padrao {
      color: var(--primary-color);
      border: 2px solid var(--primary-color);
    }

    .btn-outline-padrao:hover {
      background-color: var(--primary-color);
      color: white;
      transform: translateY(-2px);
    }

    .card {
      border: none;
      border-radius: var(--border-radius);
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      transition: var(--transition);
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }

    img {
      max-width: 100%;
      height: auto;
    }

    .text-primary {
      color: var(--primary-color) !important;
    }

    .bg-primary-light {
      background-color: var(--primary-light);
    }

    /* Animações suaves para scroll */
    html {
      scroll-behavior: smooth;
    }

    /* Melhorias de acessibilidade */
    a:focus, button:focus {
      outline: 2px solid var(--primary-color);
      outline-offset: 2px;
    }

    /* Loading lazy para imagens */
    img {
      loading: lazy;
    }

    /* Melhorias para mobile */
    @media (max-width: 767.98px) {
      .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

      h1 {
        font-size: 2rem;
      }

      h2 {
        font-size: 1.75rem;
      }

      .section-title {
        margin-bottom: 2rem;
      }
    }

    /* Melhorias para tablets */
    @media (min-width: 768px) and (max-width: 991.98px) {
      .container {
        max-width: 720px;
      }
    }

    /* Melhorias para desktop */
    @media (min-width: 992px) {
      .container {
        max-width: 960px;
      }
    }

    /* Melhorias para telas grandes */
    @media (min-width: 1200px) {
      .container {
        max-width: 1140px;
      }
    }

    .product-card {
      border: none;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    
    .product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }
    
    .product-badge {
      position: absolute;
      top: 1rem;
      right: 1rem;
      background: #b20175;
      color: white;
      padding: 0.5rem 1rem;
      border-radius: 50px;
      font-size: 0.875rem;
      font-weight: 600;
    }
    
    .product-badge.best-value {
      background: #28a745;
    }
    
    .product-badge.premium {
      background: #ffc107;
      color: #000;
    }
    
    .product-image {
      max-width: 200px;
      height: auto;
      transition: transform 0.3s ease;
    }
    
    .product-card:hover .product-image {
      transform: scale(1.05);
    }
    
    .product-features {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      justify-content: center;
    }
    
    .product-features .badge {
      font-size: 0.875rem;
      padding: 0.5rem 1rem;
      border-radius: 50px;
    }
    
    .product-price {
      padding: 1rem;
      background: #f8f9fa;
      border-radius: 15px;
    }
    
    .product-price h4 {
      color: #b20175;
      font-weight: 700;
    }
    
    @media (max-width: 767.98px) {
      .product-card {
        max-width: 400px;
        margin: 0 auto;
      }
      
      .product-image {
        max-width: 150px;
      }
    }
    
    .footer {
      background-color: #b20175;
      color: white;
    }
    
    .footer-logo {
      max-width: 180px;
    }
    
    .social-links {
      display: flex;
      gap: 1rem;
    }
    
    .social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: rgba(255,255,255,0.1);
      border-radius: 50%;
      color: white;
      transition: all 0.3s ease;
    }
    
    .social-link:hover {
      background: rgba(255,255,255,0.2);
      color: white;
      transform: translateY(-2px);
    }
    
    .contact-icon {
      width: 40px;
      height: 40px;
      background: rgba(255,255,255,0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 1rem;
      font-size: 1.2rem;
    }
    
    .contact-info a {
      text-decoration: none;
      transition: opacity 0.3s ease;
    }
    
    .contact-info a:hover {
      opacity: 0.8;
    }
    
    .footer-links li {
      margin-bottom: 0.75rem;
    }
    
    .footer-links a {
      color: white;
      text-decoration: none;
      transition: opacity 0.3s ease;
    }
    
    .footer-links a:hover {
      opacity: 0.8;
    }
    
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    
    @media (max-width: 767.98px) {
      .footer {
        text-align: center;
      }
      
      .contact-item {
        justify-content: center;
      }
      
      .social-links {
        justify-content: center;
      }
      
      .footer-links {
        margin-top: 2rem;
      }
    }