body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

header {
    background-color: #f0f0f0;
    padding: 20px 0;
}

header .container {
    display: flex;
    align-items: center;
}

header .logo {
    max-height: 80px;
    margin-right: 20px;
}

#servicios {
    padding: 50px 0;
}

#servicios h2 {
    text-align: center;
    margin-bottom: 30px;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.servicio {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.servicio img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

footer a {
    color: #fff;
    text-decoration: none;
}

#lineastelefonicas{
  position: fixed;
  width: 60px;
  height: 50px;
  /*bottom: 0px;*/
  top: 40px;
  right: 40px;
  /*background: magenta;*/
  background: rgb(61, 222, 83);
  z-index: 3;
  color: white;
  text-align: center;
  line-height: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border-radius:20px 20px 20px 20px;
  /*cursor:pointer ;*/
  padding-top: 7px;
}

#lineastelefonicas a{
 text-decoration: none;
 color: white;
 font-size: 30px;
}