* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }
  
  body {
    line-height: 1.6;
    color: #111;
  }
  
h1{
  text-align: center;
  color: brown;
  font-weight: bold;
  font-size: 60px;
}

  .hero {
    background: url('../Imagenes/Principal.png') center/cover no-repeat;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-size: 25px;
  }

  
  .hero .overlay {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2rem;
  }
  
  .services {
    padding: 4rem 2rem;
    text-align: center;
    
  }
  
  .services h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: brown;
  }
  
  .service-cards {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .card {
    max-width: 350px;
    text-align: left;
    margin-top: 45px;
  }
  
  .card img {
    width: 100%;
    height: auto;
    gap: 500px;
  }
  
  .card h3 {
    margin-top: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    text-align:start;
    margin-bottom: 10px;

  }
  

  .MasServicios{
    margin: 30px;
    color:brown;
    font-weight: bold;
    font-size: 20px;
    
  }
  .OtrosServicios {
    display: flex;            /* Organiza en fila */
    align-items: center;      /* Centra verticalmente */
    gap: 30px;     
    justify-content: center;   
    margin-bottom: 30px;        /* Espacio entre texto y lista */
  }

  .lista {
    display: flex;
    gap: 25px;
    list-style: disc;         /* O none si no quieres viñetas */
    padding-left: 20px;
    margin: 0;
    font-size: 22px;
    flex-wrap: wrap;
  }
  .lista img{
    width:15%;
    height: auto;
    border-radius: 100%;
  }
  .contact {
    display: flex;
    flex-wrap: wrap;
    padding: 4rem 2rem;
    gap: 2rem;
    justify-content: space-between;
  }
  
  .contact-info {
    flex: 1;
    min-width: 300px;
  }
  
  footer {
    display: flex;
    justify-content: center;
    padding: 2rem;
    background: brown;
    flex-wrap: wrap;
    color: #fff;
    gap: 50px;
  }
  
  footer h3,
  footer h4 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 20px;
    margin-top: 15px;
  }
  
  .footer-left,
  .footer-right > div {
    margin-right: 2rem;

  }
.footer-left img{
  border-radius: 100px;
}
.log{
  display: flex;
  align-items: center;
  gap: 10px;
}
  .log img{
    width: 35px;
    height: auto; 
  }
