
.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: #f9f6f4; 
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04);
  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, #8B4C39, #A35F4C);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  min-width: 624px;
}

.dental-service-card:hover::before {
  opacity: 0.1;
}

.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: #8B4C39;
  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: #3A1F1A; 
}

.dental-services-row {
  min-width: 624px;
  margin-bottom: 1.5rem;
}

.dental-service-description {
  font-size: 0.95rem;
  color: #5A3B36; 
  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: #8B4C39 !important;
}
.navbar li a {
  border-bottom: 2px solid #8B4C39 !important;
}