
.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: "Trebuchet MS", sans-serif;

}

.dental-section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.dental-section-description {
  max-width: 720px;
  margin: 0 auto 3rem auto;
  font-size: 1rem;
  color: #555;
  text-align: center;
}

.dental-service-card {
  background-color: #f5f3f7; 
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  z-index: 0;
  min-height: 300px;
}

.dental-service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, #7C6A9C, #A89BC4);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  min-width: 624px;
}

.dental-service-card:hover::before {
  opacity: 0.12;
}

.dental-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.dental-service-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.2rem;
  fill: #7C6A9C;
  transition: transform 0.3s ease;
}

.dental-service-card:hover .dental-service-icon {
  transform: scale(1.1) rotate(5deg);
}


.dental-service-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #222;
}
.dental-services-row{
min-width: 624px;
margin-bottom: 1.5rem;

}
.dental-service-description {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 991px) {

.dental-services-row{
  min-width: 100%;
  gap: 10px;
  margin-bottom: 0.6rem;
  
}

}

.numero{
  display: none!important;
}

.hamburger {
  color: #7C6A9C !important;
}
.navbar li a {
  border-bottom: 2px solid #7C6A9C !important;
}