body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

header {
    background: #ff4081;
    color: white;
    text-align: center;
    padding: 1rem;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.hero {
    background: url('../img/servicio.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 5rem 1rem;
}

.hero button {
    background: white;
    color: #ff4081;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 1.2rem;
    border-radius: 5px;
}

section {
    padding: 2rem;
    text-align: center;
}

.info-empresa {
    background: #ffe6eb;
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem auto;
    max-width: 800px;
}

.info-empresa h3 {
    color: #ff4081;
}

form {
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

input, select, button {
    margin: 10px 0;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

button {
    background: #ff4081;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 1rem;
    margin-top: 2rem;
}

.redes-sociales a {
    color: white;
    margin: 0 10px;
    font-size: 1.5rem;
    text-decoration: none;
}

#servicios ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

#servicios li {
    list-style: none;
    background: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 200px;
    text-align: center;
}

#servicios img {
    max-width: 100%;
    border-radius: 10px;
}
.logo {
    width: 160px;
    height: 130px;
    position: absolute;
    top: 5px;
    left:80px;
    margin: auto;
  }
  a:hover {
    color: #1717FF;
    cursor: pointer;
  }

  .nosotros2 {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: justify;
  }
  h3{
    text-align: center;
  }
  .center {
    text-align: center;
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    padding: 20px;
}
.login-button:hover {
    background-color: #0056b3;
}