#redes {
      font-family: Roboto, sans-serif;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      max-width: 700px;
      margin: 10px auto;
      border: 1px solid #ececec;
    }
    #redes h3 {
      margin-bottom: 15px;
      margin-top: 0px;
      font-size: 1.2em;
    }
    .contact-card {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 16px;
      padding: 0;
      margin-bottom: 15px;
    }
    #redes .wa-logo {
      width: 50px;
      height: 50px;
      margin-right: 15px;
      flex-shrink: 0;
      border-radius: 8px;
      object-fit: cover;
      background: transparent;
		box-shadow: none;
    }
    .contact-info {
      flex: 1;
      line-height: 1.2;
    }
    .contact-info p {
      margin: 2px 0 0;
      color: #777;
      font-size: 0.9em;
		text-decoration: none !important;
    }
		
		.contact-info a {
      text-decoration: none !important;
      }
	
	.contact-info strong {
      font-weight: 400 !important;
	color: black;
    }	
		
		
    .actions {
      display: flex;
      gap: 10px;
    }
    .icon {
      background-color: #007bff;
      color: white;
      width: 20px;
      height: 20px;
      padding: 25px;
      border-radius: 50%;
      font-size: 22px;
      cursor: pointer;
      transition: background-color 0.2s;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .icon:hover {
      background-color: #0056b3;
    }