/* Start custom CSS for text-editor, class: .elementor-element-7478fd4e */.contacto-section {
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  font-family: Arial, sans-serif;
}
.contacto-section h2 {
  color: #2c3e50;
}
.contacto-info a {
  color: #1abc9c;
  text-decoration: none;
  font-weight: bold;
}
.contacto-info a:hover {
  text-decoration: underline;
}
.contacto-info ul {
  list-style: none;
  padding: 0;
}
.contacto-info ul li {
  margin: 5px 0;
}
.fab.fa-whatsapp {
  color: #25d366;
  margin-right: 5px;
}/* End custom CSS */