
.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: Arial, sans-serif;
    }
    
    .dental-section-title {
        color: #444;
        text-align: center;
        margin-bottom: 50px;
        font-weight: 600;
    }
    
    .dental-section-title::after {
        content: "";
        display: block;
        width: 180px;
        height: 3px;
        background-color: #ddd;
        margin: 15px auto 0;
    }
    
    .dental-section-description {
        text-align: center;
        max-width: 1100px;
        margin: 0 auto 50px;
        color: #555;
        line-height: 1.6;
    }
    
    .dental-service-card {
        background-color: #f8f8f8;
        border-radius: 10px;
        padding: 40px 30px;
        text-align: center;
        transition: all 0.3s ease;
        height: 100%;
        box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    }
    
    .dental-service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);
        cursor: pointer;
    }
    
    .dental-service-icon {
        width: 70px;
        height: 70px;
        margin: 0 auto 20px;
        color: #3d70a4!important;
    }
    
    .dental-service-title {
        font-size: 22px;
        color: #444;
        margin-bottom: 15px;
        font-weight: 600;
    }
    
    .dental-service-description {
        color: #666;
        font-size: 15px;
        line-height: 1.6;
    }
    
    .dental-services-row {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    
    .dental-hexagon-bg {
        position: absolute;
        opacity: 0.05;
        z-index: -1;
    }

  