
.text-start{
    text-align: start!important;
}


.text-justify {
  text-align: justify;
}

.image-dentista img {
  border-radius: 20px ;
  
  
}
@media (min-width: 379px) and (max-width: 1440px) {
.navbar{
    padding-left: 0;
}
}
@media (min-width: 379px) and (max-width: 1440px) {
.image-dentista img {
  width: 100%;
  height: auto;

  
  
}
}

  .dental-services-section {
         font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .dental-section-title {
           color: #2c3e50;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    }
    
   .dental-section-title::after {
    content: "";
    display: block;
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, #6a11cb 0%, #2575fc 100%);
    margin: 15px auto 0;
    border-radius: 2px;
}

    
    .dental-section-description {
        text-align: center;
        max-width: 1100px;
        margin: 0 auto 50px;
          color: #34495e;
    font-size: 1.1rem;
    line-height: 1.75;
    font-weight: 400;
}
    
    
    .dental-service-card {
        background-color: white;
        border-radius: 15px;
        padding: 40px 30px;
        text-align: center;
         transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s;
        height: 100%;
            box-shadow: 0 10px 25px rgba(38, 54, 75, 0.08);
            cursor: pointer;
              display: flex;
               align-items: center;
    min-height: 280px;
    }
    
  .dental-service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(38, 54, 75, 0.15);
    cursor: pointer;
}

.dental-service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
    color: #6a11cb;
    transition: color 0.3s ease;
}

  .dental-service-title {
    font-size: 1.5rem;
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 15px;
}
    
 .dental-service-description {
    color: #5d6d7e;
    font-size: 1rem;
    line-height: 1.5;
    flex-grow: 1;
}
    .dental-services-row {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    
    .dental-hexagon-bg {
        position: absolute;
        opacity: 0.05;
        z-index: -1;
    }

  /* Responsividade */
@media (max-width: 900px) {
    .dental-service-card {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.hamburger{
  color: #00437f;
}

.navbar li a {

border-bottom: 2px solid #00437f;
}