/* Estilos para el cuerpo de la página */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #f7f7f7;
  }
  
  /* Estilos para el encabezado */
  header {
    background-color: #fff;
    padding: 20px 0;
  }
  
  header a {
    color: #333;
    text-decoration: none;
  }
  
  header a:hover {
    color: #007bff;
  }
  
  .logo img {
    width: 60px;
    height: auto;
  }


  /* Estilos para la navegación */
  .navbar {
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-size: 24px;
  }
  
  .navbar-brand {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
  }
  
  .nav-link {
    color: #333;
    font-weight: bold;
  }
  
  .nav-link:hover {
    color: #333;
    text-decoration: underline;
  }
  
  /* Estilos para la sección de servicios */
  .services {
    background-color: #fff;
    padding: 50px 0;
  }
  
  .services h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
  }
  
  .services .card {
    border: none;
  }
  
  .services .card-header {
    background-color: transparent;
    border: none;
  }
  
  .services .card-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }
  
  .services .card-body {
    font-size: 16px;
    color: #555;
  }
  
  /* Estilos para la sección de contacto */
  .contact {
    background-color: #f7f7f7;
    padding: 50px 0;
  }
  
  .contact h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 50px;
  }
  
  .contact form {
    margin-bottom: 50px;
  }
  
  .contact input[type="text"],
  .contact input[type="email"],
  .contact textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  
  .contact input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 0;
  }
  
  .contact input[type="submit"]:hover {
    background-color: #0069d9;
  }


  .display-4 {
  font-family: 'Brush Script MT', cursive;
  text-align:center;
  color: #d93d00;
}
  
  /* Estilos para el pie de página */
  footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
  }
  
  footer p {
    margin: 0;
    font-size: 14px;
  }
  
  footer i {
    margin-right: 5px;
  }

  <i class="bi bi-gear-wide"></i>

 
/*
.list-group-item  li {
	padding-left: 2rem;
	background-image: url('../img/semicirculos-imanes.svg');
	background-position: 0 50%;
	background-size: 1.3rem 1.3rem;
	background-repeat: no-repeat;
}
*/
.bullet::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url('../img/semicirculos-imanes.svg');
  background-size: contain;
  margin-right: 10px;
}

.elementos li {
	padding-left: 2rem;
	background-image: url((https://joseramonbernabeu.com/wp-content/uploads/2020/12/020-maintenance.svg);
	background-position: 0 50%;
	background-size: 1.3rem 1.3rem;
	background-repeat: no-repeat;
}


