#info-detalles {
      font-family: Roboto, sans-serif;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      max-width: 700px;
      margin: 10px auto;
      border: 1px solid #ececec;
    }
    #info-detalles h3 {
      margin-bottom: 15px;
      margin-top: 0;
      font-size: 1.2em;
    }
    .info-card {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 16px;
      padding: 0;
      margin-bottom: 15px;
    }
    .info-card .info-logo {
      width: 50px;
      height: 50px;
      margin-right: 15px;
      flex-shrink: 0;
      border-radius: 8px;
      object-fit: cover;
      background: transparent;
		box-shadow: none;
    }
    .info-content {
      flex: 1;
      line-height: 1.2;
    }
    .info-content p {
      margin: 2px 0 0;
      color: #777;
      font-size: 0.9em;
    }
	
	.info-content strong {
      font-weight: 400 !important;
	color: black;
    }